code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
html, body{ position: absolute; left:0;right:0;top:0;bottom:0; width:100%;height:100%; overflow: hidden; margin:0; background-image:url("images/background.jpg"); background-size: cover; font-family: Ubuntu, "times new roman", times, roman, serif; /*font-family: Andale Mono, monospace;*/ } a{ color: #e14fe0; text-decoration: none; } ::selection { background: #a922ac; /* WebKit/Blink Browsers */ } ::-moz-selection { background: #a922ac; /* Gecko Browsers */ } .center-section-container{ position: absolute; left:16px;right:16px;bottom:16px;top:30px; margin:auto; } .center-section-container > h1 { position: absolute; color:#eee; top: -16px; left:25px; } /* General Section Styles */ .section{ } .column{ float: left; max-width: 33%; } .columns:after{ content: ""; display: table; clear: both; } /* About Me Section */ .about-me-section{ position: absolute; right:50px;top:76px;bottom:45px; width: 225px; background: rgba(0,0,0,0.75); border-radius: 10px; border:none; color: #fff; overflow-y: auto; overflow-x: hidden; } .about-me-tab{ display: none; } .about-me-tab h3{ margin-top: 0; } .about-me-tab ul{ /*margin-top: 60px;*/ width:85%; } .about-me-section .highlighter{ width:146px; background:#a922ac; font-size: x-large; } .about-me-section h4{ margin-top: 16px; margin-bottom: 16px; margin-left: 16px; padding-top: 4px; padding-bottom: 4px; font-weight: normal; } .about-me-section ul{ margin-right: 16px; padding-left: 16px; margin-top: 16px; list-style: none; } .about-me-section li{ margin-bottom:8px; } .about-me-section .scroller{ margin-top: 73px; font-size: large; } /* Tabs Section */ .tabs-container{ position: absolute; left:25px;bottom:25px;top:100px;right:325px; font-size: large; } /* Professional History */ .prof-history .resume-section{ margin-left:32px; } .prof-history .scroller{ margin-top:16px; margin-bottom: 16px; } .resume h3{ text-decoration: underline; margin-top: 32px; margin-left: 16px; } .resume h3:first-child{ margin-top:0; } .resume-section h4{ margin-bottom:0; } .resume-section p { margin: 0; } .resume-section ul{ margin:0; } .resume-section .position{ font-style: italic; } /* Who am I? */ .who-am-i p{ margin:16px; } .who-am-i h4{ margin: 16px; } .who-am-i .image-section{ max-width: 340px; } .who-am-i .image-section > img{ max-width: 100%; max-height: 100%; } /* Projects */ .projects .scroller div{ width: 90%; margin: auto; margin-top:32px; } .projects h4, .projects h3, .projects h2{ margin: 16px; text-align: center; } .projects h3{ margin-top: 32px; } .projects img, .projects iframe{ width:75%; display: block; margin: 16px auto; border-radius: 10px; border: 0px; } .projects img.small{ max-width: 300px; } .projects p{ width: 100%; text-align: center; } /* Tabs */ .tabs-section{ position: absolute; left:0;right:0;top:0;bottom:0; } .tab{ float:left; width: 33.333%; } .tab label{ display: inline-block; background: #000; padding: 10px 0; margin-left: -1px; position: relative; left: 1px;top: -25px; width: 100%; color: #fff; text-align: center; border-left: 1px solid #eee; cursor: pointer; font-size: x-large; } .tab:nth-child(1) > label{ border: 0px; border-top-left-radius: 10px; } .tab:nth-child(3) > label{ border-top-right-radius: 10px; } .tab [type=radio]{ display: none; } .content{ position: absolute; top: 28px;left:0;right:0;bottom:20px; background: rgba(0,0,0,0.75); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; color: #fff; padding: 20px; display:none; overflow: hidden; } .scroller{ position: absolute; left:0;right:0;top:0;bottom:0; overflow-y: auto; } .scroller::-webkit-scrollbar{ background:transparent; width:8px; height:8px; } .scroller::-webkit-scrollbar-thumb{ background: #b4b4b4; border-radius: 10px; } .scroller::-webkit-scrollbar-track{ background:transparent; margin:8px; } .scroller::-webkit-scrollbar-corner{ background:transparent; } [type=radio]:checked ~ label ~ .content{ z-index: 1; display: inline; } [type=radio]:checked ~ label { background: #a922ac; } @media (max-width:720px) { .about-me-section{ display: none; } .about-me-tab{ display: inline; } .tabs-container{ right:50px; } .tab{ width: 25%; } .image-section{ max-width: calc(100% - 100px); } .tab:nth-child(3) > label{ border-top-right-radius: 0px; } .tab:nth-child(4) > label{ border-top-right-radius: 10px; } } @media (max-width:948px) { .column{ float: none; max-width: 100%; } .columns:after{ content: ""; display: inline; clear: both; } }
profile.css
html, body{ position: absolute; left:0;right:0;top:0;bottom:0; width:100%;height:100%; overflow: hidden; margin:0; background-image:url("images/background.jpg"); background-size: cover; font-family: Ubuntu, "times new roman", times, roman, serif; /*font-family: Andale Mono, monospace;*/ } a{ color: #e14fe0; text-decoration: none; } ::selection { background: #a922ac; /* WebKit/Blink Browsers */ } ::-moz-selection { background: #a922ac; /* Gecko Browsers */ } .center-section-container{ position: absolute; left:16px;right:16px;bottom:16px;top:30px; margin:auto; } .center-section-container > h1 { position: absolute; color:#eee; top: -16px; left:25px; } /* General Section Styles */ .section{ } .column{ float: left; max-width: 33%; } .columns:after{ content: ""; display: table; clear: both; } /* About Me Section */ .about-me-section{ position: absolute; right:50px;top:76px;bottom:45px; width: 225px; background: rgba(0,0,0,0.75); border-radius: 10px; border:none; color: #fff; overflow-y: auto; overflow-x: hidden; } .about-me-tab{ display: none; } .about-me-tab h3{ margin-top: 0; } .about-me-tab ul{ /*margin-top: 60px;*/ width:85%; } .about-me-section .highlighter{ width:146px; background:#a922ac; font-size: x-large; } .about-me-section h4{ margin-top: 16px; margin-bottom: 16px; margin-left: 16px; padding-top: 4px; padding-bottom: 4px; font-weight: normal; } .about-me-section ul{ margin-right: 16px; padding-left: 16px; margin-top: 16px; list-style: none; } .about-me-section li{ margin-bottom:8px; } .about-me-section .scroller{ margin-top: 73px; font-size: large; } /* Tabs Section */ .tabs-container{ position: absolute; left:25px;bottom:25px;top:100px;right:325px; font-size: large; } /* Professional History */ .prof-history .resume-section{ margin-left:32px; } .prof-history .scroller{ margin-top:16px; margin-bottom: 16px; } .resume h3{ text-decoration: underline; margin-top: 32px; margin-left: 16px; } .resume h3:first-child{ margin-top:0; } .resume-section h4{ margin-bottom:0; } .resume-section p { margin: 0; } .resume-section ul{ margin:0; } .resume-section .position{ font-style: italic; } /* Who am I? */ .who-am-i p{ margin:16px; } .who-am-i h4{ margin: 16px; } .who-am-i .image-section{ max-width: 340px; } .who-am-i .image-section > img{ max-width: 100%; max-height: 100%; } /* Projects */ .projects .scroller div{ width: 90%; margin: auto; margin-top:32px; } .projects h4, .projects h3, .projects h2{ margin: 16px; text-align: center; } .projects h3{ margin-top: 32px; } .projects img, .projects iframe{ width:75%; display: block; margin: 16px auto; border-radius: 10px; border: 0px; } .projects img.small{ max-width: 300px; } .projects p{ width: 100%; text-align: center; } /* Tabs */ .tabs-section{ position: absolute; left:0;right:0;top:0;bottom:0; } .tab{ float:left; width: 33.333%; } .tab label{ display: inline-block; background: #000; padding: 10px 0; margin-left: -1px; position: relative; left: 1px;top: -25px; width: 100%; color: #fff; text-align: center; border-left: 1px solid #eee; cursor: pointer; font-size: x-large; } .tab:nth-child(1) > label{ border: 0px; border-top-left-radius: 10px; } .tab:nth-child(3) > label{ border-top-right-radius: 10px; } .tab [type=radio]{ display: none; } .content{ position: absolute; top: 28px;left:0;right:0;bottom:20px; background: rgba(0,0,0,0.75); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; color: #fff; padding: 20px; display:none; overflow: hidden; } .scroller{ position: absolute; left:0;right:0;top:0;bottom:0; overflow-y: auto; } .scroller::-webkit-scrollbar{ background:transparent; width:8px; height:8px; } .scroller::-webkit-scrollbar-thumb{ background: #b4b4b4; border-radius: 10px; } .scroller::-webkit-scrollbar-track{ background:transparent; margin:8px; } .scroller::-webkit-scrollbar-corner{ background:transparent; } [type=radio]:checked ~ label ~ .content{ z-index: 1; display: inline; } [type=radio]:checked ~ label { background: #a922ac; } @media (max-width:720px) { .about-me-section{ display: none; } .about-me-tab{ display: inline; } .tabs-container{ right:50px; } .tab{ width: 25%; } .image-section{ max-width: calc(100% - 100px); } .tab:nth-child(3) > label{ border-top-right-radius: 0px; } .tab:nth-child(4) > label{ border-top-right-radius: 10px; } } @media (max-width:948px) { .column{ float: none; max-width: 100%; } .columns:after{ content: ""; display: inline; clear: both; } }
0.47926
0.048406
margin: 0 auto; font-family: "Hiragino Kaku Gothic ProN"; } * { font-size: 12px; /*color: #666666;*/ } /*table,*/ /*table thead,*/ /*table tbody,*/ /*table tfoot {*/ /*width: 100%;*/ /*}*/ /*th,*/ /*td,*/ /*div {*/ /*padding: 4px;*/ /*box-sizing: border-box;*/ /*}*/ ul { padding: 0; list-style-type: none; } a { text-decoration: none; } h1 { font-size: 32px; } #citrus-scheme .box { padding: 8px; } #citrus-scheme .box-center { position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); } #citrus-scheme .shadow { box-shadow: 0 0 4px 2px #CCCCCC; } #citrus-scheme .radius4 { border-radius: 4px; } #citrus-scheme .caption { border-bottom: 1px solid; border-left: 4px solid; padding: 4px; margin-bottom: 4px; } #citrus-scheme .form-pane { padding: 8px; } #citrus-scheme .form-pane input, #citrus-scheme .form-pane button, #citrus-scheme .form-pane select { /*padding: 4px;*/ padding: 8px 16px; border: 1px solid #CCCCCC; border-radius: 4px; box-sizing: border-box; margin-bottom: 8px; } #citrus-scheme .form-pane input[type=text], #citrus-scheme .form-pane input[type=password] { width: 100%; } /** form */ /*.forms div {*/ /*padding: 8px;*/ /*}*/ /*#citrus-scheme .forms input,*/ /*#citrus-scheme .forms button,*/ /*#citrus-scheme .forms select {*/ /*!*padding: 4px;*!*/ /*padding: 8px 16px;*/ /*border: 1px solid #CCCCCC;*/ /*border-radius: 4px;*/ /*box-sizing: border-box;*/ /*margin: 4px;*/ /*}*/ /*#citrus-scheme .forms input[type=text],*/ /*#citrus-scheme .forms input[type=password] {*/ /*width: 100%;*/ /*}*/ /*#citrus-scheme .button input[type=submit] {*/ /*border: 1px solid #CCCCCC;*/ /*border-radius: 4px;*/ /*line-height: 2em;*/ /*}*/ /** navigation top drop */ #citrus-scheme .navigation-top .drop-menu { display: flex; list-style-type: none; width: auto; margin: auto; padding: 0; background-color: #666666; box-shadow: 0 0 4px 2px #CCCCCC; } #citrus-scheme .navigation-top .drop-menu li { position: relative; width: auto; float: left; margin: 0; padding: 0; text-align: center; } #citrus-scheme .navigation-top .drop-menu li a { display: block; margin: 0; padding: 16px; color: #FFFFFF; font-size: 14px; font-weight: bold; line-height: 1em; } #citrus-scheme .navigation-top .drop-menu li ul { position: absolute; top: 100%; left: 0; margin: 0; padding: 0; border-radius: 0 0 3px 3px; } #citrus-scheme .navigation-top .drop-menu li:last-child ul { left: -100%; width: 100% } #citrus-scheme .navigation-top .drop-menu li ul li { overflow: hidden; width: 200%; height: 0; color: #FFFFFF; -moz-transition: .1s; -webkit-transition: .1s; -o-transition: .1s; -ms-transition: .1s; transition: .1s; z-index: 1; } #citrus-scheme .navigation-top .drop-menu li ul li a { padding: 12px 12px; background-color: #999999; text-align: left; font-size: 12px; font-weight: normal; } #citrus-scheme .navigation-top .drop-menu li:hover > a { background-color: #CCCCCC; color: #666666; } #citrus-scheme .navigation-top .drop-menu li:hover ul li { overflow: visible; height: 36px; border-top: 1px solid #999999; border-bottom: 1px solid #666666; } #citrus-scheme .navigation-top .drop-menu li:hover ul li:first-child { border-top: 0; } #citrus-scheme .navigation-top .drop-menu li:hover ul li:last-child { border-bottom: 0; } #citrus-scheme .navigation-top .drop-menu li:hover ul li:last-child a { border-radius: 0 0 3px 3px; } /** navigation bottom */ #citrus-scheme .navigation-bottom { background-color: #666666; box-shadow: 0 0 4px 2px #CCCCCC; text-align: center; color: white; padding: 4px; } /** titled pane */ #citrus-scheme .titled-pane { border: 1px solid #999999; padding: 4px; border-radius: 4px; } #citrus-scheme .titled-pane dt { background-color: #666666; padding: 4px; border-radius: 4px; font-weight: bold; } #citrus-scheme .titled-pane dt a, #citrus-scheme .titled-pane dt span { color: white; text-decoration: none; padding: 4px; display: block; } #citrus-scheme .titled-pane dd { margin: 2px 2px 2px 8px; } #citrus-scheme .titled-pane dd a, #citrus-scheme .titled-pane dd span { text-decoration: none; padding: 4px; display: block; border-radius: 4px; } #citrus-scheme .titled-pane dd a:hover { background-color: #EEEEEE; } #citrus-scheme .titled-pane ul li { padding: 4px; } /** grid pane */ #citrus-scheme .grid-pane { } #citrus-scheme .grid-pane .cell { border: 1px solid #CCCCCC; display: inline-block; box-shadow: 0 0 4px 2px #CCCCCC; border-radius: 4px; margin: 4px 2px; } /** table */ table { border: 1px solid #999999; border-radius: 4px; box-sizing: border-box; border-collapse: separate; border-spacing: 0; } table th { white-space: nowrap; } table th, table td { border-top: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } table tbody th { background-color: #EEEEEE; } table tbody tr:first-child th, table tbody tr:first-child td { border-top-width: 0; } table th:last-child, table td:last-child { border-right-width: 0; } table thead tr th { background-color: #CCCCCC; color: #333333; } table thead tr:last-child th { } table thead tr:first-child th:first-child { border-top-left-radius: 2px; } table thead tr:first-child th:last-child { border-top-right-radius: 2px; } table thead tr:last-child th:first-child { /*border-bottom-left-radius: 4px;*/ } table thead tr:last-child th:last-child { /*border-bottom-right-radius: 4px;*/ } /** general */ #citrus-scheme .center { text-align: center; } #citrus-scheme .right { text-align: right; } #citrus-scheme .left { text-align: left; } #citrus-scheme .nowrap { white-space: nowrap; } #citrus-scheme .number { text-align: right; } #citrus-scheme .size04 { width: 4ex !important; } #citrus-scheme .size08 { width: 8ex !important; } #citrus-scheme .size12 { width: 12ex !important; } #citrus-scheme .size16 { width: 16ex !important; } #citrus-scheme .size20 { width: 20ex !important; } #citrus-scheme .size24 { width: 24ex !important; } #citrus-scheme .size28 { width: 28ex !important; } #citrus-scheme .size32 { width: 32ex !important; } table.xdebug-error th, table.xdebug-error td { white-space: normal; }
old/citrus-scheme.css
margin: 0 auto; font-family: "Hiragino Kaku Gothic ProN"; } * { font-size: 12px; /*color: #666666;*/ } /*table,*/ /*table thead,*/ /*table tbody,*/ /*table tfoot {*/ /*width: 100%;*/ /*}*/ /*th,*/ /*td,*/ /*div {*/ /*padding: 4px;*/ /*box-sizing: border-box;*/ /*}*/ ul { padding: 0; list-style-type: none; } a { text-decoration: none; } h1 { font-size: 32px; } #citrus-scheme .box { padding: 8px; } #citrus-scheme .box-center { position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); } #citrus-scheme .shadow { box-shadow: 0 0 4px 2px #CCCCCC; } #citrus-scheme .radius4 { border-radius: 4px; } #citrus-scheme .caption { border-bottom: 1px solid; border-left: 4px solid; padding: 4px; margin-bottom: 4px; } #citrus-scheme .form-pane { padding: 8px; } #citrus-scheme .form-pane input, #citrus-scheme .form-pane button, #citrus-scheme .form-pane select { /*padding: 4px;*/ padding: 8px 16px; border: 1px solid #CCCCCC; border-radius: 4px; box-sizing: border-box; margin-bottom: 8px; } #citrus-scheme .form-pane input[type=text], #citrus-scheme .form-pane input[type=password] { width: 100%; } /** form */ /*.forms div {*/ /*padding: 8px;*/ /*}*/ /*#citrus-scheme .forms input,*/ /*#citrus-scheme .forms button,*/ /*#citrus-scheme .forms select {*/ /*!*padding: 4px;*!*/ /*padding: 8px 16px;*/ /*border: 1px solid #CCCCCC;*/ /*border-radius: 4px;*/ /*box-sizing: border-box;*/ /*margin: 4px;*/ /*}*/ /*#citrus-scheme .forms input[type=text],*/ /*#citrus-scheme .forms input[type=password] {*/ /*width: 100%;*/ /*}*/ /*#citrus-scheme .button input[type=submit] {*/ /*border: 1px solid #CCCCCC;*/ /*border-radius: 4px;*/ /*line-height: 2em;*/ /*}*/ /** navigation top drop */ #citrus-scheme .navigation-top .drop-menu { display: flex; list-style-type: none; width: auto; margin: auto; padding: 0; background-color: #666666; box-shadow: 0 0 4px 2px #CCCCCC; } #citrus-scheme .navigation-top .drop-menu li { position: relative; width: auto; float: left; margin: 0; padding: 0; text-align: center; } #citrus-scheme .navigation-top .drop-menu li a { display: block; margin: 0; padding: 16px; color: #FFFFFF; font-size: 14px; font-weight: bold; line-height: 1em; } #citrus-scheme .navigation-top .drop-menu li ul { position: absolute; top: 100%; left: 0; margin: 0; padding: 0; border-radius: 0 0 3px 3px; } #citrus-scheme .navigation-top .drop-menu li:last-child ul { left: -100%; width: 100% } #citrus-scheme .navigation-top .drop-menu li ul li { overflow: hidden; width: 200%; height: 0; color: #FFFFFF; -moz-transition: .1s; -webkit-transition: .1s; -o-transition: .1s; -ms-transition: .1s; transition: .1s; z-index: 1; } #citrus-scheme .navigation-top .drop-menu li ul li a { padding: 12px 12px; background-color: #999999; text-align: left; font-size: 12px; font-weight: normal; } #citrus-scheme .navigation-top .drop-menu li:hover > a { background-color: #CCCCCC; color: #666666; } #citrus-scheme .navigation-top .drop-menu li:hover ul li { overflow: visible; height: 36px; border-top: 1px solid #999999; border-bottom: 1px solid #666666; } #citrus-scheme .navigation-top .drop-menu li:hover ul li:first-child { border-top: 0; } #citrus-scheme .navigation-top .drop-menu li:hover ul li:last-child { border-bottom: 0; } #citrus-scheme .navigation-top .drop-menu li:hover ul li:last-child a { border-radius: 0 0 3px 3px; } /** navigation bottom */ #citrus-scheme .navigation-bottom { background-color: #666666; box-shadow: 0 0 4px 2px #CCCCCC; text-align: center; color: white; padding: 4px; } /** titled pane */ #citrus-scheme .titled-pane { border: 1px solid #999999; padding: 4px; border-radius: 4px; } #citrus-scheme .titled-pane dt { background-color: #666666; padding: 4px; border-radius: 4px; font-weight: bold; } #citrus-scheme .titled-pane dt a, #citrus-scheme .titled-pane dt span { color: white; text-decoration: none; padding: 4px; display: block; } #citrus-scheme .titled-pane dd { margin: 2px 2px 2px 8px; } #citrus-scheme .titled-pane dd a, #citrus-scheme .titled-pane dd span { text-decoration: none; padding: 4px; display: block; border-radius: 4px; } #citrus-scheme .titled-pane dd a:hover { background-color: #EEEEEE; } #citrus-scheme .titled-pane ul li { padding: 4px; } /** grid pane */ #citrus-scheme .grid-pane { } #citrus-scheme .grid-pane .cell { border: 1px solid #CCCCCC; display: inline-block; box-shadow: 0 0 4px 2px #CCCCCC; border-radius: 4px; margin: 4px 2px; } /** table */ table { border: 1px solid #999999; border-radius: 4px; box-sizing: border-box; border-collapse: separate; border-spacing: 0; } table th { white-space: nowrap; } table th, table td { border-top: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } table tbody th { background-color: #EEEEEE; } table tbody tr:first-child th, table tbody tr:first-child td { border-top-width: 0; } table th:last-child, table td:last-child { border-right-width: 0; } table thead tr th { background-color: #CCCCCC; color: #333333; } table thead tr:last-child th { } table thead tr:first-child th:first-child { border-top-left-radius: 2px; } table thead tr:first-child th:last-child { border-top-right-radius: 2px; } table thead tr:last-child th:first-child { /*border-bottom-left-radius: 4px;*/ } table thead tr:last-child th:last-child { /*border-bottom-right-radius: 4px;*/ } /** general */ #citrus-scheme .center { text-align: center; } #citrus-scheme .right { text-align: right; } #citrus-scheme .left { text-align: left; } #citrus-scheme .nowrap { white-space: nowrap; } #citrus-scheme .number { text-align: right; } #citrus-scheme .size04 { width: 4ex !important; } #citrus-scheme .size08 { width: 8ex !important; } #citrus-scheme .size12 { width: 12ex !important; } #citrus-scheme .size16 { width: 16ex !important; } #citrus-scheme .size20 { width: 20ex !important; } #citrus-scheme .size24 { width: 24ex !important; } #citrus-scheme .size28 { width: 28ex !important; } #citrus-scheme .size32 { width: 32ex !important; } table.xdebug-error th, table.xdebug-error td { white-space: normal; }
0.351868
0.042127
.header { box-shadow:0 0 5px rgba(0, 0, 0, 0.3); } #login-popup { position: absolute; top: 50px; padding: 10px; color: white; background-color: #659593; border-radius: 10px; z-index: -1; box-shadow: 0 1px 1px #ccc; } #login-popup span { margin: 3px; } #login-popup input[type='submit'] { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); margin-bottom: 9px; border-radius: 3px; border: 1px solid #ccc; padding: 6px; float: left; } #login-popup input[type='text'], #login-popup input[type='password'] { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); height: 18px; margin-bottom: 9px; border-radius: 3px; border: 1px solid #ccc; padding: 3px; } .arrow { position: absolute; left: 165px; top: -10px; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #659593; } #login-popup input { display: block; margin: 3px; } #login-popup input[type='submit'] { float: right; } .logo-name { float: left; margin-top: 9px; margin-right: 5px; font-weight: bold; color: white; font-size: 15px } .new-dropdown-symbol { display: inline-block; width: 23px; text-align: center; } #navbar-browse, #navbar-new-button { width: 80px; } #navbar-browse::after, #navbar-new-button::after { content: " "; display: block; float: right; width: 10px; height: 10px; border-top: 5px solid white; border-right: 5px solid transparent; border-left: 5px solid transparent; box-sizing: border-box; margin-top: 24px; position: relative; right: 10px; } ul.navbar-dropdown { height: 0; transition: all 250ms; list-style-type: none; background-color: rgb(101, 149, 147); border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; box-shadow:0 0 8px rgba(0, 0, 0, 0.5); overflow: hidden; } #os-new ul.navbar-dropdown { position: absolute; } ul.navbar-dropdown li { display: block; float: none; } #browse-li:hover #navbar-browse, #os-new:hover #navbar-new-button { background-color: #476866; } #browse-li:hover ul, #os-new:hover ul { height: 105px; } .header .search { line-height: 35px; margin-left: 10px; vertical-align: middle; } .header .search input { border-radius: 0.5em; border: none; /* padding: 3px; */ padding-left: 0.4em; /* background-image: url(/assets/images/search.png); */ background-repeat: no-repeat; background-size: contain; width: 150px; color: grey; line-height: 22px; font-size: 14px; font-family: sans-serif !important; height: 22px; margin-top: 6px; } .search-modal-overlay { background: transparent; position: fixed; top: 35px; left: 0px; width: 100%; height: 100%; z-index: 10000; display: none; } .search-popup { display: none; position: fixed; top: 35px; left: 20%; width: 60%; background: #466765; color: white; padding: 1em; border-bottom-left-radius: 1em; border-bottom-right-radius: 1em; z-index: 99999; margin-top: 19px; } .search-popup .search-message { margin-top: 0; } .search-popup a { color: #DCE7E7; } .search-popup .search-links { text-align: center; } .search-popup .result { margin: 0; } .search-popup .result:last-child { border-bottom: 1px solid #304746; } .search-popup .symbol.loading { margin-right: auto; margin-left: auto; }
public_html/navbar.css
.header { box-shadow:0 0 5px rgba(0, 0, 0, 0.3); } #login-popup { position: absolute; top: 50px; padding: 10px; color: white; background-color: #659593; border-radius: 10px; z-index: -1; box-shadow: 0 1px 1px #ccc; } #login-popup span { margin: 3px; } #login-popup input[type='submit'] { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); margin-bottom: 9px; border-radius: 3px; border: 1px solid #ccc; padding: 6px; float: left; } #login-popup input[type='text'], #login-popup input[type='password'] { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); height: 18px; margin-bottom: 9px; border-radius: 3px; border: 1px solid #ccc; padding: 3px; } .arrow { position: absolute; left: 165px; top: -10px; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #659593; } #login-popup input { display: block; margin: 3px; } #login-popup input[type='submit'] { float: right; } .logo-name { float: left; margin-top: 9px; margin-right: 5px; font-weight: bold; color: white; font-size: 15px } .new-dropdown-symbol { display: inline-block; width: 23px; text-align: center; } #navbar-browse, #navbar-new-button { width: 80px; } #navbar-browse::after, #navbar-new-button::after { content: " "; display: block; float: right; width: 10px; height: 10px; border-top: 5px solid white; border-right: 5px solid transparent; border-left: 5px solid transparent; box-sizing: border-box; margin-top: 24px; position: relative; right: 10px; } ul.navbar-dropdown { height: 0; transition: all 250ms; list-style-type: none; background-color: rgb(101, 149, 147); border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; box-shadow:0 0 8px rgba(0, 0, 0, 0.5); overflow: hidden; } #os-new ul.navbar-dropdown { position: absolute; } ul.navbar-dropdown li { display: block; float: none; } #browse-li:hover #navbar-browse, #os-new:hover #navbar-new-button { background-color: #476866; } #browse-li:hover ul, #os-new:hover ul { height: 105px; } .header .search { line-height: 35px; margin-left: 10px; vertical-align: middle; } .header .search input { border-radius: 0.5em; border: none; /* padding: 3px; */ padding-left: 0.4em; /* background-image: url(/assets/images/search.png); */ background-repeat: no-repeat; background-size: contain; width: 150px; color: grey; line-height: 22px; font-size: 14px; font-family: sans-serif !important; height: 22px; margin-top: 6px; } .search-modal-overlay { background: transparent; position: fixed; top: 35px; left: 0px; width: 100%; height: 100%; z-index: 10000; display: none; } .search-popup { display: none; position: fixed; top: 35px; left: 20%; width: 60%; background: #466765; color: white; padding: 1em; border-bottom-left-radius: 1em; border-bottom-right-radius: 1em; z-index: 99999; margin-top: 19px; } .search-popup .search-message { margin-top: 0; } .search-popup a { color: #DCE7E7; } .search-popup .search-links { text-align: center; } .search-popup .result { margin: 0; } .search-popup .result:last-child { border-bottom: 1px solid #304746; } .search-popup .symbol.loading { margin-right: auto; margin-left: auto; }
0.355551
0.127707
:root { --grey: rgb(34,45,50); --red: rgb(221, 75, 57); --yellow: rgb(243, 156, 18); --green: rgb(0, 166, 90); --blue: rgb(60, 141, 188); --purple: rgb(96, 92, 168); --tgrey: rgba(34,45,50,.5); --tred: rgba(221, 75, 57,.5); --tyellow: rgba(243, 156, 18,.5); --tgreen: rgba(0, 166, 90,.5); --tblue: rgba(60, 141, 188,.5); --tpurple: rgba(96, 92, 168,.5); } body { font-size: 16px; } ul.sidebar-menu { font-size: 120%; } /* colored menu icons */ .fa { color: var(--grey); } .skin-red .fa { color: var(--red); } .skin-yellow .fa { color: var(--yellow); } .skin-green .fa { color: var(--green); } .skin-blue .fa { color: var(--blue); } .skin-purple .fa { color: var(--purple); } /* better collapsible box headers */ .box-header { padding: 0 10px 0 0; border-left-color: var(--grey); background-color: var(--grey); } .box-header h3 { width: 100%; padding: 10px; background-color: inherit; border-left-color: inherit; } h3.box-title, .box-header, .btn-box-tool, .btn-box-tool:hover, .open .btn-box-tool { color: white; font-weight: 800; } .skin-purple .box-header { border-left-color: var(--purple); background-color: var(--purple); } .skin-red .box-header { border-left-color: var(--red); background-color: var(--red); } .skin-blue .box-header { border-left-color: var(--blue); background-color: var(--blue); } .skin-green .box-header { border-left-color: var(--green); background-color: var(--green); } .skin-yellow .box-header { border-left-color: var(--yellow); background-color: var(--yellow); } /* action button skins */ .action-button { background-color: var(--grey); color: white; font-weight: bold; } .skin-purple .action-button { background-color: var(--purple); } .skin-red .action-button { background-color: var(--red); } .skin-blue .action-button { background-color: var(--blue); } .skin-green .action-button { background-color: var(--green); } .skin-yellow .action-button { background-color: var(--yellow); } /* fix bug with 100% textArea width */ .shiny-input-container:not(.shiny-input-container-inline) { width: 100%; } /* app-specific css */ #pet_table th+th { font-size: 30px; }
inst/apps/modular/www/custom.css
:root { --grey: rgb(34,45,50); --red: rgb(221, 75, 57); --yellow: rgb(243, 156, 18); --green: rgb(0, 166, 90); --blue: rgb(60, 141, 188); --purple: rgb(96, 92, 168); --tgrey: rgba(34,45,50,.5); --tred: rgba(221, 75, 57,.5); --tyellow: rgba(243, 156, 18,.5); --tgreen: rgba(0, 166, 90,.5); --tblue: rgba(60, 141, 188,.5); --tpurple: rgba(96, 92, 168,.5); } body { font-size: 16px; } ul.sidebar-menu { font-size: 120%; } /* colored menu icons */ .fa { color: var(--grey); } .skin-red .fa { color: var(--red); } .skin-yellow .fa { color: var(--yellow); } .skin-green .fa { color: var(--green); } .skin-blue .fa { color: var(--blue); } .skin-purple .fa { color: var(--purple); } /* better collapsible box headers */ .box-header { padding: 0 10px 0 0; border-left-color: var(--grey); background-color: var(--grey); } .box-header h3 { width: 100%; padding: 10px; background-color: inherit; border-left-color: inherit; } h3.box-title, .box-header, .btn-box-tool, .btn-box-tool:hover, .open .btn-box-tool { color: white; font-weight: 800; } .skin-purple .box-header { border-left-color: var(--purple); background-color: var(--purple); } .skin-red .box-header { border-left-color: var(--red); background-color: var(--red); } .skin-blue .box-header { border-left-color: var(--blue); background-color: var(--blue); } .skin-green .box-header { border-left-color: var(--green); background-color: var(--green); } .skin-yellow .box-header { border-left-color: var(--yellow); background-color: var(--yellow); } /* action button skins */ .action-button { background-color: var(--grey); color: white; font-weight: bold; } .skin-purple .action-button { background-color: var(--purple); } .skin-red .action-button { background-color: var(--red); } .skin-blue .action-button { background-color: var(--blue); } .skin-green .action-button { background-color: var(--green); } .skin-yellow .action-button { background-color: var(--yellow); } /* fix bug with 100% textArea width */ .shiny-input-container:not(.shiny-input-container-inline) { width: 100%; } /* app-specific css */ #pet_table th+th { font-size: 30px; }
0.490724
0.15961
.leplayer--ended .leplayer-next { display: block; } .leplayer--mini .leplayer-next { z-index: 22; } @media (max-width: 750px) { .leplayer--mini .leplayer-next { display: none; } } .leplayer--mini .leplayer-next::after { display: none; } .leplayer--mini .leplayer-next__box { width: 170px; right: auto; top: 0; left: 0; bottom: 0; -ms-flex: 0 0 170px; flex: 0 0 170px; margin-left: auto; position: absolute; background: #dee5ed; transform: none; height: auto; } .leplayer--mini .leplayer-next__cancel { margin-top: 15px; } .leplayer--mini .leplayer-next__poster { width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; background-size: auto 100%; background-position: center; } .leplayer--mini .leplayer-next__content { display: none; } .leplayer--mini .leplayer-next--auto .leplayer-next__play { margin-top: -20px; } .leplayer--fullscreen .leplayer-next { z-index: 1007; } @media (min-width: 440px) { .leplayer--fullscreen .leplayer-next .leplayer-next__box { max-width: 600px; height: 200px; } .leplayer--fullscreen .leplayer-next .leplayer-next__head { margin-bottom: 80px; } .leplayer--fullscreen .leplayer-next .leplayer-next__poster { width: 60%; } .leplayer--fullscreen .leplayer-next .leplayer-next__content { width: 40%; } } .leplayer--fullscreen .leplayer-next .leplayer-next__play { font-size: 30px; } .leplayer-next { position: absolute; display: none; vertical-align: top; opacity: 1; overflow: hidden; width: 100%; height: 100%; transition: all 0.1s cubic-bezier(0.4, 0, 1, 1); top: 0; z-index: 17; background-size: cover; } .leplayer-next::after { content: ''; position: absolute; background: rgba(0, 0, 0, 0.6); top: 0; bottom: 0; left: 0; right: 0; z-index: -1; } .leplayer-next__box { max-width: 400px; display: -ms-flexbox; display: flex; height: 143px; position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(222, 229, 237, 0.67); color: black; } @media (max-width: 440px) { .leplayer-next__box { max-width: 300px; } } .leplayer-next__poster { width: 50%; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; background-size: cover; background-color: black; background-repeat: no-repeat; display: -ms-flexbox; display: flex; } .leplayer-next__content { width: 50%; padding: 10px; box-sizing: border-box; font-size: 13px; overflow: hidden; } .leplayer-next__title { display: block; font-weight: 500; } .leplayer-next__description { display: block; margin-top: 5px; } @media (max-width: 440px) { .leplayer-next__description { display: none; } } .leplayer-next__time { background: rgba(0, 0, 0, 0.8); border-radius: 1px; bottom: 10px; color: #fff; padding: 1px 5px 0 5px; position: absolute; right: 10px; } .leplayer-next__head { text-align: center; font-weight: bold; width: 100%; color: white; position: absolute; margin-left: auto; margin-right: auto; bottom: 50%; margin-bottom: 80px; } .leplayer-next__mini-title { display: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: white; font-size: 13px; } .leplayer-next__cancel { position: absolute; top: 55%; margin-top: 30px; cursor: pointer; display: none; border: none; box-shadow: none; background-color: transparent; padding: 0.2em; color: white; } .leplayer-next__cancel:hover { background-color: rgba(255, 255, 255, 0.25); border-radius: 2px; } .leplayer-next__play { display: block; width: 2em; height: 2em; background-color: #dee5ed; border-radius: 50%; position: static; font-size: 30px; } .leplayer-next__close { background: none; border: none; text-shadow: none; } .leplayer-next__svg-spinner { position: absolute; left: 0; top: 0; color: #1b4b7e; display: none; } .leplayer-next--auto .leplayer-next__cancel { display: inline-block; } .leplayer-next--auto .leplayer-next__play { width: 2.2em; height: 2.2em; position: relative; } .leplayer-next--auto .leplayer-next__button { width: 2em; height: 2em; margin-left: 0.1em; margin-top: 0.1em; border-radius: 50%; text-shadow: 0 0 10px rgba(255, 255, 255, 0.3); cursor: pointer; color: #1b4b7e; } .leplayer-next--auto .leplayer-next__button:hover { opacity: rgba(255, 255, 255, 0.8); } .leplayer-next--auto .leplayer-next__svg-spinner { display: block; }
dist/css/default/le-player-next.css
.leplayer--ended .leplayer-next { display: block; } .leplayer--mini .leplayer-next { z-index: 22; } @media (max-width: 750px) { .leplayer--mini .leplayer-next { display: none; } } .leplayer--mini .leplayer-next::after { display: none; } .leplayer--mini .leplayer-next__box { width: 170px; right: auto; top: 0; left: 0; bottom: 0; -ms-flex: 0 0 170px; flex: 0 0 170px; margin-left: auto; position: absolute; background: #dee5ed; transform: none; height: auto; } .leplayer--mini .leplayer-next__cancel { margin-top: 15px; } .leplayer--mini .leplayer-next__poster { width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; background-size: auto 100%; background-position: center; } .leplayer--mini .leplayer-next__content { display: none; } .leplayer--mini .leplayer-next--auto .leplayer-next__play { margin-top: -20px; } .leplayer--fullscreen .leplayer-next { z-index: 1007; } @media (min-width: 440px) { .leplayer--fullscreen .leplayer-next .leplayer-next__box { max-width: 600px; height: 200px; } .leplayer--fullscreen .leplayer-next .leplayer-next__head { margin-bottom: 80px; } .leplayer--fullscreen .leplayer-next .leplayer-next__poster { width: 60%; } .leplayer--fullscreen .leplayer-next .leplayer-next__content { width: 40%; } } .leplayer--fullscreen .leplayer-next .leplayer-next__play { font-size: 30px; } .leplayer-next { position: absolute; display: none; vertical-align: top; opacity: 1; overflow: hidden; width: 100%; height: 100%; transition: all 0.1s cubic-bezier(0.4, 0, 1, 1); top: 0; z-index: 17; background-size: cover; } .leplayer-next::after { content: ''; position: absolute; background: rgba(0, 0, 0, 0.6); top: 0; bottom: 0; left: 0; right: 0; z-index: -1; } .leplayer-next__box { max-width: 400px; display: -ms-flexbox; display: flex; height: 143px; position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(222, 229, 237, 0.67); color: black; } @media (max-width: 440px) { .leplayer-next__box { max-width: 300px; } } .leplayer-next__poster { width: 50%; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; background-size: cover; background-color: black; background-repeat: no-repeat; display: -ms-flexbox; display: flex; } .leplayer-next__content { width: 50%; padding: 10px; box-sizing: border-box; font-size: 13px; overflow: hidden; } .leplayer-next__title { display: block; font-weight: 500; } .leplayer-next__description { display: block; margin-top: 5px; } @media (max-width: 440px) { .leplayer-next__description { display: none; } } .leplayer-next__time { background: rgba(0, 0, 0, 0.8); border-radius: 1px; bottom: 10px; color: #fff; padding: 1px 5px 0 5px; position: absolute; right: 10px; } .leplayer-next__head { text-align: center; font-weight: bold; width: 100%; color: white; position: absolute; margin-left: auto; margin-right: auto; bottom: 50%; margin-bottom: 80px; } .leplayer-next__mini-title { display: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: white; font-size: 13px; } .leplayer-next__cancel { position: absolute; top: 55%; margin-top: 30px; cursor: pointer; display: none; border: none; box-shadow: none; background-color: transparent; padding: 0.2em; color: white; } .leplayer-next__cancel:hover { background-color: rgba(255, 255, 255, 0.25); border-radius: 2px; } .leplayer-next__play { display: block; width: 2em; height: 2em; background-color: #dee5ed; border-radius: 50%; position: static; font-size: 30px; } .leplayer-next__close { background: none; border: none; text-shadow: none; } .leplayer-next__svg-spinner { position: absolute; left: 0; top: 0; color: #1b4b7e; display: none; } .leplayer-next--auto .leplayer-next__cancel { display: inline-block; } .leplayer-next--auto .leplayer-next__play { width: 2.2em; height: 2.2em; position: relative; } .leplayer-next--auto .leplayer-next__button { width: 2em; height: 2em; margin-left: 0.1em; margin-top: 0.1em; border-radius: 50%; text-shadow: 0 0 10px rgba(255, 255, 255, 0.3); cursor: pointer; color: #1b4b7e; } .leplayer-next--auto .leplayer-next__button:hover { opacity: rgba(255, 255, 255, 0.8); } .leplayer-next--auto .leplayer-next__svg-spinner { display: block; }
0.552781
0.057679
.main02 { } .main_list { width: 100%; height: 410px; position: relative; } .intern-type { height: 408px; width: 260px; background: #fafafa; font-size: 14px; position: relative; } .type-head, .type-item a, .type-list a { font-size: 14px; color: #666; text-decoration: none; line-height: 38px; } .type-head { background: url(../images/icon_index_type.png) no-repeat 230px center; } .intern-type div { height: 40px; line-height: 40px; padding: 0 15px; font-size: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px transparent; border-bottom: solid 1px #f5f5f5; position: relative; } .intern-type .type-item a:first-child { font-size: 16px; color: #333; font-weight: 500; } .intern-type .type-item a { display: inline-block; padding-right: 12px; } .intern-type .type-head, .type-item a { font-size: 14px; color: #666; text-decoration: none; line-height: 38px; } .list_banner { width: 900px; height: 408px; position: absolute; top:0; left: 300px; } .list_banner img { width: 900px; height: 408px; display: none; } .list_banner ul { position: absolute; left: 407.5px; bottom: 20px; } .list_banner ul li { list-style: none; width: 12px; height: 12px; float: left; margin-right: 5px; background: black; border-radius: 6px; } .workbanner_left { width: 50px; height: 80px; position: absolute; left: 0px; top: 164px; opacity: 0.6; display: none; } .workbanner_right { width: 50px; height: 80px; position: absolute; right: 0px; top: 164px; opacity: 0.6; display: none; } #left_img,#right_img { width: 50px; height: 50px; display: block; } .main_work { width: 100%; margin-top: 40px; } .intern-nav { height: 40px; width: 100%; background: #fafafa; font-size: 0; } .intern-nav .intern-nav-item { display: inline-block; font-size: 14px; padding: 0 18px; color: #333; line-height: 40px; cursor: pointer; position: relative; } .intern-nav a { color: #999; line-height: 40px; display: inline-block; font-size: 12px; padding: 0 12px; text-decoration: none; float: right; } .intern-content-item { width: 100%; } .intern-content-href { float: left; height: 110px; width: 50%; border-bottom: dashed 1px #eaeaea; border-right: dashed 1px #eaeaea; padding-right: 30px; padding-left: 30px; position: relative; } .intern-logo-img { position: absolute; top: 22px; left: 475px; width: 70px; height: 70px; border: solid 1px #eaeaea; } .intern-title,.intern-title a { padding-top: 12px; font-size: 18px; width: 400px; font-weight: 500; color: #333; } .intern-sub,.intern-sub a { line-height: 28px; font-size: 14px; color: #666; } .intern-sub a { color: #6aa2e4 !important; } .intern-info,.intern-info a { line-height: 28px; font-size: 14px; color: #666; } .intern-info span { padding-right: 24px; } .more { text-align: center; margin-top: 17px; } .more img { width: 16px; height: 16px; margin-bottom: 6px; } .button_more { font-size: 16px; padding: 5px 10px; background-color: transparent; box-shadow: 0 0 0 2px #f36f36 inset!important; color: #f36f36; border-radius: 5px; } footer { margin-top: 0px; }
public/css/work_style.css
.main02 { } .main_list { width: 100%; height: 410px; position: relative; } .intern-type { height: 408px; width: 260px; background: #fafafa; font-size: 14px; position: relative; } .type-head, .type-item a, .type-list a { font-size: 14px; color: #666; text-decoration: none; line-height: 38px; } .type-head { background: url(../images/icon_index_type.png) no-repeat 230px center; } .intern-type div { height: 40px; line-height: 40px; padding: 0 15px; font-size: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px transparent; border-bottom: solid 1px #f5f5f5; position: relative; } .intern-type .type-item a:first-child { font-size: 16px; color: #333; font-weight: 500; } .intern-type .type-item a { display: inline-block; padding-right: 12px; } .intern-type .type-head, .type-item a { font-size: 14px; color: #666; text-decoration: none; line-height: 38px; } .list_banner { width: 900px; height: 408px; position: absolute; top:0; left: 300px; } .list_banner img { width: 900px; height: 408px; display: none; } .list_banner ul { position: absolute; left: 407.5px; bottom: 20px; } .list_banner ul li { list-style: none; width: 12px; height: 12px; float: left; margin-right: 5px; background: black; border-radius: 6px; } .workbanner_left { width: 50px; height: 80px; position: absolute; left: 0px; top: 164px; opacity: 0.6; display: none; } .workbanner_right { width: 50px; height: 80px; position: absolute; right: 0px; top: 164px; opacity: 0.6; display: none; } #left_img,#right_img { width: 50px; height: 50px; display: block; } .main_work { width: 100%; margin-top: 40px; } .intern-nav { height: 40px; width: 100%; background: #fafafa; font-size: 0; } .intern-nav .intern-nav-item { display: inline-block; font-size: 14px; padding: 0 18px; color: #333; line-height: 40px; cursor: pointer; position: relative; } .intern-nav a { color: #999; line-height: 40px; display: inline-block; font-size: 12px; padding: 0 12px; text-decoration: none; float: right; } .intern-content-item { width: 100%; } .intern-content-href { float: left; height: 110px; width: 50%; border-bottom: dashed 1px #eaeaea; border-right: dashed 1px #eaeaea; padding-right: 30px; padding-left: 30px; position: relative; } .intern-logo-img { position: absolute; top: 22px; left: 475px; width: 70px; height: 70px; border: solid 1px #eaeaea; } .intern-title,.intern-title a { padding-top: 12px; font-size: 18px; width: 400px; font-weight: 500; color: #333; } .intern-sub,.intern-sub a { line-height: 28px; font-size: 14px; color: #666; } .intern-sub a { color: #6aa2e4 !important; } .intern-info,.intern-info a { line-height: 28px; font-size: 14px; color: #666; } .intern-info span { padding-right: 24px; } .more { text-align: center; margin-top: 17px; } .more img { width: 16px; height: 16px; margin-bottom: 6px; } .button_more { font-size: 16px; padding: 5px 10px; background-color: transparent; box-shadow: 0 0 0 2px #f36f36 inset!important; color: #f36f36; border-radius: 5px; } footer { margin-top: 0px; }
0.350977
0.070913
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { box-sizing: border-box; } html { font-size: 62.5%; } html, body { font-family: 'Didact Gothic'; } h1, h2, h3, h4, h5 { font-family: 'Passion One'; } h1 { font-size: 4rem; } h2 { font-size: 3.2rem; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); } h3 { font-size: 6.4rem; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4); } h4 { font-size: 2.5rem; } p, a, .btn { font-size: 1.6rem; } .heroes { display: flex; flex-direction: flex; justify-content: space-around; flex-wrap: wrap; } .heroes .hero { position: relative; border: 1px solid #C4C4C4; border-radius: 5px; width: 34.5rem; height: 38rem; row-gap: 10rem; overflow: hidden; box-shadow: 4px 4px 6px rgba(196, 196, 196, 0.3); margin-bottom: 3rem; } .heroes .hero .upper { height: 50%; border-bottom: 1px solid #C4C4C4; overflow: hidden; background-color: white; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; } .heroes .hero .lower { height: 50%; display: flex; flex-direction: column; justify-content: center; padding: 0 4rem; background-color: white; } .heroes .hero .lower .location { color: grey; } .eighty-eight { padding: 3.05rem 0 5.3rem 0; width: 88%; margin: 0 auto; } header { background-image: url(../images/neonbrand-mlZzMow-CQw-unsplash.jpg); background-size: cover; max-width: 1440px; height: 676px; margin: 0 auto; } .navbar { background: rgba(0, 0, 0, 0.2); max-width: 1440px; margin: 0 auto; } nav { position: relative; max-width: 1296px; width: 100%; margin: 0 auto; height: 100px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } @media (max-width: 800px) { nav { flex-direction: column; height: 20rem; } } @media (max-width: 500px) { nav { height: 25rem; } } nav .logo { width: 20%; } @media (max-width: 800px) { nav .logo { width: 40%; padding-top: 3rem; } } @media (max-width: 500px) { nav .logo { width: 50%; } } nav .logo a { display: flex; flex-direction: row; justify-content: space-between; align-items: center; text-decoration: none; } nav .logo a h1 { color: #62BC4E; } nav .logo a img { height: 70px; } nav .links { flex-shrink: 1; max-width: 60%; padding-right: 3%; width: 60%; display: flex; flex-direction: row; justify-content: space-between; font-family: 'Didact Gothic'; } @media (max-width: 500px) { nav .links { flex-direction: column; align-items: center; padding-right: 0px; } } @media (max-width: 800px) { nav .links { max-width: 88%; width: 100%; } } nav .links a { font-size: 2.6rem; line-height: 100px; text-decoration: none; color: white; } @media (max-width: 1180px) { nav .links a { font-size: 2rem; } } @media (max-width: 500px) { nav .links a { line-height: normal; } } nav .links .backendlinks a { font-family: 'Passion One'; color: #62BC4E; font-size: 3.6rem; } @media (max-width: 1180px) { nav .links .backendlinks a { font-size: 2.6rem; } } nav .links .backendlinks a:hover { font-size: 3.8rem; color: #7DAA6A; } .startdiv { margin-top: 25rem; width: 100%; display: flex; flex-direction: row; justify-content: center; } .startdiv .start { flex-shrink: 1; margin: 0 auto; background-color: #62BC4E; height: 11.4rem; width: 46.6rem; border-radius: 40px; border: none; box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.4); color: white; font-family: 'Didact Gothic'; font-size: 7.2rem; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 500px) { .startdiv .start { font-size: 5rem; } } .startdiv .start:hover { transform: scale(1.1); color: #D4AF37; } footer { max-width: 1440px; background: rgba(255, 198, 160, 0.4); margin: 0 auto; } footer .fineprint { width: 88%; margin: 0 auto; padding: 5.2rem 0 2.6rem 0; } footer .fineprint p { font-size: 1.2rem; line-height: 1.6rem; } footer .copyright { text-align: center; padding-bottom: 2.6rem; } .container { max-width: 1440px; margin: 0 auto; } .container .centered-placard { width: 100%; margin: 3rem auto; height: 11.5rem; display: flex; align-items: center; text-align: center; } .container .centered-placard .line { width: 30%; border-bottom: 3px solid #62BC4E; } @media (max-width: 800px) { .container .centered-placard .line { display: none; } } .container .centered-placard h2 { width: 50%; color: #62BC4E; height: 11.5rem; line-height: 11.5rem; font-size: 10rem; letter-spacing: 0.05rem; background-color: white; border: 3px solid #62BC4E; border-radius: 5px; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 800px) { .container .centered-placard h2 { width: 100%; } } @media (max-width: 500px) { .container .centered-placard h2 { font-size: 8rem; } } .container .centered-placard .line h2 { width: 80rem; } .container .help { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; } @media (max-width: 800px) { .container .help { flex-direction: column; } } .container .help .vert { width: 30%; display: flex; flex-direction: column; justify-content: space-between; } @media (max-width: 800px) { .container .help .vert { width: 80%; margin: 2rem auto; } } @media (max-width: 500px) { .container .help .vert { width: 100%; margin: 1rem auto; } } .container .help .vert h3 { text-align: center; color: #62BC4E; } .container .help .vert p { font-size: 2rem; } .container .help .vert .illustration { margin: 0 auto; } .container .help .vert .illustration img { max-width: 100%; width: 20rem; } .container .newsletter { width: 100%; height: 30rem; background: rgba(255, 198, 160, 0.4); display: flex; flex-direction: row; justify-content: space-around; align-items: center; } @media (max-width: 800px) { .container .newsletter { flex-direction: column; height: 50rem; } } .container .newsletter input { position: relative; bottom: -3.2rem; padding: 0 0 0 3%; width: 40%; height: 11.4rem; line-height: 13rem; background: #FFFFFF; box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 20px; } @media (max-width: 800px) { .container .newsletter input { width: 80%; } } @media (max-width: 500px) { .container .newsletter input { font-size: 3rem; height: 9rem; } } .container .newsletter input::placeholder { font-size: 5.3rem; } .container .newsletter input::-webkit-input-placeholder, .container .newsletter input::-moz-placeholder, .container .newsletter input:-ms-input-placeholder, .container .newsletter input:-moz-placeholder { margin: 0 auto; color: rgba(0, 0, 0, 0.2); max-width: 100%; } .container .newsletter div { flex-shrink: 1; width: 40%; display: flex; flex-direction: column; justify-content: normal; text-align: center; } @media (max-width: 800px) { .container .newsletter div { width: 80%; } } .container .newsletter div h4 { font-size: 4rem; font-family: 'Didact Gothic'; color: rgba(0, 0, 0, 0.6); margin-bottom: 2rem; } .container .newsletter div button { margin: 0 auto; background-color: #62BC4E; height: 11.4rem; width: 46.6rem; border-radius: 40px; border: none; box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.4); color: white; font-family: 'Didact Gothic'; font-size: 7.2rem; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); max-width: 100%; } @media (max-width: 500px) { .container .newsletter div button { font-size: 5rem; } } .container .newsletter div button:hover { transform: scale(1.1); color: #D4AF37; } .container .funding-cards-container .browse { width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0 3% 3rem; } .container .funding-cards-container .browse h5 { font-size: 3.6rem; } .container .funding-cards-container .browse #browse-by { text-align: center; padding-left: 3rem; height: 3.3rem; width: 14.4rem; background: #FFFFFF; border: 1px solid #C4C4C4; border-radius: 5px; } .container .funding-cards-container .trending { position: absolute; top: 1rem; left: 2rem; width: 10.8rem; height: 2.5rem; background-image: url(/images/trending.svg); z-index: 5; } .container .funding-cards-container .between { position: absolute; left: 4rem; top: 42%; height: 6rem; width: 6rem; z-index: 1; background: #FFFFFF; border: 1px solid #C4C4C4; box-shadow: 3px 3px 4px rgba(196, 196, 196, 0.3); border-radius: 5px; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; } .container .funding-cards-container .one div.upper { background-image: url(/images/icons/crazi.jpg); } .container .funding-cards-container .one div.between { background-image: url(/images/icons/hero-one.svg); } .container .funding-cards-container .two div.upper { background-image: url(/images/icons/mobius.jpg); background-size: 100%; background-position: 0 0; } .container .funding-cards-container .two div.between { background-image: url(/images/icons/hero-two.svg); } .container .funding-cards-container .three div.upper { background-image: url(/images/icons/juicy.jpg); } .container .funding-cards-container .three div.between { background-image: url(/images/icons/hero-three.svg); } .container .funding-cards-container .four div.upper { background-image: url(/images/icons/swipe.jpg); } .container .funding-cards-container .four div.between { background-image: url(/images/icons/hero-four.svg); } .container .funding-cards-container .five div.upper { background-image: url(/images/icons/security.jpg); background-size: 100%; background-position: 0 -15rem; } .container .funding-cards-container .five div.between { background-image: url(/images/icons/hero-five.svg); background-size: 80px 80px; } .container .funding-cards-container .six div.upper { background-image: url(/images/icons/turn.jpg); } .container .funding-cards-container .six div.between { background-image: url(/images/icons/hero-six.svg); } .about { background-image: url(/images/about-bg.svg); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } .about .mission .mission-statement p { font-size: 3rem; } .about .hero .upper { background-size: cover; } .about .hero .lower .socials { width: 100%; display: flex; justify-content: flex-end; } .about .one .upper { background-image: url(/images/people/ahmedbarre.png); background-position: 0px -4.5rem; } .about .two .upper { background-image: url(/images/people/gordoncaister.jpeg); } .about .three .upper { background-image: url(/images/people/petepetrongonas.jpeg); } .about .four .upper { background-image: url(/images/people/jasonhemann.jpeg); background-position: 0px -10.5rem; } .about .five .upper { background-image: url(/images/people/kjmagill.png); background-position: 0px -3.5rem; } .about .six .upper { background-image: url(/images/people/seannaleid.jpeg); }
css/index.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { box-sizing: border-box; } html { font-size: 62.5%; } html, body { font-family: 'Didact Gothic'; } h1, h2, h3, h4, h5 { font-family: 'Passion One'; } h1 { font-size: 4rem; } h2 { font-size: 3.2rem; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); } h3 { font-size: 6.4rem; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4); } h4 { font-size: 2.5rem; } p, a, .btn { font-size: 1.6rem; } .heroes { display: flex; flex-direction: flex; justify-content: space-around; flex-wrap: wrap; } .heroes .hero { position: relative; border: 1px solid #C4C4C4; border-radius: 5px; width: 34.5rem; height: 38rem; row-gap: 10rem; overflow: hidden; box-shadow: 4px 4px 6px rgba(196, 196, 196, 0.3); margin-bottom: 3rem; } .heroes .hero .upper { height: 50%; border-bottom: 1px solid #C4C4C4; overflow: hidden; background-color: white; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; } .heroes .hero .lower { height: 50%; display: flex; flex-direction: column; justify-content: center; padding: 0 4rem; background-color: white; } .heroes .hero .lower .location { color: grey; } .eighty-eight { padding: 3.05rem 0 5.3rem 0; width: 88%; margin: 0 auto; } header { background-image: url(../images/neonbrand-mlZzMow-CQw-unsplash.jpg); background-size: cover; max-width: 1440px; height: 676px; margin: 0 auto; } .navbar { background: rgba(0, 0, 0, 0.2); max-width: 1440px; margin: 0 auto; } nav { position: relative; max-width: 1296px; width: 100%; margin: 0 auto; height: 100px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } @media (max-width: 800px) { nav { flex-direction: column; height: 20rem; } } @media (max-width: 500px) { nav { height: 25rem; } } nav .logo { width: 20%; } @media (max-width: 800px) { nav .logo { width: 40%; padding-top: 3rem; } } @media (max-width: 500px) { nav .logo { width: 50%; } } nav .logo a { display: flex; flex-direction: row; justify-content: space-between; align-items: center; text-decoration: none; } nav .logo a h1 { color: #62BC4E; } nav .logo a img { height: 70px; } nav .links { flex-shrink: 1; max-width: 60%; padding-right: 3%; width: 60%; display: flex; flex-direction: row; justify-content: space-between; font-family: 'Didact Gothic'; } @media (max-width: 500px) { nav .links { flex-direction: column; align-items: center; padding-right: 0px; } } @media (max-width: 800px) { nav .links { max-width: 88%; width: 100%; } } nav .links a { font-size: 2.6rem; line-height: 100px; text-decoration: none; color: white; } @media (max-width: 1180px) { nav .links a { font-size: 2rem; } } @media (max-width: 500px) { nav .links a { line-height: normal; } } nav .links .backendlinks a { font-family: 'Passion One'; color: #62BC4E; font-size: 3.6rem; } @media (max-width: 1180px) { nav .links .backendlinks a { font-size: 2.6rem; } } nav .links .backendlinks a:hover { font-size: 3.8rem; color: #7DAA6A; } .startdiv { margin-top: 25rem; width: 100%; display: flex; flex-direction: row; justify-content: center; } .startdiv .start { flex-shrink: 1; margin: 0 auto; background-color: #62BC4E; height: 11.4rem; width: 46.6rem; border-radius: 40px; border: none; box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.4); color: white; font-family: 'Didact Gothic'; font-size: 7.2rem; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 500px) { .startdiv .start { font-size: 5rem; } } .startdiv .start:hover { transform: scale(1.1); color: #D4AF37; } footer { max-width: 1440px; background: rgba(255, 198, 160, 0.4); margin: 0 auto; } footer .fineprint { width: 88%; margin: 0 auto; padding: 5.2rem 0 2.6rem 0; } footer .fineprint p { font-size: 1.2rem; line-height: 1.6rem; } footer .copyright { text-align: center; padding-bottom: 2.6rem; } .container { max-width: 1440px; margin: 0 auto; } .container .centered-placard { width: 100%; margin: 3rem auto; height: 11.5rem; display: flex; align-items: center; text-align: center; } .container .centered-placard .line { width: 30%; border-bottom: 3px solid #62BC4E; } @media (max-width: 800px) { .container .centered-placard .line { display: none; } } .container .centered-placard h2 { width: 50%; color: #62BC4E; height: 11.5rem; line-height: 11.5rem; font-size: 10rem; letter-spacing: 0.05rem; background-color: white; border: 3px solid #62BC4E; border-radius: 5px; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 800px) { .container .centered-placard h2 { width: 100%; } } @media (max-width: 500px) { .container .centered-placard h2 { font-size: 8rem; } } .container .centered-placard .line h2 { width: 80rem; } .container .help { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; } @media (max-width: 800px) { .container .help { flex-direction: column; } } .container .help .vert { width: 30%; display: flex; flex-direction: column; justify-content: space-between; } @media (max-width: 800px) { .container .help .vert { width: 80%; margin: 2rem auto; } } @media (max-width: 500px) { .container .help .vert { width: 100%; margin: 1rem auto; } } .container .help .vert h3 { text-align: center; color: #62BC4E; } .container .help .vert p { font-size: 2rem; } .container .help .vert .illustration { margin: 0 auto; } .container .help .vert .illustration img { max-width: 100%; width: 20rem; } .container .newsletter { width: 100%; height: 30rem; background: rgba(255, 198, 160, 0.4); display: flex; flex-direction: row; justify-content: space-around; align-items: center; } @media (max-width: 800px) { .container .newsletter { flex-direction: column; height: 50rem; } } .container .newsletter input { position: relative; bottom: -3.2rem; padding: 0 0 0 3%; width: 40%; height: 11.4rem; line-height: 13rem; background: #FFFFFF; box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 20px; } @media (max-width: 800px) { .container .newsletter input { width: 80%; } } @media (max-width: 500px) { .container .newsletter input { font-size: 3rem; height: 9rem; } } .container .newsletter input::placeholder { font-size: 5.3rem; } .container .newsletter input::-webkit-input-placeholder, .container .newsletter input::-moz-placeholder, .container .newsletter input:-ms-input-placeholder, .container .newsletter input:-moz-placeholder { margin: 0 auto; color: rgba(0, 0, 0, 0.2); max-width: 100%; } .container .newsletter div { flex-shrink: 1; width: 40%; display: flex; flex-direction: column; justify-content: normal; text-align: center; } @media (max-width: 800px) { .container .newsletter div { width: 80%; } } .container .newsletter div h4 { font-size: 4rem; font-family: 'Didact Gothic'; color: rgba(0, 0, 0, 0.6); margin-bottom: 2rem; } .container .newsletter div button { margin: 0 auto; background-color: #62BC4E; height: 11.4rem; width: 46.6rem; border-radius: 40px; border: none; box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.4); color: white; font-family: 'Didact Gothic'; font-size: 7.2rem; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); max-width: 100%; } @media (max-width: 500px) { .container .newsletter div button { font-size: 5rem; } } .container .newsletter div button:hover { transform: scale(1.1); color: #D4AF37; } .container .funding-cards-container .browse { width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0 3% 3rem; } .container .funding-cards-container .browse h5 { font-size: 3.6rem; } .container .funding-cards-container .browse #browse-by { text-align: center; padding-left: 3rem; height: 3.3rem; width: 14.4rem; background: #FFFFFF; border: 1px solid #C4C4C4; border-radius: 5px; } .container .funding-cards-container .trending { position: absolute; top: 1rem; left: 2rem; width: 10.8rem; height: 2.5rem; background-image: url(/images/trending.svg); z-index: 5; } .container .funding-cards-container .between { position: absolute; left: 4rem; top: 42%; height: 6rem; width: 6rem; z-index: 1; background: #FFFFFF; border: 1px solid #C4C4C4; box-shadow: 3px 3px 4px rgba(196, 196, 196, 0.3); border-radius: 5px; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; } .container .funding-cards-container .one div.upper { background-image: url(/images/icons/crazi.jpg); } .container .funding-cards-container .one div.between { background-image: url(/images/icons/hero-one.svg); } .container .funding-cards-container .two div.upper { background-image: url(/images/icons/mobius.jpg); background-size: 100%; background-position: 0 0; } .container .funding-cards-container .two div.between { background-image: url(/images/icons/hero-two.svg); } .container .funding-cards-container .three div.upper { background-image: url(/images/icons/juicy.jpg); } .container .funding-cards-container .three div.between { background-image: url(/images/icons/hero-three.svg); } .container .funding-cards-container .four div.upper { background-image: url(/images/icons/swipe.jpg); } .container .funding-cards-container .four div.between { background-image: url(/images/icons/hero-four.svg); } .container .funding-cards-container .five div.upper { background-image: url(/images/icons/security.jpg); background-size: 100%; background-position: 0 -15rem; } .container .funding-cards-container .five div.between { background-image: url(/images/icons/hero-five.svg); background-size: 80px 80px; } .container .funding-cards-container .six div.upper { background-image: url(/images/icons/turn.jpg); } .container .funding-cards-container .six div.between { background-image: url(/images/icons/hero-six.svg); } .about { background-image: url(/images/about-bg.svg); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } .about .mission .mission-statement p { font-size: 3rem; } .about .hero .upper { background-size: cover; } .about .hero .lower .socials { width: 100%; display: flex; justify-content: flex-end; } .about .one .upper { background-image: url(/images/people/ahmedbarre.png); background-position: 0px -4.5rem; } .about .two .upper { background-image: url(/images/people/gordoncaister.jpeg); } .about .three .upper { background-image: url(/images/people/petepetrongonas.jpeg); } .about .four .upper { background-image: url(/images/people/jasonhemann.jpeg); background-position: 0px -10.5rem; } .about .five .upper { background-image: url(/images/people/kjmagill.png); background-position: 0px -3.5rem; } .about .six .upper { background-image: url(/images/people/seannaleid.jpeg); }
0.428951
0.07393
* { padding: 0; margin:0; list-style: none; text-decoration: none; list-style: none; box-sizing: border-box; } body{ font-family: monospace; } nav{ background: rgb(92, 145, 243); height: 80px; width:100%; } nav img{ max-width: 100%; height: 110px; position:absolute; left:12%; } label.logo{ color: white; padding:0 100px; line-height: 80px; } nav ul{ float:right; margin-right: 20px; } nav ul li{ display: inline-block; line-height: 100px; margin:0 5px; } nav ul li a{ color: white; font-size: 20px; padding:7px 13px; border-radius: 3px; } a.active,a:hover{ background: #1b91bf; transition: .5s; } .checkbtn{ font-size: 30px; color: white; float:right; line-height: 80px; margin-right: 40px; cursor: pointer; display: none; } #check{ display: none; } @media(max-width:952px){ label.logo{ font-size: 30px; padding-left:50px; } nav ul li a{ font-size: 16px; } } @media(max-width:858px){ .checkbtn{ display:block; } ul{ position:fixed; width:100%; height:100vh; background: #2c3e50; top:80px; left:-100%; text-align: center; transition: all .5s; } nav ul li{ display: block; margin: 50px 0; line-height: 30px; } nav ul li a{ font-size: 20px; } a:hover,a.active{ background: none; color:teal; } #check:checked ~ ul { left: 0; } } section{ background: url(images/cn6.jpg) no-repeat; } /* .navbar{ background: rgb(72, 122, 216); display: flex; */ /* display:inline-block; */ /* justify-content: space-between; */ /* } */ /* .navbar-container{ width:min(991px,80%); margin: 0 auto; } */ /* .navbar-logo img{ height:130px; padding-left: 3rem; } .navbar-content{ display: flex; justify-content:center; } .navbar-content ul{ display: flex; justify-content: space-around; width: 100ch; align-items: center; } */
style.css
* { padding: 0; margin:0; list-style: none; text-decoration: none; list-style: none; box-sizing: border-box; } body{ font-family: monospace; } nav{ background: rgb(92, 145, 243); height: 80px; width:100%; } nav img{ max-width: 100%; height: 110px; position:absolute; left:12%; } label.logo{ color: white; padding:0 100px; line-height: 80px; } nav ul{ float:right; margin-right: 20px; } nav ul li{ display: inline-block; line-height: 100px; margin:0 5px; } nav ul li a{ color: white; font-size: 20px; padding:7px 13px; border-radius: 3px; } a.active,a:hover{ background: #1b91bf; transition: .5s; } .checkbtn{ font-size: 30px; color: white; float:right; line-height: 80px; margin-right: 40px; cursor: pointer; display: none; } #check{ display: none; } @media(max-width:952px){ label.logo{ font-size: 30px; padding-left:50px; } nav ul li a{ font-size: 16px; } } @media(max-width:858px){ .checkbtn{ display:block; } ul{ position:fixed; width:100%; height:100vh; background: #2c3e50; top:80px; left:-100%; text-align: center; transition: all .5s; } nav ul li{ display: block; margin: 50px 0; line-height: 30px; } nav ul li a{ font-size: 20px; } a:hover,a.active{ background: none; color:teal; } #check:checked ~ ul { left: 0; } } section{ background: url(images/cn6.jpg) no-repeat; } /* .navbar{ background: rgb(72, 122, 216); display: flex; */ /* display:inline-block; */ /* justify-content: space-between; */ /* } */ /* .navbar-container{ width:min(991px,80%); margin: 0 auto; } */ /* .navbar-logo img{ height:130px; padding-left: 3rem; } .navbar-content{ display: flex; justify-content:center; } .navbar-content ul{ display: flex; justify-content: space-around; width: 100ch; align-items: center; } */
0.196479
0.035013
body { scrollbar-base-color: #efefef; scrollbar-face-color: #F3F3F3; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #666666; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #DDDDDD; scrollbar-shadow-color: #777777; scrollbar-darkshadow-color: #FFFFFF; margin: 5px 0px 0px 5px; font-family: Times New Roman, Times, serif; } .logo{ background-color: #f5f5f5; border-bottom: #CCCCCC 1px solid; } a:link { color: #0073c7; background-color: inherit; text-decoration: none; } a:visited { color: #6C95BD; background-color: inherit; text-decoration: none; } a:hover, a:active { color: #000000; text-decoration: none; background-color: inherit; } .tdl { background:#F0F0F0; } .tdd { background:#E0E0E0; } .tdg { background:#E4E4E4; } .tdark { background:#CCCCCC; } .tblank { background:#fbfbfb; } .table { background:#757575; } .tab { border-left: #CCCCCC 1px solid; border-right: #CCCCCC 1px solid; border-bottom: #CCCCCC 1px solid; border-spacing: 10px; } .button { border : 2px; color: #555555; font-weight: bold; background-color: #DDDDDD; text-align: center; border-left: #BBBBBB 1px solid; border-top: #BBBBBB 1px solid; border-right: #BBBBBB 1px solid; border-bottom: #BBBBBB 1px solid; } .input { border : 2px; background-color: #DDDDDD; border-left: #BBBBBB 1px solid; border-top: #BBBBBB 1px solid; border-right: #BBBBBB 1px solid; border-bottom: #BBBBBB 1px solid; } fieldset { color: #666666; font-weight: bold; border : 2px; border-left: #BBBBBB 1px solid; border-top: #BBBBBB 1px solid; border-right: #BBBBBB 1px solid; border-bottom: #BBBBBB 1px solid; } .form { border : 0px; border-spacing: 0px; margin: 0px 0px 0px 0px; display:inline } .submit { border : 2px; border-style : groove; border-color : #FFFFFF; font-weight: bold; background-color: #D0D0D0; } .span0 { filter: DropShadow(color=#b0b0b0,offx=4,offy=4,positive=1,enabled=1); width:100%; padding:10px; } .span1 { width: 90%; border:1px dashed #b0b0b0; background: #F7F7F7; padding:10px; } .row1{ background:#f5f5f5 } .row2,.helpline{ background:#ececec } .row3{ background:#e3e3e3 } .head0 { background:#CCCCCC; } .title { color: #999999; font-weight: bold ; font-size: 16px ; background-color: #EFEFEF; text-align: center; } .head1 { color: #FFFFFF; font-weight:bold; background:#E89C28; border:1px solid #B08810; height:25px; } .head2 { color: #FFFFFF; font-weight:bold; background:#DE5100; border:1px solid #944508; height:25px; } .head3 { color: #FFFFFF; font-weight:bold; background:#A50000; border:1px solid #632421; height:25px; } .head4 { color: #FFFFFF; font-weight:bold; background:#0075EF; border:1px solid #509400; height:25px; } .head5 { color: #FFFFFF; font-weight:bold; background:#384C10; border:1px solid #509400; height:25px; } .scrn{width:100%;text-align:center} .tt12bkg{background:url(gfx/tt12_m.gif) repeat-x;height:12px;width:100%} .tb12bkg{background:url(gfx/tb12_m.gif) repeat-x;height:12px;width:100%} .index1 { height: 16px; BACKGROUND-COLOR: #f1f1f1; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; } .index2 { height: 16px; BACKGROUND-COLOR: #f5f5f5; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; } .index3 { height: 16px; BACKGROUND-COLOR: #f5f5f5; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 8px; } .indexbold { FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: bold } .bodyline{ background:#fbfbfb; border:1px solid #666666; } .forumline{ background:#FFFFFF;border:1px solid #666666; } fieldset{ display:inline; font-family: Verdana, sans-serif; font-weight: bold ; font-size: 11px ; } table{ font-size: 14px ; } textarea{ font-family: Verdana, sans-serif; font-size: 10px ; } .desc{ color: #999999; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold ; font-size: 12px ; }
html/apache2triadcp/style.css
body { scrollbar-base-color: #efefef; scrollbar-face-color: #F3F3F3; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #666666; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #DDDDDD; scrollbar-shadow-color: #777777; scrollbar-darkshadow-color: #FFFFFF; margin: 5px 0px 0px 5px; font-family: Times New Roman, Times, serif; } .logo{ background-color: #f5f5f5; border-bottom: #CCCCCC 1px solid; } a:link { color: #0073c7; background-color: inherit; text-decoration: none; } a:visited { color: #6C95BD; background-color: inherit; text-decoration: none; } a:hover, a:active { color: #000000; text-decoration: none; background-color: inherit; } .tdl { background:#F0F0F0; } .tdd { background:#E0E0E0; } .tdg { background:#E4E4E4; } .tdark { background:#CCCCCC; } .tblank { background:#fbfbfb; } .table { background:#757575; } .tab { border-left: #CCCCCC 1px solid; border-right: #CCCCCC 1px solid; border-bottom: #CCCCCC 1px solid; border-spacing: 10px; } .button { border : 2px; color: #555555; font-weight: bold; background-color: #DDDDDD; text-align: center; border-left: #BBBBBB 1px solid; border-top: #BBBBBB 1px solid; border-right: #BBBBBB 1px solid; border-bottom: #BBBBBB 1px solid; } .input { border : 2px; background-color: #DDDDDD; border-left: #BBBBBB 1px solid; border-top: #BBBBBB 1px solid; border-right: #BBBBBB 1px solid; border-bottom: #BBBBBB 1px solid; } fieldset { color: #666666; font-weight: bold; border : 2px; border-left: #BBBBBB 1px solid; border-top: #BBBBBB 1px solid; border-right: #BBBBBB 1px solid; border-bottom: #BBBBBB 1px solid; } .form { border : 0px; border-spacing: 0px; margin: 0px 0px 0px 0px; display:inline } .submit { border : 2px; border-style : groove; border-color : #FFFFFF; font-weight: bold; background-color: #D0D0D0; } .span0 { filter: DropShadow(color=#b0b0b0,offx=4,offy=4,positive=1,enabled=1); width:100%; padding:10px; } .span1 { width: 90%; border:1px dashed #b0b0b0; background: #F7F7F7; padding:10px; } .row1{ background:#f5f5f5 } .row2,.helpline{ background:#ececec } .row3{ background:#e3e3e3 } .head0 { background:#CCCCCC; } .title { color: #999999; font-weight: bold ; font-size: 16px ; background-color: #EFEFEF; text-align: center; } .head1 { color: #FFFFFF; font-weight:bold; background:#E89C28; border:1px solid #B08810; height:25px; } .head2 { color: #FFFFFF; font-weight:bold; background:#DE5100; border:1px solid #944508; height:25px; } .head3 { color: #FFFFFF; font-weight:bold; background:#A50000; border:1px solid #632421; height:25px; } .head4 { color: #FFFFFF; font-weight:bold; background:#0075EF; border:1px solid #509400; height:25px; } .head5 { color: #FFFFFF; font-weight:bold; background:#384C10; border:1px solid #509400; height:25px; } .scrn{width:100%;text-align:center} .tt12bkg{background:url(gfx/tt12_m.gif) repeat-x;height:12px;width:100%} .tb12bkg{background:url(gfx/tb12_m.gif) repeat-x;height:12px;width:100%} .index1 { height: 16px; BACKGROUND-COLOR: #f1f1f1; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; } .index2 { height: 16px; BACKGROUND-COLOR: #f5f5f5; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; } .index3 { height: 16px; BACKGROUND-COLOR: #f5f5f5; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 8px; } .indexbold { FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: bold } .bodyline{ background:#fbfbfb; border:1px solid #666666; } .forumline{ background:#FFFFFF;border:1px solid #666666; } fieldset{ display:inline; font-family: Verdana, sans-serif; font-weight: bold ; font-size: 11px ; } table{ font-size: 14px ; } textarea{ font-family: Verdana, sans-serif; font-size: 10px ; } .desc{ color: #999999; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold ; font-size: 12px ; }
0.234582
0.071982
body { background-color: #555; display: flex; justify-content: center; flex-wrap: wrap; } /* generic styling for the quote */ #text::before { content: "\""; } #text::after { content: "\""; } #title::after { content: " said:"; font-size: 20px; } /* Styling specific to an index card */ .card{ font-family: Courier, monospace; background-color: white; background: repeating-linear-gradient(white, white 25px, #9198e5 26px, #9198e5 27px); background-position-y: 34px; height: 300px; width: 50%; padding: 0; margin-top: 50px; margin-right: 15px; } .card header { background: linear-gradient(white, white 33px, pink 35px, pink 36px); height: 36px; } .card-title { position: relative; left: 10px; top: 8px; font-size: 30px; font-weight: bold; } .card-text { position: relative; top: 30px; font-size: 18px; margin: 0 20px; line-height: 27px; } /* Styling specific to a sheet of lined paper */ .sheet{ font-family: 'Indie Flower', cursive; background-color: white; background: repeating-linear-gradient(white, white 25px, #9198e5 26px, #9198e5 27px); background-position-y: 49px; height: 550px; width: 50%; padding: 0; margin-top: 50px; margin-left: 15px; } .sheet header { background-color: white; background: linear-gradient(white, white 48px, #9198e5 49px, #9198e5 50px); height: 50px; } .sheet-title { position: relative; top: 20px; font-size: 30px; font-weight: bold; padding-left: 10px; } .sheet-text { position: relative; top: 33px; font-size: 22px; width: 50%; margin: 0 55px; line-height: 27px; } .margin { width: 49px; height: 100%; } .l-margin { float: left; border-right: 2px solid pink; } .r-margin { float: right; border-left: 1px solid pink; } /* Styling for hole punches */ .l-margin { position: relative; } .hole { height: 20px; width: 20px; background-color: #555; border-radius: 50%; position: absolute; left: 15px; } .first-hole { top: 30px; } .second-hole { top: 50%; } .third-hole { bottom: 30px; }
my-app/src/Junque/Xpaper.css
body { background-color: #555; display: flex; justify-content: center; flex-wrap: wrap; } /* generic styling for the quote */ #text::before { content: "\""; } #text::after { content: "\""; } #title::after { content: " said:"; font-size: 20px; } /* Styling specific to an index card */ .card{ font-family: Courier, monospace; background-color: white; background: repeating-linear-gradient(white, white 25px, #9198e5 26px, #9198e5 27px); background-position-y: 34px; height: 300px; width: 50%; padding: 0; margin-top: 50px; margin-right: 15px; } .card header { background: linear-gradient(white, white 33px, pink 35px, pink 36px); height: 36px; } .card-title { position: relative; left: 10px; top: 8px; font-size: 30px; font-weight: bold; } .card-text { position: relative; top: 30px; font-size: 18px; margin: 0 20px; line-height: 27px; } /* Styling specific to a sheet of lined paper */ .sheet{ font-family: 'Indie Flower', cursive; background-color: white; background: repeating-linear-gradient(white, white 25px, #9198e5 26px, #9198e5 27px); background-position-y: 49px; height: 550px; width: 50%; padding: 0; margin-top: 50px; margin-left: 15px; } .sheet header { background-color: white; background: linear-gradient(white, white 48px, #9198e5 49px, #9198e5 50px); height: 50px; } .sheet-title { position: relative; top: 20px; font-size: 30px; font-weight: bold; padding-left: 10px; } .sheet-text { position: relative; top: 33px; font-size: 22px; width: 50%; margin: 0 55px; line-height: 27px; } .margin { width: 49px; height: 100%; } .l-margin { float: left; border-right: 2px solid pink; } .r-margin { float: right; border-left: 1px solid pink; } /* Styling for hole punches */ .l-margin { position: relative; } .hole { height: 20px; width: 20px; background-color: #555; border-radius: 50%; position: absolute; left: 15px; } .first-hole { top: 30px; } .second-hole { top: 50%; } .third-hole { bottom: 30px; }
0.427994
0.084493
html, body, #root { width: 100%; height: 100%; margin: 0; padding: 0; background-color: white; } body { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; background: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; } .center-item{ display: block; margin-left: auto; margin-right: auto; margin-bottom: 185px; } /* Food & resturent pos style */ .R-pos-circle-bg{ position: relative; } .R-pos-circle-bg::after{ content: ' '; position: absolute; /* right: 0; */ width: 100%; height: 100%; background: linear-gradient(#ffffff,#ff5200cc); -webkit-clip-path: circle(20% at 10% 10%); clip-path: circle(20% at 91% 94%); top: 0; left: 0; } .R-pos-circle-bg::before{ content: ' '; position: absolute; /* right: 0; */ width: 100%; height: 100%; background: linear-gradient(#ff80007e,#ffffff); -webkit-clip-path: circle(20% at 10% 10%); clip-path: circle(20% at left 12%); top: 0; left: 0; } .food-res-bg-img{ background: url('/images/easycode-software-cover.png') repeat fixed 100%; width: auto; height: 470px; background-position: center; background-repeat: no-repeat; background-size: cover; padding: 300px 0px 150px 80px; position: relative; } .food-res-bg-img h1{ font-size: 6vw; color: #292929; position: relative; text-align: left; font-weight: bolder; font-family: fantasy; } .food-res-bg-overlay{ position: relative; z-index: 0; } .food-res-bg-overlay::before{ position: absolute; content: ""; background-color: #ff9b0642; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: .9; } .R-pos-image{ width: 100%; height: 70%; } .rpos-heading{ font-size: 35px; color: #000000; font-family: inherit; text-align: center; margin: 65px 8px; font-weight: 600; position: relative; } .rpos-heading::after{ content: ''; position: absolute; left: 31%; top: 45px; width: 15.5%; height: 5px; background-color: #ff6500; } .rpos-heading::before{ content: ''; position: absolute; left: 50%; width: 18.5%; bottom: 110%; height: 5px; background-color: #ff6500; } .Rpos-text{ border-bottom: 0px !important; font-size: 15px; font-weight: bold; text-align: center; padding: 15px 0px; color: #000000; background-color: rgba(247, 166, 67, 0.651); border-radius: 5px; margin: 5px 0px; position: relative !important; } .Rpos-text:hover{ color: #ffffff; background-color: rgb(255, 136, 0); } .top-heading{ font-size: 35px; color: #000000; font-family: inherit; text-align: center; margin-top: -145px; margin-bottom: 40px; font-weight: 600; position: relative; } .top-heading::after{ content: ''; position: absolute; left: 34%; top: 45px; width: 7%; height: 5px; background-color: #ff6500; } /*trading pos design*/ .tradepos-heading{ font-size: 35px; color: #000000; font-family: inherit; text-align: center; margin: 65px 8px; font-weight: 600; position: relative; } .tradepos-heading::after{ content: ''; position: absolute; left: 37%; top: 45px; width: 9%; height: 5px; background-color: #ff6500; } .tradepos-heading::before{ content: ''; position: absolute; left: 47%; width: 15.5%; bottom: 110%; height: 5px; background-color: #ff6500; } .top-heading::before{ content: ''; position: absolute; left: 55%; width: 11%; bottom: 105%; height: 5px; background-color: #ff6500; } .feature-img{ padding: 5px; } /* common style for all software which dont have any info*/ .ComSofware-round-bg::before{ background-color: #72727221; padding: 45px; position: relative; } .ComSofware-round-bg::before{ content: ' '; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(#f3ba29,#e91e63); -webkit-clip-path: circle(20% at 10% 10%); clip-path: circle(31% at 10% 10%); } .ComSofware-Query-h1{ font-size: 50px; font-weight: 300; color: #001D38; margin-bottom: 30px; margin-top: 88px !important; text-align: center; font-weight: bolder; font-family: fantasy; letter-spacing: 5px; position: relative; } .ComSofware-button{ background: rgba(255,255,255,0.1); box-shadow: 20px 20px 50px rgb(0 0 0 / 50%); padding: 150px 0px; text-align: center; margin: 50px; border-radius: 20px; border-top: 1px solid rgba(255,255,255,0.5); border-left: 1px solid rgba(255,255,255,0.5); justify-content: center; align-items: center; position: relative; } .ComSofware-button h1{ text-align: center; justify-content: center; align-items: center; position: relative; font-size: 45px; font-weight: 700; font-family: cursive; } .ComSofware-button h4{ text-align: center; justify-content: center; align-items: center; position: relative; font-size: 25px; font-family: auto; letter-spacing: 3px; margin: 20px 0px; } .ComSofware-button::after { content: ' '; position: absolute; /* right: 0; */ width: 100%; height: 100%; background: linear-gradient(#e94f4f,#f3955fcc); -webkit-clip-path: circle(20% at 10% 10%); clip-path: circle(17% at right 98%); top: 0; left: 0; } @media only screen and (max-width: 1290px) { .rpos-heading::before { content: ''; position: absolute; left: 50%; width: 21.5%; } .rpos-heading::after { left: 28%; top: 45px; width: 18%; } .tradepos-heading::before { left: 46%; width: 17.5%; } .tradepos-heading::after { content: ''; position: absolute; left: 36%; } } @media only screen and (max-width: 1100px) { .R-pos-image { width: 100%; height: 90%; } .slick-prev { left: 4px !important; } .rpos-heading::before { left: 50.5%; width: 25%; } .rpos-heading::after { left: 24%; top: 45px; width: 21%; } .tradepos-heading::before { left: 45.5%; width: 20.5%; } .tradepos-heading::after { left: 33%; top: 45px; width: 11%; } } @media only screen and (max-width: 900px) { .R-pos-image { width: 100%; height: 90%; } .slick-prev { left: 4px !important; } .tradepos-heading::after{ content: ''; position: absolute; left: 27%; top: 45px; width: 15%; height: 5px; background-color: #ff6500; } .tradepos-heading::before{ content: ''; position: absolute; left: 45%; width: 27.5%; bottom: 110%; height: 5px; background-color: #ff6500; } .rpos-heading::before { left: 50.5%; width: 34%; } .rpos-heading::after { left: 15%; top: 45px; width: 28%; } } @media only screen and (max-width: 800px) { .R-pos-image { width: 100%; height: 90%; } .slick-prev { left: 4px !important; } .tradepos-heading { font-size: 30px; } .tradepos-heading::before { left: 45%; width: 24.5%; } .tradepos-heading::after { left: 30%; top: 40px; width: 13%; } } @media only screen and (max-width: 700px) { .R-pos-image { width: 100%; height: 90%; } .slick-prev { left: 4px !important; } .rpos-heading::before { left: 50.5%; width: 46%; } .rpos-heading::after { left: 2%; top: 45px; width: 39%; } .tradepos-heading::before { left: 43%; width: 32.5%; } .tradepos-heading::after { left: 23%; top: 40px; width: 18%; } } @media only screen and (max-width: 650px) { .R-pos-image { width: 100%; height: 90%; } .slick-prev { left: 4px !important; } .rpos-heading::before { left: 51%; width: 45.5%; } .rpos-heading::after { left: 2%; top: 45px; width: 39%; } } @media only screen and (max-width: 570px) { .ComSofware-Query-h1 { font-size: 30px; } .ComSofware-button h1 { font-size: 20px; } .ComSofware-button h4 { font-size: 16px; margin: 31px 0px; } .ComSofware-button { padding: 100px 0px; } .food-res-bg-img { background: url(/images/easycode-software-cover.png) repeat fixed 100%; width: 100%; height: 100%; /* background-position: center; */ /* background-repeat: no-repeat; */ background-size: contain; padding: 146px 0px 35px 27px; position: relative; } .rpos-heading { font-size: 26px; color: #000000; font-family: 'Poppins'; text-align: center; margin: 55px 8px 60px 0px; font-weight: 600; position: relative; } .rpos-heading::before { left: 51%; width: 32%; } .rpos-heading::after { content: ''; position: absolute; left: 17%; top: 35px; width: 27%; height: 5px; background-color: #ff6500; } .tradepos-heading { font-size: 27px; } .tradepos-heading::after { top: 33px; } .tradepos-heading::before { left: 44%; width: 28.5%; } .tradepos-heading::after { left: 27%; width: 14%; } .food-res-bg-img h1 { font-size: 9vw; } .top-heading { font-size: 25px; font-family: fantasy; } .top-heading::before { left: 58%; width: 22%; } .top-heading::after { content: ''; position: absolute; left: 20%; top: 33px; width: 20%; } .feature-img { padding: 25px; } } @media only screen and (max-width: 400px) { .rpos-heading { font-size: 23px; color: #000000; font-family: inherit; } .rpos-heading::before { left: 51%; width: 46%; } .rpos-heading::after { content: ''; position: absolute; left: 2%; top: 35px; width: 39%; height: 5px; background-color: #ff6500; } .tradepos-heading { font-size: 21px; } .tradepos-heading::after { top: 23px; } .tradepos-heading::before { left: 43%; width: 33.5%; } .tradepos-heading::after { left: 24%; width: 16%; top: 26px; } .top-heading { font-size: 25px; font-family: inherit; } .top-heading::before { left: 63%; width: 27%; } .top-heading::after { content: ''; position: absolute; left: 10%; top: 33px; width: 26%; } }
resources/js/components/Pages/Software/Software.css
html, body, #root { width: 100%; height: 100%; margin: 0; padding: 0; background-color: white; } body { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; background: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; } .center-item{ display: block; margin-left: auto; margin-right: auto; margin-bottom: 185px; } /* Food & resturent pos style */ .R-pos-circle-bg{ position: relative; } .R-pos-circle-bg::after{ content: ' '; position: absolute; /* right: 0; */ width: 100%; height: 100%; background: linear-gradient(#ffffff,#ff5200cc); -webkit-clip-path: circle(20% at 10% 10%); clip-path: circle(20% at 91% 94%); top: 0; left: 0; } .R-pos-circle-bg::before{ content: ' '; position: absolute; /* right: 0; */ width: 100%; height: 100%; background: linear-gradient(#ff80007e,#ffffff); -webkit-clip-path: circle(20% at 10% 10%); clip-path: circle(20% at left 12%); top: 0; left: 0; } .food-res-bg-img{ background: url('/images/easycode-software-cover.png') repeat fixed 100%; width: auto; height: 470px; background-position: center; background-repeat: no-repeat; background-size: cover; padding: 300px 0px 150px 80px; position: relative; } .food-res-bg-img h1{ font-size: 6vw; color: #292929; position: relative; text-align: left; font-weight: bolder; font-family: fantasy; } .food-res-bg-overlay{ position: relative; z-index: 0; } .food-res-bg-overlay::before{ position: absolute; content: ""; background-color: #ff9b0642; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: .9; } .R-pos-image{ width: 100%; height: 70%; } .rpos-heading{ font-size: 35px; color: #000000; font-family: inherit; text-align: center; margin: 65px 8px; font-weight: 600; position: relative; } .rpos-heading::after{ content: ''; position: absolute; left: 31%; top: 45px; width: 15.5%; height: 5px; background-color: #ff6500; } .rpos-heading::before{ content: ''; position: absolute; left: 50%; width: 18.5%; bottom: 110%; height: 5px; background-color: #ff6500; } .Rpos-text{ border-bottom: 0px !important; font-size: 15px; font-weight: bold; text-align: center; padding: 15px 0px; color: #000000; background-color: rgba(247, 166, 67, 0.651); border-radius: 5px; margin: 5px 0px; position: relative !important; } .Rpos-text:hover{ color: #ffffff; background-color: rgb(255, 136, 0); } .top-heading{ font-size: 35px; color: #000000; font-family: inherit; text-align: center; margin-top: -145px; margin-bottom: 40px; font-weight: 600; position: relative; } .top-heading::after{ content: ''; position: absolute; left: 34%; top: 45px; width: 7%; height: 5px; background-color: #ff6500; } /*trading pos design*/ .tradepos-heading{ font-size: 35px; color: #000000; font-family: inherit; text-align: center; margin: 65px 8px; font-weight: 600; position: relative; } .tradepos-heading::after{ content: ''; position: absolute; left: 37%; top: 45px; width: 9%; height: 5px; background-color: #ff6500; } .tradepos-heading::before{ content: ''; position: absolute; left: 47%; width: 15.5%; bottom: 110%; height: 5px; background-color: #ff6500; } .top-heading::before{ content: ''; position: absolute; left: 55%; width: 11%; bottom: 105%; height: 5px; background-color: #ff6500; } .feature-img{ padding: 5px; } /* common style for all software which dont have any info*/ .ComSofware-round-bg::before{ background-color: #72727221; padding: 45px; position: relative; } .ComSofware-round-bg::before{ content: ' '; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(#f3ba29,#e91e63); -webkit-clip-path: circle(20% at 10% 10%); clip-path: circle(31% at 10% 10%); } .ComSofware-Query-h1{ font-size: 50px; font-weight: 300; color: #001D38; margin-bottom: 30px; margin-top: 88px !important; text-align: center; font-weight: bolder; font-family: fantasy; letter-spacing: 5px; position: relative; } .ComSofware-button{ background: rgba(255,255,255,0.1); box-shadow: 20px 20px 50px rgb(0 0 0 / 50%); padding: 150px 0px; text-align: center; margin: 50px; border-radius: 20px; border-top: 1px solid rgba(255,255,255,0.5); border-left: 1px solid rgba(255,255,255,0.5); justify-content: center; align-items: center; position: relative; } .ComSofware-button h1{ text-align: center; justify-content: center; align-items: center; position: relative; font-size: 45px; font-weight: 700; font-family: cursive; } .ComSofware-button h4{ text-align: center; justify-content: center; align-items: center; position: relative; font-size: 25px; font-family: auto; letter-spacing: 3px; margin: 20px 0px; } .ComSofware-button::after { content: ' '; position: absolute; /* right: 0; */ width: 100%; height: 100%; background: linear-gradient(#e94f4f,#f3955fcc); -webkit-clip-path: circle(20% at 10% 10%); clip-path: circle(17% at right 98%); top: 0; left: 0; } @media only screen and (max-width: 1290px) { .rpos-heading::before { content: ''; position: absolute; left: 50%; width: 21.5%; } .rpos-heading::after { left: 28%; top: 45px; width: 18%; } .tradepos-heading::before { left: 46%; width: 17.5%; } .tradepos-heading::after { content: ''; position: absolute; left: 36%; } } @media only screen and (max-width: 1100px) { .R-pos-image { width: 100%; height: 90%; } .slick-prev { left: 4px !important; } .rpos-heading::before { left: 50.5%; width: 25%; } .rpos-heading::after { left: 24%; top: 45px; width: 21%; } .tradepos-heading::before { left: 45.5%; width: 20.5%; } .tradepos-heading::after { left: 33%; top: 45px; width: 11%; } } @media only screen and (max-width: 900px) { .R-pos-image { width: 100%; height: 90%; } .slick-prev { left: 4px !important; } .tradepos-heading::after{ content: ''; position: absolute; left: 27%; top: 45px; width: 15%; height: 5px; background-color: #ff6500; } .tradepos-heading::before{ content: ''; position: absolute; left: 45%; width: 27.5%; bottom: 110%; height: 5px; background-color: #ff6500; } .rpos-heading::before { left: 50.5%; width: 34%; } .rpos-heading::after { left: 15%; top: 45px; width: 28%; } } @media only screen and (max-width: 800px) { .R-pos-image { width: 100%; height: 90%; } .slick-prev { left: 4px !important; } .tradepos-heading { font-size: 30px; } .tradepos-heading::before { left: 45%; width: 24.5%; } .tradepos-heading::after { left: 30%; top: 40px; width: 13%; } } @media only screen and (max-width: 700px) { .R-pos-image { width: 100%; height: 90%; } .slick-prev { left: 4px !important; } .rpos-heading::before { left: 50.5%; width: 46%; } .rpos-heading::after { left: 2%; top: 45px; width: 39%; } .tradepos-heading::before { left: 43%; width: 32.5%; } .tradepos-heading::after { left: 23%; top: 40px; width: 18%; } } @media only screen and (max-width: 650px) { .R-pos-image { width: 100%; height: 90%; } .slick-prev { left: 4px !important; } .rpos-heading::before { left: 51%; width: 45.5%; } .rpos-heading::after { left: 2%; top: 45px; width: 39%; } } @media only screen and (max-width: 570px) { .ComSofware-Query-h1 { font-size: 30px; } .ComSofware-button h1 { font-size: 20px; } .ComSofware-button h4 { font-size: 16px; margin: 31px 0px; } .ComSofware-button { padding: 100px 0px; } .food-res-bg-img { background: url(/images/easycode-software-cover.png) repeat fixed 100%; width: 100%; height: 100%; /* background-position: center; */ /* background-repeat: no-repeat; */ background-size: contain; padding: 146px 0px 35px 27px; position: relative; } .rpos-heading { font-size: 26px; color: #000000; font-family: 'Poppins'; text-align: center; margin: 55px 8px 60px 0px; font-weight: 600; position: relative; } .rpos-heading::before { left: 51%; width: 32%; } .rpos-heading::after { content: ''; position: absolute; left: 17%; top: 35px; width: 27%; height: 5px; background-color: #ff6500; } .tradepos-heading { font-size: 27px; } .tradepos-heading::after { top: 33px; } .tradepos-heading::before { left: 44%; width: 28.5%; } .tradepos-heading::after { left: 27%; width: 14%; } .food-res-bg-img h1 { font-size: 9vw; } .top-heading { font-size: 25px; font-family: fantasy; } .top-heading::before { left: 58%; width: 22%; } .top-heading::after { content: ''; position: absolute; left: 20%; top: 33px; width: 20%; } .feature-img { padding: 25px; } } @media only screen and (max-width: 400px) { .rpos-heading { font-size: 23px; color: #000000; font-family: inherit; } .rpos-heading::before { left: 51%; width: 46%; } .rpos-heading::after { content: ''; position: absolute; left: 2%; top: 35px; width: 39%; height: 5px; background-color: #ff6500; } .tradepos-heading { font-size: 21px; } .tradepos-heading::after { top: 23px; } .tradepos-heading::before { left: 43%; width: 33.5%; } .tradepos-heading::after { left: 24%; width: 16%; top: 26px; } .top-heading { font-size: 25px; font-family: inherit; } .top-heading::before { left: 63%; width: 27%; } .top-heading::after { content: ''; position: absolute; left: 10%; top: 33px; width: 26%; } }
0.395018
0.050028
body{ margin: 0; padding: 0; } h1{ margin: 0; padding: 0; } a{text-decoration: none;} #main{ min-width: 900px; max-width: 1200px; background-color: cornsilk; margin: 0 auto; padding: 12px; border-radius: 3px; } #register,#login{ text-align: center; } #main #register,#login input{ margin: 5px; padding: 5px; width: 320px; } #main #register,#login input[type=submit]{ width: 120px; } #main h1{text-align: center;} #main .nav{ text-align: center;} #main .nav ul li { display: inline-block; margin-left: 10px; } .admin_main input,textarea { margin: 8px; font-size: 13px; padding: 8px; border-radius: 5px; border: 1px solid #cccccc; width: 80%; } .admin_main .add_product input:focus,textarea:focus { border: 1px solid #000; } .admin_main .add_product textarea { max-width: 80%; min-width: 80%; min-height: 50px; max-height: 250px; } .admin_main .add_product input[type=submit] { margin: 8px; font-size: 13px; padding: 8px; border-radius: 5px; border: 1px solid #cccccc; width: 45%; background-color: #7CFC00; } .admin_main .add_product input[type=submit]:hover { background-color: #458300; color: #ffffff; cursor: pointer; } /*Products list*/ table { border-collapse: collapse; width: 100%; border: 0; border-spacing: 0; } th, td { text-align: center; padding: 8px; } tr:nth-child(even){background-color: #f2f2f2} th { background-color: #4CAF50; color: white; } /*Menu*/ .menu{ background-color: #333333; width:100%; } .menu ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; } .menu li { float: left; } .menu li a { display: block; color: white; text-align: center; padding: 16px; text-decoration: none; } .menu li a:hover { background-color: #111111; } /*Main*/ main{ width: 85%; margin: 0 auto; } header{ width: 100%; height: 215px; text-align: center; background: #3fb3ab; margin: 0; } header .wrapper{ padding: 15px; } header .logo{ width:170px; height: 100px; background-image: url('../logo.png'); background-size: contain; margin: 0 auto; } .products,.cart{ width: 75%; height: auto; background: gray; float: left; margin: 5px 0 0 0; } .pay_btn{ background-color: green; height: 40px; border-radius: 5px; border: 1px solid grey; padding: 5px 200px; margin: 10px; color: #ffffff; alignment: center; } .pay_btn:hover{ background-color: #005700; } /* Sidebar*/ .sidebar{ width: 24%; min-height: 450px; background: #b0b31c; float: right; margin: 5px; } .recent_products_box{ padding: 10px; } .recent_product_title{ text-align: center; } .product{ background: #ffffff; width: 260px; height: 400px; float: left; margin: 5px; } .single_product{ float: left; padding: 10px; } .product_photo{ margin:5px; } .product_price{ color: #7CFC00; } .product_description{ margin: 0 10px 10px 10px; } .visit_product{ width: 150px; height: 30px; background: #7CFC00; margin-left: 22%; } .visit_product:hover{ background: #458300; cursor: pointer; } .add_to_basket_btn{ background-color: #7cfc00; height: 40px; border-radius: 5px; } .add_to_basket_btn:hover{ cursor: pointer; background-color: #458300; } /*Admin Comments*/ .comment_item{ background-color: #ffffff; margin: 5px; padding: 5px 10px; text-align: left; } .action{ margin-bottom: 5px; } .action .confirm{ background-color: green; border-radius: 5px; border: 1px solid grey; padding: 2px 8px; font-size: 13px; color: #ffffff; } .action .confirm:hover{ background-color: #004600; } .action .delete{ background-color: darkred; border-radius: 5px; border: 1px solid grey; padding: 2px 8px; font-size: 13px; color: #ffffff; }.action .delete:hover { background-color: #690000; } .cart_blank{text-align: center;} .orders_admin{ background-color: #ffffff; width: 95%; margin: 10px 20px; padding: 10px; } .orders{ display: block; } /* Footer*/ footer{ float: none; clear: both; background: #333333; color: #ffffff; width:100%; height: 40px; } footer .copyright{ text-align: center; padding-top: 10px; }
simple_ecommerce/stylesheet/style.css
body{ margin: 0; padding: 0; } h1{ margin: 0; padding: 0; } a{text-decoration: none;} #main{ min-width: 900px; max-width: 1200px; background-color: cornsilk; margin: 0 auto; padding: 12px; border-radius: 3px; } #register,#login{ text-align: center; } #main #register,#login input{ margin: 5px; padding: 5px; width: 320px; } #main #register,#login input[type=submit]{ width: 120px; } #main h1{text-align: center;} #main .nav{ text-align: center;} #main .nav ul li { display: inline-block; margin-left: 10px; } .admin_main input,textarea { margin: 8px; font-size: 13px; padding: 8px; border-radius: 5px; border: 1px solid #cccccc; width: 80%; } .admin_main .add_product input:focus,textarea:focus { border: 1px solid #000; } .admin_main .add_product textarea { max-width: 80%; min-width: 80%; min-height: 50px; max-height: 250px; } .admin_main .add_product input[type=submit] { margin: 8px; font-size: 13px; padding: 8px; border-radius: 5px; border: 1px solid #cccccc; width: 45%; background-color: #7CFC00; } .admin_main .add_product input[type=submit]:hover { background-color: #458300; color: #ffffff; cursor: pointer; } /*Products list*/ table { border-collapse: collapse; width: 100%; border: 0; border-spacing: 0; } th, td { text-align: center; padding: 8px; } tr:nth-child(even){background-color: #f2f2f2} th { background-color: #4CAF50; color: white; } /*Menu*/ .menu{ background-color: #333333; width:100%; } .menu ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; } .menu li { float: left; } .menu li a { display: block; color: white; text-align: center; padding: 16px; text-decoration: none; } .menu li a:hover { background-color: #111111; } /*Main*/ main{ width: 85%; margin: 0 auto; } header{ width: 100%; height: 215px; text-align: center; background: #3fb3ab; margin: 0; } header .wrapper{ padding: 15px; } header .logo{ width:170px; height: 100px; background-image: url('../logo.png'); background-size: contain; margin: 0 auto; } .products,.cart{ width: 75%; height: auto; background: gray; float: left; margin: 5px 0 0 0; } .pay_btn{ background-color: green; height: 40px; border-radius: 5px; border: 1px solid grey; padding: 5px 200px; margin: 10px; color: #ffffff; alignment: center; } .pay_btn:hover{ background-color: #005700; } /* Sidebar*/ .sidebar{ width: 24%; min-height: 450px; background: #b0b31c; float: right; margin: 5px; } .recent_products_box{ padding: 10px; } .recent_product_title{ text-align: center; } .product{ background: #ffffff; width: 260px; height: 400px; float: left; margin: 5px; } .single_product{ float: left; padding: 10px; } .product_photo{ margin:5px; } .product_price{ color: #7CFC00; } .product_description{ margin: 0 10px 10px 10px; } .visit_product{ width: 150px; height: 30px; background: #7CFC00; margin-left: 22%; } .visit_product:hover{ background: #458300; cursor: pointer; } .add_to_basket_btn{ background-color: #7cfc00; height: 40px; border-radius: 5px; } .add_to_basket_btn:hover{ cursor: pointer; background-color: #458300; } /*Admin Comments*/ .comment_item{ background-color: #ffffff; margin: 5px; padding: 5px 10px; text-align: left; } .action{ margin-bottom: 5px; } .action .confirm{ background-color: green; border-radius: 5px; border: 1px solid grey; padding: 2px 8px; font-size: 13px; color: #ffffff; } .action .confirm:hover{ background-color: #004600; } .action .delete{ background-color: darkred; border-radius: 5px; border: 1px solid grey; padding: 2px 8px; font-size: 13px; color: #ffffff; }.action .delete:hover { background-color: #690000; } .cart_blank{text-align: center;} .orders_admin{ background-color: #ffffff; width: 95%; margin: 10px 20px; padding: 10px; } .orders{ display: block; } /* Footer*/ footer{ float: none; clear: both; background: #333333; color: #ffffff; width:100%; height: 40px; } footer .copyright{ text-align: center; padding-top: 10px; }
0.282493
0.066387
body { font-family: DejaVu Sans; font-size: 9px; } h5 { padding: 0.5em; } #beneficiario { width: 100%; border-collapse: collapse; } .row { width: 100%; } .col-2 { display: inline-block; width: 12.5%; vertical-align: top; } .col-3 { display: inline-block; width: 25%; vertical-align: top; } .col-4 { display: inline-block; width: 33.33%; vertical-align: top; } .col-5 { display: inline-block; width: 49.33%; vertical-align: top; } .col-6 { display: inline-block; width: 49.5%; vertical-align: top; } .col-8 { display: inline-block; width: 73.5%; vertical-align: top; } .col-12 { width: 100%; } .box { border: 1px solid black; } .nobox { border: 0; } .blue { background: #1e549e; } .text-center { text-align: center; } .text-white { color: #fff; } .page-break { page-break-after: always; } .header img { width: 300px; } .white-blue { background: #d9e5f1; } .bg-blue { background: #0054a3; } .bg-green { background: #006400; } .blue-instructions { color: #0054a3; } .black-instructions { color: #000000; } .mini-font { font-family: DejaVu Sans; font-size: 7.5px; } .fraude-font { font-family: DejaVu Sans; font-size: 9px; } .inline-field input, .inline-field label { display: inline-block; margin-bottom: 0; /* I added this after I posted my reply */ vertical-align: middle; /* Fixes any weird issues in Firefox and IE */ } .alinear { display: inline-block; margin-bottom: 0; vertical-align: middle; } .size-10 { font-size: 10; } .sign { border-top: 1px solid black; text-align: center; } .sign-rigth { border-bottom: 1px solid black; text-align: center; } ol li { list-style-type: none; counter-increment: lista; position: relative; } ol li::before { content: counter(lista) ')'; left: -32px; position: absolute; text-align: right; width: 26px; } ul li { list-style: none; padding: 0; margin-left: 10px; } ul li::before { content: '\2022'; left: -32px; position: absolute; text-align: right; width: 26px; } .bold-title { font-weight: bold; } .center-button { text-align: center; margin-bottom: 10px; } .space-arround { margin: 5px; }
client-admin/src/app/pages/alliance-inscription-sheet-psm/alliance-inscription-sheet.component.css
body { font-family: DejaVu Sans; font-size: 9px; } h5 { padding: 0.5em; } #beneficiario { width: 100%; border-collapse: collapse; } .row { width: 100%; } .col-2 { display: inline-block; width: 12.5%; vertical-align: top; } .col-3 { display: inline-block; width: 25%; vertical-align: top; } .col-4 { display: inline-block; width: 33.33%; vertical-align: top; } .col-5 { display: inline-block; width: 49.33%; vertical-align: top; } .col-6 { display: inline-block; width: 49.5%; vertical-align: top; } .col-8 { display: inline-block; width: 73.5%; vertical-align: top; } .col-12 { width: 100%; } .box { border: 1px solid black; } .nobox { border: 0; } .blue { background: #1e549e; } .text-center { text-align: center; } .text-white { color: #fff; } .page-break { page-break-after: always; } .header img { width: 300px; } .white-blue { background: #d9e5f1; } .bg-blue { background: #0054a3; } .bg-green { background: #006400; } .blue-instructions { color: #0054a3; } .black-instructions { color: #000000; } .mini-font { font-family: DejaVu Sans; font-size: 7.5px; } .fraude-font { font-family: DejaVu Sans; font-size: 9px; } .inline-field input, .inline-field label { display: inline-block; margin-bottom: 0; /* I added this after I posted my reply */ vertical-align: middle; /* Fixes any weird issues in Firefox and IE */ } .alinear { display: inline-block; margin-bottom: 0; vertical-align: middle; } .size-10 { font-size: 10; } .sign { border-top: 1px solid black; text-align: center; } .sign-rigth { border-bottom: 1px solid black; text-align: center; } ol li { list-style-type: none; counter-increment: lista; position: relative; } ol li::before { content: counter(lista) ')'; left: -32px; position: absolute; text-align: right; width: 26px; } ul li { list-style: none; padding: 0; margin-left: 10px; } ul li::before { content: '\2022'; left: -32px; position: absolute; text-align: right; width: 26px; } .bold-title { font-weight: bold; } .center-button { text-align: center; margin-bottom: 10px; } .space-arround { margin: 5px; }
0.464902
0.125012
@media only screen and (max-width: 500px){ #wishlistPage{ min-width: 340px; } #wishlistForm{ display: block; width: 90%; margin: 5px auto; border-style: solid; border-width: 1px; border-color: var(--main-background-color); border-radius: 10px; } .container{ justify-content: space-around; display: flex; width: 90%; margin: 0 auto; } .wishlistInputs{ box-shadow: none; width: 73%; font-size: .5rem; margin: 2px 0 2px 0; } .wishlishLabelDivs{ text-align: right; padding-right: 5px; width: 20%; font-size: .7rem; margin: 2px 0 2px 0; } #buttonDiv{ width: 100%; } #wishlistHeader{ text-align: center; margin: 5px auto; font-weight: bold; } #wishGridContainer{ display: grid; width: 90%; margin: 0 auto; grid-column-gap: 5px; grid-row-gap: 5px; grid-template-columns: repeat(1, auto); font-size: .6rem; } } @media only screen and (min-width: 501px) and (max-width: 799px){ #wishlistPage{ min-width: 340px; } #wishlistForm{ display: block; width: 60%; margin: 20px auto; border-style: solid; border-width: 1px; border-color: var(--main-background-color); border-radius: 10px; } .container{ justify-content: space-around; display: flex; width: 100%; } .wishlistInputs{ box-shadow: none; width: 85%; } .wishlishLabelDivs{ text-align: right; padding-right: 5px; width: 10%; } #buttonDiv{ width: 100%; } #wishlistHeader{ text-align: center; margin: 5px auto; font-weight: bold; } #wishGridContainer{ display: grid; width: 90%; margin: 0 auto; grid-column-gap: 5px; grid-row-gap: 5px; grid-template-columns: repeat(2, auto); } } /* wide view */ @media only screen and (min-width: 800px){ #wishlistPage{ min-width: 340px; } #wishlistForm{ display: block; width: 60%; margin: 20px auto; border-style: solid; border-width: 1px; border-color: var(--main-background-color); border-radius: 10px; } .container{ justify-content: space-around; display: flex; width: 100%; } .wishlistInputs{ box-shadow: none; width: 85%; } .wishlishLabelDivs{ text-align: right; padding-right: 5px; width: 10%; } #buttonDiv{ width: 100%; } #wishlistHeader{ text-align: center; margin: 5px auto; font-weight: bold; } #wishGridContainer{ display: grid; width: 90%; margin: 0 auto; grid-column-gap: 5px; grid-row-gap: 5px; grid-template-columns: repeat(3, auto); } }
src/components/wishlist/wishlist.css
@media only screen and (max-width: 500px){ #wishlistPage{ min-width: 340px; } #wishlistForm{ display: block; width: 90%; margin: 5px auto; border-style: solid; border-width: 1px; border-color: var(--main-background-color); border-radius: 10px; } .container{ justify-content: space-around; display: flex; width: 90%; margin: 0 auto; } .wishlistInputs{ box-shadow: none; width: 73%; font-size: .5rem; margin: 2px 0 2px 0; } .wishlishLabelDivs{ text-align: right; padding-right: 5px; width: 20%; font-size: .7rem; margin: 2px 0 2px 0; } #buttonDiv{ width: 100%; } #wishlistHeader{ text-align: center; margin: 5px auto; font-weight: bold; } #wishGridContainer{ display: grid; width: 90%; margin: 0 auto; grid-column-gap: 5px; grid-row-gap: 5px; grid-template-columns: repeat(1, auto); font-size: .6rem; } } @media only screen and (min-width: 501px) and (max-width: 799px){ #wishlistPage{ min-width: 340px; } #wishlistForm{ display: block; width: 60%; margin: 20px auto; border-style: solid; border-width: 1px; border-color: var(--main-background-color); border-radius: 10px; } .container{ justify-content: space-around; display: flex; width: 100%; } .wishlistInputs{ box-shadow: none; width: 85%; } .wishlishLabelDivs{ text-align: right; padding-right: 5px; width: 10%; } #buttonDiv{ width: 100%; } #wishlistHeader{ text-align: center; margin: 5px auto; font-weight: bold; } #wishGridContainer{ display: grid; width: 90%; margin: 0 auto; grid-column-gap: 5px; grid-row-gap: 5px; grid-template-columns: repeat(2, auto); } } /* wide view */ @media only screen and (min-width: 800px){ #wishlistPage{ min-width: 340px; } #wishlistForm{ display: block; width: 60%; margin: 20px auto; border-style: solid; border-width: 1px; border-color: var(--main-background-color); border-radius: 10px; } .container{ justify-content: space-around; display: flex; width: 100%; } .wishlistInputs{ box-shadow: none; width: 85%; } .wishlishLabelDivs{ text-align: right; padding-right: 5px; width: 10%; } #buttonDiv{ width: 100%; } #wishlistHeader{ text-align: center; margin: 5px auto; font-weight: bold; } #wishGridContainer{ display: grid; width: 90%; margin: 0 auto; grid-column-gap: 5px; grid-row-gap: 5px; grid-template-columns: repeat(3, auto); } }
0.168275
0.079675
@charset "utf-8"; @font-face { font-family: "Roboto"; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url("roboto-300.woff") format("woff"); } @font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url("roboto-400.woff") format("woff"); } @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url("roboto-700.woff") format("woff"); } /* GENERAL PAGE LAYOUT ------------------------------------------------------------ */ html { font-size: 16px; } body { font-size: .875em; /* 14px */ } html, body { margin: 0; padding: 0; background: #f9f9f9 url("header-bg.jpg") no-repeat scroll left top; background-size: contain; color: #333; font-family: Roboto, Verdana, Helvetica, Arial, sans-serif; word-wrap: break-word; } /* GENERAL STUFF ------------------------------------------------------------------- */ a { color: #4caf50; text-decoration: none; } a:hover { color: #2e7d32; text-decoration: underline; } #footer a { color: inherit; } .centrer { text-align: center; } img { border: none; } pre { white-space: pre-wrap; } h1, h2, h3, h4, h5, h6 { font-family: 'Trebuchet MS', Roboto, Arial, sans-serif; clear: both; } textarea { resize: both; width: 100%; padding: 5px; box-sizing: border-box; } textarea, input { font-family: inherit; font-size: inherit; font-weight: 300; } label, input, textarea, select { vertical-align: middle; } input[type="submit"], input[type="button"], input[type="reset"], button { cursor:pointer; } q, blockquote { font-style: italic; } /* TOP ------------------------------------------------------------------------ */ #top-nav { display: flex; min-height: 50px; box-sizing: border-box; background: #222; color: #7B7B7B; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); z-index: 1; position: relative; } #top-nav-links, #top-nav-links > h1, #search { box-sizing: border-box; min-height: 50px; line-height: 50px; vertical-align: middle; overflow: hidden; } /* TOP > links ------------------------------------------------------*/ #top-nav-links { display: flex; justify-content: center; order: 1; flex: 1; text-align: center; } #top-nav-links > h1 { font-size: inherit; margin: 0 50px; box-shadow: 0px -3px 0px #4caf50 inset; } #top-nav-links > h1 > a { color: inherit; } #top-nav-links > ul { list-style-type: none; margin: 0; padding: 0; box-sizing: border-box; min-height: 50px; } #top-nav-links li { display: inline-block; margin: 0 10px; } #top-nav-links a { display: inline-block; color: inherit; transition: box-shadow 0.1s ease-in 0s; } #top-nav-links a:hover { box-shadow: 0px -3px 0px #4caf50 inset; } #top-nav-links a:active { box-shadow: 0px -3px 0px #a5d6a7 inset; } /* TOP > Search button + searchbar ------------------------------------------------------*/ #search { order: 2; flex: 0 0 50px; padding: 0; } #search input[type='submit'] { display: none; } #search input[type='search'] { /* normal */ padding: 5px 20px; border: 0px solid transparent; border-radius: 5px; box-sizing: border-box; height: 40px; width: 40px; right: 0; left: 0; background: rgba(255, 255, 255, .5) url(sprites.png) no-repeat 7px -40px / 640px 400px; } #search input:hover { /* hover */ box-shadow: 0px 1px 2px rgba(0, 0, 0, .3); cursor: pointer; background-color: white; } #search input[value=""]:focus, #search input:not([value=""]) { /* focus OR not empty (a search is done) */ margin: 0 auto; position: absolute; z-index: 10; border-radius: 3px; max-width: 550px; padding: 0 10px 0 40px; box-shadow: 0 12px 24px rgba(0, 0, 0, .3); background: white url(sprites.png) no-repeat 10px -40px / 640px 400px; cursor: text; animation: popup-search .4s; animation-fill-mode: forwards; } #search input:not([value=""]) { /* not empty ; this avoids animation on page load */ width: 95%; box-shadow: 1px 12px 24px rgba(0, 0, 0, .3); animation: none; top: 35px; left: 0; right: 0; } #search input:not([value=""]):focus { /* not empty : focus */ box-shadow: 1px 12px 24px rgba(0, 0, 0, .3); } @keyframes popup-search{ 0% { width: 50px; top: 25px; } 100% { width: 95%; top: 35px; } } /* TOP HEADER with IMAGE ------------------------------------------------------------------------ */ body > header { text-align: center; height: 200px; font-size: 220%; color: white; display: flex; align-items: center; } body > header p { flex: 1 1 100%; font-style: italic; vertical-align: middle; margin: 0; text-shadow: 3px 3px 5px black, 3px 3px 5px black, 3px 3px 7px black; font-family: Georgia,Roboto,Verdana,Helvetica,Arial,sans-serif; } /* MAIN SECTION With Article + comments + comm form ------------------------------------------------------------------------- */ /* Article + comment + form + next/prev liens -wrapper */ #main { padding: 20px; max-width: 1100px; margin: 0 auto; } /* art+comm+form */ #contenu { padding: 0px 1% 20px; } /* 1 art */ .article, .lien { padding: 15px; background: white; box-shadow: 0px 1px 2px rgba(0, 0, 0, .25); border-radius: 3px; margin-bottom: 30px; } .article img { border: none; max-width: 100%; } .post-title { margin-bottom: 40px; } .post-title > h1 { font-size: 1.4em; } .post-title > h1 > a { color: inherit; } .post-title .date, .post-title .author { text-align: center; } .art-title { background: white url(green_tea_articles.png) no-repeat; background-size: 60px; background-position: right top; } .static-title { background: white url(kettle_static.png) no-repeat; background-size: 50px; background-position: right top; } .post-footer { display: flex; margin: 20px -15px -15px; padding: 15px; border-radius: 0 0 3px 3px; background: #fafafa; } .post-footer > .post-tags { flex: 1; } .post-footer > .post-tags > a { padding: 3px 10px; margin-right: 4px; color: inherit; background-color: white; border: #ccc 1px solid; border-radius: 3px; display: inline-block; } /* list of comments */ #commentaires { background: white; box-shadow: 0px 1px 2px rgba(0, 0, 0, .25); border-radius: 3px; margin: 30px 10px; padding: 0.1px 5px 15px; /* Fx bug with padding=0 and child margin */ } #commentaires .nbcom { margin: 15px; text-align: center; font-size: 1.3em; } /* 1 comment */ .comment { padding: 40px 15px 10px; border-top: 1px solid #eee; } .comment:target { box-shadow: 0 8px 16px rgba(0, 0, 0, .25); } .com-head { display: flex; align-items: flex-start; } .com-head .com-gravatar { margin-right: 5px; } .com-head .com-author { font-weight: bold; flex: 1; font-size: 1.2em; } .com-head > .com-author > a { color: inherit; } .com-head > .com-date-time { font-size: .9em; font-style: italic; } .com-content { padding-left: 53px; /* width gravatar + 5px margin of gravatar */ } .com-footer { text-align: right; } .com-footer a { color: #aaa; font-style: italic; } /* spécifique pour liste des liens */ .lien-permalien { color: #aaa; font-size: .8em; padding: 5px 0; font-style: italic; } .lien-title { background: white url(cookies_links.png) no-repeat; background-size: 40px; background-position: right top; } /* Formulaire commentaires ------------------------------------------ */ #postcom { padding: 15px; background: white; box-shadow: 0px 1px 2px rgba(0, 0, 0, .25); border-radius: 3px; margin: 30px 10px; } .form-commentaire fieldset { border: 0; } /* Boutons de formatage */ p.formatbut { height: 30px; width: 100%; line-height: 28px; margin: 0; padding: 0; background: #f5f5f5; } .formatbut button { padding: 0; vertical-align: middle; background: rgba(0, 0, 0, 0); height: 24px; width: 24px; border: 1px solid transparent; border-radius: 4px; } .formatbut button:hover { border-color: silver; } .formatbut button:active { border-color: gray; background: #cde6ff; background: linear-gradient(to top, white, #d6d6d6); } .formatbut button span { display: inline-block; width: 16px; height: 24px; } .formatbut .spacer { width: 2px; margin: 0 4px; border-left: 1px solid #e5e5e5; border-right: 1px solid #fafafa } #button01 span { background: no-repeat -4px -1px url(format.png); } #button02 span { background: no-repeat -4px -21px url(format.png); } #button03 span { background: no-repeat -4px -42px url(format.png); } #button04 span { background: no-repeat -4px -82px url(format.png); } #button09 span { background: no-repeat -4px -62px url(format.png); } #button10 span { background: no-repeat -4px -102px url(format.png); } #button12 span { background: no-repeat -4px -122px url(format.png); } /* textarea field in comments */ .form-commentaire > .field { border: 1px solid rgba(0, 0, 0, 0.3); padding: 0; } .form-commentaire textarea { font: inherit inherit 300; resize: both; width: 100%; border: 0; } /* inputs */ .form-commentaire > .infos { margin: 15px auto 0; max-width: 480px; } .form-commentaire > .infos label { display: block; text-align: right; padding: 5px 0; } .form-commentaire > .infos input { width: 250px; padding: 2px 0; border: 0; border-bottom: 1px solid #dadada; margin-left: 5px; } .form-commentaire input:not(.submit):focus { border-bottom-color: #2196F3; box-shadow: 0px -1px 0px #2196F3 inset; } .form-commentaire input:invalid { border-bottom-color: #f44336; box-shadow: 0px -1px 0px #f44336 inset; } .form-commentaire > .buttons { max-width: 70%; text-align: right; } .form-commentaire .submit { background: #2196F3 none repeat scroll 0% 0%; color: #FFF; font-weight: bold; vertical-align: middle; padding: 6px 12px; margin: 7px 0px 0px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); border-radius: 2px; border: 1px solid transparent; min-width: 100px; } .form-commentaire .submit[name="previsualiser"] { background: #FFF none repeat scroll 0% 0%; color: #333; box-shadow: none; } .form-commentaire .submit[name="previsualiser"]:hover { border: 1px solid #DDD; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); } /* mode "liste tous les articles" */ #liste-all-articles { padding: 15px; background: white; box-shadow: 0px 1px 2px rgba(0, 0, 0, .25); border-radius: 3px; margin: 30px 10px; list-style-type: none; } #liste-all-articles li { border-bottom: 1px solid #eee; padding: 10px 0; display: flex; } #liste-all-articles li span { } #liste-all-articles li a { padding-left: 20px; } /* Liens de navigation */ .pagination { padding: 15px; background: white; box-shadow: 0px 1px 2px rgba(0, 0, 0, .25); border-radius: 3px; text-align: center; margin: 0 1% 30px; } /* PAGE FOOTER ------------------------------------------------------------------------ */ body > footer { padding: 15px; background: white; box-shadow: 0px -8px 16px rgba(0, 0, 0, .25); text-align: center; } #footnav { display: flex; justify-content: center; align-items: center; margin-bottom: 0px; } #footnav a { } #footnav > nav { } /* FOOTER articles */ footer #lastart h3 { line-height: 40px; background: white url(green_tea_articles.png) no-repeat; background-size: 60px; background-position: 20% 10px; padding: 1px; } footer #lastart { min-width: 300px; } footer #lastart ul { list-style-type: none; padding: 20px; text-align: left; } footer #lastart ul li { padding: 5px; word-wrap: break-word; text-align: left; } footer #lastart ul li a { font-style: italic; } /* FOOTER ptits biscuits */ footer #lastlin h3 { line-height: 40px; background: white url(cookies_links.png) no-repeat; background-size: 40px; background-position: 80%; padding: 1px; } footer #lastlin { min-width: 300px; } footer #lastlin ul { list-style-type: none; padding: 20px; text-align: right; } footer #lastlin ul li { padding: 5px; word-wrap: break-word; } footer #lastlin ul li a { font-style: italic; } /* FOOTER catégories */ footer #cats h3 { line-height: 40px; padding: 1px; } footer #cats { margin-bottom: auto; min-width: 300px; } footer #cats ul { list-style-type: none; padding: 20px; } footer #cats ul li { padding: 5px; word-wrap: break-word; text-align: left; } footer #cats ul li a { font-style: italic; } /* FOOTER calendrier */ #navigate { min-width: 270px; } #calendrier { margin: 0 auto; } #calendrier td { width: 30px; height: 30px; border-radius: 3px; border: 1px solid transparent; empty-cells: hide; } #calendrier td a { width: 30px; height: 30px; border-radius: 3px; border: 1px solid silver; display: inline-block; font-weight: bold; line-height: 30px; } /* FOOTER : comments ------------------------------------- */ footer #lastcom ul { list-style-type: none; padding: 20px; } footer #lastcom ul li { padding: 5px; word-wrap: break-word; text-align: left; } footer #lastcom ul li a { font-style: italic; } /* Footer license */ footer .infos { display: block; text-align: center; margin-left: 11px; display: inline-block; font-size: 10px; font-style: italic; } /* MOBILE THEME ~ MEDIA QUERIES --------------------------------------------------------------------------*/ @media (max-width: 700px) { #top-nav, #top-nav-links { display: block; } body > header p { font-size: 4vmin; } #search { padding: 5px 20px; text-align: center; } #search input[type="search"] { width: auto; padding: 5px 20px 5px 35px; animation: none; } #search input[value=""]:focus, #search input:not([value=""]) { padding: 5px 20px 5px 35px; position: static; animation: none; } .post-footer { display: block; } .form-commentaire > .infos label { text-align: left; } .form-commentaire > .infos input { display: block; } #footnav { display: block; } }
themes/default/style.css
@charset "utf-8"; @font-face { font-family: "Roboto"; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url("roboto-300.woff") format("woff"); } @font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url("roboto-400.woff") format("woff"); } @font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url("roboto-700.woff") format("woff"); } /* GENERAL PAGE LAYOUT ------------------------------------------------------------ */ html { font-size: 16px; } body { font-size: .875em; /* 14px */ } html, body { margin: 0; padding: 0; background: #f9f9f9 url("header-bg.jpg") no-repeat scroll left top; background-size: contain; color: #333; font-family: Roboto, Verdana, Helvetica, Arial, sans-serif; word-wrap: break-word; } /* GENERAL STUFF ------------------------------------------------------------------- */ a { color: #4caf50; text-decoration: none; } a:hover { color: #2e7d32; text-decoration: underline; } #footer a { color: inherit; } .centrer { text-align: center; } img { border: none; } pre { white-space: pre-wrap; } h1, h2, h3, h4, h5, h6 { font-family: 'Trebuchet MS', Roboto, Arial, sans-serif; clear: both; } textarea { resize: both; width: 100%; padding: 5px; box-sizing: border-box; } textarea, input { font-family: inherit; font-size: inherit; font-weight: 300; } label, input, textarea, select { vertical-align: middle; } input[type="submit"], input[type="button"], input[type="reset"], button { cursor:pointer; } q, blockquote { font-style: italic; } /* TOP ------------------------------------------------------------------------ */ #top-nav { display: flex; min-height: 50px; box-sizing: border-box; background: #222; color: #7B7B7B; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); z-index: 1; position: relative; } #top-nav-links, #top-nav-links > h1, #search { box-sizing: border-box; min-height: 50px; line-height: 50px; vertical-align: middle; overflow: hidden; } /* TOP > links ------------------------------------------------------*/ #top-nav-links { display: flex; justify-content: center; order: 1; flex: 1; text-align: center; } #top-nav-links > h1 { font-size: inherit; margin: 0 50px; box-shadow: 0px -3px 0px #4caf50 inset; } #top-nav-links > h1 > a { color: inherit; } #top-nav-links > ul { list-style-type: none; margin: 0; padding: 0; box-sizing: border-box; min-height: 50px; } #top-nav-links li { display: inline-block; margin: 0 10px; } #top-nav-links a { display: inline-block; color: inherit; transition: box-shadow 0.1s ease-in 0s; } #top-nav-links a:hover { box-shadow: 0px -3px 0px #4caf50 inset; } #top-nav-links a:active { box-shadow: 0px -3px 0px #a5d6a7 inset; } /* TOP > Search button + searchbar ------------------------------------------------------*/ #search { order: 2; flex: 0 0 50px; padding: 0; } #search input[type='submit'] { display: none; } #search input[type='search'] { /* normal */ padding: 5px 20px; border: 0px solid transparent; border-radius: 5px; box-sizing: border-box; height: 40px; width: 40px; right: 0; left: 0; background: rgba(255, 255, 255, .5) url(sprites.png) no-repeat 7px -40px / 640px 400px; } #search input:hover { /* hover */ box-shadow: 0px 1px 2px rgba(0, 0, 0, .3); cursor: pointer; background-color: white; } #search input[value=""]:focus, #search input:not([value=""]) { /* focus OR not empty (a search is done) */ margin: 0 auto; position: absolute; z-index: 10; border-radius: 3px; max-width: 550px; padding: 0 10px 0 40px; box-shadow: 0 12px 24px rgba(0, 0, 0, .3); background: white url(sprites.png) no-repeat 10px -40px / 640px 400px; cursor: text; animation: popup-search .4s; animation-fill-mode: forwards; } #search input:not([value=""]) { /* not empty ; this avoids animation on page load */ width: 95%; box-shadow: 1px 12px 24px rgba(0, 0, 0, .3); animation: none; top: 35px; left: 0; right: 0; } #search input:not([value=""]):focus { /* not empty : focus */ box-shadow: 1px 12px 24px rgba(0, 0, 0, .3); } @keyframes popup-search{ 0% { width: 50px; top: 25px; } 100% { width: 95%; top: 35px; } } /* TOP HEADER with IMAGE ------------------------------------------------------------------------ */ body > header { text-align: center; height: 200px; font-size: 220%; color: white; display: flex; align-items: center; } body > header p { flex: 1 1 100%; font-style: italic; vertical-align: middle; margin: 0; text-shadow: 3px 3px 5px black, 3px 3px 5px black, 3px 3px 7px black; font-family: Georgia,Roboto,Verdana,Helvetica,Arial,sans-serif; } /* MAIN SECTION With Article + comments + comm form ------------------------------------------------------------------------- */ /* Article + comment + form + next/prev liens -wrapper */ #main { padding: 20px; max-width: 1100px; margin: 0 auto; } /* art+comm+form */ #contenu { padding: 0px 1% 20px; } /* 1 art */ .article, .lien { padding: 15px; background: white; box-shadow: 0px 1px 2px rgba(0, 0, 0, .25); border-radius: 3px; margin-bottom: 30px; } .article img { border: none; max-width: 100%; } .post-title { margin-bottom: 40px; } .post-title > h1 { font-size: 1.4em; } .post-title > h1 > a { color: inherit; } .post-title .date, .post-title .author { text-align: center; } .art-title { background: white url(green_tea_articles.png) no-repeat; background-size: 60px; background-position: right top; } .static-title { background: white url(kettle_static.png) no-repeat; background-size: 50px; background-position: right top; } .post-footer { display: flex; margin: 20px -15px -15px; padding: 15px; border-radius: 0 0 3px 3px; background: #fafafa; } .post-footer > .post-tags { flex: 1; } .post-footer > .post-tags > a { padding: 3px 10px; margin-right: 4px; color: inherit; background-color: white; border: #ccc 1px solid; border-radius: 3px; display: inline-block; } /* list of comments */ #commentaires { background: white; box-shadow: 0px 1px 2px rgba(0, 0, 0, .25); border-radius: 3px; margin: 30px 10px; padding: 0.1px 5px 15px; /* Fx bug with padding=0 and child margin */ } #commentaires .nbcom { margin: 15px; text-align: center; font-size: 1.3em; } /* 1 comment */ .comment { padding: 40px 15px 10px; border-top: 1px solid #eee; } .comment:target { box-shadow: 0 8px 16px rgba(0, 0, 0, .25); } .com-head { display: flex; align-items: flex-start; } .com-head .com-gravatar { margin-right: 5px; } .com-head .com-author { font-weight: bold; flex: 1; font-size: 1.2em; } .com-head > .com-author > a { color: inherit; } .com-head > .com-date-time { font-size: .9em; font-style: italic; } .com-content { padding-left: 53px; /* width gravatar + 5px margin of gravatar */ } .com-footer { text-align: right; } .com-footer a { color: #aaa; font-style: italic; } /* spécifique pour liste des liens */ .lien-permalien { color: #aaa; font-size: .8em; padding: 5px 0; font-style: italic; } .lien-title { background: white url(cookies_links.png) no-repeat; background-size: 40px; background-position: right top; } /* Formulaire commentaires ------------------------------------------ */ #postcom { padding: 15px; background: white; box-shadow: 0px 1px 2px rgba(0, 0, 0, .25); border-radius: 3px; margin: 30px 10px; } .form-commentaire fieldset { border: 0; } /* Boutons de formatage */ p.formatbut { height: 30px; width: 100%; line-height: 28px; margin: 0; padding: 0; background: #f5f5f5; } .formatbut button { padding: 0; vertical-align: middle; background: rgba(0, 0, 0, 0); height: 24px; width: 24px; border: 1px solid transparent; border-radius: 4px; } .formatbut button:hover { border-color: silver; } .formatbut button:active { border-color: gray; background: #cde6ff; background: linear-gradient(to top, white, #d6d6d6); } .formatbut button span { display: inline-block; width: 16px; height: 24px; } .formatbut .spacer { width: 2px; margin: 0 4px; border-left: 1px solid #e5e5e5; border-right: 1px solid #fafafa } #button01 span { background: no-repeat -4px -1px url(format.png); } #button02 span { background: no-repeat -4px -21px url(format.png); } #button03 span { background: no-repeat -4px -42px url(format.png); } #button04 span { background: no-repeat -4px -82px url(format.png); } #button09 span { background: no-repeat -4px -62px url(format.png); } #button10 span { background: no-repeat -4px -102px url(format.png); } #button12 span { background: no-repeat -4px -122px url(format.png); } /* textarea field in comments */ .form-commentaire > .field { border: 1px solid rgba(0, 0, 0, 0.3); padding: 0; } .form-commentaire textarea { font: inherit inherit 300; resize: both; width: 100%; border: 0; } /* inputs */ .form-commentaire > .infos { margin: 15px auto 0; max-width: 480px; } .form-commentaire > .infos label { display: block; text-align: right; padding: 5px 0; } .form-commentaire > .infos input { width: 250px; padding: 2px 0; border: 0; border-bottom: 1px solid #dadada; margin-left: 5px; } .form-commentaire input:not(.submit):focus { border-bottom-color: #2196F3; box-shadow: 0px -1px 0px #2196F3 inset; } .form-commentaire input:invalid { border-bottom-color: #f44336; box-shadow: 0px -1px 0px #f44336 inset; } .form-commentaire > .buttons { max-width: 70%; text-align: right; } .form-commentaire .submit { background: #2196F3 none repeat scroll 0% 0%; color: #FFF; font-weight: bold; vertical-align: middle; padding: 6px 12px; margin: 7px 0px 0px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); border-radius: 2px; border: 1px solid transparent; min-width: 100px; } .form-commentaire .submit[name="previsualiser"] { background: #FFF none repeat scroll 0% 0%; color: #333; box-shadow: none; } .form-commentaire .submit[name="previsualiser"]:hover { border: 1px solid #DDD; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); } /* mode "liste tous les articles" */ #liste-all-articles { padding: 15px; background: white; box-shadow: 0px 1px 2px rgba(0, 0, 0, .25); border-radius: 3px; margin: 30px 10px; list-style-type: none; } #liste-all-articles li { border-bottom: 1px solid #eee; padding: 10px 0; display: flex; } #liste-all-articles li span { } #liste-all-articles li a { padding-left: 20px; } /* Liens de navigation */ .pagination { padding: 15px; background: white; box-shadow: 0px 1px 2px rgba(0, 0, 0, .25); border-radius: 3px; text-align: center; margin: 0 1% 30px; } /* PAGE FOOTER ------------------------------------------------------------------------ */ body > footer { padding: 15px; background: white; box-shadow: 0px -8px 16px rgba(0, 0, 0, .25); text-align: center; } #footnav { display: flex; justify-content: center; align-items: center; margin-bottom: 0px; } #footnav a { } #footnav > nav { } /* FOOTER articles */ footer #lastart h3 { line-height: 40px; background: white url(green_tea_articles.png) no-repeat; background-size: 60px; background-position: 20% 10px; padding: 1px; } footer #lastart { min-width: 300px; } footer #lastart ul { list-style-type: none; padding: 20px; text-align: left; } footer #lastart ul li { padding: 5px; word-wrap: break-word; text-align: left; } footer #lastart ul li a { font-style: italic; } /* FOOTER ptits biscuits */ footer #lastlin h3 { line-height: 40px; background: white url(cookies_links.png) no-repeat; background-size: 40px; background-position: 80%; padding: 1px; } footer #lastlin { min-width: 300px; } footer #lastlin ul { list-style-type: none; padding: 20px; text-align: right; } footer #lastlin ul li { padding: 5px; word-wrap: break-word; } footer #lastlin ul li a { font-style: italic; } /* FOOTER catégories */ footer #cats h3 { line-height: 40px; padding: 1px; } footer #cats { margin-bottom: auto; min-width: 300px; } footer #cats ul { list-style-type: none; padding: 20px; } footer #cats ul li { padding: 5px; word-wrap: break-word; text-align: left; } footer #cats ul li a { font-style: italic; } /* FOOTER calendrier */ #navigate { min-width: 270px; } #calendrier { margin: 0 auto; } #calendrier td { width: 30px; height: 30px; border-radius: 3px; border: 1px solid transparent; empty-cells: hide; } #calendrier td a { width: 30px; height: 30px; border-radius: 3px; border: 1px solid silver; display: inline-block; font-weight: bold; line-height: 30px; } /* FOOTER : comments ------------------------------------- */ footer #lastcom ul { list-style-type: none; padding: 20px; } footer #lastcom ul li { padding: 5px; word-wrap: break-word; text-align: left; } footer #lastcom ul li a { font-style: italic; } /* Footer license */ footer .infos { display: block; text-align: center; margin-left: 11px; display: inline-block; font-size: 10px; font-style: italic; } /* MOBILE THEME ~ MEDIA QUERIES --------------------------------------------------------------------------*/ @media (max-width: 700px) { #top-nav, #top-nav-links { display: block; } body > header p { font-size: 4vmin; } #search { padding: 5px 20px; text-align: center; } #search input[type="search"] { width: auto; padding: 5px 20px 5px 35px; animation: none; } #search input[value=""]:focus, #search input:not([value=""]) { padding: 5px 20px 5px 35px; position: static; animation: none; } .post-footer { display: block; } .form-commentaire > .infos label { text-align: left; } .form-commentaire > .infos input { display: block; } #footnav { display: block; } }
0.198297
0.044266
@-moz-document url-prefix() { .selector{} } /* some nice typographical defaults more here: http://www.newnet-soft.com/blog/csstypography */ p { -ms-word-wrap: break-word; word-break: break-word; /*non-standart css for webkit*/ word-wrap: break-word; /*cleaning up the ragged lines and breaks*/ -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; /*sets a minimum number of characters before and after the break*/ -webkit-hyphenate-before: 2; -webkit-hyphenate-after: 3; hyphenate-lines: 3; /*enabling fancy ligatures when available*/ -webkit-font-feature-settings: "liga", "dlig"; -moz-font-feature-settings: "liga=1, dlig=1"; -ms-font-feature-settings: "liga", "dlig"; -o-font-feature-settings: "liga", "dlig"; font-feature-settings: "liga", "dlig"; } /****************************************************************** Print Stylesheet This is the print stylesheet. There's probably not a lot of reasons to edit this stylesheet. If you want to though, go for it. ******************************************************************/ @media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } a, a:visited { color: #444 !important; text-decoration: underline; } /*show links on printed pages*/ a:after, a:visited:after { content: " (" attr(href) ")"; } /*show title too*/ a abbr[title]:after, a:visited abbr[title]:after{ content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } /*hide content people who print don't need to see*/ .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav { display: none; } }
assets/css/all.css
@-moz-document url-prefix() { .selector{} } /* some nice typographical defaults more here: http://www.newnet-soft.com/blog/csstypography */ p { -ms-word-wrap: break-word; word-break: break-word; /*non-standart css for webkit*/ word-wrap: break-word; /*cleaning up the ragged lines and breaks*/ -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; /*sets a minimum number of characters before and after the break*/ -webkit-hyphenate-before: 2; -webkit-hyphenate-after: 3; hyphenate-lines: 3; /*enabling fancy ligatures when available*/ -webkit-font-feature-settings: "liga", "dlig"; -moz-font-feature-settings: "liga=1, dlig=1"; -ms-font-feature-settings: "liga", "dlig"; -o-font-feature-settings: "liga", "dlig"; font-feature-settings: "liga", "dlig"; } /****************************************************************** Print Stylesheet This is the print stylesheet. There's probably not a lot of reasons to edit this stylesheet. If you want to though, go for it. ******************************************************************/ @media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } a, a:visited { color: #444 !important; text-decoration: underline; } /*show links on printed pages*/ a:after, a:visited:after { content: " (" attr(href) ")"; } /*show title too*/ a abbr[title]:after, a:visited abbr[title]:after{ content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } /*hide content people who print don't need to see*/ .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav { display: none; } }
0.196209
0.058831
* Navy #040B1D rgba(10,25,47, 0.9) * Lightest Navy #233554 rgba(35,53,84, 0.9) * White #e6f1ff rgba(230,241,255, 0.9) * Green #64ffda rgba(100,255,218, 0.9) */ /* ========================================================================== */ /* =================================================================== Global */ /* ========================================================================== */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; background-color: #040B1D; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } html { scroll-behavior: smooth; font-size: 62.5%; } h1, h2, h3, h4, p, a, li, figcaption, button { font-family: 'Roboto', sans-serif; } p, a, li, button { font-size: 1.3rem; line-height: 1.8rem; color: rgba(230, 241, 255, 0.4); } .c-green { color: #64ffda; } /* ========================================================================== */ /* ================================================================ #site-nav */ /* ========================================================================== */ #site-nav a { color: rgba(230, 241, 255, 0.7); } #site-nav a:hover { color: rgba(230, 241, 255, 0.9); } a.navbar-brand { font-size: 2.5rem } a.nav-link { font-size: 1.5rem; } /* ----------------------------------------------------------------------- */ /* ------------------------------------------------------------- Menu Icon */ /* ----------------------------------------------------------------------- */ .menu-icon { display: inline-block; cursor: pointer; } .menu-icon:hover .menu-bar2 { width: 28px; } .menu-bar1, .menu-bar2, .menu-bar3 { height: 3px; margin: 6px 0px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .menu-bar1, .menu-bar3 { width: 28px; background-color: rgba(230, 241, 255, 0.9); } .menu-bar2 { width: 20px; background-color: rgba(100, 255, 218, 0.9); } .change-menu .menu-bar1 { background-color: rgba(100, 255, 218, 0.9); -webkit-transform: rotate(-45deg) translate(-7px, 6px); transform: rotate(-45deg) translate(-7px, 6px); } .change-menu:hover .menu-bar1 { background-color: rgba(230, 241, 255, 0.7); } .change-menu .menu-bar2 { opacity: 0; } .change-menu .menu-bar3 { -webkit-transform: rotate(45deg) translate(-7px, -6px); transform: rotate(45deg) translate(-7px, -6px); } .change-menu:hover .menu-bar3 { background-color: rgba(100, 255, 218, 0.9); } /* ========================================================================== */ /* ============================================================= #site-header */ /* ========================================================================== */ #site-header { height: 100vh; } #site-header div div { -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .social-nav-header { padding: 4px 0; background-color: #64ffda; text-align: right; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .social-nav-header li { display: inline-block; margin-right: 7px; } .social-nav-header li a { color: rgba(10, 25, 47, 0.7); font-size: 1.8rem; } .social-nav-header li a:hover { color: rgba(10, 25, 47, 1); } #site-header div div div { -webkit-border-radius: 0 0; border-radius: 0 0; background-color: #233554; color: rgba(230, 241, 255, 0.7); padding: 10px 5px; overflow: hidden; } #site-header h1 { font-size: 2.2rem; margin-bottom: 3px; } #site-header h2 { font-size: 1.8rem; margin-bottom: 6px; } #typed { color: rgba(230, 241, 255, 1); } .typed-cursor { color: #64ffda; } /* ----------------------------------------------------------------------- */ /* ------------------------------------------------------------- .parallax */ /* ----------------------------------------------------------------------- */ .parallax { background-image: url("../img/hero.jpg"); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* ========================================================================== */ /* ================================================================== section */ /* ========================================================================== */ section { padding-top: 60px; color: rgba(230, 241, 255, 0.9); } .title-section { margin-bottom: 30px; } .title-section h3 { font-size: 2.5rem; } .title-section hr { background-color: #64ffda; width: 60px; height: 2px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } section:nth-child(2n+1) .title-section hr { float: left; } section:nth-child(2n+2) .title-section hr { float: right; } section:last-child .title-section hr { float: none; } section h4 { font-size: 1.8rem; } .tabcontent h4 { margin-bottom: 3px; } .tabcontent p { margin-bottom: 7px; } .tabcontent ul { margin: 0 0 15px 10px; } .tabcontent ul li { margin-top: 2px; color: rgba(230, 241, 255, 0.6); } /* ----------------------------------------------------------------------- */ /* ------------------------------------------------------------------ .tab */ /* ----------------------------------------------------------------------- */ .tab { border-top: 1px solid rgba(100, 255, 218, 0.9); margin-bottom: 15px; padding: 0; display: flex; justify-content: space-between; } .tab button { display: inline-block; background-color: transparent; color: rgba(230, 241, 255, 0.7); padding: 22px 16px; width: 32.8%; border: none; outline: none; cursor: pointer; transition: 0.4s; border-top: 2px solid transparent; text-align: center; } .tab button:hover { background-color: rgba(35, 53, 84, 0.4); color: rgba(100, 255, 218, 0.9); } button.tab-button-active { border-top: 2px solid rgba(100, 255, 218, 0.9); color: rgba(100, 255, 218, 0.9); } .tabcontent { display: none; padding-left: 15px; } .tabcontent.tab-tabcontent-active { display: block; } .tabcontent p { /* color: rgba(230, 241, 255, 0.7); */ } /* ========================================================================== */ /* =================================================================== #about */ /* ========================================================================== */ #about .content-section div div:nth-child(1) { width: 100%; } #about .content-section div div:nth-child(1) figure { border-radius: 50%; overflow: hidden; position: relative; margin-bottom: 20px; } #about .content-section div div:nth-child(1) figure img { border-radius: 50%; width: 100%; margin-bottom: 10px; -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-filter: grayscale(10%); /* Safari 6.0 - 9.0 */ filter: grayscale(10%); } #about .content-section div div:nth-child(1) figure:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */ filter: grayscale(0%); } #about .content-section div div:nth-child(1) figure figcaption { position: absolute; text-align: center; width: 100%; color: rgba(230, 241, 255, 0.9); background-color: rgba(35, 53, 84, 0.7); padding: 10px 0 10px 0; bottom: -50px; font-size: 1.2rem; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } #about .content-section div div:nth-child(1) figure:hover figcaption { bottom: 0px; } /* ========================================================================== */ /* ================================================================== #resume */ /* ========================================================================== */ #resume .content-section div:nth-child(2) { height: 300px; overflow-y: scroll; } #resume .content-section div:nth-child(2) div:nth-child(1)::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #233554; border-radius: 10px; } #resume .content-section div:nth-child(2)::-webkit-scrollbar { width: 10px; background-color: #040B1D; } #resume .content-section div:nth-child(2)::-webkit-scrollbar-thumb { border-radius: 10px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgba(100,255,218, 0.4)), color-stop(0.72, rgba(100,255,218, 0.7)), color-stop(0.86, rgba(100,255,218, 1))); } /* ========================================================================== */ /* =================================================================== #study */ /* ========================================================================== */ #study .content-section div:nth-child(2) { height: 150px; overflow-y: scroll; } #study a { color: rgba(100,255,218, 0.7); -webkit-transition: color 0.4s ease; -moz-transition: color 0.4s ease; -ms-transition: color 0.4s ease; -o-transition: color 0.4s ease; transition: color 0.4s ease; } #study a:hover { color: rgba(100,255,218, 1); text-decoration: none; } #study .content-section div:nth-child(2) div:nth-child(3)::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #233554; border-radius: 10px; } #study .content-section div:nth-child(2)::-webkit-scrollbar { width: 10px; background-color: #040B1D; } #study .content-section div:nth-child(2)::-webkit-scrollbar-thumb { border-radius: 10px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgba(100,255,218, 0.4)), color-stop(0.72, rgba(100,255,218, 0.7)), color-stop(0.86, rgba(100,255,218, 1))); } /* ========================================================================== */ /* ================================================================= #contact */ /* ========================================================================== */ #contact div.content-section ul li { display: inline-block; } #contact div.content-section ul li:nth-child(2) { margin: 0 10px; } #contact div.content-section ul li a { color: #78cbc9; font-size: 3rem; -webkit-transition: color 0.4s ease; -moz-transition: color 0.4s ease; -ms-transition: color 0.4s ease; -o-transition: color 0.4s ease; transition: color 0.4s ease; } #contact div.content-section ul li a:hover { color: #f6f5f5; }
resources/css/styles.css
* Navy #040B1D rgba(10,25,47, 0.9) * Lightest Navy #233554 rgba(35,53,84, 0.9) * White #e6f1ff rgba(230,241,255, 0.9) * Green #64ffda rgba(100,255,218, 0.9) */ /* ========================================================================== */ /* =================================================================== Global */ /* ========================================================================== */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; background-color: #040B1D; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } html { scroll-behavior: smooth; font-size: 62.5%; } h1, h2, h3, h4, p, a, li, figcaption, button { font-family: 'Roboto', sans-serif; } p, a, li, button { font-size: 1.3rem; line-height: 1.8rem; color: rgba(230, 241, 255, 0.4); } .c-green { color: #64ffda; } /* ========================================================================== */ /* ================================================================ #site-nav */ /* ========================================================================== */ #site-nav a { color: rgba(230, 241, 255, 0.7); } #site-nav a:hover { color: rgba(230, 241, 255, 0.9); } a.navbar-brand { font-size: 2.5rem } a.nav-link { font-size: 1.5rem; } /* ----------------------------------------------------------------------- */ /* ------------------------------------------------------------- Menu Icon */ /* ----------------------------------------------------------------------- */ .menu-icon { display: inline-block; cursor: pointer; } .menu-icon:hover .menu-bar2 { width: 28px; } .menu-bar1, .menu-bar2, .menu-bar3 { height: 3px; margin: 6px 0px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .menu-bar1, .menu-bar3 { width: 28px; background-color: rgba(230, 241, 255, 0.9); } .menu-bar2 { width: 20px; background-color: rgba(100, 255, 218, 0.9); } .change-menu .menu-bar1 { background-color: rgba(100, 255, 218, 0.9); -webkit-transform: rotate(-45deg) translate(-7px, 6px); transform: rotate(-45deg) translate(-7px, 6px); } .change-menu:hover .menu-bar1 { background-color: rgba(230, 241, 255, 0.7); } .change-menu .menu-bar2 { opacity: 0; } .change-menu .menu-bar3 { -webkit-transform: rotate(45deg) translate(-7px, -6px); transform: rotate(45deg) translate(-7px, -6px); } .change-menu:hover .menu-bar3 { background-color: rgba(100, 255, 218, 0.9); } /* ========================================================================== */ /* ============================================================= #site-header */ /* ========================================================================== */ #site-header { height: 100vh; } #site-header div div { -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .social-nav-header { padding: 4px 0; background-color: #64ffda; text-align: right; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .social-nav-header li { display: inline-block; margin-right: 7px; } .social-nav-header li a { color: rgba(10, 25, 47, 0.7); font-size: 1.8rem; } .social-nav-header li a:hover { color: rgba(10, 25, 47, 1); } #site-header div div div { -webkit-border-radius: 0 0; border-radius: 0 0; background-color: #233554; color: rgba(230, 241, 255, 0.7); padding: 10px 5px; overflow: hidden; } #site-header h1 { font-size: 2.2rem; margin-bottom: 3px; } #site-header h2 { font-size: 1.8rem; margin-bottom: 6px; } #typed { color: rgba(230, 241, 255, 1); } .typed-cursor { color: #64ffda; } /* ----------------------------------------------------------------------- */ /* ------------------------------------------------------------- .parallax */ /* ----------------------------------------------------------------------- */ .parallax { background-image: url("../img/hero.jpg"); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* ========================================================================== */ /* ================================================================== section */ /* ========================================================================== */ section { padding-top: 60px; color: rgba(230, 241, 255, 0.9); } .title-section { margin-bottom: 30px; } .title-section h3 { font-size: 2.5rem; } .title-section hr { background-color: #64ffda; width: 60px; height: 2px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } section:nth-child(2n+1) .title-section hr { float: left; } section:nth-child(2n+2) .title-section hr { float: right; } section:last-child .title-section hr { float: none; } section h4 { font-size: 1.8rem; } .tabcontent h4 { margin-bottom: 3px; } .tabcontent p { margin-bottom: 7px; } .tabcontent ul { margin: 0 0 15px 10px; } .tabcontent ul li { margin-top: 2px; color: rgba(230, 241, 255, 0.6); } /* ----------------------------------------------------------------------- */ /* ------------------------------------------------------------------ .tab */ /* ----------------------------------------------------------------------- */ .tab { border-top: 1px solid rgba(100, 255, 218, 0.9); margin-bottom: 15px; padding: 0; display: flex; justify-content: space-between; } .tab button { display: inline-block; background-color: transparent; color: rgba(230, 241, 255, 0.7); padding: 22px 16px; width: 32.8%; border: none; outline: none; cursor: pointer; transition: 0.4s; border-top: 2px solid transparent; text-align: center; } .tab button:hover { background-color: rgba(35, 53, 84, 0.4); color: rgba(100, 255, 218, 0.9); } button.tab-button-active { border-top: 2px solid rgba(100, 255, 218, 0.9); color: rgba(100, 255, 218, 0.9); } .tabcontent { display: none; padding-left: 15px; } .tabcontent.tab-tabcontent-active { display: block; } .tabcontent p { /* color: rgba(230, 241, 255, 0.7); */ } /* ========================================================================== */ /* =================================================================== #about */ /* ========================================================================== */ #about .content-section div div:nth-child(1) { width: 100%; } #about .content-section div div:nth-child(1) figure { border-radius: 50%; overflow: hidden; position: relative; margin-bottom: 20px; } #about .content-section div div:nth-child(1) figure img { border-radius: 50%; width: 100%; margin-bottom: 10px; -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-filter: grayscale(10%); /* Safari 6.0 - 9.0 */ filter: grayscale(10%); } #about .content-section div div:nth-child(1) figure:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */ filter: grayscale(0%); } #about .content-section div div:nth-child(1) figure figcaption { position: absolute; text-align: center; width: 100%; color: rgba(230, 241, 255, 0.9); background-color: rgba(35, 53, 84, 0.7); padding: 10px 0 10px 0; bottom: -50px; font-size: 1.2rem; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } #about .content-section div div:nth-child(1) figure:hover figcaption { bottom: 0px; } /* ========================================================================== */ /* ================================================================== #resume */ /* ========================================================================== */ #resume .content-section div:nth-child(2) { height: 300px; overflow-y: scroll; } #resume .content-section div:nth-child(2) div:nth-child(1)::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #233554; border-radius: 10px; } #resume .content-section div:nth-child(2)::-webkit-scrollbar { width: 10px; background-color: #040B1D; } #resume .content-section div:nth-child(2)::-webkit-scrollbar-thumb { border-radius: 10px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgba(100,255,218, 0.4)), color-stop(0.72, rgba(100,255,218, 0.7)), color-stop(0.86, rgba(100,255,218, 1))); } /* ========================================================================== */ /* =================================================================== #study */ /* ========================================================================== */ #study .content-section div:nth-child(2) { height: 150px; overflow-y: scroll; } #study a { color: rgba(100,255,218, 0.7); -webkit-transition: color 0.4s ease; -moz-transition: color 0.4s ease; -ms-transition: color 0.4s ease; -o-transition: color 0.4s ease; transition: color 0.4s ease; } #study a:hover { color: rgba(100,255,218, 1); text-decoration: none; } #study .content-section div:nth-child(2) div:nth-child(3)::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #233554; border-radius: 10px; } #study .content-section div:nth-child(2)::-webkit-scrollbar { width: 10px; background-color: #040B1D; } #study .content-section div:nth-child(2)::-webkit-scrollbar-thumb { border-radius: 10px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgba(100,255,218, 0.4)), color-stop(0.72, rgba(100,255,218, 0.7)), color-stop(0.86, rgba(100,255,218, 1))); } /* ========================================================================== */ /* ================================================================= #contact */ /* ========================================================================== */ #contact div.content-section ul li { display: inline-block; } #contact div.content-section ul li:nth-child(2) { margin: 0 10px; } #contact div.content-section ul li a { color: #78cbc9; font-size: 3rem; -webkit-transition: color 0.4s ease; -moz-transition: color 0.4s ease; -ms-transition: color 0.4s ease; -o-transition: color 0.4s ease; transition: color 0.4s ease; } #contact div.content-section ul li a:hover { color: #f6f5f5; }
0.226527
0.06389
.gantt .grid-background { fill: none; } .gantt .grid-header { fill: #ffffff; stroke: #e0e0e0; stroke-width: 1.4; } .gantt .grid-row { fill: #ffffff; } .gantt .grid-row:nth-child(even) { fill: #f5f5f5; } .gantt .row-line { stroke: #ebeff2; } .gantt .tick { stroke: #e0e0e0; stroke-width: 0.2; } .gantt .tick.thick { stroke-width: 0.4; } .gantt .today-highlight { fill: #3F65D4; opacity: 0.25; } .gantt .arrow { fill: none; stroke: #666; stroke-width: 1.4; } .gantt .bar { fill: #b8c2cc; stroke: #8D99A6; stroke-width: 0; transition: stroke-width .3s ease; user-select: none; } .gantt .rhombus { fill: #fff; stroke: #333; stroke-width: 2px; transition: stroke-width .3s ease; user-select: none; transform-box: fill-box; transform-origin: center; } .gantt .bar-progress { fill: #007bff; } .gantt .bar-invalid { fill: transparent; stroke: #8D99A6; stroke-width: 1; stroke-dasharray: 5; } .gantt .bar-invalid~.bar-label { fill: #555; } .gantt .bar-label { fill: #fff; dominant-baseline: central; text-anchor: middle; font-size: 12px; font-weight: lighter; } .gantt .bar-label.big { fill: #555; text-anchor: start; } .gantt .stone, .gantt .phases-group { fill: #ddd; transition: opacity .3s ease; } .stones-group-inner.hide-label .stone-label, .phases-group-inner.hide-label .phase-label { opacity: 0 !important; visibility: hidden; } .gantt .phase-label, .gantt .stone-label { fill: #333; dominant-baseline: central; text-anchor: middle; font-size: 12px; font-weight: lighter; } .gantt .stone-label { text-anchor: start; } .gantt .stone-label-before { font-weight: 700; text-anchor: end; } .gantt .stone-polygon { fill: #fff; stroke: #333; stroke-width: 2px; } .gantt .phases-group-inner:nth-of-type(1) .phase-rect { fill: #bac2cc; } .gantt .phases-group-inner:nth-of-type(2) .phase-rect { fill: #fefe00; } .gantt .phases-group-inner:nth-of-type(3) .phase-rect { fill: #51ff00; } .gantt .bar-wrapper { cursor: pointer; outline: none; } .gantt .bar-wrapper:hover .bar { fill: #a9b5c1; } .gantt .bar-wrapper:hover .bar-progress { fill: #3f65d4; } .gantt .bar-wrapper:hover .stone, .gantt .bar-wrapper.active .stone { visibility: visible; opacity: 1; } .gantt .bar-wrapper:hover .phases-group, .gantt .bar-wrapper.active .phases-group { visibility: visible; opacity: 1; } .gantt .bar-wrapper.active .bar { fill: #a9b5c1; } .gantt .bar-wrapper.active .bar-progress { fill: #3f65d4; } .gantt .lower-text, .gantt .upper-text { font-size: 12px; text-anchor: middle; } .gantt .upper-text { fill: #555; } .gantt .lower-text { fill: #333; } .gantt .hide { display: none; } .gantt-container { position: relative; overflow: auto; font-size: 12px; } .gantt-container .popup-wrapper { position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.8); padding: 0; color: #959da5; border-radius: 3px; display: none; } .gantt-container .popup-wrapper .title { border-bottom: 3px solid #3f65d4; padding: 10px; } .gantt-container .popup-wrapper .subtitle { padding: 10px; color: #dfe2e5; } .gantt-container .popup-wrapper .pointer { position: absolute; height: 5px; margin: 0 0 0 -5px; border: 5px solid transparent; border-top-color: rgba(0, 0, 0, 0.8); }
app/libs/frappe/frappe-gantt.css
.gantt .grid-background { fill: none; } .gantt .grid-header { fill: #ffffff; stroke: #e0e0e0; stroke-width: 1.4; } .gantt .grid-row { fill: #ffffff; } .gantt .grid-row:nth-child(even) { fill: #f5f5f5; } .gantt .row-line { stroke: #ebeff2; } .gantt .tick { stroke: #e0e0e0; stroke-width: 0.2; } .gantt .tick.thick { stroke-width: 0.4; } .gantt .today-highlight { fill: #3F65D4; opacity: 0.25; } .gantt .arrow { fill: none; stroke: #666; stroke-width: 1.4; } .gantt .bar { fill: #b8c2cc; stroke: #8D99A6; stroke-width: 0; transition: stroke-width .3s ease; user-select: none; } .gantt .rhombus { fill: #fff; stroke: #333; stroke-width: 2px; transition: stroke-width .3s ease; user-select: none; transform-box: fill-box; transform-origin: center; } .gantt .bar-progress { fill: #007bff; } .gantt .bar-invalid { fill: transparent; stroke: #8D99A6; stroke-width: 1; stroke-dasharray: 5; } .gantt .bar-invalid~.bar-label { fill: #555; } .gantt .bar-label { fill: #fff; dominant-baseline: central; text-anchor: middle; font-size: 12px; font-weight: lighter; } .gantt .bar-label.big { fill: #555; text-anchor: start; } .gantt .stone, .gantt .phases-group { fill: #ddd; transition: opacity .3s ease; } .stones-group-inner.hide-label .stone-label, .phases-group-inner.hide-label .phase-label { opacity: 0 !important; visibility: hidden; } .gantt .phase-label, .gantt .stone-label { fill: #333; dominant-baseline: central; text-anchor: middle; font-size: 12px; font-weight: lighter; } .gantt .stone-label { text-anchor: start; } .gantt .stone-label-before { font-weight: 700; text-anchor: end; } .gantt .stone-polygon { fill: #fff; stroke: #333; stroke-width: 2px; } .gantt .phases-group-inner:nth-of-type(1) .phase-rect { fill: #bac2cc; } .gantt .phases-group-inner:nth-of-type(2) .phase-rect { fill: #fefe00; } .gantt .phases-group-inner:nth-of-type(3) .phase-rect { fill: #51ff00; } .gantt .bar-wrapper { cursor: pointer; outline: none; } .gantt .bar-wrapper:hover .bar { fill: #a9b5c1; } .gantt .bar-wrapper:hover .bar-progress { fill: #3f65d4; } .gantt .bar-wrapper:hover .stone, .gantt .bar-wrapper.active .stone { visibility: visible; opacity: 1; } .gantt .bar-wrapper:hover .phases-group, .gantt .bar-wrapper.active .phases-group { visibility: visible; opacity: 1; } .gantt .bar-wrapper.active .bar { fill: #a9b5c1; } .gantt .bar-wrapper.active .bar-progress { fill: #3f65d4; } .gantt .lower-text, .gantt .upper-text { font-size: 12px; text-anchor: middle; } .gantt .upper-text { fill: #555; } .gantt .lower-text { fill: #333; } .gantt .hide { display: none; } .gantt-container { position: relative; overflow: auto; font-size: 12px; } .gantt-container .popup-wrapper { position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.8); padding: 0; color: #959da5; border-radius: 3px; display: none; } .gantt-container .popup-wrapper .title { border-bottom: 3px solid #3f65d4; padding: 10px; } .gantt-container .popup-wrapper .subtitle { padding: 10px; color: #dfe2e5; } .gantt-container .popup-wrapper .pointer { position: absolute; height: 5px; margin: 0 0 0 -5px; border: 5px solid transparent; border-top-color: rgba(0, 0, 0, 0.8); }
0.417628
0.113776
@import url("https://fonts.googleapis.com/css2?family=Langar&family=Cinzel&family=Emilys+Candy&family=Forum&family=Fredericka+the+Great&family=Great+Vibes&family=Poiret+One&family=Quicksand&family=Raleway:wght@200;300;400;500;600;700&family=Red+Hat+Display&family=Shadows+Into+Light+Two&display=swap"); *, ::after, ::before { margin: 0; padding: 0; box-sizing: border-box; } img{ display: block; } .site-header, .list-item-container,.article-item, .site-content-area .part-header, .about-page-wrapper,.site-footer{ background-color: white; } html{ --main-color:rgb(25, 118, 92); --main-color-hover:rgb(0, 75, 205); font-size: 1rem; } body{ color: #333; position: relative; min-height: 100vh; } ul , ol{ list-style-type: none; list-style: none; padding: 0; } a{ color: black; text-decoration: none; } br{ height: 25px; } /* Header styles */ .site-header{ display: flex; border-bottom: 1px solid var(--main-color); height: 5rem; margin-bottom: 2rem; } .home-page-link{ display: flex; font-family: 'Fredericka the Great' ; font-size: 1.5rem; display: flex; align-items: center; padding: 0 2rem; } .home-page-link .omid-image{ border-radius: 50%; width: 60px; height: 60px; margin-right: 1rem ; border: 2px solid rgb(96, 96, 96); } .header-middle-area{ flex:0 0 800px; } .header-icon{ height: 60%; max-width: 30%; margin:0 .7rem; } .header-middle-area .header-list-container{ display: flex; height: 100%; align-items: center; justify-items: center; } .header-middle-area .header-list-container li > a { display: flex; align-items: center; height: 100%; font-family: 'Quicksand','Times New Roman', Times, serif; font-weight: 500; font-size: 1.2rem; padding: 0 1rem; } .header-middle-area .header-list-container li{ flex: 1; height: 100%; border-right: 3px solid var(--main-color); border-radius: 10px; transition: .2s; cursor: pointer; } .header-middle-area .header-list-container li:nth-of-type(1){ border-left: 3px solid var(--main-color); } .header-middle-area .header-list-container li:nth-of-type(1):hover{ border-right: 6px solid var(--main-color-hover); border-left: 6px solid var(--main-color-hover); } .header-middle-area .header-list-container li:hover{ border-right: 6px solid var(--main-color-hover); } .content { display: flex; justify-content: center; } #new-post-form { width: 800px; } #new-post-form input{ width: 100%; } #new-post-form textarea, #new-post-form input[type='text']{ display: block; padding: 6px 10px; margin-bottom: 15px; font-size: 1em; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; width: 100%; border: 0.5px #999 solid; border-radius: 4px; box-shadow: 2px 0px 5px 0px burlywood; } #new-post-form input[type='file'] { margin-bottom: 1rem; } #new-post-form textarea:focus ,#new-post-form input:focus{ outline: none; border: 1px #444 solid; } #new-post-form h2 { margin: 15px 0 8px; color: #444; } #new-post-form button[type="submit"] { width: 100%; border: 1px #444 solid; border-radius: 8px; line-height: 2em; } #new-post-form button[type="submit"]:hover { background-color: burlywood; }
public/css/style.css
@import url("https://fonts.googleapis.com/css2?family=Langar&family=Cinzel&family=Emilys+Candy&family=Forum&family=Fredericka+the+Great&family=Great+Vibes&family=Poiret+One&family=Quicksand&family=Raleway:wght@200;300;400;500;600;700&family=Red+Hat+Display&family=Shadows+Into+Light+Two&display=swap"); *, ::after, ::before { margin: 0; padding: 0; box-sizing: border-box; } img{ display: block; } .site-header, .list-item-container,.article-item, .site-content-area .part-header, .about-page-wrapper,.site-footer{ background-color: white; } html{ --main-color:rgb(25, 118, 92); --main-color-hover:rgb(0, 75, 205); font-size: 1rem; } body{ color: #333; position: relative; min-height: 100vh; } ul , ol{ list-style-type: none; list-style: none; padding: 0; } a{ color: black; text-decoration: none; } br{ height: 25px; } /* Header styles */ .site-header{ display: flex; border-bottom: 1px solid var(--main-color); height: 5rem; margin-bottom: 2rem; } .home-page-link{ display: flex; font-family: 'Fredericka the Great' ; font-size: 1.5rem; display: flex; align-items: center; padding: 0 2rem; } .home-page-link .omid-image{ border-radius: 50%; width: 60px; height: 60px; margin-right: 1rem ; border: 2px solid rgb(96, 96, 96); } .header-middle-area{ flex:0 0 800px; } .header-icon{ height: 60%; max-width: 30%; margin:0 .7rem; } .header-middle-area .header-list-container{ display: flex; height: 100%; align-items: center; justify-items: center; } .header-middle-area .header-list-container li > a { display: flex; align-items: center; height: 100%; font-family: 'Quicksand','Times New Roman', Times, serif; font-weight: 500; font-size: 1.2rem; padding: 0 1rem; } .header-middle-area .header-list-container li{ flex: 1; height: 100%; border-right: 3px solid var(--main-color); border-radius: 10px; transition: .2s; cursor: pointer; } .header-middle-area .header-list-container li:nth-of-type(1){ border-left: 3px solid var(--main-color); } .header-middle-area .header-list-container li:nth-of-type(1):hover{ border-right: 6px solid var(--main-color-hover); border-left: 6px solid var(--main-color-hover); } .header-middle-area .header-list-container li:hover{ border-right: 6px solid var(--main-color-hover); } .content { display: flex; justify-content: center; } #new-post-form { width: 800px; } #new-post-form input{ width: 100%; } #new-post-form textarea, #new-post-form input[type='text']{ display: block; padding: 6px 10px; margin-bottom: 15px; font-size: 1em; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; width: 100%; border: 0.5px #999 solid; border-radius: 4px; box-shadow: 2px 0px 5px 0px burlywood; } #new-post-form input[type='file'] { margin-bottom: 1rem; } #new-post-form textarea:focus ,#new-post-form input:focus{ outline: none; border: 1px #444 solid; } #new-post-form h2 { margin: 15px 0 8px; color: #444; } #new-post-form button[type="submit"] { width: 100%; border: 1px #444 solid; border-radius: 8px; line-height: 2em; } #new-post-form button[type="submit"]:hover { background-color: burlywood; }
0.219672
0.076511
@import url(https://fonts.googleapis.com/css?family=Mr+Dafoe); @import url(https://fonts.googleapis.com/css?family=Titillium+Web:900); @font-face { font-family: "PressStart"; src: url("./fonts/PressStart.ttf") format("truetype"); } @font-face { font-family: "Minecraft"; src: url("./fonts/Minecraft.ttf") format("truetype"); } html, body, #root { height: 100%; } html { font-size: 15px; } body { color: #111; letter-spacing: -0.075em; font-family: monospace !important; background: #ffe2f4 !important; } header { position: relative; } .wallet { position: absolute; top: 2rem; right: 4rem; font-size: 28px; text-align: right; } .wallet-balance { margin-top: -0.5rem; } .wallet-balance span { font-weight: 600; } .App { text-align: center; height: 100%; color: #ffdaf1bb; } .wrapper { height: 100%; color: #111; } .container { opacity: 0; transition: opacity 0.35s ease-in-out 0.5s; } .container.container--connected { opacity: 1; } .logo { width: 250px; margin: 0 auto; } .nav { display: flex; width: 680px; justify-content: space-between; margin: 1.25rem auto 3.35rem; /* font-family: "Minecraft", sans-serif; */ opacity: 0; transition: opacity 0.5s ease-in-out; } .nav.nav--connected { opacity: 1; } .navBtn { border: none; background: none; font-size: 18px; font-weight: 500; cursor: pointer; border-bottom: 3px solid transparent; transition: border 0.2s ease-in-out 0.2s; letter-spacing: 0.03em; } .navBtn.active { border-color: #312830; box-sizing: content-box; } .navBtn.approved:before { content: "1"; position: absolute; transform: translate(190%, -60%); border-radius: 50%; font-size: 15px; font-weight: 600; padding: 0.15rem 0.5rem 0.15rem 0.6rem; color: white; background: #340a20; opacity: 0.8; } .btn { position: relative; padding: 0.75rem 1.5rem; background: #340a20; border-radius: 20px; font-size: 15px; font-weight: 500; color: white; letter-spacing: 0.09em; border: none; cursor: pointer; font-family: "Roboto", sans-serif; } .btn--approve { font-size: 17px; padding: 1.15rem 1.85rem; } .btn:disabled { opacity: 0.35; cursor: default; } .collection { margin-top: 1.5rem; font-size: 14px; color: #4b4b4b; } .name { margin-bottom: 1.25rem; font-size: 18px; } .modal-backdrop { position: fixed; top: 0; right: 0; left: 0; bottom: 0; background: #44293a80; margin-left: 0 !important; opacity: 0; transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out; z-index: 9; } .modal-backdrop.fade-in { opacity: 1; } .modal { position: absolute; top: 50%; left: 50%; width: 612px; background: white; transform: translate(-50%, -45%); opacity: 0; transition: opacity 0.25s ease-in-out, transform 0.35s ease-in-out; border-radius: 12px; } .modal-backdrop.fade-in .modal { transform: translate(-50%, -52%); opacity: 1; } .modal-container { position: relative; padding: 4rem 0; } .modal-text { font-size: 20px; } .modal-text--bold { font-weight: 600; } .modal-countdown { margin-top: 1rem; font-size: 28px; font-weight: 700; } .modal-hr { margin-top: 2.75rem; margin-bottom: 3rem; max-width: 500px; opacity: 0.4; } .modal-info { width: 500px; margin: 0 auto; } .modal-row { display: flex; justify-content: space-between; margin-bottom: 0.5rem; } .modal-close { position: absolute; top: 2rem; right: 2rem; background: none; border: none; cursor: pointer; } .modal-tos { display: flex; align-items: center; justify-content: center; margin: 3.5rem auto; cursor: pointer; } .modal-tos.disabled { opacity: 0.5; cursor: default; } .modal-tos input { transform: scale(2); margin-right: 1.25rem; cursor: inherit; } .modal-tos input:focus { outline: none; } .modal-tos label { cursor: pointer; user-select: none; font-size: 16px; padding-top: 3px; } .nfts { display: flex; justify-content: center; margin-top: 2rem; transition: opacity 0.1s ease-in-out; opacity: 0; } .nfts > * + * { margin-left: 2rem; } .nft { border-radius: 20px; padding: 0.75rem 0.75rem 1.5rem; background: white; border: 1px solid #eaeaea; box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%); } .nft img { width: 240px; } .loans { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 2rem; opacity: 0; transition: opacity 0.1s ease-in-out; } .loans > * + * { margin-top: 2rem; } .loan { display: flex; width: 800px; border: 1px solid #eaeaea; border-radius: 20px; padding: 0.75rem; text-align: left; background: white; box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%); } .loan-img { width: 180px; height: 180px; } .loan-wrapper { display: flex; flex-direction: column; justify-content: space-between; flex: 1; padding: 0.5rem 1.25rem 0rem 2rem; } .loan-container { display: flex; align-items: center; justify-content: space-between; } .loan-row { display: flex; justify-content: space-between; margin-bottom: 0.25rem; } .loan-text { font-size: 18px; } .loan-text--bold { font-weight: 600; } .loan-collection { font-size: 16px; color: #4b4b4b; } .loan-name { font-size: 20px; } .loan-hr { width: 100%; margin: 1.25rem 0 1rem; opacity: 0.25; } .connect { margin-top: 4rem; } .connect-btn { font-size: 18px; padding: 1.15rem 2.65rem; border-radius: 40px; } .hero { margin-top: -6rem; } .hero-h1 { font-size: 72px; } .hero-text { position: relative; width: 600px; margin: 3.5rem auto; padding-right: 1rem; } .hero-pool span { letter-spacing: -0.15em; } .hero-heading { font-size: 42px; } .hero-subHeading { font-size: 24px; } .hero-pool { position: relative; background-image: linear-gradient( 180deg, rgb(50.196% 99.608% 91.765%) 0%, rgb(53.088% 96.078% 92.279%) 6.25%, rgb(55.98% 92.549% 92.794%) 12.5%, rgb(58.873% 89.02% 93.309%) 18.75%, rgb(61.765% 85.49% 93.824%) 25%, rgb(64.657% 81.961% 94.338%) 31.25%, rgb(67.549% 78.431% 94.853%) 37.5%, rgb(70.441% 74.902% 95.368%) 43.75%, rgb(73.333% 71.373% 95.882%) 50%, rgb(76.225% 67.843% 96.397%) 56.25%, rgb(79.118% 64.314% 96.912%) 62.5%, rgb(82.01% 60.784% 97.426%) 68.75%, rgb(84.902% 57.255% 97.941%) 75%, rgb(87.794% 53.725% 98.456%) 81.25%, rgb(90.686% 50.196% 98.971%) 87.5%, rgb(93.578% 46.667% 99.485%) 93.75%, rgb(96.471% 43.137% 100%) 100% ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 3px #11030d; font-size: 92px; font-family: "PressStart", sans-serif; font-style: italic; margin: 0; line-height: 1; } .hero-pool:before { content: "POOLFI"; position: absolute; left: 32px; top: 0; z-index: 10; background-image: -webkit-linear-gradient( -40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100% ); background-position: -480px 0; -webkit-background-clip: text; -webkit-text-stroke: 0; padding-right: 300px; -webkit-animation-name: chrome_effect; -webkit-animation-duration: 6s; -webkit-animation-delay: 2s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; opacity: 0.5; } .hero-finance { position: absolute; bottom: -4rem; right: 5rem; margin: 0px; font-family: "Mr Dafoe", cursive; font-size: 100px; color: #f975f7; transform: rotate(-15deg); -ms-transform: rotate(-15deg); /* IE 9 */ -webkit-transform: rotate(-15deg); /* Safari and Chrome */ -webkit-text-stroke: 1px #f008b7; -webkit-filter: drop-shadow(2px 2px 20px #f008b7); z-index: 20; } @keyframes chrome_effect { 0% { background-position: -480px 0; } 10% { background-position: 220px 0; } 100% { background-position: 220px 0; } } .coming-soon { margin-top: 8rem; opacity: 0; transition: opacity 0.1s ease-in-out; }
packages/react-app/src/App.css
@import url(https://fonts.googleapis.com/css?family=Mr+Dafoe); @import url(https://fonts.googleapis.com/css?family=Titillium+Web:900); @font-face { font-family: "PressStart"; src: url("./fonts/PressStart.ttf") format("truetype"); } @font-face { font-family: "Minecraft"; src: url("./fonts/Minecraft.ttf") format("truetype"); } html, body, #root { height: 100%; } html { font-size: 15px; } body { color: #111; letter-spacing: -0.075em; font-family: monospace !important; background: #ffe2f4 !important; } header { position: relative; } .wallet { position: absolute; top: 2rem; right: 4rem; font-size: 28px; text-align: right; } .wallet-balance { margin-top: -0.5rem; } .wallet-balance span { font-weight: 600; } .App { text-align: center; height: 100%; color: #ffdaf1bb; } .wrapper { height: 100%; color: #111; } .container { opacity: 0; transition: opacity 0.35s ease-in-out 0.5s; } .container.container--connected { opacity: 1; } .logo { width: 250px; margin: 0 auto; } .nav { display: flex; width: 680px; justify-content: space-between; margin: 1.25rem auto 3.35rem; /* font-family: "Minecraft", sans-serif; */ opacity: 0; transition: opacity 0.5s ease-in-out; } .nav.nav--connected { opacity: 1; } .navBtn { border: none; background: none; font-size: 18px; font-weight: 500; cursor: pointer; border-bottom: 3px solid transparent; transition: border 0.2s ease-in-out 0.2s; letter-spacing: 0.03em; } .navBtn.active { border-color: #312830; box-sizing: content-box; } .navBtn.approved:before { content: "1"; position: absolute; transform: translate(190%, -60%); border-radius: 50%; font-size: 15px; font-weight: 600; padding: 0.15rem 0.5rem 0.15rem 0.6rem; color: white; background: #340a20; opacity: 0.8; } .btn { position: relative; padding: 0.75rem 1.5rem; background: #340a20; border-radius: 20px; font-size: 15px; font-weight: 500; color: white; letter-spacing: 0.09em; border: none; cursor: pointer; font-family: "Roboto", sans-serif; } .btn--approve { font-size: 17px; padding: 1.15rem 1.85rem; } .btn:disabled { opacity: 0.35; cursor: default; } .collection { margin-top: 1.5rem; font-size: 14px; color: #4b4b4b; } .name { margin-bottom: 1.25rem; font-size: 18px; } .modal-backdrop { position: fixed; top: 0; right: 0; left: 0; bottom: 0; background: #44293a80; margin-left: 0 !important; opacity: 0; transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out; z-index: 9; } .modal-backdrop.fade-in { opacity: 1; } .modal { position: absolute; top: 50%; left: 50%; width: 612px; background: white; transform: translate(-50%, -45%); opacity: 0; transition: opacity 0.25s ease-in-out, transform 0.35s ease-in-out; border-radius: 12px; } .modal-backdrop.fade-in .modal { transform: translate(-50%, -52%); opacity: 1; } .modal-container { position: relative; padding: 4rem 0; } .modal-text { font-size: 20px; } .modal-text--bold { font-weight: 600; } .modal-countdown { margin-top: 1rem; font-size: 28px; font-weight: 700; } .modal-hr { margin-top: 2.75rem; margin-bottom: 3rem; max-width: 500px; opacity: 0.4; } .modal-info { width: 500px; margin: 0 auto; } .modal-row { display: flex; justify-content: space-between; margin-bottom: 0.5rem; } .modal-close { position: absolute; top: 2rem; right: 2rem; background: none; border: none; cursor: pointer; } .modal-tos { display: flex; align-items: center; justify-content: center; margin: 3.5rem auto; cursor: pointer; } .modal-tos.disabled { opacity: 0.5; cursor: default; } .modal-tos input { transform: scale(2); margin-right: 1.25rem; cursor: inherit; } .modal-tos input:focus { outline: none; } .modal-tos label { cursor: pointer; user-select: none; font-size: 16px; padding-top: 3px; } .nfts { display: flex; justify-content: center; margin-top: 2rem; transition: opacity 0.1s ease-in-out; opacity: 0; } .nfts > * + * { margin-left: 2rem; } .nft { border-radius: 20px; padding: 0.75rem 0.75rem 1.5rem; background: white; border: 1px solid #eaeaea; box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%); } .nft img { width: 240px; } .loans { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 2rem; opacity: 0; transition: opacity 0.1s ease-in-out; } .loans > * + * { margin-top: 2rem; } .loan { display: flex; width: 800px; border: 1px solid #eaeaea; border-radius: 20px; padding: 0.75rem; text-align: left; background: white; box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%); } .loan-img { width: 180px; height: 180px; } .loan-wrapper { display: flex; flex-direction: column; justify-content: space-between; flex: 1; padding: 0.5rem 1.25rem 0rem 2rem; } .loan-container { display: flex; align-items: center; justify-content: space-between; } .loan-row { display: flex; justify-content: space-between; margin-bottom: 0.25rem; } .loan-text { font-size: 18px; } .loan-text--bold { font-weight: 600; } .loan-collection { font-size: 16px; color: #4b4b4b; } .loan-name { font-size: 20px; } .loan-hr { width: 100%; margin: 1.25rem 0 1rem; opacity: 0.25; } .connect { margin-top: 4rem; } .connect-btn { font-size: 18px; padding: 1.15rem 2.65rem; border-radius: 40px; } .hero { margin-top: -6rem; } .hero-h1 { font-size: 72px; } .hero-text { position: relative; width: 600px; margin: 3.5rem auto; padding-right: 1rem; } .hero-pool span { letter-spacing: -0.15em; } .hero-heading { font-size: 42px; } .hero-subHeading { font-size: 24px; } .hero-pool { position: relative; background-image: linear-gradient( 180deg, rgb(50.196% 99.608% 91.765%) 0%, rgb(53.088% 96.078% 92.279%) 6.25%, rgb(55.98% 92.549% 92.794%) 12.5%, rgb(58.873% 89.02% 93.309%) 18.75%, rgb(61.765% 85.49% 93.824%) 25%, rgb(64.657% 81.961% 94.338%) 31.25%, rgb(67.549% 78.431% 94.853%) 37.5%, rgb(70.441% 74.902% 95.368%) 43.75%, rgb(73.333% 71.373% 95.882%) 50%, rgb(76.225% 67.843% 96.397%) 56.25%, rgb(79.118% 64.314% 96.912%) 62.5%, rgb(82.01% 60.784% 97.426%) 68.75%, rgb(84.902% 57.255% 97.941%) 75%, rgb(87.794% 53.725% 98.456%) 81.25%, rgb(90.686% 50.196% 98.971%) 87.5%, rgb(93.578% 46.667% 99.485%) 93.75%, rgb(96.471% 43.137% 100%) 100% ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 3px #11030d; font-size: 92px; font-family: "PressStart", sans-serif; font-style: italic; margin: 0; line-height: 1; } .hero-pool:before { content: "POOLFI"; position: absolute; left: 32px; top: 0; z-index: 10; background-image: -webkit-linear-gradient( -40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100% ); background-position: -480px 0; -webkit-background-clip: text; -webkit-text-stroke: 0; padding-right: 300px; -webkit-animation-name: chrome_effect; -webkit-animation-duration: 6s; -webkit-animation-delay: 2s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; opacity: 0.5; } .hero-finance { position: absolute; bottom: -4rem; right: 5rem; margin: 0px; font-family: "Mr Dafoe", cursive; font-size: 100px; color: #f975f7; transform: rotate(-15deg); -ms-transform: rotate(-15deg); /* IE 9 */ -webkit-transform: rotate(-15deg); /* Safari and Chrome */ -webkit-text-stroke: 1px #f008b7; -webkit-filter: drop-shadow(2px 2px 20px #f008b7); z-index: 20; } @keyframes chrome_effect { 0% { background-position: -480px 0; } 10% { background-position: 220px 0; } 100% { background-position: 220px 0; } } .coming-soon { margin-top: 8rem; opacity: 0; transition: opacity 0.1s ease-in-out; }
0.456168
0.095181
html, body { overflow-x: hidden; /* Prevent scroll on narrow devices */ /*background-color: rgba(33, 104, 169, 0.06);*/ /* background-color: rgba(156, 143, 72, 0.11); */ background-color: rgba(5, 116, 117, 0.05); /* font-family: sans-serif;*/ /* font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; */ } .hide{ display: none; } ul.navbar-nav{ border-bottom: 0px solid #9e0808; } #sidebar,.c_sectiontitle{ /* font-family: myFirstFont; */ } .nav-item { font-family: myFirstFont; /* margin-bottom: 155px;*/ /*background-color: blue;rgba(5, 116, 117, 0.05);*/ } .cs{ font-family: myFirstFont; } .navbar-brand{ height: 50px; width: 164px; } .navbar-inverse .navbar-nav .nav-link, .navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler .nav-link{ color:#ffb770; } #body-container{ padding-top: 10px; } /* fix for the first letter misplacement, to be removed in upcoming bootstrap version */ h1::first-letter { margin-top: 0; } h12{ font-family: myFirstFont; padding-bottom: 2px; } /* list artists*/ .chords_artist_cards { margin: 0 auto 100px; } .chords_artist_cards .card{ margin: 0; width: 150px; max-width: 150px; } .chords_artist_cards .card-title{ font-size: 1.2rem; } .card-img-top{ /*width: 150px; height: 150px;*/ } /*fix to align tables at the bottom (might be critical) .c_song .row{ position: relative; } .c_song .c_table{ position: absolute; bottom: 0; } */ /* .row,.c_section { column-count: 1; @include media-breakpoint-only(lg) { column-count: 1; } @include media-breakpoint-only(xl) { column-count: 1; } } body { padding-top: 70px; } footer { padding: 30px 0; } /* * Off Canvas * -------------------------------------------------- */ @media screen and (max-width: 767px) { .row-offcanvas { position: relative; -webkit-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; } .row-offcanvas-right { right: 0; } .row-offcanvas-left { left: 0; } .row-offcanvas-right .sidebar-offcanvas { right: -100%; /* 12 columns */ } .row-offcanvas-right.active .sidebar-offcanvas { right: -50%; /* 6 columns */ } .row-offcanvas-left .sidebar-offcanvas { left: -100%; /* 12 columns */ } .row-offcanvas-left.active . ss { left: -50%; /* 6 columns */ } .row-offcanvas-right.active { right: 50%; /* 6 columns */ } .row-offcanvas-left.active { left: 50%; /* 6 columns */ } .sidebar-offcanvas { position: absolute; top: 0; width: 50%; /* 6 columns */ } } /* hide printing Aleady implemented in Bootsrap @media print { .hidden-print, footer , hr { display: none !important; } } */ h1{ font-size: 2rem; } .columns{ padding-right:5px; } .c_title a { color: inherit; text-decoration: none; } .c_title a:hover { color: black; text-decoration: none; } .c_title{ font-size: 1.8rem; } .c_sectiontitle,.c_sectioninsidetitle,.c_sectionrepeat,.c_section_end { font-style: italic; font-weight: bold; } .c_section,.c_sectionrepeat{ margin-bottom: 14px; } .c_section_tab{ white-space:pre; font-family:monospace; } .c_nobreak{ display:inline-block; } .c_sectioninsidetitle{ display: none; } .c{ /*color: #36C; font-weight: bold;*/ color:#0b050c; font-weight: 550; } .c1{ display: none; } .c2{ display: none; } .c_section_end{ display: none; } .c_suggest_artist{ font-weight: bold; } /*css not table*/ .c_css .chordline, { font-size:115% } .c_css .chordline { line-height: 2.3em; } .c_css .textline { height:1.3em } .c_css .relc { position:absolute } .c_css .chordline .c { position:relative; top:-1em; } .c_css .inlc,.c_css .ilow { position:relative; padding-left:5px; padding-right:5px } .c_css .alow,.c_css .ilow { top:0 } /*new*/ .panel-default>.panel-heading { color: #333; background-color: #fff; border-color: #d3e0e9; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; } /*typeahead .typeahead, .tt-query, .tt-hint { width: 320px; height: 40px; padding: 8px 12px; font-size: 20px; line-height: 30px; border: 2px solid #ccc; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; outline: none; }*/ #artist_search.typeahead, { width: 300; } #song_search.typeahead, #song_search.tt-query, #song_search.tt-hint, #song_search.tt-menu, #song_search.twitter-typeahead { width: 375px; } #song_search.typeahead { background-color: #fff; } #song_search.typeahead:focus { border: 2px solid #0097cf; } .tt-query { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .tt-hint { color: #999 } .tt-menu { /*width: 320px;*/ margin: 12px 0; padding: 3px 0;/* 8px 0 */ background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); box-shadow: 0 5px 10px rgba(0,0,0,.2); } .tt-suggestion { padding: 3px 20px; font-size: 14px; line-height: 24px; } .tt-suggestion:hover { cursor: pointer; color: #fff; background-color: #0097cf; } .tt-suggestion a:hover { color: #fff; } .tt-suggestion.tt-cursor { color: #fff; background-color: #0097cf; } .tt-suggestion p { margin: 0; } .gist { font-size: 14px; }
public/css/site.css
html, body { overflow-x: hidden; /* Prevent scroll on narrow devices */ /*background-color: rgba(33, 104, 169, 0.06);*/ /* background-color: rgba(156, 143, 72, 0.11); */ background-color: rgba(5, 116, 117, 0.05); /* font-family: sans-serif;*/ /* font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; */ } .hide{ display: none; } ul.navbar-nav{ border-bottom: 0px solid #9e0808; } #sidebar,.c_sectiontitle{ /* font-family: myFirstFont; */ } .nav-item { font-family: myFirstFont; /* margin-bottom: 155px;*/ /*background-color: blue;rgba(5, 116, 117, 0.05);*/ } .cs{ font-family: myFirstFont; } .navbar-brand{ height: 50px; width: 164px; } .navbar-inverse .navbar-nav .nav-link, .navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler .nav-link{ color:#ffb770; } #body-container{ padding-top: 10px; } /* fix for the first letter misplacement, to be removed in upcoming bootstrap version */ h1::first-letter { margin-top: 0; } h12{ font-family: myFirstFont; padding-bottom: 2px; } /* list artists*/ .chords_artist_cards { margin: 0 auto 100px; } .chords_artist_cards .card{ margin: 0; width: 150px; max-width: 150px; } .chords_artist_cards .card-title{ font-size: 1.2rem; } .card-img-top{ /*width: 150px; height: 150px;*/ } /*fix to align tables at the bottom (might be critical) .c_song .row{ position: relative; } .c_song .c_table{ position: absolute; bottom: 0; } */ /* .row,.c_section { column-count: 1; @include media-breakpoint-only(lg) { column-count: 1; } @include media-breakpoint-only(xl) { column-count: 1; } } body { padding-top: 70px; } footer { padding: 30px 0; } /* * Off Canvas * -------------------------------------------------- */ @media screen and (max-width: 767px) { .row-offcanvas { position: relative; -webkit-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; } .row-offcanvas-right { right: 0; } .row-offcanvas-left { left: 0; } .row-offcanvas-right .sidebar-offcanvas { right: -100%; /* 12 columns */ } .row-offcanvas-right.active .sidebar-offcanvas { right: -50%; /* 6 columns */ } .row-offcanvas-left .sidebar-offcanvas { left: -100%; /* 12 columns */ } .row-offcanvas-left.active . ss { left: -50%; /* 6 columns */ } .row-offcanvas-right.active { right: 50%; /* 6 columns */ } .row-offcanvas-left.active { left: 50%; /* 6 columns */ } .sidebar-offcanvas { position: absolute; top: 0; width: 50%; /* 6 columns */ } } /* hide printing Aleady implemented in Bootsrap @media print { .hidden-print, footer , hr { display: none !important; } } */ h1{ font-size: 2rem; } .columns{ padding-right:5px; } .c_title a { color: inherit; text-decoration: none; } .c_title a:hover { color: black; text-decoration: none; } .c_title{ font-size: 1.8rem; } .c_sectiontitle,.c_sectioninsidetitle,.c_sectionrepeat,.c_section_end { font-style: italic; font-weight: bold; } .c_section,.c_sectionrepeat{ margin-bottom: 14px; } .c_section_tab{ white-space:pre; font-family:monospace; } .c_nobreak{ display:inline-block; } .c_sectioninsidetitle{ display: none; } .c{ /*color: #36C; font-weight: bold;*/ color:#0b050c; font-weight: 550; } .c1{ display: none; } .c2{ display: none; } .c_section_end{ display: none; } .c_suggest_artist{ font-weight: bold; } /*css not table*/ .c_css .chordline, { font-size:115% } .c_css .chordline { line-height: 2.3em; } .c_css .textline { height:1.3em } .c_css .relc { position:absolute } .c_css .chordline .c { position:relative; top:-1em; } .c_css .inlc,.c_css .ilow { position:relative; padding-left:5px; padding-right:5px } .c_css .alow,.c_css .ilow { top:0 } /*new*/ .panel-default>.panel-heading { color: #333; background-color: #fff; border-color: #d3e0e9; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; } /*typeahead .typeahead, .tt-query, .tt-hint { width: 320px; height: 40px; padding: 8px 12px; font-size: 20px; line-height: 30px; border: 2px solid #ccc; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; outline: none; }*/ #artist_search.typeahead, { width: 300; } #song_search.typeahead, #song_search.tt-query, #song_search.tt-hint, #song_search.tt-menu, #song_search.twitter-typeahead { width: 375px; } #song_search.typeahead { background-color: #fff; } #song_search.typeahead:focus { border: 2px solid #0097cf; } .tt-query { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .tt-hint { color: #999 } .tt-menu { /*width: 320px;*/ margin: 12px 0; padding: 3px 0;/* 8px 0 */ background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); box-shadow: 0 5px 10px rgba(0,0,0,.2); } .tt-suggestion { padding: 3px 20px; font-size: 14px; line-height: 24px; } .tt-suggestion:hover { cursor: pointer; color: #fff; background-color: #0097cf; } .tt-suggestion a:hover { color: #fff; } .tt-suggestion.tt-cursor { color: #fff; background-color: #0097cf; } .tt-suggestion p { margin: 0; } .gist { font-size: 14px; }
0.266453
0.064447
@CHARSET "UTF-8"; #feedback { width:690px; border:1px solid #ccc; float:left; margin:0 0 10px 0; } #feedback h2 { } #feedback h4 { font-size:18px; color:#ccc; width:96%; margin:10px auto; border-bottom:1px solid #ccc; padding:0 0 10px 0; } #feedback h2 a { color:#360; text-decoration:none; } #feedback h2 a:hover { color:#f60; } #feedback h3{ text-align:center; font-size:22px; color:#333; border-bottom:1px solid #ccc; width:94%; margin:0 auto; padding:20px; } #feedback p{ font-size:16px; text-indent:25px; line-height:150%; border-bottom:1px solid #ccc; width:94%; margin:0 auto; padding:20px; } #feedback dl{ width:670px; margin:10px; margin:10px 8px; float:right; border-bottom:1px dashed #999; } #feedback dl dt{ float:left; } #feedback dl dd{ float:left; width:586px; padding:0 0 10px 10px; } #feedback dl dd span{ color:#06f; } #feedback dl dd.info{ font-size:15px; line-height:150%; } #feedback dl dd.bot{ float:right; } #feedback dl dd em{ float:right; font-style:normal; } #sidebar { width:260px; border:1px solid #ccc; float:right; margin:0 0 10px 0; } #sidebar ul { padding:2px 10px 0 10px; } #sidebar ul li { line-height:160%; background:url(../images/pointer.png) no-repeat left center; padding:5px 0 0 10px; border-bottom:1px dashed #ccc; } #sidebar ul li em { float:right; font-style:normal; font-family:Tahoma; } #sidebar ul li a { color:#666; text-decoration:none; } #sidebar ul li a:hover { text-decoration:underline; } div.d5 { width:675px; margin:10px 0; padding:8px; border:1px dashed #ccc; } div.d5 { margin:10px 0; padding:8px; border:1px dashed #ccc; clear:both; } div.d5 p{ margin:10px 8px; } div.d5 p textarea{ display:block; width:638px; min-height:260px; float:right; margin:0 0 10px 0; border:1px solid #999; resize:none; margin:0 0 0 15px; } div.d5 p img.code{ width:78px; height:35px; position:relative; cursor:pointer; top:10px; } div.d5 p input.submit{ width:80px; height:40px; border-radius:10px; font-size:10px; cursor:pointer; background:#19D7FB; } div.d5 p input.text{ width:80px; height:20px; border:1px solid #ccc; background:#eee; }
style/feedback.css
@CHARSET "UTF-8"; #feedback { width:690px; border:1px solid #ccc; float:left; margin:0 0 10px 0; } #feedback h2 { } #feedback h4 { font-size:18px; color:#ccc; width:96%; margin:10px auto; border-bottom:1px solid #ccc; padding:0 0 10px 0; } #feedback h2 a { color:#360; text-decoration:none; } #feedback h2 a:hover { color:#f60; } #feedback h3{ text-align:center; font-size:22px; color:#333; border-bottom:1px solid #ccc; width:94%; margin:0 auto; padding:20px; } #feedback p{ font-size:16px; text-indent:25px; line-height:150%; border-bottom:1px solid #ccc; width:94%; margin:0 auto; padding:20px; } #feedback dl{ width:670px; margin:10px; margin:10px 8px; float:right; border-bottom:1px dashed #999; } #feedback dl dt{ float:left; } #feedback dl dd{ float:left; width:586px; padding:0 0 10px 10px; } #feedback dl dd span{ color:#06f; } #feedback dl dd.info{ font-size:15px; line-height:150%; } #feedback dl dd.bot{ float:right; } #feedback dl dd em{ float:right; font-style:normal; } #sidebar { width:260px; border:1px solid #ccc; float:right; margin:0 0 10px 0; } #sidebar ul { padding:2px 10px 0 10px; } #sidebar ul li { line-height:160%; background:url(../images/pointer.png) no-repeat left center; padding:5px 0 0 10px; border-bottom:1px dashed #ccc; } #sidebar ul li em { float:right; font-style:normal; font-family:Tahoma; } #sidebar ul li a { color:#666; text-decoration:none; } #sidebar ul li a:hover { text-decoration:underline; } div.d5 { width:675px; margin:10px 0; padding:8px; border:1px dashed #ccc; } div.d5 { margin:10px 0; padding:8px; border:1px dashed #ccc; clear:both; } div.d5 p{ margin:10px 8px; } div.d5 p textarea{ display:block; width:638px; min-height:260px; float:right; margin:0 0 10px 0; border:1px solid #999; resize:none; margin:0 0 0 15px; } div.d5 p img.code{ width:78px; height:35px; position:relative; cursor:pointer; top:10px; } div.d5 p input.submit{ width:80px; height:40px; border-radius:10px; font-size:10px; cursor:pointer; background:#19D7FB; } div.d5 p input.text{ width:80px; height:20px; border:1px solid #ccc; background:#eee; }
0.104557
0.044995
a { color: #008080; text-decoration: none; } a:hover, a:focus { text-decoration: none; color: #195757; } .login { color: #a0a0a0; background: #181818; font-size: 13px; line-height: 1.471; } .login_wrapper { position: relative; right: 0px; margin: 0px auto; margin-top: 5%; max-width: 350px; } .login_form { width: 100%; z-index: 22; } .login_content { position: relative; margin: 0px auto; padding: 25px 0 0; text-align: center; text-shadow: 0 1px 0 #202020; min-width: 280px; } .login_content form { margin: 20px 0; position: relative; } .login_content h1 { font: normal 25px Helvetica, Arial, sans-serif; letter-spacing: -0.05em; line-height: 20px; margin: 10px 0 30px; } .login_content h1:before { background: #2D2D2D; background: linear-gradient(right, #7e7e7e 0%, #fff 100%); left: 0; } .login_content h1:after { background: #2D2D2D; background: linear-gradient(right, #7e7e7e 0%, #fff 100%); right: 0; } .login_content h1:after, .login_content h1:before { content: " "; height: 1px; position: absolute; top: 10px; width: 20%; } .login_content .form-control { background: #252525; border-radius: 3px; -ms-box-shadow: 0 1px 0 #181, 0 -2px 5px rgba(0,0,0,0.08) inset; -o-box-shadow: 0 1px 0 #181, 0 -2px 5px rgba(0,0,0,0.08) inset; box-shadow: 0 1px 0 #181, 0 -2px 5px rgba(0,0,0,0.08) inset; border: 1px solid #2D2D2D; color: #008080; margin: 0px 0px 20px; } .login_content form div input[type="submit"] { font-size: 12px; margin: 10px 15px 0 0; color: #fff; } .login_content form div a.reset_pass { margin-top: 13px; margin-right: 39px; float: right; font-size: 12px; } .animate { -webkit-animation-duration: 0.5s; -webkit-animation-timing-function: ease; -webkit-animation-fill-mode: both; -moz-animation-duration: 0.5s; -moz-animation-timing-function: ease; -moz-animation-fill-mode: both; -o-animation-duration: 0.5s; -o-animation-timing-function: ease; -o-animation-fill-mode: both; -ms-animation-duration: 0.5s; -ms-animation-timing-function: ease; -ms-animation-fill-mode: both; animation-duration: 0.5s; animation-timing-function: ease; animation-fill-mode: both; } .separator { border-top: 1px solid #2D2D2D; margin-top: 10px; padding-top: 10px; } .error { color: red; }
Upload/admin/styles/genteal/login.css
a { color: #008080; text-decoration: none; } a:hover, a:focus { text-decoration: none; color: #195757; } .login { color: #a0a0a0; background: #181818; font-size: 13px; line-height: 1.471; } .login_wrapper { position: relative; right: 0px; margin: 0px auto; margin-top: 5%; max-width: 350px; } .login_form { width: 100%; z-index: 22; } .login_content { position: relative; margin: 0px auto; padding: 25px 0 0; text-align: center; text-shadow: 0 1px 0 #202020; min-width: 280px; } .login_content form { margin: 20px 0; position: relative; } .login_content h1 { font: normal 25px Helvetica, Arial, sans-serif; letter-spacing: -0.05em; line-height: 20px; margin: 10px 0 30px; } .login_content h1:before { background: #2D2D2D; background: linear-gradient(right, #7e7e7e 0%, #fff 100%); left: 0; } .login_content h1:after { background: #2D2D2D; background: linear-gradient(right, #7e7e7e 0%, #fff 100%); right: 0; } .login_content h1:after, .login_content h1:before { content: " "; height: 1px; position: absolute; top: 10px; width: 20%; } .login_content .form-control { background: #252525; border-radius: 3px; -ms-box-shadow: 0 1px 0 #181, 0 -2px 5px rgba(0,0,0,0.08) inset; -o-box-shadow: 0 1px 0 #181, 0 -2px 5px rgba(0,0,0,0.08) inset; box-shadow: 0 1px 0 #181, 0 -2px 5px rgba(0,0,0,0.08) inset; border: 1px solid #2D2D2D; color: #008080; margin: 0px 0px 20px; } .login_content form div input[type="submit"] { font-size: 12px; margin: 10px 15px 0 0; color: #fff; } .login_content form div a.reset_pass { margin-top: 13px; margin-right: 39px; float: right; font-size: 12px; } .animate { -webkit-animation-duration: 0.5s; -webkit-animation-timing-function: ease; -webkit-animation-fill-mode: both; -moz-animation-duration: 0.5s; -moz-animation-timing-function: ease; -moz-animation-fill-mode: both; -o-animation-duration: 0.5s; -o-animation-timing-function: ease; -o-animation-fill-mode: both; -ms-animation-duration: 0.5s; -ms-animation-timing-function: ease; -ms-animation-fill-mode: both; animation-duration: 0.5s; animation-timing-function: ease; animation-fill-mode: both; } .separator { border-top: 1px solid #2D2D2D; margin-top: 10px; padding-top: 10px; } .error { color: red; }
0.240239
0.112918
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@700;900&display=swap"); /**************** BEGIN CSS Reset ****************/ *:where(:not(iframe, canvas, img, svg, video):not(svg *)) { all: unset; display: revert; } *, *::before, *::after { box-sizing: border-box; } ol, ul { list-style: none; } img { max-width: 100%; } table { border-collapse: collapse; } textarea { white-space: revert; } /**************** END CSS Reset ****************/ :root { /* set font-size to base-10 from base-16 */ font-size: 62.5%; /* Variables */ --width-mobile: 375px; --width-desktop: 1440px; --width-card-mobile: 325px; --width-card-desktop: 1280px; --font-family-body: "Barlow", sans-serif; --font-family-headings: "Fraunces", serif; --font-weight-semi-bold: 600; --font-weight-bold: 700; --font-weight-black: 900; --color-white: hsl(0, 0%, 100%); --color-black: hsl(0, 0%, 0%); --color-primary-blue: hsl(203, 100%, 60%); --color-primary-lightblue: hsl(203, 100%, 75%); --color-primary-dark: hsl(7, 99%, 70%); --color-primary-dark--highlight: hsl(7, 99%, 70%, 0.25); --color-primary-light: hsl(51, 100%, 49%); --color-primary-light--highlight: hsl(51, 100%, 49%, 0.25); --color-primary-graphic-design-text: hsl(167, 40%, 24%); --color-primary-photography-text: hsl(198, 62%, 26%); --color-primary-footer: hsl(168, 34%, 41%); --color-primary-footer-logo: rgb(35, 98, 80); --color-primary-footer-bg: hsl(164, 43%, 65%); --color-secondary-dark: hsl(212, 27%, 19%); --color-secondary-medium: hsl(213, 9%, 39%); --color-secondary-light: hsl(232, 10%, 55%); --color-secondary-verylight: hsl(210, 4%, 67%); } /**************** BEGIN Mobile Styles ****************/ .desktop-img { display: none; } a { cursor: pointer; } body { max-width: 100vw; min-height: 100vh; font-family: var(--font-family-body); font-size: 1.8rem; font-weight: var(--font-weight-semi-bold); color: var(--color-secondary-light); background-color: var(--color-white); } header { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; min-width: 100vw; min-height: 540px; padding: 2em 1.5em; background-image: url(../images/mobile/image-header.jpg); background-size: 100vw 540px; background-position: bottom; background-repeat: no-repeat; position: relative; } #header-logo { width: max-content; transform: scale(1); } #header-nav__icon { justify-self: end; } #header-nav__icon:hover { cursor: pointer; } #header-nav__triangle { position: absolute; z-index: 1; top: -25px; right: 0; width: 0; height: 0; border-bottom: 25px solid var(--color-white); border-left: 25px solid transparent; } #header-nav { position: absolute; z-index: 1; top: 6em; right: 1.5em; left: 1.5em; padding: 1.5em 0 1.8em 0; font-size: 2rem; color: var(--color-secondary-light); text-align: center; background-color: var(--color-white); } #header-nav li { padding: 1em 0; } #header-nav li:last-of-type a { padding: 1em 1.5em; font-size: 1.6rem; font-family: var(--font-family-headings); color: var(--color-secondary-dark); text-transform: uppercase; border-radius: 2em; background-color: var(--color-primary-light); } #header-nav a:hover { color: var(--color-secondary-medium); transition: 300ms; } .header-nav--inactive { display: none; } header h1 { grid-column: 1 / 3; max-width: 12ch; margin: 80px auto 0 auto; font-family: var(--font-family-headings); font-size: 3.8rem; color: var(--color-white); text-align: center; text-transform: uppercase; letter-spacing: 0.15em; } #header-arrow { position: absolute; bottom: 80px; left: 50%; transform: translate(-50%, -50%); } main { text-align: center; } main h2 { font-family: var(--font-family-headings); font-size: 3.2rem; font-weight: var(--font-weight-black); color: var(--color-secondary-dark); max-width: 15ch; margin: 0 auto; } main p { margin: 1em auto 1em auto; max-width: 32.5ch; line-height: 1.7; } main a { font-family: var(--font-family-headings); font-weight: var(--font-weight-black); font-size: 1.6rem; color: var(--color-secondary-dark); text-transform: uppercase; letter-spacing: 0.05em; margin: 2em auto 1em auto; } #transform { margin-bottom: 3em; } #transform h2 { margin: 2em auto 1em auto; } #transform a::after { position: relative; display: block; content: ""; z-index: -1; top: -0.5em; width: 12ch; height: 0.6em; margin: 0 auto; border-radius: 2em; background-color: var(--color-primary-light--highlight); } #stand-out { margin-bottom: 3em; } #stand-out h2 { margin: 2em auto 1em auto; } #stand-out a::after { position: relative; display: block; content: ""; z-index: -1; top: -0.5em; width: 12ch; height: 0.6em; margin: 0 auto; border-radius: 2em; background-color: var(--color-primary-dark--highlight); } #graphic-design { height: 600px; background-image: url(../images/mobile/image-graphic-design.jpg); background-repeat: no-repeat; background-size: 100% 100%; text-align: center; } #graphic-design h2 { width: 100%; padding-top: 400px; color: var(--color-primary-graphic-design-text); } #graphic-design p { color: var(--color-primary-graphic-design-text); font-size: 1.6rem; max-width: 37ch; } #photography { height: 600px; background-image: url(../images/mobile/image-photography.jpg); background-repeat: no-repeat; background-size: 100% 100%; text-align: center; } #photography h2 { width: 100%; padding-top: 400px; color: var(--color-primary-photography-text); } #photography p { color: var(--color-primary-photography-text); font-size: 1.6rem; max-width: 37ch; } #client-testimonials h2 { max-width: fit-content; margin: 65px auto; font-size: 1.6rem; color: var(--color-secondary-verylight); letter-spacing: 0.2em; text-transform: uppercase; } .testimonial { margin-bottom: 5em; } .client-img { width: 75px; height: 75px; border-radius: 50%; margin-bottom: 0.4em; } .client-quote { margin-bottom: 1.8em; } .client-name { font-family: var(--font-family-headings); font-weight: var(--font-weight-black); font-size: 1.8rem; color: var(--color-black); margin-bottom: 0; } .client-title { margin-top: 0; font-size: 1.4rem; /* font-weight: var(--font-weight-semi-bold); */ color: var(--color-secondary-verylight); margin-bottom: 4.8em; } .image-gallery { display: grid; grid-template-columns: repeat(2, 1fr); } footer { height: 350px; padding-top: 75px; text-align: center; color: var(--color-primary-footer); background-color: var(--color-primary-footer-bg); } footer svg { fill: var(--color-primary-footer-logo); transform: scale(1.4); margin-bottom: 2em; } .footer-nav ul { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 5em; } .footer-nav li:hover { color: var(--color-white); transition: 300ms; } .social-nav ul { width: max-content; justify-self: center; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5em; margin: 0 auto 5em auto; } .social-nav svg { fill: var(--color-primary-footer-logo); transform: scale(1); } .social-nav li:hover svg { fill: var(--color-white); transition: 300ms; } /**************** BEGIN Desktop Styles ****************/ @media screen and (min-width: 640px) { header, main, footer { margin: 0 auto; max-width: var(--width-desktop); min-width: min(var(--width-desktop), 100vw); } header { min-height: 800px; padding-top: 35px; background-image: url(../images/desktop/image-header.jpg); background-size: min(var(--width-desktop), 100vw) 800px; } .desktop-img { display: block; } .mobile-img { display: none; } #header-logo { transform: scale(1.4); margin: 15px 35px 15px 15px; } #header-nav__icon { display: none; } #header-nav { display: contents; z-index: 0; padding: 0; } #header-nav__triangle { display: none; } #header-nav ul { width: max-content; justify-self: end; margin: 15px 0 0 auto; font-size: 1.8rem; font-weight: var(--font-weight-semi-bold); color: var(--color-white); } #header-nav li { display: inline; margin: 0; padding-right: 1.5em; } #header-nav a:hover { color: var(--color-white); } #header-nav li:last-of-type a { padding: 1.1em 2.1em; font-size: 1.5rem; background-color: var(--color-white); } #header-nav li:last-of-type a:hover { color: var(--color-white); background-color: var(--color-primary-lightblue); } header h1 { max-width: 100%; font-size: 5.5rem; } #header-arrow { bottom: 280px; } main { display: grid; grid-template-columns: 1fr 1fr; text-align: left; justify-items: start; } main h2 { font-size: 3.8rem; padding-bottom: 0.9em; } main p { margin: 0; padding-bottom: 2.2em; max-width: 45ch; } main a { margin: 0; padding: 0; padding-bottom: 2.2em; } #transform { grid-column: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "transform__h2 transform__desktop-img" "transform__p transform__desktop-img" "transform__a transform__desktop-img" ". transform__desktop-img"; text-align: left; margin-bottom: 0; } #transform img { grid-area: transform__desktop-img; width: 100%; height: 100%; } #transform h2 { grid-area: transform__h2; margin: 2em 3vw 0 11vw; } #transform p { grid-area: transform__p; margin: 0 3vw 0 11vw; } #transform a { grid-area: transform__a; margin: 0 3vw 0 11vw; } #transform a::after { left: -0.7ch; margin: 0; } #stand-out { grid-column: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "stand-out__desktop-img stand-out__h2" "stand-out__desktop-img stand-out__p" "stand-out__desktop-img stand-out__a " "stand-out__desktop-img ."; text-align: left; margin-bottom: 0; } #stand-out img { grid-area: stand-out__desktop-img; width: 100%; height: 100%; } #stand-out h2 { grid-area: stand-out__h2; margin: 2em 3vw 0 11vw; } #stand-out p { grid-area: stand-out__p; margin: 0 3vw 0 11vw; } #stand-out a { grid-area: stand-out__a; margin: 0 3vw 0 11vw; } #stand-out a::after { left: -0.7ch; margin: 0; } #graphic-design { width: 100%; background-image: url(../images/desktop/image-graphic-design.jpg); } #graphic-design h2 { font-size: 2.8rem; } #graphic-design p { margin: 0 auto; } #photography { width: 100%; background-image: url(../images/desktop/image-photography.jpg); } #photography h2 { font-size: 2.8rem; } #photography p { margin: 0 auto; } #client-testimonials { width: 100%; grid-column: 1 / 3; display: grid; grid-template-columns: repeat(3, 1fr); } #client-testimonials h2 { grid-column: 1 / 4; max-width: fit-content; margin: 150px auto 80px auto; font-size: 2rem; letter-spacing: 0.5ch; } .testimonial { text-align: center; margin-bottom: 5em; } .client-img { margin: 0 auto; margin-bottom: 3em; } .client-quote { margin: 0 auto; margin-bottom: 1.5em; max-width: 34ch; } .client-name { padding: 0; margin: 0 auto; } .client-title { padding: 0; margin: 0.25em auto 1em auto; margin-bottom: 4.8em; } .image-gallery { grid-column: 1 / 3; display: grid; grid-template-columns: repeat(4, 1fr); } .footer-nav { margin: 0 auto; width: max-content; } .footer-nav a { padding: 0 1.5em; } } /**************** END Desktop Styles ****************/
css/styles.css
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@700;900&display=swap"); /**************** BEGIN CSS Reset ****************/ *:where(:not(iframe, canvas, img, svg, video):not(svg *)) { all: unset; display: revert; } *, *::before, *::after { box-sizing: border-box; } ol, ul { list-style: none; } img { max-width: 100%; } table { border-collapse: collapse; } textarea { white-space: revert; } /**************** END CSS Reset ****************/ :root { /* set font-size to base-10 from base-16 */ font-size: 62.5%; /* Variables */ --width-mobile: 375px; --width-desktop: 1440px; --width-card-mobile: 325px; --width-card-desktop: 1280px; --font-family-body: "Barlow", sans-serif; --font-family-headings: "Fraunces", serif; --font-weight-semi-bold: 600; --font-weight-bold: 700; --font-weight-black: 900; --color-white: hsl(0, 0%, 100%); --color-black: hsl(0, 0%, 0%); --color-primary-blue: hsl(203, 100%, 60%); --color-primary-lightblue: hsl(203, 100%, 75%); --color-primary-dark: hsl(7, 99%, 70%); --color-primary-dark--highlight: hsl(7, 99%, 70%, 0.25); --color-primary-light: hsl(51, 100%, 49%); --color-primary-light--highlight: hsl(51, 100%, 49%, 0.25); --color-primary-graphic-design-text: hsl(167, 40%, 24%); --color-primary-photography-text: hsl(198, 62%, 26%); --color-primary-footer: hsl(168, 34%, 41%); --color-primary-footer-logo: rgb(35, 98, 80); --color-primary-footer-bg: hsl(164, 43%, 65%); --color-secondary-dark: hsl(212, 27%, 19%); --color-secondary-medium: hsl(213, 9%, 39%); --color-secondary-light: hsl(232, 10%, 55%); --color-secondary-verylight: hsl(210, 4%, 67%); } /**************** BEGIN Mobile Styles ****************/ .desktop-img { display: none; } a { cursor: pointer; } body { max-width: 100vw; min-height: 100vh; font-family: var(--font-family-body); font-size: 1.8rem; font-weight: var(--font-weight-semi-bold); color: var(--color-secondary-light); background-color: var(--color-white); } header { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; min-width: 100vw; min-height: 540px; padding: 2em 1.5em; background-image: url(../images/mobile/image-header.jpg); background-size: 100vw 540px; background-position: bottom; background-repeat: no-repeat; position: relative; } #header-logo { width: max-content; transform: scale(1); } #header-nav__icon { justify-self: end; } #header-nav__icon:hover { cursor: pointer; } #header-nav__triangle { position: absolute; z-index: 1; top: -25px; right: 0; width: 0; height: 0; border-bottom: 25px solid var(--color-white); border-left: 25px solid transparent; } #header-nav { position: absolute; z-index: 1; top: 6em; right: 1.5em; left: 1.5em; padding: 1.5em 0 1.8em 0; font-size: 2rem; color: var(--color-secondary-light); text-align: center; background-color: var(--color-white); } #header-nav li { padding: 1em 0; } #header-nav li:last-of-type a { padding: 1em 1.5em; font-size: 1.6rem; font-family: var(--font-family-headings); color: var(--color-secondary-dark); text-transform: uppercase; border-radius: 2em; background-color: var(--color-primary-light); } #header-nav a:hover { color: var(--color-secondary-medium); transition: 300ms; } .header-nav--inactive { display: none; } header h1 { grid-column: 1 / 3; max-width: 12ch; margin: 80px auto 0 auto; font-family: var(--font-family-headings); font-size: 3.8rem; color: var(--color-white); text-align: center; text-transform: uppercase; letter-spacing: 0.15em; } #header-arrow { position: absolute; bottom: 80px; left: 50%; transform: translate(-50%, -50%); } main { text-align: center; } main h2 { font-family: var(--font-family-headings); font-size: 3.2rem; font-weight: var(--font-weight-black); color: var(--color-secondary-dark); max-width: 15ch; margin: 0 auto; } main p { margin: 1em auto 1em auto; max-width: 32.5ch; line-height: 1.7; } main a { font-family: var(--font-family-headings); font-weight: var(--font-weight-black); font-size: 1.6rem; color: var(--color-secondary-dark); text-transform: uppercase; letter-spacing: 0.05em; margin: 2em auto 1em auto; } #transform { margin-bottom: 3em; } #transform h2 { margin: 2em auto 1em auto; } #transform a::after { position: relative; display: block; content: ""; z-index: -1; top: -0.5em; width: 12ch; height: 0.6em; margin: 0 auto; border-radius: 2em; background-color: var(--color-primary-light--highlight); } #stand-out { margin-bottom: 3em; } #stand-out h2 { margin: 2em auto 1em auto; } #stand-out a::after { position: relative; display: block; content: ""; z-index: -1; top: -0.5em; width: 12ch; height: 0.6em; margin: 0 auto; border-radius: 2em; background-color: var(--color-primary-dark--highlight); } #graphic-design { height: 600px; background-image: url(../images/mobile/image-graphic-design.jpg); background-repeat: no-repeat; background-size: 100% 100%; text-align: center; } #graphic-design h2 { width: 100%; padding-top: 400px; color: var(--color-primary-graphic-design-text); } #graphic-design p { color: var(--color-primary-graphic-design-text); font-size: 1.6rem; max-width: 37ch; } #photography { height: 600px; background-image: url(../images/mobile/image-photography.jpg); background-repeat: no-repeat; background-size: 100% 100%; text-align: center; } #photography h2 { width: 100%; padding-top: 400px; color: var(--color-primary-photography-text); } #photography p { color: var(--color-primary-photography-text); font-size: 1.6rem; max-width: 37ch; } #client-testimonials h2 { max-width: fit-content; margin: 65px auto; font-size: 1.6rem; color: var(--color-secondary-verylight); letter-spacing: 0.2em; text-transform: uppercase; } .testimonial { margin-bottom: 5em; } .client-img { width: 75px; height: 75px; border-radius: 50%; margin-bottom: 0.4em; } .client-quote { margin-bottom: 1.8em; } .client-name { font-family: var(--font-family-headings); font-weight: var(--font-weight-black); font-size: 1.8rem; color: var(--color-black); margin-bottom: 0; } .client-title { margin-top: 0; font-size: 1.4rem; /* font-weight: var(--font-weight-semi-bold); */ color: var(--color-secondary-verylight); margin-bottom: 4.8em; } .image-gallery { display: grid; grid-template-columns: repeat(2, 1fr); } footer { height: 350px; padding-top: 75px; text-align: center; color: var(--color-primary-footer); background-color: var(--color-primary-footer-bg); } footer svg { fill: var(--color-primary-footer-logo); transform: scale(1.4); margin-bottom: 2em; } .footer-nav ul { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 5em; } .footer-nav li:hover { color: var(--color-white); transition: 300ms; } .social-nav ul { width: max-content; justify-self: center; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5em; margin: 0 auto 5em auto; } .social-nav svg { fill: var(--color-primary-footer-logo); transform: scale(1); } .social-nav li:hover svg { fill: var(--color-white); transition: 300ms; } /**************** BEGIN Desktop Styles ****************/ @media screen and (min-width: 640px) { header, main, footer { margin: 0 auto; max-width: var(--width-desktop); min-width: min(var(--width-desktop), 100vw); } header { min-height: 800px; padding-top: 35px; background-image: url(../images/desktop/image-header.jpg); background-size: min(var(--width-desktop), 100vw) 800px; } .desktop-img { display: block; } .mobile-img { display: none; } #header-logo { transform: scale(1.4); margin: 15px 35px 15px 15px; } #header-nav__icon { display: none; } #header-nav { display: contents; z-index: 0; padding: 0; } #header-nav__triangle { display: none; } #header-nav ul { width: max-content; justify-self: end; margin: 15px 0 0 auto; font-size: 1.8rem; font-weight: var(--font-weight-semi-bold); color: var(--color-white); } #header-nav li { display: inline; margin: 0; padding-right: 1.5em; } #header-nav a:hover { color: var(--color-white); } #header-nav li:last-of-type a { padding: 1.1em 2.1em; font-size: 1.5rem; background-color: var(--color-white); } #header-nav li:last-of-type a:hover { color: var(--color-white); background-color: var(--color-primary-lightblue); } header h1 { max-width: 100%; font-size: 5.5rem; } #header-arrow { bottom: 280px; } main { display: grid; grid-template-columns: 1fr 1fr; text-align: left; justify-items: start; } main h2 { font-size: 3.8rem; padding-bottom: 0.9em; } main p { margin: 0; padding-bottom: 2.2em; max-width: 45ch; } main a { margin: 0; padding: 0; padding-bottom: 2.2em; } #transform { grid-column: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "transform__h2 transform__desktop-img" "transform__p transform__desktop-img" "transform__a transform__desktop-img" ". transform__desktop-img"; text-align: left; margin-bottom: 0; } #transform img { grid-area: transform__desktop-img; width: 100%; height: 100%; } #transform h2 { grid-area: transform__h2; margin: 2em 3vw 0 11vw; } #transform p { grid-area: transform__p; margin: 0 3vw 0 11vw; } #transform a { grid-area: transform__a; margin: 0 3vw 0 11vw; } #transform a::after { left: -0.7ch; margin: 0; } #stand-out { grid-column: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "stand-out__desktop-img stand-out__h2" "stand-out__desktop-img stand-out__p" "stand-out__desktop-img stand-out__a " "stand-out__desktop-img ."; text-align: left; margin-bottom: 0; } #stand-out img { grid-area: stand-out__desktop-img; width: 100%; height: 100%; } #stand-out h2 { grid-area: stand-out__h2; margin: 2em 3vw 0 11vw; } #stand-out p { grid-area: stand-out__p; margin: 0 3vw 0 11vw; } #stand-out a { grid-area: stand-out__a; margin: 0 3vw 0 11vw; } #stand-out a::after { left: -0.7ch; margin: 0; } #graphic-design { width: 100%; background-image: url(../images/desktop/image-graphic-design.jpg); } #graphic-design h2 { font-size: 2.8rem; } #graphic-design p { margin: 0 auto; } #photography { width: 100%; background-image: url(../images/desktop/image-photography.jpg); } #photography h2 { font-size: 2.8rem; } #photography p { margin: 0 auto; } #client-testimonials { width: 100%; grid-column: 1 / 3; display: grid; grid-template-columns: repeat(3, 1fr); } #client-testimonials h2 { grid-column: 1 / 4; max-width: fit-content; margin: 150px auto 80px auto; font-size: 2rem; letter-spacing: 0.5ch; } .testimonial { text-align: center; margin-bottom: 5em; } .client-img { margin: 0 auto; margin-bottom: 3em; } .client-quote { margin: 0 auto; margin-bottom: 1.5em; max-width: 34ch; } .client-name { padding: 0; margin: 0 auto; } .client-title { padding: 0; margin: 0.25em auto 1em auto; margin-bottom: 4.8em; } .image-gallery { grid-column: 1 / 3; display: grid; grid-template-columns: repeat(4, 1fr); } .footer-nav { margin: 0 auto; width: max-content; } .footer-nav a { padding: 0 1.5em; } } /**************** END Desktop Styles ****************/
0.365004
0.08617
* { margin:0; padding:0; } #container { position:relative; width:1000px; height:526px; margin:100px auto; border:1px solid #9cc5ef; overflow:hidden; } #items { list-style-type:none; width:500%; height:100%; font:100px/400px Microsoft Yahei; text-align:center; color:#fff; margin-left:0; -webkit-animation:item-1 8s ease-out infinite; } #items li { float:left; width:1000px; height:100%; } #items li:nth-child(1) { background-image:url(assets/images/NOne.jpg); } #items li:nth-child(2) { background-image:url(assets/images/NTwo.jpg); } #items li:nth-child(3) { background-image:url(assets/images/NThree.jpg); } #items li:nth-child(4) { background-image:url(assets/images/NFour.jpg); } #items li:nth-child(5) { background-image:url(assets/images/NFive.jpg); } @-webkit-keyframes item-1 { 0% { margin-left:0;} 13% { margin-left:0;} 23% { margin-left:-1000px;} 33% { margin-left:-1000px;} 43% { margin-left:-2000px;} 53% { margin-left:-2000px;} 63% { margin-left:-3000px;} 73% { margin-left:-3000px;} 83% { margin-left:-4000px;} 93% { margin-left:-4000px;} 100% {margin-left:0;} } @-webkit-keyframes item-2 { 0% { margin-left:-1000px;} 13% { margin-left:-1000px;} 23% { margin-left:-2000px;} 33% { margin-left:-2000px;} 43% { margin-left:-3000px;} 53% { margin-left:-3000px;} 63% { margin-left:-4000px;} 73% { margin-left:-4000px;} 83% { margin-left:0px;} 93% { margin-left:0px;} 100% {margin-left:-1000px;} } @-webkit-keyframes item-3 { 0% { margin-left:-2000px;} 13% { margin-left:-2000px;} 23% { margin-left:-3000px;} 33% { margin-left:-3000px;} 43% { margin-left:-4000px;} 53% { margin-left:-4000px;} 63% { margin-left:0px;} 73% { margin-left:0px;} 83% { margin-left:-1000px;} 93% { margin-left:-1000px;} 100% {margin-left:-2000px;} } @-webkit-keyframes item-4 { 0% { margin-left:-3000px;} 13% { margin-left:-3000px;} 23% { margin-left:-4000px;} 33% { margin-left:-4000px;} 43% { margin-left:0px;} 53% { margin-left:0px;} 63% { margin-left:-1000px;} 73% { margin-left:-1000px;} 83% { margin-left:-2000px;} 93% { margin-left:-2000px;} 100% {margin-left:-3000px;} } @-webkit-keyframes item-5 { 0% { margin-left:-4000px;} 13% { margin-left:-4000px;} 23% { margin-left:0px;} 33% { margin-left:0px;} 43% { margin-left:-1000px;} 53% { margin-left:-1000px;} 63% { margin-left:-2000px;} 73% { margin-left:-2000px;} 83% { margin-left:-3000px;} 93% { margin-left:-3000px;} 100% {margin-left:-4000px;} } #click1:checked~ #container #items { -webkit-animation-name:item-1; } #click2:checked~ #container #items { -webkit-animation-name:item-2; } #click3:checked ~ #container #items { -webkit-animation-name:item-3; } #click4:checked ~ #container #items { -webkit-animation-name:item-4; } #click5:checked ~ #container #items { -webkit-animation-name:item-5; } /*点击按钮,暂时停止播放动画*/ #click1:active ~ #container #items { -webkit-animation-name:none; margin-left:0; } #click2:active ~ #container #items { -webkit-animation-name:none; margin-left:-1000px; } #click3:active ~ #container #items { -webkit-animation-name:none; margin-left:-2000px; } #click4:active ~ #container #items { -webkit-animation-name:none; margin-left:-3000px; } #click5:active ~ #container #items { -webkit-animation-name:none; margin-left:-4000px; } #opts { position: absolute; bottom:20px; right: 80px; text-align: center; z-index: 9999; } #opts label { float:left; width:20px; height:20px; border-radius:20px; margin-right:5px; background:#696969; opacity:0.7; cursor:pointer; } #opts label:hover { background:#fff; } /* 隐藏radio*/ #click1, #click2, #click3 ,#click4,#click5{ position:absolute; opacity:0; }
index.css
* { margin:0; padding:0; } #container { position:relative; width:1000px; height:526px; margin:100px auto; border:1px solid #9cc5ef; overflow:hidden; } #items { list-style-type:none; width:500%; height:100%; font:100px/400px Microsoft Yahei; text-align:center; color:#fff; margin-left:0; -webkit-animation:item-1 8s ease-out infinite; } #items li { float:left; width:1000px; height:100%; } #items li:nth-child(1) { background-image:url(assets/images/NOne.jpg); } #items li:nth-child(2) { background-image:url(assets/images/NTwo.jpg); } #items li:nth-child(3) { background-image:url(assets/images/NThree.jpg); } #items li:nth-child(4) { background-image:url(assets/images/NFour.jpg); } #items li:nth-child(5) { background-image:url(assets/images/NFive.jpg); } @-webkit-keyframes item-1 { 0% { margin-left:0;} 13% { margin-left:0;} 23% { margin-left:-1000px;} 33% { margin-left:-1000px;} 43% { margin-left:-2000px;} 53% { margin-left:-2000px;} 63% { margin-left:-3000px;} 73% { margin-left:-3000px;} 83% { margin-left:-4000px;} 93% { margin-left:-4000px;} 100% {margin-left:0;} } @-webkit-keyframes item-2 { 0% { margin-left:-1000px;} 13% { margin-left:-1000px;} 23% { margin-left:-2000px;} 33% { margin-left:-2000px;} 43% { margin-left:-3000px;} 53% { margin-left:-3000px;} 63% { margin-left:-4000px;} 73% { margin-left:-4000px;} 83% { margin-left:0px;} 93% { margin-left:0px;} 100% {margin-left:-1000px;} } @-webkit-keyframes item-3 { 0% { margin-left:-2000px;} 13% { margin-left:-2000px;} 23% { margin-left:-3000px;} 33% { margin-left:-3000px;} 43% { margin-left:-4000px;} 53% { margin-left:-4000px;} 63% { margin-left:0px;} 73% { margin-left:0px;} 83% { margin-left:-1000px;} 93% { margin-left:-1000px;} 100% {margin-left:-2000px;} } @-webkit-keyframes item-4 { 0% { margin-left:-3000px;} 13% { margin-left:-3000px;} 23% { margin-left:-4000px;} 33% { margin-left:-4000px;} 43% { margin-left:0px;} 53% { margin-left:0px;} 63% { margin-left:-1000px;} 73% { margin-left:-1000px;} 83% { margin-left:-2000px;} 93% { margin-left:-2000px;} 100% {margin-left:-3000px;} } @-webkit-keyframes item-5 { 0% { margin-left:-4000px;} 13% { margin-left:-4000px;} 23% { margin-left:0px;} 33% { margin-left:0px;} 43% { margin-left:-1000px;} 53% { margin-left:-1000px;} 63% { margin-left:-2000px;} 73% { margin-left:-2000px;} 83% { margin-left:-3000px;} 93% { margin-left:-3000px;} 100% {margin-left:-4000px;} } #click1:checked~ #container #items { -webkit-animation-name:item-1; } #click2:checked~ #container #items { -webkit-animation-name:item-2; } #click3:checked ~ #container #items { -webkit-animation-name:item-3; } #click4:checked ~ #container #items { -webkit-animation-name:item-4; } #click5:checked ~ #container #items { -webkit-animation-name:item-5; } /*点击按钮,暂时停止播放动画*/ #click1:active ~ #container #items { -webkit-animation-name:none; margin-left:0; } #click2:active ~ #container #items { -webkit-animation-name:none; margin-left:-1000px; } #click3:active ~ #container #items { -webkit-animation-name:none; margin-left:-2000px; } #click4:active ~ #container #items { -webkit-animation-name:none; margin-left:-3000px; } #click5:active ~ #container #items { -webkit-animation-name:none; margin-left:-4000px; } #opts { position: absolute; bottom:20px; right: 80px; text-align: center; z-index: 9999; } #opts label { float:left; width:20px; height:20px; border-radius:20px; margin-right:5px; background:#696969; opacity:0.7; cursor:pointer; } #opts label:hover { background:#fff; } /* 隐藏radio*/ #click1, #click2, #click3 ,#click4,#click5{ position:absolute; opacity:0; }
0.318061
0.089058
body{ font-family: "Helvetica Neue", Helvetica, Arial, 'Roboto Condensed', sans-serif; font-size: 14px; height: 380px; width: 100% auto; background-color: #dddddd; } .content{ position: relative; top: 2%; margin-top: 20%; height: 200px; width: 100%; background-color: #dddddd; } .navbar { border: 0; border-radius: 0; height: 80px; position: fixed; top: 0; width: 100%; z-index: 500; background: #fff; margin-bottom: 10px; overflow: hidden; box-shadow: 0 2px 3px rgba(0,0,0,.4); } .Mad ul{ position: relative; top: 0; right: 0%; padding-top: 10%; padding-bottom: 10%; list-style-type: none; list-style: none; width: 100%; display: inline-block; } .Mad ul li{ position: relative; float: left; padding-left: 40px; color: #4d0099; font-size: 24px; font-family: 'Roboto Condensed', sans-serif; } .mainHeader { font-family: 'Roboto Condensed', sans-serif; font-weight:bolder; position: relative; bottom:0.5em; right:8em; } .navbar-right { position: relative; left: 100%; right: auto; margin-left: 15em; } .navbar-nav li > a { position: relative; bottom: 3.5em; text-decoration: none; color: #08182D; font-family: 'Quicksand', sans-serif !important; text-transform: uppercase; } .navbar-nav li > a:hover { color:#000; } .navbar-nav li > a::before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #4d0099; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .navbar-nav li > a:hover::before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); } .logo { position: relative; right: 10em; bottom: .5em; width: 40%; } .whatIDo h2{ position: relative; display: inline-block; left: 100% auto; right: 100% auto; top: 0; padding: 10%; } ::after,::before { webkit box-sizing: border-box; moz-box-sizing: border-box; box-sizing: border-box; } .inner h3, h1 { position: relative; left: 100% auto; right: 100% auto; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; font-size: 48px; font-weight: 700; margin-bottom: 10%; margin-top: 5%; } .inner h2 { font-family: 'Spectral SC', serif; text-transform: uppercase; padding-top: 10%; } .separator hr { position: relative; top: 0; margin-top: 0; margin-bottom: 0%; border: 0; width: 100%; background-color: #4d0099; height: 5px; border-radius: 50%; } .separator2 hr { position: relative; top: 0em; margin-top: 5%; margin-bottom: 20px; border: 0; width: 100%; background-color: #4d0099; height: 5px; } #recent-work h3 { position: relative; display: inline-block; top:7em; bottom: 0; left: 50% auto; right: 50% auto; padding: 8em 5%; } a { color: #4d0099; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; text-decoration: underline; } /* img hover zoom effect */ .zoomImage { position: relative; display: inline-block; width: 555px; height: 371px; overflow: hidden; text-align: center; border: 0; border-radius: 1%; margin:1%; box-shadow: 0 4px 3px rgba(0,0,0,.4); } .zoomImage img{ position: relative; display: inline-block; max-width: 100%; max-height: 100%; transition: .45s; overflow: hidden; } .zoomImage:hover img{ transform: scale(1.2); display: inline-block; } /* COMMON CLASSES */ .primary-text{ color: #4d0099; } .about { padding-top: 5%; } .col-md-push-1 { left: 20.3%; } footer { display: block; } .pull-right { float: right !important; } .footer-links { padding-top: 1%; position: relative; margin-top: 10%; padding-left: 0%; margin-bottom: .2%; width: 100%; border-top: 1px solid black; height: 5%; } .footer-links ul{ width: 100%; background-color: #000; } .footer-links li { text-decoration: none; display: inline; width: 100%; padding-bottom: 0.5%; margin: 2%; position: inherit; text-decoration: none; color: #08182D; font-family: 'Quicksand', sans-serif !important; text-transform: uppercase; } .footer-links li > a { text-decoration: none; font-size: 20px; } .footer-links li > a:hover { color:#000; } .footer-links li > a::before { content: ""; position: absolute; width: 100%; height: 3px; bottom: 0; left: 0; background-color: #4d0099; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .footer-links li > a:hover::before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); } .theEnd #about h1 { position: relative; margin-top: 0px; } .theEnd #about h2 { position: relative; margin-top: 10%; width: 100%; } #wrapper { margin-left:auto; margin-right:auto; width:100%; } @media display and (max-width: 1000px){ .zoomImage img{ position: relative; display: inline-block; width: 277px; height: 186px; overflow: hidden; text-align: center; border: 0; border-radius: 1%; } }
css/styles.css
body{ font-family: "Helvetica Neue", Helvetica, Arial, 'Roboto Condensed', sans-serif; font-size: 14px; height: 380px; width: 100% auto; background-color: #dddddd; } .content{ position: relative; top: 2%; margin-top: 20%; height: 200px; width: 100%; background-color: #dddddd; } .navbar { border: 0; border-radius: 0; height: 80px; position: fixed; top: 0; width: 100%; z-index: 500; background: #fff; margin-bottom: 10px; overflow: hidden; box-shadow: 0 2px 3px rgba(0,0,0,.4); } .Mad ul{ position: relative; top: 0; right: 0%; padding-top: 10%; padding-bottom: 10%; list-style-type: none; list-style: none; width: 100%; display: inline-block; } .Mad ul li{ position: relative; float: left; padding-left: 40px; color: #4d0099; font-size: 24px; font-family: 'Roboto Condensed', sans-serif; } .mainHeader { font-family: 'Roboto Condensed', sans-serif; font-weight:bolder; position: relative; bottom:0.5em; right:8em; } .navbar-right { position: relative; left: 100%; right: auto; margin-left: 15em; } .navbar-nav li > a { position: relative; bottom: 3.5em; text-decoration: none; color: #08182D; font-family: 'Quicksand', sans-serif !important; text-transform: uppercase; } .navbar-nav li > a:hover { color:#000; } .navbar-nav li > a::before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #4d0099; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .navbar-nav li > a:hover::before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); } .logo { position: relative; right: 10em; bottom: .5em; width: 40%; } .whatIDo h2{ position: relative; display: inline-block; left: 100% auto; right: 100% auto; top: 0; padding: 10%; } ::after,::before { webkit box-sizing: border-box; moz-box-sizing: border-box; box-sizing: border-box; } .inner h3, h1 { position: relative; left: 100% auto; right: 100% auto; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; font-size: 48px; font-weight: 700; margin-bottom: 10%; margin-top: 5%; } .inner h2 { font-family: 'Spectral SC', serif; text-transform: uppercase; padding-top: 10%; } .separator hr { position: relative; top: 0; margin-top: 0; margin-bottom: 0%; border: 0; width: 100%; background-color: #4d0099; height: 5px; border-radius: 50%; } .separator2 hr { position: relative; top: 0em; margin-top: 5%; margin-bottom: 20px; border: 0; width: 100%; background-color: #4d0099; height: 5px; } #recent-work h3 { position: relative; display: inline-block; top:7em; bottom: 0; left: 50% auto; right: 50% auto; padding: 8em 5%; } a { color: #4d0099; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; text-decoration: underline; } /* img hover zoom effect */ .zoomImage { position: relative; display: inline-block; width: 555px; height: 371px; overflow: hidden; text-align: center; border: 0; border-radius: 1%; margin:1%; box-shadow: 0 4px 3px rgba(0,0,0,.4); } .zoomImage img{ position: relative; display: inline-block; max-width: 100%; max-height: 100%; transition: .45s; overflow: hidden; } .zoomImage:hover img{ transform: scale(1.2); display: inline-block; } /* COMMON CLASSES */ .primary-text{ color: #4d0099; } .about { padding-top: 5%; } .col-md-push-1 { left: 20.3%; } footer { display: block; } .pull-right { float: right !important; } .footer-links { padding-top: 1%; position: relative; margin-top: 10%; padding-left: 0%; margin-bottom: .2%; width: 100%; border-top: 1px solid black; height: 5%; } .footer-links ul{ width: 100%; background-color: #000; } .footer-links li { text-decoration: none; display: inline; width: 100%; padding-bottom: 0.5%; margin: 2%; position: inherit; text-decoration: none; color: #08182D; font-family: 'Quicksand', sans-serif !important; text-transform: uppercase; } .footer-links li > a { text-decoration: none; font-size: 20px; } .footer-links li > a:hover { color:#000; } .footer-links li > a::before { content: ""; position: absolute; width: 100%; height: 3px; bottom: 0; left: 0; background-color: #4d0099; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .footer-links li > a:hover::before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); } .theEnd #about h1 { position: relative; margin-top: 0px; } .theEnd #about h2 { position: relative; margin-top: 10%; width: 100%; } #wrapper { margin-left:auto; margin-right:auto; width:100%; } @media display and (max-width: 1000px){ .zoomImage img{ position: relative; display: inline-block; width: 277px; height: 186px; overflow: hidden; text-align: center; border: 0; border-radius: 1%; } }
0.426799
0.065187
.content p:first-child {margin-bottom: 50px;} h2:nth-child(2) {margin-bottom: 50px;} /* category list page : products */ .category-wrapper {display: flex; align-items: stretch; background-color: #dddddd; flex-wrap: wrap; border-radius:5px; margin: 30px; justify-content: center; padding: 15px;} .category-item {box-sizing: border-box; background-color: white; border-radius:5px; width: 30%; margin: 10px; justify-content: center;} .image {text-align: center; margin: 15px;} .category-item p {text-align: center;} .category-item a:hover {text-decoration: none;} @media (max-width: 768px) { .category-item {width:40%;} } @media (max-width: 425px) { .category-item {width:40%;} .category-wrapper {margin: 40px 0px;} } /* product list page :cat_details */ .products-wrapper {display: flex; align-items: stretch; background-color: #e0eff7; padding: 10px; justify-content: center; flex-wrap: wrap; margin: 60px 20px; border-radius:7px;} .products-item {background-color: #ffffff; margin: 10px; border-radius:5px; width: 28%; justify-content: center;} .products-item p {text-align: center;} .products-item a:hover {text-decoration: none;} @media (max-width: 768px) { .products-item {width:35%;} } @media (max-width: 425px) { .products-item {width:100%;} .products-wrapper {margin: 40px 0px;} } /* product detail page :product */ .product-item {display: flex; width: 70vw; background-color: #ffffff; margin: 10px; border-radius:5px; justify-content: center; margin: 0 auto;} .desc {width: 40%; text-align: center; margin: 20px; background-color: #e0eff7; padding: 20px; border-radius:10px;} .desc tr {width: 60px;} .desc th {color:#444444; padding: 15px 10px; border:none; background: none; text-align: right; vertical-align: top;} .desc td {color:#444444; padding: 5px 10px; border:none; background: none; text-align: left; } @media (max-width: 768px) { .product-item {width: 90vw;} .desc {margin: 15px;} .desc th {padding: 8px;} } .slider-container {width: 40%; text-align: center; overflow: hidden; background-color: #eeeeee; margin: 20px; border-radius:10px;} @media (max-width: 425px) { .product-item {display: block;} .slider-container {width: 90%;} .desc {width: 90%;} } .slider { padding: 0 auto; width: 80%; margin: 15% 10%; padding: 5%; } .slider li { text-align: center; } .slider img{ height: auto; width: 100%; justify-self: center; } .slick-prev:before, .slick-next:before { color: green; } .slick-dots li.slick-active button:before { color: darkgreen; } .slides div li {list-style: none;} .slides div {text-align: center;} .slick-dots {position: relative;} #cart-input {margin-top: 40px; } #selects {position: relative;} #color-selects {text-align: left; display:inline-block;} #color-select {margin-bottom: 15px;} .num-select-wrapper {position: absolute; bottom: 10px; right: 10%;} #num-select {display:inline-block; width: 100%; text-align: right; vertical-align: text-bottom; height: 100%;} #cart-button {display:inline-block; width:100%; margin-top: 10px;} @media (max-width: 768px) { #cart-input {margin-top: 20px;} #num-select {width: 40px; vertical-align: middle;} } /* cart pages */ #cart-content table {margin-top: 30px; margin-bottom: 60px;} #cart-content form {display: inline;} #cart-content .btn-circle {font-size: 11pt; line-height: 11pt; width:22px; height:22px; border-radius:11px; text-align:center; padding-left: 3.5px; margin: 3px;} #cart-content p {margin: 10px auto;} #cart-content th {text-align: center;} #cart-content td {vertical-align: middle; text-align: center;} h3 {margin: 100px auto; text-align: center;} #confirm h2 {margin-bottom:50px;} .look {background-color: rgb(252, 209, 239); font-weight: bold; font-size: larger;} @media (max-width: 375px) { .plus-minus {display: block;} } /* search form */ .item-search {text-align: right; padding-right:10px; } .item-search input[type=text] {width: 140px;} @media (max-width: 425px) { .item-search .form-group {display: inline-block; margin-bottom: 0px; vertical-align: middle;} .item-search .form-control {display: inline-block; text-align: right; } .item-searh .btn {vertical-align: middle;} }
public/ecsite/style.css
.content p:first-child {margin-bottom: 50px;} h2:nth-child(2) {margin-bottom: 50px;} /* category list page : products */ .category-wrapper {display: flex; align-items: stretch; background-color: #dddddd; flex-wrap: wrap; border-radius:5px; margin: 30px; justify-content: center; padding: 15px;} .category-item {box-sizing: border-box; background-color: white; border-radius:5px; width: 30%; margin: 10px; justify-content: center;} .image {text-align: center; margin: 15px;} .category-item p {text-align: center;} .category-item a:hover {text-decoration: none;} @media (max-width: 768px) { .category-item {width:40%;} } @media (max-width: 425px) { .category-item {width:40%;} .category-wrapper {margin: 40px 0px;} } /* product list page :cat_details */ .products-wrapper {display: flex; align-items: stretch; background-color: #e0eff7; padding: 10px; justify-content: center; flex-wrap: wrap; margin: 60px 20px; border-radius:7px;} .products-item {background-color: #ffffff; margin: 10px; border-radius:5px; width: 28%; justify-content: center;} .products-item p {text-align: center;} .products-item a:hover {text-decoration: none;} @media (max-width: 768px) { .products-item {width:35%;} } @media (max-width: 425px) { .products-item {width:100%;} .products-wrapper {margin: 40px 0px;} } /* product detail page :product */ .product-item {display: flex; width: 70vw; background-color: #ffffff; margin: 10px; border-radius:5px; justify-content: center; margin: 0 auto;} .desc {width: 40%; text-align: center; margin: 20px; background-color: #e0eff7; padding: 20px; border-radius:10px;} .desc tr {width: 60px;} .desc th {color:#444444; padding: 15px 10px; border:none; background: none; text-align: right; vertical-align: top;} .desc td {color:#444444; padding: 5px 10px; border:none; background: none; text-align: left; } @media (max-width: 768px) { .product-item {width: 90vw;} .desc {margin: 15px;} .desc th {padding: 8px;} } .slider-container {width: 40%; text-align: center; overflow: hidden; background-color: #eeeeee; margin: 20px; border-radius:10px;} @media (max-width: 425px) { .product-item {display: block;} .slider-container {width: 90%;} .desc {width: 90%;} } .slider { padding: 0 auto; width: 80%; margin: 15% 10%; padding: 5%; } .slider li { text-align: center; } .slider img{ height: auto; width: 100%; justify-self: center; } .slick-prev:before, .slick-next:before { color: green; } .slick-dots li.slick-active button:before { color: darkgreen; } .slides div li {list-style: none;} .slides div {text-align: center;} .slick-dots {position: relative;} #cart-input {margin-top: 40px; } #selects {position: relative;} #color-selects {text-align: left; display:inline-block;} #color-select {margin-bottom: 15px;} .num-select-wrapper {position: absolute; bottom: 10px; right: 10%;} #num-select {display:inline-block; width: 100%; text-align: right; vertical-align: text-bottom; height: 100%;} #cart-button {display:inline-block; width:100%; margin-top: 10px;} @media (max-width: 768px) { #cart-input {margin-top: 20px;} #num-select {width: 40px; vertical-align: middle;} } /* cart pages */ #cart-content table {margin-top: 30px; margin-bottom: 60px;} #cart-content form {display: inline;} #cart-content .btn-circle {font-size: 11pt; line-height: 11pt; width:22px; height:22px; border-radius:11px; text-align:center; padding-left: 3.5px; margin: 3px;} #cart-content p {margin: 10px auto;} #cart-content th {text-align: center;} #cart-content td {vertical-align: middle; text-align: center;} h3 {margin: 100px auto; text-align: center;} #confirm h2 {margin-bottom:50px;} .look {background-color: rgb(252, 209, 239); font-weight: bold; font-size: larger;} @media (max-width: 375px) { .plus-minus {display: block;} } /* search form */ .item-search {text-align: right; padding-right:10px; } .item-search input[type=text] {width: 140px;} @media (max-width: 425px) { .item-search .form-group {display: inline-block; margin-bottom: 0px; vertical-align: middle;} .item-search .form-control {display: inline-block; text-align: right; } .item-searh .btn {vertical-align: middle;} }
0.260389
0.103024
.jquery-lightbox2-overlay { background:#93b1ff; } .jquery-lightbox2 { position:relative; padding:17px 0; } .jquery-lightbox2-border-top-left, .jquery-lightbox2-border-top-right, .jquery-lightbox2-border-bottom-left, .jquery-lightbox2-border-bottom-right { position:absolute; height:17px; width:12%; z-index:8000; } .jquery-lightbox2-border-top-left { background: url(images/jquery-lightbox-theme.png) no-repeat 0 0; top:0; left:0; } .jquery-lightbox2-border-top-right { background: url(images/jquery-lightbox-theme.png) no-repeat right 0; top:0; right:0; } .jquery-lightbox2-border-top-middle { background:#2b2b2b; position:absolute; height:7px; width:78%; top:0; left:12%; z-index:8000; overflow:hidden; } .jquery-lightbox2-border-bottom-left { background: url(images/jquery-lightbox-theme.png) no-repeat 0 bottom; bottom:0; left:0; } .jquery-lightbox2-border-bottom-right { background: url(images/jquery-lightbox-theme.png) no-repeat right bottom; bottom:0; right:0; } .jquery-lightbox2-border-bottom-middle { background:#2b2b2b; height:7px; width:78%; position:absolute; bottom:0; left:12%; z-index:8000; overflow:hidden; } .jquery-lightbox2-title { background:#2b2b2b; color:#FFFFFF; font-family:verdana,arial,serif; font-size:11px; line-height:14px; padding:5px 8px; margin:3px; position:absolute; bottom:0; z-index:8000; opacity:0.9; } .jquery-lightbox2-html { z-index:8000; position:relative; border:0; border-left:7px solid #2b2b2b; border-right:7px solid #2b2b2b; padding:0px 15px; } .jquery-lightbox2-background { position:absolute; top:7px; left:7px; z-index:7999; float:left; padding:0; } .jquery-lightbox2-background img { display:block; position:relative; border:0; margin:0; padding:0; width:100%; height:100%; } .jquery-lightbox2-mode-image .jquery-lightbox2-html { z-index:7998; padding:0; } .jquery-lightbox2-mode-html .jquery-lightbox2-background { background:#FFFFFF; } .jquery-lightbox2-mode-html .jquery-lightbox2-html { overflow:auto; } .jquery-lightbox2-loading { background:#FFFFFF url(images/loading.gif) no-repeat center center; } .jquery-lightbox2-button-close { background: url(images/jquery-lightbox-theme.png) no-repeat -190px -115px; position:absolute; top:12px; right:-26px; width:29px; height:29px; } .jquery-lightbox2-button-close:hover { background: url(images/jquery-lightbox-theme.png) no-repeat -220px -115px; } .jquery-lightbox2-button-close span, .jquery-lightbox2-buttons span { display:none; } .jquery-lightbox2-mode-image .jquery-lightbox2-button-close { right:14px; z-index:8001; } .jquery-lightbox2-buttons { position:absolute; top:14px; left:14px; z-index:8000; height:39px; display:none; } .jquery-lightbox2-buttons .jquery-lightbox2-buttons-init, .jquery-lightbox2-buttons .jquery-lightbox2-buttons-end { width:5px; height:39px; float:left; display:inline; } .jquery-lightbox2-buttons .jquery-lightbox2-buttons-init { background: url(images/jquery-lightbox-theme.png) no-repeat -151px -153px; } .jquery-lightbox2-buttons .jquery-lightbox2-buttons-end { background: url(images/jquery-lightbox-theme.png) no-repeat -244px -153px; } .jquery-lightbox2-buttons .jquery-lightbox2-button-left { background: url(images/jquery-lightbox-theme.png) no-repeat -156px -153px; width:24px; height:39px; float:left; display:inline; } .jquery-lightbox2-buttons .jquery-lightbox2-button-left:hover { background: url(images/jquery-lightbox-theme.png) no-repeat -156px -194px; } .jquery-lightbox2-buttons .jquery-lightbox2-button-right { background: url(images/jquery-lightbox-theme.png) no-repeat -220px -153px; width:24px; height:39px; float:left; display:inline; } .jquery-lightbox2-buttons .jquery-lightbox2-button-right:hover { background: url(images/jquery-lightbox-theme.png) no-repeat -220px -194px; } .jquery-lightbox2-buttons .jquery-lightbox2-button-max { background: url(images/jquery-lightbox-theme.png) no-repeat -182px -153px; width:36px; height:39px; float:left; display:inline; } .jquery-lightbox2-buttons .jquery-lightbox2-button-max:hover { background: url(images/jquery-lightbox-theme.png) no-repeat -182px -194px; } .jquery-lightbox2-buttons .jquery-lightbox2-button-min { background: url(images/jquery-lightbox-theme.png) no-repeat -162px -235px; width:36px; height:39px; float:left; display:inline; } .jquery-lightbox2-buttons .jquery-lightbox2-button-min:hover { background: url(images/jquery-lightbox-theme.png) no-repeat -207px -235px; } .jquery-lightbox2-buttons-custom { height:39px; float:left; display:inline; background:#2b2b2b; line-height:39px; font-size:10px; } .jquery-lightbox2-buttons-custom a { color:#FFFFFF; font-size:10px; display:inline; font-weight:normal; text-decoration:underline; padding:0 3px; } .jquery-lightbox2-mode-image .jquery-lightbox2-button-close { opacity:0.7; } .jquery-lightbox2-mode-image .jquery-lightbox2-buttons { opacity:0.3; } .jquery-lightbox2-mode-image:hover .jquery-lightbox2-buttons, .jquery-lightbox2-mode-image:hover .jquery-lightbox2-button-close { opacity:0.9; }
cfit/public/js/lightbox/themes/default/jquery.lightbox2.css
.jquery-lightbox2-overlay { background:#93b1ff; } .jquery-lightbox2 { position:relative; padding:17px 0; } .jquery-lightbox2-border-top-left, .jquery-lightbox2-border-top-right, .jquery-lightbox2-border-bottom-left, .jquery-lightbox2-border-bottom-right { position:absolute; height:17px; width:12%; z-index:8000; } .jquery-lightbox2-border-top-left { background: url(images/jquery-lightbox-theme.png) no-repeat 0 0; top:0; left:0; } .jquery-lightbox2-border-top-right { background: url(images/jquery-lightbox-theme.png) no-repeat right 0; top:0; right:0; } .jquery-lightbox2-border-top-middle { background:#2b2b2b; position:absolute; height:7px; width:78%; top:0; left:12%; z-index:8000; overflow:hidden; } .jquery-lightbox2-border-bottom-left { background: url(images/jquery-lightbox-theme.png) no-repeat 0 bottom; bottom:0; left:0; } .jquery-lightbox2-border-bottom-right { background: url(images/jquery-lightbox-theme.png) no-repeat right bottom; bottom:0; right:0; } .jquery-lightbox2-border-bottom-middle { background:#2b2b2b; height:7px; width:78%; position:absolute; bottom:0; left:12%; z-index:8000; overflow:hidden; } .jquery-lightbox2-title { background:#2b2b2b; color:#FFFFFF; font-family:verdana,arial,serif; font-size:11px; line-height:14px; padding:5px 8px; margin:3px; position:absolute; bottom:0; z-index:8000; opacity:0.9; } .jquery-lightbox2-html { z-index:8000; position:relative; border:0; border-left:7px solid #2b2b2b; border-right:7px solid #2b2b2b; padding:0px 15px; } .jquery-lightbox2-background { position:absolute; top:7px; left:7px; z-index:7999; float:left; padding:0; } .jquery-lightbox2-background img { display:block; position:relative; border:0; margin:0; padding:0; width:100%; height:100%; } .jquery-lightbox2-mode-image .jquery-lightbox2-html { z-index:7998; padding:0; } .jquery-lightbox2-mode-html .jquery-lightbox2-background { background:#FFFFFF; } .jquery-lightbox2-mode-html .jquery-lightbox2-html { overflow:auto; } .jquery-lightbox2-loading { background:#FFFFFF url(images/loading.gif) no-repeat center center; } .jquery-lightbox2-button-close { background: url(images/jquery-lightbox-theme.png) no-repeat -190px -115px; position:absolute; top:12px; right:-26px; width:29px; height:29px; } .jquery-lightbox2-button-close:hover { background: url(images/jquery-lightbox-theme.png) no-repeat -220px -115px; } .jquery-lightbox2-button-close span, .jquery-lightbox2-buttons span { display:none; } .jquery-lightbox2-mode-image .jquery-lightbox2-button-close { right:14px; z-index:8001; } .jquery-lightbox2-buttons { position:absolute; top:14px; left:14px; z-index:8000; height:39px; display:none; } .jquery-lightbox2-buttons .jquery-lightbox2-buttons-init, .jquery-lightbox2-buttons .jquery-lightbox2-buttons-end { width:5px; height:39px; float:left; display:inline; } .jquery-lightbox2-buttons .jquery-lightbox2-buttons-init { background: url(images/jquery-lightbox-theme.png) no-repeat -151px -153px; } .jquery-lightbox2-buttons .jquery-lightbox2-buttons-end { background: url(images/jquery-lightbox-theme.png) no-repeat -244px -153px; } .jquery-lightbox2-buttons .jquery-lightbox2-button-left { background: url(images/jquery-lightbox-theme.png) no-repeat -156px -153px; width:24px; height:39px; float:left; display:inline; } .jquery-lightbox2-buttons .jquery-lightbox2-button-left:hover { background: url(images/jquery-lightbox-theme.png) no-repeat -156px -194px; } .jquery-lightbox2-buttons .jquery-lightbox2-button-right { background: url(images/jquery-lightbox-theme.png) no-repeat -220px -153px; width:24px; height:39px; float:left; display:inline; } .jquery-lightbox2-buttons .jquery-lightbox2-button-right:hover { background: url(images/jquery-lightbox-theme.png) no-repeat -220px -194px; } .jquery-lightbox2-buttons .jquery-lightbox2-button-max { background: url(images/jquery-lightbox-theme.png) no-repeat -182px -153px; width:36px; height:39px; float:left; display:inline; } .jquery-lightbox2-buttons .jquery-lightbox2-button-max:hover { background: url(images/jquery-lightbox-theme.png) no-repeat -182px -194px; } .jquery-lightbox2-buttons .jquery-lightbox2-button-min { background: url(images/jquery-lightbox-theme.png) no-repeat -162px -235px; width:36px; height:39px; float:left; display:inline; } .jquery-lightbox2-buttons .jquery-lightbox2-button-min:hover { background: url(images/jquery-lightbox-theme.png) no-repeat -207px -235px; } .jquery-lightbox2-buttons-custom { height:39px; float:left; display:inline; background:#2b2b2b; line-height:39px; font-size:10px; } .jquery-lightbox2-buttons-custom a { color:#FFFFFF; font-size:10px; display:inline; font-weight:normal; text-decoration:underline; padding:0 3px; } .jquery-lightbox2-mode-image .jquery-lightbox2-button-close { opacity:0.7; } .jquery-lightbox2-mode-image .jquery-lightbox2-buttons { opacity:0.3; } .jquery-lightbox2-mode-image:hover .jquery-lightbox2-buttons, .jquery-lightbox2-mode-image:hover .jquery-lightbox2-button-close { opacity:0.9; }
0.35869
0.08882
@import url(http://fonts.googleapis.com/css?family=Neucha|Kurale&subset=latin,cyrillic,latin-ext); @import url(http://fonts.googleapis.com/css?family=PT+Mono&subset=cyrillic-ext,latin-ext); /* Для строки с кодом */ @import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono&subset=cyrillic-ext,latin); /* Для кнопок */ /* -------------------------------------------------------- Для заголовков */ @font-face { font-family: "MerriWeather"; src: url("Metrophobic-webfont.eot"); src: local('!'), url("../../fonts/Merriweather-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Merriweather-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Merriweather-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Merriweather-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Merriweather_Light.ttf") format("truetype"), url("../../fonts/Merriweather-Bold.ttf") format("truetype"), url("../../fonts/Merriweather-Regular.ttf") format("truetype"), url("../../fonts/Merriweather-BoldItalic.ttf") format("truetype"), url("../../fonts/Merriweather_UltraBold.ttf") format("truetype"); font-weight: normal; font-style: normal; } /* -------------------------------------------------------- Для участков с кодом */ @font-face { font-family: "Anonymous"; /* Гарнитура шрифта */ src: url("../../fonts/Anonymous.ttf"); /* Путь к файлу со шрифтом */ } /* FIXME Не удалось убрать рамку вокруг checkbox-ов */ /* FIXME Fieldset в Chrome продолжает рамку под своим label */ /*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */ /* * 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 ========================================================================== */ /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ /*textarea { * resize: vertical; /*} /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* NOTE Все размеры задаем в vh и vw, чтобы текст не вываливался из блоковп при уменьшении размеров окна браузера */ /* FUTURE USER STYLES START */ /* FUTURE FONTS */ /* ---------------------------------------------------------------------------------- Основной шрифт */ html { line-height: 1.5; /* Высота межстрочного интервала */ font-size: 1.1vw; /* Размер основного шрифта */ font-family: "Comic Sans MS", "Verdana", sans-serif; color: darkslategray; /* Цвет текста */ } p { text-indent: 3vw; /* Отступ первой строки */ } em { font-weight: bold; /* Полужирный шрифт */ font-style: normal; /* Некурсивное начертание */ color: #ff0000; } /* Footer */ .license { text-align: center; /* Выравниваем по центру футера */ } /* FUTURE Heading Fonts */ /* ---------------------------------------------------------------------------------- Заголовки */ header { text-transform: uppercase; /* Заголовки большими буквами */ text-align: center; /* Заголовочная часть по центру */ font-family: "MerriWeather", "Arial", sans-serif; color: firebrick; } h3 { text-transform: uppercase; /* Тоже большими буквами */ margin-left: 15vw; /* Заголовки поменьше - по левой стороне */ font-family: "MerriWeather", "Comic Sans MS", sans-serif; color: brown; } /* Заголовки таблицы */ .responsive-table caption { text-transform: uppercase; /* Все буквы большие */ font-weight: bold; /* Полужирный шрифт */ font-size: 2vw; /* Размер шрифта */ font-family: "Neucha", cursive; /* Шрифт */ color: firebrick; } /* Заголовочная часть таблицы */ .responsive-table th { text-align: center; /* Выравниваем текст заголовков по центру */ font-weight: bold; /* Полужирное начертание */ font-size: 2vw; /* Размер шрифта заголовков */ font-family: "Arial", "Helvetica", "Verdana", sans-serif; color: darkslategray; /* Цвет шрифта заголовков */ } .responsive-table th, details summary { text-transform: uppercase; /* Все буквы большие */ font-family: "Monotype Corsiva", monospace; /* Шрифт */ } /* Встроенные таблицы */ .inner-table { font-size: 1.3vw; /* Размер шрифта чуть меньше, чем основной */ } /* FUTURE Links Fonts */ /* ---------------------------------------------------------------------------------- Cсылки на странице */ a { text-decoration: none; /* Убираем подчеркивание */ color: crimson; } /* Ссылки при наведении */ a:hover { text-decoration: underline; /* Показываем ссылку */ color: darkorange; /* Цвет ссылки при наведении */ } /* Ссылки крупнее, чем просто в тексте */ .medium-link { text-decoration: none; /* Убираем подчеркивание */ font-variant: small-caps; /* Прописные символы размером со строчные */ font-weight: bold; /* Полужирный шрифт */ font-size: 2vw; /* Размер шрифта как у заголовков в таблице */ color: darkslateblue; /* Цвет текста */ } /* Посещенные ссылки */ .medium-link:visited { color: mediumorchid; /* Цвет текста */ } /* Посещенные ссылки при наведении */ .medium-link:hover { text-decoration: underline; /* Показываем ссылку */ color: mediumpurple; /* Цвет текста */ } /* ---------------------------------------------------------------------------------- Cсылки для текстовых блоков */ .source-links a { text-decoration: none; /* Убираем подчеркивание у ссылок */ color: darkslateblue; } .source-links a:visited { color: lightslategray; } /* FUTURE Image Fonts */ /* ---------------------------------------------------------------------------------- Подписи под картинками */ /* Форматируем текст подписи к рисунку */ .float-figure figcaption { font-size: small; /* Уменьшенный размер шрифта */ font-weight: bold; /* Полужирный курсив */ font-style: italic; } #dropBox { text-align: center; } #dropBox div { font-family: Verdana, Arial, sans-serif; } /* FUTURE Definition Fonts */ /* ---------------------------------------------------------------------------------- Определения в тексте */ dfn { font-style: normal; /* Убрали курсив */ font-weight: bold; /* Полужирный шрифт */ font-size: 1.2vw; /* Шрифт на 0.1 больше основного */ color: lightcoral; } /* FUTURE Quotes Font */ /* ---------------------------------------------------------------------------------- Кавычки */ q { font-style: italic; /* Курсивное начертание текста */ color: darkslateblue; /* Синий цвет текста */ quotes: "\00ab" "\00bb"; /* Кавычки в виде двойных угловых скобок */ } /* FUTURE CodeBlocks Fonts */ /* ---------------------------------------------------------------------------------- Блоки с кодом */ code { font-family: "Anonymous", "Courier", monospace; font-size: 1.3vw; /* Размер шрифта */ font-weight: bold; /* Полужирный шрифт */ } code q { quotes: "\0027" "\0027"; /* Апостроф (одинарная кавычка) */ } #codeString, #fileInputEditor { font-family: "Anonymous", "Courier", monospace; font-size: 1.3vw; /* Размер шрифта */ font-weight: bold; /* Полужирный шрифт */ color: cyan; } /* ---------------------------------------------------------------------------------- Блоки с кнопками */ .serverButton { display: block; /* Пока что будут по всей ширине страницы сверху */ } .apiButtons button, .apiButtons input[type='number'] { text-align: left; font-family: 'Ubuntu Mono', "Courier", monospace; font-size: 1.3vw; /* Размер шрифта */ font-weight: bold; /* Полужирный шрифт */ color: darkred; } .apiButtons input[type='number'] { font-size: 1vw; } .hide { display: none; } /* FUTURE Links Fonts */ /* ---------------------------------------------------------------------------------- Списки в основном тексте */ article > ul li, article > ol li { line-height: 3.5vh; /* Высота линии */ font-family: "Neucha", cursive; /* Шрифт */ font-size: 1.2vw; /* Размер шрифта */ } /* FUTURE Form Fonts */ /* ---------------------------------------------------------------------------------- Таблицы */ /* Текст подсказки */ ::-webkit-input-placeholder { color: blueviolet; text-overflow: ellipsis; } ::-moz-placeholder { color: blueviolet; text-overflow: ellipsis; } :-moz-placeholder { color: blueviolet; text-overflow: ellipsis; } :-ms-input-placeholder { color: blueviolet; text-overflow: ellipsis; } /* Отмеченные поля */ *:checked~label { font-weight: bold; } #storageItems tr td { font-variant: small-caps; font-size: 1.5vw; font-weight: bold; color: darkmagenta; } legend { font-size: 1.5vw; font-weight: bold; /* Пишем полужирным шрифтом */ font-variant: small-caps; /* Маленькими/ большими буквами */ } /* FUTURE Fonts Misc */ /* ---------------------------------------------------------------------------------- Кнопки под плейером */ /* Панель с кнопками под плейером */ .panel button, .panel outline { text-transform: uppercase; /* Пишем большими буквами */ font-weight: bold; /* Полужирный шрифт */ text-align: center; /* Текст в центре */ font-size: 1.1vw; /* Размер шрифта */ } /* Ползунок для видео */ #volumeCtrl, #videoProgress, output { text-align: center; /* Текст в центре */ } /* ---------------------------------------------------------------------------------- Буквица */ p::first-letter { float: left; /* Обтекание по левому краю */ margin-right: -3.1vw; /* text-indent отсчитывается от стилизованной 1-й буквы */ margin-left: 1vw; line-height: 1.8vh; /* Положение относительно текста */ font-size: 2vw; /* Размер буквицы */ color: lightcoral; /* Цвет буквицы */ } /* Приводим в нормальный вид первую букву для 3D-текста, так как на нее влияет p:first-letter */ .text-3d::first-letter { float: none; color: inherit; font-size: inherit; margin: inherit; } /* ---------------------------------------------------------------------------------- 3D Text */ .text-3d { font-size: 4vw; font-weight: bold; margin: 1vw 0; color: #fff; padding: 1vw; text-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0px 1px 1px rgba(0,0,0,.4), 0px 2px 2px rgba(0,0,0,.3), -1px 3px 3px rgba(0,0,0,.2), -1px 5px 5px rgba(0,0,0,.1), -2px 8px 8px rgba(0,0,0,.1), -2px 13px 13px rgba(0,0,0,.1); } /* -------------------------------------------------------------------------- Шрифт для динамических элементов */ .dinamic { font-size: 1.3vw; font-weight: bold; color: darkred; } /* FUTURE PAGE-PROOF */ /* ---------------------------------------------------------------------------------- Общие правила верстки */ /* Меняем блочную модель для всех элементов */ * { box-sizing: border-box; } body { margin: 1vh 1vw; /* Маленькие одинаковые отступы для всего */ } article { position: relative; /* Для загнутых уголков */ margin: 5vh 0.5vw; padding: 2vw; min-height: 90vh; min-width: 460px; } #storageData { display: block; margin: 1vw auto; padding: 1vw; width: 75vw; overflow: hidden; } #dropBox { margin: 15px; width: 65vw; height: 20vh; } #fileOutput{ width: 74vw; } #httpArticle { text-align: center; line-height: 15vh; border: 20px double darkslategray; } #slide { display: inline-block; text-align: center; line-height: 5vh; width: 40vw; background: rgba(218,165,32,0.5); border: 3px double darkslategray; padding: 10px; } /* ---------------------------------------------------------------------------------- Блоки с кодом */ code { width: 65vw; /* Ширина внутренних блоков кода */ margin: 2vw auto; /* Центрируем внутренние блоки кода */ } pre { tab-size: 4; /* Размер табуляции */ } #codeString { float: left; width: 15vw; max-width: 69vw; height: 80vh; z-index: 100; margin-left: 0; } #fileInputEditor { width: 70vw; height: 20vh; } /* ---------------------------------------------------------------------------------- Блоки с текстом */ /* Текстовые блоки "Интересно", "Важно" и прочие */ .text-block { padding: 2vh 7vw; /* Отодвигаем текст */ } /* ---------------------------------------------------------------------------------- Блоки с кнопками */ .apiButtons { float: right; width: 16vw; height: 80vh; margin: 0; overflow-y: auto; overflow-x: hidden; } .serverButtons { display: block; margin-bottom: 0; text-align: left; } /* ---------------------------------------------------------------------------------- Рисунки в тексте */ /* Форматируем блок плавающего рисунка. */ .float-figure { float: left; /* Пусть картинки в тексте плавают слева */ margin-right: 10vw; /* Отступ для текста */ } .float-figure figcaption { max-width: 20vw; /* Задаем максимальную ширину для подписи */ margin-bottom: 3vh; /* Отступ снизу */ margin-left: 47%; /* ... и слева */ } .float-figure img { width: 15vw; /* Ширина блока с картинкой */ } /* ---------------------------------------------------------------------------------- Details Page Proof */ details[open] summary, details[open] > code { display: block; /* иначе невозможно расположить внутренние элементы */ } details summary::-webkit-details-marker { display: none; /* прячем родной значок */ } details summary { padding: 5px; /* размер блока */ } details summary:before, details[open] summary:before { content: " ⇓ "; /* значок в открытом состоянии */ font-size: 2em; /* размер значка */ color: darkslategray; /* цвет значка в открытом состоянии */ margin-right: 5px; /* расстояние от левого края до текста */ } details[open] summary:before { content: " ⇑ "; /* значок в закрытом состоянии */ } /* ---------------------------------------------------------------------------------- Футер */ footer { clear: both; min-height: 10vh; /* Высота футера */ } /* FUTURE Tables Page-Proof */ /* ---------------------------------------------------------------------------------- Таблицы */ /* Правила для больших таблиц на всю страницу */ .responsive-table { width: 90vw; /* Ширина таблицы */ margin: 0 auto; /* Центрируем таблицу по горизонтали */ } /* Заголовок больших таблиц */ .responsive-table caption { margin-top: 2vh; /* Поля для заголовка */ margin-bottom: 5vh; } /* Заголовочная часть больших таблиц */ .responsive-table thead tr th { height: 10vh; /* Высота заголовочной части */ } .responsive-table td, .responsive-table th { padding: 1vw; /* Отступы в заголовочной части */ } /* Тело больших таблиц */ .responsive-table tr td:first-child { /* В первую колонку не влазит заголовок */ width: 20vw; /* Задаем ей подходящую ширину */ } /* Правила для внутренних таблиц */ .inner-table { width: 75vw; /* Ширина внутренней таблицы */ margin: 2vw auto; /* Центрируем внутреннюю таблицу */ } #storageItems { float: left; width: 73vw; margin: 1vh auto; } #storageItems tr td { padding: 1vw; } /* FUTURE Lists Page Proof */ /* ---------------------------------------------------------------------------------- Списки */ /* Правила для списков непосредственно в <article> еще есть в summary */ article > ul, article > ol { margin-left: 5vw; margin-top: 3vh; margin-bottom: 3vh; } article > ul li { list-style-type: none; /* Убираем исходные маркеры */ background: url("../img/ok.png"); /* Загружаем картинку */ background-repeat: no-repeat; /* Запрещаем ей повторяться */ background-size: 1vw auto; /* Делаем картинку резиновой */ background-position: 0.1vw center; /* Размещаем ее слева */ padding: 0.2vh 2vw; /* Задаем отступы сверху и снизу */ } /* FUTURE Form Page Proof */ /* ---------------------------------------------------------------------------------- Формы */ form { padding: 1vw; /* Внутренний отступ */ } .fieldsetWrap { width: 80vw; } .fieldsetWrap fieldset { width: 32vw; /* Задаем только ширину, чтобы можно было добавлять содержимое */ } fieldset { display: inline-block; /* Показываем по 2 филдсета в ряд */ vertical-align: top; /* Выравниваем их по верхней линии */ width: 42vw; margin: 2vh 1vw; /* Поля */ padding: 2vh 1vw; /* Отступы */ outline: 0; } .fieldsetWrap fieldset:nth-child(-n+2) { float: left; } .fieldsetWrap fieldset:nth-last-child(2) { width: 70vw; margin: 1vh auto; } legend { padding: 0 1vw; /* Выравниваем по центру */ } label { display: inline-block; /* Размещаем в один ряд с кнопками */ vertical-align: top; /* Выравниваем их по верхней линии */ margin: 0.5vw; /* Поля */ width: 8vw; /* Ширина */ } /* Инпуты */ input, textarea, select { margin: 1vh 2vw; /* Поля */ padding: 1vh 1vw; /* Отступы */ width: 15vw; } textarea { height: 10vh; overflow: hidden; /* Запрещаем скролл */ } input[type="checkbox"], input[type="radio"] { width: 2vw; height: 3vh; } input[type="button"], input[type="file"], .apiButtons input[type='number'] { width: 14vw; padding: 0.3vw; /* Отступы */ } .apiButtons input[type='number'] { margin: 0.2vw; } progress, output { display: block; margin: 3vh auto; padding: 1vw; /* Отступы */ height: 5vh; width: 83vw; } /* FUTURE Frames Page Proof */ /* ---------------------------------------------------------------------------------- Фреймы */ iframe { position: absolute; width: 97vw; min-height: 80vh; margin-right: -20vw; padding-left: -50vw; padding-top: 0; } /* FUTURE Canvas Page Proof */ /* ---------------------------------------------------------------------------------- Canvas */ /* FIXME Кривой Canvas */ /* Canvas */ #canvasField { position: relative; /* Чтобы скрытая картинка для сохранения далеко не убегала */ } /* FIXME Кривая картинка */ /* Блок для картинки */ #savedCopyContainer, #savedImageCopy { display: none; /* Сначала прячем */ position: absolute; /* Позиционируем */ top: 4%; left: 5%; right: 80%; width: 600px; height: 350px; } #savedImageCopy { margin: 10px; width: 550px; height: 300px; } #savedCopyContainer p { margin-top: 300px; } /* FUTURE Media Page Proof */ /* ---------------------------------------------------------------------------------- Плейер */ /* FIXME С Video все как-то некошерно */ video { display: block; /* Отображаем как блок, чтобы было можно центрировать */ width: 41vw; /* Подбираем ширину до вертикальных полос прокрутки */ margin: 5vh auto; /* Центрируем и немножко отодвигаем сверху */ } /* Панелька с кнопками для плейера */ .panel { position: relative; /* ????????????????????? */ margin: 2vh auto; width: 55vw; height: 15vh; } /* Ползунок для видео */ #volumeCtrl, #videoProgress, output { position: relative; /* ????????????????????? */ display: block; /* ????????????????????? */ margin: 2vh auto; padding: 0.5vh; width: 45vw; height: 4vh; } /* FUTURE BUTTONS && CURSORS */ /* ---------------------------------------------------------------------------------- BUTTONS PAGE-PROOF */ /* Кнопки для плейера */ .panel button { display: inline-block; margin: 0.2vw auto; } .apiButtons button { position: relative; /* Чтобы сработал z-index */ width: 16vw; z-index: 100; /* Выдвигаем вперед */ } details summary { cursor: pointer; /* курсор-указатель */ } /* FEATURE Custom scroll */ /* Скроллбар */ ::-webkit-scrollbar { width: 18px; height: 18px; } /* Кнопка вверх/ вниз */ ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { height: 5px; display: block; background-color: transparent; } /* Трек */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } /* Видимая часть трека */ ::-webkit-scrollbar-track-piece { background-color: lightsteelblue; -webkit-border-radius: 6px; } /* ползунок */ ::-webkit-scrollbar-thumb { height: 50px; background-color: darkcyan; border: 1px solid #eee; -webkit-border-radius: 6px; } /* FUTURE BORDERS */ /* ---------------------------------------------------------------------------------- Бордюры для Canvas */ #canvasField, #savedCopyContainer { border: 2px dashed darkslategray; } #codeString, #fileInputEditor, .apiButtons { border: 5px solid darkslategray; } /* ---------------------------------------------------------------------------------- Бордюры для текстовых блоков */ /* Текстовые блоки "Интересно", "Важно" и прочие */ .text-block { border-radius: 10px; } /* Блок - "Это интересно" */ .interesting { border: 0.5vw double lightcoral; } /* Блок со ссылками на источник */ .source-links { border: 0.5vw double lightcyan; } /* ---------------------------------------------------------------------------------- Бордюры для таблиц */ .responsive-table, form { border-collapse: collapse; /* Соединяем рамки таблицы */ border: 5px groove lightslategray; /* Рамка для таблицы */ } .responsive-table td, .responsive-table th, footer { border: 2px inset lightslategray; /* Рамка для ячеек */ } .inner-table, .inner-table th, .inner-table tr, .inner-table td { border: 2px ridge darkslategray; /* Рамки вложенных таблиц */ } #storageItems tr>td { border: 5px solid darkgreen; } footer { border-bottom-left-radius: 50px 120px; /* Скругленные уголки */ border-bottom-right-radius: 50px 120px; } /* ---------------------------------------------------------------------------------- Бордюры для форм */ fieldset { border: 3px groove darkslategray; border-radius: 10px; } fieldset, input, input:focus, /* Убираем рамки при выделении, так как они не совпадают со скругленными уголками */ input[type="range"], input[type="range"]:focus, input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus, textarea, textarea:focus, select, select:focus, progress, output, .apiButtons { outline: none; /* Убираем пунктирную рамку только у текстовых полей и селектов */ border: 2px solid darkslategray; border-radius: 10px; } /* Стилизуем ползунок для Opera и Chrome */ input[type='range']::-webkit-slider-thumb { -webkit-appearance: none; background-color: #ffeeee; border: 1px solid darkslategray; width: 20px; height: 20px; border-radius: 10px; cursor: pointer; } /* Прячем стандартный ползунок для Opera и Chrome */ input[type='range'] { -webkit-appearance: none; } /* ---------------------------------------------------------------------------------- HTML5 Валидация полей форм */ /* Некорректно заполненные поля формы */ :invalid, :out-of-range { border: 2px solid red; } /* Корректно заполненные поля формы */ :valid, :in-range { border: 2px solid green; } /* Поля формы обязательные для заполнения */ :required { border: 2px solid lightCoral; } /* ---------------------------------------------------------------------------------- Бордюры для плейера */ .panel button { border-radius: 5px; } /* ---------------------------------------------------------------------------------- Бордюры для MISC */ .text-3d { border: 2vw solid white; } #dropBox { border: 5px dotted gray; border-radius: 5px; } /* FUTURE BACKGROUNDS */ /* ---------------------------------------------------------------------------------- Backgrounds */ .frameHTML { /*background: url('http://www.subtlepatterns.com/patterns/white_leather.png');*/ background: url('../img/white_leather.png'); } #canvasField { background: url('http://www.subtlepatterns.com/patterns/pink_rice.png'); margin: 0; } .apiButtons button, .apiButtons input { opacity: .6; } .apiButtons button:hover, .apiButtons input:hover { opacity: 1; } #codeString, #fileInputEditor { background: url('../img/peacock-blues.png'); opacity: .4; overflow: auto; } progress::-webkit-progress-value { background-color: lightgreen; } #dropBox { background: lightyellow; background-size: 100%; /* Уменьшение изображения, чтоб его можно было видеть */ background-repeat: no-repeat; } /* ---------------------------------------------------------------------------------- Фон для блоков с текстом */ /* Текстовые блоки "Интересно", "Важно" и прочие */ .text-block { background-repeat: no-repeat; /* Запрещаем картинке повторяться */ background-size: 5vw auto; /* Делаем ее маленькой */ background-position: 1vw center; /* Клеим к левому краю */ } /* Блок - "Это интересно" */ .interesting { background-image: url("../img/interesting.png"); } /* Блок со ссылками на источник */ .source-links { background-image: url("../img/source.png"); } /* FUTURE GRADIENTS */ /* ---------------------------------------------------------------------------------- Page Gradients */ html { background: radial-gradient(circle at 2.02% 72.90%, #cecece, transparent 100%), radial-gradient(circle at 97.98% 17.89%, #ffffff, transparent 100%), radial-gradient(circle at 50.00% 49.93%, rgba(255,255,255,0.5), transparent 100%), radial-gradient(circle at 50% 50%, #000000, #000000 100%) } article, #storageItems tr td { background: radial-gradient(circle at 2.02% 16.02%, #ffeeee, transparent 100%), radial-gradient(circle at 97.98% 25.90%, #ddefbb, transparent 100%), radial-gradient(circle at 50% 50%, #f8e57d, #f8e57d 100%) } footer { background: radial-gradient(circle at 2.02% 72.90%, #626962, transparent 100%); } /* ---------------------------------------------------------------------------------- Tables Gradients */ /* Градиент фона большой таблицы */ :focus, .responsive-table, progress::-webkit-progress-bar { background: radial-gradient(circle at 2.02% 32.98%, #eeefff, transparent 70%), radial-gradient(circle at 97.98% 52.07%, #e4eab5, transparent 70%), radial-gradient(circle at 50% 50%, #e9edef, #e9edef 100%) } /* Градиент заголовков таблиц */ .responsive-table thead, details summary { background-color: rgb(197,199,214); background-image: linear-gradient(to bottom, rgba(197,199,214, 0.2), rgba(14,100,63, 0.2)); } .responsive-table tr:hover, .apiButtons button { /* Подсветка рядов таблицы */ background: radial-gradient(circle at 2.02% 52.07%, #ece9e6, transparent 100%), radial-gradient(circle at 97.98% 26.97%, #fff, transparent 100%), radial-gradient(circle at 50% 50%, #000, #000 100%) } /* ---------------------------------------------------------------------------------- Forms Gradients */ input[type="submit"], input[type="reset"], input[type="file"], select, .panel button { background: radial-gradient(circle at 2.02% 32.98%, rgba(216, 195, 202, 0.83), transparent 60%), radial-gradient(circle at 50% 50%, rgba(185, 214, 105, 0.3), rgba(185, 214, 105, 0.42) 100%) } /* ---------------------------------------------------------------------------------- Media Gradients */ /* Градиент для плейера */ progress::-webkit-progress-value, input[type="range"], .panel button:focus { background-image: linear-gradient(to right, rgba(128, 247, 123, 0.3), rgba(27, 49, 2, 0.6)); } /* FUTURE SHADOWS */ /* ---------------------------------------------------------------------------------- Page Shadows */ article, .interesting, .source-links, form { -webkit-box-shadow: 0 5px 10px rgba(65, 89, 123, 0.8), inset 0 0 50px rgba(158, 185, 204, 0.52); -moz-box-shadow: 0 5px 10px rgba(65, 89, 123, 0.8), inset 0 0 50px rgba(158, 185, 204, 0.52); box-shadow: 0 5px 10px rgba(65, 89, 123, 0.8), inset 0 0 50px rgba(158, 185, 204, 0.52); } /* Тень по всем 4-м сторонам */ .apiButtons, #codeString { position: relative; z-index: 100; -webkit-box-shadow: 0px 1px 15px 8px rgba(107, 146, 132, 0.63); -moz-box-shadow: 0px 1px 15px 8px rgba(107, 146, 132, 0.63); box-shadow: 0px 1px 15px 8px rgba(107, 146, 132, 0.63); } hr { border: 0; height: 5px; background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(178, 34, 34, 0.75), rgba(0,0,0,0)), -moz-linear-gradient(left, rgba(0,0,0,0), rgba(178, 34, 34, 0.75), rgba(0,0,0,0)), -o-linear-gradient(left, rgba(0,0,0,0), rgba(178, 34, 34, 0.75), rgba(0,0,0,0)), -ms-linear-gradient(left, rgba(0,0,0,0), rgba(178, 34, 34, 0.75), rgba(0,0,0,0)), linear-gradient(left, rgba(0,0,0,0), rgba(178, 34, 34, 0.75), rgba(0,0,0,0)); } /* Тень футера */ .responsive-table, footer { box-shadow: 0px 0px 15px darkslategray; } /* ---------------------------------------------------------------------------------- Forms Shadows */ input, textarea, select, outline, #volumeCtrl { box-shadow: 0px 0px 1px darkslategray inset, 1px 1px 2px lightGreen inset, 2px 2px 3px mistyRose inset; } #storageItems tr td:hover { box-shadow: 0px 0px 2px 2px darkslategray, 0px 0px 4px 4px coral, 0px 0px 6px 6px lightgreen; } /* ---------------------------------------------------------------------------------- Misc Shadows */ /* -------------------------------------------------------------- Загнутые уголки для страницы */ article:before, article:after { content: ' '; position: absolute; width: 45vw; /* размеры прозрачных полосок */ height: 3vh; left: 1.5vw; /* Расстояние от левого края для левой полоски */ bottom: 4vh; /* Расстояние снизу для левой полоски */ background: transparent; /* Левая полоска прозрачная */ /* Настраиваем поворот */ -webkit-transform: skew(-5deg) rotate(-5deg); -moz-transform: skew(-5deg) rotate(-5deg); -ms-transform: skew(-5deg) rotate(-5deg); -o-transform: skew(-15deg) rotate(-5deg); transform: skew(-5deg) rotate(-5deg); /* Настраиваем тень */ -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.8); -moz-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.8); box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.8); z-index: -1; /* Прячем полоски под элемент с position absolute */ } /* Правая полоска*/ article:after { left: auto; right: 1.5vw; /* Расстояние от правого края для правой полоски */ -webkit-transform: skew(5deg) rotate(5deg); /* Задаем перекосы */ -moz-transform: skew(5deg) rotate(5deg); -ms-transform: skew(5deg) rotate(5deg); -o-transform: skew(5deg) rotate(5deg); transform: skew(5deg) rotate(5deg); } /* -------------------------------------------------------------- Загнутые уголки для блоков на странице */ article:before, article:after { content: ' '; position: absolute; width: 45vw; /* размеры прозрачных полосок */ height: 3vh; left: 1.5vw; /* Расстояние от левого края для левой полоски */ bottom: 4vh; /* Расстояние снизу для левой полоски */ background: transparent; -webkit-transform: skew(-5deg) rotate(-5deg); /* немного поворачиваем полоски */ -moz-transform: skew(-5deg) rotate(-5deg); -ms-transform: skew(-5deg) rotate(-5deg); -o-transform: skew(-15deg) rotate(-5deg); transform: skew(-5deg) rotate(-5deg); -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.8); -moz-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.8); box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.8); z-index: -1; /* прячем полоски под элемент с position absolute */ } /* Правая полоска*/ article:after { left: auto; right: 1.5vw; /* Расстояние от правого края для правой полоски */ -webkit-transform: skew(5deg) rotate(5deg); /* задаем перекосы */ -moz-transform: skew(5deg) rotate(5deg); -ms-transform: skew(5deg) rotate(5deg); -o-transform: skew(5deg) rotate(5deg); transform: skew(5deg) rotate(5deg); } /* -------------------------------------------------------------- Text 3D */ .text-3d { box-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0px 1px 1px rgba(0,0,0,.4), 0px 2px 2px rgba(0,0,0,.3), -1px 3px 3px rgba(0,0,0,.2), -1px 5px 5px rgba(0,0,0,.1), -2px 8px 8px rgba(0,0,0,.1), -2px 13px 13px rgba(0,0,0,.1); } /* FUTURE END USER STYLE */ /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers: */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * 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; } /* * 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: http://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
css/main.css
@import url(http://fonts.googleapis.com/css?family=Neucha|Kurale&subset=latin,cyrillic,latin-ext); @import url(http://fonts.googleapis.com/css?family=PT+Mono&subset=cyrillic-ext,latin-ext); /* Для строки с кодом */ @import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono&subset=cyrillic-ext,latin); /* Для кнопок */ /* -------------------------------------------------------- Для заголовков */ @font-face { font-family: "MerriWeather"; src: url("Metrophobic-webfont.eot"); src: local('!'), url("../../fonts/Merriweather-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Merriweather-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Merriweather-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Merriweather-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Merriweather_Light.ttf") format("truetype"), url("../../fonts/Merriweather-Bold.ttf") format("truetype"), url("../../fonts/Merriweather-Regular.ttf") format("truetype"), url("../../fonts/Merriweather-BoldItalic.ttf") format("truetype"), url("../../fonts/Merriweather_UltraBold.ttf") format("truetype"); font-weight: normal; font-style: normal; } /* -------------------------------------------------------- Для участков с кодом */ @font-face { font-family: "Anonymous"; /* Гарнитура шрифта */ src: url("../../fonts/Anonymous.ttf"); /* Путь к файлу со шрифтом */ } /* FIXME Не удалось убрать рамку вокруг checkbox-ов */ /* FIXME Fieldset в Chrome продолжает рамку под своим label */ /*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */ /* * 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 ========================================================================== */ /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ /*textarea { * resize: vertical; /*} /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* NOTE Все размеры задаем в vh и vw, чтобы текст не вываливался из блоковп при уменьшении размеров окна браузера */ /* FUTURE USER STYLES START */ /* FUTURE FONTS */ /* ---------------------------------------------------------------------------------- Основной шрифт */ html { line-height: 1.5; /* Высота межстрочного интервала */ font-size: 1.1vw; /* Размер основного шрифта */ font-family: "Comic Sans MS", "Verdana", sans-serif; color: darkslategray; /* Цвет текста */ } p { text-indent: 3vw; /* Отступ первой строки */ } em { font-weight: bold; /* Полужирный шрифт */ font-style: normal; /* Некурсивное начертание */ color: #ff0000; } /* Footer */ .license { text-align: center; /* Выравниваем по центру футера */ } /* FUTURE Heading Fonts */ /* ---------------------------------------------------------------------------------- Заголовки */ header { text-transform: uppercase; /* Заголовки большими буквами */ text-align: center; /* Заголовочная часть по центру */ font-family: "MerriWeather", "Arial", sans-serif; color: firebrick; } h3 { text-transform: uppercase; /* Тоже большими буквами */ margin-left: 15vw; /* Заголовки поменьше - по левой стороне */ font-family: "MerriWeather", "Comic Sans MS", sans-serif; color: brown; } /* Заголовки таблицы */ .responsive-table caption { text-transform: uppercase; /* Все буквы большие */ font-weight: bold; /* Полужирный шрифт */ font-size: 2vw; /* Размер шрифта */ font-family: "Neucha", cursive; /* Шрифт */ color: firebrick; } /* Заголовочная часть таблицы */ .responsive-table th { text-align: center; /* Выравниваем текст заголовков по центру */ font-weight: bold; /* Полужирное начертание */ font-size: 2vw; /* Размер шрифта заголовков */ font-family: "Arial", "Helvetica", "Verdana", sans-serif; color: darkslategray; /* Цвет шрифта заголовков */ } .responsive-table th, details summary { text-transform: uppercase; /* Все буквы большие */ font-family: "Monotype Corsiva", monospace; /* Шрифт */ } /* Встроенные таблицы */ .inner-table { font-size: 1.3vw; /* Размер шрифта чуть меньше, чем основной */ } /* FUTURE Links Fonts */ /* ---------------------------------------------------------------------------------- Cсылки на странице */ a { text-decoration: none; /* Убираем подчеркивание */ color: crimson; } /* Ссылки при наведении */ a:hover { text-decoration: underline; /* Показываем ссылку */ color: darkorange; /* Цвет ссылки при наведении */ } /* Ссылки крупнее, чем просто в тексте */ .medium-link { text-decoration: none; /* Убираем подчеркивание */ font-variant: small-caps; /* Прописные символы размером со строчные */ font-weight: bold; /* Полужирный шрифт */ font-size: 2vw; /* Размер шрифта как у заголовков в таблице */ color: darkslateblue; /* Цвет текста */ } /* Посещенные ссылки */ .medium-link:visited { color: mediumorchid; /* Цвет текста */ } /* Посещенные ссылки при наведении */ .medium-link:hover { text-decoration: underline; /* Показываем ссылку */ color: mediumpurple; /* Цвет текста */ } /* ---------------------------------------------------------------------------------- Cсылки для текстовых блоков */ .source-links a { text-decoration: none; /* Убираем подчеркивание у ссылок */ color: darkslateblue; } .source-links a:visited { color: lightslategray; } /* FUTURE Image Fonts */ /* ---------------------------------------------------------------------------------- Подписи под картинками */ /* Форматируем текст подписи к рисунку */ .float-figure figcaption { font-size: small; /* Уменьшенный размер шрифта */ font-weight: bold; /* Полужирный курсив */ font-style: italic; } #dropBox { text-align: center; } #dropBox div { font-family: Verdana, Arial, sans-serif; } /* FUTURE Definition Fonts */ /* ---------------------------------------------------------------------------------- Определения в тексте */ dfn { font-style: normal; /* Убрали курсив */ font-weight: bold; /* Полужирный шрифт */ font-size: 1.2vw; /* Шрифт на 0.1 больше основного */ color: lightcoral; } /* FUTURE Quotes Font */ /* ---------------------------------------------------------------------------------- Кавычки */ q { font-style: italic; /* Курсивное начертание текста */ color: darkslateblue; /* Синий цвет текста */ quotes: "\00ab" "\00bb"; /* Кавычки в виде двойных угловых скобок */ } /* FUTURE CodeBlocks Fonts */ /* ---------------------------------------------------------------------------------- Блоки с кодом */ code { font-family: "Anonymous", "Courier", monospace; font-size: 1.3vw; /* Размер шрифта */ font-weight: bold; /* Полужирный шрифт */ } code q { quotes: "\0027" "\0027"; /* Апостроф (одинарная кавычка) */ } #codeString, #fileInputEditor { font-family: "Anonymous", "Courier", monospace; font-size: 1.3vw; /* Размер шрифта */ font-weight: bold; /* Полужирный шрифт */ color: cyan; } /* ---------------------------------------------------------------------------------- Блоки с кнопками */ .serverButton { display: block; /* Пока что будут по всей ширине страницы сверху */ } .apiButtons button, .apiButtons input[type='number'] { text-align: left; font-family: 'Ubuntu Mono', "Courier", monospace; font-size: 1.3vw; /* Размер шрифта */ font-weight: bold; /* Полужирный шрифт */ color: darkred; } .apiButtons input[type='number'] { font-size: 1vw; } .hide { display: none; } /* FUTURE Links Fonts */ /* ---------------------------------------------------------------------------------- Списки в основном тексте */ article > ul li, article > ol li { line-height: 3.5vh; /* Высота линии */ font-family: "Neucha", cursive; /* Шрифт */ font-size: 1.2vw; /* Размер шрифта */ } /* FUTURE Form Fonts */ /* ---------------------------------------------------------------------------------- Таблицы */ /* Текст подсказки */ ::-webkit-input-placeholder { color: blueviolet; text-overflow: ellipsis; } ::-moz-placeholder { color: blueviolet; text-overflow: ellipsis; } :-moz-placeholder { color: blueviolet; text-overflow: ellipsis; } :-ms-input-placeholder { color: blueviolet; text-overflow: ellipsis; } /* Отмеченные поля */ *:checked~label { font-weight: bold; } #storageItems tr td { font-variant: small-caps; font-size: 1.5vw; font-weight: bold; color: darkmagenta; } legend { font-size: 1.5vw; font-weight: bold; /* Пишем полужирным шрифтом */ font-variant: small-caps; /* Маленькими/ большими буквами */ } /* FUTURE Fonts Misc */ /* ---------------------------------------------------------------------------------- Кнопки под плейером */ /* Панель с кнопками под плейером */ .panel button, .panel outline { text-transform: uppercase; /* Пишем большими буквами */ font-weight: bold; /* Полужирный шрифт */ text-align: center; /* Текст в центре */ font-size: 1.1vw; /* Размер шрифта */ } /* Ползунок для видео */ #volumeCtrl, #videoProgress, output { text-align: center; /* Текст в центре */ } /* ---------------------------------------------------------------------------------- Буквица */ p::first-letter { float: left; /* Обтекание по левому краю */ margin-right: -3.1vw; /* text-indent отсчитывается от стилизованной 1-й буквы */ margin-left: 1vw; line-height: 1.8vh; /* Положение относительно текста */ font-size: 2vw; /* Размер буквицы */ color: lightcoral; /* Цвет буквицы */ } /* Приводим в нормальный вид первую букву для 3D-текста, так как на нее влияет p:first-letter */ .text-3d::first-letter { float: none; color: inherit; font-size: inherit; margin: inherit; } /* ---------------------------------------------------------------------------------- 3D Text */ .text-3d { font-size: 4vw; font-weight: bold; margin: 1vw 0; color: #fff; padding: 1vw; text-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0px 1px 1px rgba(0,0,0,.4), 0px 2px 2px rgba(0,0,0,.3), -1px 3px 3px rgba(0,0,0,.2), -1px 5px 5px rgba(0,0,0,.1), -2px 8px 8px rgba(0,0,0,.1), -2px 13px 13px rgba(0,0,0,.1); } /* -------------------------------------------------------------------------- Шрифт для динамических элементов */ .dinamic { font-size: 1.3vw; font-weight: bold; color: darkred; } /* FUTURE PAGE-PROOF */ /* ---------------------------------------------------------------------------------- Общие правила верстки */ /* Меняем блочную модель для всех элементов */ * { box-sizing: border-box; } body { margin: 1vh 1vw; /* Маленькие одинаковые отступы для всего */ } article { position: relative; /* Для загнутых уголков */ margin: 5vh 0.5vw; padding: 2vw; min-height: 90vh; min-width: 460px; } #storageData { display: block; margin: 1vw auto; padding: 1vw; width: 75vw; overflow: hidden; } #dropBox { margin: 15px; width: 65vw; height: 20vh; } #fileOutput{ width: 74vw; } #httpArticle { text-align: center; line-height: 15vh; border: 20px double darkslategray; } #slide { display: inline-block; text-align: center; line-height: 5vh; width: 40vw; background: rgba(218,165,32,0.5); border: 3px double darkslategray; padding: 10px; } /* ---------------------------------------------------------------------------------- Блоки с кодом */ code { width: 65vw; /* Ширина внутренних блоков кода */ margin: 2vw auto; /* Центрируем внутренние блоки кода */ } pre { tab-size: 4; /* Размер табуляции */ } #codeString { float: left; width: 15vw; max-width: 69vw; height: 80vh; z-index: 100; margin-left: 0; } #fileInputEditor { width: 70vw; height: 20vh; } /* ---------------------------------------------------------------------------------- Блоки с текстом */ /* Текстовые блоки "Интересно", "Важно" и прочие */ .text-block { padding: 2vh 7vw; /* Отодвигаем текст */ } /* ---------------------------------------------------------------------------------- Блоки с кнопками */ .apiButtons { float: right; width: 16vw; height: 80vh; margin: 0; overflow-y: auto; overflow-x: hidden; } .serverButtons { display: block; margin-bottom: 0; text-align: left; } /* ---------------------------------------------------------------------------------- Рисунки в тексте */ /* Форматируем блок плавающего рисунка. */ .float-figure { float: left; /* Пусть картинки в тексте плавают слева */ margin-right: 10vw; /* Отступ для текста */ } .float-figure figcaption { max-width: 20vw; /* Задаем максимальную ширину для подписи */ margin-bottom: 3vh; /* Отступ снизу */ margin-left: 47%; /* ... и слева */ } .float-figure img { width: 15vw; /* Ширина блока с картинкой */ } /* ---------------------------------------------------------------------------------- Details Page Proof */ details[open] summary, details[open] > code { display: block; /* иначе невозможно расположить внутренние элементы */ } details summary::-webkit-details-marker { display: none; /* прячем родной значок */ } details summary { padding: 5px; /* размер блока */ } details summary:before, details[open] summary:before { content: " ⇓ "; /* значок в открытом состоянии */ font-size: 2em; /* размер значка */ color: darkslategray; /* цвет значка в открытом состоянии */ margin-right: 5px; /* расстояние от левого края до текста */ } details[open] summary:before { content: " ⇑ "; /* значок в закрытом состоянии */ } /* ---------------------------------------------------------------------------------- Футер */ footer { clear: both; min-height: 10vh; /* Высота футера */ } /* FUTURE Tables Page-Proof */ /* ---------------------------------------------------------------------------------- Таблицы */ /* Правила для больших таблиц на всю страницу */ .responsive-table { width: 90vw; /* Ширина таблицы */ margin: 0 auto; /* Центрируем таблицу по горизонтали */ } /* Заголовок больших таблиц */ .responsive-table caption { margin-top: 2vh; /* Поля для заголовка */ margin-bottom: 5vh; } /* Заголовочная часть больших таблиц */ .responsive-table thead tr th { height: 10vh; /* Высота заголовочной части */ } .responsive-table td, .responsive-table th { padding: 1vw; /* Отступы в заголовочной части */ } /* Тело больших таблиц */ .responsive-table tr td:first-child { /* В первую колонку не влазит заголовок */ width: 20vw; /* Задаем ей подходящую ширину */ } /* Правила для внутренних таблиц */ .inner-table { width: 75vw; /* Ширина внутренней таблицы */ margin: 2vw auto; /* Центрируем внутреннюю таблицу */ } #storageItems { float: left; width: 73vw; margin: 1vh auto; } #storageItems tr td { padding: 1vw; } /* FUTURE Lists Page Proof */ /* ---------------------------------------------------------------------------------- Списки */ /* Правила для списков непосредственно в <article> еще есть в summary */ article > ul, article > ol { margin-left: 5vw; margin-top: 3vh; margin-bottom: 3vh; } article > ul li { list-style-type: none; /* Убираем исходные маркеры */ background: url("../img/ok.png"); /* Загружаем картинку */ background-repeat: no-repeat; /* Запрещаем ей повторяться */ background-size: 1vw auto; /* Делаем картинку резиновой */ background-position: 0.1vw center; /* Размещаем ее слева */ padding: 0.2vh 2vw; /* Задаем отступы сверху и снизу */ } /* FUTURE Form Page Proof */ /* ---------------------------------------------------------------------------------- Формы */ form { padding: 1vw; /* Внутренний отступ */ } .fieldsetWrap { width: 80vw; } .fieldsetWrap fieldset { width: 32vw; /* Задаем только ширину, чтобы можно было добавлять содержимое */ } fieldset { display: inline-block; /* Показываем по 2 филдсета в ряд */ vertical-align: top; /* Выравниваем их по верхней линии */ width: 42vw; margin: 2vh 1vw; /* Поля */ padding: 2vh 1vw; /* Отступы */ outline: 0; } .fieldsetWrap fieldset:nth-child(-n+2) { float: left; } .fieldsetWrap fieldset:nth-last-child(2) { width: 70vw; margin: 1vh auto; } legend { padding: 0 1vw; /* Выравниваем по центру */ } label { display: inline-block; /* Размещаем в один ряд с кнопками */ vertical-align: top; /* Выравниваем их по верхней линии */ margin: 0.5vw; /* Поля */ width: 8vw; /* Ширина */ } /* Инпуты */ input, textarea, select { margin: 1vh 2vw; /* Поля */ padding: 1vh 1vw; /* Отступы */ width: 15vw; } textarea { height: 10vh; overflow: hidden; /* Запрещаем скролл */ } input[type="checkbox"], input[type="radio"] { width: 2vw; height: 3vh; } input[type="button"], input[type="file"], .apiButtons input[type='number'] { width: 14vw; padding: 0.3vw; /* Отступы */ } .apiButtons input[type='number'] { margin: 0.2vw; } progress, output { display: block; margin: 3vh auto; padding: 1vw; /* Отступы */ height: 5vh; width: 83vw; } /* FUTURE Frames Page Proof */ /* ---------------------------------------------------------------------------------- Фреймы */ iframe { position: absolute; width: 97vw; min-height: 80vh; margin-right: -20vw; padding-left: -50vw; padding-top: 0; } /* FUTURE Canvas Page Proof */ /* ---------------------------------------------------------------------------------- Canvas */ /* FIXME Кривой Canvas */ /* Canvas */ #canvasField { position: relative; /* Чтобы скрытая картинка для сохранения далеко не убегала */ } /* FIXME Кривая картинка */ /* Блок для картинки */ #savedCopyContainer, #savedImageCopy { display: none; /* Сначала прячем */ position: absolute; /* Позиционируем */ top: 4%; left: 5%; right: 80%; width: 600px; height: 350px; } #savedImageCopy { margin: 10px; width: 550px; height: 300px; } #savedCopyContainer p { margin-top: 300px; } /* FUTURE Media Page Proof */ /* ---------------------------------------------------------------------------------- Плейер */ /* FIXME С Video все как-то некошерно */ video { display: block; /* Отображаем как блок, чтобы было можно центрировать */ width: 41vw; /* Подбираем ширину до вертикальных полос прокрутки */ margin: 5vh auto; /* Центрируем и немножко отодвигаем сверху */ } /* Панелька с кнопками для плейера */ .panel { position: relative; /* ????????????????????? */ margin: 2vh auto; width: 55vw; height: 15vh; } /* Ползунок для видео */ #volumeCtrl, #videoProgress, output { position: relative; /* ????????????????????? */ display: block; /* ????????????????????? */ margin: 2vh auto; padding: 0.5vh; width: 45vw; height: 4vh; } /* FUTURE BUTTONS && CURSORS */ /* ---------------------------------------------------------------------------------- BUTTONS PAGE-PROOF */ /* Кнопки для плейера */ .panel button { display: inline-block; margin: 0.2vw auto; } .apiButtons button { position: relative; /* Чтобы сработал z-index */ width: 16vw; z-index: 100; /* Выдвигаем вперед */ } details summary { cursor: pointer; /* курсор-указатель */ } /* FEATURE Custom scroll */ /* Скроллбар */ ::-webkit-scrollbar { width: 18px; height: 18px; } /* Кнопка вверх/ вниз */ ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { height: 5px; display: block; background-color: transparent; } /* Трек */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } /* Видимая часть трека */ ::-webkit-scrollbar-track-piece { background-color: lightsteelblue; -webkit-border-radius: 6px; } /* ползунок */ ::-webkit-scrollbar-thumb { height: 50px; background-color: darkcyan; border: 1px solid #eee; -webkit-border-radius: 6px; } /* FUTURE BORDERS */ /* ---------------------------------------------------------------------------------- Бордюры для Canvas */ #canvasField, #savedCopyContainer { border: 2px dashed darkslategray; } #codeString, #fileInputEditor, .apiButtons { border: 5px solid darkslategray; } /* ---------------------------------------------------------------------------------- Бордюры для текстовых блоков */ /* Текстовые блоки "Интересно", "Важно" и прочие */ .text-block { border-radius: 10px; } /* Блок - "Это интересно" */ .interesting { border: 0.5vw double lightcoral; } /* Блок со ссылками на источник */ .source-links { border: 0.5vw double lightcyan; } /* ---------------------------------------------------------------------------------- Бордюры для таблиц */ .responsive-table, form { border-collapse: collapse; /* Соединяем рамки таблицы */ border: 5px groove lightslategray; /* Рамка для таблицы */ } .responsive-table td, .responsive-table th, footer { border: 2px inset lightslategray; /* Рамка для ячеек */ } .inner-table, .inner-table th, .inner-table tr, .inner-table td { border: 2px ridge darkslategray; /* Рамки вложенных таблиц */ } #storageItems tr>td { border: 5px solid darkgreen; } footer { border-bottom-left-radius: 50px 120px; /* Скругленные уголки */ border-bottom-right-radius: 50px 120px; } /* ---------------------------------------------------------------------------------- Бордюры для форм */ fieldset { border: 3px groove darkslategray; border-radius: 10px; } fieldset, input, input:focus, /* Убираем рамки при выделении, так как они не совпадают со скругленными уголками */ input[type="range"], input[type="range"]:focus, input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus, textarea, textarea:focus, select, select:focus, progress, output, .apiButtons { outline: none; /* Убираем пунктирную рамку только у текстовых полей и селектов */ border: 2px solid darkslategray; border-radius: 10px; } /* Стилизуем ползунок для Opera и Chrome */ input[type='range']::-webkit-slider-thumb { -webkit-appearance: none; background-color: #ffeeee; border: 1px solid darkslategray; width: 20px; height: 20px; border-radius: 10px; cursor: pointer; } /* Прячем стандартный ползунок для Opera и Chrome */ input[type='range'] { -webkit-appearance: none; } /* ---------------------------------------------------------------------------------- HTML5 Валидация полей форм */ /* Некорректно заполненные поля формы */ :invalid, :out-of-range { border: 2px solid red; } /* Корректно заполненные поля формы */ :valid, :in-range { border: 2px solid green; } /* Поля формы обязательные для заполнения */ :required { border: 2px solid lightCoral; } /* ---------------------------------------------------------------------------------- Бордюры для плейера */ .panel button { border-radius: 5px; } /* ---------------------------------------------------------------------------------- Бордюры для MISC */ .text-3d { border: 2vw solid white; } #dropBox { border: 5px dotted gray; border-radius: 5px; } /* FUTURE BACKGROUNDS */ /* ---------------------------------------------------------------------------------- Backgrounds */ .frameHTML { /*background: url('http://www.subtlepatterns.com/patterns/white_leather.png');*/ background: url('../img/white_leather.png'); } #canvasField { background: url('http://www.subtlepatterns.com/patterns/pink_rice.png'); margin: 0; } .apiButtons button, .apiButtons input { opacity: .6; } .apiButtons button:hover, .apiButtons input:hover { opacity: 1; } #codeString, #fileInputEditor { background: url('../img/peacock-blues.png'); opacity: .4; overflow: auto; } progress::-webkit-progress-value { background-color: lightgreen; } #dropBox { background: lightyellow; background-size: 100%; /* Уменьшение изображения, чтоб его можно было видеть */ background-repeat: no-repeat; } /* ---------------------------------------------------------------------------------- Фон для блоков с текстом */ /* Текстовые блоки "Интересно", "Важно" и прочие */ .text-block { background-repeat: no-repeat; /* Запрещаем картинке повторяться */ background-size: 5vw auto; /* Делаем ее маленькой */ background-position: 1vw center; /* Клеим к левому краю */ } /* Блок - "Это интересно" */ .interesting { background-image: url("../img/interesting.png"); } /* Блок со ссылками на источник */ .source-links { background-image: url("../img/source.png"); } /* FUTURE GRADIENTS */ /* ---------------------------------------------------------------------------------- Page Gradients */ html { background: radial-gradient(circle at 2.02% 72.90%, #cecece, transparent 100%), radial-gradient(circle at 97.98% 17.89%, #ffffff, transparent 100%), radial-gradient(circle at 50.00% 49.93%, rgba(255,255,255,0.5), transparent 100%), radial-gradient(circle at 50% 50%, #000000, #000000 100%) } article, #storageItems tr td { background: radial-gradient(circle at 2.02% 16.02%, #ffeeee, transparent 100%), radial-gradient(circle at 97.98% 25.90%, #ddefbb, transparent 100%), radial-gradient(circle at 50% 50%, #f8e57d, #f8e57d 100%) } footer { background: radial-gradient(circle at 2.02% 72.90%, #626962, transparent 100%); } /* ---------------------------------------------------------------------------------- Tables Gradients */ /* Градиент фона большой таблицы */ :focus, .responsive-table, progress::-webkit-progress-bar { background: radial-gradient(circle at 2.02% 32.98%, #eeefff, transparent 70%), radial-gradient(circle at 97.98% 52.07%, #e4eab5, transparent 70%), radial-gradient(circle at 50% 50%, #e9edef, #e9edef 100%) } /* Градиент заголовков таблиц */ .responsive-table thead, details summary { background-color: rgb(197,199,214); background-image: linear-gradient(to bottom, rgba(197,199,214, 0.2), rgba(14,100,63, 0.2)); } .responsive-table tr:hover, .apiButtons button { /* Подсветка рядов таблицы */ background: radial-gradient(circle at 2.02% 52.07%, #ece9e6, transparent 100%), radial-gradient(circle at 97.98% 26.97%, #fff, transparent 100%), radial-gradient(circle at 50% 50%, #000, #000 100%) } /* ---------------------------------------------------------------------------------- Forms Gradients */ input[type="submit"], input[type="reset"], input[type="file"], select, .panel button { background: radial-gradient(circle at 2.02% 32.98%, rgba(216, 195, 202, 0.83), transparent 60%), radial-gradient(circle at 50% 50%, rgba(185, 214, 105, 0.3), rgba(185, 214, 105, 0.42) 100%) } /* ---------------------------------------------------------------------------------- Media Gradients */ /* Градиент для плейера */ progress::-webkit-progress-value, input[type="range"], .panel button:focus { background-image: linear-gradient(to right, rgba(128, 247, 123, 0.3), rgba(27, 49, 2, 0.6)); } /* FUTURE SHADOWS */ /* ---------------------------------------------------------------------------------- Page Shadows */ article, .interesting, .source-links, form { -webkit-box-shadow: 0 5px 10px rgba(65, 89, 123, 0.8), inset 0 0 50px rgba(158, 185, 204, 0.52); -moz-box-shadow: 0 5px 10px rgba(65, 89, 123, 0.8), inset 0 0 50px rgba(158, 185, 204, 0.52); box-shadow: 0 5px 10px rgba(65, 89, 123, 0.8), inset 0 0 50px rgba(158, 185, 204, 0.52); } /* Тень по всем 4-м сторонам */ .apiButtons, #codeString { position: relative; z-index: 100; -webkit-box-shadow: 0px 1px 15px 8px rgba(107, 146, 132, 0.63); -moz-box-shadow: 0px 1px 15px 8px rgba(107, 146, 132, 0.63); box-shadow: 0px 1px 15px 8px rgba(107, 146, 132, 0.63); } hr { border: 0; height: 5px; background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(178, 34, 34, 0.75), rgba(0,0,0,0)), -moz-linear-gradient(left, rgba(0,0,0,0), rgba(178, 34, 34, 0.75), rgba(0,0,0,0)), -o-linear-gradient(left, rgba(0,0,0,0), rgba(178, 34, 34, 0.75), rgba(0,0,0,0)), -ms-linear-gradient(left, rgba(0,0,0,0), rgba(178, 34, 34, 0.75), rgba(0,0,0,0)), linear-gradient(left, rgba(0,0,0,0), rgba(178, 34, 34, 0.75), rgba(0,0,0,0)); } /* Тень футера */ .responsive-table, footer { box-shadow: 0px 0px 15px darkslategray; } /* ---------------------------------------------------------------------------------- Forms Shadows */ input, textarea, select, outline, #volumeCtrl { box-shadow: 0px 0px 1px darkslategray inset, 1px 1px 2px lightGreen inset, 2px 2px 3px mistyRose inset; } #storageItems tr td:hover { box-shadow: 0px 0px 2px 2px darkslategray, 0px 0px 4px 4px coral, 0px 0px 6px 6px lightgreen; } /* ---------------------------------------------------------------------------------- Misc Shadows */ /* -------------------------------------------------------------- Загнутые уголки для страницы */ article:before, article:after { content: ' '; position: absolute; width: 45vw; /* размеры прозрачных полосок */ height: 3vh; left: 1.5vw; /* Расстояние от левого края для левой полоски */ bottom: 4vh; /* Расстояние снизу для левой полоски */ background: transparent; /* Левая полоска прозрачная */ /* Настраиваем поворот */ -webkit-transform: skew(-5deg) rotate(-5deg); -moz-transform: skew(-5deg) rotate(-5deg); -ms-transform: skew(-5deg) rotate(-5deg); -o-transform: skew(-15deg) rotate(-5deg); transform: skew(-5deg) rotate(-5deg); /* Настраиваем тень */ -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.8); -moz-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.8); box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.8); z-index: -1; /* Прячем полоски под элемент с position absolute */ } /* Правая полоска*/ article:after { left: auto; right: 1.5vw; /* Расстояние от правого края для правой полоски */ -webkit-transform: skew(5deg) rotate(5deg); /* Задаем перекосы */ -moz-transform: skew(5deg) rotate(5deg); -ms-transform: skew(5deg) rotate(5deg); -o-transform: skew(5deg) rotate(5deg); transform: skew(5deg) rotate(5deg); } /* -------------------------------------------------------------- Загнутые уголки для блоков на странице */ article:before, article:after { content: ' '; position: absolute; width: 45vw; /* размеры прозрачных полосок */ height: 3vh; left: 1.5vw; /* Расстояние от левого края для левой полоски */ bottom: 4vh; /* Расстояние снизу для левой полоски */ background: transparent; -webkit-transform: skew(-5deg) rotate(-5deg); /* немного поворачиваем полоски */ -moz-transform: skew(-5deg) rotate(-5deg); -ms-transform: skew(-5deg) rotate(-5deg); -o-transform: skew(-15deg) rotate(-5deg); transform: skew(-5deg) rotate(-5deg); -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.8); -moz-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.8); box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.8); z-index: -1; /* прячем полоски под элемент с position absolute */ } /* Правая полоска*/ article:after { left: auto; right: 1.5vw; /* Расстояние от правого края для правой полоски */ -webkit-transform: skew(5deg) rotate(5deg); /* задаем перекосы */ -moz-transform: skew(5deg) rotate(5deg); -ms-transform: skew(5deg) rotate(5deg); -o-transform: skew(5deg) rotate(5deg); transform: skew(5deg) rotate(5deg); } /* -------------------------------------------------------------- Text 3D */ .text-3d { box-shadow: -1px 1px 0 #ddd, -2px 2px 0 #c8c8c8, -3px 3px 0 #ccc, -4px 4px 0 #b8b8b8, -4px 4px 0 #bbb, 0px 1px 1px rgba(0,0,0,.4), 0px 2px 2px rgba(0,0,0,.3), -1px 3px 3px rgba(0,0,0,.2), -1px 5px 5px rgba(0,0,0,.1), -2px 8px 8px rgba(0,0,0,.1), -2px 13px 13px rgba(0,0,0,.1); } /* FUTURE END USER STYLE */ /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers: */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * 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; } /* * 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: http://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
0.164282
0.092237
body { display: grid; padding: 0; margin: 0; width: 100%; height: 100%; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; background-color: rgb(211, 211, 211); } header { width: 100%; min-height: 400px; background-image: url('../img/town.jpeg'); /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; } /* Nav Bar */ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background: linear-gradient(to right,rgb(158, 77, 10) 5%, rgba(253, 252, 252, 0) 70%); opacity: 0.8; z-index: 100; position: relative; align-content: center; justify-content: center; } ul li { float: left; width: 190px; } ul li a { display: block; color: rgb(0, 0, 0); text-align: center; padding: 14px; text-decoration: none; font-size: 2em; font-family: monospace; font-weight: bold; } ul li a:hover:not(.active) { background-color: #111; } .active { background-color: rgb(26, 18, 3); color: rgb(255, 255, 255); } .sticky { position: sticky; top: 0; width: 100%; } .sticky2 { background:rgba(221, 217, 217, 0.9); z-index: 10; } .sticky + .content { padding-top: 60px; } /* Logo pic */ .logo { margin-top: -14%; margin-right: 3%; align-self: end; z-index: 1; } .logo img { border-radius: 50%; width: 300px; height: auto; border: 15px solid rgb(211, 211, 211); float: right; animation: rotation 120s infinite linear; } @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } } /* Main */ #main { padding: 0 4% 0 4%; min-height: 800px; font-size: 1.4em; } #main h1 { font-size: 4.5em; padding-left: 3%; /* margin-top: -2%; */ } #main h2 { font-size: 1.5em; } .columns { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-template-rows: 1fr; grid-gap: 1rem; column-gap: 2rem; } article { min-width: 300px; text-align: justify; } span { float: right; font-weight: bold; } /* Button */ #myBtn { display: none; position: fixed; bottom: 10%; right: 5%; z-index: 99; font-size: 28px; border: none; outline: none; background-color: rgba(26, 18, 3, 0.3); color: white; cursor: pointer; padding: 25px; border-radius: 4px; } #myBtn:hover { background-color: rgb(158, 77, 10); } /* Box */ #box { margin-top: 2%; overflow: hidden; width: 100%; height: 450px; display: flex; justify-content: center; align-items: center; } #box img { position: relative; left: 0; top: 0; width: 100%; height: auto; opacity: 0.6; } .boxOl { height: 200px; width: auto; color: rgb(47, 53, 110); font-size: 2em; font-weight: bolder; display: none; position: absolute; margin-top: 6%; margin-left: 4%; } .boxOl li { margin-top: 9%; } /* Gallery */ #pictures { display: flex; flex-wrap: wrap; justify-content: center; font-size: 2em; } .gallery { display: flex; justify-content: center; flex-wrap: wrap; } .gallery img { width: 650px; height: 400px; margin: 1%; transition: all 1.5s; border-radius: 10px; } .gallery img:hover { transform: scale(1.1); } #footer { display: flex; flex-direction: row; justify-content: space-around; font-size: 18px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: bold; }
styles/style.css
body { display: grid; padding: 0; margin: 0; width: 100%; height: 100%; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; background-color: rgb(211, 211, 211); } header { width: 100%; min-height: 400px; background-image: url('../img/town.jpeg'); /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; } /* Nav Bar */ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background: linear-gradient(to right,rgb(158, 77, 10) 5%, rgba(253, 252, 252, 0) 70%); opacity: 0.8; z-index: 100; position: relative; align-content: center; justify-content: center; } ul li { float: left; width: 190px; } ul li a { display: block; color: rgb(0, 0, 0); text-align: center; padding: 14px; text-decoration: none; font-size: 2em; font-family: monospace; font-weight: bold; } ul li a:hover:not(.active) { background-color: #111; } .active { background-color: rgb(26, 18, 3); color: rgb(255, 255, 255); } .sticky { position: sticky; top: 0; width: 100%; } .sticky2 { background:rgba(221, 217, 217, 0.9); z-index: 10; } .sticky + .content { padding-top: 60px; } /* Logo pic */ .logo { margin-top: -14%; margin-right: 3%; align-self: end; z-index: 1; } .logo img { border-radius: 50%; width: 300px; height: auto; border: 15px solid rgb(211, 211, 211); float: right; animation: rotation 120s infinite linear; } @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } } /* Main */ #main { padding: 0 4% 0 4%; min-height: 800px; font-size: 1.4em; } #main h1 { font-size: 4.5em; padding-left: 3%; /* margin-top: -2%; */ } #main h2 { font-size: 1.5em; } .columns { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-template-rows: 1fr; grid-gap: 1rem; column-gap: 2rem; } article { min-width: 300px; text-align: justify; } span { float: right; font-weight: bold; } /* Button */ #myBtn { display: none; position: fixed; bottom: 10%; right: 5%; z-index: 99; font-size: 28px; border: none; outline: none; background-color: rgba(26, 18, 3, 0.3); color: white; cursor: pointer; padding: 25px; border-radius: 4px; } #myBtn:hover { background-color: rgb(158, 77, 10); } /* Box */ #box { margin-top: 2%; overflow: hidden; width: 100%; height: 450px; display: flex; justify-content: center; align-items: center; } #box img { position: relative; left: 0; top: 0; width: 100%; height: auto; opacity: 0.6; } .boxOl { height: 200px; width: auto; color: rgb(47, 53, 110); font-size: 2em; font-weight: bolder; display: none; position: absolute; margin-top: 6%; margin-left: 4%; } .boxOl li { margin-top: 9%; } /* Gallery */ #pictures { display: flex; flex-wrap: wrap; justify-content: center; font-size: 2em; } .gallery { display: flex; justify-content: center; flex-wrap: wrap; } .gallery img { width: 650px; height: 400px; margin: 1%; transition: all 1.5s; border-radius: 10px; } .gallery img:hover { transform: scale(1.1); } #footer { display: flex; flex-direction: row; justify-content: space-around; font-size: 18px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: bold; }
0.384334
0.119588
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/UX6i4JxQDm3fVTc1CPuwqhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/PwZc-YbIL414wB9rB1IAPRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/WxrXJa0C3KdtC7lMafG4dRTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/OpXUqTo0UgQQhGj_SFdLWBTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/1hZf02POANh32k2VkgEoUBTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/cDKhRaXnQTOVbaoxwdOr9xTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/K23cxWVTrIFD6DJsEVi07RTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/vSzulfKSK0LLjjfeaxcREhTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/vPcynSL0qHq_6dX7lKVByfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nE8xhg-WlD4iG4AP-V7QxYA.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nN_eC2PfU-cUGGN7U-FIfKc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nLvM2QJLsjx6Keu1D2MYodo.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nNd5cRMOq5PeG3VabknWPxo.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nLpX8dGXLalyu5OokvgDQcs.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nPVFL0ofnRu5Y2lP-UpEUGU.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nBBQ_Gf4FfI8J4SYljBAylk.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsDrvev4WAjW489CRDHIkJ90.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsCGXDOnx9ptx3UTSPTrfsgk.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsAZ98xO_Wnt-JIem4AuLGfs.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsE1G989qbVg6RT5ly5jB8V8.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsJ84zb0nVte6liF9gGtpo1Y.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsD86pq2NkPzVgw_9lpT6RGI.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsDAdhzWOYhqHvOZMRGaEyPo.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nDW5FUgIgejJvrHuLWqrSMw.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nA30BZHTGu2N_DqssQcMQNQ.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nPDoBG10JtAX-GAwn6iwU1Y.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nGhQuge17febRYSUkWKdLWA.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nBBtmDLrZTTOm3p1EhiGCXc.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nEV356qNqHCUb41pS3zqMSE.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nHm2hrkyco9jQ3NKMXpgOBg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJXlO07AV7jCoaoExpzGIXF8.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJXn0X2a-UD0eEo-sntC2K9c.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJXIVpjigYYbZOvnhY_Z5vk4.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJcOu5P_uCqYG0-iz1pktLzQ.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJWVK-H8IGVDFdUGcxnxwa3k.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJTvI7rel44YKg4wt2ABIvDs.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJdbvlX87CS9_IgWvysdluIM.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
public/frontend/css/font.css
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/UX6i4JxQDm3fVTc1CPuwqhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/PwZc-YbIL414wB9rB1IAPRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/WxrXJa0C3KdtC7lMafG4dRTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/OpXUqTo0UgQQhGj_SFdLWBTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/1hZf02POANh32k2VkgEoUBTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/cDKhRaXnQTOVbaoxwdOr9xTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/K23cxWVTrIFD6DJsEVi07RTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/vSzulfKSK0LLjjfeaxcREhTbgVql8nDJpwnrE27mub0.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v16/vPcynSL0qHq_6dX7lKVByfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nE8xhg-WlD4iG4AP-V7QxYA.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nN_eC2PfU-cUGGN7U-FIfKc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nLvM2QJLsjx6Keu1D2MYodo.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nNd5cRMOq5PeG3VabknWPxo.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nLpX8dGXLalyu5OokvgDQcs.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nPVFL0ofnRu5Y2lP-UpEUGU.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 300; src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nBBQ_Gf4FfI8J4SYljBAylk.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsDrvev4WAjW489CRDHIkJ90.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsCGXDOnx9ptx3UTSPTrfsgk.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsAZ98xO_Wnt-JIem4AuLGfs.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsE1G989qbVg6RT5ly5jB8V8.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsJ84zb0nVte6liF9gGtpo1Y.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsD86pq2NkPzVgw_9lpT6RGI.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v14/Zd2E9abXLFGSr9G3YK2MsDAdhzWOYhqHvOZMRGaEyPo.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nDW5FUgIgejJvrHuLWqrSMw.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nA30BZHTGu2N_DqssQcMQNQ.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nPDoBG10JtAX-GAwn6iwU1Y.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nGhQuge17febRYSUkWKdLWA.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nBBtmDLrZTTOm3p1EhiGCXc.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nEV356qNqHCUb41pS3zqMSE.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v14/b9QBgL0iMZfDSpmcXcE8nHm2hrkyco9jQ3NKMXpgOBg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJXlO07AV7jCoaoExpzGIXF8.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJXn0X2a-UD0eEo-sntC2K9c.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJXIVpjigYYbZOvnhY_Z5vk4.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJcOu5P_uCqYG0-iz1pktLzQ.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJWVK-H8IGVDFdUGcxnxwa3k.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJTvI7rel44YKg4wt2ABIvDs.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(https://fonts.gstatic.com/s/robotocondensed/v14/BP5K8ZAJv9qEbmuFp8RpJdbvlX87CS9_IgWvysdluIM.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
0.311113
0.075312
/* 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. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /*****Base Header - Footer Styles*****/ html { font-size: 16px; } body { font-family: 'PT Sans', sans-serif; text-align: left; color: #39393a; } ul, ol { list-style-type: none; } a { text-decoration: none; color: #e3e5e8; font-size: 1.25em; } h1 { font-size: 3.5em; } h2 { font-size: 1.75em; } h3, h4 { font-size: 1.5em; } p { font-size: 1em; } img { width: 100%; } address { font-style: normal; } .content-wrapper { width: 90%; margin: 40px 0; } header, footer { display: flex; justify-content: center; align-items: center; flex-flow: row wrap; } header { background-color: #39393a; color: #e3e5e8; padding: 15px 0; } header .header { margin: 0; display: flex; justify-content: center; align-items: center; flex-flow: row wrap; } header span { color: #f7021a; } .my-title { display: flex; width: 100%; align-items: center; justify-content: center; text-align: center; font-variant: small-caps; } header nav { display: flex; text-transform: uppercase; justify-content: space-around; align-items: center; flex-flow: row wrap; width: 100%; } header nav ul { display: flex; justify-content: space-between; width: 100%; padding: 0px; } header nav ul li { text-align: center; width: 30%; } header nav ul li:hover { background: #f7021a; } footer { display: flex; flex-direction: column; text-align: center; background-color: #034ec6; color: #e3e5e8; } footer .content-wrapper { margin: 50px 0; } footer .footer-content { display: flex; justify-content: center; align-items: center; width: 100%; flex-direction: column; } footer p { margin: 0; } footer address a { font-size: 1em; } footer .contact { margin-bottom: 50px; } footer .copyright { margin: 20px 0; } .thirds { display: flex; justify-content: center; align-items: center; width: 100%; } input { align-items: center; justify-content: center; } /*************Mobile Styles****************/ main { background-color: #e3e5e8; } .mission { display: flex; justify-content: center; align-items: center; flex-flow: row wrap; background-color: #e3e5e8; padding-left: 10px; } .announcement { color: #f7021a; } .diverted { color: #39393a; font-size: 1em; font-weight: bolder; text-transform: uppercase; text-decoration: underline; } .diverted:hover { background: #39393a; color: #e3e5e8; } /***slide show***/ * {box-sizing:border-box} /* Slideshow container */ .slideshow-container { max-width: 1400px; position: relative; margin: auto; background-color: #e3e5e8; } /* Hide the images by default */ .mySlides { display: none; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -22px; padding: 16px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .active, .dot:hover { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } .next-trip { display: flex; justify-content: center; align-items: center; text-align: center; } .link-holder { border: 1px blue solid; display: flex; justify-content: center; align-items: center; } .point { border: 3px solid green; padding-right: 10px; font-size: 20px; } .apply-for-it { display: flex; justify-content: center; align-items: center; flex-direction: column; } .banner { background: #f7021a; width: 100%; color: #e3e5e8; text-align: center; height: 50vh; display: flex; justify-content: center; align-items: center; } .apply-for-it i { font-size: 2em; display: flex; width: 100%; justify-content: center; align-items: center; margin: 0; text-align: center; } .apply-for-it h4 { font-size: 1.5em; text-align: center; width: 90%; justify-content: center; align-items: center; display: flex; } .big-pic { background-color: #e8160b; color: #e3e5e8; padding: 40px; } .past-trips { display: flex; justify-content: center; align-content: center; } article .trip-pic { width: 90%; } .trip-pic figure { margin-bottom: 20px; padding-top: 20px; } .apply-for-it a { color: #39393a; } .apply-for-it a:hover { color: red; } /* ========================================================================== 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: 768px) { .content-wrapper { max-width: 640px; margin: 50px; } h1 { font-size: 3.75em; } h2 { font-size: 2.4em; } header a { font-size: 1.4em; } p { line-height: 1.7em; } /***header***/ header { justify-content: space-around; } header .header{ margin: none; width: 90%; justify-content: space-between; } .my-title { width: 42%; justify-content: flex-start; } header nav { width: 57%; justify-content: center; } header nav ul { justify-content: space-between; width: 100%; } header nav ul li { width: 33%; } footer .footer-content { display: flex; justify-content: center; align-items: center; flex-direction: row; } footer .copyright { width: 100%; } footer p { font-size: 1.1em; } footer address a { font-size: 1.1em; } /****mission on index page*****/ .mission-content { display: flex; justify-content: space-between; align-items: start; } .mission-content p { width: 40%; } /******apply**********/ .apply-for-it p { width: 90%; display: flex; } .apply-for-it article { padding-bottom: 20px; } /****next trip*****/ .big-pic { width: 100%; height: 100%; background: url('../img/ww2memorial.jpg') center no-repeat; background-size: cover; display: flex; justify-content: center; flex-flow: row wrap; } .next-trip { display: flex; align-items: center; justify-content: center; } .dates-next-trip { width: 75%; height: 50%; padding: 40px; background-color: #e8160b; color: #e3e5e8; border-radius: 25px; border: 5px solid #e3e5e8; } .past-trips { display: flex; justify-content: center; flex-wrap: wrap; } .trip-pictures { display: flex; justify-content: center; flex-wrap: wrap; } .trip-pic { display: flex; justify-content: center; align-content: center; width: 45%; } .trip-pictures article { display: flex; justify-content: space-between; align-items: center; flex-flow: column wrap; flex-basis: 50%; } .trip-pictures article figure { flex-flow: column wrap; display: flex; } /* Style adjustments for viewports that meet the condition */ } @media only screen and (min-width: 1200px) { .content-wrapper { max-width: 960px; } h1 { font-size: 5em; } h3, h4 { font-size: 1.25em; } header a { font-size: 2em; } header .header { width: 80%; } header nav { width: 45%; } p { font-size: 1.3em; } .thirds { width: 45%; flex-wrap: nowrap; } @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; } }
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. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /*****Base Header - Footer Styles*****/ html { font-size: 16px; } body { font-family: 'PT Sans', sans-serif; text-align: left; color: #39393a; } ul, ol { list-style-type: none; } a { text-decoration: none; color: #e3e5e8; font-size: 1.25em; } h1 { font-size: 3.5em; } h2 { font-size: 1.75em; } h3, h4 { font-size: 1.5em; } p { font-size: 1em; } img { width: 100%; } address { font-style: normal; } .content-wrapper { width: 90%; margin: 40px 0; } header, footer { display: flex; justify-content: center; align-items: center; flex-flow: row wrap; } header { background-color: #39393a; color: #e3e5e8; padding: 15px 0; } header .header { margin: 0; display: flex; justify-content: center; align-items: center; flex-flow: row wrap; } header span { color: #f7021a; } .my-title { display: flex; width: 100%; align-items: center; justify-content: center; text-align: center; font-variant: small-caps; } header nav { display: flex; text-transform: uppercase; justify-content: space-around; align-items: center; flex-flow: row wrap; width: 100%; } header nav ul { display: flex; justify-content: space-between; width: 100%; padding: 0px; } header nav ul li { text-align: center; width: 30%; } header nav ul li:hover { background: #f7021a; } footer { display: flex; flex-direction: column; text-align: center; background-color: #034ec6; color: #e3e5e8; } footer .content-wrapper { margin: 50px 0; } footer .footer-content { display: flex; justify-content: center; align-items: center; width: 100%; flex-direction: column; } footer p { margin: 0; } footer address a { font-size: 1em; } footer .contact { margin-bottom: 50px; } footer .copyright { margin: 20px 0; } .thirds { display: flex; justify-content: center; align-items: center; width: 100%; } input { align-items: center; justify-content: center; } /*************Mobile Styles****************/ main { background-color: #e3e5e8; } .mission { display: flex; justify-content: center; align-items: center; flex-flow: row wrap; background-color: #e3e5e8; padding-left: 10px; } .announcement { color: #f7021a; } .diverted { color: #39393a; font-size: 1em; font-weight: bolder; text-transform: uppercase; text-decoration: underline; } .diverted:hover { background: #39393a; color: #e3e5e8; } /***slide show***/ * {box-sizing:border-box} /* Slideshow container */ .slideshow-container { max-width: 1400px; position: relative; margin: auto; background-color: #e3e5e8; } /* Hide the images by default */ .mySlides { display: none; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -22px; padding: 16px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .active, .dot:hover { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } .next-trip { display: flex; justify-content: center; align-items: center; text-align: center; } .link-holder { border: 1px blue solid; display: flex; justify-content: center; align-items: center; } .point { border: 3px solid green; padding-right: 10px; font-size: 20px; } .apply-for-it { display: flex; justify-content: center; align-items: center; flex-direction: column; } .banner { background: #f7021a; width: 100%; color: #e3e5e8; text-align: center; height: 50vh; display: flex; justify-content: center; align-items: center; } .apply-for-it i { font-size: 2em; display: flex; width: 100%; justify-content: center; align-items: center; margin: 0; text-align: center; } .apply-for-it h4 { font-size: 1.5em; text-align: center; width: 90%; justify-content: center; align-items: center; display: flex; } .big-pic { background-color: #e8160b; color: #e3e5e8; padding: 40px; } .past-trips { display: flex; justify-content: center; align-content: center; } article .trip-pic { width: 90%; } .trip-pic figure { margin-bottom: 20px; padding-top: 20px; } .apply-for-it a { color: #39393a; } .apply-for-it a:hover { color: red; } /* ========================================================================== 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: 768px) { .content-wrapper { max-width: 640px; margin: 50px; } h1 { font-size: 3.75em; } h2 { font-size: 2.4em; } header a { font-size: 1.4em; } p { line-height: 1.7em; } /***header***/ header { justify-content: space-around; } header .header{ margin: none; width: 90%; justify-content: space-between; } .my-title { width: 42%; justify-content: flex-start; } header nav { width: 57%; justify-content: center; } header nav ul { justify-content: space-between; width: 100%; } header nav ul li { width: 33%; } footer .footer-content { display: flex; justify-content: center; align-items: center; flex-direction: row; } footer .copyright { width: 100%; } footer p { font-size: 1.1em; } footer address a { font-size: 1.1em; } /****mission on index page*****/ .mission-content { display: flex; justify-content: space-between; align-items: start; } .mission-content p { width: 40%; } /******apply**********/ .apply-for-it p { width: 90%; display: flex; } .apply-for-it article { padding-bottom: 20px; } /****next trip*****/ .big-pic { width: 100%; height: 100%; background: url('../img/ww2memorial.jpg') center no-repeat; background-size: cover; display: flex; justify-content: center; flex-flow: row wrap; } .next-trip { display: flex; align-items: center; justify-content: center; } .dates-next-trip { width: 75%; height: 50%; padding: 40px; background-color: #e8160b; color: #e3e5e8; border-radius: 25px; border: 5px solid #e3e5e8; } .past-trips { display: flex; justify-content: center; flex-wrap: wrap; } .trip-pictures { display: flex; justify-content: center; flex-wrap: wrap; } .trip-pic { display: flex; justify-content: center; align-content: center; width: 45%; } .trip-pictures article { display: flex; justify-content: space-between; align-items: center; flex-flow: column wrap; flex-basis: 50%; } .trip-pictures article figure { flex-flow: column wrap; display: flex; } /* Style adjustments for viewports that meet the condition */ } @media only screen and (min-width: 1200px) { .content-wrapper { max-width: 960px; } h1 { font-size: 5em; } h3, h4 { font-size: 1.25em; } header a { font-size: 2em; } header .header { width: 80%; } header nav { width: 45%; } p { font-size: 1.3em; } .thirds { width: 45%; flex-wrap: nowrap; } @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; } }
0.488771
0.099514
html { overflow-x: hidden; } nav { width: 100vw; } /**Viewport**/ .container-fluid { display: flex; flex-direction: column; justify-content: center; padding: 0; } .fullviewport { min-height: 100vh; } /**Custom Headline**/ .headline { font-size: 3.3rem; margin-top: 1em; margin-bottom: 1em; text-align: center; } h2 { font-family: Raleway; } /** Nav Style **/ .navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light { padding-top: 4px; padding-bottom: 1px; } #LogoIMG { height: 1.5rem; margin-bottom: 0.3rem; } #Login { height: 2rem; margin-top: 0.2rem; margin-right: 1.6rem; } ul { list-style-type: none; } nav div ul li a { font-family: Raleway; margin-left: 1em; margin-right: 1em; } /**LandingPage Styling**/ .carousel-caption { position: relative; left: auto; right: auto; } .carousel-caption p { color: #151515; } #carouselHeader .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important; } #carouselHeader .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important; } #carouselTestimonials .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important; } #carouselTestimonials .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important; } /**Willkommen**/ #welcome { background-color: #FBEFF5; } .imageContainer { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; } .imageContainer img { width: 100%; padding-bottom: 2em; padding-top: 2em; } .textFrame { width: 90%; margin-bottom: 2em; } .iconsFrame { width: 90%; align-items: center; text-align: center; margin-bottom: 2em; } .iconsFrame img { padding: 2em; width: 100%; } /**SoFunktionierts**/ #SoFunktioniertsLink { background-color: #FCFCFC; height: 100vh; } /**Generator**/ #GeneratorLink { background-color: #FBEFF5; padding-bottom: 30px; } #eisgenerator { height: 100vh; } .nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: black; border-color: #191919; background-color: #EFEFEF; } a { color: black; } .steps { padding-bottom: 1em; } .pay { width: 80%; padding: 0.5em; } .btn-outline-secondary:hover { color: black; border-color: #ACACAC; background-color: #D5D5D5; } .btn-outline-secondary { color: black; border-color: #C4C4C4; background-color: #EFEFEF; } /**Testimonials**/ #testimonials { background-color: #FCFCFC; } .background-img { background-image: url("../img/eistapete1.jpg"); } .testimonials { background-color: #F4F4F4; width: 90%; height: 90%; align-items: center; text-align: justify; padding-bottom: 2em; margin-bottom: 2em; } .testimonials p { margin: 2em; } .testimonials img { padding: 2em; width: 100%; } /**Über Uns**/ #aboutus { background-color: #FBFBFB; } .aboutus { width: 90%; height: 90%; align-items: center; text-align: justify; padding-bottom: 2em; margin-bottom: 2em; text-align: center; } .aboutus p { padding-left: 2em; padding-right: 2em; } /**Custom Links**/ .infos { color: #191919; text-decoration: none; } .infos:hover { color: #0066CC; text-decoration: none; } /**Footer**/ #impressum { background-color: #F4F4F4; } #impressum h6 { margin-top: 1em; } #socialmedia-leiste { background-color: #F4F4F4; padding: 1em; align-items: center; } #socialmedia-leiste img { display: inline; } .socialmedia { width: 2rem; margin: 0.3rem; } .fairtrade { width: 9rem; } .margin-top { margin-top: 50px; } .socialsContainer { margin-left: 36.2%; } .app { width: 70%; } .adap-impress { margin-left: 15rem; margin-right: 15rem; " } /** Responsive **/ @media(max-width:1325px) { .adap-impress { margin-left: 5rem; margin-right: 5rem; " } } @media(min-width:1220px) { .nav-link { font-size: 1rem; } } @media(min-width:1199px)and (max-width:1220px) { .nav-link { margin-left: 0.8rem; margin-right: 0.8rem; } } @media(max-width:1199px) { #Login { display: none; } } @media(max-width:1000px) { .socialmedia { width: 1.5rem; } } @media(max-width:993px) { .adap-impress { margin-left: 1rem; margin-right: 1rem; " } } @media(max-width:991.5px) { .aboutusicon { padding: 5em; } } @media(max-width:768px) { .app { width: 30%; } .margin-top { margin: 2%; } .iconsFrame img{ width: 70%; } } @media(max-width:700px) { .socialmedia { width: 2rem; } .app { width: 35%; } }
eisdiele_de_website/assets/css/style.css
html { overflow-x: hidden; } nav { width: 100vw; } /**Viewport**/ .container-fluid { display: flex; flex-direction: column; justify-content: center; padding: 0; } .fullviewport { min-height: 100vh; } /**Custom Headline**/ .headline { font-size: 3.3rem; margin-top: 1em; margin-bottom: 1em; text-align: center; } h2 { font-family: Raleway; } /** Nav Style **/ .navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light { padding-top: 4px; padding-bottom: 1px; } #LogoIMG { height: 1.5rem; margin-bottom: 0.3rem; } #Login { height: 2rem; margin-top: 0.2rem; margin-right: 1.6rem; } ul { list-style-type: none; } nav div ul li a { font-family: Raleway; margin-left: 1em; margin-right: 1em; } /**LandingPage Styling**/ .carousel-caption { position: relative; left: auto; right: auto; } .carousel-caption p { color: #151515; } #carouselHeader .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important; } #carouselHeader .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important; } #carouselTestimonials .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important; } #carouselTestimonials .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important; } /**Willkommen**/ #welcome { background-color: #FBEFF5; } .imageContainer { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; } .imageContainer img { width: 100%; padding-bottom: 2em; padding-top: 2em; } .textFrame { width: 90%; margin-bottom: 2em; } .iconsFrame { width: 90%; align-items: center; text-align: center; margin-bottom: 2em; } .iconsFrame img { padding: 2em; width: 100%; } /**SoFunktionierts**/ #SoFunktioniertsLink { background-color: #FCFCFC; height: 100vh; } /**Generator**/ #GeneratorLink { background-color: #FBEFF5; padding-bottom: 30px; } #eisgenerator { height: 100vh; } .nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: black; border-color: #191919; background-color: #EFEFEF; } a { color: black; } .steps { padding-bottom: 1em; } .pay { width: 80%; padding: 0.5em; } .btn-outline-secondary:hover { color: black; border-color: #ACACAC; background-color: #D5D5D5; } .btn-outline-secondary { color: black; border-color: #C4C4C4; background-color: #EFEFEF; } /**Testimonials**/ #testimonials { background-color: #FCFCFC; } .background-img { background-image: url("../img/eistapete1.jpg"); } .testimonials { background-color: #F4F4F4; width: 90%; height: 90%; align-items: center; text-align: justify; padding-bottom: 2em; margin-bottom: 2em; } .testimonials p { margin: 2em; } .testimonials img { padding: 2em; width: 100%; } /**Über Uns**/ #aboutus { background-color: #FBFBFB; } .aboutus { width: 90%; height: 90%; align-items: center; text-align: justify; padding-bottom: 2em; margin-bottom: 2em; text-align: center; } .aboutus p { padding-left: 2em; padding-right: 2em; } /**Custom Links**/ .infos { color: #191919; text-decoration: none; } .infos:hover { color: #0066CC; text-decoration: none; } /**Footer**/ #impressum { background-color: #F4F4F4; } #impressum h6 { margin-top: 1em; } #socialmedia-leiste { background-color: #F4F4F4; padding: 1em; align-items: center; } #socialmedia-leiste img { display: inline; } .socialmedia { width: 2rem; margin: 0.3rem; } .fairtrade { width: 9rem; } .margin-top { margin-top: 50px; } .socialsContainer { margin-left: 36.2%; } .app { width: 70%; } .adap-impress { margin-left: 15rem; margin-right: 15rem; " } /** Responsive **/ @media(max-width:1325px) { .adap-impress { margin-left: 5rem; margin-right: 5rem; " } } @media(min-width:1220px) { .nav-link { font-size: 1rem; } } @media(min-width:1199px)and (max-width:1220px) { .nav-link { margin-left: 0.8rem; margin-right: 0.8rem; } } @media(max-width:1199px) { #Login { display: none; } } @media(max-width:1000px) { .socialmedia { width: 1.5rem; } } @media(max-width:993px) { .adap-impress { margin-left: 1rem; margin-right: 1rem; " } } @media(max-width:991.5px) { .aboutusicon { padding: 5em; } } @media(max-width:768px) { .app { width: 30%; } .margin-top { margin: 2%; } .iconsFrame img{ width: 70%; } } @media(max-width:700px) { .socialmedia { width: 2rem; } .app { width: 35%; } }
0.443359
0.089335
* { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: "Open Sans"; height: 100%; position: relative; background-color: #edeeef; } .wrapper { position: relative; padding-bottom: 160px; min-height: 100vh; overflow: hidden; display: block; } main { padding-bottom: 70px; padding-top: 30px; /*width: 50%; margin: auto;*/ text-align: center; } label:hover, .column input:hover { cursor: pointer; /*border: 1px solid #26262a;*/ background-color: #1367b6; color: white; } label { width: 400px; } .logo { height: 50px; width: 94px; margin: auto; display: block; background-image: url("../img/logo.png"); } .logo:hover { background-image: url("../img/logo-hover.png"); } header { background-color: #26262a; width: 100%; height: 110px; text-align: center; padding-top: 10px; } .title { font-size: 30px; color: white; } footer { background-color: #26262a; width: 100%; color: white; text-align: center; position: absolute; bottom: 0; } .footer-logo { height: 30px; width: 56px; background-image: url("../img/logo-footer.png"); margin-top: 35px; display: block; margin-left: auto; margin-right: auto; } .footer-logo:hover { background-image: url("../img/logo-footer-hover.png"); } button { font-size: 20px; background-color: #1367b6; color: white; border: 0px; border-radius: 3px; padding: 20px; cursor: pointer; margin-top: 10px; margin-bottom: 10px; } #refresh { width: 150px; padding: 10px; } button:hover { background-color: rgb(7, 74, 136); } .question { font-weight: 600; margin-bottom: 10px; margin-top: 25px; text-align: left; } .answers { margin-bottom: 20px; text-align: left; } .answers label { display: block; } .alert-window { display: none; position: fixed; z-index: 2; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.616); } .alert-window-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 40%; text-align: center; } .alert-window button { padding: 5px; font-size: 20px; } .alert-window input { padding: 4px; font-size: 19px; } .close { color: #aaa; float: right; font-size: 30px; font-weight: bold; } .headline-left { width: 100%; text-align: left; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } .column { float: left; width: 50%; padding: 40px; padding-top: 0px; /*padding-right: 0px;*/ text-align: center; } .headline { font-size: 30px; } .weather { position: fixed; text-align: left; z-index: 1; margin-top: 0px; margin-bottom: 200px; } #search-box { border: none; border-radius: 3px; height: 44px; width: 400px; margin-right: 5px; padding: 5px 10px; color: black; } #weather-icon { width: 166px; padding-top: 20px; } .weather-info { float: right; padding-top: 20px; padding-left: 20px; } .weather p { margin: 0; font-size: 25px; } @media screen and (max-width: 1214px) { .headline { font-size: 20px; } #weather-icon { width: 120px; padding-top: 20px; } .weather p { margin: 0; font-size: 15px; } button { font-size: 15px; background-color: #1367b6; color: white; border: 0px; border-radius: 3px; padding: 20px; cursor: pointer; margin-top: 10px; margin-bottom: 10px; } #refresh { width: 100px; padding: 5px; } } @media screen and (max-width: 858px) { .weather-info { float: none; padding-top: 0px; padding-left: 20px; } #weather-icon { width: 100px; padding-top: 0px; } .alert-window-content { width: 60%; } } @media screen and (max-width: 550px) { .column { width: 100%; padding: 10px; } .weather { position: static; text-align: center; margin-bottom: 0px; } .alert-window-content { width: 75%; } }
www/kubl05/SP2/css/styles.css
* { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: "Open Sans"; height: 100%; position: relative; background-color: #edeeef; } .wrapper { position: relative; padding-bottom: 160px; min-height: 100vh; overflow: hidden; display: block; } main { padding-bottom: 70px; padding-top: 30px; /*width: 50%; margin: auto;*/ text-align: center; } label:hover, .column input:hover { cursor: pointer; /*border: 1px solid #26262a;*/ background-color: #1367b6; color: white; } label { width: 400px; } .logo { height: 50px; width: 94px; margin: auto; display: block; background-image: url("../img/logo.png"); } .logo:hover { background-image: url("../img/logo-hover.png"); } header { background-color: #26262a; width: 100%; height: 110px; text-align: center; padding-top: 10px; } .title { font-size: 30px; color: white; } footer { background-color: #26262a; width: 100%; color: white; text-align: center; position: absolute; bottom: 0; } .footer-logo { height: 30px; width: 56px; background-image: url("../img/logo-footer.png"); margin-top: 35px; display: block; margin-left: auto; margin-right: auto; } .footer-logo:hover { background-image: url("../img/logo-footer-hover.png"); } button { font-size: 20px; background-color: #1367b6; color: white; border: 0px; border-radius: 3px; padding: 20px; cursor: pointer; margin-top: 10px; margin-bottom: 10px; } #refresh { width: 150px; padding: 10px; } button:hover { background-color: rgb(7, 74, 136); } .question { font-weight: 600; margin-bottom: 10px; margin-top: 25px; text-align: left; } .answers { margin-bottom: 20px; text-align: left; } .answers label { display: block; } .alert-window { display: none; position: fixed; z-index: 2; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.616); } .alert-window-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 40%; text-align: center; } .alert-window button { padding: 5px; font-size: 20px; } .alert-window input { padding: 4px; font-size: 19px; } .close { color: #aaa; float: right; font-size: 30px; font-weight: bold; } .headline-left { width: 100%; text-align: left; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } .column { float: left; width: 50%; padding: 40px; padding-top: 0px; /*padding-right: 0px;*/ text-align: center; } .headline { font-size: 30px; } .weather { position: fixed; text-align: left; z-index: 1; margin-top: 0px; margin-bottom: 200px; } #search-box { border: none; border-radius: 3px; height: 44px; width: 400px; margin-right: 5px; padding: 5px 10px; color: black; } #weather-icon { width: 166px; padding-top: 20px; } .weather-info { float: right; padding-top: 20px; padding-left: 20px; } .weather p { margin: 0; font-size: 25px; } @media screen and (max-width: 1214px) { .headline { font-size: 20px; } #weather-icon { width: 120px; padding-top: 20px; } .weather p { margin: 0; font-size: 15px; } button { font-size: 15px; background-color: #1367b6; color: white; border: 0px; border-radius: 3px; padding: 20px; cursor: pointer; margin-top: 10px; margin-bottom: 10px; } #refresh { width: 100px; padding: 5px; } } @media screen and (max-width: 858px) { .weather-info { float: none; padding-top: 0px; padding-left: 20px; } #weather-icon { width: 100px; padding-top: 0px; } .alert-window-content { width: 60%; } } @media screen and (max-width: 550px) { .column { width: 100%; padding: 10px; } .weather { position: static; text-align: center; margin-bottom: 0px; } .alert-window-content { width: 75%; } }
0.461017
0.097219
html { width: 100%; } body { width: 100%; line-height: 100%; font-family: "Proxima Nova", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 100; color: rgba(27,66,157,1) !important; z-index: 0 !important; background-color: #f7f7f7; padding: 0; margin: 0; } /* ------------------------------------------------------ General ------------------------------------------------------ */ .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; } .margin_right_30 { margin-right: 30px; } .margin_top_30 { margin-top: 30px; } .padding0 { padding: 0 !important; } .padding5 { padding: 5px !important; } .padding10 { padding: 10px !important; } .padding50 { padding: 50px !important; } img { width: 100%; } h1 { font-weight: 500; color: rgba(255,183,39,0.88); line-height: 100% !important; } @media (min-width: 1400px) { h1 { font-size: 2.4em; } } @media (min-width: 992px) and (max-width: 1399px) { h1 { font-size: 2.1em; } } @media (min-width: 768px) and (max-width: 991px) { h1 { font-size: 1.8em; } } @media (min-width: 478px) and (max-width: 767px) { h1 { font-size: 1.5em; } } @media (max-width: 477px) { h1 { font-size: 1em; } } h2 { text-align: center; font-weight: 300; color: rgba(27,66,157,0.88); } @media (min-width: 1400px) { h2 { font-size: 2.4em; } } @media (min-width: 992px) and (max-width: 1399px) { h2 { font-size: 2em; } } @media (min-width: 768px) and (max-width: 991px) { h2 { font-size: 1.5em; } } @media (min-width: 478px) and (max-width: 767px) { h2 { font-size: 1.2em; } } @media (max-width: 477px) { h2 { font-size: 0.8em; } } h3 { font-weight: 500 !important; margin-top: 10px !important; text-align: center; color: rgba(27,66,157,1); } @media (min-width: 1400px) { h3 { font-size: 2.5em; } } @media (min-width: 992px) and (max-width: 1399px) { h3 { font-size: 2em; } } @media (min-width: 768px) and (max-width: 991px) { h3 { font-size: 1.7em; } } @media (min-width: 478px) and (max-width: 767px) { h3 { font-size: 1.4em; } } @media (max-width: 477px) { h3 { font-size: 1.2em; } } h4 { margin: 0 !important; margin-left: 5% !important; font-weight: 200; text-align: left; color: rgba(255,183,39,1) !important; } @media (min-width: 1400px) { h4 { font-size: 1.8em; } } @media (min-width: 992px) and (max-width: 1399px) { h4 { font-size: 1.5em; } } @media (min-width: 768px) and (max-width: 991px) { h4 { font-size: 1.2em; } } @media (min-width: 478px) and (max-width: 767px) { h4 { font-size: 1.2em; } } @media (max-width: 477px) { h4 { font-size: 1em; } } h5 { color: rgba(27,66,157,1); font-weight: 300; } @media (min-width: 1400px) { h5 { font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { h5 { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { h5 { font-size: 1em; } } @media (min-width: 478px) and (max-width: 767px) { h5 { font-size: 1em; } } @media (max-width: 477px) { h5 { font-size: 1.2em; } } .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; } .font1em { font-size: 1em; } .font10 { font-size: 10px; } .font12 { font-size: 12px; } .font14 { font-size: 14px; } .font16 { font-size: 16px; } .font18 { font-size: 18px; } .font20 { font-size: 20px; } .paragraph { margin-left: 5%; margin-right: 5%; margin-top: 2%; margin-bottom: 2%; } .italic { font-style: italic; color: inherit !important; } .uppercase { text-transform : uppercase; } /*ul, ol, li { font-size: 1em !important; } */ ul { list-style-type: circle; } ul ul { list-style-type: square; } .list_no_style_li { list-style-type: none; } .inline_li li { display: inline; } a, a:focus { color: inherit; text-decoration: none; } button, button:focus { color: inherit; text-decoration: none; } a:hover { color: inherit; text-decoration: underline; } .no_style_a, .no_style_a:focus { text-decoration: none; font-style: normal; } .no_style_a:hover { color: inherit; text-decoration: none; font-style: normal; } .no_style_button, .no_style_button:focus { border: none; background-color: transparent; box-shadow: none; } .btn:focus { color: inherit; text-decoration: none; box-shadow: none; } p { margin: 10px 5px ; text-align: left; } @media (min-width: 1400px) { p, ul, .well, .thumbnail, .modal-content { font-size: 14px; } } @media (min-width: 992px) and (max-width: 1399px) { p, ul, .well, .thumbnail, .modal-content { font-size: 13px; } } @media (min-width: 768px) and (max-width: 991px) { p, ul, .well, .thumbnail, .modal-content { font-size: 12px; } } @media (min-width: 478px) and (max-width: 767px) { p, ul, .well, .thumbnail, .modal-content { font-size: 11px; } } @media (max-width: 477px) { p, ul, .well, .thumbnail, .modal-content { font-size: 12px; } } strong { font-weight: 700; } .row { width: 100% !important; margin: 0 !important; } .row92 { width: 92% !important; margin-left: 4% !important; margin-top: 0; margin-bottom: 0; } .row80 { width: 80% !important; margin-left: 10% !important; margin-top: 0; margin-bottom: 0; } .row60 { width: 60% !important; margin-left: 20% !important; margin-top: 0; margin-bottom: 0; } @media (max-width: 767px) { .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { padding: 2px; margin: 0; } } .inline_div { display: inline-block; } .block_div { display: block; } .opacity0 { opacity: 0; } .opacity05 { opacity: 0.5; } .opacity1 { opacity: 1; } .cursor_default { cursor: default !important; } textarea { resize: vertical; } .well { color: rgba(27,66,157,1) !important; } .white { color: white !important; } .black { color: black !important; } hr { color: white; background-color: transparent; margin: 5px 0 !important; height: 1px; } .dark_hr { box-shadow: none; border: none; color: rgba(27,66,157,1); background-color: rgba(27,66,157,1) !important; } .medium_hr { box-shadow: none; border: none; color: rgba(27,66,157,0.2); background-color: rgba(27,66,157,0.2) !important; } blockquote { background: #f9f9f9; border-left: 10px solid #ccc; margin: 1.5em 10px; padding: 0.5em 10px; quotes: "\201C""\201D""\2018""\2019"; } blockquote:before { color: #ccc; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; } blockquote p { display: inline; } /* ------------------------------------------------------ Header ------------------------------------------------------ */ #header { z-index: 50; background-color: white !important; padding: 0 !important; margin-bottom: 5px; } @media (min-width: 1400px) { #header_content { width: 76%; margin-left: 12%; } } @media (min-width: 992px) and (max-width: 1399px) { #header_content { width: 88%; margin-left: 6%; } } @media (max-width: 991px) { #header_content { width: 98%; margin-left: 1%; } } @media (min-width: 478px) and (max-width: 767px) { #header_content { width: 98%; margin-left: 1%; } #header ul { font-size: 0.66em; } } @media (max-width: 477px) { #header_content { width: 100%; } #header ul { font-size: 0.5em; } } #div_logo_header { display: inline-block !important; margin: 0 !important; padding: 0 !important; } #logo_header { width: 100%; } #nav_header, #nav_header ul { margin: 0 !important; } #nav_header ul{ padding: 5px; white-space:nowrap; } @media (min-width: 1400px) { #nav_header ul{ margin-top: 20px !important; } } @media (min-width: 992px) and (max-width: 1399px) { #nav_header ul{ margin-top: 20px !important; } } @media (max-width: 991px) { #nav_header ul{ margin-top: 0px !important; } } @media (min-width: 478px) and (max-width: 767px) { #nav_header ul{ margin-top: 0px !important; } } @media (max-width: 477px) { #nav_header ul{ margin-top: 5px !important; } } #nav_header ul li{ display:inline; text-align:center; } #nav_header ul li a{width:12%;} #nav_header ul li a{ display:inline-block; box-sizing:border-box; color:rgba(27,66,157,0.88); text-decoration:none; text-shadow:0 1px 0 white; background-color:transparent; transition:background-color .3s ease; } #nav_header ul li a:hover,#nav_header ul li a:focus{ color:rgba(27,66,157,0.88); background-color:rgba(255,255,255,.4); transition:background-color .3s ease .4s; } #nav_header ul li a:focus{ border-bottom: 3px solid rgba(27,66,157,0.88); } #nav_header ul li:last-child::after{ content:""; position:absolute; left:0px; bottom:-3px; display:block; width:0; height:3px; background:#ccc; border-bottom:1px solid rgba(255,255,255,.8); transition: all .5s ease; } #nav_header ul li:hover ~ li:last-child::after, #nav_header ul li:last-child:hover::after{background: rgba(27,66,157,0.88);} #nav_header ul li:nth-child(1):hover ~ li:last-child::after {left:2.75% !important;width:11% !important;} #nav_header ul li:nth-child(1).header_active ~ li:last-child::after{left:2.75%;width:11%;} #nav_header ul li:nth-child(2):hover ~ li:last-child::after {left:14.75% !important;width:11% !important;} #nav_header ul li:nth-child(2).header_active ~ li:last-child::after{left:14.75%;width:11%;} #nav_header ul li:nth-child(3):hover ~ li:last-child::after {left:26.75% !important;width:11% !important;} #nav_header ul li:nth-child(3).header_active ~ li:last-child::after{left:26.75%;width:11%;} #nav_header ul li:nth-child(4):hover ~ li:last-child::after {left:38.75% !important;width:11% !important;} #nav_header ul li:nth-child(4).header_active ~ li:last-child::after{left:38.75%;width:11%;} #nav_header ul li:nth-child(5):hover ~ li:last-child::after {left:50.75% !important;width:11% !important;} #nav_header ul li:nth-child(5).header_active ~ li:last-child::after{left:50.75%;width:11%;} #nav_header ul li:nth-child(6):hover ~ li:last-child::after {left:62.75% !important;width:11% !important;} #nav_header ul li:nth-child(6).header_active ~ li:last-child::after{left:62.75%;width:11%;} #nav_header ul li:last-child.header_active::after{left:74.75%;width:11%;} #nav_header ul li:last-child:hover::after{left:74.75% !important;width:11% !important;} /* next 86.75% */ .right_border_li { border-right: 1px solid rgba(27,66,157,0.3); } #social_media { z-index: 50; position: absolute; top: 10px; right: 0px; margin: 5px; padding:4px; text-align: center; } .social { display: inline-block; margin: 4px 2px; width : 20px; height: 20px; } @media (min-width: 992px) and (max-width: 1399px) { #social_media { margin: 3px !important; padding:2px !important; } } @media (max-width: 477px) { .social { display: block !important; } } .social_fb { background-image: url('../../img/system/social/fb.png'); background-size: 100%; } .social_fb:hover { background-image: url('../../img/system/social/fb_hover.png'); background-size: 100%; } .social_tw { background-image: url('../../img/system/social/tw.png'); background-size: 100%; } .social_tw:hover { background-image: url('../../img/system/social/tw_hover.png'); background-size: 100%; } .social_mail { background-image: url('../../img/system/social/mail.png'); background-size: 100%; } .social_mail:hover { background-image: url('../../img/system/social/mail_hover.png'); background-size: 100%; } #button_to_top { font-size: 1em; position: fixed; bottom: 50px; right: 50px; width: 50px; height: 50px; z-index: 999; } #button_to_top button { width: 50px; height: 50px; border-radius: 3px; text-align: center !important; background-color: rgba(27,66,157,0.95); } .btn-to-top { margin-left: 10px; margin-right: 10px; border: 2px solid transparent; } .btn-to-top:hover { color: rgba(27,66,157,1); border: 2px solid white; } #side_buttons { position: fixed; right: 22px; top: 40%; width: 12px; z-index: 10100; } @media (max-width: 991px) { #side_buttons { right: 14px !important; } } .btn-side, .btn-side-invert { width: 10px !important; height: 10px !important; border-radius: 5px !important; margin: 1px 0 !important; padding: 0; background-color: transparent; } .btn-side { border: 1px solid rgba(27,66,157,0.88); } .btn-side:hover { border: 1px solid transparent; background-color: rgba(41,41,41,0.7); } .btn-side-active, .btn-side-active:hover { border: 1px solid transparent; background-color: rgba(27,66,157,0.88); } .pop_hover_side { position:absolute; margin-top: -10px; margin-left: -110px; width: 100px; text-align: right !important; color: rgba(27,66,157,0.88); background: transparent; padding: 0; border: none; display: block; z-index: 10000; } .btn-side:hover .pop_hover_side, .btn-side:focus .pop_hover_side, .btn-side-invert:hover .pop_hover_side, .btn-side-invert:focus .pop_hover_side { display: block !important; } /* For the white spots */ .btn-side-invert { border: 1px solid white !important; } .btn-side-invert:hover { background-color: rgba(250,250,250,0.7) !important; } .btn-side-invert-active, .btn-side-invert-active:hover { background-color: white !important; } /* For the white writings in the invert */ .btn-side-invert .pop_hover_side { color: white !important; } .btn_up_arrow, .btn_arrow { width: 20px; position: relative; top: -2px; z-index: 5; } /* ----------------------------------------------- Content -------------------------------------------------- */ #page_container_gen { width: 100%; background-color: transparent !important;/*#f1f1f1;*/ color: rgba(27,66,157,1) !important; z-index: 0 !important; } @media (min-width: 1400px) { #page_content { margin-left: 12%; width: 76%; } } @media (min-width: 992px) and (max-width: 1399px) { #page_content { margin-left: 9%; width: 82%; } } @media (min-width: 768px) and (max-width: 991px) { #page_content { margin-left: 4%; width: 92%; } } @media (min-width: 478px) and (max-width: 767px) { #page_content { margin-left: 1%; width: 98%; } } @media (max-width: 477px) { #page_content { width: 100%; } } #sessionFlash { position: absolute; bottom : 10px; text-align: center; margin: auto; display: none; z-index: 99999; } .alert { padding: 4px 10px; padding-right: 30px; border: 1px solid rgba(27,66,157,1); } .btn-perso{ color: rgba(27,66,157,1); box-shadow: none; border-radius: 0; border:1px solid rgba(27,66,157,0.78); padding: 3px 6px ; background-color: transparent; margin: 2px 10px; } .btn-perso:hover{ background-color: rgba(27,66,157,0.2); } .btn-perso:focus, .btn-perso-white:focus { outline: none; } @media (min-width: 1400px) { .btn-perso { font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { .btn-perso { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { .btn-perso { font-size: 1em; } } @media (min-width: 478px) and (max-width: 767px) { .btn-perso { font-size: 0.9em; } } @media (max-width: 477px) { .btn-perso { font-size: 0.85em; } } .btn-perso-white { color: white !important; border:1px solid white !important; } .btn-perso-white:hover { background-color: rgba(250,250,250,0.2) !important; } .txt_sobre_img { background-color: rgba(250,250,250,0.95); } .panel { background-color: rgba(250,250,250,0.8) !important; } .photo_certif { width: 40%; margin: 10px; } #foto_galeria { margin: auto; } /* ------------------------------------------------------ Admin ------------------------------------------------------ */ .remember_me_box { margin-left: 42%; } #nav_header_admin ul li{ display:inline; text-align:center; } #nav_header_admin ul li a{width:12%;} #nav_header_admin ul li a{ display:inline-block; box-sizing:border-box; color:rgba(27,66,157,0.88); text-decoration:none; text-shadow:0 1px 0 white; background-color:transparent; transition:background-color .3s ease; } #nav_header_admin ul li a:hover,#nav_header_admin ul li a:focus{ color:rgba(27,66,157,0.88); background-color:rgba(255,255,255,.4); transition:background-color .3s ease .4s; } #nav_header_admin ul li a:focus{ border-bottom: 3px solid rgba(27,66,157,0.88); } #nav_header_admin ul li:last-child::after{ content:""; position:absolute; left:0px; bottom:-3px; display:block; width:0; height:3px; background:#ccc; border-bottom:1px solid rgba(255,255,255,.8); transition: all .5s ease; } #nav_header_admin ul li:hover ~ li:last-child::after, #nav_header_admin ul li:last-child:hover::after{background: rgba(27,66,157,0.88);} #nav_header_admin ul li:nth-child(1):hover ~ li:last-child::after {left:6.75% !important;width:11% !important;} #nav_header_admin ul li:nth-child(1).header_active_admin ~ li:last-child::after{left:2.75%;width:11%;} #nav_header_admin ul li:nth-child(2):hover ~ li:last-child::after {left:18.25% !important;width:11% !important;} #nav_header_admin ul li:nth-child(2).header_active_admin ~ li:last-child::after{left:18.25%;width:11%;} #nav_header_admin ul li:last-child.header_active_admin::after{left:29.75%;width:11%;} #nav_header_admin ul li:last-child:hover::after{left:29.75% !important;width:11% !important;} .btn-log { background-color: transparent; border-radius: 0px !important; border-bottom: 1.5px solid transparent; border-top: 1.5px solid transparent; color: rgba(27,66,157,1) !important; box-shadow: none; text-decoration: none; } .btn-log:hover, .btn-log:focus, .btn-log:active { box-shadow: none; text-decoration: none; outline: none; border-bottom: 1.5px solid rgba(27,66,157,1); border-top: 1.5px solid rgba(27,66,157,1); } .border_black_left { border-left: 2px dotted rgba(27,66,157,1); } .nav_tabs_user { text-align: center; } .nav_tabs_user li { margin-bottom: 10px; display: inline-block; width: 12%; } .btn-choice-admin { border-radius: 0; width: 100%; background-color: transparent; border: 1px solid #001234; padding: 2px 5px ; } .btn-choice-admin:hover { background-color: rgba(150,150,150,0.6); } .nav_tabs_user li.active { background-color: rgba(150,150,150,0.6); } .logout-btn-admin:hover { background-color: rgba(200,79,86,0.6) !important; } .btn-action-admin { border-radius: 0; width: 100px; background-color: transparent; border: 1px solid rgba(150,150,150,0.8); color: rgba(150,150,150,0.8); padding: 2px 5px ; margin-right: 10px; } .btn-action-admin:hover { background-color: rgba(150,150,150,0.6); } .btn-action-admin .btn_arrow { opacity: 0.4; } .btn-action-admin:hover .btn_arrow { opacity: 1 !important; } .btn-delete-admin { border-radius: 0; background-color: transparent; border: none; padding: 5px ; margin-left: 10px; opacity: 0; } .photo_admin:hover .btn-delete-admin { opacity: 0.5; } .btn-delete-admin:hover { opacity: 1 !important; } .arrow_article { width: 20px; } .date_article { font-style: italic; font-size: 0.8em; margin-right: 8px; } .list_articles_admin { margin: 0; margin-left: 0px; padding: 0; } .list_articles_admin li { color: rgba(27,66,157,1) !important; margin-top: 4px; margin-bottom: 4px; padding: 5px !important; text-align: left !important; border: 1px solid transparent; } .list_articles_admin li:hover { border: 1px solid rgba(27,66,157,0.2) !important; border-radius: 4px; } .li_article_active { border: 1px solid rgba(27,66,157,0.88) !important; border-radius: 4px; } .article_photo_admin { border: 3px solid rgba(27,66,157,0.88); margin-left: 10%; width: 80% !important; } .article_photo_admin:hover { cursor: pointer; } .btn-category-admin { padding: 3px 6px; } .btn-category-admin:hover, .btn-category-admin:focus, .btn-category-admin:active { text-decoration: none; } .btn-category-admin:hover .btn_arrow, .btn-category-admin:focus .btn_arrow, .btn-category-admin:active .btn_arrow { opacity: 0.5; } .btn-category-admin .btn_arrow { opacity: 0; } .list_elements_admin { margin: 0; margin-left: 10px; padding: 0; } .list_elements_admin li { color: rgba(27,66,157,1) !important; margin-top: 4px; margin-bottom: 4px; padding: 5px; } .li_element_active { border: 1px solid rgba(27,66,157,0.5); background-color: rgba(27,66,157,0.1); } .li_element_active a { font-weight: 900 !important; } .li_element_active .arrow_element img, .li_element_active .arrow_element_opp img { opacity: 1; } .date_element, .date_element_opp { font-size: 0.8em; color: rgba(150,150,150,0.8); font-style: italic; } .arrow_element { margin-left: 5px; } .arrow_element img { width: 20px; opacity: 0; } .arrow_element_opp { margin-right: 5px; } .arrow_element_opp img { width: 20px; opacity: 0; } .thumbnail_page { padding: 10px; } /* ------------------------------------------------------ Footer ------------------------------------------------------ */ #footer { background-color: rgba(150,150,150,0.4); text-align: center; width : 100%; margin: 0 !important; color: rgba(150,150,150,1) !important; } #footer div.footer_part { padding-top: 25px; padding-bottom: 25px; } .footer_menu ul li { display: inline-block; padding: 5px; } .footer_menu .right_border_li { border-right: 1px solid rgba(40,40,40,0.4) !important; } .footer_main { margin-top: 5px; } .border_white_top { border-top: 1px solid white; } .footer_bottom { text-transform : uppercase; } .footer_bottom ul { list-style: none; } .footer_bottom ul li { display: inline-block; } .red { color: red !important; } .btn-footer{ color: white; box-shadow: none; border-radius: 0; border:1px solid white; padding: 3px 6px ; background-color: transparent; margin: 2px 10px; } .btn-footer:hover{ color: white; background-color: rgba(250,250,250,0.2); } .btn-footer:focus { outline: none; }
web/css/main_style.css
html { width: 100%; } body { width: 100%; line-height: 100%; font-family: "Proxima Nova", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 100; color: rgba(27,66,157,1) !important; z-index: 0 !important; background-color: #f7f7f7; padding: 0; margin: 0; } /* ------------------------------------------------------ General ------------------------------------------------------ */ .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; } .margin_right_30 { margin-right: 30px; } .margin_top_30 { margin-top: 30px; } .padding0 { padding: 0 !important; } .padding5 { padding: 5px !important; } .padding10 { padding: 10px !important; } .padding50 { padding: 50px !important; } img { width: 100%; } h1 { font-weight: 500; color: rgba(255,183,39,0.88); line-height: 100% !important; } @media (min-width: 1400px) { h1 { font-size: 2.4em; } } @media (min-width: 992px) and (max-width: 1399px) { h1 { font-size: 2.1em; } } @media (min-width: 768px) and (max-width: 991px) { h1 { font-size: 1.8em; } } @media (min-width: 478px) and (max-width: 767px) { h1 { font-size: 1.5em; } } @media (max-width: 477px) { h1 { font-size: 1em; } } h2 { text-align: center; font-weight: 300; color: rgba(27,66,157,0.88); } @media (min-width: 1400px) { h2 { font-size: 2.4em; } } @media (min-width: 992px) and (max-width: 1399px) { h2 { font-size: 2em; } } @media (min-width: 768px) and (max-width: 991px) { h2 { font-size: 1.5em; } } @media (min-width: 478px) and (max-width: 767px) { h2 { font-size: 1.2em; } } @media (max-width: 477px) { h2 { font-size: 0.8em; } } h3 { font-weight: 500 !important; margin-top: 10px !important; text-align: center; color: rgba(27,66,157,1); } @media (min-width: 1400px) { h3 { font-size: 2.5em; } } @media (min-width: 992px) and (max-width: 1399px) { h3 { font-size: 2em; } } @media (min-width: 768px) and (max-width: 991px) { h3 { font-size: 1.7em; } } @media (min-width: 478px) and (max-width: 767px) { h3 { font-size: 1.4em; } } @media (max-width: 477px) { h3 { font-size: 1.2em; } } h4 { margin: 0 !important; margin-left: 5% !important; font-weight: 200; text-align: left; color: rgba(255,183,39,1) !important; } @media (min-width: 1400px) { h4 { font-size: 1.8em; } } @media (min-width: 992px) and (max-width: 1399px) { h4 { font-size: 1.5em; } } @media (min-width: 768px) and (max-width: 991px) { h4 { font-size: 1.2em; } } @media (min-width: 478px) and (max-width: 767px) { h4 { font-size: 1.2em; } } @media (max-width: 477px) { h4 { font-size: 1em; } } h5 { color: rgba(27,66,157,1); font-weight: 300; } @media (min-width: 1400px) { h5 { font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { h5 { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { h5 { font-size: 1em; } } @media (min-width: 478px) and (max-width: 767px) { h5 { font-size: 1em; } } @media (max-width: 477px) { h5 { font-size: 1.2em; } } .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; } .font1em { font-size: 1em; } .font10 { font-size: 10px; } .font12 { font-size: 12px; } .font14 { font-size: 14px; } .font16 { font-size: 16px; } .font18 { font-size: 18px; } .font20 { font-size: 20px; } .paragraph { margin-left: 5%; margin-right: 5%; margin-top: 2%; margin-bottom: 2%; } .italic { font-style: italic; color: inherit !important; } .uppercase { text-transform : uppercase; } /*ul, ol, li { font-size: 1em !important; } */ ul { list-style-type: circle; } ul ul { list-style-type: square; } .list_no_style_li { list-style-type: none; } .inline_li li { display: inline; } a, a:focus { color: inherit; text-decoration: none; } button, button:focus { color: inherit; text-decoration: none; } a:hover { color: inherit; text-decoration: underline; } .no_style_a, .no_style_a:focus { text-decoration: none; font-style: normal; } .no_style_a:hover { color: inherit; text-decoration: none; font-style: normal; } .no_style_button, .no_style_button:focus { border: none; background-color: transparent; box-shadow: none; } .btn:focus { color: inherit; text-decoration: none; box-shadow: none; } p { margin: 10px 5px ; text-align: left; } @media (min-width: 1400px) { p, ul, .well, .thumbnail, .modal-content { font-size: 14px; } } @media (min-width: 992px) and (max-width: 1399px) { p, ul, .well, .thumbnail, .modal-content { font-size: 13px; } } @media (min-width: 768px) and (max-width: 991px) { p, ul, .well, .thumbnail, .modal-content { font-size: 12px; } } @media (min-width: 478px) and (max-width: 767px) { p, ul, .well, .thumbnail, .modal-content { font-size: 11px; } } @media (max-width: 477px) { p, ul, .well, .thumbnail, .modal-content { font-size: 12px; } } strong { font-weight: 700; } .row { width: 100% !important; margin: 0 !important; } .row92 { width: 92% !important; margin-left: 4% !important; margin-top: 0; margin-bottom: 0; } .row80 { width: 80% !important; margin-left: 10% !important; margin-top: 0; margin-bottom: 0; } .row60 { width: 60% !important; margin-left: 20% !important; margin-top: 0; margin-bottom: 0; } @media (max-width: 767px) { .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { padding: 2px; margin: 0; } } .inline_div { display: inline-block; } .block_div { display: block; } .opacity0 { opacity: 0; } .opacity05 { opacity: 0.5; } .opacity1 { opacity: 1; } .cursor_default { cursor: default !important; } textarea { resize: vertical; } .well { color: rgba(27,66,157,1) !important; } .white { color: white !important; } .black { color: black !important; } hr { color: white; background-color: transparent; margin: 5px 0 !important; height: 1px; } .dark_hr { box-shadow: none; border: none; color: rgba(27,66,157,1); background-color: rgba(27,66,157,1) !important; } .medium_hr { box-shadow: none; border: none; color: rgba(27,66,157,0.2); background-color: rgba(27,66,157,0.2) !important; } blockquote { background: #f9f9f9; border-left: 10px solid #ccc; margin: 1.5em 10px; padding: 0.5em 10px; quotes: "\201C""\201D""\2018""\2019"; } blockquote:before { color: #ccc; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; } blockquote p { display: inline; } /* ------------------------------------------------------ Header ------------------------------------------------------ */ #header { z-index: 50; background-color: white !important; padding: 0 !important; margin-bottom: 5px; } @media (min-width: 1400px) { #header_content { width: 76%; margin-left: 12%; } } @media (min-width: 992px) and (max-width: 1399px) { #header_content { width: 88%; margin-left: 6%; } } @media (max-width: 991px) { #header_content { width: 98%; margin-left: 1%; } } @media (min-width: 478px) and (max-width: 767px) { #header_content { width: 98%; margin-left: 1%; } #header ul { font-size: 0.66em; } } @media (max-width: 477px) { #header_content { width: 100%; } #header ul { font-size: 0.5em; } } #div_logo_header { display: inline-block !important; margin: 0 !important; padding: 0 !important; } #logo_header { width: 100%; } #nav_header, #nav_header ul { margin: 0 !important; } #nav_header ul{ padding: 5px; white-space:nowrap; } @media (min-width: 1400px) { #nav_header ul{ margin-top: 20px !important; } } @media (min-width: 992px) and (max-width: 1399px) { #nav_header ul{ margin-top: 20px !important; } } @media (max-width: 991px) { #nav_header ul{ margin-top: 0px !important; } } @media (min-width: 478px) and (max-width: 767px) { #nav_header ul{ margin-top: 0px !important; } } @media (max-width: 477px) { #nav_header ul{ margin-top: 5px !important; } } #nav_header ul li{ display:inline; text-align:center; } #nav_header ul li a{width:12%;} #nav_header ul li a{ display:inline-block; box-sizing:border-box; color:rgba(27,66,157,0.88); text-decoration:none; text-shadow:0 1px 0 white; background-color:transparent; transition:background-color .3s ease; } #nav_header ul li a:hover,#nav_header ul li a:focus{ color:rgba(27,66,157,0.88); background-color:rgba(255,255,255,.4); transition:background-color .3s ease .4s; } #nav_header ul li a:focus{ border-bottom: 3px solid rgba(27,66,157,0.88); } #nav_header ul li:last-child::after{ content:""; position:absolute; left:0px; bottom:-3px; display:block; width:0; height:3px; background:#ccc; border-bottom:1px solid rgba(255,255,255,.8); transition: all .5s ease; } #nav_header ul li:hover ~ li:last-child::after, #nav_header ul li:last-child:hover::after{background: rgba(27,66,157,0.88);} #nav_header ul li:nth-child(1):hover ~ li:last-child::after {left:2.75% !important;width:11% !important;} #nav_header ul li:nth-child(1).header_active ~ li:last-child::after{left:2.75%;width:11%;} #nav_header ul li:nth-child(2):hover ~ li:last-child::after {left:14.75% !important;width:11% !important;} #nav_header ul li:nth-child(2).header_active ~ li:last-child::after{left:14.75%;width:11%;} #nav_header ul li:nth-child(3):hover ~ li:last-child::after {left:26.75% !important;width:11% !important;} #nav_header ul li:nth-child(3).header_active ~ li:last-child::after{left:26.75%;width:11%;} #nav_header ul li:nth-child(4):hover ~ li:last-child::after {left:38.75% !important;width:11% !important;} #nav_header ul li:nth-child(4).header_active ~ li:last-child::after{left:38.75%;width:11%;} #nav_header ul li:nth-child(5):hover ~ li:last-child::after {left:50.75% !important;width:11% !important;} #nav_header ul li:nth-child(5).header_active ~ li:last-child::after{left:50.75%;width:11%;} #nav_header ul li:nth-child(6):hover ~ li:last-child::after {left:62.75% !important;width:11% !important;} #nav_header ul li:nth-child(6).header_active ~ li:last-child::after{left:62.75%;width:11%;} #nav_header ul li:last-child.header_active::after{left:74.75%;width:11%;} #nav_header ul li:last-child:hover::after{left:74.75% !important;width:11% !important;} /* next 86.75% */ .right_border_li { border-right: 1px solid rgba(27,66,157,0.3); } #social_media { z-index: 50; position: absolute; top: 10px; right: 0px; margin: 5px; padding:4px; text-align: center; } .social { display: inline-block; margin: 4px 2px; width : 20px; height: 20px; } @media (min-width: 992px) and (max-width: 1399px) { #social_media { margin: 3px !important; padding:2px !important; } } @media (max-width: 477px) { .social { display: block !important; } } .social_fb { background-image: url('../../img/system/social/fb.png'); background-size: 100%; } .social_fb:hover { background-image: url('../../img/system/social/fb_hover.png'); background-size: 100%; } .social_tw { background-image: url('../../img/system/social/tw.png'); background-size: 100%; } .social_tw:hover { background-image: url('../../img/system/social/tw_hover.png'); background-size: 100%; } .social_mail { background-image: url('../../img/system/social/mail.png'); background-size: 100%; } .social_mail:hover { background-image: url('../../img/system/social/mail_hover.png'); background-size: 100%; } #button_to_top { font-size: 1em; position: fixed; bottom: 50px; right: 50px; width: 50px; height: 50px; z-index: 999; } #button_to_top button { width: 50px; height: 50px; border-radius: 3px; text-align: center !important; background-color: rgba(27,66,157,0.95); } .btn-to-top { margin-left: 10px; margin-right: 10px; border: 2px solid transparent; } .btn-to-top:hover { color: rgba(27,66,157,1); border: 2px solid white; } #side_buttons { position: fixed; right: 22px; top: 40%; width: 12px; z-index: 10100; } @media (max-width: 991px) { #side_buttons { right: 14px !important; } } .btn-side, .btn-side-invert { width: 10px !important; height: 10px !important; border-radius: 5px !important; margin: 1px 0 !important; padding: 0; background-color: transparent; } .btn-side { border: 1px solid rgba(27,66,157,0.88); } .btn-side:hover { border: 1px solid transparent; background-color: rgba(41,41,41,0.7); } .btn-side-active, .btn-side-active:hover { border: 1px solid transparent; background-color: rgba(27,66,157,0.88); } .pop_hover_side { position:absolute; margin-top: -10px; margin-left: -110px; width: 100px; text-align: right !important; color: rgba(27,66,157,0.88); background: transparent; padding: 0; border: none; display: block; z-index: 10000; } .btn-side:hover .pop_hover_side, .btn-side:focus .pop_hover_side, .btn-side-invert:hover .pop_hover_side, .btn-side-invert:focus .pop_hover_side { display: block !important; } /* For the white spots */ .btn-side-invert { border: 1px solid white !important; } .btn-side-invert:hover { background-color: rgba(250,250,250,0.7) !important; } .btn-side-invert-active, .btn-side-invert-active:hover { background-color: white !important; } /* For the white writings in the invert */ .btn-side-invert .pop_hover_side { color: white !important; } .btn_up_arrow, .btn_arrow { width: 20px; position: relative; top: -2px; z-index: 5; } /* ----------------------------------------------- Content -------------------------------------------------- */ #page_container_gen { width: 100%; background-color: transparent !important;/*#f1f1f1;*/ color: rgba(27,66,157,1) !important; z-index: 0 !important; } @media (min-width: 1400px) { #page_content { margin-left: 12%; width: 76%; } } @media (min-width: 992px) and (max-width: 1399px) { #page_content { margin-left: 9%; width: 82%; } } @media (min-width: 768px) and (max-width: 991px) { #page_content { margin-left: 4%; width: 92%; } } @media (min-width: 478px) and (max-width: 767px) { #page_content { margin-left: 1%; width: 98%; } } @media (max-width: 477px) { #page_content { width: 100%; } } #sessionFlash { position: absolute; bottom : 10px; text-align: center; margin: auto; display: none; z-index: 99999; } .alert { padding: 4px 10px; padding-right: 30px; border: 1px solid rgba(27,66,157,1); } .btn-perso{ color: rgba(27,66,157,1); box-shadow: none; border-radius: 0; border:1px solid rgba(27,66,157,0.78); padding: 3px 6px ; background-color: transparent; margin: 2px 10px; } .btn-perso:hover{ background-color: rgba(27,66,157,0.2); } .btn-perso:focus, .btn-perso-white:focus { outline: none; } @media (min-width: 1400px) { .btn-perso { font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { .btn-perso { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { .btn-perso { font-size: 1em; } } @media (min-width: 478px) and (max-width: 767px) { .btn-perso { font-size: 0.9em; } } @media (max-width: 477px) { .btn-perso { font-size: 0.85em; } } .btn-perso-white { color: white !important; border:1px solid white !important; } .btn-perso-white:hover { background-color: rgba(250,250,250,0.2) !important; } .txt_sobre_img { background-color: rgba(250,250,250,0.95); } .panel { background-color: rgba(250,250,250,0.8) !important; } .photo_certif { width: 40%; margin: 10px; } #foto_galeria { margin: auto; } /* ------------------------------------------------------ Admin ------------------------------------------------------ */ .remember_me_box { margin-left: 42%; } #nav_header_admin ul li{ display:inline; text-align:center; } #nav_header_admin ul li a{width:12%;} #nav_header_admin ul li a{ display:inline-block; box-sizing:border-box; color:rgba(27,66,157,0.88); text-decoration:none; text-shadow:0 1px 0 white; background-color:transparent; transition:background-color .3s ease; } #nav_header_admin ul li a:hover,#nav_header_admin ul li a:focus{ color:rgba(27,66,157,0.88); background-color:rgba(255,255,255,.4); transition:background-color .3s ease .4s; } #nav_header_admin ul li a:focus{ border-bottom: 3px solid rgba(27,66,157,0.88); } #nav_header_admin ul li:last-child::after{ content:""; position:absolute; left:0px; bottom:-3px; display:block; width:0; height:3px; background:#ccc; border-bottom:1px solid rgba(255,255,255,.8); transition: all .5s ease; } #nav_header_admin ul li:hover ~ li:last-child::after, #nav_header_admin ul li:last-child:hover::after{background: rgba(27,66,157,0.88);} #nav_header_admin ul li:nth-child(1):hover ~ li:last-child::after {left:6.75% !important;width:11% !important;} #nav_header_admin ul li:nth-child(1).header_active_admin ~ li:last-child::after{left:2.75%;width:11%;} #nav_header_admin ul li:nth-child(2):hover ~ li:last-child::after {left:18.25% !important;width:11% !important;} #nav_header_admin ul li:nth-child(2).header_active_admin ~ li:last-child::after{left:18.25%;width:11%;} #nav_header_admin ul li:last-child.header_active_admin::after{left:29.75%;width:11%;} #nav_header_admin ul li:last-child:hover::after{left:29.75% !important;width:11% !important;} .btn-log { background-color: transparent; border-radius: 0px !important; border-bottom: 1.5px solid transparent; border-top: 1.5px solid transparent; color: rgba(27,66,157,1) !important; box-shadow: none; text-decoration: none; } .btn-log:hover, .btn-log:focus, .btn-log:active { box-shadow: none; text-decoration: none; outline: none; border-bottom: 1.5px solid rgba(27,66,157,1); border-top: 1.5px solid rgba(27,66,157,1); } .border_black_left { border-left: 2px dotted rgba(27,66,157,1); } .nav_tabs_user { text-align: center; } .nav_tabs_user li { margin-bottom: 10px; display: inline-block; width: 12%; } .btn-choice-admin { border-radius: 0; width: 100%; background-color: transparent; border: 1px solid #001234; padding: 2px 5px ; } .btn-choice-admin:hover { background-color: rgba(150,150,150,0.6); } .nav_tabs_user li.active { background-color: rgba(150,150,150,0.6); } .logout-btn-admin:hover { background-color: rgba(200,79,86,0.6) !important; } .btn-action-admin { border-radius: 0; width: 100px; background-color: transparent; border: 1px solid rgba(150,150,150,0.8); color: rgba(150,150,150,0.8); padding: 2px 5px ; margin-right: 10px; } .btn-action-admin:hover { background-color: rgba(150,150,150,0.6); } .btn-action-admin .btn_arrow { opacity: 0.4; } .btn-action-admin:hover .btn_arrow { opacity: 1 !important; } .btn-delete-admin { border-radius: 0; background-color: transparent; border: none; padding: 5px ; margin-left: 10px; opacity: 0; } .photo_admin:hover .btn-delete-admin { opacity: 0.5; } .btn-delete-admin:hover { opacity: 1 !important; } .arrow_article { width: 20px; } .date_article { font-style: italic; font-size: 0.8em; margin-right: 8px; } .list_articles_admin { margin: 0; margin-left: 0px; padding: 0; } .list_articles_admin li { color: rgba(27,66,157,1) !important; margin-top: 4px; margin-bottom: 4px; padding: 5px !important; text-align: left !important; border: 1px solid transparent; } .list_articles_admin li:hover { border: 1px solid rgba(27,66,157,0.2) !important; border-radius: 4px; } .li_article_active { border: 1px solid rgba(27,66,157,0.88) !important; border-radius: 4px; } .article_photo_admin { border: 3px solid rgba(27,66,157,0.88); margin-left: 10%; width: 80% !important; } .article_photo_admin:hover { cursor: pointer; } .btn-category-admin { padding: 3px 6px; } .btn-category-admin:hover, .btn-category-admin:focus, .btn-category-admin:active { text-decoration: none; } .btn-category-admin:hover .btn_arrow, .btn-category-admin:focus .btn_arrow, .btn-category-admin:active .btn_arrow { opacity: 0.5; } .btn-category-admin .btn_arrow { opacity: 0; } .list_elements_admin { margin: 0; margin-left: 10px; padding: 0; } .list_elements_admin li { color: rgba(27,66,157,1) !important; margin-top: 4px; margin-bottom: 4px; padding: 5px; } .li_element_active { border: 1px solid rgba(27,66,157,0.5); background-color: rgba(27,66,157,0.1); } .li_element_active a { font-weight: 900 !important; } .li_element_active .arrow_element img, .li_element_active .arrow_element_opp img { opacity: 1; } .date_element, .date_element_opp { font-size: 0.8em; color: rgba(150,150,150,0.8); font-style: italic; } .arrow_element { margin-left: 5px; } .arrow_element img { width: 20px; opacity: 0; } .arrow_element_opp { margin-right: 5px; } .arrow_element_opp img { width: 20px; opacity: 0; } .thumbnail_page { padding: 10px; } /* ------------------------------------------------------ Footer ------------------------------------------------------ */ #footer { background-color: rgba(150,150,150,0.4); text-align: center; width : 100%; margin: 0 !important; color: rgba(150,150,150,1) !important; } #footer div.footer_part { padding-top: 25px; padding-bottom: 25px; } .footer_menu ul li { display: inline-block; padding: 5px; } .footer_menu .right_border_li { border-right: 1px solid rgba(40,40,40,0.4) !important; } .footer_main { margin-top: 5px; } .border_white_top { border-top: 1px solid white; } .footer_bottom { text-transform : uppercase; } .footer_bottom ul { list-style: none; } .footer_bottom ul li { display: inline-block; } .red { color: red !important; } .btn-footer{ color: white; box-shadow: none; border-radius: 0; border:1px solid white; padding: 3px 6px ; background-color: transparent; margin: 2px 10px; } .btn-footer:hover{ color: white; background-color: rgba(250,250,250,0.2); } .btn-footer:focus { outline: none; }
0.341473
0.100702
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800"); * { box-sizing: border-box; } body { background : #78909c; display : flex; justify-content: center; align-items : center; flex-direction : column; font-family : "Montserrat", sans-serif; height : 100vh; margin : -20px 0 50px; } h1 { font-weight: bold; margin : 0; } h2 { text-align: center; } p { font-size : 14px; font-weight : 100; line-height : 20px; letter-spacing: 0.5px; margin : 20px 0 30px; } span { font-size: 12px; } a { color : #333; font-size : 14px; text-decoration: none; margin : 15px 0; } button { border-radius : 20px; border : 1px solid #465a65; background-color: #465a65; color : #ffffff; font-size : 12px; font-weight : bold; padding : 12px 45px; letter-spacing : 1px; text-transform : uppercase; transition : transform 80ms ease-in; } button:active { transform: scale(0.97); } button:hover { background-color: rgb(62, 79, 88); } button:focus { outline: none; } button.ghost { background-color: transparent; border-color : #ffffff; } button.ghost:hover { background-color: rgba(0, 0, 0, 0.08); } form { background-color: rgb(193, 196, 199); display : flex; align-items : center; justify-content : center; flex-direction : column; padding : 0 50px; height : 100%; text-align : center; } input { background-color: rgb(207, 211, 214); border : none; padding : 12px 15px; margin : 8px 0; width : 100%; } input:focus { background-color: rgb(219, 223, 226); outline: none; } .container { background-color: rgb(195, 197, 199); border-radius : 10px; box-shadow : 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); position : relative; overflow : hidden; width : 768px; max-width : 100%; min-height : 480px; } .form-container { position : absolute; top : 0; height : 100%; transition: all 0.6s ease-in-out; } .sign-in-container { left : 0; width : 50%; z-index: 2; } .container.right-panel-active .sign-in-container { transform: translateX(100%); } .sign-up-container { left : 0; width : 50%; opacity: 0; z-index: 1; } .container.right-panel-active .sign-up-container { transform: translateX(100%); opacity : 1; z-index : 5; animation: show 0.6s; } @keyframes show { 0%, 49.99% { opacity: 0; z-index: 1; } 50%, 100% { opacity: 1; z-index: 5; } } .overlay-container { position : absolute; top : 0; left : 50%; width : 50%; height : 100%; overflow : hidden; transition: transform 0.6s ease-in-out; z-index : 100; } .container.right-panel-active .overlay-container { transform: translateX(-100%); } .overlay { background : #ff416c; background : -webkit-linear-gradient(to right, #ff4b2b, #ff416c); background : linear-gradient(to right, #455a64, #263238); background-repeat : no-repeat; background-size : cover; background-position: 0 0; color : #ffffff; position : relative; left : -100%; height : 100%; width : 200%; transform : translateX(0); transition : transform 0.6s ease-in-out; } .container.right-panel-active .overlay { transform: translateX(50%); } .overlay-panel { position : absolute; display : flex; align-items : center; justify-content: center; flex-direction : column; padding : 0 40px; text-align : center; top : 0; height : 100%; width : 50%; transform : translateX(0); transition : transform 0.6s ease-in-out; } .overlay-left { transform: translateX(-20%); } .container.right-panel-active .overlay-left { transform: translateX(0); } .overlay-right { right: 0; transform: translateX(0); } .container.right-panel-active .overlay-right { transform: translateX(20%); } .social-container { margin: 20px 0; } .social-container a { border : none; border-radius : 50%; display : inline-flex; justify-content : center; align-items : center; margin : 0 5px; height : 40px; width : 40px; background-color: rgb(207, 211, 214); } .social-container a:hover { background-color: rgb(219, 223, 226); } footer { background-color: #222; color : #fff; font-size : 14px; bottom : 0; position : fixed; left : 0; right : 0; text-align : center; z-index : 999; } footer p { margin: 10px 0; } footer i { color: red; } footer a { color: #3c97bf; text-decoration: none; }
static/sign.css
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800"); * { box-sizing: border-box; } body { background : #78909c; display : flex; justify-content: center; align-items : center; flex-direction : column; font-family : "Montserrat", sans-serif; height : 100vh; margin : -20px 0 50px; } h1 { font-weight: bold; margin : 0; } h2 { text-align: center; } p { font-size : 14px; font-weight : 100; line-height : 20px; letter-spacing: 0.5px; margin : 20px 0 30px; } span { font-size: 12px; } a { color : #333; font-size : 14px; text-decoration: none; margin : 15px 0; } button { border-radius : 20px; border : 1px solid #465a65; background-color: #465a65; color : #ffffff; font-size : 12px; font-weight : bold; padding : 12px 45px; letter-spacing : 1px; text-transform : uppercase; transition : transform 80ms ease-in; } button:active { transform: scale(0.97); } button:hover { background-color: rgb(62, 79, 88); } button:focus { outline: none; } button.ghost { background-color: transparent; border-color : #ffffff; } button.ghost:hover { background-color: rgba(0, 0, 0, 0.08); } form { background-color: rgb(193, 196, 199); display : flex; align-items : center; justify-content : center; flex-direction : column; padding : 0 50px; height : 100%; text-align : center; } input { background-color: rgb(207, 211, 214); border : none; padding : 12px 15px; margin : 8px 0; width : 100%; } input:focus { background-color: rgb(219, 223, 226); outline: none; } .container { background-color: rgb(195, 197, 199); border-radius : 10px; box-shadow : 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); position : relative; overflow : hidden; width : 768px; max-width : 100%; min-height : 480px; } .form-container { position : absolute; top : 0; height : 100%; transition: all 0.6s ease-in-out; } .sign-in-container { left : 0; width : 50%; z-index: 2; } .container.right-panel-active .sign-in-container { transform: translateX(100%); } .sign-up-container { left : 0; width : 50%; opacity: 0; z-index: 1; } .container.right-panel-active .sign-up-container { transform: translateX(100%); opacity : 1; z-index : 5; animation: show 0.6s; } @keyframes show { 0%, 49.99% { opacity: 0; z-index: 1; } 50%, 100% { opacity: 1; z-index: 5; } } .overlay-container { position : absolute; top : 0; left : 50%; width : 50%; height : 100%; overflow : hidden; transition: transform 0.6s ease-in-out; z-index : 100; } .container.right-panel-active .overlay-container { transform: translateX(-100%); } .overlay { background : #ff416c; background : -webkit-linear-gradient(to right, #ff4b2b, #ff416c); background : linear-gradient(to right, #455a64, #263238); background-repeat : no-repeat; background-size : cover; background-position: 0 0; color : #ffffff; position : relative; left : -100%; height : 100%; width : 200%; transform : translateX(0); transition : transform 0.6s ease-in-out; } .container.right-panel-active .overlay { transform: translateX(50%); } .overlay-panel { position : absolute; display : flex; align-items : center; justify-content: center; flex-direction : column; padding : 0 40px; text-align : center; top : 0; height : 100%; width : 50%; transform : translateX(0); transition : transform 0.6s ease-in-out; } .overlay-left { transform: translateX(-20%); } .container.right-panel-active .overlay-left { transform: translateX(0); } .overlay-right { right: 0; transform: translateX(0); } .container.right-panel-active .overlay-right { transform: translateX(20%); } .social-container { margin: 20px 0; } .social-container a { border : none; border-radius : 50%; display : inline-flex; justify-content : center; align-items : center; margin : 0 5px; height : 40px; width : 40px; background-color: rgb(207, 211, 214); } .social-container a:hover { background-color: rgb(219, 223, 226); } footer { background-color: #222; color : #fff; font-size : 14px; bottom : 0; position : fixed; left : 0; right : 0; text-align : center; z-index : 999; } footer p { margin: 10px 0; } footer i { color: red; } footer a { color: #3c97bf; text-decoration: none; }
0.510008
0.092237
.teste-lay { position: absolute; color: white; width: 100%; text-align: center; margin-top: -1px; } .arena { height: 100%; overflow: hidden; display: none; } .arena__main-container { display: flex; align-items: center; height: inherit; position: relative; perspective: 1000px; } .arena__main { display: flex; align-items: center; height: 65%; } .arena__main::-webkit-scrollbar { width: 0; /* Remove scrollbar space */ } .arena__main__bench { flex-basis: 25%; padding: 0 50px; height: 100%; } .arena__main__bench-list { display: flex; flex-wrap: wrap; margin: 0; height: inherit; max-height: inherit; } .arena__main__bench-list__card-container { width: calc(100% / 2); height: calc(100% / 3); } .arena__main__bench-list__card.base-card { grid-template: "d d e"20% "a a f"45% "c c c"20% "b b b"12% "g g g"3% / 40% 15% 45%; } .arena__main__bench-list__card__type.base-card__type { grid-area: d; } .arena__main__bench-list__card__image.base-card__image {} .arena__main__bench-list__hp.hp { position: relative; grid-area: b; border-radius: 5px; margin: 0; border: none; box-shadow: 0 0 0 1px grey; height: 90%; } .arena__main__bench-list__special.arena__combat__special-bar { grid-area: g; height: 90%; width: 80%; justify-self: center; } .arena__main__bench-list__special.arena__combat__special-bar .progress { border: none; box-shadow: 0 0 0 1px grey; } .arena__main__bench-list__hp .hp-bar {} .arena__main__bench-list__card__name.base-card__name { grid-area: c; font-size: 1rem; } .arena__main__bench-list__card-container:hover { box-shadow: none; } .arena__main__bench-list__card__backpack { display: flex; align-items: center; justify-content: center; border: 1px solid yellow; height: calc(100% - 10px); margin: 5px; padding: 5px; } /* -------------------------------- */ /* Combat */ /* ------------------------------ */ /* .combat-container { flex-basis: 50%; display: flex; flex-direction: column; align-items: center; justify-content: space-around; height: 100%; } */ .arena__combat-container { flex-basis: 50%; display: flex; flex-direction: column; align-items: center; justify-content: space-around; height: 100%; } .arena__combat { display: grid; grid-template: "a b b" 10% "a c c" 25% "a d e" 25% "a f g" 40% / 35% 50% 15%; height: 100%; width: 100%; flex-basis: 50%; } .arena__combat.rotation-x-y>* { transform: rotateY(180deg) rotateX(180deg) } .arena__combat__image { grid-area: a; align-self: center; justify-self: center; max-width: 100%; max-height: 100%; } .arena__combat__name { grid-area: b; width: fit-content; height: 100%; margin: 0; color: white; font-weight: bold; font-size: 1.5rem; line-height: 27px; } .progress { height: 100%; background-color: transparent; border: 1px solid grey; } .arena__combat__hp-sp-bar { align-self: flex-start; height: 45%; grid-area: c; } .hp { /* height: 100%; */ border-radius: 5px 5px 0 0; margin-top: 5px; } #hp-player-two { transform: rotateX(180deg) rotateY(180deg); } .speed { height: 20%; border-radius: 0 0 3px 3px; } .arena__combat__special-bar { align-self: center; height: 30%; /* width: 80%; */ grid-area: d; } .arena__combat__special-bar__progress {} .arena__combat__special-bar__progress__one { background-color: yellow; } .arena__combat__special-bar__progress__two { background-color: rgb(255, 166, 0); } .arena__combat__special-bar__progress__three { background-color: rgb(255, 115, 0); } .arena__combat__special-button { grid-area: e; align-self: center; justify-self: flex-start; height: 60%; width: 80%; border: 2px solid black; border-radius: 10px; font-size: 1.3rem; background-color: transparent; color: white; line-height: 35px; box-shadow: 0 0 10px 2px red; text-shadow: 0 0 20px orange; text-transform: uppercase; transition: 0.5s; } .arena__combat__special-button:hover { box-shadow: 0 0 10px 5px red; } .arena__combat__time-button { grid-area: f; width: 25%; height: 50%; border-radius: 5px; font-weight: bold; border: 2px solid black; background-color: transparent; color: white; box-shadow: inset 0 0 20px 2px rgb(187, 170, 17); text-transform: uppercase; transition: 0.5s; } .arena__combat__time-button:hover { box-shadow: inset 0 0 20px 7px rgb(187, 170, 17); } .arena__combat__time-button.selected { box-shadow: inset 0 0 20px 7px rgb(187, 170, 17), 0 0 5px 1px red; transition: none; } .player-combat {} #fight { padding: 10px 20px }
src/css/arena.css
.teste-lay { position: absolute; color: white; width: 100%; text-align: center; margin-top: -1px; } .arena { height: 100%; overflow: hidden; display: none; } .arena__main-container { display: flex; align-items: center; height: inherit; position: relative; perspective: 1000px; } .arena__main { display: flex; align-items: center; height: 65%; } .arena__main::-webkit-scrollbar { width: 0; /* Remove scrollbar space */ } .arena__main__bench { flex-basis: 25%; padding: 0 50px; height: 100%; } .arena__main__bench-list { display: flex; flex-wrap: wrap; margin: 0; height: inherit; max-height: inherit; } .arena__main__bench-list__card-container { width: calc(100% / 2); height: calc(100% / 3); } .arena__main__bench-list__card.base-card { grid-template: "d d e"20% "a a f"45% "c c c"20% "b b b"12% "g g g"3% / 40% 15% 45%; } .arena__main__bench-list__card__type.base-card__type { grid-area: d; } .arena__main__bench-list__card__image.base-card__image {} .arena__main__bench-list__hp.hp { position: relative; grid-area: b; border-radius: 5px; margin: 0; border: none; box-shadow: 0 0 0 1px grey; height: 90%; } .arena__main__bench-list__special.arena__combat__special-bar { grid-area: g; height: 90%; width: 80%; justify-self: center; } .arena__main__bench-list__special.arena__combat__special-bar .progress { border: none; box-shadow: 0 0 0 1px grey; } .arena__main__bench-list__hp .hp-bar {} .arena__main__bench-list__card__name.base-card__name { grid-area: c; font-size: 1rem; } .arena__main__bench-list__card-container:hover { box-shadow: none; } .arena__main__bench-list__card__backpack { display: flex; align-items: center; justify-content: center; border: 1px solid yellow; height: calc(100% - 10px); margin: 5px; padding: 5px; } /* -------------------------------- */ /* Combat */ /* ------------------------------ */ /* .combat-container { flex-basis: 50%; display: flex; flex-direction: column; align-items: center; justify-content: space-around; height: 100%; } */ .arena__combat-container { flex-basis: 50%; display: flex; flex-direction: column; align-items: center; justify-content: space-around; height: 100%; } .arena__combat { display: grid; grid-template: "a b b" 10% "a c c" 25% "a d e" 25% "a f g" 40% / 35% 50% 15%; height: 100%; width: 100%; flex-basis: 50%; } .arena__combat.rotation-x-y>* { transform: rotateY(180deg) rotateX(180deg) } .arena__combat__image { grid-area: a; align-self: center; justify-self: center; max-width: 100%; max-height: 100%; } .arena__combat__name { grid-area: b; width: fit-content; height: 100%; margin: 0; color: white; font-weight: bold; font-size: 1.5rem; line-height: 27px; } .progress { height: 100%; background-color: transparent; border: 1px solid grey; } .arena__combat__hp-sp-bar { align-self: flex-start; height: 45%; grid-area: c; } .hp { /* height: 100%; */ border-radius: 5px 5px 0 0; margin-top: 5px; } #hp-player-two { transform: rotateX(180deg) rotateY(180deg); } .speed { height: 20%; border-radius: 0 0 3px 3px; } .arena__combat__special-bar { align-self: center; height: 30%; /* width: 80%; */ grid-area: d; } .arena__combat__special-bar__progress {} .arena__combat__special-bar__progress__one { background-color: yellow; } .arena__combat__special-bar__progress__two { background-color: rgb(255, 166, 0); } .arena__combat__special-bar__progress__three { background-color: rgb(255, 115, 0); } .arena__combat__special-button { grid-area: e; align-self: center; justify-self: flex-start; height: 60%; width: 80%; border: 2px solid black; border-radius: 10px; font-size: 1.3rem; background-color: transparent; color: white; line-height: 35px; box-shadow: 0 0 10px 2px red; text-shadow: 0 0 20px orange; text-transform: uppercase; transition: 0.5s; } .arena__combat__special-button:hover { box-shadow: 0 0 10px 5px red; } .arena__combat__time-button { grid-area: f; width: 25%; height: 50%; border-radius: 5px; font-weight: bold; border: 2px solid black; background-color: transparent; color: white; box-shadow: inset 0 0 20px 2px rgb(187, 170, 17); text-transform: uppercase; transition: 0.5s; } .arena__combat__time-button:hover { box-shadow: inset 0 0 20px 7px rgb(187, 170, 17); } .arena__combat__time-button.selected { box-shadow: inset 0 0 20px 7px rgb(187, 170, 17), 0 0 5px 1px red; transition: none; } .player-combat {} #fight { padding: 10px 20px }
0.51879
0.110279
@charset "UTF-8"; *{ margin: 0; padding: 0; border: none; } body{ background-color: black; } #pagina{ width: 90%; margin: auto; } header{ background-color: rgb(4, 154, 255); color: white; } header h1{ font-size:20px; text-align: center; padding: 15px; } section.conteudo{ background-image: url(./images/people.jpg); background-size: cover; width: 100%; height: 500px; } .formulario{ background-color: rgba(255, 255, 255, 0.753); width: 250px; font-size: 12px; padding: 20px; float: right; margin-top: 20px; margin-right: 10px; } .formulario p{ font-size: 15px; font-family: Arial, Helvetica, sans-serif; padding-top: 10px; } .formulario form{ text-align: center; padding: 5px; margin-top: 5px; } .formulario input{ padding: 10px; margin-top: 10px; width: 95%; box-sizing: border-box; } input[type="submit"] { background-color: rgb(0, 162, 255); color: white; } .formulario select{ padding: 10px; margin-top: 10px; width: 95%; box-sizing: border-box; } .pales{ background-color: rgb(27, 27, 27); } .palestrante { width: 80%; display: block; margin: auto; padding-top: 30px; padding-bottom: 30px; color: white; font-family: Arial, Helvetica, sans-serif; } .palestrante img{ width: 100px; float: left; padding-right: 50px; margin-bottom: 25px; } .palestrante h2 { margin-bottom: 10px; } .palestrante p { margin-bottom: 10px; text-align: justify; } footer{ background-color: rgba(255, 255, 255, 0.726); text-align: center; padding-top: 10px; padding-bottom: 20px; } footer p{ padding-bottom: 5px; } @media screen and (max-width: 700px) { #pagina{ width: 100%; } section.conteudo{ position: relative; } .formulario{ width: 70%; background-color: rgba(255, 255, 255, 0.699); position: absolute; top:45%; left: 50%; transform: translate(-50%, -50%); } .palestrante { width: 80%; margin: auto; padding-top: 30px; padding-bottom: 30px; color: white; font-family: Arial, Helvetica, sans-serif; } .palestrante img{ width: 200px; position: relative ; left: 50%; transform: translate(-39%); margin-bottom: 20px; } .text{ margin-bottom: 10px; display: inline-block; } .text h2{ margin-bottom: 20px; text-align: center; } .text p{ margin-bottom: 20px; text-align: justify; } }
style.css
@charset "UTF-8"; *{ margin: 0; padding: 0; border: none; } body{ background-color: black; } #pagina{ width: 90%; margin: auto; } header{ background-color: rgb(4, 154, 255); color: white; } header h1{ font-size:20px; text-align: center; padding: 15px; } section.conteudo{ background-image: url(./images/people.jpg); background-size: cover; width: 100%; height: 500px; } .formulario{ background-color: rgba(255, 255, 255, 0.753); width: 250px; font-size: 12px; padding: 20px; float: right; margin-top: 20px; margin-right: 10px; } .formulario p{ font-size: 15px; font-family: Arial, Helvetica, sans-serif; padding-top: 10px; } .formulario form{ text-align: center; padding: 5px; margin-top: 5px; } .formulario input{ padding: 10px; margin-top: 10px; width: 95%; box-sizing: border-box; } input[type="submit"] { background-color: rgb(0, 162, 255); color: white; } .formulario select{ padding: 10px; margin-top: 10px; width: 95%; box-sizing: border-box; } .pales{ background-color: rgb(27, 27, 27); } .palestrante { width: 80%; display: block; margin: auto; padding-top: 30px; padding-bottom: 30px; color: white; font-family: Arial, Helvetica, sans-serif; } .palestrante img{ width: 100px; float: left; padding-right: 50px; margin-bottom: 25px; } .palestrante h2 { margin-bottom: 10px; } .palestrante p { margin-bottom: 10px; text-align: justify; } footer{ background-color: rgba(255, 255, 255, 0.726); text-align: center; padding-top: 10px; padding-bottom: 20px; } footer p{ padding-bottom: 5px; } @media screen and (max-width: 700px) { #pagina{ width: 100%; } section.conteudo{ position: relative; } .formulario{ width: 70%; background-color: rgba(255, 255, 255, 0.699); position: absolute; top:45%; left: 50%; transform: translate(-50%, -50%); } .palestrante { width: 80%; margin: auto; padding-top: 30px; padding-bottom: 30px; color: white; font-family: Arial, Helvetica, sans-serif; } .palestrante img{ width: 200px; position: relative ; left: 50%; transform: translate(-39%); margin-bottom: 20px; } .text{ margin-bottom: 10px; display: inline-block; } .text h2{ margin-bottom: 20px; text-align: center; } .text p{ margin-bottom: 20px; text-align: justify; } }
0.419053
0.079926
body, html { height: 100%; text-align: center; background-color: #dcdcdc; } :root { /* TEMPORARY */ --logoContainer: #009688; --proPicContainer: #009688; --menuContainer: #009688; --searchContainer: #009688; --notifContainer: #009688; --appsContainer: #009688; /* TEMPORARY */ /* MAIN ROOT COLORS */ --headerColor: #2196f3; --searchBarTextColor: #2196f3; --activeBtnColor: #2196f3; --shadow: 0 1px 5px rgba(104, 104, 104, 0.8); /* MAIN ROOT COLORS */ --white: #ffffff; --black: #000000; } .material-icons.md-18 { font-size: 18px; } .material-icons.md-24 { font-size: 24px; } .material-icons.md-36 { font-size: 36px; } .material-icons.md-48 { font-size: 48px; } .material-icons.md-54 { font-size: 54px; } .material-icons.md-60 { font-size: 60px; } .material-icons.md-62 { font-size: 62px; } .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); } .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); } .material-icons.md-light { color: rgba(255, 255, 255, 1); } .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); } .material-icons.md-orange { color: orange;} /* ======================================= ADD ACTIVE BUTTON ======================================*/ #activebtnContainer { max-width: 500px !important; max-height: 500px !important; border-radius: 100%; position: fixed; bottom: 20px; right: 30px; z-index: 99; border: none; outline: none; } .addBtn { color: var(--activeBtnColor); text-shadow: 0px 0px 1px #000; color: var(--activeBtnColor); } #activebtnContainer > a > i:hover { text-shadow: 0px 0px 1px #000; color: var(--activeBtnColor); } /* ======================================= HEADER CONTAINER =======================================*/ .headerOne { background-color: var(--headerColor); width: 100%; height: 70px; border-radius: 0px; box-shadow: 0px 0.5px 1px #000; } /* ======================================= HEADER CONTAINER ITEMS =======================================*/ #logoContainer { /* background-color: var(--logoContainer); */ width: 100px; height: 100%; float: left; margin-left: 5px; margin-right: 5px; } /* LOGO CONTAINER ITEM PROPERTIES */ #logoContainer > p { margin-top: 25px; color: var(--white); font-family: sans-serif; } #logoContainer > img { pointer-events: none; } #proPicContainer { /* background-color: var(--proPicContainer); */ width: 70px; height: 100%; border-radius: 50%; float: right; margin-right: 5px; margin-left: 5px; } /* LOGO CONTAINER ITEM PROPERTIES */ #proPicContainer > a > i { margin-top: 15px; color: var(--white); transition: in-and-out 1.5s; } #proPicContainer > a > i:hover { text-shadow: 0px 0px 1px #000; color: var(md-dark); } #notifContainer { /* background-color: var(--notifContainer); */ width: 70px; height: 100%; border-radius: 50%; float: right; margin-left: 5px; } #notifContainer > a > i { margin-top: 15px; color: var(--white); } #notifContainer > a > i:hover { text-shadow: 0px 0px 1px #000; color: var(md-dark); } #appsContainer { /* background-color: var(--appsContainer); */ width: 70px; height: 100%; border-radius: 50%; float: right; margin-left: 25px; } #appsContainer > a > i { margin-top: 15px; color: var(--white); } #appsContainer > a > i:hover { text-shadow: 0px 0px 1px #000; color: var(md-dark); } #menuContainer { /* background-color: var(--menuContainer); */ width: 400px; height: 100%; float: right; margin-right: 5px; } /* LOGO CONTAINER ITEM PROPERTIES */ #menuContainer > p { margin-top: 25px; color: var(--white); font-family: sans-serif; } #menuContainer > ul { max-width: 100%; max-height: 100%; margin-top: 26px; float: left; } a { text-decoration: none; color: var(--white); font-family: sans-serif; } #menuContainer > ul > li { color: var(--white); font-family: sans-serif; list-style: none; float: left; margin-right: 35px; } #searchContainer { /* background-color: var(--searchContainer); */ width: 450px; height: 100%; float: left; margin-left: 45px; } /* LOGO CONTAINER ITEM PROPERTIES */ #searchBar { border: 0; outline: 0; background: var(--white); border-bottom: 1px solid #fff; width: 100%; height: 75%;; font-size: 35px; color: var(--searchBarTextColor); margin-top: 13px; padding-left: 15px; } #searchSubmit { visibility: hidden; } #searchBar::placeholder { color: var(--searchBarTextColor); opacity: 0.5 !important; } /* ======================================= HEADER CONTAINER ITEMS =======================================*/ #postImg:hover { box-shadow: 0px 0.5px 3px #000; }
ASSETS/HEADERS/HEADERONE/css/headerOne.css
body, html { height: 100%; text-align: center; background-color: #dcdcdc; } :root { /* TEMPORARY */ --logoContainer: #009688; --proPicContainer: #009688; --menuContainer: #009688; --searchContainer: #009688; --notifContainer: #009688; --appsContainer: #009688; /* TEMPORARY */ /* MAIN ROOT COLORS */ --headerColor: #2196f3; --searchBarTextColor: #2196f3; --activeBtnColor: #2196f3; --shadow: 0 1px 5px rgba(104, 104, 104, 0.8); /* MAIN ROOT COLORS */ --white: #ffffff; --black: #000000; } .material-icons.md-18 { font-size: 18px; } .material-icons.md-24 { font-size: 24px; } .material-icons.md-36 { font-size: 36px; } .material-icons.md-48 { font-size: 48px; } .material-icons.md-54 { font-size: 54px; } .material-icons.md-60 { font-size: 60px; } .material-icons.md-62 { font-size: 62px; } .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); } .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); } .material-icons.md-light { color: rgba(255, 255, 255, 1); } .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); } .material-icons.md-orange { color: orange;} /* ======================================= ADD ACTIVE BUTTON ======================================*/ #activebtnContainer { max-width: 500px !important; max-height: 500px !important; border-radius: 100%; position: fixed; bottom: 20px; right: 30px; z-index: 99; border: none; outline: none; } .addBtn { color: var(--activeBtnColor); text-shadow: 0px 0px 1px #000; color: var(--activeBtnColor); } #activebtnContainer > a > i:hover { text-shadow: 0px 0px 1px #000; color: var(--activeBtnColor); } /* ======================================= HEADER CONTAINER =======================================*/ .headerOne { background-color: var(--headerColor); width: 100%; height: 70px; border-radius: 0px; box-shadow: 0px 0.5px 1px #000; } /* ======================================= HEADER CONTAINER ITEMS =======================================*/ #logoContainer { /* background-color: var(--logoContainer); */ width: 100px; height: 100%; float: left; margin-left: 5px; margin-right: 5px; } /* LOGO CONTAINER ITEM PROPERTIES */ #logoContainer > p { margin-top: 25px; color: var(--white); font-family: sans-serif; } #logoContainer > img { pointer-events: none; } #proPicContainer { /* background-color: var(--proPicContainer); */ width: 70px; height: 100%; border-radius: 50%; float: right; margin-right: 5px; margin-left: 5px; } /* LOGO CONTAINER ITEM PROPERTIES */ #proPicContainer > a > i { margin-top: 15px; color: var(--white); transition: in-and-out 1.5s; } #proPicContainer > a > i:hover { text-shadow: 0px 0px 1px #000; color: var(md-dark); } #notifContainer { /* background-color: var(--notifContainer); */ width: 70px; height: 100%; border-radius: 50%; float: right; margin-left: 5px; } #notifContainer > a > i { margin-top: 15px; color: var(--white); } #notifContainer > a > i:hover { text-shadow: 0px 0px 1px #000; color: var(md-dark); } #appsContainer { /* background-color: var(--appsContainer); */ width: 70px; height: 100%; border-radius: 50%; float: right; margin-left: 25px; } #appsContainer > a > i { margin-top: 15px; color: var(--white); } #appsContainer > a > i:hover { text-shadow: 0px 0px 1px #000; color: var(md-dark); } #menuContainer { /* background-color: var(--menuContainer); */ width: 400px; height: 100%; float: right; margin-right: 5px; } /* LOGO CONTAINER ITEM PROPERTIES */ #menuContainer > p { margin-top: 25px; color: var(--white); font-family: sans-serif; } #menuContainer > ul { max-width: 100%; max-height: 100%; margin-top: 26px; float: left; } a { text-decoration: none; color: var(--white); font-family: sans-serif; } #menuContainer > ul > li { color: var(--white); font-family: sans-serif; list-style: none; float: left; margin-right: 35px; } #searchContainer { /* background-color: var(--searchContainer); */ width: 450px; height: 100%; float: left; margin-left: 45px; } /* LOGO CONTAINER ITEM PROPERTIES */ #searchBar { border: 0; outline: 0; background: var(--white); border-bottom: 1px solid #fff; width: 100%; height: 75%;; font-size: 35px; color: var(--searchBarTextColor); margin-top: 13px; padding-left: 15px; } #searchSubmit { visibility: hidden; } #searchBar::placeholder { color: var(--searchBarTextColor); opacity: 0.5 !important; } /* ======================================= HEADER CONTAINER ITEMS =======================================*/ #postImg:hover { box-shadow: 0px 0.5px 3px #000; }
0.121803
0.055695
body { font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; font-size: 15px; font-weight: 400; line-height: 1.50; color: #212529; background-color: #FFFFFF; margin-left: 1em; margin-right: 1em; } dt { margin-top: 1em; margin-bottom: 0; } dt + dt { margin-top: 0; } dt > *:last-child { margin-bottom: 0; } dd { margin-top: 0; margin-bottom: 1em; } dd > *:first-child { margin-top: 0; } table, th, td { font-size: 1em; /* In "quirks mode", tables do not inherit font size. */ line-height: 1.5; } a:link:hover, a:visited:hover { text-decoration: underline; } a:link { text-decoration: none; color: #404080; } a:visited { text-decoration: none; color: #204080; } /* ------------------------------------------------------------------------ | Topic elements +------------------------------------------------------------------------- */ .part-title, .chapter-title, .appendices-title, .appendix-title, .section1-title, .section2-title, .section3-title, .section4-title, .section5-title, .section6-title, .section7-title, .section8-title, .section9-title, .frontmattersection-title, .backmattersection-title, .amendments-title, .bookabstract-title, .colophon-title, .dedication-title, .draftintro-title, .preface-title, .notices-title, .abbrevlist-title, .bibliolist-title, .glossarylist-title, .trademarklist-title, .topic-title, .section-title, .example-title, .refsyn-title, .related-links-title, .linklist-title, .linkpool-title, .prereq-title, .context-title, .steps-informal-title, .steps-title, .result-title, .postreq-title { font-weight: bold; margin-top: 1em; margin-bottom: 1em; } .part-title, .chapter-title, .appendices-title, .appendix-title, .section1-title, .section2-title, .section3-title, .section4-title, .section5-title, .section6-title, .section7-title, .section8-title, .section9-title, .topic-title { border-bottom: 1px solid #212529; padding-bottom: 0.125em; } .frontmattersection-title, .backmattersection-title, .amendments-title, .bookabstract-title, .colophon-title, .dedication-title, .draftintro-title, .preface-title, .notices-title, .abbrevlist-title, .bibliolist-title, .glossarylist-title, .trademarklist-title, .part-title, .chapter-title, .appendices-title, .appendix-title { font-size: 1.8em; line-height: 1; margin-top: 0.56em; margin-bottom: 0.56em; } .section1-title, .topic-title { font-size: 1.6em; line-height: 1; margin-top: 0.62em; margin-bottom: 0.62em; } .section2-title { font-size: 1.4em; line-height: 1.07; margin-top: 0.71em; margin-bottom: 0.71em; } .section3-title, .section4-title, .section5-title, .section6-title, .section7-title, .section8-title, .section9-title { font-size: 1.2em; line-height: 1.25; margin-top: 0.83em; margin-bottom: 0.83em; } .section-title, .example-title, .refsyn-title, .prereq-title, .context-title, .steps-informal-title, .steps-title, .result-title, .postreq-title { font-size: 1.2em; line-height: 1.25; margin-top: 0.83em; margin-bottom: 0.83em; } .remedy .steps-informal-title, .remedy .steps-title { font-size: 1em; line-height: 1.50; margin-top: 1em; margin-bottom: 1em; } .equation-figure-title, .fig-title, .table-title { font-size: 1em; line-height: 1.50; font-weight: normal; font-style: italic; margin-top: 0.25em; margin-bottom: 0.25em; } .related-links-title, .linklist-title, .linkpool-title { margin-top: 0.25em; margin-bottom: 0.25em; } .abstract { margin-top: 1em; margin-bottom: 1em; } .shortdesc { margin-top: 1em; margin-bottom: 1em; } .body, .conbody, .refbody, .taskbody { margin-top: 1em; margin-bottom: 1em; } .related-links { margin-top: 1em; margin-bottom: 1em; } .section, .example { margin-top: 1em; margin-bottom: 1em; } /* ------------------------------------------------------------------------ | Reference elements +------------------------------------------------------------------------- */ .refsyn { margin-top: 1em; margin-bottom: 1em; } /* ------------------------------------------------------------------------ | Task elements +------------------------------------------------------------------------- */ .info { margin-top: 1em; margin-bottom: 1em; } .steps-informal, .step-list, .compact-step-list, .unordered-step-list, .compact-unordered-step-list, .substeps, .compact-substeps { margin-top: 1em; margin-bottom: 1em; } .substeps, .compact-substeps { list-style-type: lower-alpha; } .compact-step-list > li, .compact-unordered-step-list > li, .compact-substeps > li { margin-top: 0; margin-bottom: 0; } .choices { list-style-type: circle; margin-top: 1em; margin-bottom: 1em; } .stepsection { list-style-type: none; margin-top: 1em; margin-bottom: 1em; } .tutorialinfo { margin-top: 1em; margin-bottom: 1em; } .stepxmp { margin-top: 1em; margin-bottom: 1em; } .stepresult { margin-top: 1em; margin-bottom: 1em; } /* ------------------------------------------------------------------------ | Glossary elements +------------------------------------------------------------------------- */ .glossentry { margin-top: 1em; margin-bottom: 1em; } .glossterm { font-weight: bold; margin-bottom: 0; } .glossdef { margin-left: 4em; margin-top: 0; } .glossdef > *:first-child { margin-top: 0; } .glossdef > *:last-child { margin-bottom: 0; } .glossBody { margin-left: 4em; margin-top: 1em; margin-bottom: 1em; } .glossBody-properties { margin-top: 1em; margin-bottom: 1em; } .glossSurfaceForm, .glossUsage, .glossScopeNote, .glossSymbol { margin-top: 1em; margin-bottom: 1em; } .glossAlt { margin-top: 1em; margin-bottom: 1em; } .glossAlt-properties, .glossAlt-variants { margin-top: 1em; margin-bottom: 1em; } .glossAbbreviation-container, .glossAcronym-container, .glossShortForm-container, .glossSynonym-container { margin-top: 1em; margin-bottom: 1em; } .glossAbbreviation, .glossAcronym, .glossShortForm, .glossSynonym { font-weight: bold; } .glossentry > .related-links { margin-left: 4em; } .glossentry > .related-links > .related-links-title { font-size: 1em; line-height: 1.50; } /* ------------------------------------------------------------------------ | Body elements +------------------------------------------------------------------------- */ .p { margin-top: 1em; margin-bottom: 1em; } td > *:first-child, th > *:first-child { margin-top: 0; } td > *:last-child, th > *:last-child { margin-bottom: 0; } .note { font-size: 0.917em; line-height: 1.63; border-top: 2px solid #C0C0C0; border-bottom: 2px solid #C0C0C0; padding: 1em 0; margin: 2.2em 4em; } .note-head { font-size: 1.1em; line-height: 1.36; font-weight: bold; margin-top: 0; margin-bottom: 0.83em; } /* * When the note icon is displayed. */ .note-layout { border-collapse: collapse; border-spacing: 0; margin: 0; } .note-icon { vertical-align: top; padding-right: 1em; } .note-text { vertical-align: baseline; } /* * Multi-level ordered lists. */ ol.inheritnum { list-style-type: none; padding-left: 5ex; } ol.inheritnum ol.inheritnum { padding-left: 6ex; } ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 7ex; } ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 8ex; } ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 9ex; } ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 10ex; } ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 11ex; } ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 12ex; } ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 13ex; } ol.inheritnum > li { position: relative; } ol.inheritnum > li::before { position: absolute; margin-right: 100%; right: 1ex; } /* * Lists. */ .ol, .compact-ol, .ul, .compact-ul, .sl, .compact-sl { margin-top: 1em; margin-bottom: 1em; } .sl, .compact-sl { list-style-type: none; } /* * Web browsers seem to always display lists as compact. */ li { margin-top: 1em; margin-bottom: 1em; } .compact-ol > li, .compact-ul > li, .compact-sl > li { margin-top: 0; margin-bottom: 0; } .tabular-dl { border-collapse: collapse; border-spacing: 0; border-top: 1px solid #808080; border-bottom: 1px solid #808080; margin-top: 1em; margin-bottom: 1em; } .tabular-dl-head-row { font-weight: bold; text-align: left; background-color: #E0E0E0; border-bottom: 1px solid #808080; } .tabular-dthd, .tabular-ddhd, .tabular-dt, .tabular-dd { vertical-align: baseline; padding: 0.25em 0.5em; } .tabular-dthd, .tabular-dt { padding-right: 1em; } .dl, .compact-dl, .parml, .compact-parml { margin-top: 1em; margin-bottom: 1em; } .dt, .pt { font-weight: bold; } .compact-dl > dt, .compact-dl > dd, .compact-parml > dt, .compact-parml > dd { margin-top: 0; margin-bottom: 0; } .compact-dl > dt > *:first-child, .compact-parml > dt > *:first-child { margin-top: 0; } .compact-dl > dd > *:last-child, .compact-parml > dd > *:last-child { margin-bottom: 0; } .equation-figure, .fig { margin-top: 2em; margin-bottom: 2em; } .equation-figure-contents > *:first-child, .fig-contents > *:first-child { margin-top: 0; } .equation-figure-contents > *:last-child, .fig-contents > *:last-child { margin-bottom: 0; } .pre, .codeblock { white-space: pre; font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; line-height: 1.63; background-color: #F0F0F0; /* Add actual border using the frame attribute. */ border-color: #D0D0D0; padding: 0.25em 0.5em; margin-top: 1.11em; margin-bottom: 1.11em; } .lines { white-space: pre; font-family: inherit; font-size: 0.917em; line-height: 1.63; padding: 0.25em 0.5em; margin-top: 1.11em; margin-bottom: 1.11em; } .lq { margin: 2em 4em; } .lq-reftitle { font-style: italic; text-align: right; margin-top: 0.25em; margin-bottom: 0.25em; } a.object-download-link, .object-no-download-link { text-decoration: underline; font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; /*line-height: 1.63;*/ } .object-no-download-link { color: gray; } /* ------------------------------------------------------------------------ | Simpletable, properties, choicetable elements +------------------------------------------------------------------------- */ .simpletable-container { margin-top: 1em; margin-bottom: 1em; } .simpletable, .properties, .choicetable { border-collapse: collapse; border-spacing: 0; border: 1px solid #808080; } .table-header-style { font-weight: bold; background-color: #E0E0E0; } .stentry, .proptype, .propvalue, .propdesc, .proptypehd, .propvaluehd, .propdeschd, .choption, .chdesc, .choptionhd, .chdeschd { vertical-align: baseline; border: 1px solid #808080; padding: 0.25em 0.5em; } /* ------------------------------------------------------------------------ | Table elements +------------------------------------------------------------------------- */ .table { margin-top: 1em; margin-bottom: 1em; } .tgroup { border-collapse: collapse; border-spacing: 0; border-color: #808080; } .entry { border-color: #808080; padding: 0.25em 0.5em; } /* ------------------------------------------------------------------------ | Related links elements +------------------------------------------------------------------------- */ .sequence-parent-linkpool, .sequence-members-linkpool, .family-parent-linkpool, .family-members-linkpool, .unordered-parent-linkpool, .unordered-members-linkpool, .choice-parent-linkpool, .choice-members-linkpool { border: 1px solid #F0F0F4; -moz-border-radius: 1ex; -webkit-border-radius: 1ex; border-radius: 1ex; background-color: #F8F8FC; padding: 1em; margin-top: 1em; margin-bottom: 1em; } .parent-topic-link-item, .previous-topic-link-item, .next-topic-link-item, .sibling-topic-link-item { font-weight: bold; font-size: 0.917em; /*line-height: 1.63;*/ } .linkpool-title { font-size: 0.917em; line-height: 1.63; margin-top: 0; } .link { margin-top: 0; margin-bottom: 0; } .linklist { margin-left: 2.66em; margin-top: 1em; margin-bottom: 1em; } .linkinfo { margin-top: 1em; margin-bottom: 1em; } /* ------------------------------------------------------------------------ | Miscellaneous elements +------------------------------------------------------------------------- */ .draft-comment { color: red; font-size: 0.917em; line-height: 1.63; /*no margins*/ } .draft-comment-info { font-weight: bold; } .fn-link { text-decoration: none; } .footnote-separator { width: 4em; height: 1px; border-style: none; background-color: #808080; text-align: left; margin-left: 0; margin-right: auto; margin-top: 2em; margin-bottom: 0.25em; } .fn-layout { border-collapse: collapse; font-size: 0.917em; line-height: 1.63; margin: 0; } /* ------------------------------------------------------------------------ | Typographics elements +------------------------------------------------------------------------- */ .u { text-decoration: underline; } .line-through { text-decoration: line-through; } .overline { text-decoration: overline; } .tt { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; /*line-height: 1.63;*/ } /* ------------------------------------------------------------------------ | Programming elements +------------------------------------------------------------------------- */ .apiname, .codeph, .option, .parmname, .kwd, .var, .oper, .delim, .sep { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; /*line-height: 1.63;*/ } .option { font-weight: bold; } .parmname { font-style: italic; } .kwd { font-weight: bold; } .var { font-style: italic; } /* ------------------------------------------------------------------------ | Software elements +------------------------------------------------------------------------- */ .msgblock, .msgph, .msgnum, .cmdname, .varname, .filepath, .userinput, .systemoutput { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; /*line-height: 1.63;*/ } .msgblock { line-height: 1.63; background-color: #E8F0F8; padding: 0.25em 0.5em; border-color: #C8D0E8; /* Add actual border using the frame attribute. */ margin-top: 1.11em; margin-bottom: 1.11em; } .cmdname { font-weight: bold; } .varname { font-style: italic; } .userinput { background-color: #F0F0F0; } .systemoutput { background-color: #F0F8F0; } /* ------------------------------------------------------------------------ | User interface elements +------------------------------------------------------------------------- */ .shortcut { text-decoration: underline; } .screen { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; line-height: 1.63; background-color: #F0F8F0; padding: 0.25em 0.5em; border-color: #D0EED0; /* Add actual border using the frame attribute. */ margin-top: 1.11em; margin-bottom: 1.11em; } /* ------------------------------------------------------------------------ | Utilities elements +------------------------------------------------------------------------- */ .imagemap { margin-top: 2em; margin-bottom: 2em; } .imagemap > object { border-style: none; } /* ------------------------------------------------------------------------ | Hazard statement elements +------------------------------------------------------------------------- */ .hazardstatement { border: 2px solid black; border-collapse: collapse; margin-top: 2em; margin-bottom: 2em; } .hazardstatement td { padding: 0.5em; } .hazardStatement-danger-head, .hazardStatement-warning-head, .hazardStatement-caution-head, .hazardStatement-notice-head, .hazardStatement-note-head, .hazardStatement-tip-head, .hazardStatement-fastpath-head, .hazardStatement-restriction-head, .hazardStatement-important-head, .hazardStatement-remember-head, .hazardStatement-attention-head, .hazardStatement-other-head { text-align: center; font-size: 1.6em; line-height: 1; font-weight: bold; color: white; background-color: green; } .hazardStatement-danger-head { color: black; background-color: red; } .hazardStatement-warning-head { color: black; background-color: #FFA500; /*orange*/ } .hazardStatement-caution-head { color: black; background-color: yellow; } .hazardStatement-notice-head { color: white; background-color: blue; } .hazardStatement-head-icon { vertical-align: middle; padding-right: 0.5em; } .messagepanel { text-align: center; font-size: 1.2em; line-height: 1.25; color: white; background-color: blue; } .typeofhazard { font-size: 1.4em; line-height: 1.07; font-weight: bold; } /* ------------------------------------------------------------------------ | Equation elements +------------------------------------------------------------------------- */ .equation-block { text-align: center; margin-top: 1em; margin-bottom: 1em; } .equation-block-layout { width: 90%; border-collapse: collapse; border-spacing: 0; margin: 0; } .equation-block-equation { width: 90%; text-align: center; } .equation-block-number { width: 10%; text-align: right; } /* ------------------------------------------------------------------------ | titlePage +------------------------------------------------------------------------- */ .title-page { text-align: center; border: 1px solid #F0F4F8; -moz-border-radius: 1ex; -webkit-border-radius: 1ex; border-radius: 1ex; background-color: #F4F8FC; padding: 1em; margin-top: 1em; margin-bottom: 1em; } .document-title { font-weight: bold; font-size: 2em; line-height: 1; margin-top: 1em; margin-bottom: 1em; } .booklibrary { margin-top: 2em; margin-bottom: 2em; } .booktitlealt { font-style: italic; font-size: 1.2em; line-height: 1.25; margin-top: 1.67em; margin-bottom: 1.67em; } .document-author, .personinfo, .organizationinfo { margin-top: 1em; margin-bottom: 1em; } .addressdetails { font-family: inherit; margin-top: 0; margin-bottom: 0; } .emailaddress, .url { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; line-height: 1.63; } .last-critdate, .document-publisher { margin-top: 2em; margin-bottom: 2em; } /* ------------------------------------------------------------------------ | Page navigation +------------------------------------------------------------------------- */ .page-navigation-header, .page-navigation-footer { font-size: 0.8em; line-height: 1.73; color: #808080; padding: 0; margin: 0; } .page-navigation-layout { border-collapse: collapse; border-spacing: 0; padding: 0; margin: 0; } .page-navigation-header > .page-navigation-layout { border-bottom: 1px solid #C0C0C0; margin-bottom: 1.25em; } .page-navigation-footer > .page-navigation-layout { border-top: 1px solid #C0C0C0; margin-top: 1.25em; } .page-navigation-layout td { vertical-align: baseline; padding: 0.125em; } .navigation-icon, .navigation-icon-disabled { border-style: none; vertical-align: middle; } .page-navigation-current { font-weight: bold; } /* ------------------------------------------------------------------------ | Ditac:flags elements +------------------------------------------------------------------------- */ .ditac-flags-div { border-right-color: gray; } .ditac-flags-div-start-p, .ditac-flags-div-end-p { margin-top: 0; margin-bottom: 0; } .ditac-flags-div-start-text, .ditac-flags-div-end-text, .ditac-flags-span-start-text, .ditac-flags-span-end-text { font-size: 0.917em; /*line-height: 1.63;*/ color: gray; } .ditac-flags-div-start-image, .ditac-flags-div-end-image, .ditac-flags-span-start-image, .ditac-flags-span-end-image { vertical-align: middle; } /* ------------------------------------------------------------------------ | Listing having numbered lines (see above .codeblock styles) +------------------------------------------------------------------------- */ div.listing-layout { margin-top: 1em; margin-bottom: 1em; } table.listing-table { width: 100%; border-collapse: collapse; background-color: #F0F0F0; border: 1px dotted #D0D0D0; margin: 0; } colgroup.listing-numbers-column { border-right: 1px solid #808080; } tbody.listing-table-body { vertical-align: baseline; } tr.listing-row {} td.listing-numbers-cell { color: #808080; padding: 0.25em; } td.listing-lines-cell { padding: 0.25em 0.5em; } pre.listing-numbers, pre.listing-lines { background-color: transparent; border-style: none; padding: 0; margin: 0; } pre.listing-numbers { text-align: right; } pre.listing-lines { text-align: left; } /* ------------------------------------------------------------------------ | Syntax highlighting +------------------------------------------------------------------------- */ .hl-keyword { font-weight: bold; color: #602060; } .hl-string { color: #A00000; } .hl-number { color: #B08000; } .hl-comment { font-style: italic; color: #808080; } .hl-doccomment { color: #008080; } .hl-directive { color: #00A000; } .hl-annotation { font-weight: bold; color: #808080; } /* * XML */ .hl-tag { font-weight: bold; color: #602060; } .hl-attribute { color: #0050A0; } .hl-value { color: #A00000; } .hl-doctype { color: #008080; } /* ------------------------------------------------------------------------ | Web Help TOC +------------------------------------------------------------------------- */ .webhelp-toc-part-entry, .webhelp-toc-chapter-entry, .webhelp-toc-appendices-entry, .webhelp-toc-appendix-entry { font-weight: bold; }
docs/resources/base.css
body { font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; font-size: 15px; font-weight: 400; line-height: 1.50; color: #212529; background-color: #FFFFFF; margin-left: 1em; margin-right: 1em; } dt { margin-top: 1em; margin-bottom: 0; } dt + dt { margin-top: 0; } dt > *:last-child { margin-bottom: 0; } dd { margin-top: 0; margin-bottom: 1em; } dd > *:first-child { margin-top: 0; } table, th, td { font-size: 1em; /* In "quirks mode", tables do not inherit font size. */ line-height: 1.5; } a:link:hover, a:visited:hover { text-decoration: underline; } a:link { text-decoration: none; color: #404080; } a:visited { text-decoration: none; color: #204080; } /* ------------------------------------------------------------------------ | Topic elements +------------------------------------------------------------------------- */ .part-title, .chapter-title, .appendices-title, .appendix-title, .section1-title, .section2-title, .section3-title, .section4-title, .section5-title, .section6-title, .section7-title, .section8-title, .section9-title, .frontmattersection-title, .backmattersection-title, .amendments-title, .bookabstract-title, .colophon-title, .dedication-title, .draftintro-title, .preface-title, .notices-title, .abbrevlist-title, .bibliolist-title, .glossarylist-title, .trademarklist-title, .topic-title, .section-title, .example-title, .refsyn-title, .related-links-title, .linklist-title, .linkpool-title, .prereq-title, .context-title, .steps-informal-title, .steps-title, .result-title, .postreq-title { font-weight: bold; margin-top: 1em; margin-bottom: 1em; } .part-title, .chapter-title, .appendices-title, .appendix-title, .section1-title, .section2-title, .section3-title, .section4-title, .section5-title, .section6-title, .section7-title, .section8-title, .section9-title, .topic-title { border-bottom: 1px solid #212529; padding-bottom: 0.125em; } .frontmattersection-title, .backmattersection-title, .amendments-title, .bookabstract-title, .colophon-title, .dedication-title, .draftintro-title, .preface-title, .notices-title, .abbrevlist-title, .bibliolist-title, .glossarylist-title, .trademarklist-title, .part-title, .chapter-title, .appendices-title, .appendix-title { font-size: 1.8em; line-height: 1; margin-top: 0.56em; margin-bottom: 0.56em; } .section1-title, .topic-title { font-size: 1.6em; line-height: 1; margin-top: 0.62em; margin-bottom: 0.62em; } .section2-title { font-size: 1.4em; line-height: 1.07; margin-top: 0.71em; margin-bottom: 0.71em; } .section3-title, .section4-title, .section5-title, .section6-title, .section7-title, .section8-title, .section9-title { font-size: 1.2em; line-height: 1.25; margin-top: 0.83em; margin-bottom: 0.83em; } .section-title, .example-title, .refsyn-title, .prereq-title, .context-title, .steps-informal-title, .steps-title, .result-title, .postreq-title { font-size: 1.2em; line-height: 1.25; margin-top: 0.83em; margin-bottom: 0.83em; } .remedy .steps-informal-title, .remedy .steps-title { font-size: 1em; line-height: 1.50; margin-top: 1em; margin-bottom: 1em; } .equation-figure-title, .fig-title, .table-title { font-size: 1em; line-height: 1.50; font-weight: normal; font-style: italic; margin-top: 0.25em; margin-bottom: 0.25em; } .related-links-title, .linklist-title, .linkpool-title { margin-top: 0.25em; margin-bottom: 0.25em; } .abstract { margin-top: 1em; margin-bottom: 1em; } .shortdesc { margin-top: 1em; margin-bottom: 1em; } .body, .conbody, .refbody, .taskbody { margin-top: 1em; margin-bottom: 1em; } .related-links { margin-top: 1em; margin-bottom: 1em; } .section, .example { margin-top: 1em; margin-bottom: 1em; } /* ------------------------------------------------------------------------ | Reference elements +------------------------------------------------------------------------- */ .refsyn { margin-top: 1em; margin-bottom: 1em; } /* ------------------------------------------------------------------------ | Task elements +------------------------------------------------------------------------- */ .info { margin-top: 1em; margin-bottom: 1em; } .steps-informal, .step-list, .compact-step-list, .unordered-step-list, .compact-unordered-step-list, .substeps, .compact-substeps { margin-top: 1em; margin-bottom: 1em; } .substeps, .compact-substeps { list-style-type: lower-alpha; } .compact-step-list > li, .compact-unordered-step-list > li, .compact-substeps > li { margin-top: 0; margin-bottom: 0; } .choices { list-style-type: circle; margin-top: 1em; margin-bottom: 1em; } .stepsection { list-style-type: none; margin-top: 1em; margin-bottom: 1em; } .tutorialinfo { margin-top: 1em; margin-bottom: 1em; } .stepxmp { margin-top: 1em; margin-bottom: 1em; } .stepresult { margin-top: 1em; margin-bottom: 1em; } /* ------------------------------------------------------------------------ | Glossary elements +------------------------------------------------------------------------- */ .glossentry { margin-top: 1em; margin-bottom: 1em; } .glossterm { font-weight: bold; margin-bottom: 0; } .glossdef { margin-left: 4em; margin-top: 0; } .glossdef > *:first-child { margin-top: 0; } .glossdef > *:last-child { margin-bottom: 0; } .glossBody { margin-left: 4em; margin-top: 1em; margin-bottom: 1em; } .glossBody-properties { margin-top: 1em; margin-bottom: 1em; } .glossSurfaceForm, .glossUsage, .glossScopeNote, .glossSymbol { margin-top: 1em; margin-bottom: 1em; } .glossAlt { margin-top: 1em; margin-bottom: 1em; } .glossAlt-properties, .glossAlt-variants { margin-top: 1em; margin-bottom: 1em; } .glossAbbreviation-container, .glossAcronym-container, .glossShortForm-container, .glossSynonym-container { margin-top: 1em; margin-bottom: 1em; } .glossAbbreviation, .glossAcronym, .glossShortForm, .glossSynonym { font-weight: bold; } .glossentry > .related-links { margin-left: 4em; } .glossentry > .related-links > .related-links-title { font-size: 1em; line-height: 1.50; } /* ------------------------------------------------------------------------ | Body elements +------------------------------------------------------------------------- */ .p { margin-top: 1em; margin-bottom: 1em; } td > *:first-child, th > *:first-child { margin-top: 0; } td > *:last-child, th > *:last-child { margin-bottom: 0; } .note { font-size: 0.917em; line-height: 1.63; border-top: 2px solid #C0C0C0; border-bottom: 2px solid #C0C0C0; padding: 1em 0; margin: 2.2em 4em; } .note-head { font-size: 1.1em; line-height: 1.36; font-weight: bold; margin-top: 0; margin-bottom: 0.83em; } /* * When the note icon is displayed. */ .note-layout { border-collapse: collapse; border-spacing: 0; margin: 0; } .note-icon { vertical-align: top; padding-right: 1em; } .note-text { vertical-align: baseline; } /* * Multi-level ordered lists. */ ol.inheritnum { list-style-type: none; padding-left: 5ex; } ol.inheritnum ol.inheritnum { padding-left: 6ex; } ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 7ex; } ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 8ex; } ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 9ex; } ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 10ex; } ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 11ex; } ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 12ex; } ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum ol.inheritnum { padding-left: 13ex; } ol.inheritnum > li { position: relative; } ol.inheritnum > li::before { position: absolute; margin-right: 100%; right: 1ex; } /* * Lists. */ .ol, .compact-ol, .ul, .compact-ul, .sl, .compact-sl { margin-top: 1em; margin-bottom: 1em; } .sl, .compact-sl { list-style-type: none; } /* * Web browsers seem to always display lists as compact. */ li { margin-top: 1em; margin-bottom: 1em; } .compact-ol > li, .compact-ul > li, .compact-sl > li { margin-top: 0; margin-bottom: 0; } .tabular-dl { border-collapse: collapse; border-spacing: 0; border-top: 1px solid #808080; border-bottom: 1px solid #808080; margin-top: 1em; margin-bottom: 1em; } .tabular-dl-head-row { font-weight: bold; text-align: left; background-color: #E0E0E0; border-bottom: 1px solid #808080; } .tabular-dthd, .tabular-ddhd, .tabular-dt, .tabular-dd { vertical-align: baseline; padding: 0.25em 0.5em; } .tabular-dthd, .tabular-dt { padding-right: 1em; } .dl, .compact-dl, .parml, .compact-parml { margin-top: 1em; margin-bottom: 1em; } .dt, .pt { font-weight: bold; } .compact-dl > dt, .compact-dl > dd, .compact-parml > dt, .compact-parml > dd { margin-top: 0; margin-bottom: 0; } .compact-dl > dt > *:first-child, .compact-parml > dt > *:first-child { margin-top: 0; } .compact-dl > dd > *:last-child, .compact-parml > dd > *:last-child { margin-bottom: 0; } .equation-figure, .fig { margin-top: 2em; margin-bottom: 2em; } .equation-figure-contents > *:first-child, .fig-contents > *:first-child { margin-top: 0; } .equation-figure-contents > *:last-child, .fig-contents > *:last-child { margin-bottom: 0; } .pre, .codeblock { white-space: pre; font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; line-height: 1.63; background-color: #F0F0F0; /* Add actual border using the frame attribute. */ border-color: #D0D0D0; padding: 0.25em 0.5em; margin-top: 1.11em; margin-bottom: 1.11em; } .lines { white-space: pre; font-family: inherit; font-size: 0.917em; line-height: 1.63; padding: 0.25em 0.5em; margin-top: 1.11em; margin-bottom: 1.11em; } .lq { margin: 2em 4em; } .lq-reftitle { font-style: italic; text-align: right; margin-top: 0.25em; margin-bottom: 0.25em; } a.object-download-link, .object-no-download-link { text-decoration: underline; font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; /*line-height: 1.63;*/ } .object-no-download-link { color: gray; } /* ------------------------------------------------------------------------ | Simpletable, properties, choicetable elements +------------------------------------------------------------------------- */ .simpletable-container { margin-top: 1em; margin-bottom: 1em; } .simpletable, .properties, .choicetable { border-collapse: collapse; border-spacing: 0; border: 1px solid #808080; } .table-header-style { font-weight: bold; background-color: #E0E0E0; } .stentry, .proptype, .propvalue, .propdesc, .proptypehd, .propvaluehd, .propdeschd, .choption, .chdesc, .choptionhd, .chdeschd { vertical-align: baseline; border: 1px solid #808080; padding: 0.25em 0.5em; } /* ------------------------------------------------------------------------ | Table elements +------------------------------------------------------------------------- */ .table { margin-top: 1em; margin-bottom: 1em; } .tgroup { border-collapse: collapse; border-spacing: 0; border-color: #808080; } .entry { border-color: #808080; padding: 0.25em 0.5em; } /* ------------------------------------------------------------------------ | Related links elements +------------------------------------------------------------------------- */ .sequence-parent-linkpool, .sequence-members-linkpool, .family-parent-linkpool, .family-members-linkpool, .unordered-parent-linkpool, .unordered-members-linkpool, .choice-parent-linkpool, .choice-members-linkpool { border: 1px solid #F0F0F4; -moz-border-radius: 1ex; -webkit-border-radius: 1ex; border-radius: 1ex; background-color: #F8F8FC; padding: 1em; margin-top: 1em; margin-bottom: 1em; } .parent-topic-link-item, .previous-topic-link-item, .next-topic-link-item, .sibling-topic-link-item { font-weight: bold; font-size: 0.917em; /*line-height: 1.63;*/ } .linkpool-title { font-size: 0.917em; line-height: 1.63; margin-top: 0; } .link { margin-top: 0; margin-bottom: 0; } .linklist { margin-left: 2.66em; margin-top: 1em; margin-bottom: 1em; } .linkinfo { margin-top: 1em; margin-bottom: 1em; } /* ------------------------------------------------------------------------ | Miscellaneous elements +------------------------------------------------------------------------- */ .draft-comment { color: red; font-size: 0.917em; line-height: 1.63; /*no margins*/ } .draft-comment-info { font-weight: bold; } .fn-link { text-decoration: none; } .footnote-separator { width: 4em; height: 1px; border-style: none; background-color: #808080; text-align: left; margin-left: 0; margin-right: auto; margin-top: 2em; margin-bottom: 0.25em; } .fn-layout { border-collapse: collapse; font-size: 0.917em; line-height: 1.63; margin: 0; } /* ------------------------------------------------------------------------ | Typographics elements +------------------------------------------------------------------------- */ .u { text-decoration: underline; } .line-through { text-decoration: line-through; } .overline { text-decoration: overline; } .tt { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; /*line-height: 1.63;*/ } /* ------------------------------------------------------------------------ | Programming elements +------------------------------------------------------------------------- */ .apiname, .codeph, .option, .parmname, .kwd, .var, .oper, .delim, .sep { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; /*line-height: 1.63;*/ } .option { font-weight: bold; } .parmname { font-style: italic; } .kwd { font-weight: bold; } .var { font-style: italic; } /* ------------------------------------------------------------------------ | Software elements +------------------------------------------------------------------------- */ .msgblock, .msgph, .msgnum, .cmdname, .varname, .filepath, .userinput, .systemoutput { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; /*line-height: 1.63;*/ } .msgblock { line-height: 1.63; background-color: #E8F0F8; padding: 0.25em 0.5em; border-color: #C8D0E8; /* Add actual border using the frame attribute. */ margin-top: 1.11em; margin-bottom: 1.11em; } .cmdname { font-weight: bold; } .varname { font-style: italic; } .userinput { background-color: #F0F0F0; } .systemoutput { background-color: #F0F8F0; } /* ------------------------------------------------------------------------ | User interface elements +------------------------------------------------------------------------- */ .shortcut { text-decoration: underline; } .screen { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; line-height: 1.63; background-color: #F0F8F0; padding: 0.25em 0.5em; border-color: #D0EED0; /* Add actual border using the frame attribute. */ margin-top: 1.11em; margin-bottom: 1.11em; } /* ------------------------------------------------------------------------ | Utilities elements +------------------------------------------------------------------------- */ .imagemap { margin-top: 2em; margin-bottom: 2em; } .imagemap > object { border-style: none; } /* ------------------------------------------------------------------------ | Hazard statement elements +------------------------------------------------------------------------- */ .hazardstatement { border: 2px solid black; border-collapse: collapse; margin-top: 2em; margin-bottom: 2em; } .hazardstatement td { padding: 0.5em; } .hazardStatement-danger-head, .hazardStatement-warning-head, .hazardStatement-caution-head, .hazardStatement-notice-head, .hazardStatement-note-head, .hazardStatement-tip-head, .hazardStatement-fastpath-head, .hazardStatement-restriction-head, .hazardStatement-important-head, .hazardStatement-remember-head, .hazardStatement-attention-head, .hazardStatement-other-head { text-align: center; font-size: 1.6em; line-height: 1; font-weight: bold; color: white; background-color: green; } .hazardStatement-danger-head { color: black; background-color: red; } .hazardStatement-warning-head { color: black; background-color: #FFA500; /*orange*/ } .hazardStatement-caution-head { color: black; background-color: yellow; } .hazardStatement-notice-head { color: white; background-color: blue; } .hazardStatement-head-icon { vertical-align: middle; padding-right: 0.5em; } .messagepanel { text-align: center; font-size: 1.2em; line-height: 1.25; color: white; background-color: blue; } .typeofhazard { font-size: 1.4em; line-height: 1.07; font-weight: bold; } /* ------------------------------------------------------------------------ | Equation elements +------------------------------------------------------------------------- */ .equation-block { text-align: center; margin-top: 1em; margin-bottom: 1em; } .equation-block-layout { width: 90%; border-collapse: collapse; border-spacing: 0; margin: 0; } .equation-block-equation { width: 90%; text-align: center; } .equation-block-number { width: 10%; text-align: right; } /* ------------------------------------------------------------------------ | titlePage +------------------------------------------------------------------------- */ .title-page { text-align: center; border: 1px solid #F0F4F8; -moz-border-radius: 1ex; -webkit-border-radius: 1ex; border-radius: 1ex; background-color: #F4F8FC; padding: 1em; margin-top: 1em; margin-bottom: 1em; } .document-title { font-weight: bold; font-size: 2em; line-height: 1; margin-top: 1em; margin-bottom: 1em; } .booklibrary { margin-top: 2em; margin-bottom: 2em; } .booktitlealt { font-style: italic; font-size: 1.2em; line-height: 1.25; margin-top: 1.67em; margin-bottom: 1.67em; } .document-author, .personinfo, .organizationinfo { margin-top: 1em; margin-bottom: 1em; } .addressdetails { font-family: inherit; margin-top: 0; margin-bottom: 0; } .emailaddress, .url { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 0.917em; line-height: 1.63; } .last-critdate, .document-publisher { margin-top: 2em; margin-bottom: 2em; } /* ------------------------------------------------------------------------ | Page navigation +------------------------------------------------------------------------- */ .page-navigation-header, .page-navigation-footer { font-size: 0.8em; line-height: 1.73; color: #808080; padding: 0; margin: 0; } .page-navigation-layout { border-collapse: collapse; border-spacing: 0; padding: 0; margin: 0; } .page-navigation-header > .page-navigation-layout { border-bottom: 1px solid #C0C0C0; margin-bottom: 1.25em; } .page-navigation-footer > .page-navigation-layout { border-top: 1px solid #C0C0C0; margin-top: 1.25em; } .page-navigation-layout td { vertical-align: baseline; padding: 0.125em; } .navigation-icon, .navigation-icon-disabled { border-style: none; vertical-align: middle; } .page-navigation-current { font-weight: bold; } /* ------------------------------------------------------------------------ | Ditac:flags elements +------------------------------------------------------------------------- */ .ditac-flags-div { border-right-color: gray; } .ditac-flags-div-start-p, .ditac-flags-div-end-p { margin-top: 0; margin-bottom: 0; } .ditac-flags-div-start-text, .ditac-flags-div-end-text, .ditac-flags-span-start-text, .ditac-flags-span-end-text { font-size: 0.917em; /*line-height: 1.63;*/ color: gray; } .ditac-flags-div-start-image, .ditac-flags-div-end-image, .ditac-flags-span-start-image, .ditac-flags-span-end-image { vertical-align: middle; } /* ------------------------------------------------------------------------ | Listing having numbered lines (see above .codeblock styles) +------------------------------------------------------------------------- */ div.listing-layout { margin-top: 1em; margin-bottom: 1em; } table.listing-table { width: 100%; border-collapse: collapse; background-color: #F0F0F0; border: 1px dotted #D0D0D0; margin: 0; } colgroup.listing-numbers-column { border-right: 1px solid #808080; } tbody.listing-table-body { vertical-align: baseline; } tr.listing-row {} td.listing-numbers-cell { color: #808080; padding: 0.25em; } td.listing-lines-cell { padding: 0.25em 0.5em; } pre.listing-numbers, pre.listing-lines { background-color: transparent; border-style: none; padding: 0; margin: 0; } pre.listing-numbers { text-align: right; } pre.listing-lines { text-align: left; } /* ------------------------------------------------------------------------ | Syntax highlighting +------------------------------------------------------------------------- */ .hl-keyword { font-weight: bold; color: #602060; } .hl-string { color: #A00000; } .hl-number { color: #B08000; } .hl-comment { font-style: italic; color: #808080; } .hl-doccomment { color: #008080; } .hl-directive { color: #00A000; } .hl-annotation { font-weight: bold; color: #808080; } /* * XML */ .hl-tag { font-weight: bold; color: #602060; } .hl-attribute { color: #0050A0; } .hl-value { color: #A00000; } .hl-doctype { color: #008080; } /* ------------------------------------------------------------------------ | Web Help TOC +------------------------------------------------------------------------- */ .webhelp-toc-part-entry, .webhelp-toc-chapter-entry, .webhelp-toc-appendices-entry, .webhelp-toc-appendix-entry { font-weight: bold; }
0.481941
0.109087
* A partial implementation of the Ruby constants functions from Compass: * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb */ /* * A partial implementation of the Ruby display functions from Compass: * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb */ /* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: <NAME> - http://richclarkdesign.com */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } nav ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; } /* change colours to suit your needs */ ins { background-color: #ff9; color: #000; text-decoration: none; } /* change colours to suit your needs */ mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; } table { border-collapse: collapse; border-spacing: 0; } /* change border colour to suit your needs */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; } input, select { vertical-align: middle; } #sidebar::-webkit-scrollbar { width: 12px; } #sidebar::-webkit-scrollbar-track-piece { background: #00c9b6; } #sidebar::-webkit-scrollbar-thumb { background: #009688; } .popup { position: absolute; left: 0; top: 0; background-color: #fff; width: 80px; border: 1px #ccc solid; box-shadow: #333 2px 2px 4px; } .popup input { background-color: #fff; border: 0; outline: none; width: 80px; height: 25px; } .popup input:hover { background-color: #4281F4; width: 80px; height: 25px; color: #fff; } .center { text-align: center; } .view { height: 100%; } .view-header { height: calc(100% - 60px); } #header { height: 60px; background-color: #009688; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); } #header #navbar { float: right; } #header #navbar ul { list-style: none; margin: 0; padding: 0; } #header #navbar ul li { margin: 0; padding: 0; float: left; } #header #navbar ul li a { display: block; height: 60px; line-height: 60px; padding-left: 10px; padding-right: 10px; color: #BDBDBD; -webkit-transition: all false false, 500ms false false, ease false false; -moz-transition: all false false false, 500ms false false false, ease false false false; -o-transition: all false false false, 500ms false false false, ease false false false; transition: all 500ms ease; } #header #navbar ul li a:hover { background-color: #37474F; } #network { position: absolute; width: calc(100% - 200px); height: calc(100% - 60px); top: 60px; overflow: hidden; } #network svg { width: 100%; height: 100%; } #sidebar { position: absolute; width: 200px; height: calc(100% - 60px); top: 60px; right: 0; background-color: #00BCD4; -webkit-transition: all false false, 500ms false false, ease false false; -moz-transition: all false false false, 500ms false false false, ease false false false; -o-transition: all false false false, 500ms false false false, ease false false false; transition: all 500ms ease; overflow-y: scroll; overflow-x: hidden; } #sidebar.unlocked { background-color: rgba(0, 188, 212, 0.5); } #sidebar #sidebar-controls { padding-top: 10px; } #sidebar #sidebar-controls i.fa { padding: 5px; -webkit-transition: all false false, 500ms false false, ease false false; -moz-transition: all false false false, 500ms false false false, ease false false false; -o-transition: all false false false, 500ms false false false, ease false false false; transition: all 500ms ease; } #sidebar #sidebar-controls i.fa:hover { cursor: pointer; color: #673AB7; } #sidebar #species-list li { list-style: none; padding-left: 10px; padding-right: 10px; -webkit-transition: all false false, 500ms false false, ease false false; -moz-transition: all false false false, 500ms false false false, ease false false false; -o-transition: all false false false, 500ms false false false, ease false false false; transition: all 500ms ease; } #sidebar #species-list li:hover { background-color: #F5F5F5; cursor: pointer; } #sidebar #species-list li:nth-child(odd) { background-color: rgba(245, 245, 245, 0.5); } #sidebar #species-list li:nth-child(odd):hover { background-color: #F5F5F5; }
src/styles/styles.css
* A partial implementation of the Ruby constants functions from Compass: * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb */ /* * A partial implementation of the Ruby display functions from Compass: * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb */ /* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: <NAME> - http://richclarkdesign.com */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } nav ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; } /* change colours to suit your needs */ ins { background-color: #ff9; color: #000; text-decoration: none; } /* change colours to suit your needs */ mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; } table { border-collapse: collapse; border-spacing: 0; } /* change border colour to suit your needs */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; } input, select { vertical-align: middle; } #sidebar::-webkit-scrollbar { width: 12px; } #sidebar::-webkit-scrollbar-track-piece { background: #00c9b6; } #sidebar::-webkit-scrollbar-thumb { background: #009688; } .popup { position: absolute; left: 0; top: 0; background-color: #fff; width: 80px; border: 1px #ccc solid; box-shadow: #333 2px 2px 4px; } .popup input { background-color: #fff; border: 0; outline: none; width: 80px; height: 25px; } .popup input:hover { background-color: #4281F4; width: 80px; height: 25px; color: #fff; } .center { text-align: center; } .view { height: 100%; } .view-header { height: calc(100% - 60px); } #header { height: 60px; background-color: #009688; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); } #header #navbar { float: right; } #header #navbar ul { list-style: none; margin: 0; padding: 0; } #header #navbar ul li { margin: 0; padding: 0; float: left; } #header #navbar ul li a { display: block; height: 60px; line-height: 60px; padding-left: 10px; padding-right: 10px; color: #BDBDBD; -webkit-transition: all false false, 500ms false false, ease false false; -moz-transition: all false false false, 500ms false false false, ease false false false; -o-transition: all false false false, 500ms false false false, ease false false false; transition: all 500ms ease; } #header #navbar ul li a:hover { background-color: #37474F; } #network { position: absolute; width: calc(100% - 200px); height: calc(100% - 60px); top: 60px; overflow: hidden; } #network svg { width: 100%; height: 100%; } #sidebar { position: absolute; width: 200px; height: calc(100% - 60px); top: 60px; right: 0; background-color: #00BCD4; -webkit-transition: all false false, 500ms false false, ease false false; -moz-transition: all false false false, 500ms false false false, ease false false false; -o-transition: all false false false, 500ms false false false, ease false false false; transition: all 500ms ease; overflow-y: scroll; overflow-x: hidden; } #sidebar.unlocked { background-color: rgba(0, 188, 212, 0.5); } #sidebar #sidebar-controls { padding-top: 10px; } #sidebar #sidebar-controls i.fa { padding: 5px; -webkit-transition: all false false, 500ms false false, ease false false; -moz-transition: all false false false, 500ms false false false, ease false false false; -o-transition: all false false false, 500ms false false false, ease false false false; transition: all 500ms ease; } #sidebar #sidebar-controls i.fa:hover { cursor: pointer; color: #673AB7; } #sidebar #species-list li { list-style: none; padding-left: 10px; padding-right: 10px; -webkit-transition: all false false, 500ms false false, ease false false; -moz-transition: all false false false, 500ms false false false, ease false false false; -o-transition: all false false false, 500ms false false false, ease false false false; transition: all 500ms ease; } #sidebar #species-list li:hover { background-color: #F5F5F5; cursor: pointer; } #sidebar #species-list li:nth-child(odd) { background-color: rgba(245, 245, 245, 0.5); } #sidebar #species-list li:nth-child(odd):hover { background-color: #F5F5F5; }
0.811825
0.135061
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; box-sizing:border-box;} body { background:#fff; color:#555; font-size:14px; font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif; } td,th,caption { font-size:14px; } h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; } address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;} a { color:#555; text-decoration:none; } a:hover { text-decoration:underline; } img { border:none; } ol,ul,li { list-style:none; } input, textarea, select, button { font:14px "Arial","Microsoft YaHei","黑体","宋体",sans-serif; outline:none; } table { border-collapse:collapse; } html,body{overflow:hidden;} .clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;} .clearfix { *zoom:1; }/*公共类*/ .fl { float:left} .fr {float:right} .al {text-align:left} .ac {text-align:center} .ar {text-align:right} .va {vertical-align:middle;} .vt{vertical-align:top;} .aj {text-align: justify;text-justify:inter-ideograph;} .hide {display:none} textarea {resize: none !important;} .layui-smf-box { padding: 5px; position:absolute; top:0; bottom:60px; left:0; right:0; overflow:auto; } .layui-card { position: relative; box-shadow:none; } .layui-btn-select { border: solid 1px #009688 !important; } .jump-click { text-decoration: underline; color: crimson; } .layui-card-header { color: #999; } .layui-card-footer { position: absolute; bottom: 0px; left: 0; right: 0; height: 60px; line-height: 60px; border-top: 1px solid #eee; padding-right: 20px; } /*流程记录*/ .flow-node {width: 180px;background-color: #f8f8f8;color: #6d7173;text-align: center;height: 80px;} .flow-message {vertical-align: top;} .flow-audit-info {border-top: #eee 1px solid;height: 40px;position: absolute;bottom: 0;left: 0;right: 0;z-index: 9999;padding-left: 15px;line-height: 40px;} .flow-audit-info span, .flow-audit-info span {width: 33.3333333%;display: inline-block;text-align: center;} .flow-audit-info span:first-child {text-align: left;} .flow-sign {text-align: right;padding-right: 20px;font-weight: 600;}
Samples/Smartflow.Samples/wwwroot/content/common.css
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; box-sizing:border-box;} body { background:#fff; color:#555; font-size:14px; font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif; } td,th,caption { font-size:14px; } h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; } address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;} a { color:#555; text-decoration:none; } a:hover { text-decoration:underline; } img { border:none; } ol,ul,li { list-style:none; } input, textarea, select, button { font:14px "Arial","Microsoft YaHei","黑体","宋体",sans-serif; outline:none; } table { border-collapse:collapse; } html,body{overflow:hidden;} .clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;} .clearfix { *zoom:1; }/*公共类*/ .fl { float:left} .fr {float:right} .al {text-align:left} .ac {text-align:center} .ar {text-align:right} .va {vertical-align:middle;} .vt{vertical-align:top;} .aj {text-align: justify;text-justify:inter-ideograph;} .hide {display:none} textarea {resize: none !important;} .layui-smf-box { padding: 5px; position:absolute; top:0; bottom:60px; left:0; right:0; overflow:auto; } .layui-card { position: relative; box-shadow:none; } .layui-btn-select { border: solid 1px #009688 !important; } .jump-click { text-decoration: underline; color: crimson; } .layui-card-header { color: #999; } .layui-card-footer { position: absolute; bottom: 0px; left: 0; right: 0; height: 60px; line-height: 60px; border-top: 1px solid #eee; padding-right: 20px; } /*流程记录*/ .flow-node {width: 180px;background-color: #f8f8f8;color: #6d7173;text-align: center;height: 80px;} .flow-message {vertical-align: top;} .flow-audit-info {border-top: #eee 1px solid;height: 40px;position: absolute;bottom: 0;left: 0;right: 0;z-index: 9999;padding-left: 15px;line-height: 40px;} .flow-audit-info span, .flow-audit-info span {width: 33.3333333%;display: inline-block;text-align: center;} .flow-audit-info span:first-child {text-align: left;} .flow-sign {text-align: right;padding-right: 20px;font-weight: 600;}
0.393152
0.074131
.taggd-wrapper { overflow: hidden; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; } .taggd-wrapper .taggd-item { background-color: rgba(219, 50, 92, 0.75); cursor: pointer; display: block; padding: 10px; z-index: 1000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s; } .taggd-wrapper .taggd-item.active, .taggd-wrapper .taggd-item:hover { background-color: rgba(219, 50, 92, 0.75); } .taggd-wrapper .taggd-item-hover { background-color: rgb(219, 50, 92); color: transparent; cursor: default; display: block; font-weight: lighter; opacity: 0; overflow: hidden; padding: 0 10px; z-index: 999; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .taggd-wrapper .taggd-item-hover.show { color: #fff; opacity: 1; padding: 10px; z-index: 1000; } .taggd-wrapper .taggd-item-hover input { background-color: transparent; border: 0; margin: 0; outline: 0; padding: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 14px; } .taggd-wrapper .taggd-item-hover button { background: rgba(256,256,256,0.1); border: 0; color: #fff; font-size: 0.8em; height: 1.5em; font-family: Arial, Helvetica, serif; line-height: 1; margin: 0 0 0 0.25em; padding: 0; text-align: center; vertical-align: middle; width: 1.5em; font-weight: bold; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; } .taggd-wrapper .taggd-item-hover button:focus, .taggd-wrapper .taggd-item-hover button:active, .taggd-wrapper .taggd-item-hover button:hover{ outline:none; background: rgba(256,256,256,0.3); } .taggd-wrapper .taggd-editor { position: absolute; } .taggd{ height:500px; cursor:pointer; }
src/Taggd/widget/ui/Taggd.css
.taggd-wrapper { overflow: hidden; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; } .taggd-wrapper .taggd-item { background-color: rgba(219, 50, 92, 0.75); cursor: pointer; display: block; padding: 10px; z-index: 1000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s; } .taggd-wrapper .taggd-item.active, .taggd-wrapper .taggd-item:hover { background-color: rgba(219, 50, 92, 0.75); } .taggd-wrapper .taggd-item-hover { background-color: rgb(219, 50, 92); color: transparent; cursor: default; display: block; font-weight: lighter; opacity: 0; overflow: hidden; padding: 0 10px; z-index: 999; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .taggd-wrapper .taggd-item-hover.show { color: #fff; opacity: 1; padding: 10px; z-index: 1000; } .taggd-wrapper .taggd-item-hover input { background-color: transparent; border: 0; margin: 0; outline: 0; padding: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 14px; } .taggd-wrapper .taggd-item-hover button { background: rgba(256,256,256,0.1); border: 0; color: #fff; font-size: 0.8em; height: 1.5em; font-family: Arial, Helvetica, serif; line-height: 1; margin: 0 0 0 0.25em; padding: 0; text-align: center; vertical-align: middle; width: 1.5em; font-weight: bold; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; } .taggd-wrapper .taggd-item-hover button:focus, .taggd-wrapper .taggd-item-hover button:active, .taggd-wrapper .taggd-item-hover button:hover{ outline:none; background: rgba(256,256,256,0.3); } .taggd-wrapper .taggd-editor { position: absolute; } .taggd{ height:500px; cursor:pointer; }
0.311322
0.077903
.wrap{ margin:0 auto; width:1024px; } body{ color: #333; background-image:url(../images/bedge_grunge.png); font-family: 'Anaheim', sans-serif; } /* .header{ background-image:url(../images/menu-bg.png); height:3px; }*/ .header span{ background-color:#C76572; height:3px; display:block; } .menu li{ display: inline-block; margin:0 57px; } .menu li a{ display: block; font-size:24px; padding:60px 10px 10px 10px; color:#919191; } .menu li:hover,.menu ul li.active{ background-color: #C76572; height:110px; -webkit-border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; } .menu li a:hover,.menu ul li.active a{ color:#fff; } /* .menu li a span:hover,.menu ul li.active a span{ background: url(../images/menu.png) no-repeat right top; } .menu li a:hover,.menu ul li.active a{ background: url(../images/menu_a.png) no-repeat left top; height:50px; } */ .logo{ margin:48px 0 48px 0; text-align:center; } .gallery{ padding-bottom:80px; } .gallery img{ float:left; width: 25%; } .gallery img:hover{ opacity: 0.6; } .footer{ background-color:#251C15; color:#D5D5D5; padding:40px 0; } .f-content .col1,.f-content .col2,.f-content .col3{ float:left; width:318px; } .f-content .col1,.f-content .col2{ margin-right:35px; } .f-content h2{ font-size:24px; color:#fff; border-bottom: 2px dotted #333; padding-bottom: 10px; } .f-content p{ padding:20px 0; font-size: 16px } .col2 label{ display:block; margin-bottom:5px; } .col2 input[type="text"] { width: 270px; padding: 5px; background: #585252; border: 1px solid #585252; font-size: 12px; margin-bottom: 20px; outline: none; color:#fff; } .social-icons img{ float:left; margin-right:10px; } .col3-prev{ } .prev{ background-color:#413B3B; padding-bottom:5px; } .prev img{ padding:5px; } .prev span{ padding:0 5px 5px 5px; } .copy{ text-align:center; margin-top:45px; } .copy a{ color:#C76572; } .copy a:hover{ color:#fff; } .blog-content{ margin-bottom:30px; } .p-content .box{ margin-bottom:30px; } .p-content .box img { float:left; margin:0 20px 10px 0; } .p-content .box h3{ font-size:24px; color:#34AC98; margin-bottom:20px; } .p-content .box p{ font-size:15px; } .paginate{ text-align:center; } .paginate li{ display: inline; margin-right:15px; } .paginate li a{ color:#C76572; } .paginate li a:hover, .paginate ul li.current a { color:#34AC98; } @media screen and (max-width: 1024px){ .wrap{ width:89%; } .menu li { margin: 0 40px; } .f-content .col1, .f-content .col2, .f-content .col3 { width: 31.33%; } .f-content .col1, .f-content .col2 { margin-right: 1em; } .f-content p { padding: 20px 0 10px; } .col2 input[type="text"] { width: 85%; } .prev img { width: 96%; } } @media screen and (max-width: 991px){ } @media screen and (max-width: 900px){ .menu li { margin: 0px 30px; } } @media screen and (max-width: 800px){ .menu li { margin: 0px 22px; } .f-content .col1{ width:100%; } .f-content .col2{ width: 100%; margin: 2em 0; } .f-content .col3 { width: 52%; } .col2 input[type="text"] { width: 50%; } input.tsc_c3b_large.tsc_button.tsc_c3b_gray.tsc_c3b_input { display: block; } } @media screen and (max-width: 768px){} @media screen and (max-width: 736px){ .p-content .box img { float: none; } .menu li { margin: 0px 18px; } .p-content .box h3 { margin-bottom: 13px; } } @media screen and (max-width: 667px){ .menu li a { font-size: 20px; } } @media screen and (max-width: 640px){ .menu li { margin: 0px 15px; } .logo { margin: 36px 0; } } @media screen and (max-width: 600px){ .menu li { margin: 0px 12px; } .menu li a { padding: 40px 10px 10px 10px; } .menu li:hover, .menu ul li.active { height: 85px; } } @media screen and (max-width: 568px){ .menu li { margin: 0px 8px; } .p-content .box h3 { font-size: 22px; } } @media screen and (max-width: 480px){ .wrap { width: 92%; } .menu li a { font-size: 18px; } .menu li { margin: 0px 6px; } } @media screen and (max-width: 414px){ .menu li { display: block; text-align: center; } .menu li a { padding: 19px 10px; } .menu li:hover, .menu ul li.active { height: 60px; } .f-content .col3 { width: 60%; } .col2 input[type="text"] { width: 60%; } .p-content .box h3 { font-size: 20px; } .gallery img { width: 33%; } } @media screen and (max-width: 384px){ .f-content .col3 { width: 64%; } .menu ul li.active { height: 65px; } .menu li a { padding: 16px 10px; } .menu li:hover, .menu ul li.active { height: 55px; } } @media screen and (max-width: 375px){ .f-content .col3 { width: 68%; } .col2 input[type="text"] { width: 65%; } .f-content h2 { font-size: 22px; } } @media screen and (max-width: 320px){ .f-content .col3 { width: 77%; } .col2 input[type="text"] { width: 73%; } .menu li:hover, .menu ul li.active { height: 55px; } } /* -- //Responsive code -- */
css/style.css
.wrap{ margin:0 auto; width:1024px; } body{ color: #333; background-image:url(../images/bedge_grunge.png); font-family: 'Anaheim', sans-serif; } /* .header{ background-image:url(../images/menu-bg.png); height:3px; }*/ .header span{ background-color:#C76572; height:3px; display:block; } .menu li{ display: inline-block; margin:0 57px; } .menu li a{ display: block; font-size:24px; padding:60px 10px 10px 10px; color:#919191; } .menu li:hover,.menu ul li.active{ background-color: #C76572; height:110px; -webkit-border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; } .menu li a:hover,.menu ul li.active a{ color:#fff; } /* .menu li a span:hover,.menu ul li.active a span{ background: url(../images/menu.png) no-repeat right top; } .menu li a:hover,.menu ul li.active a{ background: url(../images/menu_a.png) no-repeat left top; height:50px; } */ .logo{ margin:48px 0 48px 0; text-align:center; } .gallery{ padding-bottom:80px; } .gallery img{ float:left; width: 25%; } .gallery img:hover{ opacity: 0.6; } .footer{ background-color:#251C15; color:#D5D5D5; padding:40px 0; } .f-content .col1,.f-content .col2,.f-content .col3{ float:left; width:318px; } .f-content .col1,.f-content .col2{ margin-right:35px; } .f-content h2{ font-size:24px; color:#fff; border-bottom: 2px dotted #333; padding-bottom: 10px; } .f-content p{ padding:20px 0; font-size: 16px } .col2 label{ display:block; margin-bottom:5px; } .col2 input[type="text"] { width: 270px; padding: 5px; background: #585252; border: 1px solid #585252; font-size: 12px; margin-bottom: 20px; outline: none; color:#fff; } .social-icons img{ float:left; margin-right:10px; } .col3-prev{ } .prev{ background-color:#413B3B; padding-bottom:5px; } .prev img{ padding:5px; } .prev span{ padding:0 5px 5px 5px; } .copy{ text-align:center; margin-top:45px; } .copy a{ color:#C76572; } .copy a:hover{ color:#fff; } .blog-content{ margin-bottom:30px; } .p-content .box{ margin-bottom:30px; } .p-content .box img { float:left; margin:0 20px 10px 0; } .p-content .box h3{ font-size:24px; color:#34AC98; margin-bottom:20px; } .p-content .box p{ font-size:15px; } .paginate{ text-align:center; } .paginate li{ display: inline; margin-right:15px; } .paginate li a{ color:#C76572; } .paginate li a:hover, .paginate ul li.current a { color:#34AC98; } @media screen and (max-width: 1024px){ .wrap{ width:89%; } .menu li { margin: 0 40px; } .f-content .col1, .f-content .col2, .f-content .col3 { width: 31.33%; } .f-content .col1, .f-content .col2 { margin-right: 1em; } .f-content p { padding: 20px 0 10px; } .col2 input[type="text"] { width: 85%; } .prev img { width: 96%; } } @media screen and (max-width: 991px){ } @media screen and (max-width: 900px){ .menu li { margin: 0px 30px; } } @media screen and (max-width: 800px){ .menu li { margin: 0px 22px; } .f-content .col1{ width:100%; } .f-content .col2{ width: 100%; margin: 2em 0; } .f-content .col3 { width: 52%; } .col2 input[type="text"] { width: 50%; } input.tsc_c3b_large.tsc_button.tsc_c3b_gray.tsc_c3b_input { display: block; } } @media screen and (max-width: 768px){} @media screen and (max-width: 736px){ .p-content .box img { float: none; } .menu li { margin: 0px 18px; } .p-content .box h3 { margin-bottom: 13px; } } @media screen and (max-width: 667px){ .menu li a { font-size: 20px; } } @media screen and (max-width: 640px){ .menu li { margin: 0px 15px; } .logo { margin: 36px 0; } } @media screen and (max-width: 600px){ .menu li { margin: 0px 12px; } .menu li a { padding: 40px 10px 10px 10px; } .menu li:hover, .menu ul li.active { height: 85px; } } @media screen and (max-width: 568px){ .menu li { margin: 0px 8px; } .p-content .box h3 { font-size: 22px; } } @media screen and (max-width: 480px){ .wrap { width: 92%; } .menu li a { font-size: 18px; } .menu li { margin: 0px 6px; } } @media screen and (max-width: 414px){ .menu li { display: block; text-align: center; } .menu li a { padding: 19px 10px; } .menu li:hover, .menu ul li.active { height: 60px; } .f-content .col3 { width: 60%; } .col2 input[type="text"] { width: 60%; } .p-content .box h3 { font-size: 20px; } .gallery img { width: 33%; } } @media screen and (max-width: 384px){ .f-content .col3 { width: 64%; } .menu ul li.active { height: 65px; } .menu li a { padding: 16px 10px; } .menu li:hover, .menu ul li.active { height: 55px; } } @media screen and (max-width: 375px){ .f-content .col3 { width: 68%; } .col2 input[type="text"] { width: 65%; } .f-content h2 { font-size: 22px; } } @media screen and (max-width: 320px){ .f-content .col3 { width: 77%; } .col2 input[type="text"] { width: 73%; } .menu li:hover, .menu ul li.active { height: 55px; } } /* -- //Responsive code -- */
0.14016
0.070656
*{ font-style:normal; font-variant:normal; font-weight:normal; } body,html{ font-family: "Open Sans", sans-serif, Arial, serif; font-size: 14px; line-height: 24px; font-style:normal; font-variant:normal; font-weight:normal; } a{ color: #006394; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } a:hover{ color: #e53935; text-decoration: none; } h1,h2,h3,h4,h5,h6{ font-family: Raleway, sans-serif, Arial, serif; font-style:normal; font-variant:normal; font-weight:normal; color: #252525; } .hentry h1, article h1, .hentry h2, article h2, .hentry h3, article h3, .hentry h4, article h4, .hentry h5, article h5, .hentry h6, article h6{ font-style:normal; font-variant:normal; font-weight:normal; } .hentry h1, article h1{ font-size: 34px; line-height: 42px; } .hentry h2, article h2{ font-size: 31px; margin-top: 39px; margin-bottom: 15px; } .hentry h3, article h3{ font-size: 28px; margin-top: 36px; margin-bottom: 10px; } .hentry h4, article h4{ font-size: 24px; margin-top: 32px; margin-bottom: 10px; } .hentry h5, article h5{ font-size: 20px; margin-top: 28px; margin-bottom: 15px; } .hentry h6, article h6{ font-size: 18px; margin-top: 26px; margin-bottom: 15px; } /* POST TITLE */ .hentry h1.post-title, article h1.post-title{ margin-top: 0px; margin-bottom: 10px; } /* BREADCRUMBS */ .techmoon-page-header h1{ font-size: 36px; line-height: 40px; } /* RESPONSIVE RULES */ @media (min-width: 1200px ){ .hentry h1.post-title, article h1.post-title, .hentry h2.post-title, article h2.post-title, .hentry h1, article h1{ font-size: 34px; line-height: 42px; } .hentry h2, article h2{ font-size: 31px; margin-top: 39px; margin-bottom: 15px; } .hentry h3, article h3{ font-size: 28px; margin-top: 36px; margin-bottom: 10px; } .hentry h4, article h4{ font-size: 24px; margin-top: 32px; margin-bottom: 10px; } .hentry h5, article h5{ font-size: 20px; margin-top: 28px; margin-bottom: 15px; } .hentry h6, article h6{ font-size: 18px; margin-top: 26px; margin-bottom: 15px; } /* BREADCRUMBS */ .techmoon-page-header h1{ font-size: 36px; line-height: 40px; } } @media ( min-width: 992px ) and (max-width: 1199px ){ .hentry h1.post-title, article h1.post-title, .hentry h2.post-title, article h2.post-title, .hentry h1, article h1{ font-size: 32px; line-height: 40px; } .hentry h2, article h2{ font-size: 28px; margin-top: 36px; margin-bottom: 15px; } .hentry h3, article h3{ font-size: 25px; margin-top: 33px; margin-bottom: 10px; } .hentry h4, article h4{ font-size: 22px; margin-top: 30px; margin-bottom: 10px; } .hentry h5, article h5{ font-size: 19px; margin-top: 27px; margin-bottom: 15px; } .hentry h6, article h6{ font-size: 17px; margin-top: 25px; margin-bottom: 15px; } /* BREADCRUMBS */ .techmoon-page-header h1{ font-size: 33px; line-height: 36px; } } @media ( min-width: 768px ) and ( max-width: 991px ){ .hentry h1.post-title, article h1.post-title, .hentry h2.post-title, article h2.post-title, .hentry h1, article h1{ font-size: 30px; line-height: 36px; } .hentry h2, article h2{ font-size: 27px; margin-top: 33px; margin-bottom: 15px; } .hentry h3, article h3{ font-size: 24px; margin-top: 30px; margin-bottom: 10px; } .hentry h4, article h4{ font-size: 20px; margin-top: 26px; margin-bottom: 10px; } .hentry h5, article h5{ font-size: 18px; margin-top: 24px; margin-bottom: 15px; } .hentry h6, article h6{ font-size: 16px; margin-top: 22px; margin-bottom: 15px; } /* BREADCRUMBS */ .techmoon-page-header h1{ font-size: 30px; line-height: 33px; } } @media ( min-width: 481px ) and ( max-width: 767px ){ .hentry h1.post-title, article h1.post-title, .hentry h2.post-title, article h2.post-title, .hentry h1, article h1{ font-size: 27px; line-height: 33px; } .hentry h2, article h2{ font-size: 25px; margin-top: 31px; margin-bottom: 15px; } .hentry h3, article h3{ font-size: 22px; margin-top: 28px; margin-bottom: 10px; } .hentry h4, article h4{ font-size: 19px; margin-top: 25px; margin-bottom: 10px; } .hentry h5, article h5{ font-size: 17px; margin-top: 23px; margin-bottom: 10px; } .hentry h6, article h6{ font-size: 15px; margin-top: 21px; margin-bottom: 10px; } /* BREADCRUMBS */ .techmoon-page-header h1{ font-size: 27px; line-height: 30px; } } @media ( max-width: 480px ){ .hentry h1.post-title, article h1.post-title, .hentry h2.post-title, article h2.post-title, .hentry h1, article h1{ font-size: 24px; line-height: 30px; } .hentry h2, article h2{ font-size: 22px; margin-top: 28px; margin-bottom: 15px; } .hentry h3, article h3{ font-size: 20px; margin-top: 26px; margin-bottom: 10px; } .hentry h4, article h4{ font-size: 18px; margin-top: 24px; margin-bottom: 10px; } .hentry h5, article h5{ font-size: 16px; margin-top: 22px; margin-bottom: 10px; } .hentry h6, article h6{ font-size: 14px; margin-top: 22px; margin-bottom: 10px; } /* BREADCRUMBS */ .techmoon-page-header h1{ font-size: 24px; line-height: 37px; } } /* BLOCKQUOTE */ section div.techmoon-page blockquote p, section div.techmoon-page blockquote, section article blockquote p, section article blockquote{ border: none; color: #666666; font-size: 14px; font-style: italic; } blockquote{ background-color: #ffffff; padding: 10px 15px 10px 55px; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); } blockquote cite, blockquote footer{ color: #333333; display: block; margin-top: 20px; text-align: right; } blockquote cite a, blockquote footer a{ } blockquote:before, blockquote::before{ content: '\e9a2'; /* done */ color: #4caf50; font-family: "fontello"; font-style: normal; font-weight: normal; font-size: 22px; speak: none; float: left; margin: 4px 0px 0px -40px; display: inline-block; text-decoration: inherit; text-align: center; font-variant: normal; text-transform: none; } section div.techmoon-page blockquote p, article blockquote p{ background: none; padding: 0px; } section div.techmoon-page p:first-child, article blockquote p:first-child{ margin-top: 0px; } .hentry blockquote p:last-child, article blockquote p:last-child{ margin-bottom: 0px; } /* PAGE */ section div.techmoon-page > h1:first-child, section div.techmoon-page > h2:first-child, section div.techmoon-page > h3:first-child, section div.techmoon-page > h4:first-child, section div.techmoon-page > h5:first-child, section div.techmoon-page > h6:first-child{ margin-top: 0px; } /* LISTS */ .hentry ul, .hentry ol, article ul, article ol{ padding-left: 25px; } .hentry ul li, .hentry ol li, article ul li, article ol li{ margin-top: 15px; margin-bottom: 15px; } .hentry ul li, article ul li{ list-style-type: square; } .hentry ul.dropdown-content.select-dropdown, .hentry ol.dropdown-content.select-dropdown, article ul.dropdown-content.select-dropdown, article ol.dropdown-content.select-dropdown{ padding-left: 0px; } /* TABLE */ table{ width: 100%; color: #000000; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); } table th{ font-weight: bold; background-color: #fbfbfb; border: 1px solid #e9e9e9; min-height: 40px; padding: 7px; } table.align-head-center th{ text-align: center; } table.align-center td, table.align-center th{ text-align: center; } table td{ border: 1px solid #e9e9e9; text-align: left; min-height: 40px; padding: 6px; } table tr.odd td{ background-color: #fbfbfb; } table tr td, table tr.even td{ background: #ffffff; } strong{ font-weight: bold; } address{ font-style: italic; } address, abbr{ color: #2d2d2d; } em{ font-style: italic; } code{ background: #ffffff; color: #666666; } pre{ background-color: #ffffff; padding: 10px 15px 10px 15px; font-size: 12px; font-weight: 300; margin: 15px 0px; word-wrap: break-word; border: none; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; } hr{ margin-top: 30px; margin-bottom: 30px; } div.techmoon-page hr{ margin-top: 40px; margin-bottom: 40px; border: 0; border-top: 1px solid #dedede; }
media/_frontend/css/typography.css
*{ font-style:normal; font-variant:normal; font-weight:normal; } body,html{ font-family: "Open Sans", sans-serif, Arial, serif; font-size: 14px; line-height: 24px; font-style:normal; font-variant:normal; font-weight:normal; } a{ color: #006394; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } a:hover{ color: #e53935; text-decoration: none; } h1,h2,h3,h4,h5,h6{ font-family: Raleway, sans-serif, Arial, serif; font-style:normal; font-variant:normal; font-weight:normal; color: #252525; } .hentry h1, article h1, .hentry h2, article h2, .hentry h3, article h3, .hentry h4, article h4, .hentry h5, article h5, .hentry h6, article h6{ font-style:normal; font-variant:normal; font-weight:normal; } .hentry h1, article h1{ font-size: 34px; line-height: 42px; } .hentry h2, article h2{ font-size: 31px; margin-top: 39px; margin-bottom: 15px; } .hentry h3, article h3{ font-size: 28px; margin-top: 36px; margin-bottom: 10px; } .hentry h4, article h4{ font-size: 24px; margin-top: 32px; margin-bottom: 10px; } .hentry h5, article h5{ font-size: 20px; margin-top: 28px; margin-bottom: 15px; } .hentry h6, article h6{ font-size: 18px; margin-top: 26px; margin-bottom: 15px; } /* POST TITLE */ .hentry h1.post-title, article h1.post-title{ margin-top: 0px; margin-bottom: 10px; } /* BREADCRUMBS */ .techmoon-page-header h1{ font-size: 36px; line-height: 40px; } /* RESPONSIVE RULES */ @media (min-width: 1200px ){ .hentry h1.post-title, article h1.post-title, .hentry h2.post-title, article h2.post-title, .hentry h1, article h1{ font-size: 34px; line-height: 42px; } .hentry h2, article h2{ font-size: 31px; margin-top: 39px; margin-bottom: 15px; } .hentry h3, article h3{ font-size: 28px; margin-top: 36px; margin-bottom: 10px; } .hentry h4, article h4{ font-size: 24px; margin-top: 32px; margin-bottom: 10px; } .hentry h5, article h5{ font-size: 20px; margin-top: 28px; margin-bottom: 15px; } .hentry h6, article h6{ font-size: 18px; margin-top: 26px; margin-bottom: 15px; } /* BREADCRUMBS */ .techmoon-page-header h1{ font-size: 36px; line-height: 40px; } } @media ( min-width: 992px ) and (max-width: 1199px ){ .hentry h1.post-title, article h1.post-title, .hentry h2.post-title, article h2.post-title, .hentry h1, article h1{ font-size: 32px; line-height: 40px; } .hentry h2, article h2{ font-size: 28px; margin-top: 36px; margin-bottom: 15px; } .hentry h3, article h3{ font-size: 25px; margin-top: 33px; margin-bottom: 10px; } .hentry h4, article h4{ font-size: 22px; margin-top: 30px; margin-bottom: 10px; } .hentry h5, article h5{ font-size: 19px; margin-top: 27px; margin-bottom: 15px; } .hentry h6, article h6{ font-size: 17px; margin-top: 25px; margin-bottom: 15px; } /* BREADCRUMBS */ .techmoon-page-header h1{ font-size: 33px; line-height: 36px; } } @media ( min-width: 768px ) and ( max-width: 991px ){ .hentry h1.post-title, article h1.post-title, .hentry h2.post-title, article h2.post-title, .hentry h1, article h1{ font-size: 30px; line-height: 36px; } .hentry h2, article h2{ font-size: 27px; margin-top: 33px; margin-bottom: 15px; } .hentry h3, article h3{ font-size: 24px; margin-top: 30px; margin-bottom: 10px; } .hentry h4, article h4{ font-size: 20px; margin-top: 26px; margin-bottom: 10px; } .hentry h5, article h5{ font-size: 18px; margin-top: 24px; margin-bottom: 15px; } .hentry h6, article h6{ font-size: 16px; margin-top: 22px; margin-bottom: 15px; } /* BREADCRUMBS */ .techmoon-page-header h1{ font-size: 30px; line-height: 33px; } } @media ( min-width: 481px ) and ( max-width: 767px ){ .hentry h1.post-title, article h1.post-title, .hentry h2.post-title, article h2.post-title, .hentry h1, article h1{ font-size: 27px; line-height: 33px; } .hentry h2, article h2{ font-size: 25px; margin-top: 31px; margin-bottom: 15px; } .hentry h3, article h3{ font-size: 22px; margin-top: 28px; margin-bottom: 10px; } .hentry h4, article h4{ font-size: 19px; margin-top: 25px; margin-bottom: 10px; } .hentry h5, article h5{ font-size: 17px; margin-top: 23px; margin-bottom: 10px; } .hentry h6, article h6{ font-size: 15px; margin-top: 21px; margin-bottom: 10px; } /* BREADCRUMBS */ .techmoon-page-header h1{ font-size: 27px; line-height: 30px; } } @media ( max-width: 480px ){ .hentry h1.post-title, article h1.post-title, .hentry h2.post-title, article h2.post-title, .hentry h1, article h1{ font-size: 24px; line-height: 30px; } .hentry h2, article h2{ font-size: 22px; margin-top: 28px; margin-bottom: 15px; } .hentry h3, article h3{ font-size: 20px; margin-top: 26px; margin-bottom: 10px; } .hentry h4, article h4{ font-size: 18px; margin-top: 24px; margin-bottom: 10px; } .hentry h5, article h5{ font-size: 16px; margin-top: 22px; margin-bottom: 10px; } .hentry h6, article h6{ font-size: 14px; margin-top: 22px; margin-bottom: 10px; } /* BREADCRUMBS */ .techmoon-page-header h1{ font-size: 24px; line-height: 37px; } } /* BLOCKQUOTE */ section div.techmoon-page blockquote p, section div.techmoon-page blockquote, section article blockquote p, section article blockquote{ border: none; color: #666666; font-size: 14px; font-style: italic; } blockquote{ background-color: #ffffff; padding: 10px 15px 10px 55px; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); } blockquote cite, blockquote footer{ color: #333333; display: block; margin-top: 20px; text-align: right; } blockquote cite a, blockquote footer a{ } blockquote:before, blockquote::before{ content: '\e9a2'; /* done */ color: #4caf50; font-family: "fontello"; font-style: normal; font-weight: normal; font-size: 22px; speak: none; float: left; margin: 4px 0px 0px -40px; display: inline-block; text-decoration: inherit; text-align: center; font-variant: normal; text-transform: none; } section div.techmoon-page blockquote p, article blockquote p{ background: none; padding: 0px; } section div.techmoon-page p:first-child, article blockquote p:first-child{ margin-top: 0px; } .hentry blockquote p:last-child, article blockquote p:last-child{ margin-bottom: 0px; } /* PAGE */ section div.techmoon-page > h1:first-child, section div.techmoon-page > h2:first-child, section div.techmoon-page > h3:first-child, section div.techmoon-page > h4:first-child, section div.techmoon-page > h5:first-child, section div.techmoon-page > h6:first-child{ margin-top: 0px; } /* LISTS */ .hentry ul, .hentry ol, article ul, article ol{ padding-left: 25px; } .hentry ul li, .hentry ol li, article ul li, article ol li{ margin-top: 15px; margin-bottom: 15px; } .hentry ul li, article ul li{ list-style-type: square; } .hentry ul.dropdown-content.select-dropdown, .hentry ol.dropdown-content.select-dropdown, article ul.dropdown-content.select-dropdown, article ol.dropdown-content.select-dropdown{ padding-left: 0px; } /* TABLE */ table{ width: 100%; color: #000000; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); } table th{ font-weight: bold; background-color: #fbfbfb; border: 1px solid #e9e9e9; min-height: 40px; padding: 7px; } table.align-head-center th{ text-align: center; } table.align-center td, table.align-center th{ text-align: center; } table td{ border: 1px solid #e9e9e9; text-align: left; min-height: 40px; padding: 6px; } table tr.odd td{ background-color: #fbfbfb; } table tr td, table tr.even td{ background: #ffffff; } strong{ font-weight: bold; } address{ font-style: italic; } address, abbr{ color: #2d2d2d; } em{ font-style: italic; } code{ background: #ffffff; color: #666666; } pre{ background-color: #ffffff; padding: 10px 15px 10px 15px; font-size: 12px; font-weight: 300; margin: 15px 0px; word-wrap: break-word; border: none; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04); -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; } hr{ margin-top: 30px; margin-bottom: 30px; } div.techmoon-page hr{ margin-top: 40px; margin-bottom: 40px; border: 0; border-top: 1px solid #dedede; }
0.152947
0.061227
*******************************************************************/ html { font-size: 10px; } body { font-family: 'Open Sans', sans-serif; font-weight: 300; font-style: normal; color: #fff; background: #000; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight: 300; letter-spacing: .01em; color: #fff; } h1 { font-size: 4rem; } h2 { font-size: 4rem; } h3 { font-size: 3.5rem; } h4 { font-size: 3rem; } h5 { font-size: 2.2rem; } h6 { font-size: 1.8rem; } p { font-size: 1.5rem; line-height: 2em; letter-spacing: .02em; } a, a:hover, a:focus { cursor: pointer; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; text-decoration: none; color: #fff; } #container-main { max-width: 1090px; margin: 0 auto; padding: 0 5rem; } @media (max-width:600px) { html { font-size: 8px; } } @media (max-width:500px) { html { font-size: 7px; } } /** 2. Preloader *******************************************************************/ .preloader { position: fixed; z-index: 100000; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; background: #fff; } .preloader.hide-preloader { opacity: 0; pointer-events: none; -webkit-transition: .6s ease .3s; -o-transition: .6s ease .3s; transition: .6s ease .3s; } .preloader .spinner { position: absolute; top: 50%; left: 50%; display: block; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; -webkit-animation: spinner-pulse .6s infinite ease-in-out; animation: spinner-pulse .6s infinite ease-in-out; text-align: center; opacity: 1; border-radius: 100%; background-color: #111; } .preloader.hide-preloader .spinner { -webkit-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; opacity: 0; } @-webkit-keyframes spinner-pulse { 0% { -webkit-transform: scale(0); } 100% { -webkit-transform: scale(1.0); opacity: 0; } } @keyframes spinner-pulse { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1.0); transform: scale(1.0); opacity: 0; } } /** 3. Background Content *******************************************************************/ .background-content { position: fixed; z-index: -1; top: 0; left: 50%; overflow: hidden; width: 100%; height: 100%; -webkit-transform: translate3d(-50%,0,0) !important; transform: translate3d(-50%,0,0) !important; } .background-content-inner { position: absolute; top: 50%; left: 50%; width: 110%; height: 110%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .background-content .background-img { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/background.jpg); background-repeat: no-repeat; background-size: cover; } /** 4. Intro *******************************************************************/ #intro { position: relative; margin-top: 20vh; text-align: left; } #intro .logo { margin-top: 0; margin-bottom: 4.5rem; } #intro h1 { line-height: 1.4em; max-width: 740px; margin-top: 0; margin-bottom: 1em; } #intro p.subline { font-size: 2.2rem; line-height: 1.8em; display: inline-block; max-width: 800px; margin: 0; margin-right: .8em; margin-bottom: 6rem; vertical-align: middle; letter-spacing: .02em; } #intro .animation-container { -webkit-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease; } #intro .animation-container.animation-fade { opacity: 0; } #intro .animation-container.animation-fade.run-animation { opacity: 1; } #intro .animation-container.animation-fade-up { -webkit-transform: translateY(10vh); -ms-transform: translateY(10vh); transform: translateY(10vh); opacity: 0; } #intro .animation-container.animation-fade-up.run-animation { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; } #intro .animation-container.animation-fade-down { -webkit-transform: translateY(-10vh); -ms-transform: translateY(-10vh); transform: translateY(-10vh); opacity: 0; } #intro .animation-container.animation-fade-down.run-animation { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; } #intro .animation-container.animation-fade-left { -webkit-transform: translateX(10vh); -ms-transform: translateX(10vh); transform: translateX(10vh); opacity: 0; } #intro .animation-container.animation-fade-left.run-animation { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; } #intro .animation-container.animation-fade-right { -webkit-transform: translateX(-10vh); -ms-transform: translateX(-10vh); transform: translateX(-10vh); opacity: 0; } #intro .animation-container.animation-fade-right.run-animation { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; } @media (max-width:970px) { #intro { margin-top: 14vh; } } /** 5. Tab --> Navigation *******************************************************************/ .tab-navigation { margin: 0; padding: 0; list-style: none; border: none; } .tab-navigation li { display: inline-block; margin-right: 3rem; margin-bottom: 3.5rem; } .tab-navigation li:last-child { margin-right: 0; } .tab-navigation li a { font-size: 2rem; line-height: 2.8em; display: block; padding: 0 2em 0 2em; border: 2px solid #fff; border-radius: 100px; } .tab-navigation li.active a { padding: 0 2em 0 2.4em; } .tab-navigation li a span { position: relative; } .tab-navigation li a span:before { position: absolute; top: 50%; left: -1.5rem; width: 6px; height: 6px; content: ''; -webkit-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); pointer-events: none; opacity: 0; border-radius: 100%; background: #fff; } .tab-navigation li.active a span:before { opacity: 1; } /** 6. Tab --> Panel *******************************************************************/ .tab-content { margin: 4.5rem 0 5vh; } .tab-content .tab-pane:after { position: relative; display: block; clear: both; content: ''; } /** 7. Tab --> Work *******************************************************************/ #work .item { position: relative; display: block; overflow: hidden; height: 30rem; margin-bottom: 6rem; } #work .item:before { position: absolute; z-index: 20; right: 4rem; bottom: 0rem; left: 4rem; height: 9rem; content: ''; opacity: 0; border-bottom: 2px solid #fff; border-left: 2px solid #fff; } #work .item:hover:before { bottom: 4rem; -webkit-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; opacity: 1; } #work .item .bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-size: cover; } #work .item .info { position: absolute; z-index: -10; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; text-align: center; pointer-events: none; opacity: 0; background: rgba(6, 30, 50, .75); } #work .item:hover .info { z-index: 10; pointer-events: all; opacity: 1; } #work .item .info .container-mid { position: absolute; bottom: 6rem; left: 6.4rem; text-align: left; } #work .item .info h5 { font-weight: 400; margin-top: 0; margin-bottom: 0; -webkit-transform: translateX(2rem); -ms-transform: translateX(2rem); transform: translateX(2rem); letter-spacing: .02em; opacity: 0; } #work .item:hover .info h5 { -webkit-transition: .2s ease .1s; -o-transition: .2s ease .1s; transition: .2s ease .1s; -webkit-transform: translateX(0rem); -ms-transform: translateX(0rem); transform: translateX(0rem); opacity: 1; } #work .item .info p { font-size: 1.7rem; margin-bottom: 0; -webkit-transition: .2s ease .1s; -o-transition: .2s ease .1s; transition: .2s ease .1s; -webkit-transform: translateX(2rem); -ms-transform: translateX(2rem); transform: translateX(2rem); letter-spacing: .02em; opacity: 0; } #work .item:hover .info p { -webkit-transform: translateX(0rem); -ms-transform: translateX(0rem); transform: translateX(0rem); opacity: 1; } .featherlight .featherlight-content { max-height: 95%; padding: 0; border-bottom: 0; background: rgba(6, 30, 50, .8); } .featherlight .featherlight-content .featherlight-close-icon { font-size: 3rem; line-height: 2em; top: 4.5vh; right: 4vh; width: 2em; -webkit-transform: translate(50%,-50%); -ms-transform: translate(50%,-50%); transform: translate(50%,-50%); color: #fff; outline: none !important; background: none; } .featherlight .featherlight-content .work-lightbox { max-width: 1000px; padding: 11rem 14rem; text-align: left; } .featherlight .featherlight-content .work-lightbox img { margin: 0 auto 6vh auto; } .featherlight .featherlight-content .work-lightbox h4 { margin-bottom: .2em; } .featherlight .featherlight-content .work-lightbox p.subline { font-size: 2rem; margin-bottom: 1.6em; letter-spacing: .025em; } .featherlight .featherlight-content .work-lightbox p { margin-bottom: 2em; } .featherlight .featherlight-content .work-lightbox p:last-child { margin-bottom: 0; } @media (max-width:900px) { .featherlight .featherlight-content .work-lightbox { padding: 8rem 9rem; } } /** 8. Tab --> About *******************************************************************/ #about { margin-bottom: 8rem; } #about h4 { margin-top: 2em; margin-bottom: 1.4em; } #about p { margin-bottom: 2em; } /** 9. Tab --> Service *******************************************************************/ #service { margin-bottom: 6rem; } #service i { font-size: 1.6rem; display: inline-block; margin-right: 1em; padding: .8em; vertical-align: middle; border: 2px solid #fff; border-radius: 100%; } #service h5 { display: inline-block; vertical-align: middle; } #service p { margin: 1.5em 0 3em 0; padding: 0 2rem 0 0; } /** 10. Tab --> Contact *******************************************************************/ #contact #contact-form { position: relative; margin-bottom: 10rem; } #contact #contact-form .fhp-input { display: none; pointer-events: none; opacity: 0; } #contact #contact-form input, #contact #contact-form textarea, #contact #contact-form button { font-size: 2rem; margin-bottom: 3.4vh; -webkit-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; color: #fff; border: none; border-bottom: 2px solid #fff; border-radius: 0; outline: none !important; background: none; -webkit-box-shadow: none !important; box-shadow: none !important; } #contact #contact-form.success input, #contact #contact-form.success textarea, #contact #contact-form.success button { border: none; } #contact #contact-form.success input, #contact #contact-form.success textarea, #contact #contact-form.success button { line-height: 0; height: 0; margin: 0; padding: 0; opacity: 0; } #contact #contact-form input::-webkit-input-placeholder, #contact #contact-form textarea::-webkit-input-placeholder { color: #fff; } #contact #contact-form input:-ms-input-placeholder, #contact #contact-form textarea:-ms-input-placeholder { color: #fff; } #contact #contact-form input::-ms-input-placeholder, #contact #contact-form textarea::-ms-input-placeholder { color: #fff; } #contact #contact-form input::placeholder, #contact #contact-form textarea::placeholder { color: #fff; } #contact #contact-form input.error, #contact #contact-form textarea.error { border-color: red; } #contact #contact-form input { line-height: 3.2em; height: 3.4em; padding: 0; } #contact #contact-form textarea { line-height: 1.7em; min-width: 100%; max-width: 100%; height: 8em; margin-bottom: 4.4rem; padding: 0; padding-top: 1em; } #contact #contact-form button { line-height: 3.2em; position: relative; display: inline-block; overflow: hidden; width: auto; height: 3.2em; margin-bottom: 0; padding: 0; border: none !important; background: none !important; } #contact #contact-form button .circle { font-size: 1em; line-height: 5rem; position: relative; display: inline-block; overflow: hidden; width: 5rem; height: 5rem; margin-left: 1em; vertical-align: middle; border: 2px solid #fff; border-radius: 100%; } #contact #contact-form button .circle i { position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; } #contact #contact-form button .circle i:first-child { -webkit-transform: translate(-100%,-50%); -ms-transform: translate(-100%,-50%); transform: translate(-100%,-50%); } #contact #contact-form button:hover .circle i:first-child { -webkit-transition: .15s ease; -o-transition: .15s ease; transition: .15s ease; -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%); } #contact #contact-form button .circle i:last-child { -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%); } #contact #contact-form button:hover .circle i:last-child { -webkit-transition: .15s ease; -o-transition: .15s ease; transition: .15s ease; -webkit-transform: translate(100%,-50%); -ms-transform: translate(100%,-50%); transform: translate(100%,-50%); } #contact #contact-form .success-message { font-size: 2rem; line-height: 0; position: relative; bottom: 0; left: 0; height: 0; margin-top: -1.6em; padding: 0 2em; -webkit-transition: .2s ease; -o-transition: .2s ease; transition: .2s ease; pointer-events: none; opacity: 0; color: #fff; border: 2px solid limegreen; border-radius: 0; background: none; } #contact #contact-form.success .success-message { line-height: 6em; height: 6em; pointer-events: all; opacity: 1; } #contact #contact-form .success-message i { font-size: 2.4rem; margin-right: .7em; } /** 11. Section --> Footer *******************************************************************/ #footer { position: relative; margin: 0 auto; padding: 0 0 8rem 0; } #footer p { line-height: 6rem; margin: 0; vertical-align: middle; } #footer p a { font-weight: 400; color: inherit; } #footer .social-icons { margin: 0; padding: 0; list-style: none; vertical-align: middle; } #footer .social-icons li { font-size: 2rem; line-height: 3em; position: relative; display: inline-block; overflow: hidden; width: 2em; height: 3em; margin: 0; margin-right: 1em; text-align: center; color: #fff; border-radius: 100%; background: none; } #footer .social-icons li:last-child { margin-right: 0; } #footer .social-icons li a { font-size: inherit; position: relative; z-index: 3; display: block; color: #fff; border: none; } @media (max-width:970px) { #footer .col-md-6 { text-align: center !important; } }
assets2/css/main.css
*******************************************************************/ html { font-size: 10px; } body { font-family: 'Open Sans', sans-serif; font-weight: 300; font-style: normal; color: #fff; background: #000; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; font-weight: 300; letter-spacing: .01em; color: #fff; } h1 { font-size: 4rem; } h2 { font-size: 4rem; } h3 { font-size: 3.5rem; } h4 { font-size: 3rem; } h5 { font-size: 2.2rem; } h6 { font-size: 1.8rem; } p { font-size: 1.5rem; line-height: 2em; letter-spacing: .02em; } a, a:hover, a:focus { cursor: pointer; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; text-decoration: none; color: #fff; } #container-main { max-width: 1090px; margin: 0 auto; padding: 0 5rem; } @media (max-width:600px) { html { font-size: 8px; } } @media (max-width:500px) { html { font-size: 7px; } } /** 2. Preloader *******************************************************************/ .preloader { position: fixed; z-index: 100000; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; background: #fff; } .preloader.hide-preloader { opacity: 0; pointer-events: none; -webkit-transition: .6s ease .3s; -o-transition: .6s ease .3s; transition: .6s ease .3s; } .preloader .spinner { position: absolute; top: 50%; left: 50%; display: block; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; -webkit-animation: spinner-pulse .6s infinite ease-in-out; animation: spinner-pulse .6s infinite ease-in-out; text-align: center; opacity: 1; border-radius: 100%; background-color: #111; } .preloader.hide-preloader .spinner { -webkit-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; opacity: 0; } @-webkit-keyframes spinner-pulse { 0% { -webkit-transform: scale(0); } 100% { -webkit-transform: scale(1.0); opacity: 0; } } @keyframes spinner-pulse { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1.0); transform: scale(1.0); opacity: 0; } } /** 3. Background Content *******************************************************************/ .background-content { position: fixed; z-index: -1; top: 0; left: 50%; overflow: hidden; width: 100%; height: 100%; -webkit-transform: translate3d(-50%,0,0) !important; transform: translate3d(-50%,0,0) !important; } .background-content-inner { position: absolute; top: 50%; left: 50%; width: 110%; height: 110%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .background-content .background-img { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/background.jpg); background-repeat: no-repeat; background-size: cover; } /** 4. Intro *******************************************************************/ #intro { position: relative; margin-top: 20vh; text-align: left; } #intro .logo { margin-top: 0; margin-bottom: 4.5rem; } #intro h1 { line-height: 1.4em; max-width: 740px; margin-top: 0; margin-bottom: 1em; } #intro p.subline { font-size: 2.2rem; line-height: 1.8em; display: inline-block; max-width: 800px; margin: 0; margin-right: .8em; margin-bottom: 6rem; vertical-align: middle; letter-spacing: .02em; } #intro .animation-container { -webkit-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease; } #intro .animation-container.animation-fade { opacity: 0; } #intro .animation-container.animation-fade.run-animation { opacity: 1; } #intro .animation-container.animation-fade-up { -webkit-transform: translateY(10vh); -ms-transform: translateY(10vh); transform: translateY(10vh); opacity: 0; } #intro .animation-container.animation-fade-up.run-animation { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; } #intro .animation-container.animation-fade-down { -webkit-transform: translateY(-10vh); -ms-transform: translateY(-10vh); transform: translateY(-10vh); opacity: 0; } #intro .animation-container.animation-fade-down.run-animation { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; } #intro .animation-container.animation-fade-left { -webkit-transform: translateX(10vh); -ms-transform: translateX(10vh); transform: translateX(10vh); opacity: 0; } #intro .animation-container.animation-fade-left.run-animation { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; } #intro .animation-container.animation-fade-right { -webkit-transform: translateX(-10vh); -ms-transform: translateX(-10vh); transform: translateX(-10vh); opacity: 0; } #intro .animation-container.animation-fade-right.run-animation { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; } @media (max-width:970px) { #intro { margin-top: 14vh; } } /** 5. Tab --> Navigation *******************************************************************/ .tab-navigation { margin: 0; padding: 0; list-style: none; border: none; } .tab-navigation li { display: inline-block; margin-right: 3rem; margin-bottom: 3.5rem; } .tab-navigation li:last-child { margin-right: 0; } .tab-navigation li a { font-size: 2rem; line-height: 2.8em; display: block; padding: 0 2em 0 2em; border: 2px solid #fff; border-radius: 100px; } .tab-navigation li.active a { padding: 0 2em 0 2.4em; } .tab-navigation li a span { position: relative; } .tab-navigation li a span:before { position: absolute; top: 50%; left: -1.5rem; width: 6px; height: 6px; content: ''; -webkit-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); pointer-events: none; opacity: 0; border-radius: 100%; background: #fff; } .tab-navigation li.active a span:before { opacity: 1; } /** 6. Tab --> Panel *******************************************************************/ .tab-content { margin: 4.5rem 0 5vh; } .tab-content .tab-pane:after { position: relative; display: block; clear: both; content: ''; } /** 7. Tab --> Work *******************************************************************/ #work .item { position: relative; display: block; overflow: hidden; height: 30rem; margin-bottom: 6rem; } #work .item:before { position: absolute; z-index: 20; right: 4rem; bottom: 0rem; left: 4rem; height: 9rem; content: ''; opacity: 0; border-bottom: 2px solid #fff; border-left: 2px solid #fff; } #work .item:hover:before { bottom: 4rem; -webkit-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; opacity: 1; } #work .item .bg-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-size: cover; } #work .item .info { position: absolute; z-index: -10; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; text-align: center; pointer-events: none; opacity: 0; background: rgba(6, 30, 50, .75); } #work .item:hover .info { z-index: 10; pointer-events: all; opacity: 1; } #work .item .info .container-mid { position: absolute; bottom: 6rem; left: 6.4rem; text-align: left; } #work .item .info h5 { font-weight: 400; margin-top: 0; margin-bottom: 0; -webkit-transform: translateX(2rem); -ms-transform: translateX(2rem); transform: translateX(2rem); letter-spacing: .02em; opacity: 0; } #work .item:hover .info h5 { -webkit-transition: .2s ease .1s; -o-transition: .2s ease .1s; transition: .2s ease .1s; -webkit-transform: translateX(0rem); -ms-transform: translateX(0rem); transform: translateX(0rem); opacity: 1; } #work .item .info p { font-size: 1.7rem; margin-bottom: 0; -webkit-transition: .2s ease .1s; -o-transition: .2s ease .1s; transition: .2s ease .1s; -webkit-transform: translateX(2rem); -ms-transform: translateX(2rem); transform: translateX(2rem); letter-spacing: .02em; opacity: 0; } #work .item:hover .info p { -webkit-transform: translateX(0rem); -ms-transform: translateX(0rem); transform: translateX(0rem); opacity: 1; } .featherlight .featherlight-content { max-height: 95%; padding: 0; border-bottom: 0; background: rgba(6, 30, 50, .8); } .featherlight .featherlight-content .featherlight-close-icon { font-size: 3rem; line-height: 2em; top: 4.5vh; right: 4vh; width: 2em; -webkit-transform: translate(50%,-50%); -ms-transform: translate(50%,-50%); transform: translate(50%,-50%); color: #fff; outline: none !important; background: none; } .featherlight .featherlight-content .work-lightbox { max-width: 1000px; padding: 11rem 14rem; text-align: left; } .featherlight .featherlight-content .work-lightbox img { margin: 0 auto 6vh auto; } .featherlight .featherlight-content .work-lightbox h4 { margin-bottom: .2em; } .featherlight .featherlight-content .work-lightbox p.subline { font-size: 2rem; margin-bottom: 1.6em; letter-spacing: .025em; } .featherlight .featherlight-content .work-lightbox p { margin-bottom: 2em; } .featherlight .featherlight-content .work-lightbox p:last-child { margin-bottom: 0; } @media (max-width:900px) { .featherlight .featherlight-content .work-lightbox { padding: 8rem 9rem; } } /** 8. Tab --> About *******************************************************************/ #about { margin-bottom: 8rem; } #about h4 { margin-top: 2em; margin-bottom: 1.4em; } #about p { margin-bottom: 2em; } /** 9. Tab --> Service *******************************************************************/ #service { margin-bottom: 6rem; } #service i { font-size: 1.6rem; display: inline-block; margin-right: 1em; padding: .8em; vertical-align: middle; border: 2px solid #fff; border-radius: 100%; } #service h5 { display: inline-block; vertical-align: middle; } #service p { margin: 1.5em 0 3em 0; padding: 0 2rem 0 0; } /** 10. Tab --> Contact *******************************************************************/ #contact #contact-form { position: relative; margin-bottom: 10rem; } #contact #contact-form .fhp-input { display: none; pointer-events: none; opacity: 0; } #contact #contact-form input, #contact #contact-form textarea, #contact #contact-form button { font-size: 2rem; margin-bottom: 3.4vh; -webkit-transition: .3s ease; -o-transition: .3s ease; transition: .3s ease; color: #fff; border: none; border-bottom: 2px solid #fff; border-radius: 0; outline: none !important; background: none; -webkit-box-shadow: none !important; box-shadow: none !important; } #contact #contact-form.success input, #contact #contact-form.success textarea, #contact #contact-form.success button { border: none; } #contact #contact-form.success input, #contact #contact-form.success textarea, #contact #contact-form.success button { line-height: 0; height: 0; margin: 0; padding: 0; opacity: 0; } #contact #contact-form input::-webkit-input-placeholder, #contact #contact-form textarea::-webkit-input-placeholder { color: #fff; } #contact #contact-form input:-ms-input-placeholder, #contact #contact-form textarea:-ms-input-placeholder { color: #fff; } #contact #contact-form input::-ms-input-placeholder, #contact #contact-form textarea::-ms-input-placeholder { color: #fff; } #contact #contact-form input::placeholder, #contact #contact-form textarea::placeholder { color: #fff; } #contact #contact-form input.error, #contact #contact-form textarea.error { border-color: red; } #contact #contact-form input { line-height: 3.2em; height: 3.4em; padding: 0; } #contact #contact-form textarea { line-height: 1.7em; min-width: 100%; max-width: 100%; height: 8em; margin-bottom: 4.4rem; padding: 0; padding-top: 1em; } #contact #contact-form button { line-height: 3.2em; position: relative; display: inline-block; overflow: hidden; width: auto; height: 3.2em; margin-bottom: 0; padding: 0; border: none !important; background: none !important; } #contact #contact-form button .circle { font-size: 1em; line-height: 5rem; position: relative; display: inline-block; overflow: hidden; width: 5rem; height: 5rem; margin-left: 1em; vertical-align: middle; border: 2px solid #fff; border-radius: 100%; } #contact #contact-form button .circle i { position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; } #contact #contact-form button .circle i:first-child { -webkit-transform: translate(-100%,-50%); -ms-transform: translate(-100%,-50%); transform: translate(-100%,-50%); } #contact #contact-form button:hover .circle i:first-child { -webkit-transition: .15s ease; -o-transition: .15s ease; transition: .15s ease; -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%); } #contact #contact-form button .circle i:last-child { -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%); } #contact #contact-form button:hover .circle i:last-child { -webkit-transition: .15s ease; -o-transition: .15s ease; transition: .15s ease; -webkit-transform: translate(100%,-50%); -ms-transform: translate(100%,-50%); transform: translate(100%,-50%); } #contact #contact-form .success-message { font-size: 2rem; line-height: 0; position: relative; bottom: 0; left: 0; height: 0; margin-top: -1.6em; padding: 0 2em; -webkit-transition: .2s ease; -o-transition: .2s ease; transition: .2s ease; pointer-events: none; opacity: 0; color: #fff; border: 2px solid limegreen; border-radius: 0; background: none; } #contact #contact-form.success .success-message { line-height: 6em; height: 6em; pointer-events: all; opacity: 1; } #contact #contact-form .success-message i { font-size: 2.4rem; margin-right: .7em; } /** 11. Section --> Footer *******************************************************************/ #footer { position: relative; margin: 0 auto; padding: 0 0 8rem 0; } #footer p { line-height: 6rem; margin: 0; vertical-align: middle; } #footer p a { font-weight: 400; color: inherit; } #footer .social-icons { margin: 0; padding: 0; list-style: none; vertical-align: middle; } #footer .social-icons li { font-size: 2rem; line-height: 3em; position: relative; display: inline-block; overflow: hidden; width: 2em; height: 3em; margin: 0; margin-right: 1em; text-align: center; color: #fff; border-radius: 100%; background: none; } #footer .social-icons li:last-child { margin-right: 0; } #footer .social-icons li a { font-size: inherit; position: relative; z-index: 3; display: block; color: #fff; border: none; } @media (max-width:970px) { #footer .col-md-6 { text-align: center !important; } }
0.346762
0.079603
*{ margin: 0; margin-bottom: -10; padding: 0; box-sizing: border-box; font-family: 'Outfit', sans-serif; } body{ background-image: url('img/3spiders.jpg'); background-attachment: fixed; background-position: top; background-repeat: no-repeat; background-size: cover; } .center{ max-width: 1100px; margin: 2 auto; padding: 0 2%; display: flex; flex-wrap: wrap; } header{ line-height: 50px; background-color: #000000; padding: 20px 0; margin-bottom: 0; border-bottom: 3px solid #f50000; } .logo{ color: #ffffff; } .logo h2{ font-size: 34px; font-weight: normal; } .menu{ width: 90%; text-align: right; } .menu a{ color: #ffffff; font-size: 20px; text-decoration: none; margin-right: 40px; transition: 0.5s; } .menu a:hover{ color: #d1d1d1; } .menu .btn-menu{ font-size: 22px; color: white; background-color: #ec2719; padding: 6px 10px; border-radius: 6px; cursor: pointer; } .menu .btn-menu:hover{ color: white; padding: 6px 12px; background-color: #af0c00; } /* Section Main */ section.main{ } .main_cta{ width: 100%; margin:60px 0; text-align: center; text-shadow: black 0.1em 0.1em 0.2em; } .main_cta h2{ color: white; height: 55%; font-size: 40px; } .main_cta p{ height: 35%; color: rgb(255, 255, 255); } .main h2{ font-size: 60; color: rgb(255, 255, 255); margin-bottom: 1px; } .main p{ font-size: 30; color: rgb(255, 255, 255); margin-bottom: 20px; } .main_cta button{ color: white; background-color: #ec2719; display: inline-block; padding: 4px 10px; border-radius: 6px; border: 0; font-size: 22px; cursor: pointer; } .diferenciais{ color: rgb(255, 255, 255); width: 60%; display: flex; position: relative; margin-left: -160px; margin-top: 40px; } .diferencial-single{ position: relative; background-color: rgba(0, 0, 0, 0.575); transition: 0.5s; text-align: center; margin-right: 3%; padding: 45px 45px; border-radius: 15px; } .diferencial-single h2{ color: rgb(255, 255, 255); font-size: 30px; line-height: 50px; line-break: normal; } .diferencial-single p{ color: rgb(255, 255, 255); font-size: 20px; line-height: 50px; line-break: normal; } .diferencial-single button{ color: white; background-color: #ec2719; display: inline-block; padding: 4px 10px; border-radius: 6px; border: 0; font-size: 22px; cursor: pointer; }
style.css
*{ margin: 0; margin-bottom: -10; padding: 0; box-sizing: border-box; font-family: 'Outfit', sans-serif; } body{ background-image: url('img/3spiders.jpg'); background-attachment: fixed; background-position: top; background-repeat: no-repeat; background-size: cover; } .center{ max-width: 1100px; margin: 2 auto; padding: 0 2%; display: flex; flex-wrap: wrap; } header{ line-height: 50px; background-color: #000000; padding: 20px 0; margin-bottom: 0; border-bottom: 3px solid #f50000; } .logo{ color: #ffffff; } .logo h2{ font-size: 34px; font-weight: normal; } .menu{ width: 90%; text-align: right; } .menu a{ color: #ffffff; font-size: 20px; text-decoration: none; margin-right: 40px; transition: 0.5s; } .menu a:hover{ color: #d1d1d1; } .menu .btn-menu{ font-size: 22px; color: white; background-color: #ec2719; padding: 6px 10px; border-radius: 6px; cursor: pointer; } .menu .btn-menu:hover{ color: white; padding: 6px 12px; background-color: #af0c00; } /* Section Main */ section.main{ } .main_cta{ width: 100%; margin:60px 0; text-align: center; text-shadow: black 0.1em 0.1em 0.2em; } .main_cta h2{ color: white; height: 55%; font-size: 40px; } .main_cta p{ height: 35%; color: rgb(255, 255, 255); } .main h2{ font-size: 60; color: rgb(255, 255, 255); margin-bottom: 1px; } .main p{ font-size: 30; color: rgb(255, 255, 255); margin-bottom: 20px; } .main_cta button{ color: white; background-color: #ec2719; display: inline-block; padding: 4px 10px; border-radius: 6px; border: 0; font-size: 22px; cursor: pointer; } .diferenciais{ color: rgb(255, 255, 255); width: 60%; display: flex; position: relative; margin-left: -160px; margin-top: 40px; } .diferencial-single{ position: relative; background-color: rgba(0, 0, 0, 0.575); transition: 0.5s; text-align: center; margin-right: 3%; padding: 45px 45px; border-radius: 15px; } .diferencial-single h2{ color: rgb(255, 255, 255); font-size: 30px; line-height: 50px; line-break: normal; } .diferencial-single p{ color: rgb(255, 255, 255); font-size: 20px; line-height: 50px; line-break: normal; } .diferencial-single button{ color: white; background-color: #ec2719; display: inline-block; padding: 4px 10px; border-radius: 6px; border: 0; font-size: 22px; cursor: pointer; }
0.347537
0.063019
/* mobile */ @media (min-width: 575px) { article { width: 550px; margin-left: auto; margin-right: auto; } } /* globals */ body { padding-top: 50px; padding-bottom: 20px; background-color: #333; } .body-content { padding-left: 15px; padding-right: 15px; } .modal-content { background-color: #555; border-radius: 0; color: #555; } .modal-dialog .modal-content { background-color: #fff; color: #777; } .dl-horizontal dt { white-space: normal; } .navbar-inverse { border-color: #9d9d9d; } .navbar-brand { margin: auto 15px; padding: 6px 15px 0 15px; height: 55px; } .navbar-brand img { display: inline-block; margin-right: 5px; } .navbar-text { margin: 0; padding-top: 7px; } .navbar-right { margin-right: 0px; } .navbar-right > a { color: #3a8cb4; } .navbar-nav { margin-top: 7px; } .navbar-nav a { padding: 10px !important; } .navbar-nav a img { margin-right: 5px; width: 30px; height: 30px; } .navbar-nav li { margin-right: 10px; margin-left: 10px; } .navbar-nav > li > button { background-color: #222; border-color: #333; color: #9d9d9d; width: 125px; border-width: 0 0 2px 0; border-radius: 0; } .navbar-nav > li > button:hover { background-color: #333; border-color: #333; border-radius: 4px; } .navbar-nav > li > button > img { height: 20px; margin-right: 10px; } p.userpanel > button { margin-left: 10px; } p.userpanel > button > span.glyphicon { margin-right: 10px; } .admin .modal-header { text-align: right; } .admin .modal-body p label { width: 150px; } .w-100pc { width: 100%; } .w-98pc { width: 98%; } .w-95pc { width: 95%; } .w-90pc { width: 90%; } .w-80pc { width: 80%; } .w-60pc { width: 60%; } .w-50pc { width: 50%; } .ww-30pc { width: 30%; } .w-125px { width: 150px !important; } .h-200 { min-height: 200px; } .mb-25 { margin-bottom: 25px !important; } .mb-50 { margin-bottom: 50px !important; } .ml-10 { margin-left: 10px !important; } .float-right { float: right !important; } footer p { color: #9d9d9d; } hr { border-top-color: #9d9d9d; } /* progress & loaders */ .grid-loader .progress, .grid-loader .text { margin: 100px 0; } .grid-loader .text span { color: #555; } .grid-loader .text img { margin-left: 50px; width: 50px; height: auto; } .grid-error .well, .well.error { margin: 25px; background-color: #ff9b9b; color: brown; } /* identifiers - not in use */ .search-box { } .grid-loader { } .grid-filter { } .grid-advanced { } .grid-counter { } .grid-container { } .grid-results { } .grid-list { } .loginbtn { } .charts-error { } .images-error { } .k8s-error { } .k8s-panel { } .grid-modals { } .logouta { } .btn-light { }
webapp/wwwroot/css/site.css
/* mobile */ @media (min-width: 575px) { article { width: 550px; margin-left: auto; margin-right: auto; } } /* globals */ body { padding-top: 50px; padding-bottom: 20px; background-color: #333; } .body-content { padding-left: 15px; padding-right: 15px; } .modal-content { background-color: #555; border-radius: 0; color: #555; } .modal-dialog .modal-content { background-color: #fff; color: #777; } .dl-horizontal dt { white-space: normal; } .navbar-inverse { border-color: #9d9d9d; } .navbar-brand { margin: auto 15px; padding: 6px 15px 0 15px; height: 55px; } .navbar-brand img { display: inline-block; margin-right: 5px; } .navbar-text { margin: 0; padding-top: 7px; } .navbar-right { margin-right: 0px; } .navbar-right > a { color: #3a8cb4; } .navbar-nav { margin-top: 7px; } .navbar-nav a { padding: 10px !important; } .navbar-nav a img { margin-right: 5px; width: 30px; height: 30px; } .navbar-nav li { margin-right: 10px; margin-left: 10px; } .navbar-nav > li > button { background-color: #222; border-color: #333; color: #9d9d9d; width: 125px; border-width: 0 0 2px 0; border-radius: 0; } .navbar-nav > li > button:hover { background-color: #333; border-color: #333; border-radius: 4px; } .navbar-nav > li > button > img { height: 20px; margin-right: 10px; } p.userpanel > button { margin-left: 10px; } p.userpanel > button > span.glyphicon { margin-right: 10px; } .admin .modal-header { text-align: right; } .admin .modal-body p label { width: 150px; } .w-100pc { width: 100%; } .w-98pc { width: 98%; } .w-95pc { width: 95%; } .w-90pc { width: 90%; } .w-80pc { width: 80%; } .w-60pc { width: 60%; } .w-50pc { width: 50%; } .ww-30pc { width: 30%; } .w-125px { width: 150px !important; } .h-200 { min-height: 200px; } .mb-25 { margin-bottom: 25px !important; } .mb-50 { margin-bottom: 50px !important; } .ml-10 { margin-left: 10px !important; } .float-right { float: right !important; } footer p { color: #9d9d9d; } hr { border-top-color: #9d9d9d; } /* progress & loaders */ .grid-loader .progress, .grid-loader .text { margin: 100px 0; } .grid-loader .text span { color: #555; } .grid-loader .text img { margin-left: 50px; width: 50px; height: auto; } .grid-error .well, .well.error { margin: 25px; background-color: #ff9b9b; color: brown; } /* identifiers - not in use */ .search-box { } .grid-loader { } .grid-filter { } .grid-advanced { } .grid-counter { } .grid-container { } .grid-results { } .grid-list { } .loginbtn { } .charts-error { } .images-error { } .k8s-error { } .k8s-panel { } .grid-modals { } .logouta { } .btn-light { }
0.372391
0.078395
.text-shadow-none { text-shadow: none; } .text-shadow-remove { text-shadow: none; } .text-inherit { font: inherit; } /** Background specific colors */ .bg-none { background: none; } .bg-remove { background: none; } .bg-dark-opacity-10 { background: rgba(0, 0, 0, 0.1); } .bg-dark-opacity-20 { background: rgba(0, 0, 0, 0.2); } /** Border specific colors */ .border-remove { border: none; } .border-dark-opacity-10 { border-color: rgba(0, 0, 0, 0.2); } .border-dark-opacity-20 { border-color: rgba(0, 0, 0, 0.2); } .entry { border-style: none; padding-left: 1rem; padding-right: 1rem; padding-top: 1rem; padding-bottom: 1rem; } .entry-transparent { border-style: none; padding-left: 1rem; padding-right: 1rem; padding-top: 1rem; padding-bottom: 1rem; border: none; background: none; border-radius: 0; } .accounts { padding-left: 1rem; padding-right: 1rem; } /** gtk-ui core styles */ .btn-core { padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: 500; font-size: 18px; border: none; border-radius: 0.375rem; } .btn-core-outline { padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: 500; font-size: 18px; border: none; border-radius: 0.375rem; } /** gtk-ui components */ .btn { padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: 500; font-size: 18px; border: none; border-radius: 0.375rem; } .btn:hover { background: #e5e7eb; color: #000000; } .btn:focus { background: #9fa6b2; color: #000000; box-shadow: none; } .btn-reset { box-shadow: none; border: none; background: none; } /** Round styles */ .btn-rounded-full { border-radius: 9999px; } /** Specific types */ .btn-primary { padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: 500; font-size: 18px; border: none; border-radius: 0.375rem; background: #036672; color: #ffffff; font-size: 18px; } .btn-primary:hover { background: #047481; } .btn-primary:focus { background: #05505c; } .btn-outline { padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: 500; font-size: 18px; border: none; border-radius: 0.375rem; background: #ffffff; border-width: 1px; border-style: solid; border-color: #e5e7eb; color: #4b5563; } .btn-outline:hover { border-width: 1px; border-style: solid; border-color: #9fa6b2; color: #252f3f; box-shadow: none; background: #f4f5f7; } .btn-outline:focus { box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45); } .divider { padding-top: 2rem; padding-bottom: 2rem; } .divider box { border-bottom-width: 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.2); } .dropdown { background: #ffffff; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); border-radius: 0.375rem; border: none; padding-top: 1rem; padding-bottom: 1rem; } .dropdown menuitem { font-size: 18px; padding-left: 1rem; padding-right: 1rem; padding-top: 0.5rem; padding-bottom: 0.5rem; border: none; color: #4b5563; } .dropdown menuitem:hover { background: #f4f5f7; border: none; box-shadow: none; color: #252f3f; text-shadow: none; } .headerbar { background: #ffffff; border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; padding-top: 0.75rem; padding-bottom: 0.75rem; padding-left: 1.25rem; padding-right: 1.25rem; text-shadow: none; box-shadow: none; font-size: 18px; font-weight: 400; border-style: none; border-bottom-width: 1px; border-style: solid; border-color: #9fa6b2; } .nav-stacked { font-size: 20px; } .nav-stacked button { padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: 500; font-size: 18px; border: none; border-radius: 0.375rem; background: none; text-shadow: none; font: inherit; font-weight: 500; border-radius: 0.25rem; padding-left: 1rem; padding-right: 1rem; padding-top: 0.75rem; padding-bottom: 0.75rem; } .nav-stacked button label { font: inherit; padding-left: 1rem; padding-right: 1rem; } .nav-stacked-dark { color: #ffffff; } .nav-stacked-dark button { color: #ffffff; } .nav-stacked-dark button:hover { background: rgba(0, 0, 0, 0.1); } .bg-bottom { background-position: bottom; } .bg-center { background-position: center; } .bg-left { background-position: left; } .bg-left-bottom { background-position: left bottom; } .bg-left-top { background-position: left top; } .bg-right { background-position: right; } .bg-right-bottom { background-position: right bottom; } .bg-right-top { background-position: right top; } .bg-top { background-position: top; } .bg-repeat { background-repeat: repeat; } .bg-no-repeat { background-repeat: no-repeat; } .bg-repeat-x { background-repeat: repeat-x; } .bg-repeat-y { background-repeat: repeat-y; } .bg-repeat-round { background-repeat: round; } .bg-repeat-space { background-repeat: space; } .bg-auto { background-size: auto; } .bg-cover { background-size: cover; } .bg-contain { background-size: contain; } .border-white { border-color: #ffffff; } .border-black { border-color: #000000; } .border-transparent { border-color: transparent; } .border-gray-50 { border-color: #f9fafb; } .border-gray-100 { border-color: #f4f5f7; } .border-gray-200 { border-color: #e5e7eb; } .border-gray-300 { border-color: #d2d6dc; } .border-gray-400 { border-color: #9fa6b2; } .border-gray-500 { border-color: #6b7280; } .border-gray-600 { border-color: #4b5563; } .border-gray-700 { border-color: #374151; } .border-gray-800 { border-color: #252f3f; } .border-gray-900 { border-color: #161e2e; } .border-cool-gray-50 { border-color: #fbfdfe; } .border-cool-gray-100 { border-color: #f1f5f9; } .border-cool-gray-200 { border-color: #e2e8f0; } .border-cool-gray-300 { border-color: #cfd8e3; } .border-cool-gray-400 { border-color: #97a6ba; } .border-cool-gray-500 { border-color: #64748b; } .border-cool-gray-600 { border-color: #475569; } .border-cool-gray-700 { border-color: #364152; } .border-cool-gray-800 { border-color: #27303f; } .border-cool-gray-900 { border-color: #1a202e; } .border-red-50 { border-color: #fdf2f2; } .border-red-100 { border-color: #fde8e8; } .border-red-200 { border-color: #fbd5d5; } .border-red-300 { border-color: #f8b4b4; } .border-red-400 { border-color: #f98080; } .border-red-500 { border-color: #f05252; } .border-red-600 { border-color: #e02424; } .border-red-700 { border-color: #c81e1e; } .border-red-800 { border-color: #9b1c1c; } .border-red-900 { border-color: #771d1d; } .border-orange-50 { border-color: #fff8f1; } .border-orange-100 { border-color: #feecdc; } .border-orange-200 { border-color: #fcd9bd; } .border-orange-300 { border-color: #fdba8c; } .border-orange-400 { border-color: #ff8a4c; } .border-orange-500 { border-color: #ff5a1f; } .border-orange-600 { border-color: #d03801; } .border-orange-700 { border-color: #b43403; } .border-orange-800 { border-color: #8a2c0d; } .border-orange-900 { border-color: #771d1d; } .border-yellow-50 { border-color: #fdfdea; } .border-yellow-100 { border-color: #fdf6b2; } .border-yellow-200 { border-color: #fce96a; } .border-yellow-300 { border-color: #faca15; } .border-yellow-400 { border-color: #e3a008; } .border-yellow-500 { border-color: #c27803; } .border-yellow-600 { border-color: #9f580a; } .border-yellow-700 { border-color: #8e4b10; } .border-yellow-800 { border-color: #723b13; } .border-yellow-900 { border-color: #633112; } .border-green-50 { border-color: #f3faf7; } .border-green-100 { border-color: #def7ec; } .border-green-200 { border-color: #bcf0da; } .border-green-300 { border-color: #84e1bc; } .border-green-400 { border-color: #31c48d; } .border-green-500 { border-color: #0e9f6e; } .border-green-600 { border-color: #057a55; } .border-green-700 { border-color: #046c4e; } .border-green-800 { border-color: #03543f; } .border-green-900 { border-color: #014737; } .border-teal-50 { border-color: #edfafa; } .border-teal-100 { border-color: #d5f5f6; } .border-teal-200 { border-color: #afecef; } .border-teal-300 { border-color: #7edce2; } .border-teal-400 { border-color: #16bdca; } .border-teal-500 { border-color: #0694a2; } .border-teal-600 { border-color: #047481; } .border-teal-700 { border-color: #036672; } .border-teal-800 { border-color: #05505c; } .border-teal-900 { border-color: #014451; } .border-blue-50 { border-color: #ebf5ff; } .border-blue-100 { border-color: #e1effe; } .border-blue-200 { border-color: #c3ddfd; } .border-blue-300 { border-color: #a4cafe; } .border-blue-400 { border-color: #76a9fa; } .border-blue-500 { border-color: #3f83f8; } .border-blue-600 { border-color: #1c64f2; } .border-blue-700 { border-color: #1a56db; } .border-blue-800 { border-color: #1e429f; } .border-blue-900 { border-color: #233876; } .border-indigo-50 { border-color: #f0f5ff; } .border-indigo-100 { border-color: #e5edff; } .border-indigo-200 { border-color: #cddbfe; } .border-indigo-300 { border-color: #b4c6fc; } .border-indigo-400 { border-color: #8da2fb; } .border-indigo-500 { border-color: #6875f5; } .border-indigo-600 { border-color: #5850ec; } .border-indigo-700 { border-color: #5145cd; } .border-indigo-800 { border-color: #42389d; } .border-indigo-900 { border-color: #362f78; } .border-purple-50 { border-color: #f6f5ff; } .border-purple-100 { border-color: #edebfe; } .border-purple-200 { border-color: #dcd7fe; } .border-purple-300 { border-color: #cabffd; } .border-purple-400 { border-color: #ac94fa; } .border-purple-500 { border-color: #9061f9; } .border-purple-600 { border-color: #7e3af2; } .border-purple-700 { border-color: #6c2bd9; } .border-purple-800 { border-color: #5521b5; } .border-purple-900 { border-color: #4a1d96; } .border-pink-50 { border-color: #fdf2f8; } .border-pink-100 { border-color: #fce8f3; } .border-pink-200 { border-color: #fad1e8; } .border-pink-300 { border-color: #f8b4d9; } .border-pink-400 { border-color: #f17eb8; } .border-pink-500 { border-color: #e74694; } .border-pink-600 { border-color: #d61f69; } .border-pink-700 { border-color: #bf125d; } .border-pink-800 { border-color: #99154b; } .border-pink-900 { border-color: #751a3d; } .hover\:border-white:hover { border-color: #ffffff; } .hover\:border-black:hover { border-color: #000000; } .hover\:border-transparent:hover { border-color: transparent; } .hover\:border-gray-50:hover { border-color: #f9fafb; } .hover\:border-gray-100:hover { border-color: #f4f5f7; } .hover\:border-gray-200:hover { border-color: #e5e7eb; } .hover\:border-gray-300:hover { border-color: #d2d6dc; } .hover\:border-gray-400:hover { border-color: #9fa6b2; } .hover\:border-gray-500:hover { border-color: #6b7280; } .hover\:border-gray-600:hover { border-color: #4b5563; } .hover\:border-gray-700:hover { border-color: #374151; } .hover\:border-gray-800:hover { border-color: #252f3f; } .hover\:border-gray-900:hover { border-color: #161e2e; } .hover\:border-cool-gray-50:hover { border-color: #fbfdfe; } .hover\:border-cool-gray-100:hover { border-color: #f1f5f9; } .hover\:border-cool-gray-200:hover { border-color: #e2e8f0; } .hover\:border-cool-gray-300:hover { border-color: #cfd8e3; } .hover\:border-cool-gray-400:hover { border-color: #97a6ba; } .hover\:border-cool-gray-500:hover { border-color: #64748b; } .hover\:border-cool-gray-600:hover { border-color: #475569; } .hover\:border-cool-gray-700:hover { border-color: #364152; } .hover\:border-cool-gray-800:hover { border-color: #27303f; } .hover\:border-cool-gray-900:hover { border-color: #1a202e; } .hover\:border-red-50:hover { border-color: #fdf2f2; } .hover\:border-red-100:hover { border-color: #fde8e8; } .hover\:border-red-200:hover { border-color: #fbd5d5; } .hover\:border-red-300:hover { border-color: #f8b4b4; } .hover\:border-red-400:hover { border-color: #f98080; } .hover\:border-red-500:hover { border-color: #f05252; } .hover\:border-red-600:hover { border-color: #e02424; } .hover\:border-red-700:hover { border-color: #c81e1e; } .hover\:border-red-800:hover { border-color: #9b1c1c; } .hover\:border-red-900:hover { border-color: #771d1d; } .hover\:border-orange-50:hover { border-color: #fff8f1; } .hover\:border-orange-100:hover { border-color: #feecdc; } .hover\:border-orange-200:hover { border-color: #fcd9bd; } .hover\:border-orange-300:hover { border-color: #fdba8c; } .hover\:border-orange-400:hover { border-color: #ff8a4c; } .hover\:border-orange-500:hover { border-color: #ff5a1f; } .hover\:border-orange-600:hover { border-color: #d03801; } .hover\:border-orange-700:hover { border-color: #b43403; } .hover\:border-orange-800:hover { border-color: #8a2c0d; } .hover\:border-orange-900:hover { border-color: #771d1d; } .hover\:border-yellow-50:hover { border-color: #fdfdea; } .hover\:border-yellow-100:hover { border-color: #fdf6b2; } .hover\:border-yellow-200:hover { border-color: #fce96a; } .hover\:border-yellow-300:hover { border-color: #faca15; } .hover\:border-yellow-400:hover { border-color: #e3a008; } .hover\:border-yellow-500:hover { border-color: #c27803; } .hover\:border-yellow-600:hover { border-color: #9f580a; } .hover\:border-yellow-700:hover { border-color: #8e4b10; } .hover\:border-yellow-800:hover { border-color: #723b13; } .hover\:border-yellow-900:hover { border-color: #633112; } .hover\:border-green-50:hover { border-color: #f3faf7; } .hover\:border-green-100:hover { border-color: #def7ec; } .hover\:border-green-200:hover { border-color: #bcf0da; } .hover\:border-green-300:hover { border-color: #84e1bc; } .hover\:border-green-400:hover { border-color: #31c48d; } .hover\:border-green-500:hover { border-color: #0e9f6e; } .hover\:border-green-600:hover { border-color: #057a55; } .hover\:border-green-700:hover { border-color: #046c4e; } .hover\:border-green-800:hover { border-color: #03543f; } .hover\:border-green-900:hover { border-color: #014737; } .hover\:border-teal-50:hover { border-color: #edfafa; } .hover\:border-teal-100:hover { border-color: #d5f5f6; } .hover\:border-teal-200:hover { border-color: #afecef; } .hover\:border-teal-300:hover { border-color: #7edce2; } .hover\:border-teal-400:hover { border-color: #16bdca; } .hover\:border-teal-500:hover { border-color: #0694a2; } .hover\:border-teal-600:hover { border-color: #047481; } .hover\:border-teal-700:hover { border-color: #036672; } .hover\:border-teal-800:hover { border-color: #05505c; } .hover\:border-teal-900:hover { border-color: #014451; } .hover\:border-blue-50:hover { border-color: #ebf5ff; } .hover\:border-blue-100:hover { border-color: #e1effe; } .hover\:border-blue-200:hover { border-color: #c3ddfd; } .hover\:border-blue-300:hover { border-color: #a4cafe; } .hover\:border-blue-400:hover { border-color: #76a9fa; } .hover\:border-blue-500:hover { border-color: #3f83f8; } .hover\:border-blue-600:hover { border-color: #1c64f2; } .hover\:border-blue-700:hover { border-color: #1a56db; } .hover\:border-blue-800:hover { border-color: #1e429f; } .hover\:border-blue-900:hover { border-color: #233876; } .hover\:border-indigo-50:hover { border-color: #f0f5ff; } .hover\:border-indigo-100:hover { border-color: #e5edff; } .hover\:border-indigo-200:hover { border-color: #cddbfe; } .hover\:border-indigo-300:hover { border-color: #b4c6fc; } .hover\:border-indigo-400:hover { border-color: #8da2fb; } .hover\:border-indigo-500:hover { border-color: #6875f5; } .hover\:border-indigo-600:hover { border-color: #5850ec; } .hover\:border-indigo-700:hover { border-color: #5145cd; } .hover\:border-indigo-800:hover { border-color: #42389d; } .hover\:border-indigo-900:hover { border-color: #362f78; } .hover\:border-purple-50:hover { border-color: #f6f5ff; } .hover\:border-purple-100:hover { border-color: #edebfe; } .hover\:border-purple-200:hover { border-color: #dcd7fe; } .hover\:border-purple-300:hover { border-color: #cabffd; } .hover\:border-purple-400:hover { border-color: #ac94fa; } .hover\:border-purple-500:hover { border-color: #9061f9; } .hover\:border-purple-600:hover { border-color: #7e3af2; } .hover\:border-purple-700:hover { border-color: #6c2bd9; } .hover\:border-purple-800:hover { border-color: #5521b5; } .hover\:border-purple-900:hover { border-color: #4a1d96; } .hover\:border-pink-50:hover { border-color: #fdf2f8; } .hover\:border-pink-100:hover { border-color: #fce8f3; } .hover\:border-pink-200:hover { border-color: #fad1e8; } .hover\:border-pink-300:hover { border-color: #f8b4d9; } .hover\:border-pink-400:hover { border-color: #f17eb8; } .hover\:border-pink-500:hover { border-color: #e74694; } .hover\:border-pink-600:hover { border-color: #d61f69; } .hover\:border-pink-700:hover { border-color: #bf125d; } .hover\:border-pink-800:hover { border-color: #99154b; } .hover\:border-pink-900:hover { border-color: #751a3d; } .focus\:border-white:focus { border-color: #ffffff; } .focus\:border-black:focus { border-color: #000000; } .focus\:border-transparent:focus { border-color: transparent; } .focus\:border-gray-50:focus { border-color: #f9fafb; } .focus\:border-gray-100:focus { border-color: #f4f5f7; } .focus\:border-gray-200:focus { border-color: #e5e7eb; } .focus\:border-gray-300:focus { border-color: #d2d6dc; } .focus\:border-gray-400:focus { border-color: #9fa6b2; } .focus\:border-gray-500:focus { border-color: #6b7280; } .focus\:border-gray-600:focus { border-color: #4b5563; } .focus\:border-gray-700:focus { border-color: #374151; } .focus\:border-gray-800:focus { border-color: #252f3f; } .focus\:border-gray-900:focus { border-color: #161e2e; } .focus\:border-cool-gray-50:focus { border-color: #fbfdfe; } .focus\:border-cool-gray-100:focus { border-color: #f1f5f9; } .focus\:border-cool-gray-200:focus { border-color: #e2e8f0; } .focus\:border-cool-gray-300:focus { border-color: #cfd8e3; } .focus\:border-cool-gray-400:focus { border-color: #97a6ba; } .focus\:border-cool-gray-500:focus { border-color: #64748b; } .focus\:border-cool-gray-600:focus { border-color: #475569; } .focus\:border-cool-gray-700:focus { border-color: #364152; } .focus\:border-cool-gray-800:focus { border-color: #27303f; } .focus\:border-cool-gray-900:focus { border-color: #1a202e; } .focus\:border-red-50:focus { border-color: #fdf2f2; } .focus\:border-red-100:focus { border-color: #fde8e8; } .focus\:border-red-200:focus { border-color: #fbd5d5; } .focus\:border-red-300:focus { border-color: #f8b4b4; } .focus\:border-red-400:focus { border-color: #f98080; } .focus\:border-red-500:focus { border-color: #f05252; } .focus\:border-red-600:focus { border-color: #e02424; } .focus\:border-red-700:focus { border-color: #c81e1e; } .focus\:border-red-800:focus { border-color: #9b1c1c; } .focus\:border-red-900:focus { border-color: #771d1d; } .focus\:border-orange-50:focus { border-color: #fff8f1; } .focus\:border-orange-100:focus { border-color: #feecdc; } .focus\:border-orange-200:focus { border-color: #fcd9bd; } .focus\:border-orange-300:focus { border-color: #fdba8c; } .focus\:border-orange-400:focus { border-color: #ff8a4c; } .focus\:border-orange-500:focus { border-color: #ff5a1f; } .focus\:border-orange-600:focus { border-color: #d03801; } .focus\:border-orange-700:focus { border-color: #b43403; } .focus\:border-orange-800:focus { border-color: #8a2c0d; } .focus\:border-orange-900:focus { border-color: #771d1d; } .focus\:border-yellow-50:focus { border-color: #fdfdea; } .focus\:border-yellow-100:focus { border-color: #fdf6b2; } .focus\:border-yellow-200:focus { border-color: #fce96a; } .focus\:border-yellow-300:focus { border-color: #faca15; } .focus\:border-yellow-400:focus { border-color: #e3a008; } .focus\:border-yellow-500:focus { border-color: #c27803; } .focus\:border-yellow-600:focus { border-color: #9f580a; } .focus\:border-yellow-700:focus { border-color: #8e4b10; } .focus\:border-yellow-800:focus { border-color: #723b13; } .focus\:border-yellow-900:focus { border-color: #633112; } .focus\:border-green-50:focus { border-color: #f3faf7; } .focus\:border-green-100:focus { border-color: #def7ec; } .focus\:border-green-200:focus { border-color: #bcf0da; } .focus\:border-green-300:focus { border-color: #84e1bc; } .focus\:border-green-400:focus { border-color: #31c48d; } .focus\:border-green-500:focus { border-color: #0e9f6e; } .focus\:border-green-600:focus { border-color: #057a55; } .focus\:border-green-700:focus { border-color: #046c4e; } .focus\:border-green-800:focus { border-color: #03543f; } .focus\:border-green-900:focus { border-color: #014737; } .focus\:border-teal-50:focus { border-color: #edfafa; } .focus\:border-teal-100:focus { border-color: #d5f5f6; } .focus\:border-teal-200:focus { border-color: #afecef; } .focus\:border-teal-300:focus { border-color: #7edce2; } .focus\:border-teal-400:focus { border-color: #16bdca; } .focus\:border-teal-500:focus { border-color: #0694a2; } .focus\:border-teal-600:focus { border-color: #047481; } .focus\:border-teal-700:focus { border-color: #036672; } .focus\:border-teal-800:focus { border-color: #05505c; } .focus\:border-teal-900:focus { border-color: #014451; } .focus\:border-blue-50:focus { border-color: #ebf5ff; } .focus\:border-blue-100:focus { border-color: #e1effe; } .focus\:border-blue-200:focus { border-color: #c3ddfd; } .focus\:border-blue-300:focus { border-color: #a4cafe; } .focus\:border-blue-400:focus { border-color: #76a9fa; } .focus\:border-blue-500:focus { border-color: #3f83f8; } .focus\:border-blue-600:focus { border-color: #1c64f2; } .focus\:border-blue-700:focus { border-color: #1a56db; } .focus\:border-blue-800:focus { border-color: #1e429f; } .focus\:border-blue-900:focus { border-color: #233876; } .focus\:border-indigo-50:focus { border-color: #f0f5ff; } .focus\:border-indigo-100:focus { border-color: #e5edff; } .focus\:border-indigo-200:focus { border-color: #cddbfe; } .focus\:border-indigo-300:focus { border-color: #b4c6fc; } .focus\:border-indigo-400:focus { border-color: #8da2fb; } .focus\:border-indigo-500:focus { border-color: #6875f5; } .focus\:border-indigo-600:focus { border-color: #5850ec; } .focus\:border-indigo-700:focus { border-color: #5145cd; } .focus\:border-indigo-800:focus { border-color: #42389d; } .focus\:border-indigo-900:focus { border-color: #362f78; } .focus\:border-purple-50:focus { border-color: #f6f5ff; } .focus\:border-purple-100:focus { border-color: #edebfe; } .focus\:border-purple-200:focus { border-color: #dcd7fe; } .focus\:border-purple-300:focus { border-color: #cabffd; } .focus\:border-purple-400:focus { border-color: #ac94fa; } .focus\:border-purple-500:focus { border-color: #9061f9; } .focus\:border-purple-600:focus { border-color: #7e3af2; } .focus\:border-purple-700:focus { border-color: #6c2bd9; } .focus\:border-purple-800:focus { border-color: #5521b5; } .focus\:border-purple-900:focus { border-color: #4a1d96; } .focus\:border-pink-50:focus { border-color: #fdf2f8; } .focus\:border-pink-100:focus { border-color: #fce8f3; } .focus\:border-pink-200:focus { border-color: #fad1e8; } .focus\:border-pink-300:focus { border-color: #f8b4d9; } .focus\:border-pink-400:focus { border-color: #f17eb8; } .focus\:border-pink-500:focus { border-color: #e74694; } .focus\:border-pink-600:focus { border-color: #d61f69; } .focus\:border-pink-700:focus { border-color: #bf125d; } .focus\:border-pink-800:focus { border-color: #99154b; } .focus\:border-pink-900:focus { border-color: #751a3d; } .rounded-none { border-radius: 0; } .rounded-sm { border-radius: 0.125rem; } .rounded { border-radius: 0.25rem; } .rounded-md { border-radius: 0.375rem; } .rounded-lg { border-radius: 0.5rem; } .rounded-full { border-radius: 9999px; } .rounded-t-none { border-top-left-radius: 0; border-top-right-radius: 0; } .rounded-r-none { border-top-right-radius: 0; border-bottom-right-radius: 0; } .rounded-b-none { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .rounded-l-none { border-top-left-radius: 0; border-bottom-left-radius: 0; } .rounded-t-sm { border-top-left-radius: 0.125rem; border-top-right-radius: 0.125rem; } .rounded-r-sm { border-top-right-radius: 0.125rem; border-bottom-right-radius: 0.125rem; } .rounded-b-sm { border-bottom-right-radius: 0.125rem; border-bottom-left-radius: 0.125rem; } .rounded-l-sm { border-top-left-radius: 0.125rem; border-bottom-left-radius: 0.125rem; } .rounded-t { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .rounded-r { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .rounded-b { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .rounded-l { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .rounded-t-md { border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; } .rounded-r-md { border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; } .rounded-b-md { border-bottom-right-radius: 0.375rem; border-bottom-left-radius: 0.375rem; } .rounded-l-md { border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; } .rounded-t-lg { border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; } .rounded-r-lg { border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem; } .rounded-b-lg { border-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem; } .rounded-l-lg { border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem; } .rounded-t-full { border-top-left-radius: 9999px; border-top-right-radius: 9999px; } .rounded-r-full { border-top-right-radius: 9999px; border-bottom-right-radius: 9999px; } .rounded-b-full { border-bottom-right-radius: 9999px; border-bottom-left-radius: 9999px; } .rounded-l-full { border-top-left-radius: 9999px; border-bottom-left-radius: 9999px; } .rounded-tl-none { border-top-left-radius: 0; } .rounded-tr-none { border-top-right-radius: 0; } .rounded-br-none { border-bottom-right-radius: 0; } .rounded-bl-none { border-bottom-left-radius: 0; } .rounded-tl-sm { border-top-left-radius: 0.125rem; } .rounded-tr-sm { border-top-right-radius: 0.125rem; } .rounded-br-sm { border-bottom-right-radius: 0.125rem; } .rounded-bl-sm { border-bottom-left-radius: 0.125rem; } .rounded-tl { border-top-left-radius: 0.25rem; } .rounded-tr { border-top-right-radius: 0.25rem; } .rounded-br { border-bottom-right-radius: 0.25rem; } .rounded-bl { border-bottom-left-radius: 0.25rem; } .rounded-tl-md { border-top-left-radius: 0.375rem; } .rounded-tr-md { border-top-right-radius: 0.375rem; } .rounded-br-md { border-bottom-right-radius: 0.375rem; } .rounded-bl-md { border-bottom-left-radius: 0.375rem; } .rounded-tl-lg { border-top-left-radius: 0.5rem; } .rounded-tr-lg { border-top-right-radius: 0.5rem; } .rounded-br-lg { border-bottom-right-radius: 0.5rem; } .rounded-bl-lg { border-bottom-left-radius: 0.5rem; } .rounded-tl-full { border-top-left-radius: 9999px; } .rounded-tr-full { border-top-right-radius: 9999px; } .rounded-br-full { border-bottom-right-radius: 9999px; } .rounded-bl-full { border-bottom-left-radius: 9999px; } .border-solid { border-style: solid; } .border-dashed { border-style: dashed; } .border-dotted { border-style: dotted; } .border-double { border-style: double; } .border-none { border-style: none; } .border-0 { border-width: 0; } .border-2 { border-width: 2px; } .border-4 { border-width: 4px; } .border-8 { border-width: 8px; } .border { border-width: 1px; } .border-t-0 { border-top-width: 0; } .border-r-0 { border-right-width: 0; } .border-b-0 { border-bottom-width: 0; } .border-l-0 { border-left-width: 0; } .border-t-2 { border-top-width: 2px; } .border-r-2 { border-right-width: 2px; } .border-b-2 { border-bottom-width: 2px; } .border-l-2 { border-left-width: 2px; } .border-t-4 { border-top-width: 4px; } .border-r-4 { border-right-width: 4px; } .border-b-4 { border-bottom-width: 4px; } .border-l-4 { border-left-width: 4px; } .border-t-8 { border-top-width: 8px; } .border-r-8 { border-right-width: 8px; } .border-b-8 { border-bottom-width: 8px; } .border-l-8 { border-left-width: 8px; } .border-t { border-top-width: 1px; } .border-r { border-right-width: 1px; } .border-b { border-bottom-width: 1px; } .border-l { border-left-width: 1px; } .font-sans { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } .font-serif { font-family: Georgia, Cambria, "Times New Roman", Times, serif; } .font-mono { font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } .font-hairline { font-weight: 100; } .font-thin { font-weight: 200; } .font-light { font-weight: 300; } .font-normal { font-weight: 400; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .font-extrabold { font-weight: 800; } .font-black { font-weight: 900; } .hover\:font-hairline:hover { font-weight: 100; } .hover\:font-thin:hover { font-weight: 200; } .hover\:font-light:hover { font-weight: 300; } .hover\:font-normal:hover { font-weight: 400; } .hover\:font-medium:hover { font-weight: 500; } .hover\:font-semibold:hover { font-weight: 600; } .hover\:font-bold:hover { font-weight: 700; } .hover\:font-extrabold:hover { font-weight: 800; } .hover\:font-black:hover { font-weight: 900; } .focus\:font-hairline:focus { font-weight: 100; } .focus\:font-thin:focus { font-weight: 200; } .focus\:font-light:focus { font-weight: 300; } .focus\:font-normal:focus { font-weight: 400; } .focus\:font-medium:focus { font-weight: 500; } .focus\:font-semibold:focus { font-weight: 600; } .focus\:font-bold:focus { font-weight: 700; } .focus\:font-extrabold:focus { font-weight: 800; } .focus\:font-black:focus { font-weight: 900; } .text-xs { font-size: 14px; } .text-sm { font-size: 16px; } .text-base { font-size: 18px; } .text-lg { font-size: 20px; } .text-xl { font-size: 22px; } .text-2xl { font-size: 24px; } .text-3xl { font-size: 26px; } .text-4xl { font-size: 28px; } .text-5xl { font-size: 30px; } .text-6xl { font-size: 32px; } .text-7xl { font-size: 34px; } .p-0 { padding: 0; } .p-1 { padding: 0.25rem; } .p-2 { padding: 0.5rem; } .p-3 { padding: 0.75rem; } .p-4 { padding: 1rem; } .p-5 { padding: 1.25rem; } .p-6 { padding: 1.5rem; } .p-8 { padding: 2rem; } .p-10 { padding: 2.5rem; } .p-12 { padding: 3rem; } .p-16 { padding: 4rem; } .p-20 { padding: 5rem; } .p-24 { padding: 6rem; } .p-32 { padding: 8rem; } .p-40 { padding: 10rem; } .p-48 { padding: 12rem; } .p-56 { padding: 14rem; } .p-64 { padding: 16rem; } .p-px { padding: 1px; } .py-0 { padding-top: 0; padding-bottom: 0; } .px-0 { padding-left: 0; padding-right: 0; } .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; } .px-1 { padding-left: 0.25rem; padding-right: 0.25rem; } .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } .py-4 { padding-top: 1rem; padding-bottom: 1rem; } .px-4 { padding-left: 1rem; padding-right: 1rem; } .py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .py-8 { padding-top: 2rem; padding-bottom: 2rem; } .px-8 { padding-left: 2rem; padding-right: 2rem; } .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .px-10 { padding-left: 2.5rem; padding-right: 2.5rem; } .py-12 { padding-top: 3rem; padding-bottom: 3rem; } .px-12 { padding-left: 3rem; padding-right: 3rem; } .py-16 { padding-top: 4rem; padding-bottom: 4rem; } .px-16 { padding-left: 4rem; padding-right: 4rem; } .py-20 { padding-top: 5rem; padding-bottom: 5rem; } .px-20 { padding-left: 5rem; padding-right: 5rem; } .py-24 { padding-top: 6rem; padding-bottom: 6rem; } .px-24 { padding-left: 6rem; padding-right: 6rem; } .py-32 { padding-top: 8rem; padding-bottom: 8rem; } .px-32 { padding-left: 8rem; padding-right: 8rem; } .py-40 { padding-top: 10rem; padding-bottom: 10rem; } .px-40 { padding-left: 10rem; padding-right: 10rem; } .py-48 { padding-top: 12rem; padding-bottom: 12rem; } .px-48 { padding-left: 12rem; padding-right: 12rem; } .py-56 { padding-top: 14rem; padding-bottom: 14rem; } .px-56 { padding-left: 14rem; padding-right: 14rem; } .py-64 { padding-top: 16rem; padding-bottom: 16rem; } .px-64 { padding-left: 16rem; padding-right: 16rem; } .py-px { padding-top: 1px; padding-bottom: 1px; } .px-px { padding-left: 1px; padding-right: 1px; } .pt-0 { padding-top: 0; } .pr-0 { padding-right: 0; } .pb-0 { padding-bottom: 0; } .pl-0 { padding-left: 0; } .pt-1 { padding-top: 0.25rem; } .pr-1 { padding-right: 0.25rem; } .pb-1 { padding-bottom: 0.25rem; } .pl-1 { padding-left: 0.25rem; } .pt-2 { padding-top: 0.5rem; } .pr-2 { padding-right: 0.5rem; } .pb-2 { padding-bottom: 0.5rem; } .pl-2 { padding-left: 0.5rem; } .pt-3 { padding-top: 0.75rem; } .pr-3 { padding-right: 0.75rem; } .pb-3 { padding-bottom: 0.75rem; } .pl-3 { padding-left: 0.75rem; } .pt-4 { padding-top: 1rem; } .pr-4 { padding-right: 1rem; } .pb-4 { padding-bottom: 1rem; } .pl-4 { padding-left: 1rem; } .pt-5 { padding-top: 1.25rem; } .pr-5 { padding-right: 1.25rem; } .pb-5 { padding-bottom: 1.25rem; } .pl-5 { padding-left: 1.25rem; } .pt-6 { padding-top: 1.5rem; } .pr-6 { padding-right: 1.5rem; } .pb-6 { padding-bottom: 1.5rem; } .pl-6 { padding-left: 1.5rem; } .pt-8 { padding-top: 2rem; } .pr-8 { padding-right: 2rem; } .pb-8 { padding-bottom: 2rem; } .pl-8 { padding-left: 2rem; } .pt-10 { padding-top: 2.5rem; } .pr-10 { padding-right: 2.5rem; } .pb-10 { padding-bottom: 2.5rem; } .pl-10 { padding-left: 2.5rem; } .pt-12 { padding-top: 3rem; } .pr-12 { padding-right: 3rem; } .pb-12 { padding-bottom: 3rem; } .pl-12 { padding-left: 3rem; } .pt-16 { padding-top: 4rem; } .pr-16 { padding-right: 4rem; } .pb-16 { padding-bottom: 4rem; } .pl-16 { padding-left: 4rem; } .pt-20 { padding-top: 5rem; } .pr-20 { padding-right: 5rem; } .pb-20 { padding-bottom: 5rem; } .pl-20 { padding-left: 5rem; } .pt-24 { padding-top: 6rem; } .pr-24 { padding-right: 6rem; } .pb-24 { padding-bottom: 6rem; } .pl-24 { padding-left: 6rem; } .pt-32 { padding-top: 8rem; } .pr-32 { padding-right: 8rem; } .pb-32 { padding-bottom: 8rem; } .pl-32 { padding-left: 8rem; } .pt-40 { padding-top: 10rem; } .pr-40 { padding-right: 10rem; } .pb-40 { padding-bottom: 10rem; } .pl-40 { padding-left: 10rem; } .pt-48 { padding-top: 12rem; } .pr-48 { padding-right: 12rem; } .pb-48 { padding-bottom: 12rem; } .pl-48 { padding-left: 12rem; } .pt-56 { padding-top: 14rem; } .pr-56 { padding-right: 14rem; } .pb-56 { padding-bottom: 14rem; } .pl-56 { padding-left: 14rem; } .pt-64 { padding-top: 16rem; } .pr-64 { padding-right: 16rem; } .pb-64 { padding-bottom: 16rem; } .pl-64 { padding-left: 16rem; } .pt-px { padding-top: 1px; } .pr-px { padding-right: 1px; } .pb-px { padding-bottom: 1px; } .pl-px { padding-left: 1px; } .shadow-xs { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); } .shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); } .shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); } .shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } .shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } .shadow-inner { box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); } .shadow-outline { box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45); } .shadow-none { box-shadow: none; } .shadow-solid { box-shadow: 0 0 0 2px currentColor; } .shadow-outline-gray { box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45); } .shadow-outline-blue { box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45); } .shadow-outline-teal { box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45); } .shadow-outline-green { box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45); } .shadow-outline-yellow { box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45); } .shadow-outline-orange { box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45); } .shadow-outline-red { box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45); } .shadow-outline-pink { box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45); } .shadow-outline-purple { box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45); } .shadow-outline-indigo { box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45); } .hover\:shadow-xs:hover { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); } .hover\:shadow-sm:hover { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); } .hover\:shadow:hover { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); } .hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } .hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } .hover\:shadow-inner:hover { box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); } .hover\:shadow-outline:hover { box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45); } .hover\:shadow-none:hover { box-shadow: none; } .hover\:shadow-solid:hover { box-shadow: 0 0 0 2px currentColor; } .hover\:shadow-outline-gray:hover { box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45); } .hover\:shadow-outline-blue:hover { box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45); } .hover\:shadow-outline-teal:hover { box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45); } .hover\:shadow-outline-green:hover { box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45); } .hover\:shadow-outline-yellow:hover { box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45); } .hover\:shadow-outline-orange:hover { box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45); } .hover\:shadow-outline-red:hover { box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45); } .hover\:shadow-outline-pink:hover { box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45); } .hover\:shadow-outline-purple:hover { box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45); } .hover\:shadow-outline-indigo:hover { box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45); } .focus\:shadow-xs:focus { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); } .focus\:shadow-sm:focus { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); } .focus\:shadow:focus { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); } .focus\:shadow-md:focus { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .focus\:shadow-lg:focus { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } .focus\:shadow-xl:focus { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .focus\:shadow-2xl:focus { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } .focus\:shadow-inner:focus { box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); } .focus\:shadow-outline:focus { box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45); } .focus\:shadow-none:focus { box-shadow: none; } .focus\:shadow-solid:focus { box-shadow: 0 0 0 2px currentColor; } .focus\:shadow-outline-gray:focus { box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45); } .focus\:shadow-outline-blue:focus { box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45); } .focus\:shadow-outline-teal:focus { box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45); } .focus\:shadow-outline-green:focus { box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45); } .focus\:shadow-outline-yellow:focus { box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45); } .focus\:shadow-outline-orange:focus { box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45); } .focus\:shadow-outline-red:focus { box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45); } .focus\:shadow-outline-pink:focus { box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45); } .focus\:shadow-outline-purple:focus { box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45); } .focus\:shadow-outline-indigo:focus { box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45); } .text-white { color: #ffffff; } .text-black { color: #000000; } .text-transparent { color: transparent; } .text-gray-50 { color: #f9fafb; } .text-gray-100 { color: #f4f5f7; } .text-gray-200 { color: #e5e7eb; } .text-gray-300 { color: #d2d6dc; } .text-gray-400 { color: #9fa6b2; } .text-gray-500 { color: #6b7280; } .text-gray-600 { color: #4b5563; } .text-gray-700 { color: #374151; } .text-gray-800 { color: #252f3f; } .text-gray-900 { color: #161e2e; } .text-cool-gray-50 { color: #fbfdfe; } .text-cool-gray-100 { color: #f1f5f9; } .text-cool-gray-200 { color: #e2e8f0; } .text-cool-gray-300 { color: #cfd8e3; } .text-cool-gray-400 { color: #97a6ba; } .text-cool-gray-500 { color: #64748b; } .text-cool-gray-600 { color: #475569; } .text-cool-gray-700 { color: #364152; } .text-cool-gray-800 { color: #27303f; } .text-cool-gray-900 { color: #1a202e; } .text-red-50 { color: #fdf2f2; } .text-red-100 { color: #fde8e8; } .text-red-200 { color: #fbd5d5; } .text-red-300 { color: #f8b4b4; } .text-red-400 { color: #f98080; } .text-red-500 { color: #f05252; } .text-red-600 { color: #e02424; } .text-red-700 { color: #c81e1e; } .text-red-800 { color: #9b1c1c; } .text-red-900 { color: #771d1d; } .text-orange-50 { color: #fff8f1; } .text-orange-100 { color: #feecdc; } .text-orange-200 { color: #fcd9bd; } .text-orange-300 { color: #fdba8c; } .text-orange-400 { color: #ff8a4c; } .text-orange-500 { color: #ff5a1f; } .text-orange-600 { color: #d03801; } .text-orange-700 { color: #b43403; } .text-orange-800 { color: #8a2c0d; } .text-orange-900 { color: #771d1d; } .text-yellow-50 { color: #fdfdea; } .text-yellow-100 { color: #fdf6b2; } .text-yellow-200 { color: #fce96a; } .text-yellow-300 { color: #faca15; } .text-yellow-400 { color: #e3a008; } .text-yellow-500 { color: #c27803; } .text-yellow-600 { color: #9f580a; } .text-yellow-700 { color: #8e4b10; } .text-yellow-800 { color: #723b13; } .text-yellow-900 { color: #633112; } .text-green-50 { color: #f3faf7; } .text-green-100 { color: #def7ec; } .text-green-200 { color: #bcf0da; } .text-green-300 { color: #84e1bc; } .text-green-400 { color: #31c48d; } .text-green-500 { color: #0e9f6e; } .text-green-600 { color: #057a55; } .text-green-700 { color: #046c4e; } .text-green-800 { color: #03543f; } .text-green-900 { color: #014737; } .text-teal-50 { color: #edfafa; } .text-teal-100 { color: #d5f5f6; } .text-teal-200 { color: #afecef; } .text-teal-300 { color: #7edce2; } .text-teal-400 { color: #16bdca; } .text-teal-500 { color: #0694a2; } .text-teal-600 { color: #047481; } .text-teal-700 { color: #036672; } .text-teal-800 { color: #05505c; } .text-teal-900 { color: #014451; } .text-blue-50 { color: #ebf5ff; } .text-blue-100 { color: #e1effe; } .text-blue-200 { color: #c3ddfd; } .text-blue-300 { color: #a4cafe; } .text-blue-400 { color: #76a9fa; } .text-blue-500 { color: #3f83f8; } .text-blue-600 { color: #1c64f2; } .text-blue-700 { color: #1a56db; } .text-blue-800 { color: #1e429f; } .text-blue-900 { color: #233876; } .text-indigo-50 { color: #f0f5ff; } .text-indigo-100 { color: #e5edff; } .text-indigo-200 { color: #cddbfe; } .text-indigo-300 { color: #b4c6fc; } .text-indigo-400 { color: #8da2fb; } .text-indigo-500 { color: #6875f5; } .text-indigo-600 { color: #5850ec; } .text-indigo-700 { color: #5145cd; } .text-indigo-800 { color: #42389d; } .text-indigo-900 { color: #362f78; } .text-purple-50 { color: #f6f5ff; } .text-purple-100 { color: #edebfe; } .text-purple-200 { color: #dcd7fe; } .text-purple-300 { color: #cabffd; } .text-purple-400 { color: #ac94fa; } .text-purple-500 { color: #9061f9; } .text-purple-600 { color: #7e3af2; } .text-purple-700 { color: #6c2bd9; } .text-purple-800 { color: #5521b5; } .text-purple-900 { color: #4a1d96; } .text-pink-50 { color: #fdf2f8; } .text-pink-100 { color: #fce8f3; } .text-pink-200 { color: #fad1e8; } .text-pink-300 { color: #f8b4d9; } .text-pink-400 { color: #f17eb8; } .text-pink-500 { color: #e74694; } .text-pink-600 { color: #d61f69; } .text-pink-700 { color: #bf125d; } .text-pink-800 { color: #99154b; } .text-pink-900 { color: #751a3d; } .hover\:text-white:hover { color: #ffffff; } .hover\:text-black:hover { color: #000000; } .hover\:text-transparent:hover { color: transparent; } .hover\:text-gray-50:hover { color: #f9fafb; } .hover\:text-gray-100:hover { color: #f4f5f7; } .hover\:text-gray-200:hover { color: #e5e7eb; } .hover\:text-gray-300:hover { color: #d2d6dc; } .hover\:text-gray-400:hover { color: #9fa6b2; } .hover\:text-gray-500:hover { color: #6b7280; } .hover\:text-gray-600:hover { color: #4b5563; } .hover\:text-gray-700:hover { color: #374151; } .hover\:text-gray-800:hover { color: #252f3f; } .hover\:text-gray-900:hover { color: #161e2e; } .hover\:text-cool-gray-50:hover { color: #fbfdfe; } .hover\:text-cool-gray-100:hover { color: #f1f5f9; } .hover\:text-cool-gray-200:hover { color: #e2e8f0; } .hover\:text-cool-gray-300:hover { color: #cfd8e3; } .hover\:text-cool-gray-400:hover { color: #97a6ba; } .hover\:text-cool-gray-500:hover { color: #64748b; } .hover\:text-cool-gray-600:hover { color: #475569; } .hover\:text-cool-gray-700:hover { color: #364152; } .hover\:text-cool-gray-800:hover { color: #27303f; } .hover\:text-cool-gray-900:hover { color: #1a202e; } .hover\:text-red-50:hover { color: #fdf2f2; } .hover\:text-red-100:hover { color: #fde8e8; } .hover\:text-red-200:hover { color: #fbd5d5; } .hover\:text-red-300:hover { color: #f8b4b4; } .hover\:text-red-400:hover { color: #f98080; } .hover\:text-red-500:hover { color: #f05252; } .hover\:text-red-600:hover { color: #e02424; } .hover\:text-red-700:hover { color: #c81e1e; } .hover\:text-red-800:hover { color: #9b1c1c; } .hover\:text-red-900:hover { color: #771d1d; } .hover\:text-orange-50:hover { color: #fff8f1; } .hover\:text-orange-100:hover { color: #feecdc; } .hover\:text-orange-200:hover { color: #fcd9bd; } .hover\:text-orange-300:hover { color: #fdba8c; } .hover\:text-orange-400:hover { color: #ff8a4c; } .hover\:text-orange-500:hover { color: #ff5a1f; } .hover\:text-orange-600:hover { color: #d03801; } .hover\:text-orange-700:hover { color: #b43403; } .hover\:text-orange-800:hover { color: #8a2c0d; } .hover\:text-orange-900:hover { color: #771d1d; } .hover\:text-yellow-50:hover { color: #fdfdea; } .hover\:text-yellow-100:hover { color: #fdf6b2; } .hover\:text-yellow-200:hover { color: #fce96a; } .hover\:text-yellow-300:hover { color: #faca15; } .hover\:text-yellow-400:hover { color: #e3a008; } .hover\:text-yellow-500:hover { color: #c27803; } .hover\:text-yellow-600:hover { color: #9f580a; } .hover\:text-yellow-700:hover { color: #8e4b10; } .hover\:text-yellow-800:hover { color: #723b13; } .hover\:text-yellow-900:hover { color: #633112; } .hover\:text-green-50:hover { color: #f3faf7; } .hover\:text-green-100:hover { color: #def7ec; } .hover\:text-green-200:hover { color: #bcf0da; } .hover\:text-green-300:hover { color: #84e1bc; } .hover\:text-green-400:hover { color: #31c48d; } .hover\:text-green-500:hover { color: #0e9f6e; } .hover\:text-green-600:hover { color: #057a55; } .hover\:text-green-700:hover { color: #046c4e; } .hover\:text-green-800:hover { color: #03543f; } .hover\:text-green-900:hover { color: #014737; } .hover\:text-teal-50:hover { color: #edfafa; } .hover\:text-teal-100:hover { color: #d5f5f6; } .hover\:text-teal-200:hover { color: #afecef; } .hover\:text-teal-300:hover { color: #7edce2; } .hover\:text-teal-400:hover { color: #16bdca; } .hover\:text-teal-500:hover { color: #0694a2; } .hover\:text-teal-600:hover { color: #047481; } .hover\:text-teal-700:hover { color: #036672; } .hover\:text-teal-800:hover { color: #05505c; } .hover\:text-teal-900:hover { color: #014451; } .hover\:text-blue-50:hover { color: #ebf5ff; } .hover\:text-blue-100:hover { color: #e1effe; } .hover\:text-blue-200:hover { color: #c3ddfd; } .hover\:text-blue-300:hover { color: #a4cafe; } .hover\:text-blue-400:hover { color: #76a9fa; } .hover\:text-blue-500:hover { color: #3f83f8; } .hover\:text-blue-600:hover { color: #1c64f2; } .hover\:text-blue-700:hover { color: #1a56db; } .hover\:text-blue-800:hover { color: #1e429f; } .hover\:text-blue-900:hover { color: #233876; } .hover\:text-indigo-50:hover { color: #f0f5ff; } .hover\:text-indigo-100:hover { color: #e5edff; } .hover\:text-indigo-200:hover { color: #cddbfe; } .hover\:text-indigo-300:hover { color: #b4c6fc; } .hover\:text-indigo-400:hover { color: #8da2fb; } .hover\:text-indigo-500:hover { color: #6875f5; } .hover\:text-indigo-600:hover { color: #5850ec; } .hover\:text-indigo-700:hover { color: #5145cd; } .hover\:text-indigo-800:hover { color: #42389d; } .hover\:text-indigo-900:hover { color: #362f78; } .hover\:text-purple-50:hover { color: #f6f5ff; } .hover\:text-purple-100:hover { color: #edebfe; } .hover\:text-purple-200:hover { color: #dcd7fe; } .hover\:text-purple-300:hover { color: #cabffd; } .hover\:text-purple-400:hover { color: #ac94fa; } .hover\:text-purple-500:hover { color: #9061f9; } .hover\:text-purple-600:hover { color: #7e3af2; } .hover\:text-purple-700:hover { color: #6c2bd9; } .hover\:text-purple-800:hover { color: #5521b5; } .hover\:text-purple-900:hover { color: #4a1d96; } .hover\:text-pink-50:hover { color: #fdf2f8; } .hover\:text-pink-100:hover { color: #fce8f3; } .hover\:text-pink-200:hover { color: #fad1e8; } .hover\:text-pink-300:hover { color: #f8b4d9; } .hover\:text-pink-400:hover { color: #f17eb8; } .hover\:text-pink-500:hover { color: #e74694; } .hover\:text-pink-600:hover { color: #d61f69; } .hover\:text-pink-700:hover { color: #bf125d; } .hover\:text-pink-800:hover { color: #99154b; } .hover\:text-pink-900:hover { color: #751a3d; } .focus\:text-white:focus { color: #ffffff; } .focus\:text-black:focus { color: #000000; } .focus\:text-transparent:focus { color: transparent; } .focus\:text-gray-50:focus { color: #f9fafb; } .focus\:text-gray-100:focus { color: #f4f5f7; } .focus\:text-gray-200:focus { color: #e5e7eb; } .focus\:text-gray-300:focus { color: #d2d6dc; } .focus\:text-gray-400:focus { color: #9fa6b2; } .focus\:text-gray-500:focus { color: #6b7280; } .focus\:text-gray-600:focus { color: #4b5563; } .focus\:text-gray-700:focus { color: #374151; } .focus\:text-gray-800:focus { color: #252f3f; } .focus\:text-gray-900:focus { color: #161e2e; } .focus\:text-cool-gray-50:focus { color: #fbfdfe; } .focus\:text-cool-gray-100:focus { color: #f1f5f9; } .focus\:text-cool-gray-200:focus { color: #e2e8f0; } .focus\:text-cool-gray-300:focus { color: #cfd8e3; } .focus\:text-cool-gray-400:focus { color: #97a6ba; } .focus\:text-cool-gray-500:focus { color: #64748b; } .focus\:text-cool-gray-600:focus { color: #475569; } .focus\:text-cool-gray-700:focus { color: #364152; } .focus\:text-cool-gray-800:focus { color: #27303f; } .focus\:text-cool-gray-900:focus { color: #1a202e; } .focus\:text-red-50:focus { color: #fdf2f2; } .focus\:text-red-100:focus { color: #fde8e8; } .focus\:text-red-200:focus { color: #fbd5d5; } .focus\:text-red-300:focus { color: #f8b4b4; } .focus\:text-red-400:focus { color: #f98080; } .focus\:text-red-500:focus { color: #f05252; } .focus\:text-red-600:focus { color: #e02424; } .focus\:text-red-700:focus { color: #c81e1e; } .focus\:text-red-800:focus { color: #9b1c1c; } .focus\:text-red-900:focus { color: #771d1d; } .focus\:text-orange-50:focus { color: #fff8f1; } .focus\:text-orange-100:focus { color: #feecdc; } .focus\:text-orange-200:focus { color: #fcd9bd; } .focus\:text-orange-300:focus { color: #fdba8c; } .focus\:text-orange-400:focus { color: #ff8a4c; } .focus\:text-orange-500:focus { color: #ff5a1f; } .focus\:text-orange-600:focus { color: #d03801; } .focus\:text-orange-700:focus { color: #b43403; } .focus\:text-orange-800:focus { color: #8a2c0d; } .focus\:text-orange-900:focus { color: #771d1d; } .focus\:text-yellow-50:focus { color: #fdfdea; } .focus\:text-yellow-100:focus { color: #fdf6b2; } .focus\:text-yellow-200:focus { color: #fce96a; } .focus\:text-yellow-300:focus { color: #faca15; } .focus\:text-yellow-400:focus { color: #e3a008; } .focus\:text-yellow-500:focus { color: #c27803; } .focus\:text-yellow-600:focus { color: #9f580a; } .focus\:text-yellow-700:focus { color: #8e4b10; } .focus\:text-yellow-800:focus { color: #723b13; } .focus\:text-yellow-900:focus { color: #633112; } .focus\:text-green-50:focus { color: #f3faf7; } .focus\:text-green-100:focus { color: #def7ec; } .focus\:text-green-200:focus { color: #bcf0da; } .focus\:text-green-300:focus { color: #84e1bc; } .focus\:text-green-400:focus { color: #31c48d; } .focus\:text-green-500:focus { color: #0e9f6e; } .focus\:text-green-600:focus { color: #057a55; } .focus\:text-green-700:focus { color: #046c4e; } .focus\:text-green-800:focus { color: #03543f; } .focus\:text-green-900:focus { color: #014737; } .focus\:text-teal-50:focus { color: #edfafa; } .focus\:text-teal-100:focus { color: #d5f5f6; } .focus\:text-teal-200:focus { color: #afecef; } .focus\:text-teal-300:focus { color: #7edce2; } .focus\:text-teal-400:focus { color: #16bdca; } .focus\:text-teal-500:focus { color: #0694a2; } .focus\:text-teal-600:focus { color: #047481; } .focus\:text-teal-700:focus { color: #036672; } .focus\:text-teal-800:focus { color: #05505c; } .focus\:text-teal-900:focus { color: #014451; } .focus\:text-blue-50:focus { color: #ebf5ff; } .focus\:text-blue-100:focus { color: #e1effe; } .focus\:text-blue-200:focus { color: #c3ddfd; } .focus\:text-blue-300:focus { color: #a4cafe; } .focus\:text-blue-400:focus { color: #76a9fa; } .focus\:text-blue-500:focus { color: #3f83f8; } .focus\:text-blue-600:focus { color: #1c64f2; } .focus\:text-blue-700:focus { color: #1a56db; } .focus\:text-blue-800:focus { color: #1e429f; } .focus\:text-blue-900:focus { color: #233876; } .focus\:text-indigo-50:focus { color: #f0f5ff; } .focus\:text-indigo-100:focus { color: #e5edff; } .focus\:text-indigo-200:focus { color: #cddbfe; } .focus\:text-indigo-300:focus { color: #b4c6fc; } .focus\:text-indigo-400:focus { color: #8da2fb; } .focus\:text-indigo-500:focus { color: #6875f5; } .focus\:text-indigo-600:focus { color: #5850ec; } .focus\:text-indigo-700:focus { color: #5145cd; } .focus\:text-indigo-800:focus { color: #42389d; } .focus\:text-indigo-900:focus { color: #362f78; } .focus\:text-purple-50:focus { color: #f6f5ff; } .focus\:text-purple-100:focus { color: #edebfe; } .focus\:text-purple-200:focus { color: #dcd7fe; } .focus\:text-purple-300:focus { color: #cabffd; } .focus\:text-purple-400:focus { color: #ac94fa; } .focus\:text-purple-500:focus { color: #9061f9; } .focus\:text-purple-600:focus { color: #7e3af2; } .focus\:text-purple-700:focus { color: #6c2bd9; } .focus\:text-purple-800:focus { color: #5521b5; } .focus\:text-purple-900:focus { color: #4a1d96; } .focus\:text-pink-50:focus { color: #fdf2f8; } .focus\:text-pink-100:focus { color: #fce8f3; } .focus\:text-pink-200:focus { color: #fad1e8; } .focus\:text-pink-300:focus { color: #f8b4d9; } .focus\:text-pink-400:focus { color: #f17eb8; } .focus\:text-pink-500:focus { color: #e74694; } .focus\:text-pink-600:focus { color: #d61f69; } .focus\:text-pink-700:focus { color: #bf125d; } .focus\:text-pink-800:focus { color: #99154b; } .focus\:text-pink-900:focus { color: #751a3d; } .italic { font-style: italic; } .not-italic { font-style: normal; } .bg-white { background: #ffffff; } .bg-black { background: #000000; } .bg-transparent { background: transparent; } .bg-gray-50 { background: #f9fafb; } .bg-gray-100 { background: #f4f5f7; } .bg-gray-200 { background: #e5e7eb; } .bg-gray-300 { background: #d2d6dc; } .bg-gray-400 { background: #9fa6b2; } .bg-gray-500 { background: #6b7280; } .bg-gray-600 { background: #4b5563; } .bg-gray-700 { background: #374151; } .bg-gray-800 { background: #252f3f; } .bg-gray-900 { background: #161e2e; } .bg-cool-gray-50 { background: #fbfdfe; } .bg-cool-gray-100 { background: #f1f5f9; } .bg-cool-gray-200 { background: #e2e8f0; } .bg-cool-gray-300 { background: #cfd8e3; } .bg-cool-gray-400 { background: #97a6ba; } .bg-cool-gray-500 { background: #64748b; } .bg-cool-gray-600 { background: #475569; } .bg-cool-gray-700 { background: #364152; } .bg-cool-gray-800 { background: #27303f; } .bg-cool-gray-900 { background: #1a202e; } .bg-red-50 { background: #fdf2f2; } .bg-red-100 { background: #fde8e8; } .bg-red-200 { background: #fbd5d5; } .bg-red-300 { background: #f8b4b4; } .bg-red-400 { background: #f98080; } .bg-red-500 { background: #f05252; } .bg-red-600 { background: #e02424; } .bg-red-700 { background: #c81e1e; } .bg-red-800 { background: #9b1c1c; } .bg-red-900 { background: #771d1d; } .bg-orange-50 { background: #fff8f1; } .bg-orange-100 { background: #feecdc; } .bg-orange-200 { background: #fcd9bd; } .bg-orange-300 { background: #fdba8c; } .bg-orange-400 { background: #ff8a4c; } .bg-orange-500 { background: #ff5a1f; } .bg-orange-600 { background: #d03801; } .bg-orange-700 { background: #b43403; } .bg-orange-800 { background: #8a2c0d; } .bg-orange-900 { background: #771d1d; } .bg-yellow-50 { background: #fdfdea; } .bg-yellow-100 { background: #fdf6b2; } .bg-yellow-200 { background: #fce96a; } .bg-yellow-300 { background: #faca15; } .bg-yellow-400 { background: #e3a008; } .bg-yellow-500 { background: #c27803; } .bg-yellow-600 { background: #9f580a; } .bg-yellow-700 { background: #8e4b10; } .bg-yellow-800 { background: #723b13; } .bg-yellow-900 { background: #633112; } .bg-green-50 { background: #f3faf7; } .bg-green-100 { background: #def7ec; } .bg-green-200 { background: #bcf0da; } .bg-green-300 { background: #84e1bc; } .bg-green-400 { background: #31c48d; } .bg-green-500 { background: #0e9f6e; } .bg-green-600 { background: #057a55; } .bg-green-700 { background: #046c4e; } .bg-green-800 { background: #03543f; } .bg-green-900 { background: #014737; } .bg-teal-50 { background: #edfafa; } .bg-teal-100 { background: #d5f5f6; } .bg-teal-200 { background: #afecef; } .bg-teal-300 { background: #7edce2; } .bg-teal-400 { background: #16bdca; } .bg-teal-500 { background: #0694a2; } .bg-teal-600 { background: #047481; } .bg-teal-700 { background: #036672; } .bg-teal-800 { background: #05505c; } .bg-teal-900 { background: #014451; } .bg-blue-50 { background: #ebf5ff; } .bg-blue-100 { background: #e1effe; } .bg-blue-200 { background: #c3ddfd; } .bg-blue-300 { background: #a4cafe; } .bg-blue-400 { background: #76a9fa; } .bg-blue-500 { background: #3f83f8; } .bg-blue-600 { background: #1c64f2; } .bg-blue-700 { background: #1a56db; } .bg-blue-800 { background: #1e429f; } .bg-blue-900 { background: #233876; } .bg-indigo-50 { background: #f0f5ff; } .bg-indigo-100 { background: #e5edff; } .bg-indigo-200 { background: #cddbfe; } .bg-indigo-300 { background: #b4c6fc; } .bg-indigo-400 { background: #8da2fb; } .bg-indigo-500 { background: #6875f5; } .bg-indigo-600 { background: #5850ec; } .bg-indigo-700 { background: #5145cd; } .bg-indigo-800 { background: #42389d; } .bg-indigo-900 { background: #362f78; } .bg-purple-50 { background: #f6f5ff; } .bg-purple-100 { background: #edebfe; } .bg-purple-200 { background: #dcd7fe; } .bg-purple-300 { background: #cabffd; } .bg-purple-400 { background: #ac94fa; } .bg-purple-500 { background: #9061f9; } .bg-purple-600 { background: #7e3af2; } .bg-purple-700 { background: #6c2bd9; } .bg-purple-800 { background: #5521b5; } .bg-purple-900 { background: #4a1d96; } .bg-pink-50 { background: #fdf2f8; } .bg-pink-100 { background: #fce8f3; } .bg-pink-200 { background: #fad1e8; } .bg-pink-300 { background: #f8b4d9; } .bg-pink-400 { background: #f17eb8; } .bg-pink-500 { background: #e74694; } .bg-pink-600 { background: #d61f69; } .bg-pink-700 { background: #bf125d; } .bg-pink-800 { background: #99154b; } .bg-pink-900 { background: #751a3d; } .hover\:bg-white:hover { background: #ffffff; } .hover\:bg-black:hover { background: #000000; } .hover\:bg-transparent:hover { background: transparent; } .hover\:bg-gray-50:hover { background: #f9fafb; } .hover\:bg-gray-100:hover { background: #f4f5f7; } .hover\:bg-gray-200:hover { background: #e5e7eb; } .hover\:bg-gray-300:hover { background: #d2d6dc; } .hover\:bg-gray-400:hover { background: #9fa6b2; } .hover\:bg-gray-500:hover { background: #6b7280; } .hover\:bg-gray-600:hover { background: #4b5563; } .hover\:bg-gray-700:hover { background: #374151; } .hover\:bg-gray-800:hover { background: #252f3f; } .hover\:bg-gray-900:hover { background: #161e2e; } .hover\:bg-cool-gray-50:hover { background: #fbfdfe; } .hover\:bg-cool-gray-100:hover { background: #f1f5f9; } .hover\:bg-cool-gray-200:hover { background: #e2e8f0; } .hover\:bg-cool-gray-300:hover { background: #cfd8e3; } .hover\:bg-cool-gray-400:hover { background: #97a6ba; } .hover\:bg-cool-gray-500:hover { background: #64748b; } .hover\:bg-cool-gray-600:hover { background: #475569; } .hover\:bg-cool-gray-700:hover { background: #364152; } .hover\:bg-cool-gray-800:hover { background: #27303f; } .hover\:bg-cool-gray-900:hover { background: #1a202e; } .hover\:bg-red-50:hover { background: #fdf2f2; } .hover\:bg-red-100:hover { background: #fde8e8; } .hover\:bg-red-200:hover { background: #fbd5d5; } .hover\:bg-red-300:hover { background: #f8b4b4; } .hover\:bg-red-400:hover { background: #f98080; } .hover\:bg-red-500:hover { background: #f05252; } .hover\:bg-red-600:hover { background: #e02424; } .hover\:bg-red-700:hover { background: #c81e1e; } .hover\:bg-red-800:hover { background: #9b1c1c; } .hover\:bg-red-900:hover { background: #771d1d; } .hover\:bg-orange-50:hover { background: #fff8f1; } .hover\:bg-orange-100:hover { background: #feecdc; } .hover\:bg-orange-200:hover { background: #fcd9bd; } .hover\:bg-orange-300:hover { background: #fdba8c; } .hover\:bg-orange-400:hover { background: #ff8a4c; } .hover\:bg-orange-500:hover { background: #ff5a1f; } .hover\:bg-orange-600:hover { background: #d03801; } .hover\:bg-orange-700:hover { background: #b43403; } .hover\:bg-orange-800:hover { background: #8a2c0d; } .hover\:bg-orange-900:hover { background: #771d1d; } .hover\:bg-yellow-50:hover { background: #fdfdea; } .hover\:bg-yellow-100:hover { background: #fdf6b2; } .hover\:bg-yellow-200:hover { background: #fce96a; } .hover\:bg-yellow-300:hover { background: #faca15; } .hover\:bg-yellow-400:hover { background: #e3a008; } .hover\:bg-yellow-500:hover { background: #c27803; } .hover\:bg-yellow-600:hover { background: #9f580a; } .hover\:bg-yellow-700:hover { background: #8e4b10; } .hover\:bg-yellow-800:hover { background: #723b13; } .hover\:bg-yellow-900:hover { background: #633112; } .hover\:bg-green-50:hover { background: #f3faf7; } .hover\:bg-green-100:hover { background: #def7ec; } .hover\:bg-green-200:hover { background: #bcf0da; } .hover\:bg-green-300:hover { background: #84e1bc; } .hover\:bg-green-400:hover { background: #31c48d; } .hover\:bg-green-500:hover { background: #0e9f6e; } .hover\:bg-green-600:hover { background: #057a55; } .hover\:bg-green-700:hover { background: #046c4e; } .hover\:bg-green-800:hover { background: #03543f; } .hover\:bg-green-900:hover { background: #014737; } .hover\:bg-teal-50:hover { background: #edfafa; } .hover\:bg-teal-100:hover { background: #d5f5f6; } .hover\:bg-teal-200:hover { background: #afecef; } .hover\:bg-teal-300:hover { background: #7edce2; } .hover\:bg-teal-400:hover { background: #16bdca; } .hover\:bg-teal-500:hover { background: #0694a2; } .hover\:bg-teal-600:hover { background: #047481; } .hover\:bg-teal-700:hover { background: #036672; } .hover\:bg-teal-800:hover { background: #05505c; } .hover\:bg-teal-900:hover { background: #014451; } .hover\:bg-blue-50:hover { background: #ebf5ff; } .hover\:bg-blue-100:hover { background: #e1effe; } .hover\:bg-blue-200:hover { background: #c3ddfd; } .hover\:bg-blue-300:hover { background: #a4cafe; } .hover\:bg-blue-400:hover { background: #76a9fa; } .hover\:bg-blue-500:hover { background: #3f83f8; } .hover\:bg-blue-600:hover { background: #1c64f2; } .hover\:bg-blue-700:hover { background: #1a56db; } .hover\:bg-blue-800:hover { background: #1e429f; } .hover\:bg-blue-900:hover { background: #233876; } .hover\:bg-indigo-50:hover { background: #f0f5ff; } .hover\:bg-indigo-100:hover { background: #e5edff; } .hover\:bg-indigo-200:hover { background: #cddbfe; } .hover\:bg-indigo-300:hover { background: #b4c6fc; } .hover\:bg-indigo-400:hover { background: #8da2fb; } .hover\:bg-indigo-500:hover { background: #6875f5; } .hover\:bg-indigo-600:hover { background: #5850ec; } .hover\:bg-indigo-700:hover { background: #5145cd; } .hover\:bg-indigo-800:hover { background: #42389d; } .hover\:bg-indigo-900:hover { background: #362f78; } .hover\:bg-purple-50:hover { background: #f6f5ff; } .hover\:bg-purple-100:hover { background: #edebfe; } .hover\:bg-purple-200:hover { background: #dcd7fe; } .hover\:bg-purple-300:hover { background: #cabffd; } .hover\:bg-purple-400:hover { background: #ac94fa; } .hover\:bg-purple-500:hover { background: #9061f9; } .hover\:bg-purple-600:hover { background: #7e3af2; } .hover\:bg-purple-700:hover { background: #6c2bd9; } .hover\:bg-purple-800:hover { background: #5521b5; } .hover\:bg-purple-900:hover { background: #4a1d96; } .hover\:bg-pink-50:hover { background: #fdf2f8; } .hover\:bg-pink-100:hover { background: #fce8f3; } .hover\:bg-pink-200:hover { background: #fad1e8; } .hover\:bg-pink-300:hover { background: #f8b4d9; } .hover\:bg-pink-400:hover { background: #f17eb8; } .hover\:bg-pink-500:hover { background: #e74694; } .hover\:bg-pink-600:hover { background: #d61f69; } .hover\:bg-pink-700:hover { background: #bf125d; } .hover\:bg-pink-800:hover { background: #99154b; } .hover\:bg-pink-900:hover { background: #751a3d; } .focus\:bg-white:focus { background: #ffffff; } .focus\:bg-black:focus { background: #000000; } .focus\:bg-transparent:focus { background: transparent; } .focus\:bg-gray-50:focus { background: #f9fafb; } .focus\:bg-gray-100:focus { background: #f4f5f7; } .focus\:bg-gray-200:focus { background: #e5e7eb; } .focus\:bg-gray-300:focus { background: #d2d6dc; } .focus\:bg-gray-400:focus { background: #9fa6b2; } .focus\:bg-gray-500:focus { background: #6b7280; } .focus\:bg-gray-600:focus { background: #4b5563; } .focus\:bg-gray-700:focus { background: #374151; } .focus\:bg-gray-800:focus { background: #252f3f; } .focus\:bg-gray-900:focus { background: #161e2e; } .focus\:bg-cool-gray-50:focus { background: #fbfdfe; } .focus\:bg-cool-gray-100:focus { background: #f1f5f9; } .focus\:bg-cool-gray-200:focus { background: #e2e8f0; } .focus\:bg-cool-gray-300:focus { background: #cfd8e3; } .focus\:bg-cool-gray-400:focus { background: #97a6ba; } .focus\:bg-cool-gray-500:focus { background: #64748b; } .focus\:bg-cool-gray-600:focus { background: #475569; } .focus\:bg-cool-gray-700:focus { background: #364152; } .focus\:bg-cool-gray-800:focus { background: #27303f; } .focus\:bg-cool-gray-900:focus { background: #1a202e; } .focus\:bg-red-50:focus { background: #fdf2f2; } .focus\:bg-red-100:focus { background: #fde8e8; } .focus\:bg-red-200:focus { background: #fbd5d5; } .focus\:bg-red-300:focus { background: #f8b4b4; } .focus\:bg-red-400:focus { background: #f98080; } .focus\:bg-red-500:focus { background: #f05252; } .focus\:bg-red-600:focus { background: #e02424; } .focus\:bg-red-700:focus { background: #c81e1e; } .focus\:bg-red-800:focus { background: #9b1c1c; } .focus\:bg-red-900:focus { background: #771d1d; } .focus\:bg-orange-50:focus { background: #fff8f1; } .focus\:bg-orange-100:focus { background: #feecdc; } .focus\:bg-orange-200:focus { background: #fcd9bd; } .focus\:bg-orange-300:focus { background: #fdba8c; } .focus\:bg-orange-400:focus { background: #ff8a4c; } .focus\:bg-orange-500:focus { background: #ff5a1f; } .focus\:bg-orange-600:focus { background: #d03801; } .focus\:bg-orange-700:focus { background: #b43403; } .focus\:bg-orange-800:focus { background: #8a2c0d; } .focus\:bg-orange-900:focus { background: #771d1d; } .focus\:bg-yellow-50:focus { background: #fdfdea; } .focus\:bg-yellow-100:focus { background: #fdf6b2; } .focus\:bg-yellow-200:focus { background: #fce96a; } .focus\:bg-yellow-300:focus { background: #faca15; } .focus\:bg-yellow-400:focus { background: #e3a008; } .focus\:bg-yellow-500:focus { background: #c27803; } .focus\:bg-yellow-600:focus { background: #9f580a; } .focus\:bg-yellow-700:focus { background: #8e4b10; } .focus\:bg-yellow-800:focus { background: #723b13; } .focus\:bg-yellow-900:focus { background: #633112; } .focus\:bg-green-50:focus { background: #f3faf7; } .focus\:bg-green-100:focus { background: #def7ec; } .focus\:bg-green-200:focus { background: #bcf0da; } .focus\:bg-green-300:focus { background: #84e1bc; } .focus\:bg-green-400:focus { background: #31c48d; } .focus\:bg-green-500:focus { background: #0e9f6e; } .focus\:bg-green-600:focus { background: #057a55; } .focus\:bg-green-700:focus { background: #046c4e; } .focus\:bg-green-800:focus { background: #03543f; } .focus\:bg-green-900:focus { background: #014737; } .focus\:bg-teal-50:focus { background: #edfafa; } .focus\:bg-teal-100:focus { background: #d5f5f6; } .focus\:bg-teal-200:focus { background: #afecef; } .focus\:bg-teal-300:focus { background: #7edce2; } .focus\:bg-teal-400:focus { background: #16bdca; } .focus\:bg-teal-500:focus { background: #0694a2; } .focus\:bg-teal-600:focus { background: #047481; } .focus\:bg-teal-700:focus { background: #036672; } .focus\:bg-teal-800:focus { background: #05505c; } .focus\:bg-teal-900:focus { background: #014451; } .focus\:bg-blue-50:focus { background: #ebf5ff; } .focus\:bg-blue-100:focus { background: #e1effe; } .focus\:bg-blue-200:focus { background: #c3ddfd; } .focus\:bg-blue-300:focus { background: #a4cafe; } .focus\:bg-blue-400:focus { background: #76a9fa; } .focus\:bg-blue-500:focus { background: #3f83f8; } .focus\:bg-blue-600:focus { background: #1c64f2; } .focus\:bg-blue-700:focus { background: #1a56db; } .focus\:bg-blue-800:focus { background: #1e429f; } .focus\:bg-blue-900:focus { background: #233876; } .focus\:bg-indigo-50:focus { background: #f0f5ff; } .focus\:bg-indigo-100:focus { background: #e5edff; } .focus\:bg-indigo-200:focus { background: #cddbfe; } .focus\:bg-indigo-300:focus { background: #b4c6fc; } .focus\:bg-indigo-400:focus { background: #8da2fb; } .focus\:bg-indigo-500:focus { background: #6875f5; } .focus\:bg-indigo-600:focus { background: #5850ec; } .focus\:bg-indigo-700:focus { background: #5145cd; } .focus\:bg-indigo-800:focus { background: #42389d; } .focus\:bg-indigo-900:focus { background: #362f78; } .focus\:bg-purple-50:focus { background: #f6f5ff; } .focus\:bg-purple-100:focus { background: #edebfe; } .focus\:bg-purple-200:focus { background: #dcd7fe; } .focus\:bg-purple-300:focus { background: #cabffd; } .focus\:bg-purple-400:focus { background: #ac94fa; } .focus\:bg-purple-500:focus { background: #9061f9; } .focus\:bg-purple-600:focus { background: #7e3af2; } .focus\:bg-purple-700:focus { background: #6c2bd9; } .focus\:bg-purple-800:focus { background: #5521b5; } .focus\:bg-purple-900:focus { background: #4a1d96; } .focus\:bg-pink-50:focus { background: #fdf2f8; } .focus\:bg-pink-100:focus { background: #fce8f3; } .focus\:bg-pink-200:focus { background: #fad1e8; } .focus\:bg-pink-300:focus { background: #f8b4d9; } .focus\:bg-pink-400:focus { background: #f17eb8; } .focus\:bg-pink-500:focus { background: #e74694; } .focus\:bg-pink-600:focus { background: #d61f69; } .focus\:bg-pink-700:focus { background: #bf125d; } .focus\:bg-pink-800:focus { background: #99154b; } .focus\:bg-pink-900:focus { background: #751a3d; }
dist/gtk-ui.css
.text-shadow-none { text-shadow: none; } .text-shadow-remove { text-shadow: none; } .text-inherit { font: inherit; } /** Background specific colors */ .bg-none { background: none; } .bg-remove { background: none; } .bg-dark-opacity-10 { background: rgba(0, 0, 0, 0.1); } .bg-dark-opacity-20 { background: rgba(0, 0, 0, 0.2); } /** Border specific colors */ .border-remove { border: none; } .border-dark-opacity-10 { border-color: rgba(0, 0, 0, 0.2); } .border-dark-opacity-20 { border-color: rgba(0, 0, 0, 0.2); } .entry { border-style: none; padding-left: 1rem; padding-right: 1rem; padding-top: 1rem; padding-bottom: 1rem; } .entry-transparent { border-style: none; padding-left: 1rem; padding-right: 1rem; padding-top: 1rem; padding-bottom: 1rem; border: none; background: none; border-radius: 0; } .accounts { padding-left: 1rem; padding-right: 1rem; } /** gtk-ui core styles */ .btn-core { padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: 500; font-size: 18px; border: none; border-radius: 0.375rem; } .btn-core-outline { padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: 500; font-size: 18px; border: none; border-radius: 0.375rem; } /** gtk-ui components */ .btn { padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: 500; font-size: 18px; border: none; border-radius: 0.375rem; } .btn:hover { background: #e5e7eb; color: #000000; } .btn:focus { background: #9fa6b2; color: #000000; box-shadow: none; } .btn-reset { box-shadow: none; border: none; background: none; } /** Round styles */ .btn-rounded-full { border-radius: 9999px; } /** Specific types */ .btn-primary { padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: 500; font-size: 18px; border: none; border-radius: 0.375rem; background: #036672; color: #ffffff; font-size: 18px; } .btn-primary:hover { background: #047481; } .btn-primary:focus { background: #05505c; } .btn-outline { padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: 500; font-size: 18px; border: none; border-radius: 0.375rem; background: #ffffff; border-width: 1px; border-style: solid; border-color: #e5e7eb; color: #4b5563; } .btn-outline:hover { border-width: 1px; border-style: solid; border-color: #9fa6b2; color: #252f3f; box-shadow: none; background: #f4f5f7; } .btn-outline:focus { box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45); } .divider { padding-top: 2rem; padding-bottom: 2rem; } .divider box { border-bottom-width: 1px; border-style: solid; border-color: rgba(0, 0, 0, 0.2); } .dropdown { background: #ffffff; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); border-radius: 0.375rem; border: none; padding-top: 1rem; padding-bottom: 1rem; } .dropdown menuitem { font-size: 18px; padding-left: 1rem; padding-right: 1rem; padding-top: 0.5rem; padding-bottom: 0.5rem; border: none; color: #4b5563; } .dropdown menuitem:hover { background: #f4f5f7; border: none; box-shadow: none; color: #252f3f; text-shadow: none; } .headerbar { background: #ffffff; border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; padding-top: 0.75rem; padding-bottom: 0.75rem; padding-left: 1.25rem; padding-right: 1.25rem; text-shadow: none; box-shadow: none; font-size: 18px; font-weight: 400; border-style: none; border-bottom-width: 1px; border-style: solid; border-color: #9fa6b2; } .nav-stacked { font-size: 20px; } .nav-stacked button { padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: 500; font-size: 18px; border: none; border-radius: 0.375rem; background: none; text-shadow: none; font: inherit; font-weight: 500; border-radius: 0.25rem; padding-left: 1rem; padding-right: 1rem; padding-top: 0.75rem; padding-bottom: 0.75rem; } .nav-stacked button label { font: inherit; padding-left: 1rem; padding-right: 1rem; } .nav-stacked-dark { color: #ffffff; } .nav-stacked-dark button { color: #ffffff; } .nav-stacked-dark button:hover { background: rgba(0, 0, 0, 0.1); } .bg-bottom { background-position: bottom; } .bg-center { background-position: center; } .bg-left { background-position: left; } .bg-left-bottom { background-position: left bottom; } .bg-left-top { background-position: left top; } .bg-right { background-position: right; } .bg-right-bottom { background-position: right bottom; } .bg-right-top { background-position: right top; } .bg-top { background-position: top; } .bg-repeat { background-repeat: repeat; } .bg-no-repeat { background-repeat: no-repeat; } .bg-repeat-x { background-repeat: repeat-x; } .bg-repeat-y { background-repeat: repeat-y; } .bg-repeat-round { background-repeat: round; } .bg-repeat-space { background-repeat: space; } .bg-auto { background-size: auto; } .bg-cover { background-size: cover; } .bg-contain { background-size: contain; } .border-white { border-color: #ffffff; } .border-black { border-color: #000000; } .border-transparent { border-color: transparent; } .border-gray-50 { border-color: #f9fafb; } .border-gray-100 { border-color: #f4f5f7; } .border-gray-200 { border-color: #e5e7eb; } .border-gray-300 { border-color: #d2d6dc; } .border-gray-400 { border-color: #9fa6b2; } .border-gray-500 { border-color: #6b7280; } .border-gray-600 { border-color: #4b5563; } .border-gray-700 { border-color: #374151; } .border-gray-800 { border-color: #252f3f; } .border-gray-900 { border-color: #161e2e; } .border-cool-gray-50 { border-color: #fbfdfe; } .border-cool-gray-100 { border-color: #f1f5f9; } .border-cool-gray-200 { border-color: #e2e8f0; } .border-cool-gray-300 { border-color: #cfd8e3; } .border-cool-gray-400 { border-color: #97a6ba; } .border-cool-gray-500 { border-color: #64748b; } .border-cool-gray-600 { border-color: #475569; } .border-cool-gray-700 { border-color: #364152; } .border-cool-gray-800 { border-color: #27303f; } .border-cool-gray-900 { border-color: #1a202e; } .border-red-50 { border-color: #fdf2f2; } .border-red-100 { border-color: #fde8e8; } .border-red-200 { border-color: #fbd5d5; } .border-red-300 { border-color: #f8b4b4; } .border-red-400 { border-color: #f98080; } .border-red-500 { border-color: #f05252; } .border-red-600 { border-color: #e02424; } .border-red-700 { border-color: #c81e1e; } .border-red-800 { border-color: #9b1c1c; } .border-red-900 { border-color: #771d1d; } .border-orange-50 { border-color: #fff8f1; } .border-orange-100 { border-color: #feecdc; } .border-orange-200 { border-color: #fcd9bd; } .border-orange-300 { border-color: #fdba8c; } .border-orange-400 { border-color: #ff8a4c; } .border-orange-500 { border-color: #ff5a1f; } .border-orange-600 { border-color: #d03801; } .border-orange-700 { border-color: #b43403; } .border-orange-800 { border-color: #8a2c0d; } .border-orange-900 { border-color: #771d1d; } .border-yellow-50 { border-color: #fdfdea; } .border-yellow-100 { border-color: #fdf6b2; } .border-yellow-200 { border-color: #fce96a; } .border-yellow-300 { border-color: #faca15; } .border-yellow-400 { border-color: #e3a008; } .border-yellow-500 { border-color: #c27803; } .border-yellow-600 { border-color: #9f580a; } .border-yellow-700 { border-color: #8e4b10; } .border-yellow-800 { border-color: #723b13; } .border-yellow-900 { border-color: #633112; } .border-green-50 { border-color: #f3faf7; } .border-green-100 { border-color: #def7ec; } .border-green-200 { border-color: #bcf0da; } .border-green-300 { border-color: #84e1bc; } .border-green-400 { border-color: #31c48d; } .border-green-500 { border-color: #0e9f6e; } .border-green-600 { border-color: #057a55; } .border-green-700 { border-color: #046c4e; } .border-green-800 { border-color: #03543f; } .border-green-900 { border-color: #014737; } .border-teal-50 { border-color: #edfafa; } .border-teal-100 { border-color: #d5f5f6; } .border-teal-200 { border-color: #afecef; } .border-teal-300 { border-color: #7edce2; } .border-teal-400 { border-color: #16bdca; } .border-teal-500 { border-color: #0694a2; } .border-teal-600 { border-color: #047481; } .border-teal-700 { border-color: #036672; } .border-teal-800 { border-color: #05505c; } .border-teal-900 { border-color: #014451; } .border-blue-50 { border-color: #ebf5ff; } .border-blue-100 { border-color: #e1effe; } .border-blue-200 { border-color: #c3ddfd; } .border-blue-300 { border-color: #a4cafe; } .border-blue-400 { border-color: #76a9fa; } .border-blue-500 { border-color: #3f83f8; } .border-blue-600 { border-color: #1c64f2; } .border-blue-700 { border-color: #1a56db; } .border-blue-800 { border-color: #1e429f; } .border-blue-900 { border-color: #233876; } .border-indigo-50 { border-color: #f0f5ff; } .border-indigo-100 { border-color: #e5edff; } .border-indigo-200 { border-color: #cddbfe; } .border-indigo-300 { border-color: #b4c6fc; } .border-indigo-400 { border-color: #8da2fb; } .border-indigo-500 { border-color: #6875f5; } .border-indigo-600 { border-color: #5850ec; } .border-indigo-700 { border-color: #5145cd; } .border-indigo-800 { border-color: #42389d; } .border-indigo-900 { border-color: #362f78; } .border-purple-50 { border-color: #f6f5ff; } .border-purple-100 { border-color: #edebfe; } .border-purple-200 { border-color: #dcd7fe; } .border-purple-300 { border-color: #cabffd; } .border-purple-400 { border-color: #ac94fa; } .border-purple-500 { border-color: #9061f9; } .border-purple-600 { border-color: #7e3af2; } .border-purple-700 { border-color: #6c2bd9; } .border-purple-800 { border-color: #5521b5; } .border-purple-900 { border-color: #4a1d96; } .border-pink-50 { border-color: #fdf2f8; } .border-pink-100 { border-color: #fce8f3; } .border-pink-200 { border-color: #fad1e8; } .border-pink-300 { border-color: #f8b4d9; } .border-pink-400 { border-color: #f17eb8; } .border-pink-500 { border-color: #e74694; } .border-pink-600 { border-color: #d61f69; } .border-pink-700 { border-color: #bf125d; } .border-pink-800 { border-color: #99154b; } .border-pink-900 { border-color: #751a3d; } .hover\:border-white:hover { border-color: #ffffff; } .hover\:border-black:hover { border-color: #000000; } .hover\:border-transparent:hover { border-color: transparent; } .hover\:border-gray-50:hover { border-color: #f9fafb; } .hover\:border-gray-100:hover { border-color: #f4f5f7; } .hover\:border-gray-200:hover { border-color: #e5e7eb; } .hover\:border-gray-300:hover { border-color: #d2d6dc; } .hover\:border-gray-400:hover { border-color: #9fa6b2; } .hover\:border-gray-500:hover { border-color: #6b7280; } .hover\:border-gray-600:hover { border-color: #4b5563; } .hover\:border-gray-700:hover { border-color: #374151; } .hover\:border-gray-800:hover { border-color: #252f3f; } .hover\:border-gray-900:hover { border-color: #161e2e; } .hover\:border-cool-gray-50:hover { border-color: #fbfdfe; } .hover\:border-cool-gray-100:hover { border-color: #f1f5f9; } .hover\:border-cool-gray-200:hover { border-color: #e2e8f0; } .hover\:border-cool-gray-300:hover { border-color: #cfd8e3; } .hover\:border-cool-gray-400:hover { border-color: #97a6ba; } .hover\:border-cool-gray-500:hover { border-color: #64748b; } .hover\:border-cool-gray-600:hover { border-color: #475569; } .hover\:border-cool-gray-700:hover { border-color: #364152; } .hover\:border-cool-gray-800:hover { border-color: #27303f; } .hover\:border-cool-gray-900:hover { border-color: #1a202e; } .hover\:border-red-50:hover { border-color: #fdf2f2; } .hover\:border-red-100:hover { border-color: #fde8e8; } .hover\:border-red-200:hover { border-color: #fbd5d5; } .hover\:border-red-300:hover { border-color: #f8b4b4; } .hover\:border-red-400:hover { border-color: #f98080; } .hover\:border-red-500:hover { border-color: #f05252; } .hover\:border-red-600:hover { border-color: #e02424; } .hover\:border-red-700:hover { border-color: #c81e1e; } .hover\:border-red-800:hover { border-color: #9b1c1c; } .hover\:border-red-900:hover { border-color: #771d1d; } .hover\:border-orange-50:hover { border-color: #fff8f1; } .hover\:border-orange-100:hover { border-color: #feecdc; } .hover\:border-orange-200:hover { border-color: #fcd9bd; } .hover\:border-orange-300:hover { border-color: #fdba8c; } .hover\:border-orange-400:hover { border-color: #ff8a4c; } .hover\:border-orange-500:hover { border-color: #ff5a1f; } .hover\:border-orange-600:hover { border-color: #d03801; } .hover\:border-orange-700:hover { border-color: #b43403; } .hover\:border-orange-800:hover { border-color: #8a2c0d; } .hover\:border-orange-900:hover { border-color: #771d1d; } .hover\:border-yellow-50:hover { border-color: #fdfdea; } .hover\:border-yellow-100:hover { border-color: #fdf6b2; } .hover\:border-yellow-200:hover { border-color: #fce96a; } .hover\:border-yellow-300:hover { border-color: #faca15; } .hover\:border-yellow-400:hover { border-color: #e3a008; } .hover\:border-yellow-500:hover { border-color: #c27803; } .hover\:border-yellow-600:hover { border-color: #9f580a; } .hover\:border-yellow-700:hover { border-color: #8e4b10; } .hover\:border-yellow-800:hover { border-color: #723b13; } .hover\:border-yellow-900:hover { border-color: #633112; } .hover\:border-green-50:hover { border-color: #f3faf7; } .hover\:border-green-100:hover { border-color: #def7ec; } .hover\:border-green-200:hover { border-color: #bcf0da; } .hover\:border-green-300:hover { border-color: #84e1bc; } .hover\:border-green-400:hover { border-color: #31c48d; } .hover\:border-green-500:hover { border-color: #0e9f6e; } .hover\:border-green-600:hover { border-color: #057a55; } .hover\:border-green-700:hover { border-color: #046c4e; } .hover\:border-green-800:hover { border-color: #03543f; } .hover\:border-green-900:hover { border-color: #014737; } .hover\:border-teal-50:hover { border-color: #edfafa; } .hover\:border-teal-100:hover { border-color: #d5f5f6; } .hover\:border-teal-200:hover { border-color: #afecef; } .hover\:border-teal-300:hover { border-color: #7edce2; } .hover\:border-teal-400:hover { border-color: #16bdca; } .hover\:border-teal-500:hover { border-color: #0694a2; } .hover\:border-teal-600:hover { border-color: #047481; } .hover\:border-teal-700:hover { border-color: #036672; } .hover\:border-teal-800:hover { border-color: #05505c; } .hover\:border-teal-900:hover { border-color: #014451; } .hover\:border-blue-50:hover { border-color: #ebf5ff; } .hover\:border-blue-100:hover { border-color: #e1effe; } .hover\:border-blue-200:hover { border-color: #c3ddfd; } .hover\:border-blue-300:hover { border-color: #a4cafe; } .hover\:border-blue-400:hover { border-color: #76a9fa; } .hover\:border-blue-500:hover { border-color: #3f83f8; } .hover\:border-blue-600:hover { border-color: #1c64f2; } .hover\:border-blue-700:hover { border-color: #1a56db; } .hover\:border-blue-800:hover { border-color: #1e429f; } .hover\:border-blue-900:hover { border-color: #233876; } .hover\:border-indigo-50:hover { border-color: #f0f5ff; } .hover\:border-indigo-100:hover { border-color: #e5edff; } .hover\:border-indigo-200:hover { border-color: #cddbfe; } .hover\:border-indigo-300:hover { border-color: #b4c6fc; } .hover\:border-indigo-400:hover { border-color: #8da2fb; } .hover\:border-indigo-500:hover { border-color: #6875f5; } .hover\:border-indigo-600:hover { border-color: #5850ec; } .hover\:border-indigo-700:hover { border-color: #5145cd; } .hover\:border-indigo-800:hover { border-color: #42389d; } .hover\:border-indigo-900:hover { border-color: #362f78; } .hover\:border-purple-50:hover { border-color: #f6f5ff; } .hover\:border-purple-100:hover { border-color: #edebfe; } .hover\:border-purple-200:hover { border-color: #dcd7fe; } .hover\:border-purple-300:hover { border-color: #cabffd; } .hover\:border-purple-400:hover { border-color: #ac94fa; } .hover\:border-purple-500:hover { border-color: #9061f9; } .hover\:border-purple-600:hover { border-color: #7e3af2; } .hover\:border-purple-700:hover { border-color: #6c2bd9; } .hover\:border-purple-800:hover { border-color: #5521b5; } .hover\:border-purple-900:hover { border-color: #4a1d96; } .hover\:border-pink-50:hover { border-color: #fdf2f8; } .hover\:border-pink-100:hover { border-color: #fce8f3; } .hover\:border-pink-200:hover { border-color: #fad1e8; } .hover\:border-pink-300:hover { border-color: #f8b4d9; } .hover\:border-pink-400:hover { border-color: #f17eb8; } .hover\:border-pink-500:hover { border-color: #e74694; } .hover\:border-pink-600:hover { border-color: #d61f69; } .hover\:border-pink-700:hover { border-color: #bf125d; } .hover\:border-pink-800:hover { border-color: #99154b; } .hover\:border-pink-900:hover { border-color: #751a3d; } .focus\:border-white:focus { border-color: #ffffff; } .focus\:border-black:focus { border-color: #000000; } .focus\:border-transparent:focus { border-color: transparent; } .focus\:border-gray-50:focus { border-color: #f9fafb; } .focus\:border-gray-100:focus { border-color: #f4f5f7; } .focus\:border-gray-200:focus { border-color: #e5e7eb; } .focus\:border-gray-300:focus { border-color: #d2d6dc; } .focus\:border-gray-400:focus { border-color: #9fa6b2; } .focus\:border-gray-500:focus { border-color: #6b7280; } .focus\:border-gray-600:focus { border-color: #4b5563; } .focus\:border-gray-700:focus { border-color: #374151; } .focus\:border-gray-800:focus { border-color: #252f3f; } .focus\:border-gray-900:focus { border-color: #161e2e; } .focus\:border-cool-gray-50:focus { border-color: #fbfdfe; } .focus\:border-cool-gray-100:focus { border-color: #f1f5f9; } .focus\:border-cool-gray-200:focus { border-color: #e2e8f0; } .focus\:border-cool-gray-300:focus { border-color: #cfd8e3; } .focus\:border-cool-gray-400:focus { border-color: #97a6ba; } .focus\:border-cool-gray-500:focus { border-color: #64748b; } .focus\:border-cool-gray-600:focus { border-color: #475569; } .focus\:border-cool-gray-700:focus { border-color: #364152; } .focus\:border-cool-gray-800:focus { border-color: #27303f; } .focus\:border-cool-gray-900:focus { border-color: #1a202e; } .focus\:border-red-50:focus { border-color: #fdf2f2; } .focus\:border-red-100:focus { border-color: #fde8e8; } .focus\:border-red-200:focus { border-color: #fbd5d5; } .focus\:border-red-300:focus { border-color: #f8b4b4; } .focus\:border-red-400:focus { border-color: #f98080; } .focus\:border-red-500:focus { border-color: #f05252; } .focus\:border-red-600:focus { border-color: #e02424; } .focus\:border-red-700:focus { border-color: #c81e1e; } .focus\:border-red-800:focus { border-color: #9b1c1c; } .focus\:border-red-900:focus { border-color: #771d1d; } .focus\:border-orange-50:focus { border-color: #fff8f1; } .focus\:border-orange-100:focus { border-color: #feecdc; } .focus\:border-orange-200:focus { border-color: #fcd9bd; } .focus\:border-orange-300:focus { border-color: #fdba8c; } .focus\:border-orange-400:focus { border-color: #ff8a4c; } .focus\:border-orange-500:focus { border-color: #ff5a1f; } .focus\:border-orange-600:focus { border-color: #d03801; } .focus\:border-orange-700:focus { border-color: #b43403; } .focus\:border-orange-800:focus { border-color: #8a2c0d; } .focus\:border-orange-900:focus { border-color: #771d1d; } .focus\:border-yellow-50:focus { border-color: #fdfdea; } .focus\:border-yellow-100:focus { border-color: #fdf6b2; } .focus\:border-yellow-200:focus { border-color: #fce96a; } .focus\:border-yellow-300:focus { border-color: #faca15; } .focus\:border-yellow-400:focus { border-color: #e3a008; } .focus\:border-yellow-500:focus { border-color: #c27803; } .focus\:border-yellow-600:focus { border-color: #9f580a; } .focus\:border-yellow-700:focus { border-color: #8e4b10; } .focus\:border-yellow-800:focus { border-color: #723b13; } .focus\:border-yellow-900:focus { border-color: #633112; } .focus\:border-green-50:focus { border-color: #f3faf7; } .focus\:border-green-100:focus { border-color: #def7ec; } .focus\:border-green-200:focus { border-color: #bcf0da; } .focus\:border-green-300:focus { border-color: #84e1bc; } .focus\:border-green-400:focus { border-color: #31c48d; } .focus\:border-green-500:focus { border-color: #0e9f6e; } .focus\:border-green-600:focus { border-color: #057a55; } .focus\:border-green-700:focus { border-color: #046c4e; } .focus\:border-green-800:focus { border-color: #03543f; } .focus\:border-green-900:focus { border-color: #014737; } .focus\:border-teal-50:focus { border-color: #edfafa; } .focus\:border-teal-100:focus { border-color: #d5f5f6; } .focus\:border-teal-200:focus { border-color: #afecef; } .focus\:border-teal-300:focus { border-color: #7edce2; } .focus\:border-teal-400:focus { border-color: #16bdca; } .focus\:border-teal-500:focus { border-color: #0694a2; } .focus\:border-teal-600:focus { border-color: #047481; } .focus\:border-teal-700:focus { border-color: #036672; } .focus\:border-teal-800:focus { border-color: #05505c; } .focus\:border-teal-900:focus { border-color: #014451; } .focus\:border-blue-50:focus { border-color: #ebf5ff; } .focus\:border-blue-100:focus { border-color: #e1effe; } .focus\:border-blue-200:focus { border-color: #c3ddfd; } .focus\:border-blue-300:focus { border-color: #a4cafe; } .focus\:border-blue-400:focus { border-color: #76a9fa; } .focus\:border-blue-500:focus { border-color: #3f83f8; } .focus\:border-blue-600:focus { border-color: #1c64f2; } .focus\:border-blue-700:focus { border-color: #1a56db; } .focus\:border-blue-800:focus { border-color: #1e429f; } .focus\:border-blue-900:focus { border-color: #233876; } .focus\:border-indigo-50:focus { border-color: #f0f5ff; } .focus\:border-indigo-100:focus { border-color: #e5edff; } .focus\:border-indigo-200:focus { border-color: #cddbfe; } .focus\:border-indigo-300:focus { border-color: #b4c6fc; } .focus\:border-indigo-400:focus { border-color: #8da2fb; } .focus\:border-indigo-500:focus { border-color: #6875f5; } .focus\:border-indigo-600:focus { border-color: #5850ec; } .focus\:border-indigo-700:focus { border-color: #5145cd; } .focus\:border-indigo-800:focus { border-color: #42389d; } .focus\:border-indigo-900:focus { border-color: #362f78; } .focus\:border-purple-50:focus { border-color: #f6f5ff; } .focus\:border-purple-100:focus { border-color: #edebfe; } .focus\:border-purple-200:focus { border-color: #dcd7fe; } .focus\:border-purple-300:focus { border-color: #cabffd; } .focus\:border-purple-400:focus { border-color: #ac94fa; } .focus\:border-purple-500:focus { border-color: #9061f9; } .focus\:border-purple-600:focus { border-color: #7e3af2; } .focus\:border-purple-700:focus { border-color: #6c2bd9; } .focus\:border-purple-800:focus { border-color: #5521b5; } .focus\:border-purple-900:focus { border-color: #4a1d96; } .focus\:border-pink-50:focus { border-color: #fdf2f8; } .focus\:border-pink-100:focus { border-color: #fce8f3; } .focus\:border-pink-200:focus { border-color: #fad1e8; } .focus\:border-pink-300:focus { border-color: #f8b4d9; } .focus\:border-pink-400:focus { border-color: #f17eb8; } .focus\:border-pink-500:focus { border-color: #e74694; } .focus\:border-pink-600:focus { border-color: #d61f69; } .focus\:border-pink-700:focus { border-color: #bf125d; } .focus\:border-pink-800:focus { border-color: #99154b; } .focus\:border-pink-900:focus { border-color: #751a3d; } .rounded-none { border-radius: 0; } .rounded-sm { border-radius: 0.125rem; } .rounded { border-radius: 0.25rem; } .rounded-md { border-radius: 0.375rem; } .rounded-lg { border-radius: 0.5rem; } .rounded-full { border-radius: 9999px; } .rounded-t-none { border-top-left-radius: 0; border-top-right-radius: 0; } .rounded-r-none { border-top-right-radius: 0; border-bottom-right-radius: 0; } .rounded-b-none { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .rounded-l-none { border-top-left-radius: 0; border-bottom-left-radius: 0; } .rounded-t-sm { border-top-left-radius: 0.125rem; border-top-right-radius: 0.125rem; } .rounded-r-sm { border-top-right-radius: 0.125rem; border-bottom-right-radius: 0.125rem; } .rounded-b-sm { border-bottom-right-radius: 0.125rem; border-bottom-left-radius: 0.125rem; } .rounded-l-sm { border-top-left-radius: 0.125rem; border-bottom-left-radius: 0.125rem; } .rounded-t { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .rounded-r { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .rounded-b { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .rounded-l { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .rounded-t-md { border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; } .rounded-r-md { border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; } .rounded-b-md { border-bottom-right-radius: 0.375rem; border-bottom-left-radius: 0.375rem; } .rounded-l-md { border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; } .rounded-t-lg { border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; } .rounded-r-lg { border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem; } .rounded-b-lg { border-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem; } .rounded-l-lg { border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem; } .rounded-t-full { border-top-left-radius: 9999px; border-top-right-radius: 9999px; } .rounded-r-full { border-top-right-radius: 9999px; border-bottom-right-radius: 9999px; } .rounded-b-full { border-bottom-right-radius: 9999px; border-bottom-left-radius: 9999px; } .rounded-l-full { border-top-left-radius: 9999px; border-bottom-left-radius: 9999px; } .rounded-tl-none { border-top-left-radius: 0; } .rounded-tr-none { border-top-right-radius: 0; } .rounded-br-none { border-bottom-right-radius: 0; } .rounded-bl-none { border-bottom-left-radius: 0; } .rounded-tl-sm { border-top-left-radius: 0.125rem; } .rounded-tr-sm { border-top-right-radius: 0.125rem; } .rounded-br-sm { border-bottom-right-radius: 0.125rem; } .rounded-bl-sm { border-bottom-left-radius: 0.125rem; } .rounded-tl { border-top-left-radius: 0.25rem; } .rounded-tr { border-top-right-radius: 0.25rem; } .rounded-br { border-bottom-right-radius: 0.25rem; } .rounded-bl { border-bottom-left-radius: 0.25rem; } .rounded-tl-md { border-top-left-radius: 0.375rem; } .rounded-tr-md { border-top-right-radius: 0.375rem; } .rounded-br-md { border-bottom-right-radius: 0.375rem; } .rounded-bl-md { border-bottom-left-radius: 0.375rem; } .rounded-tl-lg { border-top-left-radius: 0.5rem; } .rounded-tr-lg { border-top-right-radius: 0.5rem; } .rounded-br-lg { border-bottom-right-radius: 0.5rem; } .rounded-bl-lg { border-bottom-left-radius: 0.5rem; } .rounded-tl-full { border-top-left-radius: 9999px; } .rounded-tr-full { border-top-right-radius: 9999px; } .rounded-br-full { border-bottom-right-radius: 9999px; } .rounded-bl-full { border-bottom-left-radius: 9999px; } .border-solid { border-style: solid; } .border-dashed { border-style: dashed; } .border-dotted { border-style: dotted; } .border-double { border-style: double; } .border-none { border-style: none; } .border-0 { border-width: 0; } .border-2 { border-width: 2px; } .border-4 { border-width: 4px; } .border-8 { border-width: 8px; } .border { border-width: 1px; } .border-t-0 { border-top-width: 0; } .border-r-0 { border-right-width: 0; } .border-b-0 { border-bottom-width: 0; } .border-l-0 { border-left-width: 0; } .border-t-2 { border-top-width: 2px; } .border-r-2 { border-right-width: 2px; } .border-b-2 { border-bottom-width: 2px; } .border-l-2 { border-left-width: 2px; } .border-t-4 { border-top-width: 4px; } .border-r-4 { border-right-width: 4px; } .border-b-4 { border-bottom-width: 4px; } .border-l-4 { border-left-width: 4px; } .border-t-8 { border-top-width: 8px; } .border-r-8 { border-right-width: 8px; } .border-b-8 { border-bottom-width: 8px; } .border-l-8 { border-left-width: 8px; } .border-t { border-top-width: 1px; } .border-r { border-right-width: 1px; } .border-b { border-bottom-width: 1px; } .border-l { border-left-width: 1px; } .font-sans { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } .font-serif { font-family: Georgia, Cambria, "Times New Roman", Times, serif; } .font-mono { font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } .font-hairline { font-weight: 100; } .font-thin { font-weight: 200; } .font-light { font-weight: 300; } .font-normal { font-weight: 400; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .font-extrabold { font-weight: 800; } .font-black { font-weight: 900; } .hover\:font-hairline:hover { font-weight: 100; } .hover\:font-thin:hover { font-weight: 200; } .hover\:font-light:hover { font-weight: 300; } .hover\:font-normal:hover { font-weight: 400; } .hover\:font-medium:hover { font-weight: 500; } .hover\:font-semibold:hover { font-weight: 600; } .hover\:font-bold:hover { font-weight: 700; } .hover\:font-extrabold:hover { font-weight: 800; } .hover\:font-black:hover { font-weight: 900; } .focus\:font-hairline:focus { font-weight: 100; } .focus\:font-thin:focus { font-weight: 200; } .focus\:font-light:focus { font-weight: 300; } .focus\:font-normal:focus { font-weight: 400; } .focus\:font-medium:focus { font-weight: 500; } .focus\:font-semibold:focus { font-weight: 600; } .focus\:font-bold:focus { font-weight: 700; } .focus\:font-extrabold:focus { font-weight: 800; } .focus\:font-black:focus { font-weight: 900; } .text-xs { font-size: 14px; } .text-sm { font-size: 16px; } .text-base { font-size: 18px; } .text-lg { font-size: 20px; } .text-xl { font-size: 22px; } .text-2xl { font-size: 24px; } .text-3xl { font-size: 26px; } .text-4xl { font-size: 28px; } .text-5xl { font-size: 30px; } .text-6xl { font-size: 32px; } .text-7xl { font-size: 34px; } .p-0 { padding: 0; } .p-1 { padding: 0.25rem; } .p-2 { padding: 0.5rem; } .p-3 { padding: 0.75rem; } .p-4 { padding: 1rem; } .p-5 { padding: 1.25rem; } .p-6 { padding: 1.5rem; } .p-8 { padding: 2rem; } .p-10 { padding: 2.5rem; } .p-12 { padding: 3rem; } .p-16 { padding: 4rem; } .p-20 { padding: 5rem; } .p-24 { padding: 6rem; } .p-32 { padding: 8rem; } .p-40 { padding: 10rem; } .p-48 { padding: 12rem; } .p-56 { padding: 14rem; } .p-64 { padding: 16rem; } .p-px { padding: 1px; } .py-0 { padding-top: 0; padding-bottom: 0; } .px-0 { padding-left: 0; padding-right: 0; } .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; } .px-1 { padding-left: 0.25rem; padding-right: 0.25rem; } .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } .py-4 { padding-top: 1rem; padding-bottom: 1rem; } .px-4 { padding-left: 1rem; padding-right: 1rem; } .py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .py-8 { padding-top: 2rem; padding-bottom: 2rem; } .px-8 { padding-left: 2rem; padding-right: 2rem; } .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .px-10 { padding-left: 2.5rem; padding-right: 2.5rem; } .py-12 { padding-top: 3rem; padding-bottom: 3rem; } .px-12 { padding-left: 3rem; padding-right: 3rem; } .py-16 { padding-top: 4rem; padding-bottom: 4rem; } .px-16 { padding-left: 4rem; padding-right: 4rem; } .py-20 { padding-top: 5rem; padding-bottom: 5rem; } .px-20 { padding-left: 5rem; padding-right: 5rem; } .py-24 { padding-top: 6rem; padding-bottom: 6rem; } .px-24 { padding-left: 6rem; padding-right: 6rem; } .py-32 { padding-top: 8rem; padding-bottom: 8rem; } .px-32 { padding-left: 8rem; padding-right: 8rem; } .py-40 { padding-top: 10rem; padding-bottom: 10rem; } .px-40 { padding-left: 10rem; padding-right: 10rem; } .py-48 { padding-top: 12rem; padding-bottom: 12rem; } .px-48 { padding-left: 12rem; padding-right: 12rem; } .py-56 { padding-top: 14rem; padding-bottom: 14rem; } .px-56 { padding-left: 14rem; padding-right: 14rem; } .py-64 { padding-top: 16rem; padding-bottom: 16rem; } .px-64 { padding-left: 16rem; padding-right: 16rem; } .py-px { padding-top: 1px; padding-bottom: 1px; } .px-px { padding-left: 1px; padding-right: 1px; } .pt-0 { padding-top: 0; } .pr-0 { padding-right: 0; } .pb-0 { padding-bottom: 0; } .pl-0 { padding-left: 0; } .pt-1 { padding-top: 0.25rem; } .pr-1 { padding-right: 0.25rem; } .pb-1 { padding-bottom: 0.25rem; } .pl-1 { padding-left: 0.25rem; } .pt-2 { padding-top: 0.5rem; } .pr-2 { padding-right: 0.5rem; } .pb-2 { padding-bottom: 0.5rem; } .pl-2 { padding-left: 0.5rem; } .pt-3 { padding-top: 0.75rem; } .pr-3 { padding-right: 0.75rem; } .pb-3 { padding-bottom: 0.75rem; } .pl-3 { padding-left: 0.75rem; } .pt-4 { padding-top: 1rem; } .pr-4 { padding-right: 1rem; } .pb-4 { padding-bottom: 1rem; } .pl-4 { padding-left: 1rem; } .pt-5 { padding-top: 1.25rem; } .pr-5 { padding-right: 1.25rem; } .pb-5 { padding-bottom: 1.25rem; } .pl-5 { padding-left: 1.25rem; } .pt-6 { padding-top: 1.5rem; } .pr-6 { padding-right: 1.5rem; } .pb-6 { padding-bottom: 1.5rem; } .pl-6 { padding-left: 1.5rem; } .pt-8 { padding-top: 2rem; } .pr-8 { padding-right: 2rem; } .pb-8 { padding-bottom: 2rem; } .pl-8 { padding-left: 2rem; } .pt-10 { padding-top: 2.5rem; } .pr-10 { padding-right: 2.5rem; } .pb-10 { padding-bottom: 2.5rem; } .pl-10 { padding-left: 2.5rem; } .pt-12 { padding-top: 3rem; } .pr-12 { padding-right: 3rem; } .pb-12 { padding-bottom: 3rem; } .pl-12 { padding-left: 3rem; } .pt-16 { padding-top: 4rem; } .pr-16 { padding-right: 4rem; } .pb-16 { padding-bottom: 4rem; } .pl-16 { padding-left: 4rem; } .pt-20 { padding-top: 5rem; } .pr-20 { padding-right: 5rem; } .pb-20 { padding-bottom: 5rem; } .pl-20 { padding-left: 5rem; } .pt-24 { padding-top: 6rem; } .pr-24 { padding-right: 6rem; } .pb-24 { padding-bottom: 6rem; } .pl-24 { padding-left: 6rem; } .pt-32 { padding-top: 8rem; } .pr-32 { padding-right: 8rem; } .pb-32 { padding-bottom: 8rem; } .pl-32 { padding-left: 8rem; } .pt-40 { padding-top: 10rem; } .pr-40 { padding-right: 10rem; } .pb-40 { padding-bottom: 10rem; } .pl-40 { padding-left: 10rem; } .pt-48 { padding-top: 12rem; } .pr-48 { padding-right: 12rem; } .pb-48 { padding-bottom: 12rem; } .pl-48 { padding-left: 12rem; } .pt-56 { padding-top: 14rem; } .pr-56 { padding-right: 14rem; } .pb-56 { padding-bottom: 14rem; } .pl-56 { padding-left: 14rem; } .pt-64 { padding-top: 16rem; } .pr-64 { padding-right: 16rem; } .pb-64 { padding-bottom: 16rem; } .pl-64 { padding-left: 16rem; } .pt-px { padding-top: 1px; } .pr-px { padding-right: 1px; } .pb-px { padding-bottom: 1px; } .pl-px { padding-left: 1px; } .shadow-xs { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); } .shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); } .shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); } .shadow-md { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } .shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } .shadow-inner { box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); } .shadow-outline { box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45); } .shadow-none { box-shadow: none; } .shadow-solid { box-shadow: 0 0 0 2px currentColor; } .shadow-outline-gray { box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45); } .shadow-outline-blue { box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45); } .shadow-outline-teal { box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45); } .shadow-outline-green { box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45); } .shadow-outline-yellow { box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45); } .shadow-outline-orange { box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45); } .shadow-outline-red { box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45); } .shadow-outline-pink { box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45); } .shadow-outline-purple { box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45); } .shadow-outline-indigo { box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45); } .hover\:shadow-xs:hover { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); } .hover\:shadow-sm:hover { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); } .hover\:shadow:hover { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); } .hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } .hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } .hover\:shadow-inner:hover { box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); } .hover\:shadow-outline:hover { box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45); } .hover\:shadow-none:hover { box-shadow: none; } .hover\:shadow-solid:hover { box-shadow: 0 0 0 2px currentColor; } .hover\:shadow-outline-gray:hover { box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45); } .hover\:shadow-outline-blue:hover { box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45); } .hover\:shadow-outline-teal:hover { box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45); } .hover\:shadow-outline-green:hover { box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45); } .hover\:shadow-outline-yellow:hover { box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45); } .hover\:shadow-outline-orange:hover { box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45); } .hover\:shadow-outline-red:hover { box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45); } .hover\:shadow-outline-pink:hover { box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45); } .hover\:shadow-outline-purple:hover { box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45); } .hover\:shadow-outline-indigo:hover { box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45); } .focus\:shadow-xs:focus { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); } .focus\:shadow-sm:focus { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); } .focus\:shadow:focus { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); } .focus\:shadow-md:focus { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .focus\:shadow-lg:focus { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } .focus\:shadow-xl:focus { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .focus\:shadow-2xl:focus { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } .focus\:shadow-inner:focus { box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); } .focus\:shadow-outline:focus { box-shadow: 0 0 0 3px rgba(118, 169, 250, 0.45); } .focus\:shadow-none:focus { box-shadow: none; } .focus\:shadow-solid:focus { box-shadow: 0 0 0 2px currentColor; } .focus\:shadow-outline-gray:focus { box-shadow: 0 0 0 3px rgba(159, 166, 178, 0.45); } .focus\:shadow-outline-blue:focus { box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45); } .focus\:shadow-outline-teal:focus { box-shadow: 0 0 0 3px rgba(126, 220, 226, 0.45); } .focus\:shadow-outline-green:focus { box-shadow: 0 0 0 3px rgba(132, 225, 188, 0.45); } .focus\:shadow-outline-yellow:focus { box-shadow: 0 0 0 3px rgba(250, 202, 21, 0.45); } .focus\:shadow-outline-orange:focus { box-shadow: 0 0 0 3px rgba(253, 186, 140, 0.45); } .focus\:shadow-outline-red:focus { box-shadow: 0 0 0 3px rgba(248, 180, 180, 0.45); } .focus\:shadow-outline-pink:focus { box-shadow: 0 0 0 3px rgba(248, 180, 217, 0.45); } .focus\:shadow-outline-purple:focus { box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45); } .focus\:shadow-outline-indigo:focus { box-shadow: 0 0 0 3px rgba(180, 198, 252, 0.45); } .text-white { color: #ffffff; } .text-black { color: #000000; } .text-transparent { color: transparent; } .text-gray-50 { color: #f9fafb; } .text-gray-100 { color: #f4f5f7; } .text-gray-200 { color: #e5e7eb; } .text-gray-300 { color: #d2d6dc; } .text-gray-400 { color: #9fa6b2; } .text-gray-500 { color: #6b7280; } .text-gray-600 { color: #4b5563; } .text-gray-700 { color: #374151; } .text-gray-800 { color: #252f3f; } .text-gray-900 { color: #161e2e; } .text-cool-gray-50 { color: #fbfdfe; } .text-cool-gray-100 { color: #f1f5f9; } .text-cool-gray-200 { color: #e2e8f0; } .text-cool-gray-300 { color: #cfd8e3; } .text-cool-gray-400 { color: #97a6ba; } .text-cool-gray-500 { color: #64748b; } .text-cool-gray-600 { color: #475569; } .text-cool-gray-700 { color: #364152; } .text-cool-gray-800 { color: #27303f; } .text-cool-gray-900 { color: #1a202e; } .text-red-50 { color: #fdf2f2; } .text-red-100 { color: #fde8e8; } .text-red-200 { color: #fbd5d5; } .text-red-300 { color: #f8b4b4; } .text-red-400 { color: #f98080; } .text-red-500 { color: #f05252; } .text-red-600 { color: #e02424; } .text-red-700 { color: #c81e1e; } .text-red-800 { color: #9b1c1c; } .text-red-900 { color: #771d1d; } .text-orange-50 { color: #fff8f1; } .text-orange-100 { color: #feecdc; } .text-orange-200 { color: #fcd9bd; } .text-orange-300 { color: #fdba8c; } .text-orange-400 { color: #ff8a4c; } .text-orange-500 { color: #ff5a1f; } .text-orange-600 { color: #d03801; } .text-orange-700 { color: #b43403; } .text-orange-800 { color: #8a2c0d; } .text-orange-900 { color: #771d1d; } .text-yellow-50 { color: #fdfdea; } .text-yellow-100 { color: #fdf6b2; } .text-yellow-200 { color: #fce96a; } .text-yellow-300 { color: #faca15; } .text-yellow-400 { color: #e3a008; } .text-yellow-500 { color: #c27803; } .text-yellow-600 { color: #9f580a; } .text-yellow-700 { color: #8e4b10; } .text-yellow-800 { color: #723b13; } .text-yellow-900 { color: #633112; } .text-green-50 { color: #f3faf7; } .text-green-100 { color: #def7ec; } .text-green-200 { color: #bcf0da; } .text-green-300 { color: #84e1bc; } .text-green-400 { color: #31c48d; } .text-green-500 { color: #0e9f6e; } .text-green-600 { color: #057a55; } .text-green-700 { color: #046c4e; } .text-green-800 { color: #03543f; } .text-green-900 { color: #014737; } .text-teal-50 { color: #edfafa; } .text-teal-100 { color: #d5f5f6; } .text-teal-200 { color: #afecef; } .text-teal-300 { color: #7edce2; } .text-teal-400 { color: #16bdca; } .text-teal-500 { color: #0694a2; } .text-teal-600 { color: #047481; } .text-teal-700 { color: #036672; } .text-teal-800 { color: #05505c; } .text-teal-900 { color: #014451; } .text-blue-50 { color: #ebf5ff; } .text-blue-100 { color: #e1effe; } .text-blue-200 { color: #c3ddfd; } .text-blue-300 { color: #a4cafe; } .text-blue-400 { color: #76a9fa; } .text-blue-500 { color: #3f83f8; } .text-blue-600 { color: #1c64f2; } .text-blue-700 { color: #1a56db; } .text-blue-800 { color: #1e429f; } .text-blue-900 { color: #233876; } .text-indigo-50 { color: #f0f5ff; } .text-indigo-100 { color: #e5edff; } .text-indigo-200 { color: #cddbfe; } .text-indigo-300 { color: #b4c6fc; } .text-indigo-400 { color: #8da2fb; } .text-indigo-500 { color: #6875f5; } .text-indigo-600 { color: #5850ec; } .text-indigo-700 { color: #5145cd; } .text-indigo-800 { color: #42389d; } .text-indigo-900 { color: #362f78; } .text-purple-50 { color: #f6f5ff; } .text-purple-100 { color: #edebfe; } .text-purple-200 { color: #dcd7fe; } .text-purple-300 { color: #cabffd; } .text-purple-400 { color: #ac94fa; } .text-purple-500 { color: #9061f9; } .text-purple-600 { color: #7e3af2; } .text-purple-700 { color: #6c2bd9; } .text-purple-800 { color: #5521b5; } .text-purple-900 { color: #4a1d96; } .text-pink-50 { color: #fdf2f8; } .text-pink-100 { color: #fce8f3; } .text-pink-200 { color: #fad1e8; } .text-pink-300 { color: #f8b4d9; } .text-pink-400 { color: #f17eb8; } .text-pink-500 { color: #e74694; } .text-pink-600 { color: #d61f69; } .text-pink-700 { color: #bf125d; } .text-pink-800 { color: #99154b; } .text-pink-900 { color: #751a3d; } .hover\:text-white:hover { color: #ffffff; } .hover\:text-black:hover { color: #000000; } .hover\:text-transparent:hover { color: transparent; } .hover\:text-gray-50:hover { color: #f9fafb; } .hover\:text-gray-100:hover { color: #f4f5f7; } .hover\:text-gray-200:hover { color: #e5e7eb; } .hover\:text-gray-300:hover { color: #d2d6dc; } .hover\:text-gray-400:hover { color: #9fa6b2; } .hover\:text-gray-500:hover { color: #6b7280; } .hover\:text-gray-600:hover { color: #4b5563; } .hover\:text-gray-700:hover { color: #374151; } .hover\:text-gray-800:hover { color: #252f3f; } .hover\:text-gray-900:hover { color: #161e2e; } .hover\:text-cool-gray-50:hover { color: #fbfdfe; } .hover\:text-cool-gray-100:hover { color: #f1f5f9; } .hover\:text-cool-gray-200:hover { color: #e2e8f0; } .hover\:text-cool-gray-300:hover { color: #cfd8e3; } .hover\:text-cool-gray-400:hover { color: #97a6ba; } .hover\:text-cool-gray-500:hover { color: #64748b; } .hover\:text-cool-gray-600:hover { color: #475569; } .hover\:text-cool-gray-700:hover { color: #364152; } .hover\:text-cool-gray-800:hover { color: #27303f; } .hover\:text-cool-gray-900:hover { color: #1a202e; } .hover\:text-red-50:hover { color: #fdf2f2; } .hover\:text-red-100:hover { color: #fde8e8; } .hover\:text-red-200:hover { color: #fbd5d5; } .hover\:text-red-300:hover { color: #f8b4b4; } .hover\:text-red-400:hover { color: #f98080; } .hover\:text-red-500:hover { color: #f05252; } .hover\:text-red-600:hover { color: #e02424; } .hover\:text-red-700:hover { color: #c81e1e; } .hover\:text-red-800:hover { color: #9b1c1c; } .hover\:text-red-900:hover { color: #771d1d; } .hover\:text-orange-50:hover { color: #fff8f1; } .hover\:text-orange-100:hover { color: #feecdc; } .hover\:text-orange-200:hover { color: #fcd9bd; } .hover\:text-orange-300:hover { color: #fdba8c; } .hover\:text-orange-400:hover { color: #ff8a4c; } .hover\:text-orange-500:hover { color: #ff5a1f; } .hover\:text-orange-600:hover { color: #d03801; } .hover\:text-orange-700:hover { color: #b43403; } .hover\:text-orange-800:hover { color: #8a2c0d; } .hover\:text-orange-900:hover { color: #771d1d; } .hover\:text-yellow-50:hover { color: #fdfdea; } .hover\:text-yellow-100:hover { color: #fdf6b2; } .hover\:text-yellow-200:hover { color: #fce96a; } .hover\:text-yellow-300:hover { color: #faca15; } .hover\:text-yellow-400:hover { color: #e3a008; } .hover\:text-yellow-500:hover { color: #c27803; } .hover\:text-yellow-600:hover { color: #9f580a; } .hover\:text-yellow-700:hover { color: #8e4b10; } .hover\:text-yellow-800:hover { color: #723b13; } .hover\:text-yellow-900:hover { color: #633112; } .hover\:text-green-50:hover { color: #f3faf7; } .hover\:text-green-100:hover { color: #def7ec; } .hover\:text-green-200:hover { color: #bcf0da; } .hover\:text-green-300:hover { color: #84e1bc; } .hover\:text-green-400:hover { color: #31c48d; } .hover\:text-green-500:hover { color: #0e9f6e; } .hover\:text-green-600:hover { color: #057a55; } .hover\:text-green-700:hover { color: #046c4e; } .hover\:text-green-800:hover { color: #03543f; } .hover\:text-green-900:hover { color: #014737; } .hover\:text-teal-50:hover { color: #edfafa; } .hover\:text-teal-100:hover { color: #d5f5f6; } .hover\:text-teal-200:hover { color: #afecef; } .hover\:text-teal-300:hover { color: #7edce2; } .hover\:text-teal-400:hover { color: #16bdca; } .hover\:text-teal-500:hover { color: #0694a2; } .hover\:text-teal-600:hover { color: #047481; } .hover\:text-teal-700:hover { color: #036672; } .hover\:text-teal-800:hover { color: #05505c; } .hover\:text-teal-900:hover { color: #014451; } .hover\:text-blue-50:hover { color: #ebf5ff; } .hover\:text-blue-100:hover { color: #e1effe; } .hover\:text-blue-200:hover { color: #c3ddfd; } .hover\:text-blue-300:hover { color: #a4cafe; } .hover\:text-blue-400:hover { color: #76a9fa; } .hover\:text-blue-500:hover { color: #3f83f8; } .hover\:text-blue-600:hover { color: #1c64f2; } .hover\:text-blue-700:hover { color: #1a56db; } .hover\:text-blue-800:hover { color: #1e429f; } .hover\:text-blue-900:hover { color: #233876; } .hover\:text-indigo-50:hover { color: #f0f5ff; } .hover\:text-indigo-100:hover { color: #e5edff; } .hover\:text-indigo-200:hover { color: #cddbfe; } .hover\:text-indigo-300:hover { color: #b4c6fc; } .hover\:text-indigo-400:hover { color: #8da2fb; } .hover\:text-indigo-500:hover { color: #6875f5; } .hover\:text-indigo-600:hover { color: #5850ec; } .hover\:text-indigo-700:hover { color: #5145cd; } .hover\:text-indigo-800:hover { color: #42389d; } .hover\:text-indigo-900:hover { color: #362f78; } .hover\:text-purple-50:hover { color: #f6f5ff; } .hover\:text-purple-100:hover { color: #edebfe; } .hover\:text-purple-200:hover { color: #dcd7fe; } .hover\:text-purple-300:hover { color: #cabffd; } .hover\:text-purple-400:hover { color: #ac94fa; } .hover\:text-purple-500:hover { color: #9061f9; } .hover\:text-purple-600:hover { color: #7e3af2; } .hover\:text-purple-700:hover { color: #6c2bd9; } .hover\:text-purple-800:hover { color: #5521b5; } .hover\:text-purple-900:hover { color: #4a1d96; } .hover\:text-pink-50:hover { color: #fdf2f8; } .hover\:text-pink-100:hover { color: #fce8f3; } .hover\:text-pink-200:hover { color: #fad1e8; } .hover\:text-pink-300:hover { color: #f8b4d9; } .hover\:text-pink-400:hover { color: #f17eb8; } .hover\:text-pink-500:hover { color: #e74694; } .hover\:text-pink-600:hover { color: #d61f69; } .hover\:text-pink-700:hover { color: #bf125d; } .hover\:text-pink-800:hover { color: #99154b; } .hover\:text-pink-900:hover { color: #751a3d; } .focus\:text-white:focus { color: #ffffff; } .focus\:text-black:focus { color: #000000; } .focus\:text-transparent:focus { color: transparent; } .focus\:text-gray-50:focus { color: #f9fafb; } .focus\:text-gray-100:focus { color: #f4f5f7; } .focus\:text-gray-200:focus { color: #e5e7eb; } .focus\:text-gray-300:focus { color: #d2d6dc; } .focus\:text-gray-400:focus { color: #9fa6b2; } .focus\:text-gray-500:focus { color: #6b7280; } .focus\:text-gray-600:focus { color: #4b5563; } .focus\:text-gray-700:focus { color: #374151; } .focus\:text-gray-800:focus { color: #252f3f; } .focus\:text-gray-900:focus { color: #161e2e; } .focus\:text-cool-gray-50:focus { color: #fbfdfe; } .focus\:text-cool-gray-100:focus { color: #f1f5f9; } .focus\:text-cool-gray-200:focus { color: #e2e8f0; } .focus\:text-cool-gray-300:focus { color: #cfd8e3; } .focus\:text-cool-gray-400:focus { color: #97a6ba; } .focus\:text-cool-gray-500:focus { color: #64748b; } .focus\:text-cool-gray-600:focus { color: #475569; } .focus\:text-cool-gray-700:focus { color: #364152; } .focus\:text-cool-gray-800:focus { color: #27303f; } .focus\:text-cool-gray-900:focus { color: #1a202e; } .focus\:text-red-50:focus { color: #fdf2f2; } .focus\:text-red-100:focus { color: #fde8e8; } .focus\:text-red-200:focus { color: #fbd5d5; } .focus\:text-red-300:focus { color: #f8b4b4; } .focus\:text-red-400:focus { color: #f98080; } .focus\:text-red-500:focus { color: #f05252; } .focus\:text-red-600:focus { color: #e02424; } .focus\:text-red-700:focus { color: #c81e1e; } .focus\:text-red-800:focus { color: #9b1c1c; } .focus\:text-red-900:focus { color: #771d1d; } .focus\:text-orange-50:focus { color: #fff8f1; } .focus\:text-orange-100:focus { color: #feecdc; } .focus\:text-orange-200:focus { color: #fcd9bd; } .focus\:text-orange-300:focus { color: #fdba8c; } .focus\:text-orange-400:focus { color: #ff8a4c; } .focus\:text-orange-500:focus { color: #ff5a1f; } .focus\:text-orange-600:focus { color: #d03801; } .focus\:text-orange-700:focus { color: #b43403; } .focus\:text-orange-800:focus { color: #8a2c0d; } .focus\:text-orange-900:focus { color: #771d1d; } .focus\:text-yellow-50:focus { color: #fdfdea; } .focus\:text-yellow-100:focus { color: #fdf6b2; } .focus\:text-yellow-200:focus { color: #fce96a; } .focus\:text-yellow-300:focus { color: #faca15; } .focus\:text-yellow-400:focus { color: #e3a008; } .focus\:text-yellow-500:focus { color: #c27803; } .focus\:text-yellow-600:focus { color: #9f580a; } .focus\:text-yellow-700:focus { color: #8e4b10; } .focus\:text-yellow-800:focus { color: #723b13; } .focus\:text-yellow-900:focus { color: #633112; } .focus\:text-green-50:focus { color: #f3faf7; } .focus\:text-green-100:focus { color: #def7ec; } .focus\:text-green-200:focus { color: #bcf0da; } .focus\:text-green-300:focus { color: #84e1bc; } .focus\:text-green-400:focus { color: #31c48d; } .focus\:text-green-500:focus { color: #0e9f6e; } .focus\:text-green-600:focus { color: #057a55; } .focus\:text-green-700:focus { color: #046c4e; } .focus\:text-green-800:focus { color: #03543f; } .focus\:text-green-900:focus { color: #014737; } .focus\:text-teal-50:focus { color: #edfafa; } .focus\:text-teal-100:focus { color: #d5f5f6; } .focus\:text-teal-200:focus { color: #afecef; } .focus\:text-teal-300:focus { color: #7edce2; } .focus\:text-teal-400:focus { color: #16bdca; } .focus\:text-teal-500:focus { color: #0694a2; } .focus\:text-teal-600:focus { color: #047481; } .focus\:text-teal-700:focus { color: #036672; } .focus\:text-teal-800:focus { color: #05505c; } .focus\:text-teal-900:focus { color: #014451; } .focus\:text-blue-50:focus { color: #ebf5ff; } .focus\:text-blue-100:focus { color: #e1effe; } .focus\:text-blue-200:focus { color: #c3ddfd; } .focus\:text-blue-300:focus { color: #a4cafe; } .focus\:text-blue-400:focus { color: #76a9fa; } .focus\:text-blue-500:focus { color: #3f83f8; } .focus\:text-blue-600:focus { color: #1c64f2; } .focus\:text-blue-700:focus { color: #1a56db; } .focus\:text-blue-800:focus { color: #1e429f; } .focus\:text-blue-900:focus { color: #233876; } .focus\:text-indigo-50:focus { color: #f0f5ff; } .focus\:text-indigo-100:focus { color: #e5edff; } .focus\:text-indigo-200:focus { color: #cddbfe; } .focus\:text-indigo-300:focus { color: #b4c6fc; } .focus\:text-indigo-400:focus { color: #8da2fb; } .focus\:text-indigo-500:focus { color: #6875f5; } .focus\:text-indigo-600:focus { color: #5850ec; } .focus\:text-indigo-700:focus { color: #5145cd; } .focus\:text-indigo-800:focus { color: #42389d; } .focus\:text-indigo-900:focus { color: #362f78; } .focus\:text-purple-50:focus { color: #f6f5ff; } .focus\:text-purple-100:focus { color: #edebfe; } .focus\:text-purple-200:focus { color: #dcd7fe; } .focus\:text-purple-300:focus { color: #cabffd; } .focus\:text-purple-400:focus { color: #ac94fa; } .focus\:text-purple-500:focus { color: #9061f9; } .focus\:text-purple-600:focus { color: #7e3af2; } .focus\:text-purple-700:focus { color: #6c2bd9; } .focus\:text-purple-800:focus { color: #5521b5; } .focus\:text-purple-900:focus { color: #4a1d96; } .focus\:text-pink-50:focus { color: #fdf2f8; } .focus\:text-pink-100:focus { color: #fce8f3; } .focus\:text-pink-200:focus { color: #fad1e8; } .focus\:text-pink-300:focus { color: #f8b4d9; } .focus\:text-pink-400:focus { color: #f17eb8; } .focus\:text-pink-500:focus { color: #e74694; } .focus\:text-pink-600:focus { color: #d61f69; } .focus\:text-pink-700:focus { color: #bf125d; } .focus\:text-pink-800:focus { color: #99154b; } .focus\:text-pink-900:focus { color: #751a3d; } .italic { font-style: italic; } .not-italic { font-style: normal; } .bg-white { background: #ffffff; } .bg-black { background: #000000; } .bg-transparent { background: transparent; } .bg-gray-50 { background: #f9fafb; } .bg-gray-100 { background: #f4f5f7; } .bg-gray-200 { background: #e5e7eb; } .bg-gray-300 { background: #d2d6dc; } .bg-gray-400 { background: #9fa6b2; } .bg-gray-500 { background: #6b7280; } .bg-gray-600 { background: #4b5563; } .bg-gray-700 { background: #374151; } .bg-gray-800 { background: #252f3f; } .bg-gray-900 { background: #161e2e; } .bg-cool-gray-50 { background: #fbfdfe; } .bg-cool-gray-100 { background: #f1f5f9; } .bg-cool-gray-200 { background: #e2e8f0; } .bg-cool-gray-300 { background: #cfd8e3; } .bg-cool-gray-400 { background: #97a6ba; } .bg-cool-gray-500 { background: #64748b; } .bg-cool-gray-600 { background: #475569; } .bg-cool-gray-700 { background: #364152; } .bg-cool-gray-800 { background: #27303f; } .bg-cool-gray-900 { background: #1a202e; } .bg-red-50 { background: #fdf2f2; } .bg-red-100 { background: #fde8e8; } .bg-red-200 { background: #fbd5d5; } .bg-red-300 { background: #f8b4b4; } .bg-red-400 { background: #f98080; } .bg-red-500 { background: #f05252; } .bg-red-600 { background: #e02424; } .bg-red-700 { background: #c81e1e; } .bg-red-800 { background: #9b1c1c; } .bg-red-900 { background: #771d1d; } .bg-orange-50 { background: #fff8f1; } .bg-orange-100 { background: #feecdc; } .bg-orange-200 { background: #fcd9bd; } .bg-orange-300 { background: #fdba8c; } .bg-orange-400 { background: #ff8a4c; } .bg-orange-500 { background: #ff5a1f; } .bg-orange-600 { background: #d03801; } .bg-orange-700 { background: #b43403; } .bg-orange-800 { background: #8a2c0d; } .bg-orange-900 { background: #771d1d; } .bg-yellow-50 { background: #fdfdea; } .bg-yellow-100 { background: #fdf6b2; } .bg-yellow-200 { background: #fce96a; } .bg-yellow-300 { background: #faca15; } .bg-yellow-400 { background: #e3a008; } .bg-yellow-500 { background: #c27803; } .bg-yellow-600 { background: #9f580a; } .bg-yellow-700 { background: #8e4b10; } .bg-yellow-800 { background: #723b13; } .bg-yellow-900 { background: #633112; } .bg-green-50 { background: #f3faf7; } .bg-green-100 { background: #def7ec; } .bg-green-200 { background: #bcf0da; } .bg-green-300 { background: #84e1bc; } .bg-green-400 { background: #31c48d; } .bg-green-500 { background: #0e9f6e; } .bg-green-600 { background: #057a55; } .bg-green-700 { background: #046c4e; } .bg-green-800 { background: #03543f; } .bg-green-900 { background: #014737; } .bg-teal-50 { background: #edfafa; } .bg-teal-100 { background: #d5f5f6; } .bg-teal-200 { background: #afecef; } .bg-teal-300 { background: #7edce2; } .bg-teal-400 { background: #16bdca; } .bg-teal-500 { background: #0694a2; } .bg-teal-600 { background: #047481; } .bg-teal-700 { background: #036672; } .bg-teal-800 { background: #05505c; } .bg-teal-900 { background: #014451; } .bg-blue-50 { background: #ebf5ff; } .bg-blue-100 { background: #e1effe; } .bg-blue-200 { background: #c3ddfd; } .bg-blue-300 { background: #a4cafe; } .bg-blue-400 { background: #76a9fa; } .bg-blue-500 { background: #3f83f8; } .bg-blue-600 { background: #1c64f2; } .bg-blue-700 { background: #1a56db; } .bg-blue-800 { background: #1e429f; } .bg-blue-900 { background: #233876; } .bg-indigo-50 { background: #f0f5ff; } .bg-indigo-100 { background: #e5edff; } .bg-indigo-200 { background: #cddbfe; } .bg-indigo-300 { background: #b4c6fc; } .bg-indigo-400 { background: #8da2fb; } .bg-indigo-500 { background: #6875f5; } .bg-indigo-600 { background: #5850ec; } .bg-indigo-700 { background: #5145cd; } .bg-indigo-800 { background: #42389d; } .bg-indigo-900 { background: #362f78; } .bg-purple-50 { background: #f6f5ff; } .bg-purple-100 { background: #edebfe; } .bg-purple-200 { background: #dcd7fe; } .bg-purple-300 { background: #cabffd; } .bg-purple-400 { background: #ac94fa; } .bg-purple-500 { background: #9061f9; } .bg-purple-600 { background: #7e3af2; } .bg-purple-700 { background: #6c2bd9; } .bg-purple-800 { background: #5521b5; } .bg-purple-900 { background: #4a1d96; } .bg-pink-50 { background: #fdf2f8; } .bg-pink-100 { background: #fce8f3; } .bg-pink-200 { background: #fad1e8; } .bg-pink-300 { background: #f8b4d9; } .bg-pink-400 { background: #f17eb8; } .bg-pink-500 { background: #e74694; } .bg-pink-600 { background: #d61f69; } .bg-pink-700 { background: #bf125d; } .bg-pink-800 { background: #99154b; } .bg-pink-900 { background: #751a3d; } .hover\:bg-white:hover { background: #ffffff; } .hover\:bg-black:hover { background: #000000; } .hover\:bg-transparent:hover { background: transparent; } .hover\:bg-gray-50:hover { background: #f9fafb; } .hover\:bg-gray-100:hover { background: #f4f5f7; } .hover\:bg-gray-200:hover { background: #e5e7eb; } .hover\:bg-gray-300:hover { background: #d2d6dc; } .hover\:bg-gray-400:hover { background: #9fa6b2; } .hover\:bg-gray-500:hover { background: #6b7280; } .hover\:bg-gray-600:hover { background: #4b5563; } .hover\:bg-gray-700:hover { background: #374151; } .hover\:bg-gray-800:hover { background: #252f3f; } .hover\:bg-gray-900:hover { background: #161e2e; } .hover\:bg-cool-gray-50:hover { background: #fbfdfe; } .hover\:bg-cool-gray-100:hover { background: #f1f5f9; } .hover\:bg-cool-gray-200:hover { background: #e2e8f0; } .hover\:bg-cool-gray-300:hover { background: #cfd8e3; } .hover\:bg-cool-gray-400:hover { background: #97a6ba; } .hover\:bg-cool-gray-500:hover { background: #64748b; } .hover\:bg-cool-gray-600:hover { background: #475569; } .hover\:bg-cool-gray-700:hover { background: #364152; } .hover\:bg-cool-gray-800:hover { background: #27303f; } .hover\:bg-cool-gray-900:hover { background: #1a202e; } .hover\:bg-red-50:hover { background: #fdf2f2; } .hover\:bg-red-100:hover { background: #fde8e8; } .hover\:bg-red-200:hover { background: #fbd5d5; } .hover\:bg-red-300:hover { background: #f8b4b4; } .hover\:bg-red-400:hover { background: #f98080; } .hover\:bg-red-500:hover { background: #f05252; } .hover\:bg-red-600:hover { background: #e02424; } .hover\:bg-red-700:hover { background: #c81e1e; } .hover\:bg-red-800:hover { background: #9b1c1c; } .hover\:bg-red-900:hover { background: #771d1d; } .hover\:bg-orange-50:hover { background: #fff8f1; } .hover\:bg-orange-100:hover { background: #feecdc; } .hover\:bg-orange-200:hover { background: #fcd9bd; } .hover\:bg-orange-300:hover { background: #fdba8c; } .hover\:bg-orange-400:hover { background: #ff8a4c; } .hover\:bg-orange-500:hover { background: #ff5a1f; } .hover\:bg-orange-600:hover { background: #d03801; } .hover\:bg-orange-700:hover { background: #b43403; } .hover\:bg-orange-800:hover { background: #8a2c0d; } .hover\:bg-orange-900:hover { background: #771d1d; } .hover\:bg-yellow-50:hover { background: #fdfdea; } .hover\:bg-yellow-100:hover { background: #fdf6b2; } .hover\:bg-yellow-200:hover { background: #fce96a; } .hover\:bg-yellow-300:hover { background: #faca15; } .hover\:bg-yellow-400:hover { background: #e3a008; } .hover\:bg-yellow-500:hover { background: #c27803; } .hover\:bg-yellow-600:hover { background: #9f580a; } .hover\:bg-yellow-700:hover { background: #8e4b10; } .hover\:bg-yellow-800:hover { background: #723b13; } .hover\:bg-yellow-900:hover { background: #633112; } .hover\:bg-green-50:hover { background: #f3faf7; } .hover\:bg-green-100:hover { background: #def7ec; } .hover\:bg-green-200:hover { background: #bcf0da; } .hover\:bg-green-300:hover { background: #84e1bc; } .hover\:bg-green-400:hover { background: #31c48d; } .hover\:bg-green-500:hover { background: #0e9f6e; } .hover\:bg-green-600:hover { background: #057a55; } .hover\:bg-green-700:hover { background: #046c4e; } .hover\:bg-green-800:hover { background: #03543f; } .hover\:bg-green-900:hover { background: #014737; } .hover\:bg-teal-50:hover { background: #edfafa; } .hover\:bg-teal-100:hover { background: #d5f5f6; } .hover\:bg-teal-200:hover { background: #afecef; } .hover\:bg-teal-300:hover { background: #7edce2; } .hover\:bg-teal-400:hover { background: #16bdca; } .hover\:bg-teal-500:hover { background: #0694a2; } .hover\:bg-teal-600:hover { background: #047481; } .hover\:bg-teal-700:hover { background: #036672; } .hover\:bg-teal-800:hover { background: #05505c; } .hover\:bg-teal-900:hover { background: #014451; } .hover\:bg-blue-50:hover { background: #ebf5ff; } .hover\:bg-blue-100:hover { background: #e1effe; } .hover\:bg-blue-200:hover { background: #c3ddfd; } .hover\:bg-blue-300:hover { background: #a4cafe; } .hover\:bg-blue-400:hover { background: #76a9fa; } .hover\:bg-blue-500:hover { background: #3f83f8; } .hover\:bg-blue-600:hover { background: #1c64f2; } .hover\:bg-blue-700:hover { background: #1a56db; } .hover\:bg-blue-800:hover { background: #1e429f; } .hover\:bg-blue-900:hover { background: #233876; } .hover\:bg-indigo-50:hover { background: #f0f5ff; } .hover\:bg-indigo-100:hover { background: #e5edff; } .hover\:bg-indigo-200:hover { background: #cddbfe; } .hover\:bg-indigo-300:hover { background: #b4c6fc; } .hover\:bg-indigo-400:hover { background: #8da2fb; } .hover\:bg-indigo-500:hover { background: #6875f5; } .hover\:bg-indigo-600:hover { background: #5850ec; } .hover\:bg-indigo-700:hover { background: #5145cd; } .hover\:bg-indigo-800:hover { background: #42389d; } .hover\:bg-indigo-900:hover { background: #362f78; } .hover\:bg-purple-50:hover { background: #f6f5ff; } .hover\:bg-purple-100:hover { background: #edebfe; } .hover\:bg-purple-200:hover { background: #dcd7fe; } .hover\:bg-purple-300:hover { background: #cabffd; } .hover\:bg-purple-400:hover { background: #ac94fa; } .hover\:bg-purple-500:hover { background: #9061f9; } .hover\:bg-purple-600:hover { background: #7e3af2; } .hover\:bg-purple-700:hover { background: #6c2bd9; } .hover\:bg-purple-800:hover { background: #5521b5; } .hover\:bg-purple-900:hover { background: #4a1d96; } .hover\:bg-pink-50:hover { background: #fdf2f8; } .hover\:bg-pink-100:hover { background: #fce8f3; } .hover\:bg-pink-200:hover { background: #fad1e8; } .hover\:bg-pink-300:hover { background: #f8b4d9; } .hover\:bg-pink-400:hover { background: #f17eb8; } .hover\:bg-pink-500:hover { background: #e74694; } .hover\:bg-pink-600:hover { background: #d61f69; } .hover\:bg-pink-700:hover { background: #bf125d; } .hover\:bg-pink-800:hover { background: #99154b; } .hover\:bg-pink-900:hover { background: #751a3d; } .focus\:bg-white:focus { background: #ffffff; } .focus\:bg-black:focus { background: #000000; } .focus\:bg-transparent:focus { background: transparent; } .focus\:bg-gray-50:focus { background: #f9fafb; } .focus\:bg-gray-100:focus { background: #f4f5f7; } .focus\:bg-gray-200:focus { background: #e5e7eb; } .focus\:bg-gray-300:focus { background: #d2d6dc; } .focus\:bg-gray-400:focus { background: #9fa6b2; } .focus\:bg-gray-500:focus { background: #6b7280; } .focus\:bg-gray-600:focus { background: #4b5563; } .focus\:bg-gray-700:focus { background: #374151; } .focus\:bg-gray-800:focus { background: #252f3f; } .focus\:bg-gray-900:focus { background: #161e2e; } .focus\:bg-cool-gray-50:focus { background: #fbfdfe; } .focus\:bg-cool-gray-100:focus { background: #f1f5f9; } .focus\:bg-cool-gray-200:focus { background: #e2e8f0; } .focus\:bg-cool-gray-300:focus { background: #cfd8e3; } .focus\:bg-cool-gray-400:focus { background: #97a6ba; } .focus\:bg-cool-gray-500:focus { background: #64748b; } .focus\:bg-cool-gray-600:focus { background: #475569; } .focus\:bg-cool-gray-700:focus { background: #364152; } .focus\:bg-cool-gray-800:focus { background: #27303f; } .focus\:bg-cool-gray-900:focus { background: #1a202e; } .focus\:bg-red-50:focus { background: #fdf2f2; } .focus\:bg-red-100:focus { background: #fde8e8; } .focus\:bg-red-200:focus { background: #fbd5d5; } .focus\:bg-red-300:focus { background: #f8b4b4; } .focus\:bg-red-400:focus { background: #f98080; } .focus\:bg-red-500:focus { background: #f05252; } .focus\:bg-red-600:focus { background: #e02424; } .focus\:bg-red-700:focus { background: #c81e1e; } .focus\:bg-red-800:focus { background: #9b1c1c; } .focus\:bg-red-900:focus { background: #771d1d; } .focus\:bg-orange-50:focus { background: #fff8f1; } .focus\:bg-orange-100:focus { background: #feecdc; } .focus\:bg-orange-200:focus { background: #fcd9bd; } .focus\:bg-orange-300:focus { background: #fdba8c; } .focus\:bg-orange-400:focus { background: #ff8a4c; } .focus\:bg-orange-500:focus { background: #ff5a1f; } .focus\:bg-orange-600:focus { background: #d03801; } .focus\:bg-orange-700:focus { background: #b43403; } .focus\:bg-orange-800:focus { background: #8a2c0d; } .focus\:bg-orange-900:focus { background: #771d1d; } .focus\:bg-yellow-50:focus { background: #fdfdea; } .focus\:bg-yellow-100:focus { background: #fdf6b2; } .focus\:bg-yellow-200:focus { background: #fce96a; } .focus\:bg-yellow-300:focus { background: #faca15; } .focus\:bg-yellow-400:focus { background: #e3a008; } .focus\:bg-yellow-500:focus { background: #c27803; } .focus\:bg-yellow-600:focus { background: #9f580a; } .focus\:bg-yellow-700:focus { background: #8e4b10; } .focus\:bg-yellow-800:focus { background: #723b13; } .focus\:bg-yellow-900:focus { background: #633112; } .focus\:bg-green-50:focus { background: #f3faf7; } .focus\:bg-green-100:focus { background: #def7ec; } .focus\:bg-green-200:focus { background: #bcf0da; } .focus\:bg-green-300:focus { background: #84e1bc; } .focus\:bg-green-400:focus { background: #31c48d; } .focus\:bg-green-500:focus { background: #0e9f6e; } .focus\:bg-green-600:focus { background: #057a55; } .focus\:bg-green-700:focus { background: #046c4e; } .focus\:bg-green-800:focus { background: #03543f; } .focus\:bg-green-900:focus { background: #014737; } .focus\:bg-teal-50:focus { background: #edfafa; } .focus\:bg-teal-100:focus { background: #d5f5f6; } .focus\:bg-teal-200:focus { background: #afecef; } .focus\:bg-teal-300:focus { background: #7edce2; } .focus\:bg-teal-400:focus { background: #16bdca; } .focus\:bg-teal-500:focus { background: #0694a2; } .focus\:bg-teal-600:focus { background: #047481; } .focus\:bg-teal-700:focus { background: #036672; } .focus\:bg-teal-800:focus { background: #05505c; } .focus\:bg-teal-900:focus { background: #014451; } .focus\:bg-blue-50:focus { background: #ebf5ff; } .focus\:bg-blue-100:focus { background: #e1effe; } .focus\:bg-blue-200:focus { background: #c3ddfd; } .focus\:bg-blue-300:focus { background: #a4cafe; } .focus\:bg-blue-400:focus { background: #76a9fa; } .focus\:bg-blue-500:focus { background: #3f83f8; } .focus\:bg-blue-600:focus { background: #1c64f2; } .focus\:bg-blue-700:focus { background: #1a56db; } .focus\:bg-blue-800:focus { background: #1e429f; } .focus\:bg-blue-900:focus { background: #233876; } .focus\:bg-indigo-50:focus { background: #f0f5ff; } .focus\:bg-indigo-100:focus { background: #e5edff; } .focus\:bg-indigo-200:focus { background: #cddbfe; } .focus\:bg-indigo-300:focus { background: #b4c6fc; } .focus\:bg-indigo-400:focus { background: #8da2fb; } .focus\:bg-indigo-500:focus { background: #6875f5; } .focus\:bg-indigo-600:focus { background: #5850ec; } .focus\:bg-indigo-700:focus { background: #5145cd; } .focus\:bg-indigo-800:focus { background: #42389d; } .focus\:bg-indigo-900:focus { background: #362f78; } .focus\:bg-purple-50:focus { background: #f6f5ff; } .focus\:bg-purple-100:focus { background: #edebfe; } .focus\:bg-purple-200:focus { background: #dcd7fe; } .focus\:bg-purple-300:focus { background: #cabffd; } .focus\:bg-purple-400:focus { background: #ac94fa; } .focus\:bg-purple-500:focus { background: #9061f9; } .focus\:bg-purple-600:focus { background: #7e3af2; } .focus\:bg-purple-700:focus { background: #6c2bd9; } .focus\:bg-purple-800:focus { background: #5521b5; } .focus\:bg-purple-900:focus { background: #4a1d96; } .focus\:bg-pink-50:focus { background: #fdf2f8; } .focus\:bg-pink-100:focus { background: #fce8f3; } .focus\:bg-pink-200:focus { background: #fad1e8; } .focus\:bg-pink-300:focus { background: #f8b4d9; } .focus\:bg-pink-400:focus { background: #f17eb8; } .focus\:bg-pink-500:focus { background: #e74694; } .focus\:bg-pink-600:focus { background: #d61f69; } .focus\:bg-pink-700:focus { background: #bf125d; } .focus\:bg-pink-800:focus { background: #99154b; } .focus\:bg-pink-900:focus { background: #751a3d; }
0.697712
0.051869
@font-face { font-family:'Blackjack'; src:url('/_includes/assets/fonts/black_jack-webfont.eot'); src:url('/_includes/assets/fonts/black_jack-webfont.eot?#iefix') format('embedded-opentype'), url('/_includes/assets/fonts/black_jack-webfont.woff') format('woff'), url('/_includes/assets/fonts/black_jack-webfont.ttf') format('truetype'), url('/_includes/assets/fonts/black_jack-webfont.svg#blackjackregular') format('svg'); font-weight:normal; font-style:normal; font-display:swap; } @font-face { font-family:'Archivo Narrow'; src:url('/_includes/assets/fonts/archivonarrow-regular-webfont.woff2') format('woff2'), url('/_includes/assets/fonts/archivonarrow-regular-webfont.woff') format('woff'); font-weight:normal; font-style:normal; font-display:swap; } /* Resets */ body, html {padding:0; height:100%;} body {background:url(/_includes/assets/img/bg-body.jpg) no-repeat top center; background-size:100% 608px; background-attachment:scroll; color:#323232;} a {text-decoration:none; color:#067AAE;} a:hover {text-decoration:none;} a img {border:0;} :focus {outline:0;} /* Global */ ::-webkit-input-placeholder {color:#487395;} :-ms-input-placeholder {color:#487395;} :-moz-placeholder {color:#487395;} ::-moz-placeholder {color:#487395;} .hide {display:none;} .borderless {box-shadow:none!important;} .flex-center {display:flex; align-items:center; justify-content:center;} .flex-center-v {display:flex; align-items:center;} .flex-center-h {display:flex; justify-content:center;} .overflow {overflow:hidden; white-space:nowrap; text-overflow:ellipsis;} .red {background:lightsalmon!important;} .green {background:lightgreen!important;} .blue {background:lightblue!important;} img.pretty {border:2px solid #FFF; box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.5);} h1, h2, h3, h4, h5, h6 {color:#104C7C; font:30px 'Archivo Narrow', san-serif; text-transform:uppercase; margin:0; padding:0;} h1 {font-size:40px;} h2 {font-size:36px; margin-bottom:30px;} h3 {font-size:24px; margin-bottom:15px; padding-bottom:5px; color:#BB312B; border-bottom:1px solid #DBDBDB;} h4 {font-size:18px;} h5 {font-size:11px;} hr {height:1px; border:0; background:#CCC; margin:20px 0;} label {display:block; font-weight:500; margin-bottom:0;} ul.list-unstyled, .list-unstyled ul {padding:0; list-style:none;} .form-control {color:#0D2131; background:#fafafa; border:1px solid #DDD;} .btn {font-weight:bold; text-transform:uppercase; border:0;} .btn i {font-size:13px;} .btn-lg {letter-spacing:1px;} .btn-primary {background:#BB312B;} .btn-primary:hover, .btn-primary:focus, .btn-primary:active {background-color:#A62924!important;} /* Sticky Footer */ body {display:flex; flex-direction:column;} main {flex:1 0 auto;} footer {flex-shrink:0;} /* Header */ header .navbar-container {min-height:180px; transition:max-height 200ms linear;} header .call-block { padding:10px; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.25); background:#1D4C73; background:rgba(255, 255, 255, 0.10); box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.20), 1px 1px 0 0 rgba(0, 0, 0, 0.20); border-radius:5px; } header .call-block .text {font:bold 21px 'Blackjack', san-serif; color:#BB312B;} header .call-block .number {color:#FFF; font:bold 27px 'Archivo Narrow', san-serif; text-shadow:5px 5px 5px rgba(0, 0, 0, 0.15);} /* Navigation */ header nav ul {background:none; position:relative; padding:0; border:0; list-style:none;} header nav li a {display:block; padding:15px; color:#96C0E2; font:bold 13px 'Archivo Narrow', san-serif; text-shadow:2px 2px 0 rgba(0, 0, 0, 0.30); text-transform:uppercase;} header nav li a:hover {background:none; box-shadow:none; border:0; color:#FFF;} header nav li a.active {color:#FFF!important;} header nav .navbar-brand img {max-height:120px; transition:max-height 200ms linear;} header nav .navbar-toggler {color:#fff;} header nav .navbar-toggler + .navbar-collapse {background:rgba(0, 56, 101, 0.70); backdrop-filter:blur(5px);} /* Scrolled */ body.scrolled .fixed-top {background:rgba(0, 56, 101, 0.80); backdrop-filter:blur(5px);} body.scrolled header .navbar-container {min-height:122px;} body.scrolled header .navbar-brand img {max-height:80px;} body.scrolled header nav .navbar-toggler + .navbar-collapse {background:none; backdrop-filter:none;} /* Banner */ #banner {position:relative; /*height:50px;*/ /*margin-bottom:6px;*/} #banner .slider {position:relative; /*top:2px;*/ z-index:2;} #banner .slider img {width:100%;} #banner .slider #prev, #banner .slider #next { position:absolute; top:40%; z-index:999; color:#FFF; font-size:30px; cursor:pointer; -webkit-transition:all .50s ease-out; -moz-transition:all .50s ease-out; transition:all .50s ease-out; } #banner .slider #prev {left:30px;} #banner .slider #next {right:30px;} #banner .slider #prev:hover, #banner .slider #next:hover {color:#BBB;} /* Content */ #content {background:#FFF; padding:30px 0;} #content .row.end {margin-bottom:50px;} #content img.padding {margin:0 20px 15px 0;} #content img.padding.right {margin:0 0 20px 20px;} #content .no-padding {padding:0;} #content .bottom-padding {padding-bottom:30px;} #content .col-left {padding-right:30px; border-right:1px solid #CCC;} #content .col-right {padding-left:30px;} /* Sidebar */ #content .sidebar {color:#0D3657; line-height:25px;} #content .sidebar h4 {margin:30px 0 10px 0;} #content .sidebar h4.red {color:#BB312B;} #content .sidebar .fa-phone {position:relative; top:2px;} #content .sidebar.brands a {padding:0;} #content .sidebar.brands img {width:100%; margin-bottom:10px; border-bottom:1px solid #eee;} #content .sidebar.brands h3 {margin-left:15px; margin-right:3px;} #content .sidebar.brands h4 {margin:15px 0 5px 0; clear:both;} #content .sidebar.brands div:first-of-type h4 {margin-top:0;} /* Footer */ footer #footer-top {background:#DBDBDB;} footer #footer-top h4 {margin-bottom:10px; font-size:30px; font-weight:bold;} footer #footer-top .form {color:#FFF; background:#0C3657; border-radius:3px 3px 0 0; padding:20px 25px; -webkit-box-shadow:inset 0 0 50px 0 rgba(0, 0, 0, 0.40); box-shadow:inset 0 0 50px 0 rgba(0, 0, 0, 0.40);} footer #footer-top .form .top {position:relative; z-index:3; color:#A8C4DA; font:32px 'Blackjack', san-serif;} footer #footer-top .form .bot {position:relative; z-index:2; color:#FFF; font:bold 28px 'Archivo Narrow', san-serif; text-transform:uppercase;} footer #footer-top .form textarea {max-height:200px;} footer #footer-top .form .form-control {width:100%; background:#A8C4DA; border:0;} footer #footer-top .form .form-control:focus {background:#7AA2C3;} footer #footer-bottom {background:#E6E6E6; color:#0D3657; font-family:'Archivo Narrow', san-serif; font-weight:700; letter-spacing:1px;} footer #footer-bottom a {color:#0D5793;} footer #footer-bottom .fa-circle {color:#BB312B; font-size:8px; position:relative; top:-2px;} /* Home */ #page-home #banner {height:auto;} #page-home #banner .cycle-slideshow {height:calc(100vw * 0.346); overflow:hidden; margin:0;} #page-home #banner .cycle-overlay {width:300px; padding:20px 40px; position:absolute; top:40%; left:100px; bottom:auto; opacity:1; border-radius:4px; color:#FFF; background:#BB312B; box-shadow:inset 0 0 85px 0 rgba(0, 0, 0, 0.45);} #page-home #content .text1, #page-home #content .text2 {text-shadow:3px 3px 0 rgba(0, 0, 0, 0.20);} #page-home #content .text1 {position:relative; z-index:3; color:#0063B3; font:55px 'Blackjack', san-serif; letter-spacing:2.3px;} #page-home #content .text2 {position:relative; z-index:2; color:#003865; font:72px 'Archivo Narrow', san-serif; letter-spacing:-2px; line-height:65px; font-weight:bold; text-transform:uppercase;} /* Testimonials */ #page-testimonials #content span {display:block;} #page-testimonials #content .intro {background:#CEDAE4; background:rgba(16, 76, 124, 0.2); padding:20px 40px; margin-bottom:30px;} #page-testimonials #content .box {padding:20px 40px 10px 40px; position:relative; background:#F5F5F5; margin-bottom:20px; border-top:1px solid #DBDBDB; border-bottom:1px solid #DBDBDB;} #page-testimonials #content .quote {padding-bottom:10px; font-style:italic;} #page-testimonials #content .client {color:#999;} #page-testimonials #content .quote:before, #page-testimonials #content .quote:after {position:absolute; color:#CCC; font-size:45px; font-family:'Georgia', serif; font-weight:bold;} #page-testimonials #content .quote:before {content:'\201C'; left:7px; top:2px;} #page-testimonials #content .quote:after {content:'\201D'; right:15px; bottom:-17px;} /* FAQs */ #page-faqs #content ul {list-style-type:decimal; padding:0; list-style-position:inside;} #page-faqs #content ul li {font-weight:bold;} #page-faqs #content ul ul {list-style-type:lower-alpha; margin-bottom:20px; padding-left:20px;} #page-faqs #content ul ul li {font-weight:normal;} /* Coupon */ #page-coupon #content img.coupon {cursor:pointer;} #page-coupon #content h2 {margin-bottom:0;} #page-coupon #content h3 {border:0;} /* Bootstrap Helpers */ /* Add-on: Bootstrap 4, hidden-{breakpoint}-{up/down} */ /* taken from Bootstrap 4, alpha 6 */ .hidden-xs-up {display:none!important;} @media (max-width:575px) { .hidden-xs-down {display:none!important;} } @media (min-width:576px) { .hidden-sm-up {display:none!important;} } @media (max-width:767px) { .hidden-sm-down {display:none!important;} } @media (min-width:768px) { .hidden-md-up {display:none!important;} } @media (max-width:991px) { .hidden-md-down {display:none!important;} } @media (min-width:992px) { .hidden-lg-up {display:none!important;} } @media (max-width:1199px) { .hidden-lg-down {display:none!important;} } @media (min-width:1200px) { .hidden-xl-up {display:none!important;} } .hidden-xl-down {display:none!important;} /* Responsive Breakpoints */ /* Small (sm) and up*/ @media (min-width:576px) { #page-home #content .text1 {font-size:62px;} #page-home #content .text2 {font-size:72px;} #page-home #banner {margin-bottom:0;} #page-home #banner .banner-overlay2 {bottom:-3px;} #page-home #banner .cycle-slideshow {height:187px;} #page-home #banner .slider #prev, #page-home #banner .slider #next {top:50%;} } /* Medium (md) and up */ @media (min-width:768px) { #banner .banner-overlay1 {position:absolute; z-index:1; bottom:8px; width:100%; height:40px; background:url(/_includes/assets/img/bg-banner-overlay1.png) no-repeat top center; background-size:100% 40px;} #banner .banner-overlay2 {position:absolute; z-index:3; bottom:-7px; width:100%; height:30px; background:url(/_includes/assets/img/bg-banner-overlay2.png) no-repeat top center; background-size:100% 30px;} #content {padding:30px 0 50px 0;} #page-home #banner .cycle-slideshow {height:253px;} } /* Large (lg) and up */ @media (min-width:992px) { header nav li a {display:inline-block; border-bottom:2px solid transparent; box-shadow:1px 0 0 0 rgba(255, 255, 255, 0.20), 2px 0 0 rgba(0, 0, 0, 0.25);} header nav li a:hover {outline:1px solid #000; border-bottom:2px solid #B32F29; -webkit-box-shadow:inset 0 0 25px 0 rgba(0, 0, 0, 0.40); box-shadow:inset 0 0 25px 0 rgba(0, 0, 0, 0.40);} header nav .navbar-toggler + .navbar-collapse {background:none;} footer #footer-top .form {margin-top:-10px;} .sidebar {border-left:1px solid #dee2e6;} #page-home #banner .cycle-slideshow {height:341px;} } /* Extra Large (xl) and up */ @media (min-width:1200px) { header nav li a {font-size:15px; padding:15px 20px;} header .call-block {font-size:21px;} header .call-block span {font-size:27px;} header .call-block .text-white {letter-spacing:1px;} #page-home #banner .cycle-slideshow {height:407px;} #page-home #banner .slider #prev {left:-50px;} #page-home #banner .slider #next {right:-50px;} }
_includes/assets/css/styles.css
@font-face { font-family:'Blackjack'; src:url('/_includes/assets/fonts/black_jack-webfont.eot'); src:url('/_includes/assets/fonts/black_jack-webfont.eot?#iefix') format('embedded-opentype'), url('/_includes/assets/fonts/black_jack-webfont.woff') format('woff'), url('/_includes/assets/fonts/black_jack-webfont.ttf') format('truetype'), url('/_includes/assets/fonts/black_jack-webfont.svg#blackjackregular') format('svg'); font-weight:normal; font-style:normal; font-display:swap; } @font-face { font-family:'Archivo Narrow'; src:url('/_includes/assets/fonts/archivonarrow-regular-webfont.woff2') format('woff2'), url('/_includes/assets/fonts/archivonarrow-regular-webfont.woff') format('woff'); font-weight:normal; font-style:normal; font-display:swap; } /* Resets */ body, html {padding:0; height:100%;} body {background:url(/_includes/assets/img/bg-body.jpg) no-repeat top center; background-size:100% 608px; background-attachment:scroll; color:#323232;} a {text-decoration:none; color:#067AAE;} a:hover {text-decoration:none;} a img {border:0;} :focus {outline:0;} /* Global */ ::-webkit-input-placeholder {color:#487395;} :-ms-input-placeholder {color:#487395;} :-moz-placeholder {color:#487395;} ::-moz-placeholder {color:#487395;} .hide {display:none;} .borderless {box-shadow:none!important;} .flex-center {display:flex; align-items:center; justify-content:center;} .flex-center-v {display:flex; align-items:center;} .flex-center-h {display:flex; justify-content:center;} .overflow {overflow:hidden; white-space:nowrap; text-overflow:ellipsis;} .red {background:lightsalmon!important;} .green {background:lightgreen!important;} .blue {background:lightblue!important;} img.pretty {border:2px solid #FFF; box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.5);} h1, h2, h3, h4, h5, h6 {color:#104C7C; font:30px 'Archivo Narrow', san-serif; text-transform:uppercase; margin:0; padding:0;} h1 {font-size:40px;} h2 {font-size:36px; margin-bottom:30px;} h3 {font-size:24px; margin-bottom:15px; padding-bottom:5px; color:#BB312B; border-bottom:1px solid #DBDBDB;} h4 {font-size:18px;} h5 {font-size:11px;} hr {height:1px; border:0; background:#CCC; margin:20px 0;} label {display:block; font-weight:500; margin-bottom:0;} ul.list-unstyled, .list-unstyled ul {padding:0; list-style:none;} .form-control {color:#0D2131; background:#fafafa; border:1px solid #DDD;} .btn {font-weight:bold; text-transform:uppercase; border:0;} .btn i {font-size:13px;} .btn-lg {letter-spacing:1px;} .btn-primary {background:#BB312B;} .btn-primary:hover, .btn-primary:focus, .btn-primary:active {background-color:#A62924!important;} /* Sticky Footer */ body {display:flex; flex-direction:column;} main {flex:1 0 auto;} footer {flex-shrink:0;} /* Header */ header .navbar-container {min-height:180px; transition:max-height 200ms linear;} header .call-block { padding:10px; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.25); background:#1D4C73; background:rgba(255, 255, 255, 0.10); box-shadow: -1px -1px 0 0 rgba(255, 255, 255, 0.20), 1px 1px 0 0 rgba(0, 0, 0, 0.20); border-radius:5px; } header .call-block .text {font:bold 21px 'Blackjack', san-serif; color:#BB312B;} header .call-block .number {color:#FFF; font:bold 27px 'Archivo Narrow', san-serif; text-shadow:5px 5px 5px rgba(0, 0, 0, 0.15);} /* Navigation */ header nav ul {background:none; position:relative; padding:0; border:0; list-style:none;} header nav li a {display:block; padding:15px; color:#96C0E2; font:bold 13px 'Archivo Narrow', san-serif; text-shadow:2px 2px 0 rgba(0, 0, 0, 0.30); text-transform:uppercase;} header nav li a:hover {background:none; box-shadow:none; border:0; color:#FFF;} header nav li a.active {color:#FFF!important;} header nav .navbar-brand img {max-height:120px; transition:max-height 200ms linear;} header nav .navbar-toggler {color:#fff;} header nav .navbar-toggler + .navbar-collapse {background:rgba(0, 56, 101, 0.70); backdrop-filter:blur(5px);} /* Scrolled */ body.scrolled .fixed-top {background:rgba(0, 56, 101, 0.80); backdrop-filter:blur(5px);} body.scrolled header .navbar-container {min-height:122px;} body.scrolled header .navbar-brand img {max-height:80px;} body.scrolled header nav .navbar-toggler + .navbar-collapse {background:none; backdrop-filter:none;} /* Banner */ #banner {position:relative; /*height:50px;*/ /*margin-bottom:6px;*/} #banner .slider {position:relative; /*top:2px;*/ z-index:2;} #banner .slider img {width:100%;} #banner .slider #prev, #banner .slider #next { position:absolute; top:40%; z-index:999; color:#FFF; font-size:30px; cursor:pointer; -webkit-transition:all .50s ease-out; -moz-transition:all .50s ease-out; transition:all .50s ease-out; } #banner .slider #prev {left:30px;} #banner .slider #next {right:30px;} #banner .slider #prev:hover, #banner .slider #next:hover {color:#BBB;} /* Content */ #content {background:#FFF; padding:30px 0;} #content .row.end {margin-bottom:50px;} #content img.padding {margin:0 20px 15px 0;} #content img.padding.right {margin:0 0 20px 20px;} #content .no-padding {padding:0;} #content .bottom-padding {padding-bottom:30px;} #content .col-left {padding-right:30px; border-right:1px solid #CCC;} #content .col-right {padding-left:30px;} /* Sidebar */ #content .sidebar {color:#0D3657; line-height:25px;} #content .sidebar h4 {margin:30px 0 10px 0;} #content .sidebar h4.red {color:#BB312B;} #content .sidebar .fa-phone {position:relative; top:2px;} #content .sidebar.brands a {padding:0;} #content .sidebar.brands img {width:100%; margin-bottom:10px; border-bottom:1px solid #eee;} #content .sidebar.brands h3 {margin-left:15px; margin-right:3px;} #content .sidebar.brands h4 {margin:15px 0 5px 0; clear:both;} #content .sidebar.brands div:first-of-type h4 {margin-top:0;} /* Footer */ footer #footer-top {background:#DBDBDB;} footer #footer-top h4 {margin-bottom:10px; font-size:30px; font-weight:bold;} footer #footer-top .form {color:#FFF; background:#0C3657; border-radius:3px 3px 0 0; padding:20px 25px; -webkit-box-shadow:inset 0 0 50px 0 rgba(0, 0, 0, 0.40); box-shadow:inset 0 0 50px 0 rgba(0, 0, 0, 0.40);} footer #footer-top .form .top {position:relative; z-index:3; color:#A8C4DA; font:32px 'Blackjack', san-serif;} footer #footer-top .form .bot {position:relative; z-index:2; color:#FFF; font:bold 28px 'Archivo Narrow', san-serif; text-transform:uppercase;} footer #footer-top .form textarea {max-height:200px;} footer #footer-top .form .form-control {width:100%; background:#A8C4DA; border:0;} footer #footer-top .form .form-control:focus {background:#7AA2C3;} footer #footer-bottom {background:#E6E6E6; color:#0D3657; font-family:'Archivo Narrow', san-serif; font-weight:700; letter-spacing:1px;} footer #footer-bottom a {color:#0D5793;} footer #footer-bottom .fa-circle {color:#BB312B; font-size:8px; position:relative; top:-2px;} /* Home */ #page-home #banner {height:auto;} #page-home #banner .cycle-slideshow {height:calc(100vw * 0.346); overflow:hidden; margin:0;} #page-home #banner .cycle-overlay {width:300px; padding:20px 40px; position:absolute; top:40%; left:100px; bottom:auto; opacity:1; border-radius:4px; color:#FFF; background:#BB312B; box-shadow:inset 0 0 85px 0 rgba(0, 0, 0, 0.45);} #page-home #content .text1, #page-home #content .text2 {text-shadow:3px 3px 0 rgba(0, 0, 0, 0.20);} #page-home #content .text1 {position:relative; z-index:3; color:#0063B3; font:55px 'Blackjack', san-serif; letter-spacing:2.3px;} #page-home #content .text2 {position:relative; z-index:2; color:#003865; font:72px 'Archivo Narrow', san-serif; letter-spacing:-2px; line-height:65px; font-weight:bold; text-transform:uppercase;} /* Testimonials */ #page-testimonials #content span {display:block;} #page-testimonials #content .intro {background:#CEDAE4; background:rgba(16, 76, 124, 0.2); padding:20px 40px; margin-bottom:30px;} #page-testimonials #content .box {padding:20px 40px 10px 40px; position:relative; background:#F5F5F5; margin-bottom:20px; border-top:1px solid #DBDBDB; border-bottom:1px solid #DBDBDB;} #page-testimonials #content .quote {padding-bottom:10px; font-style:italic;} #page-testimonials #content .client {color:#999;} #page-testimonials #content .quote:before, #page-testimonials #content .quote:after {position:absolute; color:#CCC; font-size:45px; font-family:'Georgia', serif; font-weight:bold;} #page-testimonials #content .quote:before {content:'\201C'; left:7px; top:2px;} #page-testimonials #content .quote:after {content:'\201D'; right:15px; bottom:-17px;} /* FAQs */ #page-faqs #content ul {list-style-type:decimal; padding:0; list-style-position:inside;} #page-faqs #content ul li {font-weight:bold;} #page-faqs #content ul ul {list-style-type:lower-alpha; margin-bottom:20px; padding-left:20px;} #page-faqs #content ul ul li {font-weight:normal;} /* Coupon */ #page-coupon #content img.coupon {cursor:pointer;} #page-coupon #content h2 {margin-bottom:0;} #page-coupon #content h3 {border:0;} /* Bootstrap Helpers */ /* Add-on: Bootstrap 4, hidden-{breakpoint}-{up/down} */ /* taken from Bootstrap 4, alpha 6 */ .hidden-xs-up {display:none!important;} @media (max-width:575px) { .hidden-xs-down {display:none!important;} } @media (min-width:576px) { .hidden-sm-up {display:none!important;} } @media (max-width:767px) { .hidden-sm-down {display:none!important;} } @media (min-width:768px) { .hidden-md-up {display:none!important;} } @media (max-width:991px) { .hidden-md-down {display:none!important;} } @media (min-width:992px) { .hidden-lg-up {display:none!important;} } @media (max-width:1199px) { .hidden-lg-down {display:none!important;} } @media (min-width:1200px) { .hidden-xl-up {display:none!important;} } .hidden-xl-down {display:none!important;} /* Responsive Breakpoints */ /* Small (sm) and up*/ @media (min-width:576px) { #page-home #content .text1 {font-size:62px;} #page-home #content .text2 {font-size:72px;} #page-home #banner {margin-bottom:0;} #page-home #banner .banner-overlay2 {bottom:-3px;} #page-home #banner .cycle-slideshow {height:187px;} #page-home #banner .slider #prev, #page-home #banner .slider #next {top:50%;} } /* Medium (md) and up */ @media (min-width:768px) { #banner .banner-overlay1 {position:absolute; z-index:1; bottom:8px; width:100%; height:40px; background:url(/_includes/assets/img/bg-banner-overlay1.png) no-repeat top center; background-size:100% 40px;} #banner .banner-overlay2 {position:absolute; z-index:3; bottom:-7px; width:100%; height:30px; background:url(/_includes/assets/img/bg-banner-overlay2.png) no-repeat top center; background-size:100% 30px;} #content {padding:30px 0 50px 0;} #page-home #banner .cycle-slideshow {height:253px;} } /* Large (lg) and up */ @media (min-width:992px) { header nav li a {display:inline-block; border-bottom:2px solid transparent; box-shadow:1px 0 0 0 rgba(255, 255, 255, 0.20), 2px 0 0 rgba(0, 0, 0, 0.25);} header nav li a:hover {outline:1px solid #000; border-bottom:2px solid #B32F29; -webkit-box-shadow:inset 0 0 25px 0 rgba(0, 0, 0, 0.40); box-shadow:inset 0 0 25px 0 rgba(0, 0, 0, 0.40);} header nav .navbar-toggler + .navbar-collapse {background:none;} footer #footer-top .form {margin-top:-10px;} .sidebar {border-left:1px solid #dee2e6;} #page-home #banner .cycle-slideshow {height:341px;} } /* Extra Large (xl) and up */ @media (min-width:1200px) { header nav li a {font-size:15px; padding:15px 20px;} header .call-block {font-size:21px;} header .call-block span {font-size:27px;} header .call-block .text-white {letter-spacing:1px;} #page-home #banner .cycle-slideshow {height:407px;} #page-home #banner .slider #prev {left:-50px;} #page-home #banner .slider #next {right:-50px;} }
0.170819
0.052425
@import url("../css/bootstrap.css"); @import url("../css/magnific-popup.css"); body{ background:url(../images/back.jpg); font-family: 'Open Sans', sans-serif; } body a{ transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } ul{ padding: 0; margin: 0; } h1,h2,h3,h4,h5,h6,label,p{ margin:0; } .header { padding: 3.5em 0 1.5em 0; border-bottom: 1px solid #bcbcbc; } .logo{ float: left; width:23em; height:9em; margin-left:0; margin-top:-2em; background: url(../images/logo_bg.png) no-repeat 0 0; background-size:100% 100%; } .logo h1{ font-size: 2.5em; background: #2f3234; padding: 0.3em; box-shadow: 9px 9px 1px 1px #c9c9c9; font-weight: 700; } .logo h1 a{ text-decoration:none; color:#fff; } .header-bottom{ float:right; width:60%; } .top-nav{ float:right; } .top-nav ul{ border:1px solid #bcbcbc; } .top-nav ul li { display:inline-block; border-right:1px solid #bcbcbc; } .top-nav ul li:nth-child(5){ border-right:none; } .top-nav ul li a { display: inline-block; color: #585858; text-decoration: none; font-weight: 400; font-size: 1.1em; margin:1.2em; font-weight:bold; font-family:'Microsoft YaHei'; } .top-nav ul li a:hover,.top-nav ul li.active a{ color:#c33737; } .copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;} .top-nav span.menu{ display: none; } /*---start-color-changer-----*/ #colorchanger { z-index: 1; top: 20%; position: fixed; } #colorchanger { float:right; } .colorbox { width: 30px; height: 30px; border-left:0px; margin: 1px; cursor: pointer; display: block; } .colorred { background-color: #c33737; } .colorblack { background-color:#6B6D6F; } /*--- slider-css --*/ .slider { position: relative; } .rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; } .rslides li:first-child { position: relative; display: block; float: left; } .rslides img { display: block; height: auto; float: left; width: 100%; border: 0; } .callbacks_tabs a:after { content: "\f111"; font-size: 0; font-family: FontAwesome; visibility: visible; display: block; height: 12px; width: 12px; display: inline-block; background: #bcbcbc; border-radius:50px; } .callbacks_here a:after{ background:#c33737; } .callbacks_tabs a{ visibility:hidden; } .callbacks_tabs li{ display:inline-block; } ul.callbacks_tabs.callbacks1_tabs { position: absolute; bottom: 14px; z-index: 999; left: 45%; } .banner{ border-bottom:1px solid #bcbcbc; padding: 1em 0; } .banner-mat{ padding:0; } .caption{ position: absolute; top: 35%; right: 0%; text-align: right; } .caption h2{ color: #FFF; font-weight: 700; font-size: 2em; text-transform: uppercase; background:#c33737; padding: 0.5em 0.7em; display: inline-block; } .caption p{ color: #6c6e70; font-size: 1.7em; background:#2f3234; padding: 0.5em 1em; font-weight: 100; } /*----*/ .social-in { text-align: center; width: 26%; padding: 1em 0 0; } ul.social-in li{ display: inline-block; } ul.social-in li i{ background: url(../images/img-sprite.png)no-repeat -15px -18px; width: 87px; height: 87px; display: inline-block; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; vertical-align: middle; } ul.social-in li i.pencil{ background-position: -111px -18px; } ul.social-in li i.drop{ background-position:-208px -19px; } .content-top-in h3{ color:#2f3234; font-size:2.2em; text-transform:uppercase; font-weight:700; } .content-top-in p{ color:#727272; font-size:2em; font-weight:100; } .content-top-in { width: 73%; } /*----*/ .bottom-content{ background:#2e3235; padding:0; z-index: 0; } .grid-bottom h4{ color:#fff; font-size:1.5em; font-weight:700; text-transform:uppercase; } .grid-bottom h4{ color:#fff; font-size:1.7em; font-weight:700; text-transform:uppercase; } .grid-bottom h6{ color:#c33737; font-size:1.5em; font-weight:100; } .grid-bottom p{ color:#6d6f71; font-size:1em; font-weight:600; margin: 22px 0; line-height: 1.5em; } .grid{ padding:0; } .grid-bottom { padding: 2.7em 2.4em; border-bottom:1px solid #5A5959; } .amet{ border-bottom:none; } .content-top { padding: 4em 0; border-bottom:1px solid #bcbcbc; } .quick{ background:#c33737; margin: 5.2em 0; position:relative; padding:2.5em 2em; } .quick label{ background:url(../images/sh.png) no-repeat 0px 0px; width: 71px; height: 385px; display: inline-block; position: absolute; top: -28px; left: -59px; } .quick h4 { color: #fff; font-size: 1.5em; font-weight: 700; text-transform: uppercase; } .grid-enter{ position:relative; margin:1em 0; } .grid-enter input[type="text"],.grid-enter textarea,.quick input[type="submit"]{ background:none; border:1px solid #d66767; font-size:1em; color:#d66767; outline:none; padding:0.5em; width:100%; } .grid-enter textarea{ resize:none; height:95px; } .quick input[type="submit"]{ font-weight:700; width:37%; color:#fff; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } .quick input[type="submit"]:hover{ background:#d66767; } .grid-enter i{ background:url(../images/img-sprite.png) no-repeat -425px -137px; width: 35px; height: 35px; display: inline-block; position: absolute; top: 0px; right: 0; border-left: 1px solid #d66767; } .grid-enter i.mail{ background-position:-482px -139px; } .grid-enter i.message{ background-position:-553px -135px; border-bottom: 1px solid #d66767; } .content-bottom { padding: 4em 0; border-bottom: 1px solid #bcbcbc; } .grid:hover span.rollover1 { background: url(../images/pl.png) center no-repeat rgba(11, 10, 9, 0.66); cursor: pointer; height: 253px; width: 284px; display: block; position: absolute; z-index: -9999px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .grid{ -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; position:relative; } /*----*/ .bottom-content-in { padding: 4em 0; } .left-sit p{ margin:0.5em 0; color:#727272; font-size:1em; line-height:1.5em; } .in-sed ,.left-sit{ float:left; } .left-sit{ width:74%; } .in-sed{ color: #fff; background: #c33737; width: 65px; height: 65px; text-align: center; font-weight: 600; margin-right: 6%; padding-top: 11px; border-radius: 100px; } .in-sed b{ font-size: 1.3em; display: block; line-height: 1em; } .in-sed span{ font-size: 1em; font-weight: 100; } a.more{ font-size:1em; color:#c33737; } a.more:hover{ color:#2f3234; text-decoration:none; } a.more b{ color:#2f3234; } .col-in-about{ padding:0em 0 1.2em; } .in-profile h4{ margin:0 0 1.2em; font-size:1.6em; color:#2f3234; text-transform:uppercase; font-weight:700; } .from p{ color:#727272; font-size:1em; line-height:1.5em; } .from { padding: 0em 0 2em; border-bottom: 1px solid #bcbcbc; } .from:nth-child(4){ border-bottom:none; } p.sed{ padding:2em 0 0; } ul.date li{ display:inline-block; } ul.date li span{ font-size:0.9em; color:#c33737; padding: 0 1em 0 0; } ul.date li i{ background: url(../images/img-sprite.png)no-repeat -228px -147px; width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin: 0 5px 0 0; } ul.date li i.date-in{ background-position:-248px -147px; } ul.date li i.comment{ background-position: -274px -148px; } ul.date li a{ text-decoration:none; color:#c33737; } a.in-more{ font-size:1em; color:#fff; font-weight:700; border:1px solid #535353; padding:0.5em; } a.in-more i{ background: url(../images/img-sprite.png) no-repeat -201px -144px; width: 16px; height: 16px; display: inline-block; vertical-align: middle; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } a.in-more:hover { background:#c33737; border:1px solid #c33737; text-decoration:none; color: #fff; } a.in-more:hover i{ background: url(../images/img-sprite.png) no-repeat -102px -147px; } /*----*/ ul.popular { padding: 1.5em 0 0; } ul.popular li { list-style:none; border-bottom:1px solid #bcbcbc; } ul.popular li:nth-child(5){ border-bottom:none; } ul.popular li a{ text-decoration: none; font-size: 1em; color:#727272; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; padding:0.8em 0; display:block; } ul.popular li i.dot { background: url(../images/img-sprite.png) no-repeat -377px -147px; width: 16px; height: 16px; display: inline-block; margin: 0em 12px 0 0; vertical-align: middle; } ul.popular li a:hover{ color:#c33737; } p.sag{ color:#727272; font-size:1em; line-height:1.5em; } /*--about--*/ .about{ padding:5em 0 1em; } ul.place{ padding: 0; margin: 6px 0; background: #c33737; width: 100%; border-bottom: 2px solid #DE9898; } ul.place li{ display: inline-block; padding: 6px; } ul.place li { font-size: 1em; color: #fff; text-decoration: none; cursor: pointer; } .our-para { float: left; margin-right: 2em; } .our-head h6{ font-size:1.2em; } .our-head h6 a{ text-decoration:none; color:#c33737; } .our-head p,.possible-about p{ color:#727272; font-size:1.5em; line-height:1.5em; } .in-about h4,.possible-about h4{ font-size: 1.7em; font-weight: 700; color: #2f3234; text-transform: uppercase; padding: 0 0 1em; } .about h2{ font-size:3em; color:#c33737; text-align:center; font-weight: 700; padding:0 0 0.5em; } /*--four--*/ .four{ text-align:center; padding: 8em 0em 10em; min-height: 440px; } .four h2{ font-size: 8em; color: #c33737; font-weight: 600; padding: 0.1em 0 0.3em; } .four p{ font-size:1.5em; color:#000; } a.go{ font-size:1em; font-weight:700; padding:0.5em; background:#c33737; color:#fff; border:1px solid #c33737; } a.go:hover { background: none; border:1px solid #c33737; text-decoration:none; } /*----*/ .portfolio h2{ font-size:3em; color:#c33737; text-align:center; font-weight: 700; padding:0 0 1em; } .portfolio { padding: 5em 0; } .work-grid{ position:relative; padding:0 0.5em 1em; } .rotate:hover i{ transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -o-transform: rotateY(360deg); -webkit-transition: 0.8s; -moz-transition: 0.8s; -o-transition: 0.8s; transition: 0.8s; } .rotate i{ background: url(../images/se.png) no-repeat 0px; width: 51px; height: 51px; display: inline-block; margin: 8em 0 0; } .rotate{ position:absolute; top:0; background:#c33737; width:96.5%; height:95.5%; display:none; text-align:center; } .work-grid:hover .rotate{ display:block; } /*--contact--*/ .contact h2{ font-size:3em; color:#c33737; text-align:center; font-weight: 700; padding:0 0 0.5em; } .contact { padding: 2em 1em 4em; } p.class-para{ font-size: 1.1em; line-height: 1.4em; color: #2f3234; } .contact-para h5,.contact-map h5{ margin: 2em 0; font-weight:700; font-size: 1.4em; color:#2f3234; } .contact-map h5{ margin:0 0 1em; } .grid-contact { padding: 0 0 1.5em; } .contact-grid input[type="text"]{ width: 100%; padding: 11px; outline: none; border:1px solid #8d8d8d; -webkit-appearance: none; background:none; } .contact-grid p{ margin: 12px 0px; font-size: 13px; width: 100%; color:#838383; } .contact-para textarea{ resize:none; width: 96%; padding: 1em; margin:0 0 ; background: none; outline:none; border:1px solid #8d8d8d; -webkit-appearance: none; } .contact-para input[type="submit"]{ width: 24%; font-size: 1.1em; padding: 0.5em 1em; text-align: center; outline: none; margin: 0 auto; -webkit-appearance: none; font-weight: 700; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; background:#c33737; color:#fff; border:1px solid #c33737; } p.your-para{ margin:0 0 1em; font-size: 13px; width: 100%; color:#838383; } .contact-para input[type="submit"]:hover{ background: none; border:1px solid #c33737; } .send { padding: 3em 0em; } .map iframe{ width: 100%; min-height: 600px; border: none; } .contact-grid { padding: 0 2em 0 0; } /*----*/ .footer-top{ background:#2e3235; padding: 4em 0; } .footer-grid h4{ font-size:1.7em; font-weight:700; color:#fff; text-transform:uppercase; padding: 0 0 1em; } .footer-left{ padding:0; } .footer-left img{ border:1px solid #535353; } .footer-left-in p{ color:#727272; font-size:1em; line-height:1.5em; margin:0 0 2em; } .grid-footer { border-top: 1px solid #535353; padding: 2em 0 0; } p.footer-class{ color:#727272; font-size:1.2em; line-height:1.5em; padding: 2em 0; text-align:center; background:#26282a; } p.footer-class a{ color:#fff; text-decoration:none; } p.footer-class a:hover{ color:#727272; } #toTop { display: none; text-decoration: none; position: fixed; bottom: 25px; right: 10px; overflow: hidden; width: 52px; height: 52px; border: none; text-indent: 100%; background: url('../images/up.png') no-repeat 0px 0px; } .channel-list { margin-top: 14px } .channel-list p, .channel-list dl, .channel-list dt, .channel-list dd { margin: 0; padding: 0; list-style: none } .channel-list ul { list-style: none; padding: 0; margin-top: 0; margin-bottom: 0 } .channel-list li { margin-bottom: 14px; } .channel-list .channel-list-img { position: relative; text-align: center; overflow: hidden; _zoom: 1 } .channel-list .channel-list-con { border-top: 1px solid #eee; padding: 10px 0 10px 0; } .channel-list .channel-list-des { float: left; } .channel-list .channel-list-des dt { font-size: 24px; color: #333 } .channel-list .channel-list-des dt span, .channel-list .channel-list-des dt b { color: #ff6700 } .channel-list .channel-list-des dt span { font-size: 14px } .channel-list .channel-list-des dt b { margin-left: 10px; font-weight: 400 } .channel-list .channel-list-des dd { height: 45px; overflow: hidden; _zoom: 1; color: #757575 } .channel-list .channel-list-btn { float: right } .list{margin-top:20px;min-height:400px;} .list .news{} .list .news .title{height:30px;line-height:30px;color:#666666;} .list .news .title font{color:#FF5300;margin-right:6px;} .list .news .content{line-height:30px;color:#956144;} .row { margin-left: -14px; _margin-left: 0; *zoom: 1 } .row:before, .row:after { content: " "; display: table } .row:after { clear: both } .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .span13, .span14, .span15, .span16, .span17, .span18, .span19, .span20 { float: left; margin-left: 14px; min-height: 1px } .span10 { width: 48% } .btn-line-primary:hover { color: #fff; background-color: #f25807; border-color: #f25807 } .btn { display: inline-block; *zoom: 1; *display: inline; width: 6em; height: 2.4em; padding: 0; margin: 0; border: 1px solid #b0b0b0; font-size: 14px; line-height: 2.4em; text-align: center; color: #b0b0b0; cursor: pointer; -webkit-transition: all .4s; transition: all .4s } .btn-line-primary { background: #fff; color: #ff6700; border: 1px solid #ff6700; } /*--responsive--*/ @media(max-width:1440px){ } @media(max-width:1366px){ .banner-mat img { height: 345px; } } @media(max-width:1280px){ .banner-mat img { height: 322px; } .social-in { width: 29%; } .content-top-in { width: 71%; } } @media(max-width:1024px){ .banner-mat img { height: 255px; } .caption { top: 30%; } .content-top-in h3 { font-size: 1.7em; } .content-top-in p { font-size: 1.7em; } .grid-bottom p { margin: 3px 0 19px; height: 41px; overflow: hidden; } .quick { margin: 2.2em 0; } .left-sit { width: 71%; } ul.date li span { padding: 0 0.1em 0 0; } ul.popular li a { font-size: 0.88em; } .from { padding: 0em 0 1.2em; } p.sed { padding: 1.2em 0 0; } .footer-left-in p { overflow: hidden; } .grid:hover span.rollover1 { height: 208px; width: 235px; } } @media(max-width:768px){ span.menu { display: block; text-align: right; cursor: pointer; position: relative; } .top-nav ul{ display: none; position:absolute; width:100%; z-index: 9999; left: 0%; margin:1em 0em; background:#181f21; border:0; } .top-nav span.menu{ display: block; width:100%; text-align: right; cursor:pointer; } .top-nav ul li{ display: block; float:none; padding: 1em 0.8em; text-align: center; } .top-nav ul li a{ color:#fff; display:block; margin:0; } .top-nav ul li a::after { background: #fff; } .top-nav ul li a::after { left: 44%; width: 12%; height: 0px; } .header { padding: 2.5em 0; } .top-nav { padding: 1em 0 0; } .banner-mat img { height: 190px; } .banner-mat { float: left; width: 24%; } .matter-banner{ float:left; width:51%; } .caption h2 { font-size: 1.5em; } .caption p { font-size: 1.4em; } .caption { top: 25%; } ul.callbacks_tabs.callbacks1_tabs { left: 37%; } .social-in { width: 39%; float: left; } .content-top-in { width: 60%; float: left; } .content-top-in h3 { font-size: 1.5em; line-height: 1.4em; } .content-top-in p { height: 71px; overflow: hidden; } .grid-bottom,.grid { width: 60%; float:left; } .grid { width:40%; } .quick label { display: none; } .footer-left { width:27%; float: left; } .footer-left-in{ float:left; width:63%; } ul.popular li a { font-size: 1em; } .footer-grid { padding: 0 0 2em; } .footer-top { padding: 3em 0; } .grid-bottom p { margin: 13px 0 32px; } .quick input[type="submit"] { width: 15%; } .quick { margin: 2.2em 0 0; } .in-profile { padding: 0; } .grid:hover span.rollover1 { height: 256px; width: 288px; } .work-grid { float: left; width: 50%; } .work-grid:nth-child(9){ display:none; } .contact { padding: 3em 0em 2em; } .contact-map ,.contact-grid{ padding: 0; } .contact-para{ padding:1em 0 0; } .map iframe { min-height: 200px; } .send { padding: 2em 0em; } .contact-grid input[type="text"],.contact-para textarea { width: 95%; } .contact-para h5, .contact-map h5{ margin:1em 0; } .about { padding: 3em 0 0em; } .in-about,.possible-about { padding: 0; } .portfolio { padding: 3em 0; } .contact h2{ padding:0; } .grid-contact { padding: 0; } p.your-para { margin: 1em 0; } } @media(max-width:640px){ .banner-mat img { height: 155px; } .caption h2 { font-size: 1.3em; } .caption p { font-size: 1.2em; } ul.callbacks_tabs.callbacks1_tabs { left: 34%; } .social-in { width: 47%; } .content-top-in { width: 53%; } .grid-bottom p { margin: 10px 0 21px; height:61px; } .grid-bottom h6 { font-size: 1.2em; } .grid-bottom h4 { font-size: 1.4em; } .grid-bottom { padding: 2em 2em; } .content-top { padding: 2em 0; } .bottom-content-in { padding: 3em 0; } .grid:hover span.rollover1 { height: 209px; width: 236px; } .rotate { width: 95.5%; height: 94%; } .our-para { float: none; width: 100%; margin: 0 auto; } .our-para img{ margin: 0 auto; } .our-head { padding: 1em 0; } } @media(max-width:480px){ .banner-mat ,.matter-banner,.social-in,.content-top-in{ float: none; width: 100%; } .matter-banner{ padding:0; } .banner-mat:nth-child(1),.banner-mat:nth-child(3){ display:none; } .grid-bottom p { display: none; } .grid-bottom h4 { font-size: 1.2em; } .grid-bottom h6 { margin: 0 0 1.2em; } .quick input[type="submit"] { width: 22%; } .footer-left-in p { margin:0 0 1em; } .footer-grid h4 { font-size: 1.3em; } .footer-top { padding: 3em 0 1em; } .caption { top: 33%; } ul.callbacks_tabs.callbacks1_tabs { left: 38%; } .content-top-in { padding: 1em 0 0; } .social-in{ padding:0; } .content-bottom { padding: 3em 0; } .bottom-content-in { padding: 2em 0; } .content-top-in p { font-size: 1.5em; height:61px; } .grid:hover span.rollover1 { height: 153px; width: 172px; } .rotate i { margin: 4em 0 0; } .rotate { width: 93.5%; height: 92%; } .portfolio h2 { font-size: 2em; padding: 0 0 0.8em; } .about h2,.contact h2{ font-size:2em; } .about { padding: 2em 0 0em; } .in-about h4, .possible-about h4 { font-size: 1.4em; padding: 0 0 0.7em; } .portfolio { padding: 2em 0; } .contact-para input[type="submit"] { width: 33%; } .matter-banner { z-index: 0; } } @media(max-width:320px){ .header { padding: 1.5em 0; } .logo h1 { font-size: 2em; } .top-nav { padding: 0.8em 0 0; } .caption h2 { font-size: 1.1em; } .caption p { font-size: 1em; } .content-top-in h3 { font-size: 1.2em; } ul.callbacks_tabs.callbacks1_tabs { left: 36%; } .content-top-in p { font-size: 1.3em; height: 49px; } .content-top { padding: 1.5em 0; } .quick input[type="submit"] { width: 37%; } .quick { padding: 1.5em; margin: 1.2em 0 0; } .in-sed { width: 55px; height: 55px; } .in-sed b { font-size: 1.1em; } .in-sed span { font-size: 0.9em; } .in-sed { width: 55px; height: 55px; } .left-sit p { height: 60px; overflow: hidden; } .col-in-about { padding: 0em 0 0.2em; } .in-profile h4 { font-size: 1.3em; margin: 0 0 0.7em; } ul.date li span { font-size: 0.87em; } ul.popular li a { font-size: 0.8em; } p.footer-class { font-size: 1em; padding:1.5em 0; } .content-bottom,.bottom-content-in { padding: 1.5em 0; } .grid ,.grid-bottom{ width: 100%; float:none; } .grid-bottom { padding: 1.5em; } .quick h4 { font-size: 1.3em; } p.sag { font-size: 0.9em; } .footer-grid h4 { font-size: 1.1em; padding: 0 0 0.8em; } .footer-left { width: 39%; } .footer-left-in { width: 60%; } .grid-footer { padding: 1em 0 0; } .footer-grid { padding: 0 0 1.5em; } .grid:hover span.rollover1 { height: 239px; width: 269px; } a.in-more { font-size: 0.9em; } .about h2 { font-size: 1.8em; } .in-about h4, .possible-about h4 { font-size: 1.2em; } p.in{ display:none; } .about { padding: 1.5em 0 0em; } .four { padding: 4em 0em 6em; min-height: 340px; } .four h2 { font-size: 7em; } .portfolio h2{ font-size: 1.7em; padding: 0 0 0.6em; } .contact h2 { font-size: 1.7em; } .rotate i { background: url(../images/se.png) no-repeat 0px 0px; width: 36px; height: 36px; margin: 2em 0 0; background-size: 35px; } .rotate { width: 90.5%; height: 86%; } .portfolio { padding: 1.5em 0 1em; } .contact { padding: 1.5em 0em 1em; } .contact-para h5, .contact-map h5 { margin: 0.5em 0; font-size:1.2em; } .map iframe { min-height: 150px; } p.class-para { font-size: 1em; height: 42px; overflow: hidden; } .contact-grid p { margin: 8px 0px; } .contact-para input[type="submit"] { width: 50%; font-size:1em; } .send { padding: 1em 0em; } .footer-top { padding: 1.5em 0 0em; } }
public/dnbyz/css/style.css
@import url("../css/bootstrap.css"); @import url("../css/magnific-popup.css"); body{ background:url(../images/back.jpg); font-family: 'Open Sans', sans-serif; } body a{ transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } ul{ padding: 0; margin: 0; } h1,h2,h3,h4,h5,h6,label,p{ margin:0; } .header { padding: 3.5em 0 1.5em 0; border-bottom: 1px solid #bcbcbc; } .logo{ float: left; width:23em; height:9em; margin-left:0; margin-top:-2em; background: url(../images/logo_bg.png) no-repeat 0 0; background-size:100% 100%; } .logo h1{ font-size: 2.5em; background: #2f3234; padding: 0.3em; box-shadow: 9px 9px 1px 1px #c9c9c9; font-weight: 700; } .logo h1 a{ text-decoration:none; color:#fff; } .header-bottom{ float:right; width:60%; } .top-nav{ float:right; } .top-nav ul{ border:1px solid #bcbcbc; } .top-nav ul li { display:inline-block; border-right:1px solid #bcbcbc; } .top-nav ul li:nth-child(5){ border-right:none; } .top-nav ul li a { display: inline-block; color: #585858; text-decoration: none; font-weight: 400; font-size: 1.1em; margin:1.2em; font-weight:bold; font-family:'Microsoft YaHei'; } .top-nav ul li a:hover,.top-nav ul li.active a{ color:#c33737; } .copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;} .top-nav span.menu{ display: none; } /*---start-color-changer-----*/ #colorchanger { z-index: 1; top: 20%; position: fixed; } #colorchanger { float:right; } .colorbox { width: 30px; height: 30px; border-left:0px; margin: 1px; cursor: pointer; display: block; } .colorred { background-color: #c33737; } .colorblack { background-color:#6B6D6F; } /*--- slider-css --*/ .slider { position: relative; } .rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; } .rslides li:first-child { position: relative; display: block; float: left; } .rslides img { display: block; height: auto; float: left; width: 100%; border: 0; } .callbacks_tabs a:after { content: "\f111"; font-size: 0; font-family: FontAwesome; visibility: visible; display: block; height: 12px; width: 12px; display: inline-block; background: #bcbcbc; border-radius:50px; } .callbacks_here a:after{ background:#c33737; } .callbacks_tabs a{ visibility:hidden; } .callbacks_tabs li{ display:inline-block; } ul.callbacks_tabs.callbacks1_tabs { position: absolute; bottom: 14px; z-index: 999; left: 45%; } .banner{ border-bottom:1px solid #bcbcbc; padding: 1em 0; } .banner-mat{ padding:0; } .caption{ position: absolute; top: 35%; right: 0%; text-align: right; } .caption h2{ color: #FFF; font-weight: 700; font-size: 2em; text-transform: uppercase; background:#c33737; padding: 0.5em 0.7em; display: inline-block; } .caption p{ color: #6c6e70; font-size: 1.7em; background:#2f3234; padding: 0.5em 1em; font-weight: 100; } /*----*/ .social-in { text-align: center; width: 26%; padding: 1em 0 0; } ul.social-in li{ display: inline-block; } ul.social-in li i{ background: url(../images/img-sprite.png)no-repeat -15px -18px; width: 87px; height: 87px; display: inline-block; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; vertical-align: middle; } ul.social-in li i.pencil{ background-position: -111px -18px; } ul.social-in li i.drop{ background-position:-208px -19px; } .content-top-in h3{ color:#2f3234; font-size:2.2em; text-transform:uppercase; font-weight:700; } .content-top-in p{ color:#727272; font-size:2em; font-weight:100; } .content-top-in { width: 73%; } /*----*/ .bottom-content{ background:#2e3235; padding:0; z-index: 0; } .grid-bottom h4{ color:#fff; font-size:1.5em; font-weight:700; text-transform:uppercase; } .grid-bottom h4{ color:#fff; font-size:1.7em; font-weight:700; text-transform:uppercase; } .grid-bottom h6{ color:#c33737; font-size:1.5em; font-weight:100; } .grid-bottom p{ color:#6d6f71; font-size:1em; font-weight:600; margin: 22px 0; line-height: 1.5em; } .grid{ padding:0; } .grid-bottom { padding: 2.7em 2.4em; border-bottom:1px solid #5A5959; } .amet{ border-bottom:none; } .content-top { padding: 4em 0; border-bottom:1px solid #bcbcbc; } .quick{ background:#c33737; margin: 5.2em 0; position:relative; padding:2.5em 2em; } .quick label{ background:url(../images/sh.png) no-repeat 0px 0px; width: 71px; height: 385px; display: inline-block; position: absolute; top: -28px; left: -59px; } .quick h4 { color: #fff; font-size: 1.5em; font-weight: 700; text-transform: uppercase; } .grid-enter{ position:relative; margin:1em 0; } .grid-enter input[type="text"],.grid-enter textarea,.quick input[type="submit"]{ background:none; border:1px solid #d66767; font-size:1em; color:#d66767; outline:none; padding:0.5em; width:100%; } .grid-enter textarea{ resize:none; height:95px; } .quick input[type="submit"]{ font-weight:700; width:37%; color:#fff; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } .quick input[type="submit"]:hover{ background:#d66767; } .grid-enter i{ background:url(../images/img-sprite.png) no-repeat -425px -137px; width: 35px; height: 35px; display: inline-block; position: absolute; top: 0px; right: 0; border-left: 1px solid #d66767; } .grid-enter i.mail{ background-position:-482px -139px; } .grid-enter i.message{ background-position:-553px -135px; border-bottom: 1px solid #d66767; } .content-bottom { padding: 4em 0; border-bottom: 1px solid #bcbcbc; } .grid:hover span.rollover1 { background: url(../images/pl.png) center no-repeat rgba(11, 10, 9, 0.66); cursor: pointer; height: 253px; width: 284px; display: block; position: absolute; z-index: -9999px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .grid{ -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; position:relative; } /*----*/ .bottom-content-in { padding: 4em 0; } .left-sit p{ margin:0.5em 0; color:#727272; font-size:1em; line-height:1.5em; } .in-sed ,.left-sit{ float:left; } .left-sit{ width:74%; } .in-sed{ color: #fff; background: #c33737; width: 65px; height: 65px; text-align: center; font-weight: 600; margin-right: 6%; padding-top: 11px; border-radius: 100px; } .in-sed b{ font-size: 1.3em; display: block; line-height: 1em; } .in-sed span{ font-size: 1em; font-weight: 100; } a.more{ font-size:1em; color:#c33737; } a.more:hover{ color:#2f3234; text-decoration:none; } a.more b{ color:#2f3234; } .col-in-about{ padding:0em 0 1.2em; } .in-profile h4{ margin:0 0 1.2em; font-size:1.6em; color:#2f3234; text-transform:uppercase; font-weight:700; } .from p{ color:#727272; font-size:1em; line-height:1.5em; } .from { padding: 0em 0 2em; border-bottom: 1px solid #bcbcbc; } .from:nth-child(4){ border-bottom:none; } p.sed{ padding:2em 0 0; } ul.date li{ display:inline-block; } ul.date li span{ font-size:0.9em; color:#c33737; padding: 0 1em 0 0; } ul.date li i{ background: url(../images/img-sprite.png)no-repeat -228px -147px; width: 16px; height: 16px; display: inline-block; vertical-align: middle; margin: 0 5px 0 0; } ul.date li i.date-in{ background-position:-248px -147px; } ul.date li i.comment{ background-position: -274px -148px; } ul.date li a{ text-decoration:none; color:#c33737; } a.in-more{ font-size:1em; color:#fff; font-weight:700; border:1px solid #535353; padding:0.5em; } a.in-more i{ background: url(../images/img-sprite.png) no-repeat -201px -144px; width: 16px; height: 16px; display: inline-block; vertical-align: middle; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; } a.in-more:hover { background:#c33737; border:1px solid #c33737; text-decoration:none; color: #fff; } a.in-more:hover i{ background: url(../images/img-sprite.png) no-repeat -102px -147px; } /*----*/ ul.popular { padding: 1.5em 0 0; } ul.popular li { list-style:none; border-bottom:1px solid #bcbcbc; } ul.popular li:nth-child(5){ border-bottom:none; } ul.popular li a{ text-decoration: none; font-size: 1em; color:#727272; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -moz-transition: 0.5s all; -ms-transition: 0.5s all; padding:0.8em 0; display:block; } ul.popular li i.dot { background: url(../images/img-sprite.png) no-repeat -377px -147px; width: 16px; height: 16px; display: inline-block; margin: 0em 12px 0 0; vertical-align: middle; } ul.popular li a:hover{ color:#c33737; } p.sag{ color:#727272; font-size:1em; line-height:1.5em; } /*--about--*/ .about{ padding:5em 0 1em; } ul.place{ padding: 0; margin: 6px 0; background: #c33737; width: 100%; border-bottom: 2px solid #DE9898; } ul.place li{ display: inline-block; padding: 6px; } ul.place li { font-size: 1em; color: #fff; text-decoration: none; cursor: pointer; } .our-para { float: left; margin-right: 2em; } .our-head h6{ font-size:1.2em; } .our-head h6 a{ text-decoration:none; color:#c33737; } .our-head p,.possible-about p{ color:#727272; font-size:1.5em; line-height:1.5em; } .in-about h4,.possible-about h4{ font-size: 1.7em; font-weight: 700; color: #2f3234; text-transform: uppercase; padding: 0 0 1em; } .about h2{ font-size:3em; color:#c33737; text-align:center; font-weight: 700; padding:0 0 0.5em; } /*--four--*/ .four{ text-align:center; padding: 8em 0em 10em; min-height: 440px; } .four h2{ font-size: 8em; color: #c33737; font-weight: 600; padding: 0.1em 0 0.3em; } .four p{ font-size:1.5em; color:#000; } a.go{ font-size:1em; font-weight:700; padding:0.5em; background:#c33737; color:#fff; border:1px solid #c33737; } a.go:hover { background: none; border:1px solid #c33737; text-decoration:none; } /*----*/ .portfolio h2{ font-size:3em; color:#c33737; text-align:center; font-weight: 700; padding:0 0 1em; } .portfolio { padding: 5em 0; } .work-grid{ position:relative; padding:0 0.5em 1em; } .rotate:hover i{ transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -o-transform: rotateY(360deg); -webkit-transition: 0.8s; -moz-transition: 0.8s; -o-transition: 0.8s; transition: 0.8s; } .rotate i{ background: url(../images/se.png) no-repeat 0px; width: 51px; height: 51px; display: inline-block; margin: 8em 0 0; } .rotate{ position:absolute; top:0; background:#c33737; width:96.5%; height:95.5%; display:none; text-align:center; } .work-grid:hover .rotate{ display:block; } /*--contact--*/ .contact h2{ font-size:3em; color:#c33737; text-align:center; font-weight: 700; padding:0 0 0.5em; } .contact { padding: 2em 1em 4em; } p.class-para{ font-size: 1.1em; line-height: 1.4em; color: #2f3234; } .contact-para h5,.contact-map h5{ margin: 2em 0; font-weight:700; font-size: 1.4em; color:#2f3234; } .contact-map h5{ margin:0 0 1em; } .grid-contact { padding: 0 0 1.5em; } .contact-grid input[type="text"]{ width: 100%; padding: 11px; outline: none; border:1px solid #8d8d8d; -webkit-appearance: none; background:none; } .contact-grid p{ margin: 12px 0px; font-size: 13px; width: 100%; color:#838383; } .contact-para textarea{ resize:none; width: 96%; padding: 1em; margin:0 0 ; background: none; outline:none; border:1px solid #8d8d8d; -webkit-appearance: none; } .contact-para input[type="submit"]{ width: 24%; font-size: 1.1em; padding: 0.5em 1em; text-align: center; outline: none; margin: 0 auto; -webkit-appearance: none; font-weight: 700; transition: 0.5s all; -webkit-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; -moz-transition: 0.5s all; background:#c33737; color:#fff; border:1px solid #c33737; } p.your-para{ margin:0 0 1em; font-size: 13px; width: 100%; color:#838383; } .contact-para input[type="submit"]:hover{ background: none; border:1px solid #c33737; } .send { padding: 3em 0em; } .map iframe{ width: 100%; min-height: 600px; border: none; } .contact-grid { padding: 0 2em 0 0; } /*----*/ .footer-top{ background:#2e3235; padding: 4em 0; } .footer-grid h4{ font-size:1.7em; font-weight:700; color:#fff; text-transform:uppercase; padding: 0 0 1em; } .footer-left{ padding:0; } .footer-left img{ border:1px solid #535353; } .footer-left-in p{ color:#727272; font-size:1em; line-height:1.5em; margin:0 0 2em; } .grid-footer { border-top: 1px solid #535353; padding: 2em 0 0; } p.footer-class{ color:#727272; font-size:1.2em; line-height:1.5em; padding: 2em 0; text-align:center; background:#26282a; } p.footer-class a{ color:#fff; text-decoration:none; } p.footer-class a:hover{ color:#727272; } #toTop { display: none; text-decoration: none; position: fixed; bottom: 25px; right: 10px; overflow: hidden; width: 52px; height: 52px; border: none; text-indent: 100%; background: url('../images/up.png') no-repeat 0px 0px; } .channel-list { margin-top: 14px } .channel-list p, .channel-list dl, .channel-list dt, .channel-list dd { margin: 0; padding: 0; list-style: none } .channel-list ul { list-style: none; padding: 0; margin-top: 0; margin-bottom: 0 } .channel-list li { margin-bottom: 14px; } .channel-list .channel-list-img { position: relative; text-align: center; overflow: hidden; _zoom: 1 } .channel-list .channel-list-con { border-top: 1px solid #eee; padding: 10px 0 10px 0; } .channel-list .channel-list-des { float: left; } .channel-list .channel-list-des dt { font-size: 24px; color: #333 } .channel-list .channel-list-des dt span, .channel-list .channel-list-des dt b { color: #ff6700 } .channel-list .channel-list-des dt span { font-size: 14px } .channel-list .channel-list-des dt b { margin-left: 10px; font-weight: 400 } .channel-list .channel-list-des dd { height: 45px; overflow: hidden; _zoom: 1; color: #757575 } .channel-list .channel-list-btn { float: right } .list{margin-top:20px;min-height:400px;} .list .news{} .list .news .title{height:30px;line-height:30px;color:#666666;} .list .news .title font{color:#FF5300;margin-right:6px;} .list .news .content{line-height:30px;color:#956144;} .row { margin-left: -14px; _margin-left: 0; *zoom: 1 } .row:before, .row:after { content: " "; display: table } .row:after { clear: both } .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .span13, .span14, .span15, .span16, .span17, .span18, .span19, .span20 { float: left; margin-left: 14px; min-height: 1px } .span10 { width: 48% } .btn-line-primary:hover { color: #fff; background-color: #f25807; border-color: #f25807 } .btn { display: inline-block; *zoom: 1; *display: inline; width: 6em; height: 2.4em; padding: 0; margin: 0; border: 1px solid #b0b0b0; font-size: 14px; line-height: 2.4em; text-align: center; color: #b0b0b0; cursor: pointer; -webkit-transition: all .4s; transition: all .4s } .btn-line-primary { background: #fff; color: #ff6700; border: 1px solid #ff6700; } /*--responsive--*/ @media(max-width:1440px){ } @media(max-width:1366px){ .banner-mat img { height: 345px; } } @media(max-width:1280px){ .banner-mat img { height: 322px; } .social-in { width: 29%; } .content-top-in { width: 71%; } } @media(max-width:1024px){ .banner-mat img { height: 255px; } .caption { top: 30%; } .content-top-in h3 { font-size: 1.7em; } .content-top-in p { font-size: 1.7em; } .grid-bottom p { margin: 3px 0 19px; height: 41px; overflow: hidden; } .quick { margin: 2.2em 0; } .left-sit { width: 71%; } ul.date li span { padding: 0 0.1em 0 0; } ul.popular li a { font-size: 0.88em; } .from { padding: 0em 0 1.2em; } p.sed { padding: 1.2em 0 0; } .footer-left-in p { overflow: hidden; } .grid:hover span.rollover1 { height: 208px; width: 235px; } } @media(max-width:768px){ span.menu { display: block; text-align: right; cursor: pointer; position: relative; } .top-nav ul{ display: none; position:absolute; width:100%; z-index: 9999; left: 0%; margin:1em 0em; background:#181f21; border:0; } .top-nav span.menu{ display: block; width:100%; text-align: right; cursor:pointer; } .top-nav ul li{ display: block; float:none; padding: 1em 0.8em; text-align: center; } .top-nav ul li a{ color:#fff; display:block; margin:0; } .top-nav ul li a::after { background: #fff; } .top-nav ul li a::after { left: 44%; width: 12%; height: 0px; } .header { padding: 2.5em 0; } .top-nav { padding: 1em 0 0; } .banner-mat img { height: 190px; } .banner-mat { float: left; width: 24%; } .matter-banner{ float:left; width:51%; } .caption h2 { font-size: 1.5em; } .caption p { font-size: 1.4em; } .caption { top: 25%; } ul.callbacks_tabs.callbacks1_tabs { left: 37%; } .social-in { width: 39%; float: left; } .content-top-in { width: 60%; float: left; } .content-top-in h3 { font-size: 1.5em; line-height: 1.4em; } .content-top-in p { height: 71px; overflow: hidden; } .grid-bottom,.grid { width: 60%; float:left; } .grid { width:40%; } .quick label { display: none; } .footer-left { width:27%; float: left; } .footer-left-in{ float:left; width:63%; } ul.popular li a { font-size: 1em; } .footer-grid { padding: 0 0 2em; } .footer-top { padding: 3em 0; } .grid-bottom p { margin: 13px 0 32px; } .quick input[type="submit"] { width: 15%; } .quick { margin: 2.2em 0 0; } .in-profile { padding: 0; } .grid:hover span.rollover1 { height: 256px; width: 288px; } .work-grid { float: left; width: 50%; } .work-grid:nth-child(9){ display:none; } .contact { padding: 3em 0em 2em; } .contact-map ,.contact-grid{ padding: 0; } .contact-para{ padding:1em 0 0; } .map iframe { min-height: 200px; } .send { padding: 2em 0em; } .contact-grid input[type="text"],.contact-para textarea { width: 95%; } .contact-para h5, .contact-map h5{ margin:1em 0; } .about { padding: 3em 0 0em; } .in-about,.possible-about { padding: 0; } .portfolio { padding: 3em 0; } .contact h2{ padding:0; } .grid-contact { padding: 0; } p.your-para { margin: 1em 0; } } @media(max-width:640px){ .banner-mat img { height: 155px; } .caption h2 { font-size: 1.3em; } .caption p { font-size: 1.2em; } ul.callbacks_tabs.callbacks1_tabs { left: 34%; } .social-in { width: 47%; } .content-top-in { width: 53%; } .grid-bottom p { margin: 10px 0 21px; height:61px; } .grid-bottom h6 { font-size: 1.2em; } .grid-bottom h4 { font-size: 1.4em; } .grid-bottom { padding: 2em 2em; } .content-top { padding: 2em 0; } .bottom-content-in { padding: 3em 0; } .grid:hover span.rollover1 { height: 209px; width: 236px; } .rotate { width: 95.5%; height: 94%; } .our-para { float: none; width: 100%; margin: 0 auto; } .our-para img{ margin: 0 auto; } .our-head { padding: 1em 0; } } @media(max-width:480px){ .banner-mat ,.matter-banner,.social-in,.content-top-in{ float: none; width: 100%; } .matter-banner{ padding:0; } .banner-mat:nth-child(1),.banner-mat:nth-child(3){ display:none; } .grid-bottom p { display: none; } .grid-bottom h4 { font-size: 1.2em; } .grid-bottom h6 { margin: 0 0 1.2em; } .quick input[type="submit"] { width: 22%; } .footer-left-in p { margin:0 0 1em; } .footer-grid h4 { font-size: 1.3em; } .footer-top { padding: 3em 0 1em; } .caption { top: 33%; } ul.callbacks_tabs.callbacks1_tabs { left: 38%; } .content-top-in { padding: 1em 0 0; } .social-in{ padding:0; } .content-bottom { padding: 3em 0; } .bottom-content-in { padding: 2em 0; } .content-top-in p { font-size: 1.5em; height:61px; } .grid:hover span.rollover1 { height: 153px; width: 172px; } .rotate i { margin: 4em 0 0; } .rotate { width: 93.5%; height: 92%; } .portfolio h2 { font-size: 2em; padding: 0 0 0.8em; } .about h2,.contact h2{ font-size:2em; } .about { padding: 2em 0 0em; } .in-about h4, .possible-about h4 { font-size: 1.4em; padding: 0 0 0.7em; } .portfolio { padding: 2em 0; } .contact-para input[type="submit"] { width: 33%; } .matter-banner { z-index: 0; } } @media(max-width:320px){ .header { padding: 1.5em 0; } .logo h1 { font-size: 2em; } .top-nav { padding: 0.8em 0 0; } .caption h2 { font-size: 1.1em; } .caption p { font-size: 1em; } .content-top-in h3 { font-size: 1.2em; } ul.callbacks_tabs.callbacks1_tabs { left: 36%; } .content-top-in p { font-size: 1.3em; height: 49px; } .content-top { padding: 1.5em 0; } .quick input[type="submit"] { width: 37%; } .quick { padding: 1.5em; margin: 1.2em 0 0; } .in-sed { width: 55px; height: 55px; } .in-sed b { font-size: 1.1em; } .in-sed span { font-size: 0.9em; } .in-sed { width: 55px; height: 55px; } .left-sit p { height: 60px; overflow: hidden; } .col-in-about { padding: 0em 0 0.2em; } .in-profile h4 { font-size: 1.3em; margin: 0 0 0.7em; } ul.date li span { font-size: 0.87em; } ul.popular li a { font-size: 0.8em; } p.footer-class { font-size: 1em; padding:1.5em 0; } .content-bottom,.bottom-content-in { padding: 1.5em 0; } .grid ,.grid-bottom{ width: 100%; float:none; } .grid-bottom { padding: 1.5em; } .quick h4 { font-size: 1.3em; } p.sag { font-size: 0.9em; } .footer-grid h4 { font-size: 1.1em; padding: 0 0 0.8em; } .footer-left { width: 39%; } .footer-left-in { width: 60%; } .grid-footer { padding: 1em 0 0; } .footer-grid { padding: 0 0 1.5em; } .grid:hover span.rollover1 { height: 239px; width: 269px; } a.in-more { font-size: 0.9em; } .about h2 { font-size: 1.8em; } .in-about h4, .possible-about h4 { font-size: 1.2em; } p.in{ display:none; } .about { padding: 1.5em 0 0em; } .four { padding: 4em 0em 6em; min-height: 340px; } .four h2 { font-size: 7em; } .portfolio h2{ font-size: 1.7em; padding: 0 0 0.6em; } .contact h2 { font-size: 1.7em; } .rotate i { background: url(../images/se.png) no-repeat 0px 0px; width: 36px; height: 36px; margin: 2em 0 0; background-size: 35px; } .rotate { width: 90.5%; height: 86%; } .portfolio { padding: 1.5em 0 1em; } .contact { padding: 1.5em 0em 1em; } .contact-para h5, .contact-map h5 { margin: 0.5em 0; font-size:1.2em; } .map iframe { min-height: 150px; } p.class-para { font-size: 1em; height: 42px; overflow: hidden; } .contact-grid p { margin: 8px 0px; } .contact-para input[type="submit"] { width: 50%; font-size:1em; } .send { padding: 1em 0em; } .footer-top { padding: 1.5em 0 0em; } }
0.147955
0.06276
float: right; } #features > li:nth-child(3).active .feature-intro h1 { color: #850011; } #features > li:nth-child(3).active .feature-intro h2 { color: #9F1022; } #features > li:nth-child(3).active .feature-intro .feature-summary { color: #BE0000; } #feature-suishouchu-bg { position: absolute; float: left; left: calc((100% - 1200px) / 2); top: calc(180px + 50px); width: 600px; height: 600px; background-color: #FC6353; border-radius: 50%; z-index: 0; transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); } #features > li.active #feature-suishouchu-bg { left: calc((100% - 3000px) / 2); top: calc(((3000px - 700px) / 2) * (-1)); width: 3000px; height: 3000px; } #features > li:nth-child(3) img { float: left; } #features > li:nth-child(3) .feature-icon-1 { left: 56px; top: calc(265px + 180px + 50px); transition-duration: 500ms; transition-property: all; transition-delay: 0; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-2 { left: 149px; top: calc(98px + 180px + 50px); transition-duration: 500ms; transition-property: all; transition-delay: 50ms; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-3 { left: 348px; top: calc(80px + 180px + 50px); transition-duration: 500ms; transition-property: all; transition-delay: 100ms; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-4 { left: 404px; top: calc(301px + 180px + 50px); transition-duration: 500ms; transition-property: all; transition-delay: 150ms; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-circle { position: absolute; left: 139px; top: calc(135px + 180px + 50px); width: 323px; height: 323px; border-radius: 50%; border: 4px solid rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 0); transition-duration: 500ms; transition-property: all; transition-delay: 200ms; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-tail { left: 298px; top: calc(-2px - 230px); z-index: 3; -webkit-mask-image: url(../shapes/suishouchu/mask.svg); -webkit-mask-repeat: no-repeat; -webkit-mask-position: -300px 461px; } #features > li:nth-child(3) .feature-icon-mouse { left: 254px; top: calc(228px + 180px + 50px); z-index: 5; } #features > li:nth-child(3) .feature-icon-upload { left: 279px; top: calc(260px + 180px + 50px); z-index: 8; opacity: 0; transition-duration: 300ms; transition-property: all; transition-delay: 900ms; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-hand { left: 256px; top: calc(235px + 180px + 50px); z-index: 10; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-sleeve { left: 274px; top: calc(411px + 180px + 50px); z-index: 15; -webkit-mask-image: url(../shapes/suishouchu/mask.svg); -webkit-mask-repeat: no-repeat; -webkit-mask-position: -273px -411px; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } /* Actived */ #features > li:nth-child(3).active .feature-icon-1 { left: calc(56px - 90px); top: calc(265px + 80px + 180px + 50px); } #features > li:nth-child(3).active .feature-icon-2 { left: calc(149px - 80px); top: calc(98px - 60px + 180px + 50px); } #features > li:nth-child(3).active .feature-icon-3 { left: calc(348px + 90px); top: calc(80px - 60px + 180px + 50px); } #features > li:nth-child(3).active .feature-icon-4 { left: calc(404px + 110px); top: calc(301px + 30px + 180px + 50px); } #features > li:nth-child(3).active .feature-icon-circle { left: calc(139px + (323px - 200px) / 2); top: calc(135px + ((323px - 200px) / 2) + 180px + 50px); width: 200px; height: 200px; background-color: rgba(255, 255, 255, 1); border: 4px solid rgba(255, 255, 255, 0); } #features > li:nth-child(3).active .feature-icon-tail { top: calc(-2px - 230px); -webkit-mask-image: none; animation-name: feature-icon-tail-animation; animation-duration: 1000ms; animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } @keyframes feature-icon-tail-animation { 0% { top: calc(-2px - 230px); } 30% { top: calc(-2px); } 60% { top: calc(-2px); } 100% { top: calc(-2px - 230px); } } #features > li:nth-child(3).active .feature-icon-mouse { top: calc(228px + 180px + 50px); animation-name: feature-icon-mouse-animation; animation-duration: 1000ms; animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } @keyframes feature-icon-mouse-animation { 0% { top: calc(228px + 180px + 50px); } 30% { top: calc(228px + 230px + 180px + 50px); } 60% { top: calc(228px + 230px + 180px + 50px); } 100% { top: calc(228px + 180px + 50px); } } #features > li:nth-child(3).active .feature-icon-upload { opacity: 1; } #features > li:nth-child(3).active .feature-icon-hand { top: calc(255px + 230px + 180px + 50px); } #features > li:nth-child(3).active .feature-icon-sleeve { top: calc(426px + 230px + 180px + 50px); -webkit-mask-image: none; }
assets/styles/suishouchu.css
float: right; } #features > li:nth-child(3).active .feature-intro h1 { color: #850011; } #features > li:nth-child(3).active .feature-intro h2 { color: #9F1022; } #features > li:nth-child(3).active .feature-intro .feature-summary { color: #BE0000; } #feature-suishouchu-bg { position: absolute; float: left; left: calc((100% - 1200px) / 2); top: calc(180px + 50px); width: 600px; height: 600px; background-color: #FC6353; border-radius: 50%; z-index: 0; transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); } #features > li.active #feature-suishouchu-bg { left: calc((100% - 3000px) / 2); top: calc(((3000px - 700px) / 2) * (-1)); width: 3000px; height: 3000px; } #features > li:nth-child(3) img { float: left; } #features > li:nth-child(3) .feature-icon-1 { left: 56px; top: calc(265px + 180px + 50px); transition-duration: 500ms; transition-property: all; transition-delay: 0; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-2 { left: 149px; top: calc(98px + 180px + 50px); transition-duration: 500ms; transition-property: all; transition-delay: 50ms; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-3 { left: 348px; top: calc(80px + 180px + 50px); transition-duration: 500ms; transition-property: all; transition-delay: 100ms; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-4 { left: 404px; top: calc(301px + 180px + 50px); transition-duration: 500ms; transition-property: all; transition-delay: 150ms; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-circle { position: absolute; left: 139px; top: calc(135px + 180px + 50px); width: 323px; height: 323px; border-radius: 50%; border: 4px solid rgba(255, 255, 255, 1); background-color: rgba(255, 255, 255, 0); transition-duration: 500ms; transition-property: all; transition-delay: 200ms; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-tail { left: 298px; top: calc(-2px - 230px); z-index: 3; -webkit-mask-image: url(../shapes/suishouchu/mask.svg); -webkit-mask-repeat: no-repeat; -webkit-mask-position: -300px 461px; } #features > li:nth-child(3) .feature-icon-mouse { left: 254px; top: calc(228px + 180px + 50px); z-index: 5; } #features > li:nth-child(3) .feature-icon-upload { left: 279px; top: calc(260px + 180px + 50px); z-index: 8; opacity: 0; transition-duration: 300ms; transition-property: all; transition-delay: 900ms; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-hand { left: 256px; top: calc(235px + 180px + 50px); z-index: 10; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } #features > li:nth-child(3) .feature-icon-sleeve { left: 274px; top: calc(411px + 180px + 50px); z-index: 15; -webkit-mask-image: url(../shapes/suishouchu/mask.svg); -webkit-mask-repeat: no-repeat; -webkit-mask-position: -273px -411px; transition-duration: 300ms; transition-property: all; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } /* Actived */ #features > li:nth-child(3).active .feature-icon-1 { left: calc(56px - 90px); top: calc(265px + 80px + 180px + 50px); } #features > li:nth-child(3).active .feature-icon-2 { left: calc(149px - 80px); top: calc(98px - 60px + 180px + 50px); } #features > li:nth-child(3).active .feature-icon-3 { left: calc(348px + 90px); top: calc(80px - 60px + 180px + 50px); } #features > li:nth-child(3).active .feature-icon-4 { left: calc(404px + 110px); top: calc(301px + 30px + 180px + 50px); } #features > li:nth-child(3).active .feature-icon-circle { left: calc(139px + (323px - 200px) / 2); top: calc(135px + ((323px - 200px) / 2) + 180px + 50px); width: 200px; height: 200px; background-color: rgba(255, 255, 255, 1); border: 4px solid rgba(255, 255, 255, 0); } #features > li:nth-child(3).active .feature-icon-tail { top: calc(-2px - 230px); -webkit-mask-image: none; animation-name: feature-icon-tail-animation; animation-duration: 1000ms; animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } @keyframes feature-icon-tail-animation { 0% { top: calc(-2px - 230px); } 30% { top: calc(-2px); } 60% { top: calc(-2px); } 100% { top: calc(-2px - 230px); } } #features > li:nth-child(3).active .feature-icon-mouse { top: calc(228px + 180px + 50px); animation-name: feature-icon-mouse-animation; animation-duration: 1000ms; animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } @keyframes feature-icon-mouse-animation { 0% { top: calc(228px + 180px + 50px); } 30% { top: calc(228px + 230px + 180px + 50px); } 60% { top: calc(228px + 230px + 180px + 50px); } 100% { top: calc(228px + 180px + 50px); } } #features > li:nth-child(3).active .feature-icon-upload { opacity: 1; } #features > li:nth-child(3).active .feature-icon-hand { top: calc(255px + 230px + 180px + 50px); } #features > li:nth-child(3).active .feature-icon-sleeve { top: calc(426px + 230px + 180px + 50px); -webkit-mask-image: none; }
0.525612
0.164819
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Titillium+Web:400,600,700&display=swap'); * { font-family: 'Open Sans', sans-serif; } /** Ionic CSS Variables **/ :root { --ion-background-color: #e5e5e5; --ion-color-primary: #881AE8; --ion-color-primary-rgb: 56, 128, 255; --ion-color-primary-contrast: #ffffff; --ion-color-primary-contrast-rgb: 255, 255, 255; --ion-color-primary-shade: #3171e0; --ion-color-primary-tint: #4c8dff; --ion-color-secondary: #FFBD17; --ion-color-secondary-rgb: 255, 189, 23; --ion-color-secondary-contrast: #000000; --ion-color-secondary-contrast-rgb: 0, 0, 0; --ion-color-secondary-shade: #e0a614; --ion-color-secondary-tint: #ffc42e; --ion-color-tertiary: #C670D0; --ion-color-tertiary-rgb: 198, 112, 208; --ion-color-tertiary-contrast: #000000; --ion-color-tertiary-contrast-rgb: 0, 0, 0; --ion-color-tertiary-shade: #ae63b7; --ion-color-tertiary-tint: #cc7ed5; --ion-color-success: #10dc60; --ion-color-success-rgb: 16, 220, 96; --ion-color-success-contrast: #ffffff; --ion-color-success-contrast-rgb: 255, 255, 255; --ion-color-success-shade: #0ec254; --ion-color-success-tint: #28e070; --ion-color-warning: #ffce00; --ion-color-warning-rgb: 255, 206, 0; --ion-color-warning-contrast: #ffffff; --ion-color-warning-contrast-rgb: 255, 255, 255; --ion-color-warning-shade: #e0b500; --ion-color-warning-tint: #ffd31a; --ion-color-danger: #f04141; --ion-color-danger-rgb: 245, 61, 61; --ion-color-danger-contrast: #ffffff; --ion-color-danger-contrast-rgb: 255, 255, 255; --ion-color-danger-shade: #d33939; --ion-color-danger-tint: #f25454; --ion-color-dark: #222428; --ion-color-dark-rgb: 34, 34, 34; --ion-color-dark-contrast: #ffffff; --ion-color-dark-contrast-rgb: 255, 255, 255; --ion-color-dark-shade: #1e2023; --ion-color-dark-tint: #383a3e; --ion-color-medium: #9D9D9D; --ion-color-medium-rgb: 152, 154, 162; --ion-color-medium-contrast: #ffffff; --ion-color-medium-contrast-rgb: 255, 255, 255; --ion-color-medium-shade: #86888f; --ion-color-medium-tint: #a2a4ab; --ion-color-light: #F8F8F8; --ion-color-light-rgb: 244, 244, 244; --ion-color-light-contrast: #000000; --ion-color-light-contrast-rgb: 0, 0, 0; --ion-color-light-shade: #d7d8da; --ion-color-light-tint: #f5f6f9; }
src/theme/variables.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Titillium+Web:400,600,700&display=swap'); * { font-family: 'Open Sans', sans-serif; } /** Ionic CSS Variables **/ :root { --ion-background-color: #e5e5e5; --ion-color-primary: #881AE8; --ion-color-primary-rgb: 56, 128, 255; --ion-color-primary-contrast: #ffffff; --ion-color-primary-contrast-rgb: 255, 255, 255; --ion-color-primary-shade: #3171e0; --ion-color-primary-tint: #4c8dff; --ion-color-secondary: #FFBD17; --ion-color-secondary-rgb: 255, 189, 23; --ion-color-secondary-contrast: #000000; --ion-color-secondary-contrast-rgb: 0, 0, 0; --ion-color-secondary-shade: #e0a614; --ion-color-secondary-tint: #ffc42e; --ion-color-tertiary: #C670D0; --ion-color-tertiary-rgb: 198, 112, 208; --ion-color-tertiary-contrast: #000000; --ion-color-tertiary-contrast-rgb: 0, 0, 0; --ion-color-tertiary-shade: #ae63b7; --ion-color-tertiary-tint: #cc7ed5; --ion-color-success: #10dc60; --ion-color-success-rgb: 16, 220, 96; --ion-color-success-contrast: #ffffff; --ion-color-success-contrast-rgb: 255, 255, 255; --ion-color-success-shade: #0ec254; --ion-color-success-tint: #28e070; --ion-color-warning: #ffce00; --ion-color-warning-rgb: 255, 206, 0; --ion-color-warning-contrast: #ffffff; --ion-color-warning-contrast-rgb: 255, 255, 255; --ion-color-warning-shade: #e0b500; --ion-color-warning-tint: #ffd31a; --ion-color-danger: #f04141; --ion-color-danger-rgb: 245, 61, 61; --ion-color-danger-contrast: #ffffff; --ion-color-danger-contrast-rgb: 255, 255, 255; --ion-color-danger-shade: #d33939; --ion-color-danger-tint: #f25454; --ion-color-dark: #222428; --ion-color-dark-rgb: 34, 34, 34; --ion-color-dark-contrast: #ffffff; --ion-color-dark-contrast-rgb: 255, 255, 255; --ion-color-dark-shade: #1e2023; --ion-color-dark-tint: #383a3e; --ion-color-medium: #9D9D9D; --ion-color-medium-rgb: 152, 154, 162; --ion-color-medium-contrast: #ffffff; --ion-color-medium-contrast-rgb: 255, 255, 255; --ion-color-medium-shade: #86888f; --ion-color-medium-tint: #a2a4ab; --ion-color-light: #F8F8F8; --ion-color-light-rgb: 244, 244, 244; --ion-color-light-contrast: #000000; --ion-color-light-contrast-rgb: 0, 0, 0; --ion-color-light-shade: #d7d8da; --ion-color-light-tint: #f5f6f9; }
0.563978
0.076788
@charset "utf-8"; /* CSS Document */ @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body, html{ height: 100% } body{ background: #fff; } h1, h2, h3, h4, h5, h6{ } p, a{ } h1, h2, h3, h4, h5, h6, p, a, ul, li{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a:hover{ text-decoration: none; } .no_pad{ padding: 0 } .navbar-default{ margin-bottom: 0; background: none; box-shadow: none; border: 0; } .sidenav { height: 100%; /* 100% Full-height */ position: fixed; /* Stay in place */ z-index: 999; /* Stay on top */ top: 0; left: -500px; background: #45261a; background-repeat: no-repeat; background-size: cover; overflow-x: hidden; /* Disable horizontal scroll */ padding-top: 60px; /* Place content 60px from the top */ transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */ -webkit-transition: 0.2s; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); width: 250px; } .navbar-fixed-top { top: 0; border-width: 0 0 1px; animation: fadeInDown .8s; } /* The navigation menu links */ /* When you mouse over the navigation links, change their color */ .sidenav a:hover, .sidenav a:focus { color: #fff; text-decoration: none; padding-left: 40px; } /* Position and style the close button (top right corner) */ .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .sidenav a { text-align: left; padding: 8px 8px 8px 32px; text-decoration: none; font-size: 12px; color: #fff; display: block; transition: 0.3s; text-transform: uppercase; } .mobilecontainer span { color: #45261a; margin-right: 0; margin-top: 0; padding: 7px 10px; } .mobilecontainer img { width: 50%; margin: 10px 0; } .mobilecontainer { background-color: #fff; padding-left: 20px; } .navigation .caret { position: relative; left: 5px; } #mySidenav ul.dropdown-menu { position: static; float: none !important; width: 100%; display: none; background: #4a291c; } #mySidenav ul.dropdown-menu li { float: none; display: block; padding: 0 0px 4px; } #mySidenav .caret { display: none; } #mySidenav #hassubmenu { position: relative; } #mySidenav #hassubmenu i.fa.fa-angle-down { position: absolute; right: 20px; background: black; color: #fff; height: 20px; width: 20px; text-align: center; border-radius: 0; padding-top: 2px; top: 6px; } #mySidenav div { border-top: 1px solid white; } #mySidenav div:last-child { border-bottom: 1px solid white; } #mySidenav a.closebtn+div { margin-top: 10px; } #mySidenav ul.submenu { /* display: none; */ padding: 0; background-color: #000; width: 100%; overflow: scroll; height: 150px; } #mySidenav .dropdown-menu>li>a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #fff; white-space: nowrap; } .navigation ul li > .dropdown-menu li a i{ float: right; right: 14px; font-weight: bold; margin-top: 1px; position: absolute; font-size: 17px; } .navigation ul .show-on-hover:hover>ul.submenu { left: 101% !important; top: -25% !important; } .navigation ul li > .dropdown-menu li i.fa.fa-angle-down{display: none;} /* sidenav-css end */ /*nav-css BEGINS */ .navigation ul { text-align: right; margin: 33px 0 33px 0; } .navigation ul li { list-style: none; display: inline-block; } .navigation ul li a { font-size: 16px; color: #000; padding: 25px 30px 25px 30px; font-weight: 600; cursor: pointer; font-family: 'Poppins'; font-weight: 500; } .navigation ul li a:hover { color: #663a82; } .navigation ul li.active a { color: #663a82; } /*DropDown Css Begin here*/ .navigation ul .show-on-hover:hover>ul.dropdown-menu { display: block; } .navigation ul li .dropdown-menu li { float: none; display: block; } .navigation ul li > .dropdown-menu li a { float: none; display: block; text-align: left; padding: 7px 12px 10px 12px; font-size: 15px; color: #000; } .navigation ul li > .dropdown-menu li a:hover { background-color: #ececec; } .navigation ul li > .dropdown-menu { border-radius: 0; border: none; padding: 12px 0 12px 0; box-shadow: 0 0 11px rgba(0,0,0,0.3); top: 90%; left:48px; } .navigation ul>li>a span img { display: inline; margin-left: 11px; } .navigation ul li > .dropdown-menu:after { content: ''; position: absolute; border-style: solid; border-width: 0 12px 16px; border-color: #FFFFFF transparent; display: block; width: 0; z-index: 1; top: -16px; left: 113px; } .navigation ul.dropdown-menu.submenu:after { display: none; } .navigation ul li > .dropdown-menu>.active>a { background-color: transparent; color: #4b2a1c; font-weight: 600; } .main-logo img { /*margin: 10px 0px 5px 0px;*/ width: 13%; margin: 8px auto; } /*top bar css start*/ .top-bar-navigation-list ul li { list-style: none; display: inline-block; margin: 0 22px; } .top-bar-navigation-list ul { text-align: right; } section.top-bar-sec ul li a { color: #010101; font-size: 14px; line-height: 20px; font-weight: 400; font-family: 'Poppins', sans-serif; text-transform: capitalize; text-decoration: none; } section.top-bar-sec ul li a:hover { color: #ed6394; } section.top-bar-sec { background-color: #f4f4f4; padding-top: 15px; padding-bottom: 10px; box-shadow: 0px 2px 6px 0px #ccc; } .search-top-bar .fa { color: #000; font-size: 24px; margin-top: 30px !important; margin: 0 auto; } /*top bar css end*/ /*header ends*/ /*search css start*/ #search { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgb(0 0 0 / 90%); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-transform: translate(0px, -100%) scale(0, 0); -moz-transform: translate(0px, -100%) scale(0, 0); -o-transform: translate(0px, -100%) scale(0, 0); -ms-transform: translate(0px, -100%) scale(0, 0); transform: translate(0px, -100%) scale(0, 0); opacity: 0; z-index: 999; } #search.open { -webkit-transform: translate(0px, 0px) scale(1, 1); -moz-transform: translate(0px, 0px) scale(1, 1); -o-transform: translate(0px, 0px) scale(1, 1); -ms-transform: translate(0px, 0px) scale(1, 1); transform: translate(0px, 0px) scale(1, 1); opacity: 1; } #search input[type="search"] { position: absolute; top: 50%; width: 100%; color: rgb(255, 255, 255); background: rgba(0, 0, 0, 0); font-size: 60px; font-weight: 300; text-align: center; border: 0px; margin: 0px auto; margin-top: -51px; padding-left: 30px; padding-right: 30px; outline: none; } #search .btn { position: absolute; top: 50%; left: 50%; margin-top: 61px; margin-left: -45px; background-color: #ed6394; border: 1px solid #ed6394; padding: 8px 29px; } #search .close { position: fixed; top: 15px; right: 15px; color: #fff; background-color: #ed6394; border-color: #ed6394; opacity: 1; padding: 10px 17px; font-size: 27px; } #search.btn-primary { color: #fff; background-color: #00AC7B; border-color: #00AC7B; } /*search css end*/ /* Main Slider */ section.sliderSec { position: relative; } .sliderOverly { position: relative; } .sliderOverly:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; /*background-image: -moz-linear-gradient( 0deg, rgb(15,25,52) 0%, rgba(67,72,85,0.37) 63%, rgba(118,118,118,0) 100%); background-image: -webkit-linear-gradient( 0deg, rgb(15,25,52) 0%, rgba(67,72,85,0.37) 63%, rgba(118,118,118,0) 100%); background-image: -ms-linear-gradient( 0deg, rgb(15,25,52) 0%, rgba(67,72,85,0.37) 63%, rgba(118,118,118,0) 100%);*/ z-index: 1; } .sliderSec .carousel-caption { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 99; padding: 0; text-align: left; text-shadow: none; display: flex; align-items: center; color: #000; } .sliderSec .sliderOverly img { width: 100%; } .sliderSec h3 { margin: 0; font-size: 24px; line-height: 48px; font-weight: 400; text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.243); text-transform: uppercase; letter-spacing: 1px; } .sliderSec h2 { margin: 10px 0; font-size: 80px; line-height: 75px; font-weight: bold; color: #9c1a1e; text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.243); } .sliderSec p { color: #000; font-size: 15px; line-height: 25px; text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.243); width: 85%; } .sliderSec .btn { margin-top: 10px; box-shadow: 2.5px 4.33px 5px 0px rgba(53, 53, 53, 0.137); min-width: 119px; padding: 10px 16px; background-color: #9c1a1e; font-size: 15px; font-weight: 400; color: #fff; } .sliderSec a.btn.btn1.border_bt { border: 1px solid #fff; background: #0059a2; margin-right: 5px; } .sliderSec .carousel-control { position: absolute; top: 50%; bottom: auto; width: 40px; height: 40px; border-radius: 100%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #ffffff; text-align: center; background-color: #0b0c10; background-image: none; opacity: 1; } .sliderSec .carousel-control.left { left: 1%; } .sliderSec .carousel-control.right { right: 1%; left: auto; } .sliderSec .carousel-control:hover, .sliderSec .carousel-control:focus { opacity: 1; background: #f4ce2b; color: #000; } .sliderSec .carousel-indicators li { border: 2px solid #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background: #383520; width: 12px; height: 12px; margin: 0 0 7px 0; } .sliderSec .carousel-indicators .active { margin: 0 0 7px 0; background-color: #1ba8f0; width: 12px; height: 12px; border-color: #fff; } /* END: sliderSec CSS */ /* Quotes Section Css Start */ section.quotes { background: linear-gradient(to right, #0059a2 0%,#0059a2 50%,#9b191d 50%,#9b191d 100%); margin-top: -12px; padding: 10px 0px 15px 0px; overflow: hidden; } .quotes-left-content h3 { color: #fff; font-size: 30px; font-family: 'Oswald'; } .quotes-left-content h3 { color: #fff; font-size: 30px; font-family: 'Oswald'; font-weight: 400; letter-spacing: 1px; margin-bottom: 0px; } .quotes-left-content p { font-size: 14px; color: #fff; font-weight: 300; width: 470px; font-family: 'Poppins'; line-height: 23px; } .quotes-left-content { position: relative; } .quotes-call-icon { content: ''; position: absolute; top: 25px; left: 542px; right: 0; bottom: 0; justify-content: center; display: flex; text-align: center; align-items: center; background-color: #0059a2; color: #fff; padding: 10px; width: 50px; height: 50px; border-radius: 50px; font-size: 22px; border: 2px solid #fff; } .quotes-right-content h2 { color: #fff; font-size: 30px; text-transform: uppercase; margin-top: 50px; margin-left: 22px; font-family: 'Oswald'; font-weight: 400; } .quotes-call-icon a i.fa.fa-phone { color: #fff; padding: 17px; } /* Quotes Section Css End /* Seen Sec Css Start */ section.seen-sec { padding: 50px 0px 90px 0px; } .seen-text h2 { color: #000; font-size: 46px; text-align: center; text-shadow: none; font-weight: 300; font-family: 'Poppins'; margin-bottom: 50px; } .width20 { width: 20%; } .seen-logo-1 img { margin-top: 10px; } .seen-logo-2 img { margin-top: 6px; } .seen-logo-3 img { margin-top: 15px; } .seen-text p { font-size: 16px; line-height: 28px; text-align: center; font-weight: 300; font-family: 'Poppins'; width: 76%; margin: 0 auto; margin-top: 40px; color: #000; } .learn-btn-list-1 a.learn-btn-1 { color: #fff; background-color: #FF6563; padding: 13px 35px; border-radius: 27px; text-shadow: none; text-transform: uppercase; font-size: 18px; font-weight: 100; font-family: 'Poppins'; border: 1px solid #ff6565; margin-right: 5px; } .learn-btn-list-1 a.learn-btn-1:hover { color: #FF6563; background-color: #fff; border: 1px solid #ff6565; } .learn-btn-list-1 a.contact-btn-1 { color: #fff; background-color: #663a82; padding: 13px 35px; border-radius: 27px; text-shadow: none; text-transform: uppercase; font-size: 18px; font-weight: 100; font-family: 'Poppins'; border: 1px solid #663a82; margin-left: 5px; } .learn-btn-list-1 a.contact-btn-1:hover { color: #663a82; background-color: #fff; border: 1px solid #663a82; } .learn-btn-list-1 { text-align: center; margin-top: 60px; } /* Seen Sec Css End */ /* About Us Section Css Start */ .about-text-1 h3 { text-shadow: none; font-size: 46px; color: #000; font-weight: 300; font-family: 'Poppins'; text-transform: uppercase; margin-top: 0; } .about-text-1 p { text-shadow: none; font-size: 14px; color: #000; line-height: 26px; font-weight: 300; font-family: 'Poppins'; margin-top: 30px; margin-bottom: 50px; } .about-text-1 a { color: #fff; background-color: #663a82; padding: 13px 35px; border-radius: 27px; text-shadow: none; text-transform: uppercase; font-size: 18px; font-weight: 100; font-family: 'Poppins'; border: 1px solid #663a82; margin-left: 5px; } .about-text-1 a:hover { color: #663a82; background-color: #fff; border: 1px solid #663a82; } .margin-t { margin-top: 70px; } .about-text img { width: 100%; } .about-text { position: relative; } .about-text:before { content: ''; background-color: #9b191d; width: 100%; height: 95%; position: absolute; top: 10%; left: -5%; display: block; right: 0; bottom: 0; z-index: -1; } section.about-sec { padding: 100px 0px 80px 0px; } /*About Us Section Css End */ /* Testimonial Section Css Start */ .width33 { width: 33.3%; } .testimonail-sec h3 { text-shadow: none; font-size: 46px; color: #000; font-weight: 300; font-family: 'Poppins'; text-transform: uppercase; margin-top: 0; text-align: center; margin-bottom: 40px; } section.testimonail-sec { padding: 50px 0px; } .star ul { padding: 0; } .star ul li { list-style: none; display: inline-block; } .star ul li .checked { color: #e6ba2a; } section.testimonail-sec .item p { color: #161616; font-size: 14px; font-family: 'Poppins'; font-weight: 400; line-height: 24px; margin-top: 10px; } .item-1-img img { border-radius: 50%; float: left; margin-right: 20px; } .item-1-img h4 { color: #323232; font-size: 16px; font-weight: 500; font-family: 'Poppins'; margin-top: 30px; float: none; padding-top: 8px; } .item-1-img h6 { font-size: 13px; color: #663a82; font-weight: 400; font-family: 'Poppins'; } section.testimonail-sec .item { background-color: #fff; padding: 20px; border: 1px solid #b7b7b7; margin-bottom: 30px; } section.testimonail-sec .item:hover { background-color: #fff; box-shadow: 0px 0px 5px #ccc; border: none; } section.testimonail-sec .slick-dots li.slick-active button:before { opacity: 1; color: #693e84; font-size: 70px; padding: 0; margin: 0; border: none; margin-left: -3px; } section.testimonail-sec .slick-dots li button:before { opacity: 1; border: 1px solid #000; border-radius: 50px; font-size: 0px; font-size: 0px; width: 18px; height: 18px; } section.testimonail-sec .slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 3px; padding: 0; cursor: pointer; } /* Testimonial Section Css End */ /* Oragnic Section Css Start */ section.organic-orange-sec { background-color: #fff; padding: 50px 0px; } .oraganic-text h3 { font-size: 46px; color: #000; font-family: 'Poppins'; font-weight: 300; text-align: center; text-shadow: none; } .oraganic-text p { font-size: 14px; color: #000; text-align: center; line-height: 26px; font-family: 'Poppins'; font-weight: 300; } .oraganic-img img { margin: 0 auto; align-items: center; justify-content: center; display: flex; text-align: center; padding: 30px 0px; height: auto; object-fit: contain; } .oraganic-img h3 { font-size: 22px; font-weight: 400; font-family: 'Poppins'; line-height: 36px; text-align: center; text-transform: uppercase; /*margin-top: 40px;*/ color: #000; } .oraganic-img p { color: #000; text-align: center; font-weight: 300; font-family: 'Poppins'; margin-top: 15px; font-weight: 300; margin-bottom: 40px; } .oraganic-text { margin-bottom: 50px; } .organic-1-img { background-color: #0059a2; border-radius: 100px; height: 170px; width: 170px; display: block; margin: 0 auto; position: relative; } .organic-1-img i { font-size: 90px; position: absolute; display: flex; justify-content: center; align-items: center; text-align: center; left: 0; top: 0; right: 0; bottom: 0; color: #fff; } .oraganic-img a { font-size: 14px; color: #fff; background-color: #0059a2; padding: 10px 20px; text-shadow: none; font-family: 'Poppins'; font-weight: 400; border-radius: 6px; text-transform: uppercase; } .oraganic-img a:hover{ background-color: #9b191d; } button.btn.btn-info.btn-lg.generateNo { font-size: 14px; color: #fff; background-color: #9b191d; padding: 10px 20px; text-shadow: none; font-family: 'Poppins'; font-weight: 400; border-radius: 6px; text-transform: uppercase; border: 1px solid #9b191d; } button.btn.btn-info.btn-lg.generateNo:hover{ background-color: #0059a2; border: 1px solid #0059a2; } .about-text-1 ul { padding: 0; list-style: none; } .under-info ul { padding: 0; list-style: none; } .under-info { text-align: center; margin-top: 40px; margin-bottom: -20px; } .under-info ul li { color: #000; background-color: transparent; font-size: 15px; font-weight: 600; font-family: 'Poppins'; text-shadow: none; } .under-info ul li a { color: #0057ae; } .under-info ul li a:hover{ color: #ad0401; background-color: transparent; } .under-info ul li { padding-bottom: 10px; } .under-info ul li i { font-size: 17px; margin-right: 9px; } /* Oragnic Section Css Start */ /*footer start.....................*/ footer { padding-top: 50px; padding-bottom: 30px; } .footer-text h4 { color: #000000; font-size: 24px; line-height: 20px; font-weight: 300; font-family: 'Poppins', sans-serif; margin-bottom: 25px; position: relative; } .footer-text h4:before { content: ''; position: absolute; border-bottom: 2px solid #6f4a85; bottom: -14px; width: 47px; } .footer-text ul li a { color: #000000; font-size: 14px; font-weight: 400; font-family: 'Poppins', sans-serif; } .footer-text ul li { list-style: none; line-height: 35px; } .footer-text ul { padding: 0; } .footer-text ul li a span .fa { margin: 0 10px; background-color: #ff6565; color: #fff; width: 30px; height: 30px; border-radius: 50px; padding: 3px 4px; align-items: center; justify-content: center; text-align: center; padding: 7px 2px; } ul.follow-icon { margin: 0 -14px; } .copy-sec { border-top: 1px solid #c2c2c2; margin: 14px 0; position: relative; } .copy-sec:before { content: ''; position: absolute; border-bottom: 2px solid #6f4a85; top: -1px; width: 56px; } .copy-text { padding-top: 20px; } .copy-text p { color: #000000; font-size: 14px; line-height: 20px; font-weight: 400; font-family: 'Poppins', sans-serif; } .copy-text a { color: #000000; font-size: 14px; line-height: 20px; font-weight: 400; font-family: 'Poppins', sans-serif; float: right; } /*footer end.....................*/ /* MSQ CSS Inner Pages */ .banner { position: relative; width: 100%; } .banner .image { display: block; width: 100%; height: auto; } .banner .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 1; transition: .5s ease; background: transparent; display: flex; align-items: center; text-align: left; } .banner .overlay:after { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: url(../images/slidshado.png); background-repeat: no-repeat; background-position: center; z-index: 1; } .banner .text { position: relative; z-index: 99; } .banner .text h1 { font-size: 60px; line-height: 65px; color: #ad0401; text-transform: capitalize; font-weight: bold; } /* Banner Ends */ /* Book A Ambulance page Css Start */ section.contact-us-page{ padding: 50px 0px; position: relative; } section.contact-us-page .form-group-1 label { color: #333333; font-size: 14px; font-weight: 400; font-family: 'Roboto'; } section.contact-us-page .form-control-1 { display: block; width: 100%; height: 50px; padding: 6px 18px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #f9f9f9; background-image: none; border: 1px solid #e0e0e0; border-radius: 8px; font-family: 'Roboto' } section.contact-us-page .form-group-1 { margin-bottom: 30px; } section.contact-us-page .form-control { display: block; width: 100%; height: 50px !important; padding: 6px 6px !important; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #f9f9f9; background-image: none; border: 1px solid #ebebeb; border-radius: 6px; margin-top: 0; } section.contact-us-page .form-group label { color: #333333; font-size: 14px; font-weight: 400; font-family: 'Roboto'; } section.contact-us-page .contact-us-btn a { padding: 15px 30px; background-color: #ee6b1c; color: #fff; font-size: 15px; font-family: 'Poppins'; font-weight: 600; } section.contact-us-page .contact-us-btn a { padding: 13px 50px; background-color: #0057ae; color: #fff; font-size: 15px; font-family: 'Poppins'; font-weight: 600; text-shadow: none; border-radius: 17px; border: 1px solid #0057ae; } section.contact-us-page .contact-us-btn a:hover { background-color: #ad0401; color: #fff; border: 1px solid #ad0401; } section.contact-us-page .form-group { padding-bottom: 30px; } .contact-us-main-content { padding: 40px 30px 60px 30px; background-color: #fff; box-shadow: 0px 2px 5px #ccc; position: relative; left: 55px; margin-top: 70px; margin-right: 20px; z-index: 1; } /* contact us page Css End */ /* Book A Ambulance Css Start */ .contact-us-main-content h1 { text-align: center; margin-bottom: 30px; margin-top: -10px; } /* Book A Ambulance Css End */ /* Covid Form Page Css Start */ section.covid-form .wrap-drop {background: #9b191d;box-shadow:3px 3px 3px rgba(0,0,0,.2);cursor:pointer;margin:0 auto;max-width:225px;padding:1rem;position:relative;width:75%;z-index:3;} section.covid-form .wrap-drop::after {border-color: #ffffff transparent;border-style:solid;border-width:10px 10px 0;content:"";height:0;margin-top:-4px;position:absolute;right:1rem;top:50%;width:0;} section.covid-form .wrap-drop .drop {background: #e7e7e7;box-shadow:3px 3px 3px rgba(0,0,0,.2);display:none;left:0;list-style:none;margin-top:0;opacity:0;padding-left:0;pointer-events:none;position:absolute;right:0;top:100%;z-index:2;} section.covid-form .wrap-drop .drop li a {color: #010101;display:block;padding:1rem;text-decoration:none;font-family: 'Poppins';} section.covid-form .wrap-drop span { color: #ffffff; font-family: 'Poppins'; font-size: 14px; text-shadow: none; color: #fff; } section.covid-form .wrap-drop .drop li:hover a {background-color: #0059a2;color:#e7ded5;} section.covid-form .wrap-drop.active::after { border-width:0 10px 10px; } section.covid-form .wrap-drop.active .drop { display:block; opacity:1; pointer-events:auto; } section.covid-form{ padding: 100px 0px; } section.covid-form .select-state-usa h1 { text-align: center; font-family: 'Poppins'; font-weight: 400; } section.covid-form .select-state-usa p { margin-bottom: 20px; } section.covid-form .form-group-1 label { color: #333333; font-size: 14px; font-weight: 400; font-family: 'Poppins'; } section.covid-form .form-control-1 { display: block; width: 100%; height: 50px; padding: 6px 18px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #f9f9f9; background-image: none; border: 1px solid #e0e0e0; border-radius: 8px; font-family: 'Roboto' } section.covid-form .form-group-1 { margin-bottom: 30px; } section.covid-form .form-control { display: block; width: 100%; height: 50px !important; padding: 6px 6px !important; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #f9f9f9; background-image: none; border: 1px solid #ebebeb; border-radius: 6px; margin-top: 0; } section.covid-form .form-group label { color: #333333; font-size: 14px; font-weight: 400; font-family: 'Roboto'; } section.covid-form .contact-us-btn a { padding: 13px 50px; background-color: #0057ae; color: #fff; font-size: 15px; font-family: 'Poppins'; font-weight: 600; text-shadow: none; border-radius: 17px; border: 1px solid #0057ae; } section.covid-form .contact-us-btn a:hover { background-color: #ad0401; color: #fff; border: 1px solid #ad0401; } section.covid-form .form-group { padding-bottom: 30px; } section.covid-form .contact-us-main-content { padding: 40px 30px 60px 30px; background-color: #fff; box-shadow: 0px 2px 5px #ccc; position: relative; left: 55px; margin-top: 70px; margin-right: 20px; z-index: 1; } .checkbox-custom label.checkbox-inline { font-size: 16px; font-family: 'Poppins'; font-weight: 400; color: #000; } .checkbox-custom label.checkbox-inline { font-size: 16px; font-family: 'Poppins'; font-weight: 400; color: #000; } section.covid-form .checkbox-custom { text-align: center; margin-bottom: 30px; } .modal-header .close { margin-top: -25px; background-color: #fb1d24; text-shadow: none; color: #fff; opacity: 1; padding: 0px; border-radius: 17px; width: 25px; height: 25px; margin-left: 10px !important; margin-right: -24px; } .custom-state-field form select#list { padding: 10px 15px; border: 2px solid #0059a2; background-color: #0059a2; color: #fff; font-size: 15px; text-shadow: none; font-family: 'Poppins'; text-transform: capitalize; } .custom-state-field.text-center { margin-bottom: 100px; } .custom-state-field.text-center input[type="button"] { background-color: #9b191d; border: none; color: #fff; padding: 12px 25px; border-radius: 6px; font-size: 17px; font-family: 'Poppins'; font-weight: 400; } .custom-state-field.text-center input[type="button"]:hover { color: #fff; border: none; background-color: #0059a2; } /* Covid Form Page Css End */ /* Copy Right Section Section End */ section.copy-right{ padding: 15px 0px; background-color: #1a1a1a; border-top: 1px solid #3c3c3c; } .copy-right-content p { font-size: 14px; color: #fff; font-family: 'Poppins'; font-weight: 400; text-align: center; margin-top: 10px; } /* Copy Right Section Section End */ /* The container */ .custom_readio { display: inline-block; position: relative; padding-left: 26px; margin-bottom: 9px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-right: 20px; } /* Hide the browser's default radio button */ .custom_readio input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom radio button */ .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #eee; border-radius: 50%; } /* On mouse-over, add a grey background color */ .custom_readio:hover input ~ .checkmark { background-color: #ccc; } /* When the radio button is checked, add a blue background */ .custom_readio input:checked ~ .checkmark { background-color: #2196F3; } /* Create the indicator (the dot/circle - hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the indicator (dot/circle) when checked */ .custom_readio input:checked ~ .checkmark:after { display: block; } /* Style the indicator (dot/circle) */ .custom_readio .checkmark:after { top: 6px; left: 6px; width: 8px; height: 8px; border-radius: 50%; background: white; }
public/css/custom.css
@charset "utf-8"; /* CSS Document */ @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body, html{ height: 100% } body{ background: #fff; } h1, h2, h3, h4, h5, h6{ } p, a{ } h1, h2, h3, h4, h5, h6, p, a, ul, li{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a:hover{ text-decoration: none; } .no_pad{ padding: 0 } .navbar-default{ margin-bottom: 0; background: none; box-shadow: none; border: 0; } .sidenav { height: 100%; /* 100% Full-height */ position: fixed; /* Stay in place */ z-index: 999; /* Stay on top */ top: 0; left: -500px; background: #45261a; background-repeat: no-repeat; background-size: cover; overflow-x: hidden; /* Disable horizontal scroll */ padding-top: 60px; /* Place content 60px from the top */ transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */ -webkit-transition: 0.2s; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); width: 250px; } .navbar-fixed-top { top: 0; border-width: 0 0 1px; animation: fadeInDown .8s; } /* The navigation menu links */ /* When you mouse over the navigation links, change their color */ .sidenav a:hover, .sidenav a:focus { color: #fff; text-decoration: none; padding-left: 40px; } /* Position and style the close button (top right corner) */ .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .sidenav a { text-align: left; padding: 8px 8px 8px 32px; text-decoration: none; font-size: 12px; color: #fff; display: block; transition: 0.3s; text-transform: uppercase; } .mobilecontainer span { color: #45261a; margin-right: 0; margin-top: 0; padding: 7px 10px; } .mobilecontainer img { width: 50%; margin: 10px 0; } .mobilecontainer { background-color: #fff; padding-left: 20px; } .navigation .caret { position: relative; left: 5px; } #mySidenav ul.dropdown-menu { position: static; float: none !important; width: 100%; display: none; background: #4a291c; } #mySidenav ul.dropdown-menu li { float: none; display: block; padding: 0 0px 4px; } #mySidenav .caret { display: none; } #mySidenav #hassubmenu { position: relative; } #mySidenav #hassubmenu i.fa.fa-angle-down { position: absolute; right: 20px; background: black; color: #fff; height: 20px; width: 20px; text-align: center; border-radius: 0; padding-top: 2px; top: 6px; } #mySidenav div { border-top: 1px solid white; } #mySidenav div:last-child { border-bottom: 1px solid white; } #mySidenav a.closebtn+div { margin-top: 10px; } #mySidenav ul.submenu { /* display: none; */ padding: 0; background-color: #000; width: 100%; overflow: scroll; height: 150px; } #mySidenav .dropdown-menu>li>a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #fff; white-space: nowrap; } .navigation ul li > .dropdown-menu li a i{ float: right; right: 14px; font-weight: bold; margin-top: 1px; position: absolute; font-size: 17px; } .navigation ul .show-on-hover:hover>ul.submenu { left: 101% !important; top: -25% !important; } .navigation ul li > .dropdown-menu li i.fa.fa-angle-down{display: none;} /* sidenav-css end */ /*nav-css BEGINS */ .navigation ul { text-align: right; margin: 33px 0 33px 0; } .navigation ul li { list-style: none; display: inline-block; } .navigation ul li a { font-size: 16px; color: #000; padding: 25px 30px 25px 30px; font-weight: 600; cursor: pointer; font-family: 'Poppins'; font-weight: 500; } .navigation ul li a:hover { color: #663a82; } .navigation ul li.active a { color: #663a82; } /*DropDown Css Begin here*/ .navigation ul .show-on-hover:hover>ul.dropdown-menu { display: block; } .navigation ul li .dropdown-menu li { float: none; display: block; } .navigation ul li > .dropdown-menu li a { float: none; display: block; text-align: left; padding: 7px 12px 10px 12px; font-size: 15px; color: #000; } .navigation ul li > .dropdown-menu li a:hover { background-color: #ececec; } .navigation ul li > .dropdown-menu { border-radius: 0; border: none; padding: 12px 0 12px 0; box-shadow: 0 0 11px rgba(0,0,0,0.3); top: 90%; left:48px; } .navigation ul>li>a span img { display: inline; margin-left: 11px; } .navigation ul li > .dropdown-menu:after { content: ''; position: absolute; border-style: solid; border-width: 0 12px 16px; border-color: #FFFFFF transparent; display: block; width: 0; z-index: 1; top: -16px; left: 113px; } .navigation ul.dropdown-menu.submenu:after { display: none; } .navigation ul li > .dropdown-menu>.active>a { background-color: transparent; color: #4b2a1c; font-weight: 600; } .main-logo img { /*margin: 10px 0px 5px 0px;*/ width: 13%; margin: 8px auto; } /*top bar css start*/ .top-bar-navigation-list ul li { list-style: none; display: inline-block; margin: 0 22px; } .top-bar-navigation-list ul { text-align: right; } section.top-bar-sec ul li a { color: #010101; font-size: 14px; line-height: 20px; font-weight: 400; font-family: 'Poppins', sans-serif; text-transform: capitalize; text-decoration: none; } section.top-bar-sec ul li a:hover { color: #ed6394; } section.top-bar-sec { background-color: #f4f4f4; padding-top: 15px; padding-bottom: 10px; box-shadow: 0px 2px 6px 0px #ccc; } .search-top-bar .fa { color: #000; font-size: 24px; margin-top: 30px !important; margin: 0 auto; } /*top bar css end*/ /*header ends*/ /*search css start*/ #search { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgb(0 0 0 / 90%); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-transform: translate(0px, -100%) scale(0, 0); -moz-transform: translate(0px, -100%) scale(0, 0); -o-transform: translate(0px, -100%) scale(0, 0); -ms-transform: translate(0px, -100%) scale(0, 0); transform: translate(0px, -100%) scale(0, 0); opacity: 0; z-index: 999; } #search.open { -webkit-transform: translate(0px, 0px) scale(1, 1); -moz-transform: translate(0px, 0px) scale(1, 1); -o-transform: translate(0px, 0px) scale(1, 1); -ms-transform: translate(0px, 0px) scale(1, 1); transform: translate(0px, 0px) scale(1, 1); opacity: 1; } #search input[type="search"] { position: absolute; top: 50%; width: 100%; color: rgb(255, 255, 255); background: rgba(0, 0, 0, 0); font-size: 60px; font-weight: 300; text-align: center; border: 0px; margin: 0px auto; margin-top: -51px; padding-left: 30px; padding-right: 30px; outline: none; } #search .btn { position: absolute; top: 50%; left: 50%; margin-top: 61px; margin-left: -45px; background-color: #ed6394; border: 1px solid #ed6394; padding: 8px 29px; } #search .close { position: fixed; top: 15px; right: 15px; color: #fff; background-color: #ed6394; border-color: #ed6394; opacity: 1; padding: 10px 17px; font-size: 27px; } #search.btn-primary { color: #fff; background-color: #00AC7B; border-color: #00AC7B; } /*search css end*/ /* Main Slider */ section.sliderSec { position: relative; } .sliderOverly { position: relative; } .sliderOverly:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; /*background-image: -moz-linear-gradient( 0deg, rgb(15,25,52) 0%, rgba(67,72,85,0.37) 63%, rgba(118,118,118,0) 100%); background-image: -webkit-linear-gradient( 0deg, rgb(15,25,52) 0%, rgba(67,72,85,0.37) 63%, rgba(118,118,118,0) 100%); background-image: -ms-linear-gradient( 0deg, rgb(15,25,52) 0%, rgba(67,72,85,0.37) 63%, rgba(118,118,118,0) 100%);*/ z-index: 1; } .sliderSec .carousel-caption { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 99; padding: 0; text-align: left; text-shadow: none; display: flex; align-items: center; color: #000; } .sliderSec .sliderOverly img { width: 100%; } .sliderSec h3 { margin: 0; font-size: 24px; line-height: 48px; font-weight: 400; text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.243); text-transform: uppercase; letter-spacing: 1px; } .sliderSec h2 { margin: 10px 0; font-size: 80px; line-height: 75px; font-weight: bold; color: #9c1a1e; text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.243); } .sliderSec p { color: #000; font-size: 15px; line-height: 25px; text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.243); width: 85%; } .sliderSec .btn { margin-top: 10px; box-shadow: 2.5px 4.33px 5px 0px rgba(53, 53, 53, 0.137); min-width: 119px; padding: 10px 16px; background-color: #9c1a1e; font-size: 15px; font-weight: 400; color: #fff; } .sliderSec a.btn.btn1.border_bt { border: 1px solid #fff; background: #0059a2; margin-right: 5px; } .sliderSec .carousel-control { position: absolute; top: 50%; bottom: auto; width: 40px; height: 40px; border-radius: 100%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #ffffff; text-align: center; background-color: #0b0c10; background-image: none; opacity: 1; } .sliderSec .carousel-control.left { left: 1%; } .sliderSec .carousel-control.right { right: 1%; left: auto; } .sliderSec .carousel-control:hover, .sliderSec .carousel-control:focus { opacity: 1; background: #f4ce2b; color: #000; } .sliderSec .carousel-indicators li { border: 2px solid #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background: #383520; width: 12px; height: 12px; margin: 0 0 7px 0; } .sliderSec .carousel-indicators .active { margin: 0 0 7px 0; background-color: #1ba8f0; width: 12px; height: 12px; border-color: #fff; } /* END: sliderSec CSS */ /* Quotes Section Css Start */ section.quotes { background: linear-gradient(to right, #0059a2 0%,#0059a2 50%,#9b191d 50%,#9b191d 100%); margin-top: -12px; padding: 10px 0px 15px 0px; overflow: hidden; } .quotes-left-content h3 { color: #fff; font-size: 30px; font-family: 'Oswald'; } .quotes-left-content h3 { color: #fff; font-size: 30px; font-family: 'Oswald'; font-weight: 400; letter-spacing: 1px; margin-bottom: 0px; } .quotes-left-content p { font-size: 14px; color: #fff; font-weight: 300; width: 470px; font-family: 'Poppins'; line-height: 23px; } .quotes-left-content { position: relative; } .quotes-call-icon { content: ''; position: absolute; top: 25px; left: 542px; right: 0; bottom: 0; justify-content: center; display: flex; text-align: center; align-items: center; background-color: #0059a2; color: #fff; padding: 10px; width: 50px; height: 50px; border-radius: 50px; font-size: 22px; border: 2px solid #fff; } .quotes-right-content h2 { color: #fff; font-size: 30px; text-transform: uppercase; margin-top: 50px; margin-left: 22px; font-family: 'Oswald'; font-weight: 400; } .quotes-call-icon a i.fa.fa-phone { color: #fff; padding: 17px; } /* Quotes Section Css End /* Seen Sec Css Start */ section.seen-sec { padding: 50px 0px 90px 0px; } .seen-text h2 { color: #000; font-size: 46px; text-align: center; text-shadow: none; font-weight: 300; font-family: 'Poppins'; margin-bottom: 50px; } .width20 { width: 20%; } .seen-logo-1 img { margin-top: 10px; } .seen-logo-2 img { margin-top: 6px; } .seen-logo-3 img { margin-top: 15px; } .seen-text p { font-size: 16px; line-height: 28px; text-align: center; font-weight: 300; font-family: 'Poppins'; width: 76%; margin: 0 auto; margin-top: 40px; color: #000; } .learn-btn-list-1 a.learn-btn-1 { color: #fff; background-color: #FF6563; padding: 13px 35px; border-radius: 27px; text-shadow: none; text-transform: uppercase; font-size: 18px; font-weight: 100; font-family: 'Poppins'; border: 1px solid #ff6565; margin-right: 5px; } .learn-btn-list-1 a.learn-btn-1:hover { color: #FF6563; background-color: #fff; border: 1px solid #ff6565; } .learn-btn-list-1 a.contact-btn-1 { color: #fff; background-color: #663a82; padding: 13px 35px; border-radius: 27px; text-shadow: none; text-transform: uppercase; font-size: 18px; font-weight: 100; font-family: 'Poppins'; border: 1px solid #663a82; margin-left: 5px; } .learn-btn-list-1 a.contact-btn-1:hover { color: #663a82; background-color: #fff; border: 1px solid #663a82; } .learn-btn-list-1 { text-align: center; margin-top: 60px; } /* Seen Sec Css End */ /* About Us Section Css Start */ .about-text-1 h3 { text-shadow: none; font-size: 46px; color: #000; font-weight: 300; font-family: 'Poppins'; text-transform: uppercase; margin-top: 0; } .about-text-1 p { text-shadow: none; font-size: 14px; color: #000; line-height: 26px; font-weight: 300; font-family: 'Poppins'; margin-top: 30px; margin-bottom: 50px; } .about-text-1 a { color: #fff; background-color: #663a82; padding: 13px 35px; border-radius: 27px; text-shadow: none; text-transform: uppercase; font-size: 18px; font-weight: 100; font-family: 'Poppins'; border: 1px solid #663a82; margin-left: 5px; } .about-text-1 a:hover { color: #663a82; background-color: #fff; border: 1px solid #663a82; } .margin-t { margin-top: 70px; } .about-text img { width: 100%; } .about-text { position: relative; } .about-text:before { content: ''; background-color: #9b191d; width: 100%; height: 95%; position: absolute; top: 10%; left: -5%; display: block; right: 0; bottom: 0; z-index: -1; } section.about-sec { padding: 100px 0px 80px 0px; } /*About Us Section Css End */ /* Testimonial Section Css Start */ .width33 { width: 33.3%; } .testimonail-sec h3 { text-shadow: none; font-size: 46px; color: #000; font-weight: 300; font-family: 'Poppins'; text-transform: uppercase; margin-top: 0; text-align: center; margin-bottom: 40px; } section.testimonail-sec { padding: 50px 0px; } .star ul { padding: 0; } .star ul li { list-style: none; display: inline-block; } .star ul li .checked { color: #e6ba2a; } section.testimonail-sec .item p { color: #161616; font-size: 14px; font-family: 'Poppins'; font-weight: 400; line-height: 24px; margin-top: 10px; } .item-1-img img { border-radius: 50%; float: left; margin-right: 20px; } .item-1-img h4 { color: #323232; font-size: 16px; font-weight: 500; font-family: 'Poppins'; margin-top: 30px; float: none; padding-top: 8px; } .item-1-img h6 { font-size: 13px; color: #663a82; font-weight: 400; font-family: 'Poppins'; } section.testimonail-sec .item { background-color: #fff; padding: 20px; border: 1px solid #b7b7b7; margin-bottom: 30px; } section.testimonail-sec .item:hover { background-color: #fff; box-shadow: 0px 0px 5px #ccc; border: none; } section.testimonail-sec .slick-dots li.slick-active button:before { opacity: 1; color: #693e84; font-size: 70px; padding: 0; margin: 0; border: none; margin-left: -3px; } section.testimonail-sec .slick-dots li button:before { opacity: 1; border: 1px solid #000; border-radius: 50px; font-size: 0px; font-size: 0px; width: 18px; height: 18px; } section.testimonail-sec .slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 3px; padding: 0; cursor: pointer; } /* Testimonial Section Css End */ /* Oragnic Section Css Start */ section.organic-orange-sec { background-color: #fff; padding: 50px 0px; } .oraganic-text h3 { font-size: 46px; color: #000; font-family: 'Poppins'; font-weight: 300; text-align: center; text-shadow: none; } .oraganic-text p { font-size: 14px; color: #000; text-align: center; line-height: 26px; font-family: 'Poppins'; font-weight: 300; } .oraganic-img img { margin: 0 auto; align-items: center; justify-content: center; display: flex; text-align: center; padding: 30px 0px; height: auto; object-fit: contain; } .oraganic-img h3 { font-size: 22px; font-weight: 400; font-family: 'Poppins'; line-height: 36px; text-align: center; text-transform: uppercase; /*margin-top: 40px;*/ color: #000; } .oraganic-img p { color: #000; text-align: center; font-weight: 300; font-family: 'Poppins'; margin-top: 15px; font-weight: 300; margin-bottom: 40px; } .oraganic-text { margin-bottom: 50px; } .organic-1-img { background-color: #0059a2; border-radius: 100px; height: 170px; width: 170px; display: block; margin: 0 auto; position: relative; } .organic-1-img i { font-size: 90px; position: absolute; display: flex; justify-content: center; align-items: center; text-align: center; left: 0; top: 0; right: 0; bottom: 0; color: #fff; } .oraganic-img a { font-size: 14px; color: #fff; background-color: #0059a2; padding: 10px 20px; text-shadow: none; font-family: 'Poppins'; font-weight: 400; border-radius: 6px; text-transform: uppercase; } .oraganic-img a:hover{ background-color: #9b191d; } button.btn.btn-info.btn-lg.generateNo { font-size: 14px; color: #fff; background-color: #9b191d; padding: 10px 20px; text-shadow: none; font-family: 'Poppins'; font-weight: 400; border-radius: 6px; text-transform: uppercase; border: 1px solid #9b191d; } button.btn.btn-info.btn-lg.generateNo:hover{ background-color: #0059a2; border: 1px solid #0059a2; } .about-text-1 ul { padding: 0; list-style: none; } .under-info ul { padding: 0; list-style: none; } .under-info { text-align: center; margin-top: 40px; margin-bottom: -20px; } .under-info ul li { color: #000; background-color: transparent; font-size: 15px; font-weight: 600; font-family: 'Poppins'; text-shadow: none; } .under-info ul li a { color: #0057ae; } .under-info ul li a:hover{ color: #ad0401; background-color: transparent; } .under-info ul li { padding-bottom: 10px; } .under-info ul li i { font-size: 17px; margin-right: 9px; } /* Oragnic Section Css Start */ /*footer start.....................*/ footer { padding-top: 50px; padding-bottom: 30px; } .footer-text h4 { color: #000000; font-size: 24px; line-height: 20px; font-weight: 300; font-family: 'Poppins', sans-serif; margin-bottom: 25px; position: relative; } .footer-text h4:before { content: ''; position: absolute; border-bottom: 2px solid #6f4a85; bottom: -14px; width: 47px; } .footer-text ul li a { color: #000000; font-size: 14px; font-weight: 400; font-family: 'Poppins', sans-serif; } .footer-text ul li { list-style: none; line-height: 35px; } .footer-text ul { padding: 0; } .footer-text ul li a span .fa { margin: 0 10px; background-color: #ff6565; color: #fff; width: 30px; height: 30px; border-radius: 50px; padding: 3px 4px; align-items: center; justify-content: center; text-align: center; padding: 7px 2px; } ul.follow-icon { margin: 0 -14px; } .copy-sec { border-top: 1px solid #c2c2c2; margin: 14px 0; position: relative; } .copy-sec:before { content: ''; position: absolute; border-bottom: 2px solid #6f4a85; top: -1px; width: 56px; } .copy-text { padding-top: 20px; } .copy-text p { color: #000000; font-size: 14px; line-height: 20px; font-weight: 400; font-family: 'Poppins', sans-serif; } .copy-text a { color: #000000; font-size: 14px; line-height: 20px; font-weight: 400; font-family: 'Poppins', sans-serif; float: right; } /*footer end.....................*/ /* MSQ CSS Inner Pages */ .banner { position: relative; width: 100%; } .banner .image { display: block; width: 100%; height: auto; } .banner .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 1; transition: .5s ease; background: transparent; display: flex; align-items: center; text-align: left; } .banner .overlay:after { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: url(../images/slidshado.png); background-repeat: no-repeat; background-position: center; z-index: 1; } .banner .text { position: relative; z-index: 99; } .banner .text h1 { font-size: 60px; line-height: 65px; color: #ad0401; text-transform: capitalize; font-weight: bold; } /* Banner Ends */ /* Book A Ambulance page Css Start */ section.contact-us-page{ padding: 50px 0px; position: relative; } section.contact-us-page .form-group-1 label { color: #333333; font-size: 14px; font-weight: 400; font-family: 'Roboto'; } section.contact-us-page .form-control-1 { display: block; width: 100%; height: 50px; padding: 6px 18px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #f9f9f9; background-image: none; border: 1px solid #e0e0e0; border-radius: 8px; font-family: 'Roboto' } section.contact-us-page .form-group-1 { margin-bottom: 30px; } section.contact-us-page .form-control { display: block; width: 100%; height: 50px !important; padding: 6px 6px !important; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #f9f9f9; background-image: none; border: 1px solid #ebebeb; border-radius: 6px; margin-top: 0; } section.contact-us-page .form-group label { color: #333333; font-size: 14px; font-weight: 400; font-family: 'Roboto'; } section.contact-us-page .contact-us-btn a { padding: 15px 30px; background-color: #ee6b1c; color: #fff; font-size: 15px; font-family: 'Poppins'; font-weight: 600; } section.contact-us-page .contact-us-btn a { padding: 13px 50px; background-color: #0057ae; color: #fff; font-size: 15px; font-family: 'Poppins'; font-weight: 600; text-shadow: none; border-radius: 17px; border: 1px solid #0057ae; } section.contact-us-page .contact-us-btn a:hover { background-color: #ad0401; color: #fff; border: 1px solid #ad0401; } section.contact-us-page .form-group { padding-bottom: 30px; } .contact-us-main-content { padding: 40px 30px 60px 30px; background-color: #fff; box-shadow: 0px 2px 5px #ccc; position: relative; left: 55px; margin-top: 70px; margin-right: 20px; z-index: 1; } /* contact us page Css End */ /* Book A Ambulance Css Start */ .contact-us-main-content h1 { text-align: center; margin-bottom: 30px; margin-top: -10px; } /* Book A Ambulance Css End */ /* Covid Form Page Css Start */ section.covid-form .wrap-drop {background: #9b191d;box-shadow:3px 3px 3px rgba(0,0,0,.2);cursor:pointer;margin:0 auto;max-width:225px;padding:1rem;position:relative;width:75%;z-index:3;} section.covid-form .wrap-drop::after {border-color: #ffffff transparent;border-style:solid;border-width:10px 10px 0;content:"";height:0;margin-top:-4px;position:absolute;right:1rem;top:50%;width:0;} section.covid-form .wrap-drop .drop {background: #e7e7e7;box-shadow:3px 3px 3px rgba(0,0,0,.2);display:none;left:0;list-style:none;margin-top:0;opacity:0;padding-left:0;pointer-events:none;position:absolute;right:0;top:100%;z-index:2;} section.covid-form .wrap-drop .drop li a {color: #010101;display:block;padding:1rem;text-decoration:none;font-family: 'Poppins';} section.covid-form .wrap-drop span { color: #ffffff; font-family: 'Poppins'; font-size: 14px; text-shadow: none; color: #fff; } section.covid-form .wrap-drop .drop li:hover a {background-color: #0059a2;color:#e7ded5;} section.covid-form .wrap-drop.active::after { border-width:0 10px 10px; } section.covid-form .wrap-drop.active .drop { display:block; opacity:1; pointer-events:auto; } section.covid-form{ padding: 100px 0px; } section.covid-form .select-state-usa h1 { text-align: center; font-family: 'Poppins'; font-weight: 400; } section.covid-form .select-state-usa p { margin-bottom: 20px; } section.covid-form .form-group-1 label { color: #333333; font-size: 14px; font-weight: 400; font-family: 'Poppins'; } section.covid-form .form-control-1 { display: block; width: 100%; height: 50px; padding: 6px 18px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #f9f9f9; background-image: none; border: 1px solid #e0e0e0; border-radius: 8px; font-family: 'Roboto' } section.covid-form .form-group-1 { margin-bottom: 30px; } section.covid-form .form-control { display: block; width: 100%; height: 50px !important; padding: 6px 6px !important; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #f9f9f9; background-image: none; border: 1px solid #ebebeb; border-radius: 6px; margin-top: 0; } section.covid-form .form-group label { color: #333333; font-size: 14px; font-weight: 400; font-family: 'Roboto'; } section.covid-form .contact-us-btn a { padding: 13px 50px; background-color: #0057ae; color: #fff; font-size: 15px; font-family: 'Poppins'; font-weight: 600; text-shadow: none; border-radius: 17px; border: 1px solid #0057ae; } section.covid-form .contact-us-btn a:hover { background-color: #ad0401; color: #fff; border: 1px solid #ad0401; } section.covid-form .form-group { padding-bottom: 30px; } section.covid-form .contact-us-main-content { padding: 40px 30px 60px 30px; background-color: #fff; box-shadow: 0px 2px 5px #ccc; position: relative; left: 55px; margin-top: 70px; margin-right: 20px; z-index: 1; } .checkbox-custom label.checkbox-inline { font-size: 16px; font-family: 'Poppins'; font-weight: 400; color: #000; } .checkbox-custom label.checkbox-inline { font-size: 16px; font-family: 'Poppins'; font-weight: 400; color: #000; } section.covid-form .checkbox-custom { text-align: center; margin-bottom: 30px; } .modal-header .close { margin-top: -25px; background-color: #fb1d24; text-shadow: none; color: #fff; opacity: 1; padding: 0px; border-radius: 17px; width: 25px; height: 25px; margin-left: 10px !important; margin-right: -24px; } .custom-state-field form select#list { padding: 10px 15px; border: 2px solid #0059a2; background-color: #0059a2; color: #fff; font-size: 15px; text-shadow: none; font-family: 'Poppins'; text-transform: capitalize; } .custom-state-field.text-center { margin-bottom: 100px; } .custom-state-field.text-center input[type="button"] { background-color: #9b191d; border: none; color: #fff; padding: 12px 25px; border-radius: 6px; font-size: 17px; font-family: 'Poppins'; font-weight: 400; } .custom-state-field.text-center input[type="button"]:hover { color: #fff; border: none; background-color: #0059a2; } /* Covid Form Page Css End */ /* Copy Right Section Section End */ section.copy-right{ padding: 15px 0px; background-color: #1a1a1a; border-top: 1px solid #3c3c3c; } .copy-right-content p { font-size: 14px; color: #fff; font-family: 'Poppins'; font-weight: 400; text-align: center; margin-top: 10px; } /* Copy Right Section Section End */ /* The container */ .custom_readio { display: inline-block; position: relative; padding-left: 26px; margin-bottom: 9px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-right: 20px; } /* Hide the browser's default radio button */ .custom_readio input { position: absolute; opacity: 0; cursor: pointer; } /* Create a custom radio button */ .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #eee; border-radius: 50%; } /* On mouse-over, add a grey background color */ .custom_readio:hover input ~ .checkmark { background-color: #ccc; } /* When the radio button is checked, add a blue background */ .custom_readio input:checked ~ .checkmark { background-color: #2196F3; } /* Create the indicator (the dot/circle - hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the indicator (dot/circle) when checked */ .custom_readio input:checked ~ .checkmark:after { display: block; } /* Style the indicator (dot/circle) */ .custom_readio .checkmark:after { top: 6px; left: 6px; width: 8px; height: 8px; border-radius: 50%; background: white; }
0.239527
0.047691
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("tieba.baidu.com"), domain("wapp.baidu.com") { .tang-pass-pop-wap input[type="submit"] { -moz-box-flex: 1; } .tang-pass-pop-wap .pass-form-item { display: -moz-box !important; width: 100% !important; } .tang-pass-pop-wap { -moz-text-size-adjust:none; -moz-user-select:none; -moz-appearance:none } .tang-pass-pop-wap a { } .tang-pass-pop-wap { -moz-text-size-adjust:none; -moz-user-select:none } .tang-pass-pop-wap .tang-title-text { background-size:18px 20px !important; } .tang-pass-pop-wap .close-btn { background-size:25px 25px !important; } .tang-pass-pop-wap .close-btn-hover { background-size:25px 25px !important; } .tang-pass-pop-wap input[type="text"],.tang-pass-pop-wap input[type="password"] { -moz-appearance:none; } .tang-pass-pop-wap .pass-label { background-size:18px 19px !important; } .tang-pass-pop-wap .pass-input-clearValue { background-size:15px 15px !important; } .pass-input-pwdToggle { background-size:22px 19px !important; } .pass-input-pwdToggle-show { background-size:22px 19px !important; } .tang-pass-pop-wap .pass-change-verifycode { background-size:25px 22px !important; } .tang-pass-pop-wap .pass-button-auto { -moz-appearance:none; } .tang-pass-pop-wap .tang-title-links,.tang-pass-pop-wap .pass-form-wrapper,.tang-pass-pop-wap .pass-button,.tang-pass-pop-wap .pass-verifycode { background-clip:padding-box; } .forumTile_sign{ margin-top:14px !important; } .forumTile_wrapper .level{ margin-top:14px !important; } /* .icon_tieba_logo:before { content: " " !important; }*/ .client_bottom_tip, .client_ghost_icon.j_client_ghost_icon{ display:none !important; } .level1 .catalog_item { display: -moz-box; } .level1 .catalog_item .text { -moz-box-flex: 2; } .tab_index_head_clone { display: -moz-box; } .dialog .dialog_btn_contailer { display:-moz-box; width:100%; } .dialog .dialog_btn_contailer.vertical { -moz-box-orient:vertical; } .dialog .btn_dialog { -moz-box-flex:1; } .overlay_container { display:-moz-box; width:100%; -moz-box-orient:vertical; -moz-transition-property:opacity; -moz-transition-duration:100ms; -moz-backface-visibility:hidden } .overlay_container:after,.overlay_container:before { -moz-box-flex:1; } .overlay_content_container { display:-moz-box; width:100%; } .overlay_content_container:after,.overlay_content_container:before { -moz-box-flex:1; } .overlay_content { -moz-transition-property:-moz-transform; -moz-transition-duration:150ms; -moz-transform-origin:50% 50%; } .btn { background:#f1f3f6 linear-gradient(#f3f5f8, #eceef0); } .btn_dark { background:#484d68 linear-gradient(#484d68, #40455d); } .btn_default { background:#297ee6 linear-gradient(#2b83ef, #2677db); } .btn_important { background:#f86262 linear-gradient(#f86262, #e75858); } .btn_success { background:#65b217 linear-gradient(#6dc219, #65b217); } .ui_checkbox:checked+label:after { -moz-transform:rotate(-45deg); } .ui_search_textbox { -moz-appearance:none; } html { -moz-text-size-adjust:none } .arrow_transition:after { -moz-transition:-moz-transform .3s ease-in } .arrow_line:after { -moz-transform-origin:33.3% 33.3%; transform-origin:33.3% 33.3% } .arrow_line.arrow_up:after { -moz-transform:rotate(45deg); transform:rotate(45deg) } .arrow_line.arrow_right:after { -moz-transform:rotate(135deg); transform:rotate(135deg) } .arrow_line.arrow_down:after { -moz-transform:rotate(225deg); transform:rotate(225deg) } .arrow_line.arrow_left:after { -moz-transform:rotate(-45deg); transform:rotate(-45deg) } .arrow_solid:after { -moz-transform-origin:50% 25%; transform-origin:50% 25% } .arrow_solid.arrow_up:after { -moz-transform:rotate(180deg); transform:rotate(180deg) } .arrow_solid.arrow_right:after { -moz-transform:rotate(-90deg); transform:rotate(-90deg) } .arrow_solid.arrow_left:after { -moz-transform:rotate(90deg); transform:rotate(90deg) } .btn_more:before,.btn_less:before { -moz-transform-origin:33% 33%; transform-origin:33% 33%; -moz-transform:rotate(225deg); transform:rotate(225deg); } .btn_less:before { -moz-transform:rotate(45deg); transform:rotate(45deg) } .btn_close { -moz-transform:rotate(45deg); border-radius:10px; } .post_abstract_text { display:-moz-box; width:100%; -moz-box-orient:vertical; } .notification { background:#f66a38 linear-gradient(#fb7a4d, #f15b24); } .tab { display:-moz-box; width:100%; } .tab_item { -moz-box-flex:1; } .ui_textbox { -moz-appearance:none; } .ui_textarea { -moz-appearance:none; } .tab_head { display:-moz-box; width:100%; } .tab_head_item { -moz-box-flex:1; } .dia_closebtn { -moz-transform:rotate(45deg); border-radius:14px; -moz-user-select:none; box-shadow:0 6px 6px -2px #999 } .loading { -moz-animation:rotation .6s infinite linear; } @-moz-keyframes rotation { from { -moz-transform:rotate(0deg); } to { -moz-transform:rotate(359deg); } } @keyframes rotation { from { -moz-transform:rotate(0deg); transform:rotate(0deg) } to { -moz-transform:rotate(359deg); transform:rotate(359deg); } } .post_item_abstract{ display:-moz-box; width:100%; -moz-box-orient:vertical; } .post_img_wrapper{ display:-moz-box; width:100%; } .post_img_wrapper>span{ -moz-box-flex:1; background-size:cover; } .forum_card_item_wrapper{ display:-moz-box; width:100%; }/* .forum_card_item_img { width: 32px !important; height: 32px !important; background-size: 32px 32px !important; } .forum_card_item_name{ -moz-box-flex:3; }*/ .forum_list_more{ display:-moz-box; width:100%; -moz-box-orient:horizontal; } .forum_list_more_item{ -moz-box-flex:1; } .login_regist{ display:-moz-box; width:100%; -moz-box-orient:horizontal; } .login_regist_btn{ -moz-box-flex:1; width:50% !important; } .login_btn{ background:#3283FC linear-gradient(#317FF5, #3282FA); } .regist_btn{ background:#f0f2f5 linear-gradient(#f5f7fa, #f0f2f5); } .pager_btn{ background:#f0f2f5 linear-gradient(#f5f7fa, #f0f2f5); } #list_pager{ display:-moz-box; width:100%; } .bottom_pager_btn{ -moz-box-flex:1; outline:none !important; } .search_input{ -moz-appearance:none; -moz-box-sizing:border-box; } .search_area .search_cross b{ -moz-transform:rotate(45deg); border-radius:9px; -moz-user-select:none; } .suggestion span a.close{ background:#FEFEFE linear-gradient(#fff, #eee); } .suggestion span.suggestion_func{ display:-moz-box; width:100%; } .suggestion span a.search_relative{ -moz-box-flex:1; } .sug_forumtile{ display:-moz-box; width:100%; background:#F1F3F6 linear-gradient(#F3F5F8, #ECEEF0); } .add_lightapp_btn:after{ -moz-transform:rotate(45deg); } .lightapp_tip_ani .add_lightapp_tip,.lightapp_tip_ani .add_lightapp_btn:after{ -moz-transition:opacity .8s ease; } .se_thread_pic{ display:-moz-box; width:100%; } .se_thread_pic_m{ -moz-box-flex:1; } .se_thread_func{ display:-moz-box; } .se_thread_l{ -moz-box-flex:1; } .se_thread_r{ -moz-box-flex:2; } .top_message_count{ background:#eb5523 linear-gradient(#f55925, #eb5523); } .client_ad_top_wrap{ display:-moz-box; } .client_ad_link,.client_bdbrowser_ad_link{ -moz-box-flex:1; } .client_bottom_tip{ display:-moz-box; width:100%; } .client_bottom_tip_text{ -moz-box-flex:1; } .client_bottom_tip_cross{ -moz-transform:rotate(45deg); border-radius:9px; } .forumTile_wrapper{ display:-moz-box; width:100%; background:#F1F3F6 linear-gradient(#F3F5F8, #ECEEF0); } .forumTile_name_wrapper{ -moz-box-flex:2; } #expend_ba_link{ -moz-transform:rotate(135deg); } #expend_ba_link.expend_ba{ -moz-transform:rotate(-45deg); } .forumTile_list .closeButton{ -moz-transform:rotate(45deg); border-radius:9px; -moz-user-select:none; } .login_tip_text{ display:-moz-box; width:100%; -moz-box-orient:vertical; } .login_tip_text::before,.login_tip_text::after{ -moz-box-flex:1; } .tl_shadow.special, .forum_recommend_c { display:none !important; } .pager_btn{ background:#f0f2f5 linear-gradient(#f5f7fa, #f0f2f5); } #list_pager{ display:-moz-box; width:100%; } .search_input{ -moz-appearance:none; -moz-box-sizing:border-box; } .search_area .search_cross b{ -moz-transform:rotate(45deg); border-radius:9px; -moz-user-select:none; } .search_switcher_btn small{ -moz-transform:rotate(135deg) } .suggestion span a.close::before{ -moz-transform:rotate(45deg); } .suggestion span a.close::after{ -moz-transform:rotate(45deg); } .suggestion span.suggestion_func{ display:-moz-box; width:100%; } .suggestion span a.search_relative{ -moz-box-flex:1; } .sug_forumtile{ display:-moz-box; width:96%; background:#F1F3F6 linear-gradient(#F3F5F8, #ECEEF0); } .add_lightapp_btn:after{ -moz-transform:rotate(45deg) } .lightapp_tip_ani .add_lightapp_tip,.lightapp_tip_ani .add_lightapp_btn:after{ -moz-transition:opacity .8s ease } .se_thread_pic{ display:-moz-box; width:100%; } .se_thread_pic_m{ -moz-box-flex:1; } .se_thread_func{ display:-moz-box; width:100%; } .se_thread_l{ -moz-box-flex:1; } .se_thread_r{ -moz-box-flex:2; } .ue_revision .blue_kit_icon{ -moz-user-select:none; } .forum_title_text:after{ -moz-transform:scale(1) rotate(315deg) } .spinner{ -moz-transition-property:-moz-transform,opacity; -moz-transition-timing-function:ease-in-out; -moz-transition-duration:150ms; -moz-backface-visibility:hidden; } .mode_setup{ box-shadow:1px 1px 3px #c3c3c3; -moz-transition:all ease .3s; } .mode_setup_style{ -moz-box-sizing:border-box; } .mode_setup_list li{ display:-moz-box; width:100%; } .close_setup:before{ -moz-transform:rotate(45deg) } .switch_on .mode_setup_switch_icon{ -moz-transition:all .3s; } .switch_off .mode_setup_switch_icon{ -moz-transition:all .3s; } .switch_on .switch_icon{ -moz-transition:all .3s; } .switch_off .switch_icon{ -moz-transition:all .3s; } .login_setup{ background:linear-gradient(#fff, #e9e9ea); box-shadow:0 1px 1px #f0f0f1; } .setup_on{ -moz-transform:translate3d(0px,0,0) } .setup_off{ -moz-transform:translate3d(0px,-450%,0) } .function-area{ display:-moz-box !important; width:100%; margin:10px -5% 0 -1% !important; } .function-button{ -moz-box-flex:1; } .function-button:after{ -moz-transform-origin:0 0; -moz-transform:scale(0.5); } .focus-button { background-image: linear-gradient(#ff5460,#fa525e); } .sign_area_levelUp_icon:before{ -moz-transform:rotate(45deg) } .sign_area_levelUp_icon:after{ -moz-transform:rotate(45deg) } .top_with_bg .fans_button{ -moz-box-flex:0; } .sq_btn:after{ -moz-transform:rotate(45deg) } .client_ad_top_wrap{ display:-moz-box; width:100%; } .client_ad_link,.client_bdbrowser_ad_link{ -moz-box-flex:1; } .client_bdbrowser_ad_link .client_ad_top_img_show{ -moz-transition:all 1s ease; } .client_bdbrowser_ad_link .client_ad_top_img_hide{ -moz-transition:all 1s ease; } .tl_spread_pb .ti_item{ } .voice_music{ -moz-user-select:none } .btn_zan_like_anim{ -moz-animation-name:zanLike; -moz-animation-duration:300ms; -moz-animation-timing-function:linear; -moz-animation-fill-mode:forwards; -moz-animation-iteration-count:1; -moz-transform-origin:center center } @-moz-keyframes zanLike{ 0%{ -moz-transform:scale(1); } 20%{ -moz-transform:scale(1.1); } 50%{ -moz-transform:scale(1.5); } 80%{ -moz-transform:scale(1.3); } 99%{ -moz-transform:scale(1); } 100%{ -moz-transform:scale(1); } } .btn_zan_unlike_anim{ -moz-animation-name:zanUnLike; -moz-animation-duration:300ms; -moz-animation-timing-function:ease-in-out; -moz-animation-fill-mode:forwards; -moz-animation-iteration-count:1 } @-moz-keyframes zanUnLike{ 0%{ -moz-transform:scale(1); } 20%{ -moz-transform:scale(0.9); } 50%{ -moz-transform:scale(0.5); } 80%{ -moz-transform:scale(0.7); } 99%{ -moz-transform:scale(1); } 100%{ -moz-transform:scale(1); } } .light_post_entrance{ } .zan_reply{ display:-moz-box; background:#f0f2f5 linear-gradient(#fafcff, #f0f2f5); -moz-box-orient:horizontal !important; } .bottom_commit_btn{ -moz-box-flex:1; width:50% !important; background:#f0f2f5 linear-gradient(#f5f7fa, #f0f2f5); } .bottom_commit_btn.btn_reply.j_btn_reply{ margin:-34px 0px 0px 52% !important; } .login_ad_btn{ background:#2c8cec linear-gradient(#5baafa, #0e77e0); } .login_ad_btn_register{ background:#f1f3f4 linear-gradient(#fff, #f1f3f4); } .ui_slider_hybrid .slide_frame{ display:-moz-box; width:100%; } .ui_slider_hybrid .rahmen{ border-radius:3px; } .ui_slider_hybrid .gif_box{ -moz-transform:scale(1) translate3d(0px,0,0) } .ui_slider_hybrid .img_info_introduce{ -moz-transition:all 300ms linear; } .ui_slider_hybrid .view_post{ border-radius:3px; } .ui_slider_hybrid .ui_image_header{ -moz-transition:all 300ms linear; } .pb_share_wrapper{ background:#71777c linear-gradient(#71777c, #3c4249); } .pb_share_item{ background:#3c3c3c linear-gradient(#404040, #383838); box-shadow:inset 0 2px 1px -2px #505050,0 2px 2px -2px #777; } .pb_share_cancel{ background:#1e1e1e linear-gradient(#222, #1c1c1c); box-shadow:inset 0 2px 1px -2px #3f3f3f,0 2px 2px -2px #777 } .pb_share_btn{ background:#1e1e1e linear-gradient(#f8f9fa, #e4e7e8); } .ghost_plus_circle{ background:#0b8feb linear-gradient(#159bf8, #0081dc); } .ghost_plus_animate{ -moz-transition:-moz-transform 400ms ease } .ghost_plus_active .ghost_plus{ -moz-transform:rotate(225deg) } .ghost_panel_animate{ -moz-transition:bottom 100ms ease,opacity 100ms ease } .captcha_input{ border-radius:0; -moz-appearance:none; } .vcode_panel_inner_wrapper{ background:-moz-linear-gradient(top,#8f99a3,#495261) } .vcode_panel_inner_upper .upper_delete{ background:-moz-linear-gradient(top,#7b838e,#545d6c) } .vcode_panel_inner_upper .upper_delete_img{ background-size:22px 14px; } .vcode_panel_inner_upper .upper_submit{ background:-moz-linear-gradient(top,#3f83f3,#1c53ed); } .vcode_panel_grids_wrapper .grids_line_wrapper{ display:-moz-box } .vcode_panel_grids_wrapper .grid_button{ background:-moz-linear-gradient(top,#f9f9f9,#e2e2e2); -moz-box-flex:1; } .vcode_panel_grids_wrapper .grid_clicked{ background:-moz-linear-gradient(top,#b8bfc3,#cfd5d8) } .landscape .vcode_baseImg_big,.vcode_baseImg_middle{ background-size:90px 120px } .vcode_baseImg_small{ background-size:75px 100px } .portrait .vcode_baseImg_big{ background-size:120px 160px } .smile_btn_group{ width:100%; display:-moz-box } .smile_btn_pic,.smile_btn_font{ -moz-box-flex:1 } .smile_icon{ background-size:30px auto } .smile_list a{ -moz-box-sizing:border-box; } .edit_panel .buttons.yesno{ display:-moz-box } .edit_panel .yesno a{ -moz-box-flex:1; } .prefix_panel .item{ background:#e6e7e9 linear-gradient(#f2f4f6, #e6e7e9); } .arrow_line_light:after{ -moz-transform-origin:33.3% 33.3%; } .arrow_line_light.arrow_up:after{ -moz-transform:rotate(45deg); } .arrow_line_light.arrow_down:after{ -moz-transform:rotate(225deg); } .ui_floatlayer_anim{ -moz-transition-property:-moz-transform,left,top; -moz-transition-timing-function:ease-in-out; -moz-transition-duration:300ms; -moz-backface-visibility:hidden } .at_float_layer{ display:-moz-box; -moz-box-orient:vertical; } .at_user_list{ -moz-box-flex:1; } .ar_panel{ -moz-user-select:none } .popup_tip{ background:#f15a23 linear-gradient(#fb7a4d, #f15a23); } .editor_input{ -moz-appearance:none; -moz-box-sizing:border-box; } .editor_btn_list{ display:-moz-box; } .editor .submit_enable{ background:#2677db linear-gradient(#2b83ef, #2677db); } .editor .submit_enable:active{ background:#2677db linear-gradient(#2677db, #2b83ef); } .post_success_tip{ background:#2677db linear-gradient(#2b83ef, #2677db); } .savedraft_panel{ -moz-box-flex:2; } .pb_poster_layer,.pb_lzl_poster_layer{ display:-moz-box; -moz-box-orient:vertical; } .editor_panel{ -moz-box-flex:1; } .editor_btn_list{ background:#d7dbe0 linear-gradient(#e5e8ed,#d7dbe0 50%,#ccd0d5); } .media_bar{ -moz-box-flex:1; } .scaleup{ -moz-animation-duration:.5s; -moz-animation-name:scaleup; -moz-transform-origin:0 0 } @-moz-keyframes scaleup{ 0%{ -moz-transform:scale(1,.2) } 100%{ -moz-transform:scale(1,1) } } .button{ border-radius:5px; } .button.back>em{ border-radius:4px 0; -moz-transform:rotate(45deg); background-clip:content-box; } .pics_switch { display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; width: 100%; } .pics_switch_item { width: 100%; -moz-box-flex: 1; } .album_list_item { -moz-box-sizing: border-box; } [class^=icon_], [class*=" icon_"] { -moz-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .light_app_mode_setup .mode_setup_list li { padding: 0 10px !important; } .light_see_index, .j_footer_link.footer_link.footer_link_highlight, .ti_item.j_click_stats, .tl_shadow.tl_spread.j_tl_spread.tl_spread_frs, .spread_scroll_wraper, .spread_scoll_item, .client_ad_top, .btn.btn_default.btn_download.j_click_stats{ display:none !important; } }
data/usercss/104502.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("tieba.baidu.com"), domain("wapp.baidu.com") { .tang-pass-pop-wap input[type="submit"] { -moz-box-flex: 1; } .tang-pass-pop-wap .pass-form-item { display: -moz-box !important; width: 100% !important; } .tang-pass-pop-wap { -moz-text-size-adjust:none; -moz-user-select:none; -moz-appearance:none } .tang-pass-pop-wap a { } .tang-pass-pop-wap { -moz-text-size-adjust:none; -moz-user-select:none } .tang-pass-pop-wap .tang-title-text { background-size:18px 20px !important; } .tang-pass-pop-wap .close-btn { background-size:25px 25px !important; } .tang-pass-pop-wap .close-btn-hover { background-size:25px 25px !important; } .tang-pass-pop-wap input[type="text"],.tang-pass-pop-wap input[type="password"] { -moz-appearance:none; } .tang-pass-pop-wap .pass-label { background-size:18px 19px !important; } .tang-pass-pop-wap .pass-input-clearValue { background-size:15px 15px !important; } .pass-input-pwdToggle { background-size:22px 19px !important; } .pass-input-pwdToggle-show { background-size:22px 19px !important; } .tang-pass-pop-wap .pass-change-verifycode { background-size:25px 22px !important; } .tang-pass-pop-wap .pass-button-auto { -moz-appearance:none; } .tang-pass-pop-wap .tang-title-links,.tang-pass-pop-wap .pass-form-wrapper,.tang-pass-pop-wap .pass-button,.tang-pass-pop-wap .pass-verifycode { background-clip:padding-box; } .forumTile_sign{ margin-top:14px !important; } .forumTile_wrapper .level{ margin-top:14px !important; } /* .icon_tieba_logo:before { content: " " !important; }*/ .client_bottom_tip, .client_ghost_icon.j_client_ghost_icon{ display:none !important; } .level1 .catalog_item { display: -moz-box; } .level1 .catalog_item .text { -moz-box-flex: 2; } .tab_index_head_clone { display: -moz-box; } .dialog .dialog_btn_contailer { display:-moz-box; width:100%; } .dialog .dialog_btn_contailer.vertical { -moz-box-orient:vertical; } .dialog .btn_dialog { -moz-box-flex:1; } .overlay_container { display:-moz-box; width:100%; -moz-box-orient:vertical; -moz-transition-property:opacity; -moz-transition-duration:100ms; -moz-backface-visibility:hidden } .overlay_container:after,.overlay_container:before { -moz-box-flex:1; } .overlay_content_container { display:-moz-box; width:100%; } .overlay_content_container:after,.overlay_content_container:before { -moz-box-flex:1; } .overlay_content { -moz-transition-property:-moz-transform; -moz-transition-duration:150ms; -moz-transform-origin:50% 50%; } .btn { background:#f1f3f6 linear-gradient(#f3f5f8, #eceef0); } .btn_dark { background:#484d68 linear-gradient(#484d68, #40455d); } .btn_default { background:#297ee6 linear-gradient(#2b83ef, #2677db); } .btn_important { background:#f86262 linear-gradient(#f86262, #e75858); } .btn_success { background:#65b217 linear-gradient(#6dc219, #65b217); } .ui_checkbox:checked+label:after { -moz-transform:rotate(-45deg); } .ui_search_textbox { -moz-appearance:none; } html { -moz-text-size-adjust:none } .arrow_transition:after { -moz-transition:-moz-transform .3s ease-in } .arrow_line:after { -moz-transform-origin:33.3% 33.3%; transform-origin:33.3% 33.3% } .arrow_line.arrow_up:after { -moz-transform:rotate(45deg); transform:rotate(45deg) } .arrow_line.arrow_right:after { -moz-transform:rotate(135deg); transform:rotate(135deg) } .arrow_line.arrow_down:after { -moz-transform:rotate(225deg); transform:rotate(225deg) } .arrow_line.arrow_left:after { -moz-transform:rotate(-45deg); transform:rotate(-45deg) } .arrow_solid:after { -moz-transform-origin:50% 25%; transform-origin:50% 25% } .arrow_solid.arrow_up:after { -moz-transform:rotate(180deg); transform:rotate(180deg) } .arrow_solid.arrow_right:after { -moz-transform:rotate(-90deg); transform:rotate(-90deg) } .arrow_solid.arrow_left:after { -moz-transform:rotate(90deg); transform:rotate(90deg) } .btn_more:before,.btn_less:before { -moz-transform-origin:33% 33%; transform-origin:33% 33%; -moz-transform:rotate(225deg); transform:rotate(225deg); } .btn_less:before { -moz-transform:rotate(45deg); transform:rotate(45deg) } .btn_close { -moz-transform:rotate(45deg); border-radius:10px; } .post_abstract_text { display:-moz-box; width:100%; -moz-box-orient:vertical; } .notification { background:#f66a38 linear-gradient(#fb7a4d, #f15b24); } .tab { display:-moz-box; width:100%; } .tab_item { -moz-box-flex:1; } .ui_textbox { -moz-appearance:none; } .ui_textarea { -moz-appearance:none; } .tab_head { display:-moz-box; width:100%; } .tab_head_item { -moz-box-flex:1; } .dia_closebtn { -moz-transform:rotate(45deg); border-radius:14px; -moz-user-select:none; box-shadow:0 6px 6px -2px #999 } .loading { -moz-animation:rotation .6s infinite linear; } @-moz-keyframes rotation { from { -moz-transform:rotate(0deg); } to { -moz-transform:rotate(359deg); } } @keyframes rotation { from { -moz-transform:rotate(0deg); transform:rotate(0deg) } to { -moz-transform:rotate(359deg); transform:rotate(359deg); } } .post_item_abstract{ display:-moz-box; width:100%; -moz-box-orient:vertical; } .post_img_wrapper{ display:-moz-box; width:100%; } .post_img_wrapper>span{ -moz-box-flex:1; background-size:cover; } .forum_card_item_wrapper{ display:-moz-box; width:100%; }/* .forum_card_item_img { width: 32px !important; height: 32px !important; background-size: 32px 32px !important; } .forum_card_item_name{ -moz-box-flex:3; }*/ .forum_list_more{ display:-moz-box; width:100%; -moz-box-orient:horizontal; } .forum_list_more_item{ -moz-box-flex:1; } .login_regist{ display:-moz-box; width:100%; -moz-box-orient:horizontal; } .login_regist_btn{ -moz-box-flex:1; width:50% !important; } .login_btn{ background:#3283FC linear-gradient(#317FF5, #3282FA); } .regist_btn{ background:#f0f2f5 linear-gradient(#f5f7fa, #f0f2f5); } .pager_btn{ background:#f0f2f5 linear-gradient(#f5f7fa, #f0f2f5); } #list_pager{ display:-moz-box; width:100%; } .bottom_pager_btn{ -moz-box-flex:1; outline:none !important; } .search_input{ -moz-appearance:none; -moz-box-sizing:border-box; } .search_area .search_cross b{ -moz-transform:rotate(45deg); border-radius:9px; -moz-user-select:none; } .suggestion span a.close{ background:#FEFEFE linear-gradient(#fff, #eee); } .suggestion span.suggestion_func{ display:-moz-box; width:100%; } .suggestion span a.search_relative{ -moz-box-flex:1; } .sug_forumtile{ display:-moz-box; width:100%; background:#F1F3F6 linear-gradient(#F3F5F8, #ECEEF0); } .add_lightapp_btn:after{ -moz-transform:rotate(45deg); } .lightapp_tip_ani .add_lightapp_tip,.lightapp_tip_ani .add_lightapp_btn:after{ -moz-transition:opacity .8s ease; } .se_thread_pic{ display:-moz-box; width:100%; } .se_thread_pic_m{ -moz-box-flex:1; } .se_thread_func{ display:-moz-box; } .se_thread_l{ -moz-box-flex:1; } .se_thread_r{ -moz-box-flex:2; } .top_message_count{ background:#eb5523 linear-gradient(#f55925, #eb5523); } .client_ad_top_wrap{ display:-moz-box; } .client_ad_link,.client_bdbrowser_ad_link{ -moz-box-flex:1; } .client_bottom_tip{ display:-moz-box; width:100%; } .client_bottom_tip_text{ -moz-box-flex:1; } .client_bottom_tip_cross{ -moz-transform:rotate(45deg); border-radius:9px; } .forumTile_wrapper{ display:-moz-box; width:100%; background:#F1F3F6 linear-gradient(#F3F5F8, #ECEEF0); } .forumTile_name_wrapper{ -moz-box-flex:2; } #expend_ba_link{ -moz-transform:rotate(135deg); } #expend_ba_link.expend_ba{ -moz-transform:rotate(-45deg); } .forumTile_list .closeButton{ -moz-transform:rotate(45deg); border-radius:9px; -moz-user-select:none; } .login_tip_text{ display:-moz-box; width:100%; -moz-box-orient:vertical; } .login_tip_text::before,.login_tip_text::after{ -moz-box-flex:1; } .tl_shadow.special, .forum_recommend_c { display:none !important; } .pager_btn{ background:#f0f2f5 linear-gradient(#f5f7fa, #f0f2f5); } #list_pager{ display:-moz-box; width:100%; } .search_input{ -moz-appearance:none; -moz-box-sizing:border-box; } .search_area .search_cross b{ -moz-transform:rotate(45deg); border-radius:9px; -moz-user-select:none; } .search_switcher_btn small{ -moz-transform:rotate(135deg) } .suggestion span a.close::before{ -moz-transform:rotate(45deg); } .suggestion span a.close::after{ -moz-transform:rotate(45deg); } .suggestion span.suggestion_func{ display:-moz-box; width:100%; } .suggestion span a.search_relative{ -moz-box-flex:1; } .sug_forumtile{ display:-moz-box; width:96%; background:#F1F3F6 linear-gradient(#F3F5F8, #ECEEF0); } .add_lightapp_btn:after{ -moz-transform:rotate(45deg) } .lightapp_tip_ani .add_lightapp_tip,.lightapp_tip_ani .add_lightapp_btn:after{ -moz-transition:opacity .8s ease } .se_thread_pic{ display:-moz-box; width:100%; } .se_thread_pic_m{ -moz-box-flex:1; } .se_thread_func{ display:-moz-box; width:100%; } .se_thread_l{ -moz-box-flex:1; } .se_thread_r{ -moz-box-flex:2; } .ue_revision .blue_kit_icon{ -moz-user-select:none; } .forum_title_text:after{ -moz-transform:scale(1) rotate(315deg) } .spinner{ -moz-transition-property:-moz-transform,opacity; -moz-transition-timing-function:ease-in-out; -moz-transition-duration:150ms; -moz-backface-visibility:hidden; } .mode_setup{ box-shadow:1px 1px 3px #c3c3c3; -moz-transition:all ease .3s; } .mode_setup_style{ -moz-box-sizing:border-box; } .mode_setup_list li{ display:-moz-box; width:100%; } .close_setup:before{ -moz-transform:rotate(45deg) } .switch_on .mode_setup_switch_icon{ -moz-transition:all .3s; } .switch_off .mode_setup_switch_icon{ -moz-transition:all .3s; } .switch_on .switch_icon{ -moz-transition:all .3s; } .switch_off .switch_icon{ -moz-transition:all .3s; } .login_setup{ background:linear-gradient(#fff, #e9e9ea); box-shadow:0 1px 1px #f0f0f1; } .setup_on{ -moz-transform:translate3d(0px,0,0) } .setup_off{ -moz-transform:translate3d(0px,-450%,0) } .function-area{ display:-moz-box !important; width:100%; margin:10px -5% 0 -1% !important; } .function-button{ -moz-box-flex:1; } .function-button:after{ -moz-transform-origin:0 0; -moz-transform:scale(0.5); } .focus-button { background-image: linear-gradient(#ff5460,#fa525e); } .sign_area_levelUp_icon:before{ -moz-transform:rotate(45deg) } .sign_area_levelUp_icon:after{ -moz-transform:rotate(45deg) } .top_with_bg .fans_button{ -moz-box-flex:0; } .sq_btn:after{ -moz-transform:rotate(45deg) } .client_ad_top_wrap{ display:-moz-box; width:100%; } .client_ad_link,.client_bdbrowser_ad_link{ -moz-box-flex:1; } .client_bdbrowser_ad_link .client_ad_top_img_show{ -moz-transition:all 1s ease; } .client_bdbrowser_ad_link .client_ad_top_img_hide{ -moz-transition:all 1s ease; } .tl_spread_pb .ti_item{ } .voice_music{ -moz-user-select:none } .btn_zan_like_anim{ -moz-animation-name:zanLike; -moz-animation-duration:300ms; -moz-animation-timing-function:linear; -moz-animation-fill-mode:forwards; -moz-animation-iteration-count:1; -moz-transform-origin:center center } @-moz-keyframes zanLike{ 0%{ -moz-transform:scale(1); } 20%{ -moz-transform:scale(1.1); } 50%{ -moz-transform:scale(1.5); } 80%{ -moz-transform:scale(1.3); } 99%{ -moz-transform:scale(1); } 100%{ -moz-transform:scale(1); } } .btn_zan_unlike_anim{ -moz-animation-name:zanUnLike; -moz-animation-duration:300ms; -moz-animation-timing-function:ease-in-out; -moz-animation-fill-mode:forwards; -moz-animation-iteration-count:1 } @-moz-keyframes zanUnLike{ 0%{ -moz-transform:scale(1); } 20%{ -moz-transform:scale(0.9); } 50%{ -moz-transform:scale(0.5); } 80%{ -moz-transform:scale(0.7); } 99%{ -moz-transform:scale(1); } 100%{ -moz-transform:scale(1); } } .light_post_entrance{ } .zan_reply{ display:-moz-box; background:#f0f2f5 linear-gradient(#fafcff, #f0f2f5); -moz-box-orient:horizontal !important; } .bottom_commit_btn{ -moz-box-flex:1; width:50% !important; background:#f0f2f5 linear-gradient(#f5f7fa, #f0f2f5); } .bottom_commit_btn.btn_reply.j_btn_reply{ margin:-34px 0px 0px 52% !important; } .login_ad_btn{ background:#2c8cec linear-gradient(#5baafa, #0e77e0); } .login_ad_btn_register{ background:#f1f3f4 linear-gradient(#fff, #f1f3f4); } .ui_slider_hybrid .slide_frame{ display:-moz-box; width:100%; } .ui_slider_hybrid .rahmen{ border-radius:3px; } .ui_slider_hybrid .gif_box{ -moz-transform:scale(1) translate3d(0px,0,0) } .ui_slider_hybrid .img_info_introduce{ -moz-transition:all 300ms linear; } .ui_slider_hybrid .view_post{ border-radius:3px; } .ui_slider_hybrid .ui_image_header{ -moz-transition:all 300ms linear; } .pb_share_wrapper{ background:#71777c linear-gradient(#71777c, #3c4249); } .pb_share_item{ background:#3c3c3c linear-gradient(#404040, #383838); box-shadow:inset 0 2px 1px -2px #505050,0 2px 2px -2px #777; } .pb_share_cancel{ background:#1e1e1e linear-gradient(#222, #1c1c1c); box-shadow:inset 0 2px 1px -2px #3f3f3f,0 2px 2px -2px #777 } .pb_share_btn{ background:#1e1e1e linear-gradient(#f8f9fa, #e4e7e8); } .ghost_plus_circle{ background:#0b8feb linear-gradient(#159bf8, #0081dc); } .ghost_plus_animate{ -moz-transition:-moz-transform 400ms ease } .ghost_plus_active .ghost_plus{ -moz-transform:rotate(225deg) } .ghost_panel_animate{ -moz-transition:bottom 100ms ease,opacity 100ms ease } .captcha_input{ border-radius:0; -moz-appearance:none; } .vcode_panel_inner_wrapper{ background:-moz-linear-gradient(top,#8f99a3,#495261) } .vcode_panel_inner_upper .upper_delete{ background:-moz-linear-gradient(top,#7b838e,#545d6c) } .vcode_panel_inner_upper .upper_delete_img{ background-size:22px 14px; } .vcode_panel_inner_upper .upper_submit{ background:-moz-linear-gradient(top,#3f83f3,#1c53ed); } .vcode_panel_grids_wrapper .grids_line_wrapper{ display:-moz-box } .vcode_panel_grids_wrapper .grid_button{ background:-moz-linear-gradient(top,#f9f9f9,#e2e2e2); -moz-box-flex:1; } .vcode_panel_grids_wrapper .grid_clicked{ background:-moz-linear-gradient(top,#b8bfc3,#cfd5d8) } .landscape .vcode_baseImg_big,.vcode_baseImg_middle{ background-size:90px 120px } .vcode_baseImg_small{ background-size:75px 100px } .portrait .vcode_baseImg_big{ background-size:120px 160px } .smile_btn_group{ width:100%; display:-moz-box } .smile_btn_pic,.smile_btn_font{ -moz-box-flex:1 } .smile_icon{ background-size:30px auto } .smile_list a{ -moz-box-sizing:border-box; } .edit_panel .buttons.yesno{ display:-moz-box } .edit_panel .yesno a{ -moz-box-flex:1; } .prefix_panel .item{ background:#e6e7e9 linear-gradient(#f2f4f6, #e6e7e9); } .arrow_line_light:after{ -moz-transform-origin:33.3% 33.3%; } .arrow_line_light.arrow_up:after{ -moz-transform:rotate(45deg); } .arrow_line_light.arrow_down:after{ -moz-transform:rotate(225deg); } .ui_floatlayer_anim{ -moz-transition-property:-moz-transform,left,top; -moz-transition-timing-function:ease-in-out; -moz-transition-duration:300ms; -moz-backface-visibility:hidden } .at_float_layer{ display:-moz-box; -moz-box-orient:vertical; } .at_user_list{ -moz-box-flex:1; } .ar_panel{ -moz-user-select:none } .popup_tip{ background:#f15a23 linear-gradient(#fb7a4d, #f15a23); } .editor_input{ -moz-appearance:none; -moz-box-sizing:border-box; } .editor_btn_list{ display:-moz-box; } .editor .submit_enable{ background:#2677db linear-gradient(#2b83ef, #2677db); } .editor .submit_enable:active{ background:#2677db linear-gradient(#2677db, #2b83ef); } .post_success_tip{ background:#2677db linear-gradient(#2b83ef, #2677db); } .savedraft_panel{ -moz-box-flex:2; } .pb_poster_layer,.pb_lzl_poster_layer{ display:-moz-box; -moz-box-orient:vertical; } .editor_panel{ -moz-box-flex:1; } .editor_btn_list{ background:#d7dbe0 linear-gradient(#e5e8ed,#d7dbe0 50%,#ccd0d5); } .media_bar{ -moz-box-flex:1; } .scaleup{ -moz-animation-duration:.5s; -moz-animation-name:scaleup; -moz-transform-origin:0 0 } @-moz-keyframes scaleup{ 0%{ -moz-transform:scale(1,.2) } 100%{ -moz-transform:scale(1,1) } } .button{ border-radius:5px; } .button.back>em{ border-radius:4px 0; -moz-transform:rotate(45deg); background-clip:content-box; } .pics_switch { display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; width: 100%; } .pics_switch_item { width: 100%; -moz-box-flex: 1; } .album_list_item { -moz-box-sizing: border-box; } [class^=icon_], [class*=" icon_"] { -moz-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .light_app_mode_setup .mode_setup_list li { padding: 0 10px !important; } .light_see_index, .j_footer_link.footer_link.footer_link_highlight, .ti_item.j_click_stats, .tl_shadow.tl_spread.j_tl_spread.tl_spread_frs, .spread_scroll_wraper, .spread_scoll_item, .client_ad_top, .btn.btn_default.btn_download.j_click_stats{ display:none !important; } }
0.246443
0.073863
.logout { display: flex; padding: 10px; justify-content: flex-end; } .logout>a { margin: 5px; padding: 10px; color: #eee; font-weight: 600; background: #224; border-radius: 5px; } h1 { text-align: center; padding: 20px; } h3 { padding: 10px; margin: 5px 0 0 0 ; } .container { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; font-family: Montserrat; } form { display: flex; flex-direction: column; padding: 10px; justify-content: center; align-items: center; } form>* { width: 33%; font-family: Lato; padding: 10px; margin: 10px; } input, textarea { border-radius: 5px; border: 1px solid #224; } input[type=submit] { background: #224; border-radius: 5px; border: 0; color: #eee; } .posts { padding: 20px; width: 50%; } .post { padding: 20px 50px; margin: 10px 20px; border-radius: 5px; background: #486824; display: flex; flex-direction: column; justify-content: center; } .post>div, .post>a>div { display: flex; flex-direction: column; color: #ccc; } .post>div>div>span, .post>a>div>div>span { color: #888; } .post-name { font-size: 28px; color: #fff; font-weight: 300; font-family: Oswald; } .post-body { border-radius: 5px; background: #777; color: #fff; margin: 20px 10px; text-align: justify; font-size: 18px; padding: 50px 150px; width: 55%; font-family: Raleway; } .rform>* { width: 100%; } .sorts { display: flex; align-items: center; justify-content: space-around; font-weight: 600; } .sorts>a { background: #f2c057; color: #111; padding: 10px 20px; font-family: Montserrat; margin: 5px; border-radius: 5px } p { padding: 7.5px 0; } ul { padding: 10px 0 0 10px; } li { padding: 5px 0; } h1.bbg, h3.bbg { background: #999999aa; border-radius: 5px }
lets-talk/blog/css/style.css
.logout { display: flex; padding: 10px; justify-content: flex-end; } .logout>a { margin: 5px; padding: 10px; color: #eee; font-weight: 600; background: #224; border-radius: 5px; } h1 { text-align: center; padding: 20px; } h3 { padding: 10px; margin: 5px 0 0 0 ; } .container { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; font-family: Montserrat; } form { display: flex; flex-direction: column; padding: 10px; justify-content: center; align-items: center; } form>* { width: 33%; font-family: Lato; padding: 10px; margin: 10px; } input, textarea { border-radius: 5px; border: 1px solid #224; } input[type=submit] { background: #224; border-radius: 5px; border: 0; color: #eee; } .posts { padding: 20px; width: 50%; } .post { padding: 20px 50px; margin: 10px 20px; border-radius: 5px; background: #486824; display: flex; flex-direction: column; justify-content: center; } .post>div, .post>a>div { display: flex; flex-direction: column; color: #ccc; } .post>div>div>span, .post>a>div>div>span { color: #888; } .post-name { font-size: 28px; color: #fff; font-weight: 300; font-family: Oswald; } .post-body { border-radius: 5px; background: #777; color: #fff; margin: 20px 10px; text-align: justify; font-size: 18px; padding: 50px 150px; width: 55%; font-family: Raleway; } .rform>* { width: 100%; } .sorts { display: flex; align-items: center; justify-content: space-around; font-weight: 600; } .sorts>a { background: #f2c057; color: #111; padding: 10px 20px; font-family: Montserrat; margin: 5px; border-radius: 5px } p { padding: 7.5px 0; } ul { padding: 10px 0 0 10px; } li { padding: 5px 0; } h1.bbg, h3.bbg { background: #999999aa; border-radius: 5px }
0.256925
0.091911
* Use this file to override Materialize files so you can update * the core Materialize files in the future */ body { background-color: #F3F3F3; margin-top: 0; } h3 { font-size: 1.7rem; } .material-icons { vertical-align: middle; } .icon-block { padding: 0 15px; } .icon-block .material-icons { font-size: inherit; } [contentEditable="true"]:focus { outline: none; } .select-wrap { margin: 20px 0; } .dropdown-content { z-index: 1100; } label.active[contentEditable="true"]:hover { outline: dotted 1px #ccc; padding: 3px; } textarea.materialize-textarea { min-height: 4.1rem; } .account-button { padding-right: 4em; } .account-dropdown-icon { position: absolute; top: 0; right: .6em; } .itemsList .well { padding: .75rem; padding-bottom: 1.5rem; margin: 0 0 1em 0 !important; background: #F3F3F3; } /* Fixed action button */ .fixed-action-btn { z-index: 990; bottom: 45px; right: 24px; } /* Header */ #logo-container { font-weight: 700; } .reset-form p.desc { text-align: center; } /* Cards */ .card .card-content { padding: 30px; overflow: hidden; padding-top: 20px; } .itemsList .card .card-content .card-title { position: relative; z-index: 3; display: block; margin-right: 50px; line-height: 30px; padding: 8px 0; } .card .card-content .card-title[contentEditable="true"] { padding: 8px; outline: dotted 1px #9e9e9e; } .card.notification { padding: inherit; padding-bottom: 10px } .card.notification .material-icons { line-height: 48px; } .singleContextBtn { position: absolute; z-index: 2; top: 20px; right: 30px; width: 133px; border-radius: 0; } .singleContextBtn.btn-floating { background-color: transparent; } .singleContextBtn i { text-align: right; line-height: 44px; } .itemsList { position: relative; z-index: 1; transition: opacity ease-out .25s; } .itemsList.loading { opacity: .67; } .itemsList .card { margin: 0; } .itemsList .card-content { padding-bottom: 30px; } .itemsList .row { margin-bottom: 0; } .itemsList .input-field { margin-top: 20px; background-color: #fff; } .input-field.textarea .actions { top: -23px; } .row.itemSingle { margin-bottom: 1px ; z-index: 1; position: relative; } .actions { position: absolute; right: 10px; top: 0; } .actions .btn { padding-left: 5px; padding-right: 5px; } .field-type-picker { position: relative; top: -13px; margin: 0; } .field-type-picker li { display: inline-block; } .field-type-picker .btn { padding-left: 10px; padding-right: 10px; font-size: 11px; color: #9e9e9e; background-color: rgb(250, 250, 250); } .field-type-picker .btn.active { background-color: rgb(238, 238, 238); } .btn.expanded { padding-right: 60px; } .btn .preloader-wrapper { position: absolute; top: 6px; right: 25px; } .snippet { transition: height .25s ease-out; } .snippet p { line-height: 1.6; margin: 0; } .snippet-field { position: relative; display: inline-block; padding-right: 70px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 100%; } .snippet-field .btn { padding: 0 .5rem; position: absolute; z-index: 1; right: 0; top: -27%; background: transparent; } .snippet-field .btn[data-action="showPassword"] { right: 10px; } /* Menu */ .side-nav .collapsible-header { line-height: 64px; height: 64px; } .side-nav .collapsible-parent { padding: 0; } .side-nav li:hover { background-color: transparent; } .side-nav li.active { background-color: #eee; } .reorderHandle { cursor: move; } .sortable-ghost { position: relative; } .sortable-ghost:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgb(245, 245, 245); outline: dashed 2px #eee; } /* Modals */ .modal { max-width: 480px; } .modal-content h4 { font-weight: 200; } .modal-content h4 span { font-weight: bold; } /* Form controls */ [type="checkbox"].solo + label { display: block; height: 20px; line-height: 20px; padding: 0; top: 0rem; left: .75rem; } .shade-first-col tr td:first-child { background: rgba(0,0,0,.05); } /* Page: Logins */ #searchForm { z-index: 2; position: relative; margin-top: 30px; } #searchForm form > .row { margin-bottom: 0; } .loginsList .edit-form input[type="text"] { padding-right: 100px; box-sizing: border-box; } .loginsList .edit-form input[type="password"] { padding-right: 170px; box-sizing: border-box; } /* Page: Auth */ .auth { background-color: #eee; } .auth .row .card { width: 375px; margin: 0 auto; float: none; } .auth .btn-large { width: 100%; } .auth .btn .preloader-wrapper { top: 15px; } .auth .btn.expanded { padding-right: 2rem; } .auth-title { font-weight: 700; font-size: 48px; } .forgot-password { display: inline-block; margin-bottom: 26px; } .notification { padding: 15px; } .notification p { overflow: hidden; margin: 0; } /* Page: Users */ .users .primary-actions, .categories .primary-actions { margin-top: 40px; } #title h2 { font-weight: 100; } #title .row { margin-bottom: 0; margin-top: 20px; } /* Page: Installer */ .installer-header { padding-bottom: 0 } .installer-title { font-size: 48px; font-weight: 300; } .installer-title .branding { font-weight: 700; } .installer-progress { color: #ccc; background: gray; padding: 14px; } .installer-progress ul { overflow: hidden; list-style: none; margin: 0; padding: 0; display: block; } .installer-progress li { display: inline-block; padding: 0 14px; } .installer-progress .active { color: #eee; } .intro { font-size: 24px; font-weight: 300; } .installer .result { display: inline-block; padding: 0 5px; border-radius: 3px; font-weight: bold; } .btn-next { margin-top: 1.4em; } /* Page: Groups */ .acl-table th { width: 25%; font-weight: normal; color: #7f7f7f; } .acl-table [type="checkbox"].solo + label { } .itemsList .settings-container.well { margin: 0 !important; } .groupsList .card-content-inner > .row { margin-bottom: 1em; } .ph-help-btn { position: relative; top: -4px; padding: 0 .6rem; opacity: 0.6; } .ph-help-btn:hover { opacity: 1; } /* Page: Tools */ /* Media Queries ===============================================*/ /* Matches Materialize "small" breakpoint */ @media screen and (max-width: 992px) { .settings-container > .s12:first-child { margin-bottom: 1rem; } } @media screen and (max-width: 600px) { /* Disable re-order handle on mobile sizes until library supports it */ .reorderHandle { display: none; } body { margin-top: 80px; } body.auth { margin-top: 0; } nav { position: fixed; z-index: 10; top: 0; left: 0; } .fixed-action-btn { bottom: inherit; right: inherit; top: 22px; left: 18px; } .fixed-action-btn .btn-large { width: 37px; height: 37px; line-height: 37px; } .fixed-action-btn .btn-floating.btn-large i { line-height: 37px; } #title h2 { margin-top: .5rem; margin-bottom: 1rem; } } @media screen and (max-width: 450px) { .auth .row .card { width: 95%; } .auth-title { margin-top: 0; } }
app/css/style.css
* Use this file to override Materialize files so you can update * the core Materialize files in the future */ body { background-color: #F3F3F3; margin-top: 0; } h3 { font-size: 1.7rem; } .material-icons { vertical-align: middle; } .icon-block { padding: 0 15px; } .icon-block .material-icons { font-size: inherit; } [contentEditable="true"]:focus { outline: none; } .select-wrap { margin: 20px 0; } .dropdown-content { z-index: 1100; } label.active[contentEditable="true"]:hover { outline: dotted 1px #ccc; padding: 3px; } textarea.materialize-textarea { min-height: 4.1rem; } .account-button { padding-right: 4em; } .account-dropdown-icon { position: absolute; top: 0; right: .6em; } .itemsList .well { padding: .75rem; padding-bottom: 1.5rem; margin: 0 0 1em 0 !important; background: #F3F3F3; } /* Fixed action button */ .fixed-action-btn { z-index: 990; bottom: 45px; right: 24px; } /* Header */ #logo-container { font-weight: 700; } .reset-form p.desc { text-align: center; } /* Cards */ .card .card-content { padding: 30px; overflow: hidden; padding-top: 20px; } .itemsList .card .card-content .card-title { position: relative; z-index: 3; display: block; margin-right: 50px; line-height: 30px; padding: 8px 0; } .card .card-content .card-title[contentEditable="true"] { padding: 8px; outline: dotted 1px #9e9e9e; } .card.notification { padding: inherit; padding-bottom: 10px } .card.notification .material-icons { line-height: 48px; } .singleContextBtn { position: absolute; z-index: 2; top: 20px; right: 30px; width: 133px; border-radius: 0; } .singleContextBtn.btn-floating { background-color: transparent; } .singleContextBtn i { text-align: right; line-height: 44px; } .itemsList { position: relative; z-index: 1; transition: opacity ease-out .25s; } .itemsList.loading { opacity: .67; } .itemsList .card { margin: 0; } .itemsList .card-content { padding-bottom: 30px; } .itemsList .row { margin-bottom: 0; } .itemsList .input-field { margin-top: 20px; background-color: #fff; } .input-field.textarea .actions { top: -23px; } .row.itemSingle { margin-bottom: 1px ; z-index: 1; position: relative; } .actions { position: absolute; right: 10px; top: 0; } .actions .btn { padding-left: 5px; padding-right: 5px; } .field-type-picker { position: relative; top: -13px; margin: 0; } .field-type-picker li { display: inline-block; } .field-type-picker .btn { padding-left: 10px; padding-right: 10px; font-size: 11px; color: #9e9e9e; background-color: rgb(250, 250, 250); } .field-type-picker .btn.active { background-color: rgb(238, 238, 238); } .btn.expanded { padding-right: 60px; } .btn .preloader-wrapper { position: absolute; top: 6px; right: 25px; } .snippet { transition: height .25s ease-out; } .snippet p { line-height: 1.6; margin: 0; } .snippet-field { position: relative; display: inline-block; padding-right: 70px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 100%; } .snippet-field .btn { padding: 0 .5rem; position: absolute; z-index: 1; right: 0; top: -27%; background: transparent; } .snippet-field .btn[data-action="showPassword"] { right: 10px; } /* Menu */ .side-nav .collapsible-header { line-height: 64px; height: 64px; } .side-nav .collapsible-parent { padding: 0; } .side-nav li:hover { background-color: transparent; } .side-nav li.active { background-color: #eee; } .reorderHandle { cursor: move; } .sortable-ghost { position: relative; } .sortable-ghost:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgb(245, 245, 245); outline: dashed 2px #eee; } /* Modals */ .modal { max-width: 480px; } .modal-content h4 { font-weight: 200; } .modal-content h4 span { font-weight: bold; } /* Form controls */ [type="checkbox"].solo + label { display: block; height: 20px; line-height: 20px; padding: 0; top: 0rem; left: .75rem; } .shade-first-col tr td:first-child { background: rgba(0,0,0,.05); } /* Page: Logins */ #searchForm { z-index: 2; position: relative; margin-top: 30px; } #searchForm form > .row { margin-bottom: 0; } .loginsList .edit-form input[type="text"] { padding-right: 100px; box-sizing: border-box; } .loginsList .edit-form input[type="password"] { padding-right: 170px; box-sizing: border-box; } /* Page: Auth */ .auth { background-color: #eee; } .auth .row .card { width: 375px; margin: 0 auto; float: none; } .auth .btn-large { width: 100%; } .auth .btn .preloader-wrapper { top: 15px; } .auth .btn.expanded { padding-right: 2rem; } .auth-title { font-weight: 700; font-size: 48px; } .forgot-password { display: inline-block; margin-bottom: 26px; } .notification { padding: 15px; } .notification p { overflow: hidden; margin: 0; } /* Page: Users */ .users .primary-actions, .categories .primary-actions { margin-top: 40px; } #title h2 { font-weight: 100; } #title .row { margin-bottom: 0; margin-top: 20px; } /* Page: Installer */ .installer-header { padding-bottom: 0 } .installer-title { font-size: 48px; font-weight: 300; } .installer-title .branding { font-weight: 700; } .installer-progress { color: #ccc; background: gray; padding: 14px; } .installer-progress ul { overflow: hidden; list-style: none; margin: 0; padding: 0; display: block; } .installer-progress li { display: inline-block; padding: 0 14px; } .installer-progress .active { color: #eee; } .intro { font-size: 24px; font-weight: 300; } .installer .result { display: inline-block; padding: 0 5px; border-radius: 3px; font-weight: bold; } .btn-next { margin-top: 1.4em; } /* Page: Groups */ .acl-table th { width: 25%; font-weight: normal; color: #7f7f7f; } .acl-table [type="checkbox"].solo + label { } .itemsList .settings-container.well { margin: 0 !important; } .groupsList .card-content-inner > .row { margin-bottom: 1em; } .ph-help-btn { position: relative; top: -4px; padding: 0 .6rem; opacity: 0.6; } .ph-help-btn:hover { opacity: 1; } /* Page: Tools */ /* Media Queries ===============================================*/ /* Matches Materialize "small" breakpoint */ @media screen and (max-width: 992px) { .settings-container > .s12:first-child { margin-bottom: 1rem; } } @media screen and (max-width: 600px) { /* Disable re-order handle on mobile sizes until library supports it */ .reorderHandle { display: none; } body { margin-top: 80px; } body.auth { margin-top: 0; } nav { position: fixed; z-index: 10; top: 0; left: 0; } .fixed-action-btn { bottom: inherit; right: inherit; top: 22px; left: 18px; } .fixed-action-btn .btn-large { width: 37px; height: 37px; line-height: 37px; } .fixed-action-btn .btn-floating.btn-large i { line-height: 37px; } #title h2 { margin-top: .5rem; margin-bottom: 1rem; } } @media screen and (max-width: 450px) { .auth .row .card { width: 95%; } .auth-title { margin-top: 0; } }
0.533641
0.067731
===== VARIABLE LESS ===== =================================*/ /*---------- 0.3. Mixins ----------*/ /** * [Table of contents] * * [&. Content / #key] * [Let press Ctrl + f and type of paste the key, then press Enter to search the content ] * * Summary: * * 0. VARIABLE LESS * 1. MIXINS /*============================= ===== VARIABLE LESS ===== =============================*/ /*---------- 0.1. Color ----------*/ .news { color: #ad0000 !important; } .sport a:hover, .sport a:hover .title, .sport .label-topic, .sport .btn-email .icons, .sport .label-topic-2, .sport .nav-tabs li.active .tab, .sport .title-topic, .sport .catelory-widget .info-list .link:hover .icons, .sport .breaking-news .label-title, .sport .score, .sport .tab-news-1 li .tab, .sport .mega-menu .single-recent-post-widget .title, .sport .dropdown-menu li:hover > .link-page, .sport .esport-wrapper .result.score, .sport .team-flipcard .winner { color: #ff9500 !important; } .sport .label-topic-3 { border: 1px solid #ff9500; background-color: #ff9500; } .sport .label-topic-3:hover { background-color: transparent; } .sport .breaking-news .btn-read .icons:after { border-color: #ff9500 !important; } .sport .breaking-news .link .text:hover { color: #ff9500 !important; } .sport .tab-news-1 li.active .tab, .sport .tab-news-1 li:hover .tab { border-color: #ff9500 !important; } .sport .content-wrapper:hover { border: 2px solid #ff9500; } .sport .nav-tabs li:before { background-color: #ff9500 !important; } .sport .label-topic-1 { border-color: #ff9500; } .sport .label-topic-1:before { background-color: #ff9500; } .sport .label-topic-1:hover { color: #ffffff !important; } .sport .pagination .active a { color: #ffffff; border-color: #ff9500; background-color: #ff9500; } .sport .pagination > li:hover.active a { color: #ffffff; border-color: #ff9500; background-color: #ff9500; } .sport .pagination > li:hover a { color: #ff9500; border-color: #ff9500; background-color: transparent; } .sport .pagination > li:hover a span:before { color: #ff9500; } .sport.tag-list .tag-link:hover { color: #ffffff !important; background-color: #ff9500 !important; } .sport .list-socials li:hover { background-color: #ff9500; } .sport .btn { background-color: #ff9500; } .sport .btn:hover { color: #ff9500; border-color: #ff9500; background-color: #ffffff; } .sport.banner-news-wrapper .slide-items li:before { background: #ff9500; } .sport.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #ff9500; } .sport .tabs-list li .tab:before { background-color: #ff9500; } .sport .slick-dots li button { border-color: #ff9500; } .sport .slick-dots li:hover button { background-color: #ff9500; } .sport .slick-dots .slick-active button { background-color: #ff9500; } .sport .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #ff9500; } .business a:hover, .business a:hover .title, .business .label-topic, .business .btn-email .icons, .business .label-topic-2, .business .nav-tabs li.active .tab, .business .title-topic, .business .catelory-widget .info-list .link:hover .icons, .business .breaking-news .label-title, .business .score, .business .tab-news-1 li .tab, .business .mega-menu .single-recent-post-widget .title, .business .dropdown-menu li:hover > .link-page, .business .esport-wrapper .result.score, .business .team-flipcard .winner { color: #1d87a6 !important; } .business .label-topic-3 { border: 1px solid #1d87a6; background-color: #1d87a6; } .business .label-topic-3:hover { background-color: transparent; } .business .breaking-news .btn-read .icons:after { border-color: #1d87a6 !important; } .business .breaking-news .link .text:hover { color: #1d87a6 !important; } .business .tab-news-1 li.active .tab, .business .tab-news-1 li:hover .tab { border-color: #1d87a6 !important; } .business .content-wrapper:hover { border: 2px solid #1d87a6; } .business .nav-tabs li:before { background-color: #1d87a6 !important; } .business .label-topic-1 { border-color: #1d87a6; } .business .label-topic-1:before { background-color: #1d87a6; } .business .label-topic-1:hover { color: #ffffff !important; } .business .pagination .active a { color: #ffffff; border-color: #1d87a6; background-color: #1d87a6; } .business .pagination > li:hover.active a { color: #ffffff; border-color: #1d87a6; background-color: #1d87a6; } .business .pagination > li:hover a { color: #1d87a6; border-color: #1d87a6; background-color: transparent; } .business .pagination > li:hover a span:before { color: #1d87a6; } .business.tag-list .tag-link:hover { color: #ffffff !important; background-color: #1d87a6 !important; } .business .list-socials li:hover { background-color: #1d87a6; } .business .btn { background-color: #1d87a6; } .business .btn:hover { color: #1d87a6; border-color: #1d87a6; background-color: #ffffff; } .business.banner-news-wrapper .slide-items li:before { background: #1d87a6; } .business.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #1d87a6; } .business .tabs-list li .tab:before { background-color: #1d87a6; } .business .slick-dots li button { border-color: #1d87a6; } .business .slick-dots li:hover button { background-color: #1d87a6; } .business .slick-dots .slick-active button { background-color: #1d87a6; } .business .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #1d87a6; } .entertainment a:hover, .entertainment a:hover .title, .entertainment .label-topic, .entertainment .btn-email .icons, .entertainment .label-topic-2, .entertainment .nav-tabs li.active .tab, .entertainment .title-topic, .entertainment .catelory-widget .info-list .link:hover .icons, .entertainment .breaking-news .label-title, .entertainment .score, .entertainment .tab-news-1 li .tab, .entertainment .mega-menu .single-recent-post-widget .title, .entertainment .dropdown-menu li:hover > .link-page, .entertainment .esport-wrapper .result.score, .entertainment .team-flipcard .winner { color: #713acf !important; } .entertainment .label-topic-3 { border: 1px solid #713acf; background-color: #713acf; } .entertainment .label-topic-3:hover { background-color: transparent; } .entertainment .breaking-news .btn-read .icons:after { border-color: #713acf !important; } .entertainment .breaking-news .link .text:hover { color: #713acf !important; } .entertainment .tab-news-1 li.active .tab, .entertainment .tab-news-1 li:hover .tab { border-color: #713acf !important; } .entertainment .content-wrapper:hover { border: 2px solid #713acf; } .entertainment .nav-tabs li:before { background-color: #713acf !important; } .entertainment .label-topic-1 { border-color: #713acf; } .entertainment .label-topic-1:before { background-color: #713acf; } .entertainment .label-topic-1:hover { color: #ffffff !important; } .entertainment .pagination .active a { color: #ffffff; border-color: #713acf; background-color: #713acf; } .entertainment .pagination > li:hover.active a { color: #ffffff; border-color: #713acf; background-color: #713acf; } .entertainment .pagination > li:hover a { color: #713acf; border-color: #713acf; background-color: transparent; } .entertainment .pagination > li:hover a span:before { color: #713acf; } .entertainment.tag-list .tag-link:hover { color: #ffffff !important; background-color: #713acf !important; } .entertainment .list-socials li:hover { background-color: #713acf; } .entertainment .btn { background-color: #713acf; } .entertainment .btn:hover { color: #713acf; border-color: #713acf; background-color: #ffffff; } .entertainment.banner-news-wrapper .slide-items li:before { background: #713acf; } .entertainment.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #713acf; } .entertainment .tabs-list li .tab:before { background-color: #713acf; } .entertainment .slick-dots li button { border-color: #713acf; } .entertainment .slick-dots li:hover button { background-color: #713acf; } .entertainment .slick-dots .slick-active button { background-color: #713acf; } .entertainment .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #713acf; } .travel a:hover, .travel a:hover .title, .travel .label-topic, .travel .btn-email .icons, .travel .label-topic-2, .travel .nav-tabs li.active .tab, .travel .title-topic, .travel .catelory-widget .info-list .link:hover .icons, .travel .breaking-news .label-title, .travel .score, .travel .tab-news-1 li .tab, .travel .mega-menu .single-recent-post-widget .title, .travel .dropdown-menu li:hover > .link-page, .travel .esport-wrapper .result.score, .travel .team-flipcard .winner { color: #31c7dd !important; } .travel .label-topic-3 { border: 1px solid #31c7dd; background-color: #31c7dd; } .travel .label-topic-3:hover { background-color: transparent; } .travel .breaking-news .btn-read .icons:after { border-color: #31c7dd !important; } .travel .breaking-news .link .text:hover { color: #31c7dd !important; } .travel .tab-news-1 li.active .tab, .travel .tab-news-1 li:hover .tab { border-color: #31c7dd !important; } .travel .content-wrapper:hover { border: 2px solid #31c7dd; } .travel .nav-tabs li:before { background-color: #31c7dd !important; } .travel .label-topic-1 { border-color: #31c7dd; } .travel .label-topic-1:before { background-color: #31c7dd; } .travel .label-topic-1:hover { color: #ffffff !important; } .travel .pagination .active a { color: #ffffff; border-color: #31c7dd; background-color: #31c7dd; } .travel .pagination > li:hover.active a { color: #ffffff; border-color: #31c7dd; background-color: #31c7dd; } .travel .pagination > li:hover a { color: #31c7dd; border-color: #31c7dd; background-color: transparent; } .travel .pagination > li:hover a span:before { color: #31c7dd; } .travel.tag-list .tag-link:hover { color: #ffffff !important; background-color: #31c7dd !important; } .travel .list-socials li:hover { background-color: #31c7dd; } .travel .btn { background-color: #31c7dd; } .travel .btn:hover { color: #31c7dd; border-color: #31c7dd; background-color: #ffffff; } .travel.banner-news-wrapper .slide-items li:before { background: #31c7dd; } .travel.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #31c7dd; } .travel .tabs-list li .tab:before { background-color: #31c7dd; } .travel .slick-dots li button { border-color: #31c7dd; } .travel .slick-dots li:hover button { background-color: #31c7dd; } .travel .slick-dots .slick-active button { background-color: #31c7dd; } .travel .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #31c7dd; } .tech a:hover, .tech a:hover .title, .tech .label-topic, .tech .btn-email .icons, .tech .label-topic-2, .tech .nav-tabs li.active .tab, .tech .title-topic, .tech .catelory-widget .info-list .link:hover .icons, .tech .breaking-news .label-title, .tech .score, .tech .tab-news-1 li .tab, .tech .mega-menu .single-recent-post-widget .title, .tech .dropdown-menu li:hover > .link-page, .tech .esport-wrapper .result.score, .tech .team-flipcard .winner { color: #1641f9 !important; } .tech .label-topic-3 { border: 1px solid #1641f9; background-color: #1641f9; } .tech .label-topic-3:hover { background-color: transparent; } .tech .breaking-news .btn-read .icons:after { border-color: #1641f9 !important; } .tech .breaking-news .link .text:hover { color: #1641f9 !important; } .tech .tab-news-1 li.active .tab, .tech .tab-news-1 li:hover .tab { border-color: #1641f9 !important; } .tech .content-wrapper:hover { border: 2px solid #1641f9; } .tech .nav-tabs li:before { background-color: #1641f9 !important; } .tech .label-topic-1 { border-color: #1641f9; } .tech .label-topic-1:before { background-color: #1641f9; } .tech .label-topic-1:hover { color: #ffffff !important; } .tech .pagination .active a { color: #ffffff; border-color: #1641f9; background-color: #1641f9; } .tech .pagination > li:hover.active a { color: #ffffff; border-color: #1641f9; background-color: #1641f9; } .tech .pagination > li:hover a { color: #1641f9; border-color: #1641f9; background-color: transparent; } .tech .pagination > li:hover a span:before { color: #1641f9; } .tech.tag-list .tag-link:hover { color: #ffffff !important; background-color: #1641f9 !important; } .tech .list-socials li:hover { background-color: #1641f9; } .tech .btn { background-color: #1641f9; } .tech .btn:hover { color: #1641f9; border-color: #1641f9; background-color: #ffffff; } .tech.banner-news-wrapper .slide-items li:before { background: #1641f9; } .tech.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #1641f9; } .tech .tabs-list li .tab:before { background-color: #1641f9; } .tech .slick-dots li button { border-color: #1641f9; } .tech .slick-dots li:hover button { background-color: #1641f9; } .tech .slick-dots .slick-active button { background-color: #1641f9; } .tech .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #1641f9; } .lifestyle a:hover, .lifestyle a:hover .title, .lifestyle .label-topic, .lifestyle .btn-email .icons, .lifestyle .label-topic-2, .lifestyle .nav-tabs li.active .tab, .lifestyle .title-topic, .lifestyle .catelory-widget .info-list .link:hover .icons, .lifestyle .breaking-news .label-title, .lifestyle .score, .lifestyle .tab-news-1 li .tab, .lifestyle .mega-menu .single-recent-post-widget .title, .lifestyle .dropdown-menu li:hover > .link-page, .lifestyle .esport-wrapper .result.score, .lifestyle .team-flipcard .winner { color: #08b748 !important; } .lifestyle .label-topic-3 { border: 1px solid #08b748; background-color: #08b748; } .lifestyle .label-topic-3:hover { background-color: transparent; } .lifestyle .breaking-news .btn-read .icons:after { border-color: #08b748 !important; } .lifestyle .breaking-news .link .text:hover { color: #08b748 !important; } .lifestyle .tab-news-1 li.active .tab, .lifestyle .tab-news-1 li:hover .tab { border-color: #08b748 !important; } .lifestyle .content-wrapper:hover { border: 2px solid #08b748; } .lifestyle .nav-tabs li:before { background-color: #08b748 !important; } .lifestyle .label-topic-1 { border-color: #08b748; } .lifestyle .label-topic-1:before { background-color: #08b748; } .lifestyle .label-topic-1:hover { color: #ffffff !important; } .lifestyle .pagination .active a { color: #ffffff; border-color: #08b748; background-color: #08b748; } .lifestyle .pagination > li:hover.active a { color: #ffffff; border-color: #08b748; background-color: #08b748; } .lifestyle .pagination > li:hover a { color: #08b748; border-color: #08b748; background-color: transparent; } .lifestyle .pagination > li:hover a span:before { color: #08b748; } .lifestyle.tag-list .tag-link:hover { color: #ffffff !important; background-color: #08b748 !important; } .lifestyle .list-socials li:hover { background-color: #08b748; } .lifestyle .btn { background-color: #08b748; } .lifestyle .btn:hover { color: #08b748; border-color: #08b748; background-color: #ffffff; } .lifestyle.banner-news-wrapper .slide-items li:before { background: #08b748; } .lifestyle.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #08b748; } .lifestyle .tabs-list li .tab:before { background-color: #08b748; } .lifestyle .slick-dots li button { border-color: #08b748; } .lifestyle .slick-dots li:hover button { background-color: #08b748; } .lifestyle .slick-dots .slick-active button { background-color: #08b748; } .lifestyle .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #08b748; } .game a:hover, .game a:hover .title, .game .label-topic, .game .btn-email .icons, .game .label-topic-2, .game .nav-tabs li.active .tab, .game .title-topic, .game .catelory-widget .info-list .link:hover .icons, .game .breaking-news .label-title, .game .score, .game .tab-news-1 li .tab, .game .mega-menu .single-recent-post-widget .title, .game .dropdown-menu li:hover > .link-page, .game .esport-wrapper .result.score, .game .team-flipcard .winner { color: #00dea0 !important; } .game .label-topic-3 { border: 1px solid #00dea0; background-color: #00dea0; } .game .label-topic-3:hover { background-color: transparent; } .game .breaking-news .btn-read .icons:after { border-color: #00dea0 !important; } .game .breaking-news .link .text:hover { color: #00dea0 !important; } .game .tab-news-1 li.active .tab, .game .tab-news-1 li:hover .tab { border-color: #00dea0 !important; } .game .content-wrapper:hover { border: 2px solid #00dea0; } .game .nav-tabs li:before { background-color: #00dea0 !important; } .game .label-topic-1 { border-color: #00dea0; } .game .label-topic-1:before { background-color: #00dea0; } .game .label-topic-1:hover { color: #ffffff !important; } .game .pagination .active a { color: #ffffff; border-color: #00dea0; background-color: #00dea0; } .game .pagination > li:hover.active a { color: #ffffff; border-color: #00dea0; background-color: #00dea0; } .game .pagination > li:hover a { color: #00dea0; border-color: #00dea0; background-color: transparent; } .game .pagination > li:hover a span:before { color: #00dea0; } .game.tag-list .tag-link:hover { color: #ffffff !important; background-color: #00dea0 !important; } .game .list-socials li:hover { background-color: #00dea0; } .game .btn { background-color: #00dea0; } .game .btn:hover { color: #00dea0; border-color: #00dea0; background-color: #ffffff; } .game.banner-news-wrapper .slide-items li:before { background: #00dea0; } .game.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #00dea0; } .game .tabs-list li .tab:before { background-color: #00dea0; } .game .slick-dots li button { border-color: #00dea0; } .game .slick-dots li:hover button { background-color: #00dea0; } .game .slick-dots .slick-active button { background-color: #00dea0; } .game .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #00dea0; } .fashion a:hover, .fashion a:hover .title, .fashion .label-topic, .fashion .btn-email .icons, .fashion .label-topic-2, .fashion .nav-tabs li.active .tab, .fashion .title-topic, .fashion .catelory-widget .info-list .link:hover .icons, .fashion .breaking-news .label-title, .fashion .score, .fashion .tab-news-1 li .tab, .fashion .mega-menu .single-recent-post-widget .title, .fashion .dropdown-menu li:hover > .link-page, .fashion .esport-wrapper .result.score, .fashion .team-flipcard .winner { color: #f83281 !important; } .fashion .label-topic-3 { border: 1px solid #f83281; background-color: #f83281; } .fashion .label-topic-3:hover { background-color: transparent; } .fashion .breaking-news .btn-read .icons:after { border-color: #f83281 !important; } .fashion .breaking-news .link .text:hover { color: #f83281 !important; } .fashion .tab-news-1 li.active .tab, .fashion .tab-news-1 li:hover .tab { border-color: #f83281 !important; } .fashion .content-wrapper:hover { border: 2px solid #f83281; } .fashion .nav-tabs li:before { background-color: #f83281 !important; } .fashion .label-topic-1 { border-color: #f83281; } .fashion .label-topic-1:before { background-color: #f83281; } .fashion .label-topic-1:hover { color: #ffffff !important; } .fashion .pagination .active a { color: #ffffff; border-color: #f83281; background-color: #f83281; } .fashion .pagination > li:hover.active a { color: #ffffff; border-color: #f83281; background-color: #f83281; } .fashion .pagination > li:hover a { color: #f83281; border-color: #f83281; background-color: transparent; } .fashion .pagination > li:hover a span:before { color: #f83281; } .fashion.tag-list .tag-link:hover { color: #ffffff !important; background-color: #f83281 !important; } .fashion .list-socials li:hover { background-color: #f83281; } .fashion .btn { background-color: #f83281; } .fashion .btn:hover { color: #f83281; border-color: #f83281; background-color: #ffffff; } .fashion.banner-news-wrapper .slide-items li:before { background: #f83281; } .fashion.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #f83281; } .fashion .tabs-list li .tab:before { background-color: #f83281; } .fashion .slick-dots li button { border-color: #f83281; } .fashion .slick-dots li:hover button { background-color: #f83281; } .fashion .slick-dots .slick-active button { background-color: #f83281; } .fashion .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #f83281; } .politics a:hover, .politics a:hover .title, .politics .label-topic, .politics .btn-email .icons, .politics .label-topic-2, .politics .nav-tabs li.active .tab, .politics .title-topic, .politics .catelory-widget .info-list .link:hover .icons, .politics .breaking-news .label-title, .politics .score, .politics .tab-news-1 li .tab, .politics .mega-menu .single-recent-post-widget .title, .politics .dropdown-menu li:hover > .link-page, .politics .esport-wrapper .result.score, .politics .team-flipcard .winner { color: #1080ff !important; } .politics .label-topic-3 { border: 1px solid #1080ff; background-color: #1080ff; } .politics .label-topic-3:hover { background-color: transparent; } .politics .breaking-news .btn-read .icons:after { border-color: #1080ff !important; } .politics .breaking-news .link .text:hover { color: #1080ff !important; } .politics .tab-news-1 li.active .tab, .politics .tab-news-1 li:hover .tab { border-color: #1080ff !important; } .politics .content-wrapper:hover { border: 2px solid #1080ff; } .politics .nav-tabs li:before { background-color: #1080ff !important; } .politics .label-topic-1 { border-color: #1080ff; } .politics .label-topic-1:before { background-color: #1080ff; } .politics .label-topic-1:hover { color: #ffffff !important; } .politics .pagination .active a { color: #ffffff; border-color: #1080ff; background-color: #1080ff; } .politics .pagination > li:hover.active a { color: #ffffff; border-color: #1080ff; background-color: #1080ff; } .politics .pagination > li:hover a { color: #1080ff; border-color: #1080ff; background-color: transparent; } .politics .pagination > li:hover a span:before { color: #1080ff; } .politics.tag-list .tag-link:hover { color: #ffffff !important; background-color: #1080ff !important; } .politics .list-socials li:hover { background-color: #1080ff; } .politics .btn { background-color: #1080ff; } .politics .btn:hover { color: #1080ff; border-color: #1080ff; background-color: #ffffff; } .politics.banner-news-wrapper .slide-items li:before { background: #1080ff; } .politics.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #1080ff; } .politics .tabs-list li .tab:before { background-color: #1080ff; } .politics .slick-dots li button { border-color: #1080ff; } .politics .slick-dots li:hover button { background-color: #1080ff; } .politics .slick-dots .slick-active button { background-color: #1080ff; } .politics .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #1080ff; } /*---------- 0.2. Font ----------*/ /*============================= ==== END VARIABLE LESS ==== =============================*/ /*============================= ===== MIXINS ===== =============================*/ .clearfix { zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ''; } .clearfix:after { clear: both; } /*============================= ==== END MIXINS ==== =============================*/ /*================================ ==== END VARIABLE LESS ==== =================================*/ /*================================ ====== GLOBAL STYLE ====== =================================*/ .breadcrumb { margin-bottom: 0; padding: 40px 0; border-radius: 0; background-color: #1d1d1d; } .breadcrumb .breadcrumb-text { font-family: 'PT Serif', serif; font-size: 32px; font-weight: bold; text-transform: capitalize; color: #ffffff; } .breadcrumb .breadcrumb-content { display: block; margin-bottom: 0; padding-top: 7px; padding-left: 0; list-style: none; } .breadcrumb .breadcrumb-content .breadcrumb-list { font-size: 10px; font-weight: bold; display: inline-block; text-transform: uppercase; } .breadcrumb .breadcrumb-content .breadcrumb-list.active span { text-decoration: underline; color: #ffffff; } .breadcrumb .breadcrumb-content .breadcrumb-list + .breadcrumb-list:before { font-family: 'fontawesome'; font-size: 10px; margin: 0 10px; content: '\f101'; color: #71828f; } .breadcrumb .breadcrumb-content .breadcrumb-list .breadcrumb-link { color: #a3a3a3; } .breadcrumb .breadcrumb-content .breadcrumb-list:hover .breadcrumb-link { color: #ad0000; } .title-topic, .title-topic-2 { font-size: 14px; font-weight: bold; display: block; margin-bottom: 25px; letter-spacing: 1px; text-transform: uppercase; color: #141414; } .title-topic.style-padding-15, .title-topic-2.style-padding-15 { padding: 0 15px; } .title-topic .sub-title, .title-topic-2 .sub-title { font-size: 12px; font-weight: 400; font-style: italic; padding-left: 15px; letter-spacing: 0; text-transform: capitalize; color: #a1a1a1; } .title-topic-3 { font-size: 12px; font-weight: 900; line-height: 15px; display: inline-block; margin-bottom: 25px; padding: 5px 10px; text-transform: uppercase; color: #ffffff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #fe9525; } .label-topic-1 { font-size: 11px; font-weight: bold; line-height: 32px; position: absolute; z-index: 11; top: 20px; left: 0; height: 32px; padding: 0 18px; letter-spacing: 2px; text-transform: uppercase; color: #ffffff; border-left: 2px solid #ad0000; background-color: #141414; } .label-topic-1 span { position: relative; z-index: 12; } .label-topic-1:before { position: absolute; left: 0; width: 2px; height: 100%; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; background-color: #ad0000; } .label-topic-1:hover { color: #ffffff; } .label-topic-1:hover:before { width: 100%; } .label-topic-2 { font-size: 11px; font-weight: bold; display: inline-block; letter-spacing: 1px; text-transform: uppercase; color: #ad0000; } .label-topic-3 { font-size: 11px; font-weight: bold; line-height: 16px; display: inline-block; padding: 0 5px; text-transform: capitalize; color: #ffffff; border: 1px solid #ad0000; background-color: #ad0000; } .label-topic-4 { font-size: 11px; font-weight: normal; font-style: italic; text-transform: capitalize; color: #b2b2b2; } .info { font-size: 10px; font-weight: bold; line-height: 1; margin: 0; padding: 0; list-style: none; letter-spacing: 1px; text-transform: uppercase; } .info li { line-height: 18px; position: relative; display: inline-block; padding: 0 12px; } .info li:first-child { padding-left: 0; } .info li:last-child { padding-right: 0; } .info li + li:before { font-family: 'FontAwesome'; font-size: 6px; position: absolute; left: -2px; content: '\f111'; color: #b2b2b2; } .info .link, .info .link-2 { color: #b2b2b2; } .info .link:hover, .info .link-2:hover { color: #ad0000; } .info .link.normal, .info .link-2.normal { font-size: 11px; font-weight: 300; font-style: italic; letter-spacing: 0; text-transform: capitalize; } .mask-gradient { position: absolute; z-index: 5; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; opacity: .8; } .mask-gradient.style-1 { background-image: linear-gradient(123deg, #d90000 0%, #fc6d00 100%); background-image: -ms-linear-gradient(123deg, #d90000 0%, #fc6d00 100%); } .mask-gradient.style-2 { background-image: linear-gradient(123deg, #dc5b01 0%, #f0d731 100%); background-image: -ms-linear-gradient(123deg, #dc5b01 0%, #f0d731 100%); } .mask-gradient.style-3 { background-image: linear-gradient(123deg, #201048 0%, #d72912 100%); background-image: -ms-linear-gradient(123deg, #201048 0%, #d72912 100%); } .mask-gradient.style-4 { background-image: linear-gradient(135deg, #4b3a5f 1%, #0f3144 100%); background-image: -ms-linear-gradient(135deg, #4b3a5f 1%, #0f3144 100%); } .mask-gradient.style-5 { opacity: .7; background-image: linear-gradient(123deg, #0adeeb 0%, #64249f 100%); background-image: -ms-linear-gradient(123deg, #0adeeb 0%, #64249f 100%); } .mask-gradient.style-6 { background-image: linear-gradient(135deg, #440f28 0%, #13aeb4 99%); background-image: -ms-linear-gradient(135deg, #440f28 0%, #13aeb4 99%); } .mask-gradient.style-7 { background-image: linear-gradient(135deg, #170455 0%, #930e3d 100%); background-image: -ms-linear-gradient(135deg, #170455 0%, #930e3d 100%); } .mask-gradient.style-8 { background-image: linear-gradient(123deg, #0f8730 0%, #4b2871 100%); background-image: -ms-linear-gradient(123deg, #0f8730 0%, #4b2871 100%); } .mask-gradient.style-9 { background-image: linear-gradient(123deg, #1eb848 0%, #5a6264 100%); background-image: -ms-linear-gradient(123deg, #1eb848 0%, #5a6264 100%); } .mask-gradient.style-10 { background-image: linear-gradient(118deg, #ff831e 0%, #2260ee 100%); background-image: -ms-linear-gradient(118deg, #ff831e 0%, #2260ee 100%); } .mask-gradient.style-11 { background-image: -ms-linear-gradient(123deg, #1d87a6 0%, #1c0f7b 100%); } .mask-gradient.style-12 { background-image: linear-gradient(123deg, #4b2871 0%, #0f8730 100%); background-image: -ms-linear-gradient(123deg, #4b2871 0%, #0f8730 100%); } .mask-gradient.style-13 { background-image: linear-gradient(135deg, #894199 0%, #0dc0db 99%); background-image: -ms-linear-gradient(135deg, #894199 0%, #0dc0db 99%); } .mask-gradient.style-14 { background-image: linear-gradient(135deg, #382a90 0%, #0dd7b3 99%); background-image: -ms-linear-gradient(135deg, #382a90 0%, #0dd7b3 99%); } .mask-gradient.style-15 { background-image: linear-gradient(135deg, #d33105 0%, #1b35d4 99%); background-image: -ms-linear-gradient(135deg, #d33105 0%, #1b35d4 99%); } .mask-gradient.style-16 { background-image: linear-gradient(135deg, #0ff56b 0%, #853edd 99%); background-image: -ms-linear-gradient(135deg, #0ff56b 0%, #853edd 99%); } .mask-gradient.style-17 { background-image: linear-gradient(135deg, #0090ff 0%, #dbd90d 99%); background-image: -ms-linear-gradient(135deg, #0090ff 0%, #dbd90d 99%); } .mask-gradient.style-18 { background-image: linear-gradient(135deg, #fbe926 0%, #0dd7b3 99%); background-image: -ms-linear-gradient(135deg, #fbe926 0%, #0dd7b3 99%); } .mask-gradient.style-19 { background-image: linear-gradient(135deg, #d3c705 0%, #d10505 99%); background-image: -ms-linear-gradient(135deg, #d3c705 0%, #d10505 99%); } .mask-gradient.style-20 { background-image: linear-gradient(135deg, #0592d3 0%, #601bd4 99%); background-image: -ms-linear-gradient(135deg, #0592d3 0%, #601bd4 99%); } .mask-gradient.style-21 { background-image: linear-gradient(123deg, #f43faa 0%, #25e3ff 100%); background-image: -ms-linear-gradient(123deg, #f43faa 0%, #25e3ff 100%); } .mask-gradient.style-22 { opacity: .6; background-image: linear-gradient(123deg, #f83281 0%, #845d59 64%, #0f8730 100%); background-image: -ms-linear-gradient(123deg, #f83281 0%, #845d59 64%, #0f8730 100%); } .mask-gradient.style-23 { opacity: .6; background-image: linear-gradient(133deg, #f83281 0%, #9048a7 58%, #285ecd 100%); background-image: -ms-linear-gradient(133deg, #f83281 0%, #9048a7 58%, #285ecd 100%); } .mask-gradient.style-24 { opacity: .6; background-image: linear-gradient(135deg, #f83281 0%, #86709b 67%, #13aeb4 100%); background-image: -ms-linear-gradient(135deg, #f83281 0%, #86709b 67%, #13aeb4 100%); } .mask-gradient.style-25 { background-image: linear-gradient(135deg, #045f62 0%, #713762 58%, #de0e61 100%); background-image: -ms-linear-gradient(135deg, #045f62 0%, #713762 58%, #de0e61 100%); } .mask-gradient.style-26 { background-image: linear-gradient(124deg, #58108f 0%, #11afb9 66%, #23dce8 99%); background-image: -ms-linear-gradient(124deg, #58108f 0%, #11afb9 66%, #23dce8 99%); } .mask-gradient.style-27 { background-image: linear-gradient(124deg, #14fd7c 0%, #050b5a 100%); background-image: -ms-linear-gradient(124deg, #14fd7c 0%, #050b5a 100%); } .mask-gradient.style-28 { background-image: linear-gradient(124deg, #1b09c7 0%, #12a64a 100%); background-image: -ms-linear-gradient(124deg, #1b09c7 0%, #12a64a 100%); } .mask-gradient.style-29 { background-image: linear-gradient(123deg, #64249f 0%, #0adeeb 100%); background-image: -ms-linear-gradient(123deg, #64249f 0%, #0adeeb 100%); } .banner-adv-wrapper .banner-adv-728x90 { display: block; } .banner-adv-wrapper .banner-adv-728x90 img { margin: 0 auto; } .tab-news-1 { width: 100%; margin-bottom: 25px; padding: 0; list-style: none; } .tab-news-1 li { padding: 0 5px; } .tab-news-1 li .tab { font-size: 13px; font-weight: 900; padding: 30px 10px; text-transform: uppercase; color: #ad0000; border: 2px solid #fafafa !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background-color: #fafafa; } .tab-news-1 li .tab.text-left { padding-left: 30px; text-align: left !important; } .tab-news-1 li .tab:hover, .tab-news-1 li .tab:focus { border-color: #ad0000 !important; background-color: #fafafa; } .tab-news-1 li.active .tab { color: #ad0000; border-color: #ad0000 !important; background-color: #fafafa; } .tab-news-1 li.active .tab:hover, .tab-news-1 li.active .tab:focus { color: #ad0000; background-color: #fafafa; } .tab-news-1 li:first-child { padding-left: 0; } .tab-news-1 li:last-child { padding-right: 0; } .tab-news-2 { width: 100%; margin-bottom: 4px; padding: 0; list-style: none; } .tab-news-2 li { position: relative; padding: 0 1px; vertical-align: middle; border-top: 2px solid #d3d3d3; background-color: #fafafa; } .tab-news-2 li:before { position: absolute; z-index: 1; z-index: 10; top: -2px; left: 0; width: 0; height: 2px; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; background-color: #ad0000; } .tab-news-2 li:after { position: absolute; z-index: 10; top: -2px; right: 0; width: 2px; height: calc(100% + 2px); content: ''; background-color: #ffffff; } .tab-news-2 li .tab { font-size: 13px; font-weight: 500; display: block; width: 100%; height: 100%; padding: 15px; text-align: center; color: #565b62; border: none !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background-color: #fafafa; } .tab-news-2 li .tab:hover, .tab-news-2 li .tab:focus { background-color: transparent; } .tab-news-2 li.active:before, .tab-news-2 li:hover:before { width: 100%; } .tab-news-2 li.active .tab, .tab-news-2 li:hover .tab { color: #ad0000; background-color: #fafafa; } .tab-news-2 li.active .tab:hover, .tab-news-2 li:hover .tab:hover, .tab-news-2 li.active .tab:focus, .tab-news-2 li:hover .tab:focus { color: #ad0000; background-color: #fafafa; } .tab-news-2 li:first-child { padding-left: 0; } .tab-news-2 li:last-child { padding-right: 0; } .tab-news-2 li:last-child:after { display: none; } .tab-news-3 { margin-bottom: 20px; border-bottom: 0; } .tab-news-3 li { line-height: 12px; float: left; width: auto; margin-bottom: 0; padding: 0 3px; } .tab-news-3 li .tab { font-size: 11px; font-weight: bold; position: relative; text-align: left; letter-spacing: 1px; text-transform: uppercase; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #fafafa; } .tab-news-3 li .tab span { position: relative; z-index: 10; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; color: #141414; } .tab-news-3 li .tab:before { position: absolute; top: 0; left: 0; width: 4px; height: 100%; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; background-color: #ad0000; } .tab-news-3 li.active .tab, .tab-news-3 li:hover .tab { border: 0; background-color: #fafafa; } .tab-news-3 li.active .tab span, .tab-news-3 li:hover .tab span { color: #ffffff; } .tab-news-3 li.active .tab:before, .tab-news-3 li:hover .tab:before { width: 100%; } .tab-news-3 li.active .tab span, .tab-news-3 li:hover .tab span { color: #ffffff !important; } .tab-news-3 li.active .tab:hover, .tab-news-3 li:hover .tab:hover { border: 0; } .tab-news-3 li .nav-tabs > li.active > a, .tab-news-3 li .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover .tab-news-3 li:last-child { padding-right: 0; } .tab-news-3 li:first-child { padding-left: 0; } .style-btn-slide .slick-next, .style-btn-slide .slick-prev { z-index: 10; width: 40px; height: 40px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; border: 2px solid #ebebeb; background-color: #ffffff; } .style-btn-slide .slick-next:before, .style-btn-slide .slick-prev:before { font-family: 'FontAwesome'; font-size: 28px; position: relative; color: #b2b2b2; } .style-btn-slide .slick-next { right: 0; } .style-btn-slide .slick-next:before { left: 20px; content: '\f178'; } .style-btn-slide .slick-prev { left: 0; } .style-btn-slide .slick-prev:before { right: 20px; content: '\f177'; } .slide { overflow: hidden; margin: 0 -1px; padding-bottom: 40px; background-image: url('../images/more-image/boder-slide-btn-2.jpg'); background-repeat: no-repeat; background-position: bottom left 80px; } .slide .slide-item { padding: 0 1px; } .slide .slick-prev, .slide .slick-next { top: auto; bottom: -9px; width: 18px; height: 18px; border: 2px solid #ebebeb; } .slide .slick-prev:before, .slide .slick-next:before { font-family: 'FontAwesome'; font-size: 18px; line-height: 14px; position: relative; color: #b2b2b2; } .slide .slick-prev { left: 10px; } .slide .slick-prev:before { right: 12px; content: '\f177'; } .slide .slick-next { right: auto; left: 40px; } .slide .slick-next:before { left: 10px; content: '\f178'; } .btn-style-1 { font-size: 11px; font-weight: bold; padding: 10.5px 20px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; letter-spacing: 1px; text-transform: uppercase; color: #ffffff; border-width: 2px; border-radius: 0; background-color: #ad0000; } .btn-style-1:after { font-family: 'fontawesome'; padding-left: 18px; content: '\f178'; } .btn-style-1:hover { color: #ad0000; border-color: #ad0000; background-color: #ffffff; } .two-col { margin: 0 -15px; } .two-col > div { float: left; width: 50%; margin-bottom: 30px; padding: 0 15px; vertical-align: top; } .two-col > div:nth-last-child(-n + 2) { margin-bottom: 0; } /* Slick dot */ .slick-dots { bottom: -40px; } .slick-dots li { width: 10px; height: 10px; } .slick-dots li button { width: 10px; height: 10px; border: 1px solid #ad0000; border-radius: 50%; background-color: #ffffff; } .slick-dots li button:before { content: initial; } .slick-dots li:hover button { background-color: #ad0000; } .slick-dots .slick-active button { background-color: #ad0000; } /* Slick dot */ /* Back to top */ .back-to-top { position: fixed; z-index: -1; right: 20px; bottom: 20px; cursor: pointer; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: .3s; text-decoration: none; opacity: 0; } .back-to-top.show { z-index: 1000; visibility: visible; opacity: 1; } .back-to-top .btn { font-size: 24px; line-height: 38px; width: 40px; height: 40px; padding: 0; text-align: center; color: #ad0000; border: 1px solid #ad0000; } .back-to-top:hover .btn { color: #ffffff; background-color: #ad0000; } /* Back to top */ .rating { text-align: left; direction: rtl; unicode-bidi: bidi-override; } .rating span { font-size: 12px; position: relative; display: inline-block; width: 1.1em; } .rating span:before { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; display: inline-block; content: '\f005'; color: #dbdbdb; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto; } .rating .active:before, .rating .active ~ span:before { color: #f9d116; } /*================================ ====== END GLOBAL STYLE ====== =================================*/ /*================================ ====== NEWS LAYOUT ====== =================================*/ .news-layout-1 { position: relative; } .news-layout-1 .news-video { display: inherit; width: 100%; height: 420px; border: 0; } .news-layout-1 .news-image { position: relative; z-index: 1; display: block; } .news-layout-1 .news-image:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: 0; background-color: rgba(0, 0, 0, .4); } .news-layout-1 .news-image img { width: 100%; } .news-layout-1 .news-image .btn-play { line-height: 30px; position: absolute; bottom: 0; left: 0; width: 35px; height: 30px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; text-align: center; color: #ffffff; background-color: rgba(255, 255, 255, .3); } .news-layout-1 .news-image .btn-play:hover { background-color: rgba(0, 0, 0, .6); } .news-layout-1 .news-image .time { line-height: 30px; position: absolute; bottom: 0; left: 35px; width: 35px; height: 30px; text-align: center; color: #ffffff; background-color: rgba(0, 0, 0, .3); } .news-layout-1 .news-content, .news-layout-1 .news-content-2 { padding: 20px; background-color: #fafafa; } .news-layout-1 .news-content .title, .news-layout-1 .news-content-2 .title { font-family: 'PT Serif', serif; font-size: 16px; font-weight: bold; display: block; color: #141414; } .news-layout-1 .news-content .title:hover, .news-layout-1 .news-content-2 .title:hover { text-decoration: underline; color: #ad0000; } .news-layout-1 .news-content .info, .news-layout-1 .news-content-2 .info { margin-top: 10px; } .news-layout-1 .news-content .description, .news-layout-1 .news-content-2 .description { margin: 10px 0 0 0; color: #7e8287; } .news-layout-1 .news-content-2 { position: absolute; z-index: 1; top: 0; padding: 15px 0 0 15px; background-color: transparent; } .news-layout-1 .news-content-2 .title { color: #ffffff; } .news-layout-1.big .news-content .label-topic-2, .news-layout-1.big .news-content .label-topic-3 { margin-bottom: 5px; } .news-layout-1.big .news-content .title { font-size: 22px; line-height: 1.4; } .news-layout-1.big .news-content .info { margin-top: 15px; } .news-layout-1.small .news-content { padding: 15px 0 0 0; background-color: transparent; } .news-layout-1.small .news-content .title { font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; } .news-layout-1.small .news-content .title:hover { color: #ad0000; } .news-layout-1.small .news-content .info { margin-top: 5px; } .news-layout-1.video .news-image:before { display: none; } .news-layout-1.video .news-content { padding: 0; background-color: transparent; } .news-layout-1.video .news-content .description { margin: 10px 0 0 0; } .news-layout-1.padding-zero .news-content { padding: 15px 0 0 0; background-color: transparent; } .news-layout-1.white .news-content .title { color: #ffffff; } .news-layout-1:hover .news-image:before { opacity: 1; } .news-layout-2 { display: table; width: 100%; } .news-layout-2 .news-image { position: relative; display: table-cell; width: 48%; vertical-align: top; } .news-layout-2 .news-image:before { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: 0; background-color: rgba(0, 0, 0, .4); } .news-layout-2 .news-image img { position: absolute; width: 100%; height: 100%; } .news-layout-2 .news-image .btn-play { line-height: 30px; position: absolute; z-index: 2; bottom: 0; left: 0; width: 35px; height: 30px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; text-align: center; color: #ffffff; background-color: rgba(255, 255, 255, .3); } .news-layout-2 .news-image .btn-play:hover { background-color: rgba(0, 0, 0, .6); } .news-layout-2 .news-image .time { line-height: 30px; position: absolute; z-index: 2; bottom: 0; left: 35px; width: 35px; height: 30px; text-align: center; color: #ffffff; background-color: rgba(0, 0, 0, .3); } .news-layout-2 .news-content { display: table-cell; width: 52%; padding: 30px; vertical-align: top; background-color: #fafafa; } .news-layout-2 .news-content .title { font-family: 'PT Serif', serif; font-size: 16px; font-weight: bold; display: block; color: #141414; } .news-layout-2 .news-content .title:hover { text-decoration: underline; color: #ad0000; } .news-layout-2 .news-content .info { margin-top: 10px; } .news-layout-2 .news-content .description { margin: 10px 0 0 0; color: #7e8287; } .news-layout-2:hover .news-image:before { opacity: 1; } .news-layout-3 { position: relative; } .news-layout-3 .news-image { position: relative; z-index: 1; display: block; } .news-layout-3 .news-image img { width: 100%; } .news-layout-3 .news-image:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: 0; background-color: rgba(0, 0, 0, .7); } .news-layout-3 .news-content, .news-layout-3 .news-content-2 { position: absolute; z-index: 10; } .news-layout-3 .news-content .title, .news-layout-3 .news-content-2 .title { font-family: 'PT Serif', serif; font-size: 16px; font-weight: bold; display: block; margin-bottom: 10px; color: #ffffff !important; } .news-layout-3 .news-content .title:hover, .news-layout-3 .news-content-2 .title:hover { text-decoration: underline; } .news-layout-3 .news-content .info li + li:before, .news-layout-3 .news-content-2 .info li + li:before { color: #ffffff; } .news-layout-3 .news-content .info .link, .news-layout-3 .news-content-2 .info .link { color: #ffffff; } .news-layout-3 .news-content .info .link:hover, .news-layout-3 .news-content-2 .info .link:hover { color: #ad0000; } .news-layout-3 .news-content .description, .news-layout-3 .news-content-2 .description { margin: 0; color: #7e8287; } .news-layout-3 .news-content { bottom: 0; left: 0; padding: 15px 20px; } .news-layout-3 .news-content-2 { top: 50%; left: 50%; cursor: pointer; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .news-layout-3 .news-content-2 .title { margin-bottom: 0; white-space: nowrap; text-transform: capitalize; } .news-layout-3.big .news-content { padding: 15px 30px; } .news-layout-3.big .news-content .title { font-size: 32px; line-height: 1.2; } .news-layout-3.small .news-content { padding: 10px; } .news-layout-3.small .news-content .title { font-size: 14px; line-height: 20px; margin-bottom: 7px; } .news-layout-3:hover .news-image:before { opacity: 1; } /*================================= ====== END NEWS LAYOUT ====== =================================*/ /*================================ ====== BLOCK MAIN ====== =================================*/ .block-main-1-wrapper { padding: 30px 0; background-color: #141414; } .block-main-1-wrapper.politics { background: url(../images/background/background-full-10.jpg) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .block-main-1 { margin-right: -1px; margin-left: -1px; } .block-main-1 .block-item-wrapper { float: left; overflow: hidden; padding: 2px; } .block-main-1 .block-item-wrapper .block-item { position: absolute; top: 2px; right: 2px; bottom: 3px; left: 2px; overflow: hidden; } .block-main-1 .block-item-wrapper:before { display: block; padding-top: 65%; content: ''; } .block-main-1 .block-item-wrapper.item-width-1 { width: 33.3333%; padding-bottom: 1px; } .block-main-1 .block-item-wrapper.item-width-1 .caption .title { font-size: 15px; font-weight: 600; } .block-main-1 .block-item-wrapper.item-width-2 { width: 66.6667%; } .block-main-1 .block-item-wrapper.item-width-2 > div { bottom: 4px; } .block-main-2 { background: url(../images/background/background-full-1.jpg) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .block-main-3 { position: relative; margin-bottom: 0; } .block-main-3 .news-layout-3 { height: 500px; cursor: pointer; background-position: center; background-size: cover; } .block-main-3 .news-layout-3:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: 0; background-color: rgba(0, 0, 0, .5); } .block-main-3 .news-layout-3.style-1 { background-image: url('../images/entertainment/bg-slide-1.jpg'); } .block-main-3 .news-layout-3.style-2 { background-image: url('../images/entertainment/bg-slide-2.jpg'); } .block-main-3 .news-layout-3.lifestyle { height: 600px; } .block-main-3 .news-layout-3.lifestyle-1 { background-image: url('../images/lifestyle/bg-slide-1.jpg'); } .block-main-3 .news-layout-3.lifestyle-2 { background-image: url('../images/entertainment/bg-slide-2.jpg'); } .block-main-3 .news-layout-3 .container { position: relative; height: 100%; } .block-main-3 .news-layout-3 .news-content { padding: 30px 15px; } .block-main-3 .news-layout-3 .news-content .label-topic-1 { position: Relative; top: auto; display: inline-block; margin-bottom: 15px; } .block-main-3 .news-layout-3 .news-content .title { font-size: 32px; line-height: 40px; text-transform: capitalize; } .block-main-3 .slick-prev, .block-main-3 .slick-next { z-index: 3; width: 30px; height: 30px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; background-color: rgba(0, 0, 0, .9); } .block-main-3 .slick-prev:before, .block-main-3 .slick-next:before { font: normal normal normal 20px/1 FontAwesome; line-height: 30px; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto; } .block-main-3 .slick-prev { left: -50px; } .block-main-3 .slick-prev:before { content: '\f104'; } .block-main-3 .slick-next { right: -50px; } .block-main-3 .slick-next:before { content: '\f105'; } .block-main-3:hover .slick-prev { left: 30px; } .block-main-3:hover .slick-next { right: 30px; } .block-main-3:hover .news-layout-3:before { opacity: 1; } .block-main-4 { padding: 30px 0; background: url('../images/background/background-full-5.jpg') no-repeat center top; background-attachment: fixed; background-size: cover; } .block-main-4 .block-main-4-wrapper { margin-bottom: 0; } .block-main-4 .news-layout-3 { height: 500px; cursor: pointer; background-position: center; background-size: cover; } .block-main-4 .news-layout-3:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: 0; background-color: rgba(0, 0, 0, .5); } .block-main-4 .news-layout-3.tech-1 { background-image: url('../images/tech/bg-slide-1.jpg'); } .block-main-4 .news-layout-3.tech-2 { background-image: url('../images/lifestyle/bg-slide-1.jpg'); } .block-main-4 .news-layout-3 .news-content { padding: 20px 30px; } .block-main-4 .news-layout-3 .news-content .label-topic-1 { position: Relative; top: auto; display: inline-block; margin-bottom: 15px; } .block-main-4 .news-layout-3 .news-content .title { font-size: 32px; line-height: 40px; text-transform: capitalize; } .block-main-4 .news-layout-3:hover:before { opacity: 1; } .block-main-5 { background-color: #141414; } .block-main-5 .slide-news-wrapper { overflow: hidden; max-width: 1920px; margin: 0 auto; padding: 0; } .block-main-5 .block-video-wrapper { margin: 0 -2px; } .block-main-5 .block-video-wrapper .slick-list { overflow: initial; } .block-main-5 .block-video-wrapper .item { padding: 0 2px; } .block-main-5 .block-video-wrapper .item .news-image:before { opacity: 1; } .block-main-5 .block-video-wrapper .item:hover .news-image:before { opacity: 1; } .block-main-5 .block-video-wrapper .slick-current .news-image:before { opacity: 0; } .block-main-5 .block-video-wrapper .slick-current + div .news-image:before { opacity: 0; } .block-main-5 .block-video-wrapper .slick-prev, .block-main-5 .block-video-wrapper .slick-next { z-index: 3; width: 30px; height: 30px; background-color: rgba(0, 0, 0, .9); } .block-main-5 .block-video-wrapper .slick-prev:before, .block-main-5 .block-video-wrapper .slick-next:before { font: normal normal normal 20px/1 FontAwesome; line-height: 30px; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto; } .block-main-5 .block-video-wrapper .slick-prev { left: 0; } .block-main-5 .block-video-wrapper .slick-prev:before { content: '\f104'; } .block-main-5 .block-video-wrapper .slick-next { right: 0; } .block-main-5 .block-video-wrapper .slick-next:before { content: '\f105'; } .block-main-5 .block-video-wrapper .slick-dots { bottom: 0; -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); -ms-transform: translate(0, -100%); -o-transform: translate(0, -100%); transform: translate(0, -100%); } .block-main-6 { position: relative; height: 500px; background: url('../images/background/background-full-6.jpg') no-repeat center top; background-size: cover; } .block-main-6 .container { height: 100%; } .block-main-6 .block-title { font-size: 32px; font-weight: bold; line-height: 36px; position: absolute; top: 50%; left: 50%; display: inline-table; padding: 0 30px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #ffffff; } .block-main-6 .block-title .ads { font-size: 11px; line-height: 1.42857143; position: absolute; top: -15px; right: 30px; padding: 0 3px; text-transform: uppercase; border-radius: 2px; background-color: #ff9500; } .block-main-7.game > div { margin: 3.5px -2px 0; } .block-main-7.game > div .item { padding: 0 2px; } .block-main-7.game .label-topic-1 { position: relative; top: 0; left: auto; display: inline-block; margin-bottom: 10px; } .block-main-7.game .news-content { padding: 15px 20px; } .block-main-7.fashion > div { margin: 20px -10px 0; } .block-main-7.fashion > div .item { padding: 0 10px; } .block-news-1 .layout-main-news { float: left; width: 62%; padding-right: 15px; } .block-news-1 .layout-list-news { float: left; width: 38%; padding-left: 15px; } .block-news-2 .layout-main-news { float: left; width: 50%; padding-right: 15px; } .block-news-2 .layout-list-news { float: left; width: 50%; padding-left: 15px; } .block-news-2 .layout-list-news .single-recent-post-widget .title { margin-bottom: 5px; } .block-news-3 .layout-main-news { display: block; margin-bottom: 30px; } .block-news-3 .layout-list-news { display: block; } .block-news-3 .layout-list-news .row-wrapper { margin: -15px; } .block-news-3 .layout-list-news .items { float: left; width: 50%; padding: 15px; } .block-news-4 .layout-main-news { display: block; margin-bottom: 30px; } .block-news-4 .layout-list-news { display: block; margin: 0 -15px; } .block-news-4 .layout-list-news .left-news, .block-news-4 .layout-list-news .right-news { float: left; width: 50%; padding: 0 15px; } .block-news-5 .layout-main-news { display: block; margin-bottom: 30px; } .block-news-5 .layout-main-news.has-video { margin-bottom: 20px; } .block-news-5 .layout-list-news { display: block; margin: 0 -15px; } .block-news-5 .layout-list-news .row-wrapper:last-child .items { padding-bottom: 0; } .block-news-5 .layout-list-news .items { float: left; width: 25%; padding: 0 15px 30px 15px; } .block-news-5 .block-news-content.style-1 { background-color: #fafafa; } .block-news-5 .block-news-content.style-1 .layout-main-news { margin-bottom: 25px; } .block-news-5 .block-news-content.style-1 .layout-list-news { margin: 0; padding: 0 5px; } .block-news-5 .block-news-content.style-1 .layout-list-news .items { padding: 0 10px 20px 10px; } .block-news-6 .news-item { float: left; width: 50%; padding-bottom: 30px; } .block-news-6 .news-item:nth-child(odd) { padding-right: 15px; } .block-news-6 .news-item:nth-child(even) { padding-left: 15px; } .block-news-6 .news-item:nth-last-child(-n + 2) { padding-bottom: 0; } .block-news-7 .layout-main-news { display: block; margin-bottom: 30px; } .block-news-7 .layout-list-news { display: block; margin: 0 -15px; } .block-news-7 .layout-list-news .row-wrapper:last-child .items { padding-bottom: 0; } .block-news-7 .layout-list-news .items { float: left; width: 50%; padding: 0 15px 30px 15px; } .block-news-7 .layout-list-news .items .label-topic-1 { left: 15px; } .block-news-8 .layout-main-news { float: left; width: 62%; padding-right: 15px; } .block-news-8 .layout-list-news { float: left; width: 38%; padding-left: 15px; } .block-news-8 .layout-list-news .items { margin-bottom: 25px; } .block-news-8 .layout-list-news .items:last-child { margin-bottom: 0; } .block-news-9 .news-masonry { margin: -5px -5px -5px; } .block-news-9 .grid-sizer { width: 1%; } .block-news-9 .block-item-wrapper { float: left; } .block-news-9 .block-item-wrapper .block-item { position: absolute; top: 5px; right: 5px; bottom: 5px; left: 5px; overflow: hidden; } .block-news-9 .block-item-wrapper .block-item a img { width: 100%; height: 100%; } .block-news-9 .block-item-wrapper:before { display: block; padding-top: 100%; content: ''; } .block-news-9 .block-item-wrapper.item-width-1 { width: 25%; } .block-news-9 .block-item-wrapper.item-width-1 .caption .title { font-size: 15px; font-weight: 600; } .block-news-9 .block-item-wrapper.item-width-2 { width: 50%; } .block-news-9 .block-item-wrapper.item-width-2:before { padding-top: 50%; } .block-news-9 .block-item-wrapper.item-height-2 { margin-bottom: 0; } .block-news-9 .block-item-wrapper.item-height-2:before { padding-top: 200%; } .block-news-9 .news-image { height: 100%; } .block-news-11 .slide-item { margin: 0 -15px; } .block-news-11 .news-item { float: left; width: 33.3333%; padding: 0 15px 30px; } .block-news-11 .news-item:nth-last-child(-n + 3) { padding-bottom: 0; } .block-news-special { position: relative; top: -160px; margin-bottom: -100px; } .block-slide-gallery-wrapper { background-color: #141414; } .block-slide-gallery { overflow: hidden; max-width: 1920px; margin: 0 auto; } .block-slide-gallery img { width: 100%; } .block-slide-gallery .slick-slider { margin-bottom: 0; } .block-slide-gallery .slick-list { overflow: initial; } .block-slide-gallery .thumb-gallery { position: relative; display: block; } .block-slide-gallery .thumb-gallery:before { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; opacity: 0; background-color: rgba(0, 0, 0, .4); } .block-slide-gallery .thumb-gallery:hover:before { opacity: 1; } /*---------- 3.13. Banner ----------*/ .banner-main-1, .banner-main-5 { position: relative; overflow: hidden; width: 100%; text-align: left; color: #ffffff; background-color: #121212; background-image: url('../images/footer/bg-news.jpg'); background-repeat: repeat; background-attachment: fixed; background-position: center; -webkit-background-size: cover; background-size: cover; } .banner-main-1 .title-topic, .banner-main-5 .title-topic, .banner-main-1 .title-topic-2, .banner-main-5 .title-topic-2 { color: #ffffff; } .banner-main-1 .socials-tab-widget .socials-tab li, .banner-main-5 .socials-tab-widget .socials-tab li { float: left; width: auto; } .banner-main-2 { background-color: #282828; } .banner-main-2 .title-topic { color: #ffffff; } .banner-main-3 { background: url(../images/background/background-full-2.jpg) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .banner-main-4 { background: url(../images/background/background-full-4.jpg) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .banner-main-6 { background: url(../images/background/background-full-3.jpg) no-repeat center top; background-attachment: fixed; -webkit-background-size: cover; background-size: cover; } .banner-main-7 { background-color: #fafafa; } .banner-main-7 .breaking-news { padding: 0; } .banner-main-7 .breaking-news > .text { width: 120px; } .banner-main-7 .breaking-news .vticker li .link .text, .banner-main-7 .breaking-news .vticker li .link .btn-read { color: #141414; } .banner-main-7 .slick-slider { margin-bottom: 0; } .banner-main-8 { background: url(../images/background/background-full-7.jpg) no-repeat center bottom; background-attachment: fixed; -webkit-background-size: cover; background-size: cover; } .banner-main-9 { background: url(../images/background/background-full-8.jpg) no-repeat center bottom; -webkit-background-size: cover; background-size: cover; } .banner-main-9 .title-topic, .banner-main-9 .title-topic-2 { color: #ffffff; } .banner-main-10 { background: url(../images/background/background-full-9.jpg) no-repeat center bottom; -webkit-background-size: cover; background-size: cover; } .banner-main-10 .title-topic, .banner-main-10 .title-topic-2 { color: #ffffff; } .banner-main-11 { background: url(../images/background/background-full-11.jpg) no-repeat center top; -webkit-background-size: cover; background-size: cover; } .banner-main-11 .title-topic-2 { margin-bottom: 0; color: #ffffff; } .banner-main-11 .result .item { display: inline-block; margin-bottom: 20px; padding-right: 20px; text-transform: none; color: #b2b2b2; } .banner-main-11 .result .item span { padding-left: 5px; color: #ffffff; } .banner-news-wrapper { display: inline-block; width: 100%; margin: 0 -15px; } .banner-news-wrapper > div { padding: 0 15px; } .banner-news-wrapper .main-news { float: left; width: 60%; } .banner-news-wrapper .main-news .item { position: relative; } .banner-news-wrapper .main-news .description { position: absolute; bottom: 0; display: table; overflow: hidden; width: 100%; height: 80px; padding: 10px 20px; background-color: rgba(0, 0, 0, .8); } .banner-news-wrapper .main-news .description .text { display: table-cell; margin-bottom: 0; vertical-align: middle; color: #ffffff; } .banner-news-wrapper .main-news:hover .owl-prev, .banner-news-wrapper .main-news:hover .owl-next { visibility: visible; opacity: 1; } .banner-news-wrapper .main-news:hover .owl-prev { left: 0; } .banner-news-wrapper .main-news:hover .owl-next { right: 0; } .banner-news-wrapper .title-news { float: left; overflow-y: auto; width: 40%; border-left: none; } .banner-news-wrapper .title-news .slide-items { margin-bottom: 0; } .banner-news-wrapper .owl-prev, .banner-news-wrapper .owl-next { position: absolute; z-index: 10; top: 50%; visibility: hidden; width: 40px; height: 40px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); opacity: 0; border: 2px solid #ebebeb; background-color: rgba(40, 40, 40, .5); } .banner-news-wrapper .owl-prev i:before, .banner-news-wrapper .owl-next i:before { font-size: 28px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #b2b2b2; } .banner-news-wrapper .owl-next { right: -100px; } .banner-news-wrapper .owl-next i:before { left: 25px; content: '\f178'; } .banner-news-wrapper .owl-prev { left: -100px; } .banner-news-wrapper .owl-prev i:before { right: 25px; content: '\f177'; } .banner-news-wrapper .owl-dots { display: none !important; } .banner-news-wrapper .slide-items { padding-left: 0; } .banner-news-wrapper .slide-items li { position: relative; padding: 20px 20px; list-style: none; cursor: pointer; border-bottom: 1px solid #1f1f1f; background-color: #141414; } .banner-news-wrapper .slide-items li:last-child { border-bottom: none; } .banner-news-wrapper .slide-items li:before { position: absolute; top: 0; left: 0; width: 5px; height: 100%; content: ''; transition: all .3s ease; opacity: 0; background-color: #ad0000; } .banner-news-wrapper .slide-items li.active { background-color: #1b1b1b; } .banner-news-wrapper .slide-items li.active:before { opacity: 1; } .banner-news-wrapper .slide-items li.active .title { text-decoration: underline; color: #ffffff; } .banner-news-wrapper .slide-items li .title { font-size: 13px; font-weight: bold; margin-bottom: 0; pointer-events: none; color: #c9c9c9; } .banner-news-wrapper .mCSB_outside + .mCSB_scrollTools { right: -7px; } .banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { right: -10px; background-color: #ad0000; } .banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail { margin-right: -3px; background-color: #141414; } .banner-news-wrapper.style-1 .slide-items li { border-color: #ebebeb; background-color: #ffffff; } .banner-news-wrapper.style-1 .slide-items li.active { background-color: #f4f3f3; } .banner-news-wrapper.style-1 .slide-items li .title { color: #141414; } .banner-news-wrapper.style-2 .slide-items li { padding: 0 0 20px 0; border-bottom: 0; background-color: #fafafa; } .banner-news-wrapper.style-2 .slide-items li:before { content: initial; } .banner-news-wrapper.style-2 .slide-items li:last-child { padding: 0; } .banner-news-wrapper.style-2 .slide-items li:hover .title { text-decoration: underline; } .banner-news-wrapper.style-2 .slide-items .active { background-color: #fafafa; } .banner-news-wrapper.style-2 .slide-items .active .title { color: #141414; } .banner-news-wrapper.style-2 .slide-items .title { font-family: 'PT Serif', serif; font-size: 16px; color: #141414; } .banner-news-wrapper.style-2 .title-news { width: 33.3333%; } .banner-news-wrapper.style-2 .main-news { width: 66.6667%; } .banner-news-wrapper.style-2 .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .banner-news-wrapper.style-2 .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical { margin: 0; } .banner-video-wrapper .slick-slider { margin-bottom: 0; } .banner-video-wrapper .title-topic { color: #ffffff; } .banner-video-wrapper .row-wrapper { margin-bottom: 0; } .banner-video-wrapper .slick-prev, .banner-video-wrapper .slick-next { z-index: 2; top: auto; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } .banner-video-wrapper .slick-prev { right: 35px; left: auto; } .banner-video-wrapper .white-arrows .slick-prev, .banner-video-wrapper .white-arrows .slick-next { background-color: #ffffff; } .banner-video-wrapper .white-arrows .slick-prev:before, .banner-video-wrapper .white-arrows .slick-next:before { color: #141414; } .list-charts-wrapper { zoom: 1; margin-bottom: 0; padding: 15px 0; background-color: #ffffff; } .list-charts-wrapper:before, .list-charts-wrapper:after { display: table; content: ''; } .list-charts-wrapper:after { clear: both; } .list-charts-wrapper canvas { width: 100% !important; height: 100px !important; padding: 10px 0; } .list-charts-wrapper .item { padding: 0 20px; border-right: 1px solid #ebebeb; } .list-charts-wrapper .item:last-child { border-right: 0; } .list-charts-wrapper .name { font-weight: bold; float: left; width: 50%; text-align: left; color: #141414; } .list-charts-wrapper .value-total { font-size: 13px; font-weight: bold; float: left; width: 50%; text-align: right; color: #141414; } .list-charts-wrapper .value-change { font-size: 16px; text-align: center; color: #2eda6d; } .banner-billionaire-wrapper { background-color: #ffffff; } .banner-billionaire-wrapper.slide-blog { overflow: initial; padding: 20px 0; background-image: none; } .banner-billionaire-wrapper.slide-blog .slick-prev, .banner-billionaire-wrapper.slide-blog .slick-next { z-index: 2; top: 50%; bottom: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background-color: #ffffff; } .banner-billionaire-wrapper.slide-blog .slick-prev { left: -10px; } .banner-billionaire-wrapper.slide-blog .slick-next { right: -10px; left: auto; } .banner-billionaire-wrapper.slide-blog .slide-item { padding: 0; } .banner-billionaire-wrapper .team-inner { padding: 0 20px; border-right: 1px solid #ebebeb; } .banner-billionaire-wrapper .team-inner.team-style-2 { background-color: transparent; } .banner-billionaire-wrapper .team-inner.team-style-2 .team-img { width: 35%; } .banner-billionaire-wrapper .team-inner.team-style-2 .team-img:hover { opacity: .7; } .banner-billionaire-wrapper .team-inner.team-style-2 .team-flipcard { padding: 0 0 0 12px; background-color: #ffffff; } .banner-billionaire-wrapper .team-inner.team-style-2 .team-flipcard .name { text-transform: capitalize; } .banner-billionaire-wrapper .team-inner.team-style-2 .team-flipcard .value { font-size: 12px; font-weight: 500; line-height: 1.4; display: block; } .banner-shopping-wrapper .tabs-list { margin-bottom: 30px; } .banner-shopping-wrapper .slick-slider { margin-bottom: 0; } .banner-esport-wrapper .tabs-list { margin-bottom: 15px; } .banner-esport-wrapper .socials-tab li { float: left; width: auto; } .banner-esport-wrapper .esport-main-wrapper { zoom: 1; margin: 0 -15px -30px; } .banner-esport-wrapper .esport-main-wrapper:before, .banner-esport-wrapper .esport-main-wrapper:after { display: table; content: ''; } .banner-esport-wrapper .esport-main-wrapper:after { clear: both; } .banner-esport-wrapper .item { float: left; width: 25%; padding: 0 15px 30px; } .banner-esport-wrapper .esport-wrapper { display: table; width: 100%; padding: 5px 3px; background-color: #ffffff; } .banner-esport-wrapper .esport-wrapper > div { display: table-cell; vertical-align: middle; border-right: 1px solid #ebebeb; } .banner-esport-wrapper .esport-wrapper > div:last-child { border-right: 0; } .banner-esport-wrapper .esport-wrapper .logo { width: 55px; height: 55px; } .banner-esport-wrapper .esport-wrapper .logo img { width: 100%; } .banner-esport-wrapper .esport-wrapper .team-wrapper { padding: 0 6px; } .banner-esport-wrapper .esport-wrapper .team { zoom: 1; padding: 3px 0; border-bottom: 1px solid #ebebeb; } .banner-esport-wrapper .esport-wrapper .team:before, .banner-esport-wrapper .esport-wrapper .team:after { display: table; content: ''; } .banner-esport-wrapper .esport-wrapper .team:after { clear: both; } .banner-esport-wrapper .esport-wrapper .team:last-child { border-bottom: 0; } .banner-esport-wrapper .esport-wrapper .team i { padding-right: 10px; } .banner-esport-wrapper .esport-wrapper .team .result { font-size: 13px; float: right; } .banner-esport-wrapper .esport-wrapper .team .name { font-size: 13px; font-weight: 400; float: left; padding-right: 10px; color: #141414; } .banner-esport-wrapper .esport-wrapper .team .icon-team-1 { background: #22511b; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #22511b 0%, #a7191a 100%); /* IE6-9 */ -webkit-background-clip: text; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22511b', endColorstr='#a7191a', GradientType=0); -webkit-text-fill-color: transparent; } .banner-esport-wrapper .esport-wrapper .team .icon-team-2 { background: #6ecfb6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #6ecfb6 0%, #e67f21 100%); -webkit-background-clip: text; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ecfb6', endColorstr='#e67f21', GradientType=0); -webkit-text-fill-color: transparent; } .banner-esport-wrapper .esport-wrapper .date-time { padding: 0 3px; text-align: center; } .banner-esport-wrapper .esport-wrapper .date-time .date { font-size: 10px; line-height: 5px; color: #818181; } .banner-esport-wrapper .esport-wrapper .date-time .time { font-size: 13px; font-weight: 400; } .candidate-list { display: table; margin: 0 -15px -30px; } .candidate-list .team-inner.team-style-2 { float: left; width: 33.3333%; padding: 0 15px 30px; background-color: transparent; } .candidate-list .team-inner.team-style-2 .team-img { width: 20%; } .candidate-list .team-inner.team-style-2 .team-flipcard { padding: 0 0 0 12px; background-color: transparent; } .candidate-list .team-inner.team-style-2 .team-flipcard .name { font-weight: normal; display: block; text-transform: capitalize; color: #ffffff; } .candidate-list .team-inner.team-style-2 .team-flipcard .value { font-weight: 400; line-height: 1.4; display: inline-block; color: #ffffff; } .candidate-list .team-inner.team-style-2 .team-flipcard .winner { display: inline-block; padding-left: 10px; color: #1784ff; } .candidate-list .progress { width: 90%; margin-top: 7px; margin-bottom: 0; } .candidate-list .progress .progress-bar { background-color: #1784ff; } .candidate-list .progress .progress-bar:after { top: -2px; right: -35px; color: #ffffff; } /*================================ ====== END BLOCK MAIN ====== =================================*/ /*================================ ====== WIDGET ====== =================================*/ .catelory-widget .info-list { position: relative; top: -10px; margin-bottom: 0; } .catelory-widget .info-list li { line-height: 32px; } .catelory-widget .info-list .link { text-transform: capitalize; color: #141414; } .catelory-widget .info-list .link .icons, .catelory-widget .info-list .link .text { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .catelory-widget .info-list .link .icons { margin-right: 7px; } .catelory-widget .info-list .link .text { position: relative; } .catelory-widget .info-list .link .text:before { position: absolute; bottom: 0; left: 0; width: 0; height: 1px; content: ''; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; background-color: #141414; } .catelory-widget .info-list .link:hover .icons { color: #ad0000; } .catelory-widget .info-list .link:hover .text:before { width: 100%; } .single-recent-post-widget { display: table; width: 100%; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #ebebeb; } .single-recent-post-widget .thumb { position: relative; display: table-cell; width: 115px; padding: 0 15px 5px 0; } .single-recent-post-widget .thumb img { -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; } .single-recent-post-widget .thumb .img-wrapper { width: 100%; } .single-recent-post-widget .thumb .btn-play { line-height: 30px; position: absolute; bottom: 0; left: 0; width: 35px; height: 30px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; text-align: center; color: #ffffff; background-color: rgba(255, 255, 255, .3); } .single-recent-post-widget .thumb .btn-play:hover { background-color: rgba(0, 0, 0, .6); } .single-recent-post-widget .thumb .time { line-height: 30px; position: absolute; bottom: 0; left: 35px; width: 35px; height: 30px; text-align: center; color: #ffffff; background-color: rgba(0, 0, 0, .3); } .single-recent-post-widget .post-info { position: relative; top: -4px; display: table-cell; width: auto; vertical-align: top; } .single-recent-post-widget .post-info .title, .single-recent-post-widget .post-info .title-2 { font-size: 13px; font-weight: 500; line-height: 18px; display: block; text-transform: capitalize; color: #141414; } .single-recent-post-widget .post-info .title:hover, .single-recent-post-widget .post-info .title-2:hover { text-decoration: underline; color: #ad0000; } .single-recent-post-widget .post-info .title.white, .single-recent-post-widget .post-info .title-2.white { color: #ffffff; } .single-recent-post-widget .post-info .info { margin-top: 5px; } .single-recent-post-widget:last-child { margin-bottom: 0; padding-bottom: 0; border: none; } .single-recent-post-widget:hover img { -webkit-filter: opacity(30%); filter: opacity(30%); } .directnew-recent-post { display: table; width: 100%; margin-bottom: 15px; } .directnew-recent-post .thumb { display: table-cell; width: 65px; padding: 0 10px 0 0; } .directnew-recent-post .thumb .img-wrapper { width: 100%; } .directnew-recent-post .post-info { position: relative; top: -4px; display: table-cell; width: auto; vertical-align: top; } .directnew-recent-post .post-info .title { display: block; } .directnew-recent-post .post-info .title .left-text { float: left; text-transform: capitalize; } .directnew-recent-post .post-info .title .left-text .strongtext { font-weight: bold; color: #141414; } .directnew-recent-post .post-info .title .left-text .text { color: #a8aeb6; } .directnew-recent-post .post-info .title .right-text { float: right; } .directnew-recent-post .post-info .title .right-text .text { font-style: italic; color: #8899a6; } .directnew-recent-post .post-info .description .text { color: #565b62; } .directnew-recent-post .post-info .description .link { display: inline-block; color: #33ccff; } .directnew-recent-post .post-info .description .link:hover { color: #ad0000; } .directnew-recent-post .post-info .info { margin-top: 5px; } .directnew-recent-post .post-info .info li { padding: 0 4px; } .directnew-recent-post .post-info .info li + li:before { display: none; } .directnew-recent-post .post-info .info .icons { padding-right: 5px; } .directnew-recent-post .post-info .info .link { font-size: 12px; font-weight: 400; text-transform: capitalize; } .directnew-recent-post:last-child { margin-bottom: 0; } .about-us-widget { position: relative; top: -4px; } .about-us-widget ul { margin-bottom: 0; } .about-us-widget .text { line-height: 22px; color: #141414; } .about-us-info-list li { display: table; width: 100%; margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid #ebebeb; } .about-us-info-list li:last-child { margin-bottom: 0; padding-bottom: 0; border: none; } .about-us-info-list .icons { display: table-cell; width: 25px; text-align: left; color: #141414; } .about-us-info-list .link { display: table-cell; color: #141414; } .about-us-info-list .link:hover { color: #ad0000; } /*================================ ====== END WIDGET ====== =================================*/ /*================================ ====== PAGE ====== =================================*/ /*---------- 3.1. News ----------*/ .catelogy-topic .block-news-3 { margin-bottom: 60px; } .catelogy-topic.latest-item-no-margin > div:last-child .block-news-3 { margin-bottom: 0; } .gallery-slide .slider-for { margin-bottom: 10px; } .gallery-slide .slider-for .news-layout-3 .news-content { color: #ffffff; background-color: rgba(0, 0, 0, .7); } .gallery-slide .slider-for .news-layout-3 .news-content .description { color: #ffffff; } .gallery-slide .slider-for.style-btn-slide .slick-prev, .gallery-slide .slider-for.style-btn-slide .slick-next { visibility: hidden; opacity: 0; } .gallery-slide .slider-for.style-btn-slide .slick-prev { left: -100px; } .gallery-slide .slider-for.style-btn-slide .slick-next { right: -100px; } .gallery-slide .slider-for.style-btn-slide:hover .slick-prev, .gallery-slide .slider-for.style-btn-slide:hover .slick-next { visibility: visible; opacity: 1; } .gallery-slide .slider-for.style-btn-slide:hover .slick-prev { left: 0; } .gallery-slide .slider-for.style-btn-slide:hover .slick-next { right: 0; } .gallery-slide .slider-nav { margin: 0 -1px 0 -5px; } .gallery-slide .slider-nav .items { padding: 0 5px; } .test-1 { position: relative; overflow: hidden; width: 100%; height: 400px; text-align: left; color: #ffffff; background-color: #121212; background-image: url('../images/footer/bg-news.jpg'); background-repeat: repeat; background-attachment: fixed; background-position: center; -webkit-background-size: cover; background-size: cover; } /*---------- 3.2. Sport ----------*/ .category-sport { padding: 30px 0; background-color: #f6f6f6; } .category-sport .category-sport-list { margin: 0 -5px; } .category-sport .category-sport-list .item { padding: 0 5px; } .category-sport-wrapper { position: relative; display: block; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; text-align: center; background-color: #ffffff; } .category-sport-wrapper .icons { font-size: 36px; line-height: 65px; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; color: #e8e8e8; } .category-sport-wrapper .text { font-size: 13px; font-weight: 900; line-height: 65px; position: relative; z-index: 2; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; letter-spacing: 1px; text-transform: uppercase; color: #ff9500; } .category-sport-wrapper:hover { background-color: #ff9500; } .category-sport-wrapper:hover .icons { color: rgba(255, 255, 255, .5); } .category-sport-wrapper:hover .text { color: #ffffff; } .slide-logo { padding: 30px 0; background-color: #fafafa; } .slide-logo .slide-logo-list { margin-bottom: 0; } .slide-logo .slide-logo-list .item { margin: 0 15px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: .7; } .slide-logo .slide-logo-list .item img { margin: 0 auto; } .slide-logo .slide-logo-list .item:hover { opacity: 1; } /*---------- 3.3. Entertainment ----------*/ .slide-news-wrapper { padding: 30px 0; background-color: #141414; } .slide-news-wrapper .slick-slider { margin-bottom: 0; } .slide-news-wrapper.lifestyle { padding: 20px 0 30px; background-color: #ffffff; } .slide-news-wrapper.lifestyle .slide-4-wrapper .item { padding: 0 10px; } .slide-news-wrapper.tech { overflow: hidden; padding: 30px 0 0; border-bottom: 1px solid #ebebeb; background-color: #ffffff; } .slide-news-wrapper.tech > div { padding-bottom: 15px; } .slide-news-wrapper.video, .slide-news-wrapper.game { padding: 0; background-color: transparent; } .slide-2-wrapper, .slide-3-wrapper, .slide-4-wrapper, .slide-6-wrapper { margin-right: -15px; margin-left: -15px; } .slide-2-wrapper .item, .slide-3-wrapper .item, .slide-4-wrapper .item, .slide-6-wrapper .item { padding: 0 15px; } .slide-2-wrapper .slick-prev, .slide-3-wrapper .slick-prev, .slide-4-wrapper .slick-prev, .slide-6-wrapper .slick-prev, .slide-2-wrapper .slick-next, .slide-3-wrapper .slick-next, .slide-4-wrapper .slick-next, .slide-6-wrapper .slick-next { z-index: 3; width: 30px; height: 30px; background-color: rgba(0, 0, 0, .9); } .slide-2-wrapper .slick-prev:before, .slide-3-wrapper .slick-prev:before, .slide-4-wrapper .slick-prev:before, .slide-6-wrapper .slick-prev:before, .slide-2-wrapper .slick-next:before, .slide-3-wrapper .slick-next:before, .slide-4-wrapper .slick-next:before, .slide-6-wrapper .slick-next:before { font: normal normal normal 20px/1 FontAwesome; line-height: 30px; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto; } .slide-2-wrapper .slick-prev, .slide-3-wrapper .slick-prev, .slide-4-wrapper .slick-prev, .slide-6-wrapper .slick-prev { left: 0; } .slide-2-wrapper .slick-prev:before, .slide-3-wrapper .slick-prev:before, .slide-4-wrapper .slick-prev:before, .slide-6-wrapper .slick-prev:before { content: '\f104'; } .slide-2-wrapper .slick-next, .slide-3-wrapper .slick-next, .slide-4-wrapper .slick-next, .slide-6-wrapper .slick-next { right: 0; } .slide-2-wrapper .slick-next:before, .slide-3-wrapper .slick-next:before, .slide-4-wrapper .slick-next:before, .slide-6-wrapper .slick-next:before { content: '\f105'; } .slide-2-line-wrapper .item > div { padding-bottom: 30px; } .slide-2-line-wrapper .item > div:last-child { padding-bottom: 0; } /*---------- 3.4. Faqs ----------*/ .faq-block .element:last-child .body .faq-content { padding-bottom: 0; } .faq-block .header { font-size: 13px; font-weight: 500; padding: 10px 13px; border-left: 4px solid #ad0000; background-color: #fafafa; } .faq-block .header a { color: #141414; } .faq-block .body { padding-top: 15px; } .faq-block .body .faq-image { margin: auto; } .faq-block .body .list-question { margin-bottom: 0; padding-left: 0; } .faq-block .body .list-question li { padding-bottom: 12px; cursor: pointer; } .faq-block .body .list-question li:last-child { padding-bottom: 0; } .faq-block .body .list-question li a { position: relative; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; } .faq-block .body .list-question li:hover a { text-decoration: underline; color: #ad0000; } .faq-block .body .faq-content { font-weight: 400; padding-bottom: 25px; color: #7e8287; } .faq-block .body .faq-content a { color: #7e8287; } /*---------- 3.5. Contact Us ----------*/ .contact-info .text { color: #565b62; } .contact-us-list-info { margin-bottom: 0; padding-top: 5px; } .contact-us-list-info li { display: table; padding-bottom: 8px; } .contact-us-list-info li .icons { display: table-cell; width: 25px; text-align: left; color: #141414; } .contact-us-list-info li .link { display: table-cell; color: #141414; } .contact-us-list-info li:hover .icons, .contact-us-list-info li:hover .link { color: #ad0000; } .contact-form { padding-top: 5px; } .contact-form .width-50per { float: left; width: 50%; padding-right: 15px; } .contact-form .width-100per { clear: both; } .contact-form .form-group { margin-bottom: 10px; padding-right: 10px; } .contact-form .form-control { font-size: 11px; padding: 0 15px; letter-spacing: 1px; text-transform: uppercase; border: 2px solid #eeeeee; border-radius: 0; box-shadow: none; } .contact-form .form-control.form-textarea { width: 100% !important; padding: 13px 15px 23px; } .contact-form .form-control.edited { font-weight: bold; border: 2px solid #f6f6f6; background-color: #f6f6f6; } .contact-form .form-control ::-webkit-input-placeholder { color: #c4c4c4; } .contact-form .form-control ::-moz-placeholder { color: #c4c4c4; } .contact-form .form-control :-ms-input-placeholder { color: #c4c4c4; } .contact-form .form-control ::placeholder { color: #c4c4c4; } .contact-form .btn-submit-form { font-size: 11px; font-weight: bold; padding: 10.5px 20px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; letter-spacing: 1px; text-transform: uppercase; color: #ffffff; border-width: 2px; border-radius: 0; background-color: #ad0000; } .contact-form .btn-submit-form:after { font-family: 'fontawesome'; padding-left: 18px; content: '\f178'; } .contact-form .btn-submit-form:hover { color: #ad0000; border-color: #ad0000; background-color: #ffffff; } #map { height: 300px; } #map .labels i { width: 45px; height: 45px; color: #ad0000; } #map .labels i:before { font-size: 40px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #map .map-content { width: 300px; } #map .map-content .logo { padding-top: 10px; padding-bottom: 10px; } #map .map-content .direct-news-text, #map .map-content .direct-news-phone { font-size: 14px; font-weight: 400; } #map .map-content .direct-news-text i, #map .map-content .direct-news-phone i { padding-right: 5px; } /*---------- 3.6. Page 404 ----------*/ .page-404-wrapper { position: relative; padding: 250px 0; text-align: center; background: url(../images/404-bg.png) center center; background-size: cover; } .page-404-wrapper .content { position: relative; height: 350px; } .page-404-wrapper .whoops-text { font-size: 135px; font-weight: bold; position: absolute; top: 16%; left: 51.5%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); letter-spacing: 40px; color: #aab4c1; } .page-404-wrapper .text-404-not-found { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .page-404-wrapper .btn-wrapper { position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } /*---------- 3.7. Page about us ----------*/ .block-info .text { margin-bottom: 20px; color: #7e8287; } .block-info .description { color: #7e8287; } .block-info .list-style-1 { display: inline-block; margin-top: 5px; margin-bottom: 0; margin-left: 15px; padding-left: 0; color: #7e8287; } .block-info .list-style-1 > li { float: left; width: 50%; padding-right: 15px; } .block-info.only-text .title-topic { margin-bottom: 15px; } .block-elements { zoom: 1; margin: -30px -15px 0; text-align: center; } .block-elements:before, .block-elements:after { display: table; content: ''; } .block-elements:after { clear: both; } .block-elements .element { display: inline-block; float: left; width: 33.3333%; padding: 30px 15px 0; text-align: center; } .block-elements .element .content-wrapper { font-size: 13px; font-weight: bold; display: block; padding: 40px 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; text-align: center; text-transform: uppercase; color: #141414; border: 2px solid #fafafa; background-color: #fafafa; } .block-elements.style-images .element .content-wrapper { position: relative; padding: 53px 0; cursor: pointer; } .block-elements.style-images .element .content-wrapper img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .block-elements.style-images .element .content-wrapper:hover { border-color: #ebebeb; } .why-choose-us .img-wrapper { display: block; } .why-choose-us .img-wrapper img { padding-top: 5px; } .download-wrapper { margin-top: 110px; background: url(../images/about-us/background.png) center center no-repeat; background-size: cover; } .download-content { position: relative; padding: 80px 0 70px; } .download-content .intro-block { font-weight: bold; position: relative; text-transform: uppercase; } .download-content .intro-block .text-download { font-size: 63px; line-height: 1; padding-right: 10px; } .download-content .intro-block .new-app { font-size: 27px; position: absolute; top: 7px; } .download-content .intro-block .new-update { font-size: 14px; font-weight: normal; } .download-content .url-block { padding-top: 30px; } .download-content .url-block .text { text-transform: uppercase; } .download-content .url-block .item { display: inline-block; margin-right: 15px; vertical-align: middle; } .download-content .url-block .item:last-child { margin-right: 0; } .download-content .url-block a.item { position: relative; } .download-content .url-block a.item:before { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; opacity: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: rgba(0, 0, 0, .4); } .download-content .url-block a.item:hover:before { opacity: 1; } .download-content .image-block { position: absolute; right: 0; bottom: 20px; } .our-team-wrapper { margin: 0 -15px; } .our-team-wrapper .slick-track { margin: auto; } .our-team-wrapper .slick-dots { position: static; margin-top: 10px; margin-bottom: 0; } .our-team-wrapper.fix-position .slick-list { overflow: initial; } .team-inner { zoom: 1; } .team-inner:before, .team-inner:after { display: table; content: ''; } .team-inner:after { clear: both; } .team-inner .list-socials { margin-bottom: 0; margin-left: 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } .team-inner .list-socials li { width: 30px; margin: 0 2px; padding: 3px 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; text-align: center; background-color: #f2f2f2; } .team-inner .list-socials li .fa-twitter { color: #33c3ff; } .team-inner .list-socials li .fa-facebook { color: #1a64b7; } .team-inner .list-socials li .fa-google-plus { color: #cc2a2a; } .team-inner .list-socials li .fa-youtube-play { color: #c83c3c; } .team-inner .list-socials li .fa-instagram { color: #795343; } .team-inner .list-socials li:hover { border-radius: 50%; background-color: #ad0000; } .team-inner .list-socials li:hover .fa { color: #ffffff; } .team-inner .name { font-weight: bold; text-transform: uppercase; color: #141414; } .team-inner .name:hover { color: #ad0000; } .team-inner .list-contact { font-size: 12px; margin-bottom: 0; margin-left: 0; } .team-inner .list-contact li { padding-right: 25px; padding-left: 0; cursor: pointer; } .team-inner .list-contact .contact-item { font-weight: bold; text-transform: uppercase; color: #b2b2b2; } .team-inner .list-contact .contact-item i { padding-right: 7px; } .team-inner.team-style-1 { position: relative; float: left; padding: 0 15px 60px; cursor: pointer; text-align: center; } .team-inner.team-style-1 .team-flipcard { position: absolute; right: 15px; left: 15px; overflow: hidden; height: 61px; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; border: 2px solid #fafafa; border-top: 0; background-color: #fafafa; } .team-inner.team-style-1 .list-socials { visibility: hidden; opacity: 0; } .team-inner.team-style-1 .name { padding-top: 15px; padding-bottom: 20px; } .team-inner.team-style-1:hover .team-flipcard { height: 91px; border: 2px solid #ebebeb; border-top: 0; } .team-inner.team-style-1:hover .list-socials { display: block; visibility: visible; opacity: 1; } .team-inner.team-style-2 { display: table; width: 100%; background-color: #fafafa; } .team-inner.team-style-2 .team-img { display: table-cell; width: 18%; } .team-inner.team-style-2 .team-img img { width: 100%; } .team-inner.team-style-2 .team-flipcard { position: relative; display: table-cell; width: auto; padding: 16.5px 20px 0; padding-bottom: 30px; vertical-align: top; background-color: #fafafa; } .team-inner.team-style-2 .description { min-height: 58px; padding: 5px 0 13px; color: #7e8287; } .team-inner.team-style-2 .list-socials { position: absolute; bottom: 0; padding-top: 7px; } .team-inner.team-style-2 .list-socials li { margin-right: 4px; margin-left: 0; cursor: pointer; } .team-inner.fix-inner-position { padding-bottom: 0; } .team-inner.fix-inner-position .team-flipcard { position: static; } .experience-wrapper { clear: both; } .experience-wrapper .row > div:nth-child(1) { padding-bottom: 35px; } .experience-wrapper .row > div:nth-child(2) { padding-bottom: 35px; } .experience-wrapper .row > div:nth-child(3) { clear: both; } .skill-set .skill-name { font-size: 11px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; } .progress { position: relative; overflow: initial; height: 15px; border-radius: 0; box-shadow: none; } .progress .progress-bar { -webkit-transition: width 4s ease; -moz-transition: width 4s ease; -o-transition: width 4s ease; transition: width 4s ease; -webkit-animation: progress-bar-stripes 1.6s linear infinite; animation: progress-bar-stripes 1.6s linear infinite; background-color: #c21717; background-image: -o-linear-gradient(bottom right, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-size: 5px 5px; } .progress .progress-bar:after { font-weight: bold; position: absolute; top: -25px; right: 0; width: 30px; height: 20px; content: '' attr(aria-valuenow) '%'; color: #141414; } .faq-group .panel-title { font-size: 11px; font-weight: bold; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; letter-spacing: 1px; text-transform: uppercase; } .faq-group .panel-heading { position: relative; padding: 14px 15px; cursor: pointer; border-left: 2px solid #ad0000; border-radius: 0; background-color: #fafafa; } .faq-group .panel-heading:before { font-family: 'fontawesome'; font-size: 11px; font-weight: bold; position: absolute; top: 50%; right: 10px; content: '\f068'; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #989898; } .faq-group .panel-heading.collapsed:before { content: '\f067'; } .faq-group .panel-heading:hover .panel-title { padding-left: 10px; color: #ad0000; } .faq-group .faq-panel { border: 0; border-radius: 0; box-shadow: none; } .faq-group .faq-panel .panel-collapse .panel-body { padding-bottom: 10px; border: 0; } .faq-group .panel + .panel { margin-top: 10px; } .join-us-wrapper { padding: 55px 0; background-color: #fafafa; } .join-us-wrapper .join-us-content { text-align: center; text-transform: uppercase; } .join-us-wrapper .join-us-content span { font-size: 24px; font-weight: bold; display: block; text-align: right; } .join-us-wrapper .join-us-content span + span { font-size: 12px; font-weight: normal; } .join-us-wrapper .btn-wrapper { text-align: center; } /*---------- 3.8. Page blog list ----------*/ .news-list-wrapper > div { padding-bottom: 30px; } .news-list-wrapper > div:last-child { padding-bottom: 0; } .news-list-wrapper .news-layout-1 .news-content .title { font-size: 32px; } .pagination-wrapper { clear: both; } .pagination-wrapper .pagination { margin: 30px 0 0 0; } .pagination-wrapper .pagination > li { position: relative; } .pagination-wrapper .pagination > li > a { font-size: 16px; width: 36px; height: 36px; margin-right: 10px; padding: 6px 0; text-align: center; color: #b2b2b2; border: 2px solid #ebebeb; border-radius: 0; } .pagination-wrapper .pagination > li > a.more { line-height: 1; } .pagination-wrapper .pagination > li:hover a { color: #ad0000; border-color: #ad0000; background-color: #ffffff; } .pagination-wrapper .pagination > li:hover a span:before { color: #ad0000; } .pagination-wrapper .pagination > li:hover.active > a { color: #ffffff; border-color: #ad0000; background-color: #ad0000; } .pagination-wrapper .pagination .previous, .pagination-wrapper .pagination .next { position: relative; } .pagination-wrapper .pagination .previous span:before, .pagination-wrapper .pagination .next span:before { font-family: 'FontAwesome'; font-size: 28px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #b2b2b2; } .pagination-wrapper .pagination .previous span:before { left: -15px; content: '\f177'; } .pagination-wrapper .pagination .next span:before { right: -15px; content: '\f178'; } .pagination-wrapper .pagination .active > a { color: #ffffff; border-color: #ad0000; background-color: #ad0000; } /*---------- 3.9. Page blog detail ----------*/ .blog-detail-wrapper .title-detail { font-family: 'PT Serif', serif; font-size: 32px; font-weight: bold; line-height: 1.4; display: block; color: #141414; } .blog-detail-wrapper .info { float: left; margin-top: 15px; } .blog-detail-wrapper .view { line-height: 16px; float: right; margin-top: 15px; margin-bottom: 0; } .blog-detail-wrapper .view li { display: inline-block; } .blog-detail-wrapper .view li a { font-size: 11px; font-weight: bold; padding-right: 10px; color: #b2b2b2; } .blog-detail-wrapper .view li i { padding-right: 5px; } .blog-detail-wrapper .view .link:hover { color: #ad0000; } .blog-detail-wrapper .social-list { float: left; clear: both; margin-top: 15px; margin-bottom: 20px; } .blog-detail-wrapper .social-list .social-item { display: inline-block; padding-right: 15px; padding-bottom: 10px; } .blog-detail-wrapper .social-list .social-item:last-child { padding-right: 0; } .blog-detail-wrapper .social-list .social-item .icon { font-size: 14px; line-height: 35px; position: relative; width: 35px; height: 35px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; text-align: center; vertical-align: middle; background-color: #fafafa; } .blog-detail-wrapper .social-list .social-item .icon.fa-facebook { color: #3765a3; } .blog-detail-wrapper .social-list .social-item .icon.fa-twitter { color: #33ccff; } .blog-detail-wrapper .social-list .social-item .icon.fa-google-plus { color: #dc4638; } .blog-detail-wrapper .social-list .social-item .icon.fa-envelope { color: #b3b3b3; } .blog-detail-wrapper .social-list .social-item .number { line-height: 35px; display: inline-block; height: 35px; padding: 0 20px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; text-align: center; vertical-align: middle; text-transform: capitalize; color: #ffffff; } .blog-detail-wrapper .social-list .social-item .number.facebook { border: 1px solid #3765a3; background-color: #3765a3; } .blog-detail-wrapper .social-list .social-item .number.twitter { border: 1px solid #33ccff; background-color: #33ccff; } .blog-detail-wrapper .social-list .social-item .number.google { border: 1px solid #dc4638; background-color: #dc4638; } .blog-detail-wrapper .social-list .social-item .number.email { border: 1px solid #b3b3b3; background-color: #b3b3b3; } .blog-detail-wrapper .social-list .social-item:hover .icon { color: #ffffff; } .blog-detail-wrapper .social-list .social-item:hover .icon.fa-facebook { background-color: #3765a3; } .blog-detail-wrapper .social-list .social-item:hover .icon.fa-twitter { background-color: #33ccff; } .blog-detail-wrapper .social-list .social-item:hover .icon.fa-google-plus { background-color: #dc4638; } .blog-detail-wrapper .social-list .social-item:hover .icon.fa-envelope { background-color: #b3b3b3; } .blog-detail-wrapper .social-list .social-item:hover .number { background-color: #ffffff; } .blog-detail-wrapper .social-list .social-item:hover .number.facebook { color: #3765a3; border-color: #3765a3; } .blog-detail-wrapper .social-list .social-item:hover .number.twitter { color: #33ccff; border-color: #33ccff; } .blog-detail-wrapper .social-list .social-item:hover .number.google { color: #dc4638; border-color: #dc4638; } .blog-detail-wrapper .social-list .social-item:hover .number.email { color: #b3b3b3; border-color: #b3b3b3; } .blog-detail-wrapper .news-image img { width: 100%; } .blog-detail-wrapper .contact-form { margin: 0 -5px; padding-top: 0; } .blog-detail-wrapper .contact-form .form-group { padding: 0 5px; } .blog-detail-wrapper .contact-form .btn-wrapper { padding-left: 5px; } .post-single-content { padding-top: 35px; padding-bottom: 35px; } .post-single-content p { margin-bottom: 0; padding-bottom: 20px; color: #7e8287; } .post-single-content blockquote { font-size: 20px; position: relative; z-index: 1; width: 64%; margin: 15px auto 20px; color: #7e8287; border: 0; } .post-single-content blockquote:before { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; font-size: 70px; position: absolute; z-index: -1; top: -5px; left: -38px; display: inline-block; content: '\f10d'; color: #f3f3f3; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto; } .post-single-content ul { display: inline-block; margin-bottom: 0; padding: 10px 12% 20px; color: #7e8287; } .post-single-content ul li { float: left; width: 50%; } .post-single-content ul li:nth-child(odd) { padding-right: 20px; } .slide-blog-detail .single-recent-post-widget { margin-bottom: 0; border: 0; } .slide-blog { overflow: hidden; margin: 0 -1px; padding-bottom: 40px; background-image: url('../images/more-image/boder-slide-btn-2.jpg'); background-repeat: no-repeat; background-position: bottom left 80px; } .slide-blog .slide-item { padding: 2px 1px 0; } .slide-blog .slick-prev, .slide-blog .slick-next { top: auto; bottom: -10px; border: 2px solid #ebebeb; } .slide-blog .slick-prev:before, .slide-blog .slick-next:before { font-family: 'FontAwesome'; line-height: 16px; position: relative; color: #b2b2b2; } .slide-blog .slick-prev { left: 10px; } .slide-blog .slick-prev:before { right: 12px; content: '\f177'; } .slide-blog .slick-next { right: auto; left: 40px; } .slide-blog .slick-next:before { left: 10px; content: '\f178'; } .comments .comment-respond-title { font-size: 16px; font-weight: bold; margin: 0; text-transform: uppercase; color: #141414; } .comments .comment-meta { position: relative; float: left; width: 50px; height: 50px; background-color: #dce6ec; } .comments .comment-meta .avatar { position: absolute; top: auto; right: 0; bottom: 0; left: 0; margin: auto; } .comments .comment-content { padding-left: 70px; } .comments .comment-content .comment-author { position: relative; top: -7px; } .comments .comment-content .url { font-size: 11px; font-weight: bold; position: relative; top: 2px; letter-spacing: 1px; text-transform: uppercase; color: #141414; } .comments .comment-content .url:hover { color: #07932e; } .comments .comment-content .info { float: none; margin-top: 0; } .comments .comment-content .info:hover { color: #07932e; } .comments .comment-content .info i { margin-right: 8px; } .comments .comment-content .info i.fa-reply { color: #07932e; } .reply{ cursor:pointer; } .comments .comment-content .reply { font-size: 10px; font-weight: bold; position: absolute; top: 5px; right: 0; letter-spacing: 2px; text-transform: uppercase; color: #b2b2b2; } .comments .comment-content .reply i { padding-right: 7px; } .comments .comment-content .reply:hover { color: #ad0000; } .comments .comment-content .description { margin-top: -5px; color: #7e8287; } .comments .commentlist { margin-top: 27px; margin-bottom: 58px; } .comments .commentlist .li-comment + .li-comment { padding-top: 25px; border-top: 2px solid #f1f6fd; } .comments .commentlist .children { padding-top: 15px; padding-left: 50px; } .comments .commentlist .children .li-comment { padding: 25px 0; border-top: 2px solid #f1f6fd; } /*---------- 3.10. Page Category ----------*/ .category-1col-wrapper > div { padding-bottom: 30px; } .category-1col-wrapper > div:last-child { padding-bottom: 0; } .category-2col-wrapper > div { padding-bottom: 30px; } .category-2col-wrapper > div:last-child { padding-bottom: 0; } /*---------- 3.11. Page Authors List ----------*/ .author-list-wrapper .team-inner { margin-bottom: 30px; } .author-list-wrapper .team-inner:last-child { margin-bottom: 0; } .author-list-wrapper .team-inner .team-img { width: 25%; } /*---------- 3.12. Modal Single Post ----------*/ .modal-backdrop.in { opacity: .8; } .modal-single-post .modal-dialog { width: 100%; max-width: 1060px; padding: 0 30px; } .modal-single-post .modal-content { border-radius: 0; } .modal-single-post .modal-body { position: relative; padding: 0 30px; } .modal-single-post .close { position: absolute; right: -28px; width: 28px; height: 28px; opacity: 1; background-color: #b2b2b2; } .modal-single-post .change-post .post-link { font-size: 16px; height: 38px; padding: 6.5px 16px; text-align: center; color: #b2b2b2; border: 3px solid #ebebeb; border-radius: 0; background-color: #ffffff; } .modal-single-post .change-post .prev-post, .modal-single-post .change-post .next-post { position: fixed; z-index: 1; top: 50vh; width: 38px; height: 38px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } .modal-single-post .change-post .prev-post > div, .modal-single-post .change-post .next-post > div { position: absolute; top: -60px; visibility: hidden; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; opacity: 0; } .modal-single-post .change-post .prev-post:hover > div, .modal-single-post .change-post .next-post:hover > div { visibility: visible; opacity: 1; } .modal-single-post .change-post .prev-post:hover .next, .modal-single-post .change-post .next-post:hover .next, .modal-single-post .change-post .prev-post:hover .previous, .modal-single-post .change-post .next-post:hover .previous { visibility: hidden; opacity: 0; } .modal-single-post .change-post .prev-post { left: -100px; } .modal-single-post .change-post .prev-post > div { left: -144px; } .modal-single-post .change-post .next-post { right: -100px; } .modal-single-post .change-post .next-post > div { right: -145px; } .modal-single-post .change-post .previous, .modal-single-post .change-post .next { position: absolute; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } .modal-single-post .change-post .previous span:before, .modal-single-post .change-post .next span:before { font-family: 'FontAwesome'; font-size: 28px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #b2b2b2; } .modal-single-post .change-post .previous span:before { left: -15px; content: '\f177'; } .modal-single-post .change-post .next span:before { right: -15px; content: '\f178'; } .modal-single-post .change-post .news-layout-1 { width: 170px; height: 170px; } .modal-single-post .change-post .news-layout-1 .news-content { padding: 10px 15px; } .modal-single-post .change-post .news-layout-1 .news-content .title { font-size: 13px; line-height: 20px; overflow: hidden; max-height: 40px; } .modal-single-post .post-single-content ul { padding-right: 0; padding-left: 15px; } .modal-single-post .post-single-content blockquote { width: 85%; } .modal-single-post .related-news .socials-tab li { width: 50%; } .modal-single-post .related-news .list-news { padding: 15px 0; background-color: transparent; } .modal-single-post .related-news .list-news .slick-list { margin: 0 -15px 20px; } .modal-single-post .related-news .list-news .news-layout-1 { margin: 0 15px; } .modal-single-post .related-news .list-news .news-layout-1 .news-content { font-size: 13px; padding: 10px 15px; text-align: left; } /*---------- 3.14. Home Dark ----------*/ .main-news-wrapper.dark { background-color: #1d1d1d; } .main-news-wrapper.dark .title-topic, .main-news-wrapper.dark .title-topic-2, .main-news-wrapper.dark .single-recent-post-widget .post-info .title, .main-news-wrapper.dark .single-recent-post-widget .post-info .title-2, .main-news-wrapper.dark .news-layout-1 .news-content .title, .main-news-wrapper.dark .news-layout-1 .news-content-2 .title, .main-news-wrapper.dark .news-layout-2 .news-content .title { color: #ffffff; } .main-news-wrapper.dark .news-layout-1 .news-content, .main-news-wrapper.dark .news-layout-2 .news-content, .main-news-wrapper.dark .list-news { background-color: #272727; } .main-news-wrapper.dark .block-news-5 .news-layout-1 .news-content { background-color: transparent; } .main-news-wrapper.dark .slide { background-image: url(../images/more-image/boder-slide-btn-3.jpg); } .main-news-wrapper.dark .single-recent-post-widget, .main-news-wrapper.dark .scroll-sidebar-content .news-item { border-color: #272727; } .main-news-wrapper.dark .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #ad0000; } /*================================ ====== END PAGE ====== =================================*/ /*================================ ====== PLUGIN ====== =================================*/ /*================================ ====== END PLUGIN ====== =================================*/
swlabs.co/assets/css/components.css
===== VARIABLE LESS ===== =================================*/ /*---------- 0.3. Mixins ----------*/ /** * [Table of contents] * * [&. Content / #key] * [Let press Ctrl + f and type of paste the key, then press Enter to search the content ] * * Summary: * * 0. VARIABLE LESS * 1. MIXINS /*============================= ===== VARIABLE LESS ===== =============================*/ /*---------- 0.1. Color ----------*/ .news { color: #ad0000 !important; } .sport a:hover, .sport a:hover .title, .sport .label-topic, .sport .btn-email .icons, .sport .label-topic-2, .sport .nav-tabs li.active .tab, .sport .title-topic, .sport .catelory-widget .info-list .link:hover .icons, .sport .breaking-news .label-title, .sport .score, .sport .tab-news-1 li .tab, .sport .mega-menu .single-recent-post-widget .title, .sport .dropdown-menu li:hover > .link-page, .sport .esport-wrapper .result.score, .sport .team-flipcard .winner { color: #ff9500 !important; } .sport .label-topic-3 { border: 1px solid #ff9500; background-color: #ff9500; } .sport .label-topic-3:hover { background-color: transparent; } .sport .breaking-news .btn-read .icons:after { border-color: #ff9500 !important; } .sport .breaking-news .link .text:hover { color: #ff9500 !important; } .sport .tab-news-1 li.active .tab, .sport .tab-news-1 li:hover .tab { border-color: #ff9500 !important; } .sport .content-wrapper:hover { border: 2px solid #ff9500; } .sport .nav-tabs li:before { background-color: #ff9500 !important; } .sport .label-topic-1 { border-color: #ff9500; } .sport .label-topic-1:before { background-color: #ff9500; } .sport .label-topic-1:hover { color: #ffffff !important; } .sport .pagination .active a { color: #ffffff; border-color: #ff9500; background-color: #ff9500; } .sport .pagination > li:hover.active a { color: #ffffff; border-color: #ff9500; background-color: #ff9500; } .sport .pagination > li:hover a { color: #ff9500; border-color: #ff9500; background-color: transparent; } .sport .pagination > li:hover a span:before { color: #ff9500; } .sport.tag-list .tag-link:hover { color: #ffffff !important; background-color: #ff9500 !important; } .sport .list-socials li:hover { background-color: #ff9500; } .sport .btn { background-color: #ff9500; } .sport .btn:hover { color: #ff9500; border-color: #ff9500; background-color: #ffffff; } .sport.banner-news-wrapper .slide-items li:before { background: #ff9500; } .sport.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #ff9500; } .sport .tabs-list li .tab:before { background-color: #ff9500; } .sport .slick-dots li button { border-color: #ff9500; } .sport .slick-dots li:hover button { background-color: #ff9500; } .sport .slick-dots .slick-active button { background-color: #ff9500; } .sport .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #ff9500; } .business a:hover, .business a:hover .title, .business .label-topic, .business .btn-email .icons, .business .label-topic-2, .business .nav-tabs li.active .tab, .business .title-topic, .business .catelory-widget .info-list .link:hover .icons, .business .breaking-news .label-title, .business .score, .business .tab-news-1 li .tab, .business .mega-menu .single-recent-post-widget .title, .business .dropdown-menu li:hover > .link-page, .business .esport-wrapper .result.score, .business .team-flipcard .winner { color: #1d87a6 !important; } .business .label-topic-3 { border: 1px solid #1d87a6; background-color: #1d87a6; } .business .label-topic-3:hover { background-color: transparent; } .business .breaking-news .btn-read .icons:after { border-color: #1d87a6 !important; } .business .breaking-news .link .text:hover { color: #1d87a6 !important; } .business .tab-news-1 li.active .tab, .business .tab-news-1 li:hover .tab { border-color: #1d87a6 !important; } .business .content-wrapper:hover { border: 2px solid #1d87a6; } .business .nav-tabs li:before { background-color: #1d87a6 !important; } .business .label-topic-1 { border-color: #1d87a6; } .business .label-topic-1:before { background-color: #1d87a6; } .business .label-topic-1:hover { color: #ffffff !important; } .business .pagination .active a { color: #ffffff; border-color: #1d87a6; background-color: #1d87a6; } .business .pagination > li:hover.active a { color: #ffffff; border-color: #1d87a6; background-color: #1d87a6; } .business .pagination > li:hover a { color: #1d87a6; border-color: #1d87a6; background-color: transparent; } .business .pagination > li:hover a span:before { color: #1d87a6; } .business.tag-list .tag-link:hover { color: #ffffff !important; background-color: #1d87a6 !important; } .business .list-socials li:hover { background-color: #1d87a6; } .business .btn { background-color: #1d87a6; } .business .btn:hover { color: #1d87a6; border-color: #1d87a6; background-color: #ffffff; } .business.banner-news-wrapper .slide-items li:before { background: #1d87a6; } .business.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #1d87a6; } .business .tabs-list li .tab:before { background-color: #1d87a6; } .business .slick-dots li button { border-color: #1d87a6; } .business .slick-dots li:hover button { background-color: #1d87a6; } .business .slick-dots .slick-active button { background-color: #1d87a6; } .business .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #1d87a6; } .entertainment a:hover, .entertainment a:hover .title, .entertainment .label-topic, .entertainment .btn-email .icons, .entertainment .label-topic-2, .entertainment .nav-tabs li.active .tab, .entertainment .title-topic, .entertainment .catelory-widget .info-list .link:hover .icons, .entertainment .breaking-news .label-title, .entertainment .score, .entertainment .tab-news-1 li .tab, .entertainment .mega-menu .single-recent-post-widget .title, .entertainment .dropdown-menu li:hover > .link-page, .entertainment .esport-wrapper .result.score, .entertainment .team-flipcard .winner { color: #713acf !important; } .entertainment .label-topic-3 { border: 1px solid #713acf; background-color: #713acf; } .entertainment .label-topic-3:hover { background-color: transparent; } .entertainment .breaking-news .btn-read .icons:after { border-color: #713acf !important; } .entertainment .breaking-news .link .text:hover { color: #713acf !important; } .entertainment .tab-news-1 li.active .tab, .entertainment .tab-news-1 li:hover .tab { border-color: #713acf !important; } .entertainment .content-wrapper:hover { border: 2px solid #713acf; } .entertainment .nav-tabs li:before { background-color: #713acf !important; } .entertainment .label-topic-1 { border-color: #713acf; } .entertainment .label-topic-1:before { background-color: #713acf; } .entertainment .label-topic-1:hover { color: #ffffff !important; } .entertainment .pagination .active a { color: #ffffff; border-color: #713acf; background-color: #713acf; } .entertainment .pagination > li:hover.active a { color: #ffffff; border-color: #713acf; background-color: #713acf; } .entertainment .pagination > li:hover a { color: #713acf; border-color: #713acf; background-color: transparent; } .entertainment .pagination > li:hover a span:before { color: #713acf; } .entertainment.tag-list .tag-link:hover { color: #ffffff !important; background-color: #713acf !important; } .entertainment .list-socials li:hover { background-color: #713acf; } .entertainment .btn { background-color: #713acf; } .entertainment .btn:hover { color: #713acf; border-color: #713acf; background-color: #ffffff; } .entertainment.banner-news-wrapper .slide-items li:before { background: #713acf; } .entertainment.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #713acf; } .entertainment .tabs-list li .tab:before { background-color: #713acf; } .entertainment .slick-dots li button { border-color: #713acf; } .entertainment .slick-dots li:hover button { background-color: #713acf; } .entertainment .slick-dots .slick-active button { background-color: #713acf; } .entertainment .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #713acf; } .travel a:hover, .travel a:hover .title, .travel .label-topic, .travel .btn-email .icons, .travel .label-topic-2, .travel .nav-tabs li.active .tab, .travel .title-topic, .travel .catelory-widget .info-list .link:hover .icons, .travel .breaking-news .label-title, .travel .score, .travel .tab-news-1 li .tab, .travel .mega-menu .single-recent-post-widget .title, .travel .dropdown-menu li:hover > .link-page, .travel .esport-wrapper .result.score, .travel .team-flipcard .winner { color: #31c7dd !important; } .travel .label-topic-3 { border: 1px solid #31c7dd; background-color: #31c7dd; } .travel .label-topic-3:hover { background-color: transparent; } .travel .breaking-news .btn-read .icons:after { border-color: #31c7dd !important; } .travel .breaking-news .link .text:hover { color: #31c7dd !important; } .travel .tab-news-1 li.active .tab, .travel .tab-news-1 li:hover .tab { border-color: #31c7dd !important; } .travel .content-wrapper:hover { border: 2px solid #31c7dd; } .travel .nav-tabs li:before { background-color: #31c7dd !important; } .travel .label-topic-1 { border-color: #31c7dd; } .travel .label-topic-1:before { background-color: #31c7dd; } .travel .label-topic-1:hover { color: #ffffff !important; } .travel .pagination .active a { color: #ffffff; border-color: #31c7dd; background-color: #31c7dd; } .travel .pagination > li:hover.active a { color: #ffffff; border-color: #31c7dd; background-color: #31c7dd; } .travel .pagination > li:hover a { color: #31c7dd; border-color: #31c7dd; background-color: transparent; } .travel .pagination > li:hover a span:before { color: #31c7dd; } .travel.tag-list .tag-link:hover { color: #ffffff !important; background-color: #31c7dd !important; } .travel .list-socials li:hover { background-color: #31c7dd; } .travel .btn { background-color: #31c7dd; } .travel .btn:hover { color: #31c7dd; border-color: #31c7dd; background-color: #ffffff; } .travel.banner-news-wrapper .slide-items li:before { background: #31c7dd; } .travel.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #31c7dd; } .travel .tabs-list li .tab:before { background-color: #31c7dd; } .travel .slick-dots li button { border-color: #31c7dd; } .travel .slick-dots li:hover button { background-color: #31c7dd; } .travel .slick-dots .slick-active button { background-color: #31c7dd; } .travel .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #31c7dd; } .tech a:hover, .tech a:hover .title, .tech .label-topic, .tech .btn-email .icons, .tech .label-topic-2, .tech .nav-tabs li.active .tab, .tech .title-topic, .tech .catelory-widget .info-list .link:hover .icons, .tech .breaking-news .label-title, .tech .score, .tech .tab-news-1 li .tab, .tech .mega-menu .single-recent-post-widget .title, .tech .dropdown-menu li:hover > .link-page, .tech .esport-wrapper .result.score, .tech .team-flipcard .winner { color: #1641f9 !important; } .tech .label-topic-3 { border: 1px solid #1641f9; background-color: #1641f9; } .tech .label-topic-3:hover { background-color: transparent; } .tech .breaking-news .btn-read .icons:after { border-color: #1641f9 !important; } .tech .breaking-news .link .text:hover { color: #1641f9 !important; } .tech .tab-news-1 li.active .tab, .tech .tab-news-1 li:hover .tab { border-color: #1641f9 !important; } .tech .content-wrapper:hover { border: 2px solid #1641f9; } .tech .nav-tabs li:before { background-color: #1641f9 !important; } .tech .label-topic-1 { border-color: #1641f9; } .tech .label-topic-1:before { background-color: #1641f9; } .tech .label-topic-1:hover { color: #ffffff !important; } .tech .pagination .active a { color: #ffffff; border-color: #1641f9; background-color: #1641f9; } .tech .pagination > li:hover.active a { color: #ffffff; border-color: #1641f9; background-color: #1641f9; } .tech .pagination > li:hover a { color: #1641f9; border-color: #1641f9; background-color: transparent; } .tech .pagination > li:hover a span:before { color: #1641f9; } .tech.tag-list .tag-link:hover { color: #ffffff !important; background-color: #1641f9 !important; } .tech .list-socials li:hover { background-color: #1641f9; } .tech .btn { background-color: #1641f9; } .tech .btn:hover { color: #1641f9; border-color: #1641f9; background-color: #ffffff; } .tech.banner-news-wrapper .slide-items li:before { background: #1641f9; } .tech.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #1641f9; } .tech .tabs-list li .tab:before { background-color: #1641f9; } .tech .slick-dots li button { border-color: #1641f9; } .tech .slick-dots li:hover button { background-color: #1641f9; } .tech .slick-dots .slick-active button { background-color: #1641f9; } .tech .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #1641f9; } .lifestyle a:hover, .lifestyle a:hover .title, .lifestyle .label-topic, .lifestyle .btn-email .icons, .lifestyle .label-topic-2, .lifestyle .nav-tabs li.active .tab, .lifestyle .title-topic, .lifestyle .catelory-widget .info-list .link:hover .icons, .lifestyle .breaking-news .label-title, .lifestyle .score, .lifestyle .tab-news-1 li .tab, .lifestyle .mega-menu .single-recent-post-widget .title, .lifestyle .dropdown-menu li:hover > .link-page, .lifestyle .esport-wrapper .result.score, .lifestyle .team-flipcard .winner { color: #08b748 !important; } .lifestyle .label-topic-3 { border: 1px solid #08b748; background-color: #08b748; } .lifestyle .label-topic-3:hover { background-color: transparent; } .lifestyle .breaking-news .btn-read .icons:after { border-color: #08b748 !important; } .lifestyle .breaking-news .link .text:hover { color: #08b748 !important; } .lifestyle .tab-news-1 li.active .tab, .lifestyle .tab-news-1 li:hover .tab { border-color: #08b748 !important; } .lifestyle .content-wrapper:hover { border: 2px solid #08b748; } .lifestyle .nav-tabs li:before { background-color: #08b748 !important; } .lifestyle .label-topic-1 { border-color: #08b748; } .lifestyle .label-topic-1:before { background-color: #08b748; } .lifestyle .label-topic-1:hover { color: #ffffff !important; } .lifestyle .pagination .active a { color: #ffffff; border-color: #08b748; background-color: #08b748; } .lifestyle .pagination > li:hover.active a { color: #ffffff; border-color: #08b748; background-color: #08b748; } .lifestyle .pagination > li:hover a { color: #08b748; border-color: #08b748; background-color: transparent; } .lifestyle .pagination > li:hover a span:before { color: #08b748; } .lifestyle.tag-list .tag-link:hover { color: #ffffff !important; background-color: #08b748 !important; } .lifestyle .list-socials li:hover { background-color: #08b748; } .lifestyle .btn { background-color: #08b748; } .lifestyle .btn:hover { color: #08b748; border-color: #08b748; background-color: #ffffff; } .lifestyle.banner-news-wrapper .slide-items li:before { background: #08b748; } .lifestyle.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #08b748; } .lifestyle .tabs-list li .tab:before { background-color: #08b748; } .lifestyle .slick-dots li button { border-color: #08b748; } .lifestyle .slick-dots li:hover button { background-color: #08b748; } .lifestyle .slick-dots .slick-active button { background-color: #08b748; } .lifestyle .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #08b748; } .game a:hover, .game a:hover .title, .game .label-topic, .game .btn-email .icons, .game .label-topic-2, .game .nav-tabs li.active .tab, .game .title-topic, .game .catelory-widget .info-list .link:hover .icons, .game .breaking-news .label-title, .game .score, .game .tab-news-1 li .tab, .game .mega-menu .single-recent-post-widget .title, .game .dropdown-menu li:hover > .link-page, .game .esport-wrapper .result.score, .game .team-flipcard .winner { color: #00dea0 !important; } .game .label-topic-3 { border: 1px solid #00dea0; background-color: #00dea0; } .game .label-topic-3:hover { background-color: transparent; } .game .breaking-news .btn-read .icons:after { border-color: #00dea0 !important; } .game .breaking-news .link .text:hover { color: #00dea0 !important; } .game .tab-news-1 li.active .tab, .game .tab-news-1 li:hover .tab { border-color: #00dea0 !important; } .game .content-wrapper:hover { border: 2px solid #00dea0; } .game .nav-tabs li:before { background-color: #00dea0 !important; } .game .label-topic-1 { border-color: #00dea0; } .game .label-topic-1:before { background-color: #00dea0; } .game .label-topic-1:hover { color: #ffffff !important; } .game .pagination .active a { color: #ffffff; border-color: #00dea0; background-color: #00dea0; } .game .pagination > li:hover.active a { color: #ffffff; border-color: #00dea0; background-color: #00dea0; } .game .pagination > li:hover a { color: #00dea0; border-color: #00dea0; background-color: transparent; } .game .pagination > li:hover a span:before { color: #00dea0; } .game.tag-list .tag-link:hover { color: #ffffff !important; background-color: #00dea0 !important; } .game .list-socials li:hover { background-color: #00dea0; } .game .btn { background-color: #00dea0; } .game .btn:hover { color: #00dea0; border-color: #00dea0; background-color: #ffffff; } .game.banner-news-wrapper .slide-items li:before { background: #00dea0; } .game.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #00dea0; } .game .tabs-list li .tab:before { background-color: #00dea0; } .game .slick-dots li button { border-color: #00dea0; } .game .slick-dots li:hover button { background-color: #00dea0; } .game .slick-dots .slick-active button { background-color: #00dea0; } .game .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #00dea0; } .fashion a:hover, .fashion a:hover .title, .fashion .label-topic, .fashion .btn-email .icons, .fashion .label-topic-2, .fashion .nav-tabs li.active .tab, .fashion .title-topic, .fashion .catelory-widget .info-list .link:hover .icons, .fashion .breaking-news .label-title, .fashion .score, .fashion .tab-news-1 li .tab, .fashion .mega-menu .single-recent-post-widget .title, .fashion .dropdown-menu li:hover > .link-page, .fashion .esport-wrapper .result.score, .fashion .team-flipcard .winner { color: #f83281 !important; } .fashion .label-topic-3 { border: 1px solid #f83281; background-color: #f83281; } .fashion .label-topic-3:hover { background-color: transparent; } .fashion .breaking-news .btn-read .icons:after { border-color: #f83281 !important; } .fashion .breaking-news .link .text:hover { color: #f83281 !important; } .fashion .tab-news-1 li.active .tab, .fashion .tab-news-1 li:hover .tab { border-color: #f83281 !important; } .fashion .content-wrapper:hover { border: 2px solid #f83281; } .fashion .nav-tabs li:before { background-color: #f83281 !important; } .fashion .label-topic-1 { border-color: #f83281; } .fashion .label-topic-1:before { background-color: #f83281; } .fashion .label-topic-1:hover { color: #ffffff !important; } .fashion .pagination .active a { color: #ffffff; border-color: #f83281; background-color: #f83281; } .fashion .pagination > li:hover.active a { color: #ffffff; border-color: #f83281; background-color: #f83281; } .fashion .pagination > li:hover a { color: #f83281; border-color: #f83281; background-color: transparent; } .fashion .pagination > li:hover a span:before { color: #f83281; } .fashion.tag-list .tag-link:hover { color: #ffffff !important; background-color: #f83281 !important; } .fashion .list-socials li:hover { background-color: #f83281; } .fashion .btn { background-color: #f83281; } .fashion .btn:hover { color: #f83281; border-color: #f83281; background-color: #ffffff; } .fashion.banner-news-wrapper .slide-items li:before { background: #f83281; } .fashion.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #f83281; } .fashion .tabs-list li .tab:before { background-color: #f83281; } .fashion .slick-dots li button { border-color: #f83281; } .fashion .slick-dots li:hover button { background-color: #f83281; } .fashion .slick-dots .slick-active button { background-color: #f83281; } .fashion .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #f83281; } .politics a:hover, .politics a:hover .title, .politics .label-topic, .politics .btn-email .icons, .politics .label-topic-2, .politics .nav-tabs li.active .tab, .politics .title-topic, .politics .catelory-widget .info-list .link:hover .icons, .politics .breaking-news .label-title, .politics .score, .politics .tab-news-1 li .tab, .politics .mega-menu .single-recent-post-widget .title, .politics .dropdown-menu li:hover > .link-page, .politics .esport-wrapper .result.score, .politics .team-flipcard .winner { color: #1080ff !important; } .politics .label-topic-3 { border: 1px solid #1080ff; background-color: #1080ff; } .politics .label-topic-3:hover { background-color: transparent; } .politics .breaking-news .btn-read .icons:after { border-color: #1080ff !important; } .politics .breaking-news .link .text:hover { color: #1080ff !important; } .politics .tab-news-1 li.active .tab, .politics .tab-news-1 li:hover .tab { border-color: #1080ff !important; } .politics .content-wrapper:hover { border: 2px solid #1080ff; } .politics .nav-tabs li:before { background-color: #1080ff !important; } .politics .label-topic-1 { border-color: #1080ff; } .politics .label-topic-1:before { background-color: #1080ff; } .politics .label-topic-1:hover { color: #ffffff !important; } .politics .pagination .active a { color: #ffffff; border-color: #1080ff; background-color: #1080ff; } .politics .pagination > li:hover.active a { color: #ffffff; border-color: #1080ff; background-color: #1080ff; } .politics .pagination > li:hover a { color: #1080ff; border-color: #1080ff; background-color: transparent; } .politics .pagination > li:hover a span:before { color: #1080ff; } .politics.tag-list .tag-link:hover { color: #ffffff !important; background-color: #1080ff !important; } .politics .list-socials li:hover { background-color: #1080ff; } .politics .btn { background-color: #1080ff; } .politics .btn:hover { color: #1080ff; border-color: #1080ff; background-color: #ffffff; } .politics.banner-news-wrapper .slide-items li:before { background: #1080ff; } .politics.banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #1080ff; } .politics .tabs-list li .tab:before { background-color: #1080ff; } .politics .slick-dots li button { border-color: #1080ff; } .politics .slick-dots li:hover button { background-color: #1080ff; } .politics .slick-dots .slick-active button { background-color: #1080ff; } .politics .scroll-sidebar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #1080ff; } /*---------- 0.2. Font ----------*/ /*============================= ==== END VARIABLE LESS ==== =============================*/ /*============================= ===== MIXINS ===== =============================*/ .clearfix { zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ''; } .clearfix:after { clear: both; } /*============================= ==== END MIXINS ==== =============================*/ /*================================ ==== END VARIABLE LESS ==== =================================*/ /*================================ ====== GLOBAL STYLE ====== =================================*/ .breadcrumb { margin-bottom: 0; padding: 40px 0; border-radius: 0; background-color: #1d1d1d; } .breadcrumb .breadcrumb-text { font-family: 'PT Serif', serif; font-size: 32px; font-weight: bold; text-transform: capitalize; color: #ffffff; } .breadcrumb .breadcrumb-content { display: block; margin-bottom: 0; padding-top: 7px; padding-left: 0; list-style: none; } .breadcrumb .breadcrumb-content .breadcrumb-list { font-size: 10px; font-weight: bold; display: inline-block; text-transform: uppercase; } .breadcrumb .breadcrumb-content .breadcrumb-list.active span { text-decoration: underline; color: #ffffff; } .breadcrumb .breadcrumb-content .breadcrumb-list + .breadcrumb-list:before { font-family: 'fontawesome'; font-size: 10px; margin: 0 10px; content: '\f101'; color: #71828f; } .breadcrumb .breadcrumb-content .breadcrumb-list .breadcrumb-link { color: #a3a3a3; } .breadcrumb .breadcrumb-content .breadcrumb-list:hover .breadcrumb-link { color: #ad0000; } .title-topic, .title-topic-2 { font-size: 14px; font-weight: bold; display: block; margin-bottom: 25px; letter-spacing: 1px; text-transform: uppercase; color: #141414; } .title-topic.style-padding-15, .title-topic-2.style-padding-15 { padding: 0 15px; } .title-topic .sub-title, .title-topic-2 .sub-title { font-size: 12px; font-weight: 400; font-style: italic; padding-left: 15px; letter-spacing: 0; text-transform: capitalize; color: #a1a1a1; } .title-topic-3 { font-size: 12px; font-weight: 900; line-height: 15px; display: inline-block; margin-bottom: 25px; padding: 5px 10px; text-transform: uppercase; color: #ffffff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #fe9525; } .label-topic-1 { font-size: 11px; font-weight: bold; line-height: 32px; position: absolute; z-index: 11; top: 20px; left: 0; height: 32px; padding: 0 18px; letter-spacing: 2px; text-transform: uppercase; color: #ffffff; border-left: 2px solid #ad0000; background-color: #141414; } .label-topic-1 span { position: relative; z-index: 12; } .label-topic-1:before { position: absolute; left: 0; width: 2px; height: 100%; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; background-color: #ad0000; } .label-topic-1:hover { color: #ffffff; } .label-topic-1:hover:before { width: 100%; } .label-topic-2 { font-size: 11px; font-weight: bold; display: inline-block; letter-spacing: 1px; text-transform: uppercase; color: #ad0000; } .label-topic-3 { font-size: 11px; font-weight: bold; line-height: 16px; display: inline-block; padding: 0 5px; text-transform: capitalize; color: #ffffff; border: 1px solid #ad0000; background-color: #ad0000; } .label-topic-4 { font-size: 11px; font-weight: normal; font-style: italic; text-transform: capitalize; color: #b2b2b2; } .info { font-size: 10px; font-weight: bold; line-height: 1; margin: 0; padding: 0; list-style: none; letter-spacing: 1px; text-transform: uppercase; } .info li { line-height: 18px; position: relative; display: inline-block; padding: 0 12px; } .info li:first-child { padding-left: 0; } .info li:last-child { padding-right: 0; } .info li + li:before { font-family: 'FontAwesome'; font-size: 6px; position: absolute; left: -2px; content: '\f111'; color: #b2b2b2; } .info .link, .info .link-2 { color: #b2b2b2; } .info .link:hover, .info .link-2:hover { color: #ad0000; } .info .link.normal, .info .link-2.normal { font-size: 11px; font-weight: 300; font-style: italic; letter-spacing: 0; text-transform: capitalize; } .mask-gradient { position: absolute; z-index: 5; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; opacity: .8; } .mask-gradient.style-1 { background-image: linear-gradient(123deg, #d90000 0%, #fc6d00 100%); background-image: -ms-linear-gradient(123deg, #d90000 0%, #fc6d00 100%); } .mask-gradient.style-2 { background-image: linear-gradient(123deg, #dc5b01 0%, #f0d731 100%); background-image: -ms-linear-gradient(123deg, #dc5b01 0%, #f0d731 100%); } .mask-gradient.style-3 { background-image: linear-gradient(123deg, #201048 0%, #d72912 100%); background-image: -ms-linear-gradient(123deg, #201048 0%, #d72912 100%); } .mask-gradient.style-4 { background-image: linear-gradient(135deg, #4b3a5f 1%, #0f3144 100%); background-image: -ms-linear-gradient(135deg, #4b3a5f 1%, #0f3144 100%); } .mask-gradient.style-5 { opacity: .7; background-image: linear-gradient(123deg, #0adeeb 0%, #64249f 100%); background-image: -ms-linear-gradient(123deg, #0adeeb 0%, #64249f 100%); } .mask-gradient.style-6 { background-image: linear-gradient(135deg, #440f28 0%, #13aeb4 99%); background-image: -ms-linear-gradient(135deg, #440f28 0%, #13aeb4 99%); } .mask-gradient.style-7 { background-image: linear-gradient(135deg, #170455 0%, #930e3d 100%); background-image: -ms-linear-gradient(135deg, #170455 0%, #930e3d 100%); } .mask-gradient.style-8 { background-image: linear-gradient(123deg, #0f8730 0%, #4b2871 100%); background-image: -ms-linear-gradient(123deg, #0f8730 0%, #4b2871 100%); } .mask-gradient.style-9 { background-image: linear-gradient(123deg, #1eb848 0%, #5a6264 100%); background-image: -ms-linear-gradient(123deg, #1eb848 0%, #5a6264 100%); } .mask-gradient.style-10 { background-image: linear-gradient(118deg, #ff831e 0%, #2260ee 100%); background-image: -ms-linear-gradient(118deg, #ff831e 0%, #2260ee 100%); } .mask-gradient.style-11 { background-image: -ms-linear-gradient(123deg, #1d87a6 0%, #1c0f7b 100%); } .mask-gradient.style-12 { background-image: linear-gradient(123deg, #4b2871 0%, #0f8730 100%); background-image: -ms-linear-gradient(123deg, #4b2871 0%, #0f8730 100%); } .mask-gradient.style-13 { background-image: linear-gradient(135deg, #894199 0%, #0dc0db 99%); background-image: -ms-linear-gradient(135deg, #894199 0%, #0dc0db 99%); } .mask-gradient.style-14 { background-image: linear-gradient(135deg, #382a90 0%, #0dd7b3 99%); background-image: -ms-linear-gradient(135deg, #382a90 0%, #0dd7b3 99%); } .mask-gradient.style-15 { background-image: linear-gradient(135deg, #d33105 0%, #1b35d4 99%); background-image: -ms-linear-gradient(135deg, #d33105 0%, #1b35d4 99%); } .mask-gradient.style-16 { background-image: linear-gradient(135deg, #0ff56b 0%, #853edd 99%); background-image: -ms-linear-gradient(135deg, #0ff56b 0%, #853edd 99%); } .mask-gradient.style-17 { background-image: linear-gradient(135deg, #0090ff 0%, #dbd90d 99%); background-image: -ms-linear-gradient(135deg, #0090ff 0%, #dbd90d 99%); } .mask-gradient.style-18 { background-image: linear-gradient(135deg, #fbe926 0%, #0dd7b3 99%); background-image: -ms-linear-gradient(135deg, #fbe926 0%, #0dd7b3 99%); } .mask-gradient.style-19 { background-image: linear-gradient(135deg, #d3c705 0%, #d10505 99%); background-image: -ms-linear-gradient(135deg, #d3c705 0%, #d10505 99%); } .mask-gradient.style-20 { background-image: linear-gradient(135deg, #0592d3 0%, #601bd4 99%); background-image: -ms-linear-gradient(135deg, #0592d3 0%, #601bd4 99%); } .mask-gradient.style-21 { background-image: linear-gradient(123deg, #f43faa 0%, #25e3ff 100%); background-image: -ms-linear-gradient(123deg, #f43faa 0%, #25e3ff 100%); } .mask-gradient.style-22 { opacity: .6; background-image: linear-gradient(123deg, #f83281 0%, #845d59 64%, #0f8730 100%); background-image: -ms-linear-gradient(123deg, #f83281 0%, #845d59 64%, #0f8730 100%); } .mask-gradient.style-23 { opacity: .6; background-image: linear-gradient(133deg, #f83281 0%, #9048a7 58%, #285ecd 100%); background-image: -ms-linear-gradient(133deg, #f83281 0%, #9048a7 58%, #285ecd 100%); } .mask-gradient.style-24 { opacity: .6; background-image: linear-gradient(135deg, #f83281 0%, #86709b 67%, #13aeb4 100%); background-image: -ms-linear-gradient(135deg, #f83281 0%, #86709b 67%, #13aeb4 100%); } .mask-gradient.style-25 { background-image: linear-gradient(135deg, #045f62 0%, #713762 58%, #de0e61 100%); background-image: -ms-linear-gradient(135deg, #045f62 0%, #713762 58%, #de0e61 100%); } .mask-gradient.style-26 { background-image: linear-gradient(124deg, #58108f 0%, #11afb9 66%, #23dce8 99%); background-image: -ms-linear-gradient(124deg, #58108f 0%, #11afb9 66%, #23dce8 99%); } .mask-gradient.style-27 { background-image: linear-gradient(124deg, #14fd7c 0%, #050b5a 100%); background-image: -ms-linear-gradient(124deg, #14fd7c 0%, #050b5a 100%); } .mask-gradient.style-28 { background-image: linear-gradient(124deg, #1b09c7 0%, #12a64a 100%); background-image: -ms-linear-gradient(124deg, #1b09c7 0%, #12a64a 100%); } .mask-gradient.style-29 { background-image: linear-gradient(123deg, #64249f 0%, #0adeeb 100%); background-image: -ms-linear-gradient(123deg, #64249f 0%, #0adeeb 100%); } .banner-adv-wrapper .banner-adv-728x90 { display: block; } .banner-adv-wrapper .banner-adv-728x90 img { margin: 0 auto; } .tab-news-1 { width: 100%; margin-bottom: 25px; padding: 0; list-style: none; } .tab-news-1 li { padding: 0 5px; } .tab-news-1 li .tab { font-size: 13px; font-weight: 900; padding: 30px 10px; text-transform: uppercase; color: #ad0000; border: 2px solid #fafafa !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background-color: #fafafa; } .tab-news-1 li .tab.text-left { padding-left: 30px; text-align: left !important; } .tab-news-1 li .tab:hover, .tab-news-1 li .tab:focus { border-color: #ad0000 !important; background-color: #fafafa; } .tab-news-1 li.active .tab { color: #ad0000; border-color: #ad0000 !important; background-color: #fafafa; } .tab-news-1 li.active .tab:hover, .tab-news-1 li.active .tab:focus { color: #ad0000; background-color: #fafafa; } .tab-news-1 li:first-child { padding-left: 0; } .tab-news-1 li:last-child { padding-right: 0; } .tab-news-2 { width: 100%; margin-bottom: 4px; padding: 0; list-style: none; } .tab-news-2 li { position: relative; padding: 0 1px; vertical-align: middle; border-top: 2px solid #d3d3d3; background-color: #fafafa; } .tab-news-2 li:before { position: absolute; z-index: 1; z-index: 10; top: -2px; left: 0; width: 0; height: 2px; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; background-color: #ad0000; } .tab-news-2 li:after { position: absolute; z-index: 10; top: -2px; right: 0; width: 2px; height: calc(100% + 2px); content: ''; background-color: #ffffff; } .tab-news-2 li .tab { font-size: 13px; font-weight: 500; display: block; width: 100%; height: 100%; padding: 15px; text-align: center; color: #565b62; border: none !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; background-color: #fafafa; } .tab-news-2 li .tab:hover, .tab-news-2 li .tab:focus { background-color: transparent; } .tab-news-2 li.active:before, .tab-news-2 li:hover:before { width: 100%; } .tab-news-2 li.active .tab, .tab-news-2 li:hover .tab { color: #ad0000; background-color: #fafafa; } .tab-news-2 li.active .tab:hover, .tab-news-2 li:hover .tab:hover, .tab-news-2 li.active .tab:focus, .tab-news-2 li:hover .tab:focus { color: #ad0000; background-color: #fafafa; } .tab-news-2 li:first-child { padding-left: 0; } .tab-news-2 li:last-child { padding-right: 0; } .tab-news-2 li:last-child:after { display: none; } .tab-news-3 { margin-bottom: 20px; border-bottom: 0; } .tab-news-3 li { line-height: 12px; float: left; width: auto; margin-bottom: 0; padding: 0 3px; } .tab-news-3 li .tab { font-size: 11px; font-weight: bold; position: relative; text-align: left; letter-spacing: 1px; text-transform: uppercase; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background-color: #fafafa; } .tab-news-3 li .tab span { position: relative; z-index: 10; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; color: #141414; } .tab-news-3 li .tab:before { position: absolute; top: 0; left: 0; width: 4px; height: 100%; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; background-color: #ad0000; } .tab-news-3 li.active .tab, .tab-news-3 li:hover .tab { border: 0; background-color: #fafafa; } .tab-news-3 li.active .tab span, .tab-news-3 li:hover .tab span { color: #ffffff; } .tab-news-3 li.active .tab:before, .tab-news-3 li:hover .tab:before { width: 100%; } .tab-news-3 li.active .tab span, .tab-news-3 li:hover .tab span { color: #ffffff !important; } .tab-news-3 li.active .tab:hover, .tab-news-3 li:hover .tab:hover { border: 0; } .tab-news-3 li .nav-tabs > li.active > a, .tab-news-3 li .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover .tab-news-3 li:last-child { padding-right: 0; } .tab-news-3 li:first-child { padding-left: 0; } .style-btn-slide .slick-next, .style-btn-slide .slick-prev { z-index: 10; width: 40px; height: 40px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; border: 2px solid #ebebeb; background-color: #ffffff; } .style-btn-slide .slick-next:before, .style-btn-slide .slick-prev:before { font-family: 'FontAwesome'; font-size: 28px; position: relative; color: #b2b2b2; } .style-btn-slide .slick-next { right: 0; } .style-btn-slide .slick-next:before { left: 20px; content: '\f178'; } .style-btn-slide .slick-prev { left: 0; } .style-btn-slide .slick-prev:before { right: 20px; content: '\f177'; } .slide { overflow: hidden; margin: 0 -1px; padding-bottom: 40px; background-image: url('../images/more-image/boder-slide-btn-2.jpg'); background-repeat: no-repeat; background-position: bottom left 80px; } .slide .slide-item { padding: 0 1px; } .slide .slick-prev, .slide .slick-next { top: auto; bottom: -9px; width: 18px; height: 18px; border: 2px solid #ebebeb; } .slide .slick-prev:before, .slide .slick-next:before { font-family: 'FontAwesome'; font-size: 18px; line-height: 14px; position: relative; color: #b2b2b2; } .slide .slick-prev { left: 10px; } .slide .slick-prev:before { right: 12px; content: '\f177'; } .slide .slick-next { right: auto; left: 40px; } .slide .slick-next:before { left: 10px; content: '\f178'; } .btn-style-1 { font-size: 11px; font-weight: bold; padding: 10.5px 20px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; letter-spacing: 1px; text-transform: uppercase; color: #ffffff; border-width: 2px; border-radius: 0; background-color: #ad0000; } .btn-style-1:after { font-family: 'fontawesome'; padding-left: 18px; content: '\f178'; } .btn-style-1:hover { color: #ad0000; border-color: #ad0000; background-color: #ffffff; } .two-col { margin: 0 -15px; } .two-col > div { float: left; width: 50%; margin-bottom: 30px; padding: 0 15px; vertical-align: top; } .two-col > div:nth-last-child(-n + 2) { margin-bottom: 0; } /* Slick dot */ .slick-dots { bottom: -40px; } .slick-dots li { width: 10px; height: 10px; } .slick-dots li button { width: 10px; height: 10px; border: 1px solid #ad0000; border-radius: 50%; background-color: #ffffff; } .slick-dots li button:before { content: initial; } .slick-dots li:hover button { background-color: #ad0000; } .slick-dots .slick-active button { background-color: #ad0000; } /* Slick dot */ /* Back to top */ .back-to-top { position: fixed; z-index: -1; right: 20px; bottom: 20px; cursor: pointer; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: .3s; text-decoration: none; opacity: 0; } .back-to-top.show { z-index: 1000; visibility: visible; opacity: 1; } .back-to-top .btn { font-size: 24px; line-height: 38px; width: 40px; height: 40px; padding: 0; text-align: center; color: #ad0000; border: 1px solid #ad0000; } .back-to-top:hover .btn { color: #ffffff; background-color: #ad0000; } /* Back to top */ .rating { text-align: left; direction: rtl; unicode-bidi: bidi-override; } .rating span { font-size: 12px; position: relative; display: inline-block; width: 1.1em; } .rating span:before { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; display: inline-block; content: '\f005'; color: #dbdbdb; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto; } .rating .active:before, .rating .active ~ span:before { color: #f9d116; } /*================================ ====== END GLOBAL STYLE ====== =================================*/ /*================================ ====== NEWS LAYOUT ====== =================================*/ .news-layout-1 { position: relative; } .news-layout-1 .news-video { display: inherit; width: 100%; height: 420px; border: 0; } .news-layout-1 .news-image { position: relative; z-index: 1; display: block; } .news-layout-1 .news-image:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: 0; background-color: rgba(0, 0, 0, .4); } .news-layout-1 .news-image img { width: 100%; } .news-layout-1 .news-image .btn-play { line-height: 30px; position: absolute; bottom: 0; left: 0; width: 35px; height: 30px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; text-align: center; color: #ffffff; background-color: rgba(255, 255, 255, .3); } .news-layout-1 .news-image .btn-play:hover { background-color: rgba(0, 0, 0, .6); } .news-layout-1 .news-image .time { line-height: 30px; position: absolute; bottom: 0; left: 35px; width: 35px; height: 30px; text-align: center; color: #ffffff; background-color: rgba(0, 0, 0, .3); } .news-layout-1 .news-content, .news-layout-1 .news-content-2 { padding: 20px; background-color: #fafafa; } .news-layout-1 .news-content .title, .news-layout-1 .news-content-2 .title { font-family: 'PT Serif', serif; font-size: 16px; font-weight: bold; display: block; color: #141414; } .news-layout-1 .news-content .title:hover, .news-layout-1 .news-content-2 .title:hover { text-decoration: underline; color: #ad0000; } .news-layout-1 .news-content .info, .news-layout-1 .news-content-2 .info { margin-top: 10px; } .news-layout-1 .news-content .description, .news-layout-1 .news-content-2 .description { margin: 10px 0 0 0; color: #7e8287; } .news-layout-1 .news-content-2 { position: absolute; z-index: 1; top: 0; padding: 15px 0 0 15px; background-color: transparent; } .news-layout-1 .news-content-2 .title { color: #ffffff; } .news-layout-1.big .news-content .label-topic-2, .news-layout-1.big .news-content .label-topic-3 { margin-bottom: 5px; } .news-layout-1.big .news-content .title { font-size: 22px; line-height: 1.4; } .news-layout-1.big .news-content .info { margin-top: 15px; } .news-layout-1.small .news-content { padding: 15px 0 0 0; background-color: transparent; } .news-layout-1.small .news-content .title { font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; } .news-layout-1.small .news-content .title:hover { color: #ad0000; } .news-layout-1.small .news-content .info { margin-top: 5px; } .news-layout-1.video .news-image:before { display: none; } .news-layout-1.video .news-content { padding: 0; background-color: transparent; } .news-layout-1.video .news-content .description { margin: 10px 0 0 0; } .news-layout-1.padding-zero .news-content { padding: 15px 0 0 0; background-color: transparent; } .news-layout-1.white .news-content .title { color: #ffffff; } .news-layout-1:hover .news-image:before { opacity: 1; } .news-layout-2 { display: table; width: 100%; } .news-layout-2 .news-image { position: relative; display: table-cell; width: 48%; vertical-align: top; } .news-layout-2 .news-image:before { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: 0; background-color: rgba(0, 0, 0, .4); } .news-layout-2 .news-image img { position: absolute; width: 100%; height: 100%; } .news-layout-2 .news-image .btn-play { line-height: 30px; position: absolute; z-index: 2; bottom: 0; left: 0; width: 35px; height: 30px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; text-align: center; color: #ffffff; background-color: rgba(255, 255, 255, .3); } .news-layout-2 .news-image .btn-play:hover { background-color: rgba(0, 0, 0, .6); } .news-layout-2 .news-image .time { line-height: 30px; position: absolute; z-index: 2; bottom: 0; left: 35px; width: 35px; height: 30px; text-align: center; color: #ffffff; background-color: rgba(0, 0, 0, .3); } .news-layout-2 .news-content { display: table-cell; width: 52%; padding: 30px; vertical-align: top; background-color: #fafafa; } .news-layout-2 .news-content .title { font-family: 'PT Serif', serif; font-size: 16px; font-weight: bold; display: block; color: #141414; } .news-layout-2 .news-content .title:hover { text-decoration: underline; color: #ad0000; } .news-layout-2 .news-content .info { margin-top: 10px; } .news-layout-2 .news-content .description { margin: 10px 0 0 0; color: #7e8287; } .news-layout-2:hover .news-image:before { opacity: 1; } .news-layout-3 { position: relative; } .news-layout-3 .news-image { position: relative; z-index: 1; display: block; } .news-layout-3 .news-image img { width: 100%; } .news-layout-3 .news-image:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: 0; background-color: rgba(0, 0, 0, .7); } .news-layout-3 .news-content, .news-layout-3 .news-content-2 { position: absolute; z-index: 10; } .news-layout-3 .news-content .title, .news-layout-3 .news-content-2 .title { font-family: 'PT Serif', serif; font-size: 16px; font-weight: bold; display: block; margin-bottom: 10px; color: #ffffff !important; } .news-layout-3 .news-content .title:hover, .news-layout-3 .news-content-2 .title:hover { text-decoration: underline; } .news-layout-3 .news-content .info li + li:before, .news-layout-3 .news-content-2 .info li + li:before { color: #ffffff; } .news-layout-3 .news-content .info .link, .news-layout-3 .news-content-2 .info .link { color: #ffffff; } .news-layout-3 .news-content .info .link:hover, .news-layout-3 .news-content-2 .info .link:hover { color: #ad0000; } .news-layout-3 .news-content .description, .news-layout-3 .news-content-2 .description { margin: 0; color: #7e8287; } .news-layout-3 .news-content { bottom: 0; left: 0; padding: 15px 20px; } .news-layout-3 .news-content-2 { top: 50%; left: 50%; cursor: pointer; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .news-layout-3 .news-content-2 .title { margin-bottom: 0; white-space: nowrap; text-transform: capitalize; } .news-layout-3.big .news-content { padding: 15px 30px; } .news-layout-3.big .news-content .title { font-size: 32px; line-height: 1.2; } .news-layout-3.small .news-content { padding: 10px; } .news-layout-3.small .news-content .title { font-size: 14px; line-height: 20px; margin-bottom: 7px; } .news-layout-3:hover .news-image:before { opacity: 1; } /*================================= ====== END NEWS LAYOUT ====== =================================*/ /*================================ ====== BLOCK MAIN ====== =================================*/ .block-main-1-wrapper { padding: 30px 0; background-color: #141414; } .block-main-1-wrapper.politics { background: url(../images/background/background-full-10.jpg) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .block-main-1 { margin-right: -1px; margin-left: -1px; } .block-main-1 .block-item-wrapper { float: left; overflow: hidden; padding: 2px; } .block-main-1 .block-item-wrapper .block-item { position: absolute; top: 2px; right: 2px; bottom: 3px; left: 2px; overflow: hidden; } .block-main-1 .block-item-wrapper:before { display: block; padding-top: 65%; content: ''; } .block-main-1 .block-item-wrapper.item-width-1 { width: 33.3333%; padding-bottom: 1px; } .block-main-1 .block-item-wrapper.item-width-1 .caption .title { font-size: 15px; font-weight: 600; } .block-main-1 .block-item-wrapper.item-width-2 { width: 66.6667%; } .block-main-1 .block-item-wrapper.item-width-2 > div { bottom: 4px; } .block-main-2 { background: url(../images/background/background-full-1.jpg) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .block-main-3 { position: relative; margin-bottom: 0; } .block-main-3 .news-layout-3 { height: 500px; cursor: pointer; background-position: center; background-size: cover; } .block-main-3 .news-layout-3:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: 0; background-color: rgba(0, 0, 0, .5); } .block-main-3 .news-layout-3.style-1 { background-image: url('../images/entertainment/bg-slide-1.jpg'); } .block-main-3 .news-layout-3.style-2 { background-image: url('../images/entertainment/bg-slide-2.jpg'); } .block-main-3 .news-layout-3.lifestyle { height: 600px; } .block-main-3 .news-layout-3.lifestyle-1 { background-image: url('../images/lifestyle/bg-slide-1.jpg'); } .block-main-3 .news-layout-3.lifestyle-2 { background-image: url('../images/entertainment/bg-slide-2.jpg'); } .block-main-3 .news-layout-3 .container { position: relative; height: 100%; } .block-main-3 .news-layout-3 .news-content { padding: 30px 15px; } .block-main-3 .news-layout-3 .news-content .label-topic-1 { position: Relative; top: auto; display: inline-block; margin-bottom: 15px; } .block-main-3 .news-layout-3 .news-content .title { font-size: 32px; line-height: 40px; text-transform: capitalize; } .block-main-3 .slick-prev, .block-main-3 .slick-next { z-index: 3; width: 30px; height: 30px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; background-color: rgba(0, 0, 0, .9); } .block-main-3 .slick-prev:before, .block-main-3 .slick-next:before { font: normal normal normal 20px/1 FontAwesome; line-height: 30px; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto; } .block-main-3 .slick-prev { left: -50px; } .block-main-3 .slick-prev:before { content: '\f104'; } .block-main-3 .slick-next { right: -50px; } .block-main-3 .slick-next:before { content: '\f105'; } .block-main-3:hover .slick-prev { left: 30px; } .block-main-3:hover .slick-next { right: 30px; } .block-main-3:hover .news-layout-3:before { opacity: 1; } .block-main-4 { padding: 30px 0; background: url('../images/background/background-full-5.jpg') no-repeat center top; background-attachment: fixed; background-size: cover; } .block-main-4 .block-main-4-wrapper { margin-bottom: 0; } .block-main-4 .news-layout-3 { height: 500px; cursor: pointer; background-position: center; background-size: cover; } .block-main-4 .news-layout-3:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: 0; background-color: rgba(0, 0, 0, .5); } .block-main-4 .news-layout-3.tech-1 { background-image: url('../images/tech/bg-slide-1.jpg'); } .block-main-4 .news-layout-3.tech-2 { background-image: url('../images/lifestyle/bg-slide-1.jpg'); } .block-main-4 .news-layout-3 .news-content { padding: 20px 30px; } .block-main-4 .news-layout-3 .news-content .label-topic-1 { position: Relative; top: auto; display: inline-block; margin-bottom: 15px; } .block-main-4 .news-layout-3 .news-content .title { font-size: 32px; line-height: 40px; text-transform: capitalize; } .block-main-4 .news-layout-3:hover:before { opacity: 1; } .block-main-5 { background-color: #141414; } .block-main-5 .slide-news-wrapper { overflow: hidden; max-width: 1920px; margin: 0 auto; padding: 0; } .block-main-5 .block-video-wrapper { margin: 0 -2px; } .block-main-5 .block-video-wrapper .slick-list { overflow: initial; } .block-main-5 .block-video-wrapper .item { padding: 0 2px; } .block-main-5 .block-video-wrapper .item .news-image:before { opacity: 1; } .block-main-5 .block-video-wrapper .item:hover .news-image:before { opacity: 1; } .block-main-5 .block-video-wrapper .slick-current .news-image:before { opacity: 0; } .block-main-5 .block-video-wrapper .slick-current + div .news-image:before { opacity: 0; } .block-main-5 .block-video-wrapper .slick-prev, .block-main-5 .block-video-wrapper .slick-next { z-index: 3; width: 30px; height: 30px; background-color: rgba(0, 0, 0, .9); } .block-main-5 .block-video-wrapper .slick-prev:before, .block-main-5 .block-video-wrapper .slick-next:before { font: normal normal normal 20px/1 FontAwesome; line-height: 30px; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto; } .block-main-5 .block-video-wrapper .slick-prev { left: 0; } .block-main-5 .block-video-wrapper .slick-prev:before { content: '\f104'; } .block-main-5 .block-video-wrapper .slick-next { right: 0; } .block-main-5 .block-video-wrapper .slick-next:before { content: '\f105'; } .block-main-5 .block-video-wrapper .slick-dots { bottom: 0; -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); -ms-transform: translate(0, -100%); -o-transform: translate(0, -100%); transform: translate(0, -100%); } .block-main-6 { position: relative; height: 500px; background: url('../images/background/background-full-6.jpg') no-repeat center top; background-size: cover; } .block-main-6 .container { height: 100%; } .block-main-6 .block-title { font-size: 32px; font-weight: bold; line-height: 36px; position: absolute; top: 50%; left: 50%; display: inline-table; padding: 0 30px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #ffffff; } .block-main-6 .block-title .ads { font-size: 11px; line-height: 1.42857143; position: absolute; top: -15px; right: 30px; padding: 0 3px; text-transform: uppercase; border-radius: 2px; background-color: #ff9500; } .block-main-7.game > div { margin: 3.5px -2px 0; } .block-main-7.game > div .item { padding: 0 2px; } .block-main-7.game .label-topic-1 { position: relative; top: 0; left: auto; display: inline-block; margin-bottom: 10px; } .block-main-7.game .news-content { padding: 15px 20px; } .block-main-7.fashion > div { margin: 20px -10px 0; } .block-main-7.fashion > div .item { padding: 0 10px; } .block-news-1 .layout-main-news { float: left; width: 62%; padding-right: 15px; } .block-news-1 .layout-list-news { float: left; width: 38%; padding-left: 15px; } .block-news-2 .layout-main-news { float: left; width: 50%; padding-right: 15px; } .block-news-2 .layout-list-news { float: left; width: 50%; padding-left: 15px; } .block-news-2 .layout-list-news .single-recent-post-widget .title { margin-bottom: 5px; } .block-news-3 .layout-main-news { display: block; margin-bottom: 30px; } .block-news-3 .layout-list-news { display: block; } .block-news-3 .layout-list-news .row-wrapper { margin: -15px; } .block-news-3 .layout-list-news .items { float: left; width: 50%; padding: 15px; } .block-news-4 .layout-main-news { display: block; margin-bottom: 30px; } .block-news-4 .layout-list-news { display: block; margin: 0 -15px; } .block-news-4 .layout-list-news .left-news, .block-news-4 .layout-list-news .right-news { float: left; width: 50%; padding: 0 15px; } .block-news-5 .layout-main-news { display: block; margin-bottom: 30px; } .block-news-5 .layout-main-news.has-video { margin-bottom: 20px; } .block-news-5 .layout-list-news { display: block; margin: 0 -15px; } .block-news-5 .layout-list-news .row-wrapper:last-child .items { padding-bottom: 0; } .block-news-5 .layout-list-news .items { float: left; width: 25%; padding: 0 15px 30px 15px; } .block-news-5 .block-news-content.style-1 { background-color: #fafafa; } .block-news-5 .block-news-content.style-1 .layout-main-news { margin-bottom: 25px; } .block-news-5 .block-news-content.style-1 .layout-list-news { margin: 0; padding: 0 5px; } .block-news-5 .block-news-content.style-1 .layout-list-news .items { padding: 0 10px 20px 10px; } .block-news-6 .news-item { float: left; width: 50%; padding-bottom: 30px; } .block-news-6 .news-item:nth-child(odd) { padding-right: 15px; } .block-news-6 .news-item:nth-child(even) { padding-left: 15px; } .block-news-6 .news-item:nth-last-child(-n + 2) { padding-bottom: 0; } .block-news-7 .layout-main-news { display: block; margin-bottom: 30px; } .block-news-7 .layout-list-news { display: block; margin: 0 -15px; } .block-news-7 .layout-list-news .row-wrapper:last-child .items { padding-bottom: 0; } .block-news-7 .layout-list-news .items { float: left; width: 50%; padding: 0 15px 30px 15px; } .block-news-7 .layout-list-news .items .label-topic-1 { left: 15px; } .block-news-8 .layout-main-news { float: left; width: 62%; padding-right: 15px; } .block-news-8 .layout-list-news { float: left; width: 38%; padding-left: 15px; } .block-news-8 .layout-list-news .items { margin-bottom: 25px; } .block-news-8 .layout-list-news .items:last-child { margin-bottom: 0; } .block-news-9 .news-masonry { margin: -5px -5px -5px; } .block-news-9 .grid-sizer { width: 1%; } .block-news-9 .block-item-wrapper { float: left; } .block-news-9 .block-item-wrapper .block-item { position: absolute; top: 5px; right: 5px; bottom: 5px; left: 5px; overflow: hidden; } .block-news-9 .block-item-wrapper .block-item a img { width: 100%; height: 100%; } .block-news-9 .block-item-wrapper:before { display: block; padding-top: 100%; content: ''; } .block-news-9 .block-item-wrapper.item-width-1 { width: 25%; } .block-news-9 .block-item-wrapper.item-width-1 .caption .title { font-size: 15px; font-weight: 600; } .block-news-9 .block-item-wrapper.item-width-2 { width: 50%; } .block-news-9 .block-item-wrapper.item-width-2:before { padding-top: 50%; } .block-news-9 .block-item-wrapper.item-height-2 { margin-bottom: 0; } .block-news-9 .block-item-wrapper.item-height-2:before { padding-top: 200%; } .block-news-9 .news-image { height: 100%; } .block-news-11 .slide-item { margin: 0 -15px; } .block-news-11 .news-item { float: left; width: 33.3333%; padding: 0 15px 30px; } .block-news-11 .news-item:nth-last-child(-n + 3) { padding-bottom: 0; } .block-news-special { position: relative; top: -160px; margin-bottom: -100px; } .block-slide-gallery-wrapper { background-color: #141414; } .block-slide-gallery { overflow: hidden; max-width: 1920px; margin: 0 auto; } .block-slide-gallery img { width: 100%; } .block-slide-gallery .slick-slider { margin-bottom: 0; } .block-slide-gallery .slick-list { overflow: initial; } .block-slide-gallery .thumb-gallery { position: relative; display: block; } .block-slide-gallery .thumb-gallery:before { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; opacity: 0; background-color: rgba(0, 0, 0, .4); } .block-slide-gallery .thumb-gallery:hover:before { opacity: 1; } /*---------- 3.13. Banner ----------*/ .banner-main-1, .banner-main-5 { position: relative; overflow: hidden; width: 100%; text-align: left; color: #ffffff; background-color: #121212; background-image: url('../images/footer/bg-news.jpg'); background-repeat: repeat; background-attachment: fixed; background-position: center; -webkit-background-size: cover; background-size: cover; } .banner-main-1 .title-topic, .banner-main-5 .title-topic, .banner-main-1 .title-topic-2, .banner-main-5 .title-topic-2 { color: #ffffff; } .banner-main-1 .socials-tab-widget .socials-tab li, .banner-main-5 .socials-tab-widget .socials-tab li { float: left; width: auto; } .banner-main-2 { background-color: #282828; } .banner-main-2 .title-topic { color: #ffffff; } .banner-main-3 { background: url(../images/background/background-full-2.jpg) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .banner-main-4 { background: url(../images/background/background-full-4.jpg) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .banner-main-6 { background: url(../images/background/background-full-3.jpg) no-repeat center top; background-attachment: fixed; -webkit-background-size: cover; background-size: cover; } .banner-main-7 { background-color: #fafafa; } .banner-main-7 .breaking-news { padding: 0; } .banner-main-7 .breaking-news > .text { width: 120px; } .banner-main-7 .breaking-news .vticker li .link .text, .banner-main-7 .breaking-news .vticker li .link .btn-read { color: #141414; } .banner-main-7 .slick-slider { margin-bottom: 0; } .banner-main-8 { background: url(../images/background/background-full-7.jpg) no-repeat center bottom; background-attachment: fixed; -webkit-background-size: cover; background-size: cover; } .banner-main-9 { background: url(../images/background/background-full-8.jpg) no-repeat center bottom; -webkit-background-size: cover; background-size: cover; } .banner-main-9 .title-topic, .banner-main-9 .title-topic-2 { color: #ffffff; } .banner-main-10 { background: url(../images/background/background-full-9.jpg) no-repeat center bottom; -webkit-background-size: cover; background-size: cover; } .banner-main-10 .title-topic, .banner-main-10 .title-topic-2 { color: #ffffff; } .banner-main-11 { background: url(../images/background/background-full-11.jpg) no-repeat center top; -webkit-background-size: cover; background-size: cover; } .banner-main-11 .title-topic-2 { margin-bottom: 0; color: #ffffff; } .banner-main-11 .result .item { display: inline-block; margin-bottom: 20px; padding-right: 20px; text-transform: none; color: #b2b2b2; } .banner-main-11 .result .item span { padding-left: 5px; color: #ffffff; } .banner-news-wrapper { display: inline-block; width: 100%; margin: 0 -15px; } .banner-news-wrapper > div { padding: 0 15px; } .banner-news-wrapper .main-news { float: left; width: 60%; } .banner-news-wrapper .main-news .item { position: relative; } .banner-news-wrapper .main-news .description { position: absolute; bottom: 0; display: table; overflow: hidden; width: 100%; height: 80px; padding: 10px 20px; background-color: rgba(0, 0, 0, .8); } .banner-news-wrapper .main-news .description .text { display: table-cell; margin-bottom: 0; vertical-align: middle; color: #ffffff; } .banner-news-wrapper .main-news:hover .owl-prev, .banner-news-wrapper .main-news:hover .owl-next { visibility: visible; opacity: 1; } .banner-news-wrapper .main-news:hover .owl-prev { left: 0; } .banner-news-wrapper .main-news:hover .owl-next { right: 0; } .banner-news-wrapper .title-news { float: left; overflow-y: auto; width: 40%; border-left: none; } .banner-news-wrapper .title-news .slide-items { margin-bottom: 0; } .banner-news-wrapper .owl-prev, .banner-news-wrapper .owl-next { position: absolute; z-index: 10; top: 50%; visibility: hidden; width: 40px; height: 40px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); opacity: 0; border: 2px solid #ebebeb; background-color: rgba(40, 40, 40, .5); } .banner-news-wrapper .owl-prev i:before, .banner-news-wrapper .owl-next i:before { font-size: 28px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #b2b2b2; } .banner-news-wrapper .owl-next { right: -100px; } .banner-news-wrapper .owl-next i:before { left: 25px; content: '\f178'; } .banner-news-wrapper .owl-prev { left: -100px; } .banner-news-wrapper .owl-prev i:before { right: 25px; content: '\f177'; } .banner-news-wrapper .owl-dots { display: none !important; } .banner-news-wrapper .slide-items { padding-left: 0; } .banner-news-wrapper .slide-items li { position: relative; padding: 20px 20px; list-style: none; cursor: pointer; border-bottom: 1px solid #1f1f1f; background-color: #141414; } .banner-news-wrapper .slide-items li:last-child { border-bottom: none; } .banner-news-wrapper .slide-items li:before { position: absolute; top: 0; left: 0; width: 5px; height: 100%; content: ''; transition: all .3s ease; opacity: 0; background-color: #ad0000; } .banner-news-wrapper .slide-items li.active { background-color: #1b1b1b; } .banner-news-wrapper .slide-items li.active:before { opacity: 1; } .banner-news-wrapper .slide-items li.active .title { text-decoration: underline; color: #ffffff; } .banner-news-wrapper .slide-items li .title { font-size: 13px; font-weight: bold; margin-bottom: 0; pointer-events: none; color: #c9c9c9; } .banner-news-wrapper .mCSB_outside + .mCSB_scrollTools { right: -7px; } .banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { right: -10px; background-color: #ad0000; } .banner-news-wrapper .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail { margin-right: -3px; background-color: #141414; } .banner-news-wrapper.style-1 .slide-items li { border-color: #ebebeb; background-color: #ffffff; } .banner-news-wrapper.style-1 .slide-items li.active { background-color: #f4f3f3; } .banner-news-wrapper.style-1 .slide-items li .title { color: #141414; } .banner-news-wrapper.style-2 .slide-items li { padding: 0 0 20px 0; border-bottom: 0; background-color: #fafafa; } .banner-news-wrapper.style-2 .slide-items li:before { content: initial; } .banner-news-wrapper.style-2 .slide-items li:last-child { padding: 0; } .banner-news-wrapper.style-2 .slide-items li:hover .title { text-decoration: underline; } .banner-news-wrapper.style-2 .slide-items .active { background-color: #fafafa; } .banner-news-wrapper.style-2 .slide-items .active .title { color: #141414; } .banner-news-wrapper.style-2 .slide-items .title { font-family: 'PT Serif', serif; font-size: 16px; color: #141414; } .banner-news-wrapper.style-2 .title-news { width: 33.3333%; } .banner-news-wrapper.style-2 .main-news { width: 66.6667%; } .banner-news-wrapper.style-2 .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .banner-news-wrapper.style-2 .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical { margin: 0; } .banner-video-wrapper .slick-slider { margin-bottom: 0; } .banner-video-wrapper .title-topic { color: #ffffff; } .banner-video-wrapper .row-wrapper { margin-bottom: 0; } .banner-video-wrapper .slick-prev, .banner-video-wrapper .slick-next { z-index: 2; top: auto; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } .banner-video-wrapper .slick-prev { right: 35px; left: auto; } .banner-video-wrapper .white-arrows .slick-prev, .banner-video-wrapper .white-arrows .slick-next { background-color: #ffffff; } .banner-video-wrapper .white-arrows .slick-prev:before, .banner-video-wrapper .white-arrows .slick-next:before { color: #141414; } .list-charts-wrapper { zoom: 1; margin-bottom: 0; padding: 15px 0; background-color: #ffffff; } .list-charts-wrapper:before, .list-charts-wrapper:after { display: table; content: ''; } .list-charts-wrapper:after { clear: both; } .list-charts-wrapper canvas { width: 100% !important; height: 100px !important; padding: 10px 0; } .list-charts-wrapper .item { padding: 0 20px; border-right: 1px solid #ebebeb; } .list-charts-wrapper .item:last-child { border-right: 0; } .list-charts-wrapper .name { font-weight: bold; float: left; width: 50%; text-align: left; color: #141414; } .list-charts-wrapper .value-total { font-size: 13px; font-weight: bold; float: left; width: 50%; text-align: right; color: #141414; } .list-charts-wrapper .value-change { font-size: 16px; text-align: center; color: #2eda6d; } .banner-billionaire-wrapper { background-color: #ffffff; } .banner-billionaire-wrapper.slide-blog { overflow: initial; padding: 20px 0; background-image: none; } .banner-billionaire-wrapper.slide-blog .slick-prev, .banner-billionaire-wrapper.slide-blog .slick-next { z-index: 2; top: 50%; bottom: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background-color: #ffffff; } .banner-billionaire-wrapper.slide-blog .slick-prev { left: -10px; } .banner-billionaire-wrapper.slide-blog .slick-next { right: -10px; left: auto; } .banner-billionaire-wrapper.slide-blog .slide-item { padding: 0; } .banner-billionaire-wrapper .team-inner { padding: 0 20px; border-right: 1px solid #ebebeb; } .banner-billionaire-wrapper .team-inner.team-style-2 { background-color: transparent; } .banner-billionaire-wrapper .team-inner.team-style-2 .team-img { width: 35%; } .banner-billionaire-wrapper .team-inner.team-style-2 .team-img:hover { opacity: .7; } .banner-billionaire-wrapper .team-inner.team-style-2 .team-flipcard { padding: 0 0 0 12px; background-color: #ffffff; } .banner-billionaire-wrapper .team-inner.team-style-2 .team-flipcard .name { text-transform: capitalize; } .banner-billionaire-wrapper .team-inner.team-style-2 .team-flipcard .value { font-size: 12px; font-weight: 500; line-height: 1.4; display: block; } .banner-shopping-wrapper .tabs-list { margin-bottom: 30px; } .banner-shopping-wrapper .slick-slider { margin-bottom: 0; } .banner-esport-wrapper .tabs-list { margin-bottom: 15px; } .banner-esport-wrapper .socials-tab li { float: left; width: auto; } .banner-esport-wrapper .esport-main-wrapper { zoom: 1; margin: 0 -15px -30px; } .banner-esport-wrapper .esport-main-wrapper:before, .banner-esport-wrapper .esport-main-wrapper:after { display: table; content: ''; } .banner-esport-wrapper .esport-main-wrapper:after { clear: both; } .banner-esport-wrapper .item { float: left; width: 25%; padding: 0 15px 30px; } .banner-esport-wrapper .esport-wrapper { display: table; width: 100%; padding: 5px 3px; background-color: #ffffff; } .banner-esport-wrapper .esport-wrapper > div { display: table-cell; vertical-align: middle; border-right: 1px solid #ebebeb; } .banner-esport-wrapper .esport-wrapper > div:last-child { border-right: 0; } .banner-esport-wrapper .esport-wrapper .logo { width: 55px; height: 55px; } .banner-esport-wrapper .esport-wrapper .logo img { width: 100%; } .banner-esport-wrapper .esport-wrapper .team-wrapper { padding: 0 6px; } .banner-esport-wrapper .esport-wrapper .team { zoom: 1; padding: 3px 0; border-bottom: 1px solid #ebebeb; } .banner-esport-wrapper .esport-wrapper .team:before, .banner-esport-wrapper .esport-wrapper .team:after { display: table; content: ''; } .banner-esport-wrapper .esport-wrapper .team:after { clear: both; } .banner-esport-wrapper .esport-wrapper .team:last-child { border-bottom: 0; } .banner-esport-wrapper .esport-wrapper .team i { padding-right: 10px; } .banner-esport-wrapper .esport-wrapper .team .result { font-size: 13px; float: right; } .banner-esport-wrapper .esport-wrapper .team .name { font-size: 13px; font-weight: 400; float: left; padding-right: 10px; color: #141414; } .banner-esport-wrapper .esport-wrapper .team .icon-team-1 { background: #22511b; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #22511b 0%, #a7191a 100%); /* IE6-9 */ -webkit-background-clip: text; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22511b', endColorstr='#a7191a', GradientType=0); -webkit-text-fill-color: transparent; } .banner-esport-wrapper .esport-wrapper .team .icon-team-2 { background: #6ecfb6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #6ecfb6 0%, #e67f21 100%); -webkit-background-clip: text; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ecfb6', endColorstr='#e67f21', GradientType=0); -webkit-text-fill-color: transparent; } .banner-esport-wrapper .esport-wrapper .date-time { padding: 0 3px; text-align: center; } .banner-esport-wrapper .esport-wrapper .date-time .date { font-size: 10px; line-height: 5px; color: #818181; } .banner-esport-wrapper .esport-wrapper .date-time .time { font-size: 13px; font-weight: 400; } .candidate-list { display: table; margin: 0 -15px -30px; } .candidate-list .team-inner.team-style-2 { float: left; width: 33.3333%; padding: 0 15px 30px; background-color: transparent; } .candidate-list .team-inner.team-style-2 .team-img { width: 20%; } .candidate-list .team-inner.team-style-2 .team-flipcard { padding: 0 0 0 12px; background-color: transparent; } .candidate-list .team-inner.team-style-2 .team-flipcard .name { font-weight: normal; display: block; text-transform: capitalize; color: #ffffff; } .candidate-list .team-inner.team-style-2 .team-flipcard .value { font-weight: 400; line-height: 1.4; display: inline-block; color: #ffffff; } .candidate-list .team-inner.team-style-2 .team-flipcard .winner { display: inline-block; padding-left: 10px; color: #1784ff; } .candidate-list .progress { width: 90%; margin-top: 7px; margin-bottom: 0; } .candidate-list .progress .progress-bar { background-color: #1784ff; } .candidate-list .progress .progress-bar:after { top: -2px; right: -35px; color: #ffffff; } /*================================ ====== END BLOCK MAIN ====== =================================*/ /*================================ ====== WIDGET ====== =================================*/ .catelory-widget .info-list { position: relative; top: -10px; margin-bottom: 0; } .catelory-widget .info-list li { line-height: 32px; } .catelory-widget .info-list .link { text-transform: capitalize; color: #141414; } .catelory-widget .info-list .link .icons, .catelory-widget .info-list .link .text { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .catelory-widget .info-list .link .icons { margin-right: 7px; } .catelory-widget .info-list .link .text { position: relative; } .catelory-widget .info-list .link .text:before { position: absolute; bottom: 0; left: 0; width: 0; height: 1px; content: ''; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; background-color: #141414; } .catelory-widget .info-list .link:hover .icons { color: #ad0000; } .catelory-widget .info-list .link:hover .text:before { width: 100%; } .single-recent-post-widget { display: table; width: 100%; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #ebebeb; } .single-recent-post-widget .thumb { position: relative; display: table-cell; width: 115px; padding: 0 15px 5px 0; } .single-recent-post-widget .thumb img { -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; } .single-recent-post-widget .thumb .img-wrapper { width: 100%; } .single-recent-post-widget .thumb .btn-play { line-height: 30px; position: absolute; bottom: 0; left: 0; width: 35px; height: 30px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; text-align: center; color: #ffffff; background-color: rgba(255, 255, 255, .3); } .single-recent-post-widget .thumb .btn-play:hover { background-color: rgba(0, 0, 0, .6); } .single-recent-post-widget .thumb .time { line-height: 30px; position: absolute; bottom: 0; left: 35px; width: 35px; height: 30px; text-align: center; color: #ffffff; background-color: rgba(0, 0, 0, .3); } .single-recent-post-widget .post-info { position: relative; top: -4px; display: table-cell; width: auto; vertical-align: top; } .single-recent-post-widget .post-info .title, .single-recent-post-widget .post-info .title-2 { font-size: 13px; font-weight: 500; line-height: 18px; display: block; text-transform: capitalize; color: #141414; } .single-recent-post-widget .post-info .title:hover, .single-recent-post-widget .post-info .title-2:hover { text-decoration: underline; color: #ad0000; } .single-recent-post-widget .post-info .title.white, .single-recent-post-widget .post-info .title-2.white { color: #ffffff; } .single-recent-post-widget .post-info .info { margin-top: 5px; } .single-recent-post-widget:last-child { margin-bottom: 0; padding-bottom: 0; border: none; } .single-recent-post-widget:hover img { -webkit-filter: opacity(30%); filter: opacity(30%); } .directnew-recent-post { display: table; width: 100%; margin-bottom: 15px; } .directnew-recent-post .thumb { display: table-cell; width: 65px; padding: 0 10px 0 0; } .directnew-recent-post .thumb .img-wrapper { width: 100%; } .directnew-recent-post .post-info { position: relative; top: -4px; display: table-cell; width: auto; vertical-align: top; } .directnew-recent-post .post-info .title { display: block; } .directnew-recent-post .post-info .title .left-text { float: left; text-transform: capitalize; } .directnew-recent-post .post-info .title .left-text .strongtext { font-weight: bold; color: #141414; } .directnew-recent-post .post-info .title .left-text .text { color: #a8aeb6; } .directnew-recent-post .post-info .title .right-text { float: right; } .directnew-recent-post .post-info .title .right-text .text { font-style: italic; color: #8899a6; } .directnew-recent-post .post-info .description .text { color: #565b62; } .directnew-recent-post .post-info .description .link { display: inline-block; color: #33ccff; } .directnew-recent-post .post-info .description .link:hover { color: #ad0000; } .directnew-recent-post .post-info .info { margin-top: 5px; } .directnew-recent-post .post-info .info li { padding: 0 4px; } .directnew-recent-post .post-info .info li + li:before { display: none; } .directnew-recent-post .post-info .info .icons { padding-right: 5px; } .directnew-recent-post .post-info .info .link { font-size: 12px; font-weight: 400; text-transform: capitalize; } .directnew-recent-post:last-child { margin-bottom: 0; } .about-us-widget { position: relative; top: -4px; } .about-us-widget ul { margin-bottom: 0; } .about-us-widget .text { line-height: 22px; color: #141414; } .about-us-info-list li { display: table; width: 100%; margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid #ebebeb; } .about-us-info-list li:last-child { margin-bottom: 0; padding-bottom: 0; border: none; } .about-us-info-list .icons { display: table-cell; width: 25px; text-align: left; color: #141414; } .about-us-info-list .link { display: table-cell; color: #141414; } .about-us-info-list .link:hover { color: #ad0000; } /*================================ ====== END WIDGET ====== =================================*/ /*================================ ====== PAGE ====== =================================*/ /*---------- 3.1. News ----------*/ .catelogy-topic .block-news-3 { margin-bottom: 60px; } .catelogy-topic.latest-item-no-margin > div:last-child .block-news-3 { margin-bottom: 0; } .gallery-slide .slider-for { margin-bottom: 10px; } .gallery-slide .slider-for .news-layout-3 .news-content { color: #ffffff; background-color: rgba(0, 0, 0, .7); } .gallery-slide .slider-for .news-layout-3 .news-content .description { color: #ffffff; } .gallery-slide .slider-for.style-btn-slide .slick-prev, .gallery-slide .slider-for.style-btn-slide .slick-next { visibility: hidden; opacity: 0; } .gallery-slide .slider-for.style-btn-slide .slick-prev { left: -100px; } .gallery-slide .slider-for.style-btn-slide .slick-next { right: -100px; } .gallery-slide .slider-for.style-btn-slide:hover .slick-prev, .gallery-slide .slider-for.style-btn-slide:hover .slick-next { visibility: visible; opacity: 1; } .gallery-slide .slider-for.style-btn-slide:hover .slick-prev { left: 0; } .gallery-slide .slider-for.style-btn-slide:hover .slick-next { right: 0; } .gallery-slide .slider-nav { margin: 0 -1px 0 -5px; } .gallery-slide .slider-nav .items { padding: 0 5px; } .test-1 { position: relative; overflow: hidden; width: 100%; height: 400px; text-align: left; color: #ffffff; background-color: #121212; background-image: url('../images/footer/bg-news.jpg'); background-repeat: repeat; background-attachment: fixed; background-position: center; -webkit-background-size: cover; background-size: cover; } /*---------- 3.2. Sport ----------*/ .category-sport { padding: 30px 0; background-color: #f6f6f6; } .category-sport .category-sport-list { margin: 0 -5px; } .category-sport .category-sport-list .item { padding: 0 5px; } .category-sport-wrapper { position: relative; display: block; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; text-align: center; background-color: #ffffff; } .category-sport-wrapper .icons { font-size: 36px; line-height: 65px; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; color: #e8e8e8; } .category-sport-wrapper .text { font-size: 13px; font-weight: 900; line-height: 65px; position: relative; z-index: 2; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; letter-spacing: 1px; text-transform: uppercase; color: #ff9500; } .category-sport-wrapper:hover { background-color: #ff9500; } .category-sport-wrapper:hover .icons { color: rgba(255, 255, 255, .5); } .category-sport-wrapper:hover .text { color: #ffffff; } .slide-logo { padding: 30px 0; background-color: #fafafa; } .slide-logo .slide-logo-list { margin-bottom: 0; } .slide-logo .slide-logo-list .item { margin: 0 15px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; opacity: .7; } .slide-logo .slide-logo-list .item img { margin: 0 auto; } .slide-logo .slide-logo-list .item:hover { opacity: 1; } /*---------- 3.3. Entertainment ----------*/ .slide-news-wrapper { padding: 30px 0; background-color: #141414; } .slide-news-wrapper .slick-slider { margin-bottom: 0; } .slide-news-wrapper.lifestyle { padding: 20px 0 30px; background-color: #ffffff; } .slide-news-wrapper.lifestyle .slide-4-wrapper .item { padding: 0 10px; } .slide-news-wrapper.tech { overflow: hidden; padding: 30px 0 0; border-bottom: 1px solid #ebebeb; background-color: #ffffff; } .slide-news-wrapper.tech > div { padding-bottom: 15px; } .slide-news-wrapper.video, .slide-news-wrapper.game { padding: 0; background-color: transparent; } .slide-2-wrapper, .slide-3-wrapper, .slide-4-wrapper, .slide-6-wrapper { margin-right: -15px; margin-left: -15px; } .slide-2-wrapper .item, .slide-3-wrapper .item, .slide-4-wrapper .item, .slide-6-wrapper .item { padding: 0 15px; } .slide-2-wrapper .slick-prev, .slide-3-wrapper .slick-prev, .slide-4-wrapper .slick-prev, .slide-6-wrapper .slick-prev, .slide-2-wrapper .slick-next, .slide-3-wrapper .slick-next, .slide-4-wrapper .slick-next, .slide-6-wrapper .slick-next { z-index: 3; width: 30px; height: 30px; background-color: rgba(0, 0, 0, .9); } .slide-2-wrapper .slick-prev:before, .slide-3-wrapper .slick-prev:before, .slide-4-wrapper .slick-prev:before, .slide-6-wrapper .slick-prev:before, .slide-2-wrapper .slick-next:before, .slide-3-wrapper .slick-next:before, .slide-4-wrapper .slick-next:before, .slide-6-wrapper .slick-next:before { font: normal normal normal 20px/1 FontAwesome; line-height: 30px; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto; } .slide-2-wrapper .slick-prev, .slide-3-wrapper .slick-prev, .slide-4-wrapper .slick-prev, .slide-6-wrapper .slick-prev { left: 0; } .slide-2-wrapper .slick-prev:before, .slide-3-wrapper .slick-prev:before, .slide-4-wrapper .slick-prev:before, .slide-6-wrapper .slick-prev:before { content: '\f104'; } .slide-2-wrapper .slick-next, .slide-3-wrapper .slick-next, .slide-4-wrapper .slick-next, .slide-6-wrapper .slick-next { right: 0; } .slide-2-wrapper .slick-next:before, .slide-3-wrapper .slick-next:before, .slide-4-wrapper .slick-next:before, .slide-6-wrapper .slick-next:before { content: '\f105'; } .slide-2-line-wrapper .item > div { padding-bottom: 30px; } .slide-2-line-wrapper .item > div:last-child { padding-bottom: 0; } /*---------- 3.4. Faqs ----------*/ .faq-block .element:last-child .body .faq-content { padding-bottom: 0; } .faq-block .header { font-size: 13px; font-weight: 500; padding: 10px 13px; border-left: 4px solid #ad0000; background-color: #fafafa; } .faq-block .header a { color: #141414; } .faq-block .body { padding-top: 15px; } .faq-block .body .faq-image { margin: auto; } .faq-block .body .list-question { margin-bottom: 0; padding-left: 0; } .faq-block .body .list-question li { padding-bottom: 12px; cursor: pointer; } .faq-block .body .list-question li:last-child { padding-bottom: 0; } .faq-block .body .list-question li a { position: relative; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; } .faq-block .body .list-question li:hover a { text-decoration: underline; color: #ad0000; } .faq-block .body .faq-content { font-weight: 400; padding-bottom: 25px; color: #7e8287; } .faq-block .body .faq-content a { color: #7e8287; } /*---------- 3.5. Contact Us ----------*/ .contact-info .text { color: #565b62; } .contact-us-list-info { margin-bottom: 0; padding-top: 5px; } .contact-us-list-info li { display: table; padding-bottom: 8px; } .contact-us-list-info li .icons { display: table-cell; width: 25px; text-align: left; color: #141414; } .contact-us-list-info li .link { display: table-cell; color: #141414; } .contact-us-list-info li:hover .icons, .contact-us-list-info li:hover .link { color: #ad0000; } .contact-form { padding-top: 5px; } .contact-form .width-50per { float: left; width: 50%; padding-right: 15px; } .contact-form .width-100per { clear: both; } .contact-form .form-group { margin-bottom: 10px; padding-right: 10px; } .contact-form .form-control { font-size: 11px; padding: 0 15px; letter-spacing: 1px; text-transform: uppercase; border: 2px solid #eeeeee; border-radius: 0; box-shadow: none; } .contact-form .form-control.form-textarea { width: 100% !important; padding: 13px 15px 23px; } .contact-form .form-control.edited { font-weight: bold; border: 2px solid #f6f6f6; background-color: #f6f6f6; } .contact-form .form-control ::-webkit-input-placeholder { color: #c4c4c4; } .contact-form .form-control ::-moz-placeholder { color: #c4c4c4; } .contact-form .form-control :-ms-input-placeholder { color: #c4c4c4; } .contact-form .form-control ::placeholder { color: #c4c4c4; } .contact-form .btn-submit-form { font-size: 11px; font-weight: bold; padding: 10.5px 20px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; letter-spacing: 1px; text-transform: uppercase; color: #ffffff; border-width: 2px; border-radius: 0; background-color: #ad0000; } .contact-form .btn-submit-form:after { font-family: 'fontawesome'; padding-left: 18px; content: '\f178'; } .contact-form .btn-submit-form:hover { color: #ad0000; border-color: #ad0000; background-color: #ffffff; } #map { height: 300px; } #map .labels i { width: 45px; height: 45px; color: #ad0000; } #map .labels i:before { font-size: 40px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #map .map-content { width: 300px; } #map .map-content .logo { padding-top: 10px; padding-bottom: 10px; } #map .map-content .direct-news-text, #map .map-content .direct-news-phone { font-size: 14px; font-weight: 400; } #map .map-content .direct-news-text i, #map .map-content .direct-news-phone i { padding-right: 5px; } /*---------- 3.6. Page 404 ----------*/ .page-404-wrapper { position: relative; padding: 250px 0; text-align: center; background: url(../images/404-bg.png) center center; background-size: cover; } .page-404-wrapper .content { position: relative; height: 350px; } .page-404-wrapper .whoops-text { font-size: 135px; font-weight: bold; position: absolute; top: 16%; left: 51.5%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); letter-spacing: 40px; color: #aab4c1; } .page-404-wrapper .text-404-not-found { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .page-404-wrapper .btn-wrapper { position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } /*---------- 3.7. Page about us ----------*/ .block-info .text { margin-bottom: 20px; color: #7e8287; } .block-info .description { color: #7e8287; } .block-info .list-style-1 { display: inline-block; margin-top: 5px; margin-bottom: 0; margin-left: 15px; padding-left: 0; color: #7e8287; } .block-info .list-style-1 > li { float: left; width: 50%; padding-right: 15px; } .block-info.only-text .title-topic { margin-bottom: 15px; } .block-elements { zoom: 1; margin: -30px -15px 0; text-align: center; } .block-elements:before, .block-elements:after { display: table; content: ''; } .block-elements:after { clear: both; } .block-elements .element { display: inline-block; float: left; width: 33.3333%; padding: 30px 15px 0; text-align: center; } .block-elements .element .content-wrapper { font-size: 13px; font-weight: bold; display: block; padding: 40px 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; text-align: center; text-transform: uppercase; color: #141414; border: 2px solid #fafafa; background-color: #fafafa; } .block-elements.style-images .element .content-wrapper { position: relative; padding: 53px 0; cursor: pointer; } .block-elements.style-images .element .content-wrapper img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .block-elements.style-images .element .content-wrapper:hover { border-color: #ebebeb; } .why-choose-us .img-wrapper { display: block; } .why-choose-us .img-wrapper img { padding-top: 5px; } .download-wrapper { margin-top: 110px; background: url(../images/about-us/background.png) center center no-repeat; background-size: cover; } .download-content { position: relative; padding: 80px 0 70px; } .download-content .intro-block { font-weight: bold; position: relative; text-transform: uppercase; } .download-content .intro-block .text-download { font-size: 63px; line-height: 1; padding-right: 10px; } .download-content .intro-block .new-app { font-size: 27px; position: absolute; top: 7px; } .download-content .intro-block .new-update { font-size: 14px; font-weight: normal; } .download-content .url-block { padding-top: 30px; } .download-content .url-block .text { text-transform: uppercase; } .download-content .url-block .item { display: inline-block; margin-right: 15px; vertical-align: middle; } .download-content .url-block .item:last-child { margin-right: 0; } .download-content .url-block a.item { position: relative; } .download-content .url-block a.item:before { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; opacity: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: rgba(0, 0, 0, .4); } .download-content .url-block a.item:hover:before { opacity: 1; } .download-content .image-block { position: absolute; right: 0; bottom: 20px; } .our-team-wrapper { margin: 0 -15px; } .our-team-wrapper .slick-track { margin: auto; } .our-team-wrapper .slick-dots { position: static; margin-top: 10px; margin-bottom: 0; } .our-team-wrapper.fix-position .slick-list { overflow: initial; } .team-inner { zoom: 1; } .team-inner:before, .team-inner:after { display: table; content: ''; } .team-inner:after { clear: both; } .team-inner .list-socials { margin-bottom: 0; margin-left: 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } .team-inner .list-socials li { width: 30px; margin: 0 2px; padding: 3px 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; text-align: center; background-color: #f2f2f2; } .team-inner .list-socials li .fa-twitter { color: #33c3ff; } .team-inner .list-socials li .fa-facebook { color: #1a64b7; } .team-inner .list-socials li .fa-google-plus { color: #cc2a2a; } .team-inner .list-socials li .fa-youtube-play { color: #c83c3c; } .team-inner .list-socials li .fa-instagram { color: #795343; } .team-inner .list-socials li:hover { border-radius: 50%; background-color: #ad0000; } .team-inner .list-socials li:hover .fa { color: #ffffff; } .team-inner .name { font-weight: bold; text-transform: uppercase; color: #141414; } .team-inner .name:hover { color: #ad0000; } .team-inner .list-contact { font-size: 12px; margin-bottom: 0; margin-left: 0; } .team-inner .list-contact li { padding-right: 25px; padding-left: 0; cursor: pointer; } .team-inner .list-contact .contact-item { font-weight: bold; text-transform: uppercase; color: #b2b2b2; } .team-inner .list-contact .contact-item i { padding-right: 7px; } .team-inner.team-style-1 { position: relative; float: left; padding: 0 15px 60px; cursor: pointer; text-align: center; } .team-inner.team-style-1 .team-flipcard { position: absolute; right: 15px; left: 15px; overflow: hidden; height: 61px; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; border: 2px solid #fafafa; border-top: 0; background-color: #fafafa; } .team-inner.team-style-1 .list-socials { visibility: hidden; opacity: 0; } .team-inner.team-style-1 .name { padding-top: 15px; padding-bottom: 20px; } .team-inner.team-style-1:hover .team-flipcard { height: 91px; border: 2px solid #ebebeb; border-top: 0; } .team-inner.team-style-1:hover .list-socials { display: block; visibility: visible; opacity: 1; } .team-inner.team-style-2 { display: table; width: 100%; background-color: #fafafa; } .team-inner.team-style-2 .team-img { display: table-cell; width: 18%; } .team-inner.team-style-2 .team-img img { width: 100%; } .team-inner.team-style-2 .team-flipcard { position: relative; display: table-cell; width: auto; padding: 16.5px 20px 0; padding-bottom: 30px; vertical-align: top; background-color: #fafafa; } .team-inner.team-style-2 .description { min-height: 58px; padding: 5px 0 13px; color: #7e8287; } .team-inner.team-style-2 .list-socials { position: absolute; bottom: 0; padding-top: 7px; } .team-inner.team-style-2 .list-socials li { margin-right: 4px; margin-left: 0; cursor: pointer; } .team-inner.fix-inner-position { padding-bottom: 0; } .team-inner.fix-inner-position .team-flipcard { position: static; } .experience-wrapper { clear: both; } .experience-wrapper .row > div:nth-child(1) { padding-bottom: 35px; } .experience-wrapper .row > div:nth-child(2) { padding-bottom: 35px; } .experience-wrapper .row > div:nth-child(3) { clear: both; } .skill-set .skill-name { font-size: 11px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; } .progress { position: relative; overflow: initial; height: 15px; border-radius: 0; box-shadow: none; } .progress .progress-bar { -webkit-transition: width 4s ease; -moz-transition: width 4s ease; -o-transition: width 4s ease; transition: width 4s ease; -webkit-animation: progress-bar-stripes 1.6s linear infinite; animation: progress-bar-stripes 1.6s linear infinite; background-color: #c21717; background-image: -o-linear-gradient(bottom right, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-size: 5px 5px; } .progress .progress-bar:after { font-weight: bold; position: absolute; top: -25px; right: 0; width: 30px; height: 20px; content: '' attr(aria-valuenow) '%'; color: #141414; } .faq-group .panel-title { font-size: 11px; font-weight: bold; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; letter-spacing: 1px; text-transform: uppercase; } .faq-group .panel-heading { position: relative; padding: 14px 15px; cursor: pointer; border-left: 2px solid #ad0000; border-radius: 0; background-color: #fafafa; } .faq-group .panel-heading:before { font-family: 'fontawesome'; font-size: 11px; font-weight: bold; position: absolute; top: 50%; right: 10px; content: '\f068'; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #989898; } .faq-group .panel-heading.collapsed:before { content: '\f067'; } .faq-group .panel-heading:hover .panel-title { padding-left: 10px; color: #ad0000; } .faq-group .faq-panel { border: 0; border-radius: 0; box-shadow: none; } .faq-group .faq-panel .panel-collapse .panel-body { padding-bottom: 10px; border: 0; } .faq-group .panel + .panel { margin-top: 10px; } .join-us-wrapper { padding: 55px 0; background-color: #fafafa; } .join-us-wrapper .join-us-content { text-align: center; text-transform: uppercase; } .join-us-wrapper .join-us-content span { font-size: 24px; font-weight: bold; display: block; text-align: right; } .join-us-wrapper .join-us-content span + span { font-size: 12px; font-weight: normal; } .join-us-wrapper .btn-wrapper { text-align: center; } /*---------- 3.8. Page blog list ----------*/ .news-list-wrapper > div { padding-bottom: 30px; } .news-list-wrapper > div:last-child { padding-bottom: 0; } .news-list-wrapper .news-layout-1 .news-content .title { font-size: 32px; } .pagination-wrapper { clear: both; } .pagination-wrapper .pagination { margin: 30px 0 0 0; } .pagination-wrapper .pagination > li { position: relative; } .pagination-wrapper .pagination > li > a { font-size: 16px; width: 36px; height: 36px; margin-right: 10px; padding: 6px 0; text-align: center; color: #b2b2b2; border: 2px solid #ebebeb; border-radius: 0; } .pagination-wrapper .pagination > li > a.more { line-height: 1; } .pagination-wrapper .pagination > li:hover a { color: #ad0000; border-color: #ad0000; background-color: #ffffff; } .pagination-wrapper .pagination > li:hover a span:before { color: #ad0000; } .pagination-wrapper .pagination > li:hover.active > a { color: #ffffff; border-color: #ad0000; background-color: #ad0000; } .pagination-wrapper .pagination .previous, .pagination-wrapper .pagination .next { position: relative; } .pagination-wrapper .pagination .previous span:before, .pagination-wrapper .pagination .next span:before { font-family: 'FontAwesome'; font-size: 28px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #b2b2b2; } .pagination-wrapper .pagination .previous span:before { left: -15px; content: '\f177'; } .pagination-wrapper .pagination .next span:before { right: -15px; content: '\f178'; } .pagination-wrapper .pagination .active > a { color: #ffffff; border-color: #ad0000; background-color: #ad0000; } /*---------- 3.9. Page blog detail ----------*/ .blog-detail-wrapper .title-detail { font-family: 'PT Serif', serif; font-size: 32px; font-weight: bold; line-height: 1.4; display: block; color: #141414; } .blog-detail-wrapper .info { float: left; margin-top: 15px; } .blog-detail-wrapper .view { line-height: 16px; float: right; margin-top: 15px; margin-bottom: 0; } .blog-detail-wrapper .view li { display: inline-block; } .blog-detail-wrapper .view li a { font-size: 11px; font-weight: bold; padding-right: 10px; color: #b2b2b2; } .blog-detail-wrapper .view li i { padding-right: 5px; } .blog-detail-wrapper .view .link:hover { color: #ad0000; } .blog-detail-wrapper .social-list { float: left; clear: both; margin-top: 15px; margin-bottom: 20px; } .blog-detail-wrapper .social-list .social-item { display: inline-block; padding-right: 15px; padding-bottom: 10px; } .blog-detail-wrapper .social-list .social-item:last-child { padding-right: 0; } .blog-detail-wrapper .social-list .social-item .icon { font-size: 14px; line-height: 35px; position: relative; width: 35px; height: 35px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; text-align: center; vertical-align: middle; background-color: #fafafa; } .blog-detail-wrapper .social-list .social-item .icon.fa-facebook { color: #3765a3; } .blog-detail-wrapper .social-list .social-item .icon.fa-twitter { color: #33ccff; } .blog-detail-wrapper .social-list .social-item .icon.fa-google-plus { color: #dc4638; } .blog-detail-wrapper .social-list .social-item .icon.fa-envelope { color: #b3b3b3; } .blog-detail-wrapper .social-list .social-item .number { line-height: 35px; display: inline-block; height: 35px; padding: 0 20px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; text-align: center; vertical-align: middle; text-transform: capitalize; color: #ffffff; } .blog-detail-wrapper .social-list .social-item .number.facebook { border: 1px solid #3765a3; background-color: #3765a3; } .blog-detail-wrapper .social-list .social-item .number.twitter { border: 1px solid #33ccff; background-color: #33ccff; } .blog-detail-wrapper .social-list .social-item .number.google { border: 1px solid #dc4638; background-color: #dc4638; } .blog-detail-wrapper .social-list .social-item .number.email { border: 1px solid #b3b3b3; background-color: #b3b3b3; } .blog-detail-wrapper .social-list .social-item:hover .icon { color: #ffffff; } .blog-detail-wrapper .social-list .social-item:hover .icon.fa-facebook { background-color: #3765a3; } .blog-detail-wrapper .social-list .social-item:hover .icon.fa-twitter { background-color: #33ccff; } .blog-detail-wrapper .social-list .social-item:hover .icon.fa-google-plus { background-color: #dc4638; } .blog-detail-wrapper .social-list .social-item:hover .icon.fa-envelope { background-color: #b3b3b3; } .blog-detail-wrapper .social-list .social-item:hover .number { background-color: #ffffff; } .blog-detail-wrapper .social-list .social-item:hover .number.facebook { color: #3765a3; border-color: #3765a3; } .blog-detail-wrapper .social-list .social-item:hover .number.twitter { color: #33ccff; border-color: #33ccff; } .blog-detail-wrapper .social-list .social-item:hover .number.google { color: #dc4638; border-color: #dc4638; } .blog-detail-wrapper .social-list .social-item:hover .number.email { color: #b3b3b3; border-color: #b3b3b3; } .blog-detail-wrapper .news-image img { width: 100%; } .blog-detail-wrapper .contact-form { margin: 0 -5px; padding-top: 0; } .blog-detail-wrapper .contact-form .form-group { padding: 0 5px; } .blog-detail-wrapper .contact-form .btn-wrapper { padding-left: 5px; } .post-single-content { padding-top: 35px; padding-bottom: 35px; } .post-single-content p { margin-bottom: 0; padding-bottom: 20px; color: #7e8287; } .post-single-content blockquote { font-size: 20px; position: relative; z-index: 1; width: 64%; margin: 15px auto 20px; color: #7e8287; border: 0; } .post-single-content blockquote:before { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; font-size: 70px; position: absolute; z-index: -1; top: -5px; left: -38px; display: inline-block; content: '\f10d'; color: #f3f3f3; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: auto; } .post-single-content ul { display: inline-block; margin-bottom: 0; padding: 10px 12% 20px; color: #7e8287; } .post-single-content ul li { float: left; width: 50%; } .post-single-content ul li:nth-child(odd) { padding-right: 20px; } .slide-blog-detail .single-recent-post-widget { margin-bottom: 0; border: 0; } .slide-blog { overflow: hidden; margin: 0 -1px; padding-bottom: 40px; background-image: url('../images/more-image/boder-slide-btn-2.jpg'); background-repeat: no-repeat; background-position: bottom left 80px; } .slide-blog .slide-item { padding: 2px 1px 0; } .slide-blog .slick-prev, .slide-blog .slick-next { top: auto; bottom: -10px; border: 2px solid #ebebeb; } .slide-blog .slick-prev:before, .slide-blog .slick-next:before { font-family: 'FontAwesome'; line-height: 16px; position: relative; color: #b2b2b2; } .slide-blog .slick-prev { left: 10px; } .slide-blog .slick-prev:before { right: 12px; content: '\f177'; } .slide-blog .slick-next { right: auto; left: 40px; } .slide-blog .slick-next:before { left: 10px; content: '\f178'; } .comments .comment-respond-title { font-size: 16px; font-weight: bold; margin: 0; text-transform: uppercase; color: #141414; } .comments .comment-meta { position: relative; float: left; width: 50px; height: 50px; background-color: #dce6ec; } .comments .comment-meta .avatar { position: absolute; top: auto; right: 0; bottom: 0; left: 0; margin: auto; } .comments .comment-content { padding-left: 70px; } .comments .comment-content .comment-author { position: relative; top: -7px; } .comments .comment-content .url { font-size: 11px; font-weight: bold; position: relative; top: 2px; letter-spacing: 1px; text-transform: uppercase; color: #141414; } .comments .comment-content .url:hover { color: #07932e; } .comments .comment-content .info { float: none; margin-top: 0; } .comments .comment-content .info:hover { color: #07932e; } .comments .comment-content .info i { margin-right: 8px; } .comments .comment-content .info i.fa-reply { color: #07932e; } .reply{ cursor:pointer; } .comments .comment-content .reply { font-size: 10px; font-weight: bold; position: absolute; top: 5px; right: 0; letter-spacing: 2px; text-transform: uppercase; color: #b2b2b2; } .comments .comment-content .reply i { padding-right: 7px; } .comments .comment-content .reply:hover { color: #ad0000; } .comments .comment-content .description { margin-top: -5px; color: #7e8287; } .comments .commentlist { margin-top: 27px; margin-bottom: 58px; } .comments .commentlist .li-comment + .li-comment { padding-top: 25px; border-top: 2px solid #f1f6fd; } .comments .commentlist .children { padding-top: 15px; padding-left: 50px; } .comments .commentlist .children .li-comment { padding: 25px 0; border-top: 2px solid #f1f6fd; } /*---------- 3.10. Page Category ----------*/ .category-1col-wrapper > div { padding-bottom: 30px; } .category-1col-wrapper > div:last-child { padding-bottom: 0; } .category-2col-wrapper > div { padding-bottom: 30px; } .category-2col-wrapper > div:last-child { padding-bottom: 0; } /*---------- 3.11. Page Authors List ----------*/ .author-list-wrapper .team-inner { margin-bottom: 30px; } .author-list-wrapper .team-inner:last-child { margin-bottom: 0; } .author-list-wrapper .team-inner .team-img { width: 25%; } /*---------- 3.12. Modal Single Post ----------*/ .modal-backdrop.in { opacity: .8; } .modal-single-post .modal-dialog { width: 100%; max-width: 1060px; padding: 0 30px; } .modal-single-post .modal-content { border-radius: 0; } .modal-single-post .modal-body { position: relative; padding: 0 30px; } .modal-single-post .close { position: absolute; right: -28px; width: 28px; height: 28px; opacity: 1; background-color: #b2b2b2; } .modal-single-post .change-post .post-link { font-size: 16px; height: 38px; padding: 6.5px 16px; text-align: center; color: #b2b2b2; border: 3px solid #ebebeb; border-radius: 0; background-color: #ffffff; } .modal-single-post .change-post .prev-post, .modal-single-post .change-post .next-post { position: fixed; z-index: 1; top: 50vh; width: 38px; height: 38px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } .modal-single-post .change-post .prev-post > div, .modal-single-post .change-post .next-post > div { position: absolute; top: -60px; visibility: hidden; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; opacity: 0; } .modal-single-post .change-post .prev-post:hover > div, .modal-single-post .change-post .next-post:hover > div { visibility: visible; opacity: 1; } .modal-single-post .change-post .prev-post:hover .next, .modal-single-post .change-post .next-post:hover .next, .modal-single-post .change-post .prev-post:hover .previous, .modal-single-post .change-post .next-post:hover .previous { visibility: hidden; opacity: 0; } .modal-single-post .change-post .prev-post { left: -100px; } .modal-single-post .change-post .prev-post > div { left: -144px; } .modal-single-post .change-post .next-post { right: -100px; } .modal-single-post .change-post .next-post > div { right: -145px; } .modal-single-post .change-post .previous, .modal-single-post .change-post .next { position: absolute; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } .modal-single-post .change-post .previous span:before, .modal-single-post .change-post .next span:before { font-family: 'FontAwesome'; font-size: 28px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #b2b2b2; } .modal-single-post .change-post .previous span:before { left: -15px; content: '\f177'; } .modal-single-post .change-post .next span:before { right: -15px; content: '\f178'; } .modal-single-post .change-post .news-layout-1 { width: 170px; height: 170px; } .modal-single-post .change-post .news-layout-1 .news-content { padding: 10px 15px; } .modal-single-post .change-post .news-layout-1 .news-content .title { font-size: 13px; line-height: 20px; overflow: hidden; max-height: 40px; } .modal-single-post .post-single-content ul { padding-right: 0; padding-left: 15px; } .modal-single-post .post-single-content blockquote { width: 85%; } .modal-single-post .related-news .socials-tab li { width: 50%; } .modal-single-post .related-news .list-news { padding: 15px 0; background-color: transparent; } .modal-single-post .related-news .list-news .slick-list { margin: 0 -15px 20px; } .modal-single-post .related-news .list-news .news-layout-1 { margin: 0 15px; } .modal-single-post .related-news .list-news .news-layout-1 .news-content { font-size: 13px; padding: 10px 15px; text-align: left; } /*---------- 3.14. Home Dark ----------*/ .main-news-wrapper.dark { background-color: #1d1d1d; } .main-news-wrapper.dark .title-topic, .main-news-wrapper.dark .title-topic-2, .main-news-wrapper.dark .single-recent-post-widget .post-info .title, .main-news-wrapper.dark .single-recent-post-widget .post-info .title-2, .main-news-wrapper.dark .news-layout-1 .news-content .title, .main-news-wrapper.dark .news-layout-1 .news-content-2 .title, .main-news-wrapper.dark .news-layout-2 .news-content .title { color: #ffffff; } .main-news-wrapper.dark .news-layout-1 .news-content, .main-news-wrapper.dark .news-layout-2 .news-content, .main-news-wrapper.dark .list-news { background-color: #272727; } .main-news-wrapper.dark .block-news-5 .news-layout-1 .news-content { background-color: transparent; } .main-news-wrapper.dark .slide { background-image: url(../images/more-image/boder-slide-btn-3.jpg); } .main-news-wrapper.dark .single-recent-post-widget, .main-news-wrapper.dark .scroll-sidebar-content .news-item { border-color: #272727; } .main-news-wrapper.dark .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #ad0000; } /*================================ ====== END PAGE ====== =================================*/ /*================================ ====== PLUGIN ====== =================================*/ /*================================ ====== END PLUGIN ====== =================================*/
0.464902
0.069827
.section { display: inline-block; text-align: center; width: 1200px; margin: 80px calc(50% - 600px) ; } .portfolio { display: inline-block; text-align: center; } .portfolio > h2 { font-size: 3.25rem; position: absolute; left: 50%; margin-top: 0px; color: #343434; transform: translate(-50%, 0); font-family: 'Montserrat', sans-serif; font-weight: 600; } .portfolio > h2::after { background: url(../img/dots.png); content: ""; right: 5px; position: absolute; top: 25px; left: -20px; z-index: -2; display: inline-block; width: 100%; height: 50%; } .portfolio > .filter-buttons { justify-content: center; padding-top: 140px; padding-bottom: 50px; } .portfolio > .filter-buttons > span { display: inline-block; justify-content: center; margin: 0 18px; position: relative; color: #222; font-size: 1.25rem; cursor: pointer; font-weight: 600; } .portfolio > .filter-buttons > span:after { display: inline-block; content: ''; position: absolute; height: 2px; left: 0; right: 100%; bottom: -3px; background-color: #111; transition: all 0.3s; } .portfolio .filter-buttons > span.active::after { left: 0; right: 15%; } .gallery { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 20px; } .portfolio > .gallery > div > img { width: 100%; } .portfolio > .gallery > div > img:hover { width: 100%; } .portfolio > .gallery >div { position: relative; } .overlay { position: absolute; background-color: rgba(255,255,255, 0.98); top: 2%; width: 96%; height: 96%; left: 2%; opacity: 0; transition: 0.5s; /* transform: translateY(0px); */ } .overlay:hover{ opacity: 1; } .overlay > div { margin-top: 25%; font-weight: 600; } .overlay:hover > .gallery-title { font-size: 14px; transition: all .5s; margin-bottom: 40px; } .chain, .zoom-in{ display: inline-block; background-color: black; width: 35px; height: 35px; margin-top: 10px; color: white; border-radius: 50%; border: 1px solid black; } .chain:hover, .zoom-in:hover { display: inline-block; background-color: white; width: 35px; height: 35px; color: black; border: 1px solid black; border-radius: 50%; } .fa-search-plus:before{ display: inline-block; margin-top: 8px; } .fa-chain-broken:before { display: inline-block; margin-top: 8px; } #lightbox { position: fixed; z-index: 1000; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .8); display: none; } #lightbox.active { display: flex; justify-content: center; align-items: center; } #lightbox img { max-width: 90%; max-height: 80%; padding: 4px; background-color: black; border: 2px solid white; } @media ( max-width: 1300px ) { .section { width: 1150px; margin: 80px calc(50% - 575px); } } @media ( max-width: 1200px ) { .section { width: 1000px; margin: 80px calc(50% - 500px); } } @media ( max-width: 1024px ) { .section { width: 800px; margin: 80px calc(50% - 400px); } } @media ( max-width: 768px ) { .gallery { display: grid; grid-template-columns: 1fr; } .portfolio > .gallery > div > img { width: 100%; } .portfolio > .gallery > div > img:hover { width: 100%; } } @media ( max-width: 500px ) { .gallery { display: grid; grid-template-columns: 1fr; } .portfolio > .gallery > div > img { width: 60%; } .portfolio > .gallery > div > img:hover { width: 60%; } }
css/portfolio.css
.section { display: inline-block; text-align: center; width: 1200px; margin: 80px calc(50% - 600px) ; } .portfolio { display: inline-block; text-align: center; } .portfolio > h2 { font-size: 3.25rem; position: absolute; left: 50%; margin-top: 0px; color: #343434; transform: translate(-50%, 0); font-family: 'Montserrat', sans-serif; font-weight: 600; } .portfolio > h2::after { background: url(../img/dots.png); content: ""; right: 5px; position: absolute; top: 25px; left: -20px; z-index: -2; display: inline-block; width: 100%; height: 50%; } .portfolio > .filter-buttons { justify-content: center; padding-top: 140px; padding-bottom: 50px; } .portfolio > .filter-buttons > span { display: inline-block; justify-content: center; margin: 0 18px; position: relative; color: #222; font-size: 1.25rem; cursor: pointer; font-weight: 600; } .portfolio > .filter-buttons > span:after { display: inline-block; content: ''; position: absolute; height: 2px; left: 0; right: 100%; bottom: -3px; background-color: #111; transition: all 0.3s; } .portfolio .filter-buttons > span.active::after { left: 0; right: 15%; } .gallery { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 20px; } .portfolio > .gallery > div > img { width: 100%; } .portfolio > .gallery > div > img:hover { width: 100%; } .portfolio > .gallery >div { position: relative; } .overlay { position: absolute; background-color: rgba(255,255,255, 0.98); top: 2%; width: 96%; height: 96%; left: 2%; opacity: 0; transition: 0.5s; /* transform: translateY(0px); */ } .overlay:hover{ opacity: 1; } .overlay > div { margin-top: 25%; font-weight: 600; } .overlay:hover > .gallery-title { font-size: 14px; transition: all .5s; margin-bottom: 40px; } .chain, .zoom-in{ display: inline-block; background-color: black; width: 35px; height: 35px; margin-top: 10px; color: white; border-radius: 50%; border: 1px solid black; } .chain:hover, .zoom-in:hover { display: inline-block; background-color: white; width: 35px; height: 35px; color: black; border: 1px solid black; border-radius: 50%; } .fa-search-plus:before{ display: inline-block; margin-top: 8px; } .fa-chain-broken:before { display: inline-block; margin-top: 8px; } #lightbox { position: fixed; z-index: 1000; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .8); display: none; } #lightbox.active { display: flex; justify-content: center; align-items: center; } #lightbox img { max-width: 90%; max-height: 80%; padding: 4px; background-color: black; border: 2px solid white; } @media ( max-width: 1300px ) { .section { width: 1150px; margin: 80px calc(50% - 575px); } } @media ( max-width: 1200px ) { .section { width: 1000px; margin: 80px calc(50% - 500px); } } @media ( max-width: 1024px ) { .section { width: 800px; margin: 80px calc(50% - 400px); } } @media ( max-width: 768px ) { .gallery { display: grid; grid-template-columns: 1fr; } .portfolio > .gallery > div > img { width: 100%; } .portfolio > .gallery > div > img:hover { width: 100%; } } @media ( max-width: 500px ) { .gallery { display: grid; grid-template-columns: 1fr; } .portfolio > .gallery > div > img { width: 60%; } .portfolio > .gallery > div > img:hover { width: 60%; } }
0.540924
0.14919
.pbox{ display: flex; border: solid 1px transparent; padding: 5px; } .square0{ position: absolute; top:29px; left:528px; width:399px; height:67px; background: rgba(242,133,012, 0.55 ); color: black; font-size: 50px; z-index: 10; } .square1{ position: absolute; top:168px; left:120px; width:536px; height:64px; background: rgba(195,195,195, 0.55 ); color: black; font-size: 48px; z-index: 10; } .square2{ position: absolute; top:169px; left:663px; width:648px; height:63px; background: rgba(195,195,195, 0.55 ); color: black; font-size: 47px; z-index: 10; } .square3{ position: absolute; top:265px; left:87px; width:848px; height:95px; background: rgba(195,195,195, 0.55 ); color: black; font-size: 72px; z-index: 10; } .square4{ position: absolute; top:264px; left:936px; width:431px; height:96px; background: rgba(195,195,195, 0.55 ); color: black; font-size: 72px; z-index: 10; } .square5{ position: absolute; top:368px; left:95px; width:408px; height:296px; background: rgba(195,195,195, 0.55 ); color: black; font-size: 224px; z-index: 10; } .square6{ position: absolute; top:368px; left:527px; width:400px; height:280px; background: rgba(250,250,250, 0.55 ); color: black; font-size: 212px; z-index: 10; } .square7{ position: absolute; top:368px; left:951px; width:400px; height:280px; background: rgba(240,241,243, 0.55 ); color: black; font-size: 212px; z-index: 10; } .square8{ position: absolute; top:400px; left:151px; width:184px; height:24px; background: rgba(251,249,250, 0.55 ); color: black; font-size: 18px; z-index: 10; } .square9{ position: absolute; top:400px; left:343px; width:96px; height:24px; background: rgba(076,071,075, 0.55 ); color: black; font-size: 18px; z-index: 10; } .square10{ position: absolute; top:400px; left:591px; width:152px; height:24px; background: rgba(255,254,250, 0.55 ); color: black; font-size: 18px; z-index: 10; } .square11{ position: absolute; top:400px; left:751px; width:104px; height:24px; background: rgba(255,255,253, 0.55 ); color: black; font-size: 18px; z-index: 10; } .square12{ position: absolute; top:400px; left:1031px; width:240px; height:24px; background: rgba(251,251,251, 0.55 ); color: black; font-size: 18px; z-index: 10; } .square13{ position: absolute; top:432px; left:127px; width:344px; height:10px; background: rgba(223,248,244, 0.55 ); color: black; font-size: 7px; z-index: 10; } .square14{ position: absolute; top:432px; left:558px; width:338px; height:9px; background: rgba(195,170,086, 0.55 ); color: black; font-size: 6px; z-index: 10; } .square15{ position: absolute; top:432px; left:983px; width:344px; height:12px; background: rgba(048,095,123, 0.55 ); color: black; font-size: 9px; z-index: 10; } .square16{ position: absolute; top:464px; left:127px; width:184px; height:24px; background: rgba(251,250,248, 0.55 ); color: black; font-size: 18px; z-index: 10; } .square17{ position: absolute; top:463px; left:558px; width:162px; height:33px; background: rgba(236,169,026, 0.55 ); color: black; font-size: 25px; z-index: 10; } .square18{ position: absolute; top:464px; left:750px; width:146px; height:168px; background: rgba(254,254,254, 0.55 ); color: black; font-size: 127px; z-index: 10; } .square19{ position: absolute; top:464px; left:983px; width:308px; height:32px; background: rgba(255,254,252, 0.55 ); color: black; font-size: 24px; z-index: 10; } .square20{ position: absolute; top:496px; left:127px; width:160px; height:32px; background: rgba(250,244,244, 0.55 ); color: black; font-size: 24px; z-index: 10; } .square21{ position: absolute; top:496px; left:559px; width:128px; height:32px; background: rgba(252,255,255, 0.55 ); color: black; font-size: 24px; z-index: 10; } .square22{ position: absolute; top:512px; left:1154px; width:172px; height:106px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 80px; z-index: 10; } .square23{ position: absolute; top:520px; left:983px; width:160px; height:33px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 25px; z-index: 10; } .square24{ position: absolute; top:543px; left:127px; width:176px; height:29px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 22px; z-index: 10; } .square25{ position: absolute; top:544px; left:559px; width:112px; height:33px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 25px; z-index: 10; } .square26{ position: absolute; top:560px; left:983px; width:136px; height:48px; background: rgba(253,252,255, 0.55 ); color: black; font-size: 36px; z-index: 10; } .square27{ position: absolute; top:584px; left:127px; width:184px; height:48px; background: rgba(254,255,255, 0.55 ); color: black; font-size: 36px; z-index: 10; } .square28{ position: absolute; top:592px; left:559px; width:144px; height:32px; background: rgba(206,164,092, 0.55 ); color: black; font-size: 24px; z-index: 10; } .square29{ position: absolute; top:672px; left:95px; width:408px; height:260px; background: rgba(195,195,195, 0.55 ); color: black; font-size: 197px; z-index: 10; } .square30{ position: absolute; top:672px; left:527px; width:400px; height:260px; background: rgba(240,241,243, 0.55 ); color: black; font-size: 197px; z-index: 10; } .square31{ position: absolute; top:672px; left:951px; width:400px; height:260px; background: rgba(195,195,197, 0.55 ); color: black; font-size: 197px; z-index: 10; } .square32{ position: absolute; top:704px; left:1143px; width:152px; height:26px; background: rgba(255,255,253, 0.55 ); color: black; font-size: 19px; z-index: 10; } .square33{ position: absolute; top:712px; left:199px; width:189px; height:18px; background: rgba(234,229,223, 0.55 ); color: black; font-size: 13px; z-index: 10; } .square34{ position: absolute; top:710px; left:1007px; width:128px; height:19px; background: rgba(249,249,249, 0.55 ); color: black; font-size: 14px; z-index: 10; } .square35{ position: absolute; top:741px; left:127px; width:344px; height:11px; background: rgba(218,255,249, 0.55 ); color: black; font-size: 8px; z-index: 10; } .square36{ position: absolute; top:740px; left:983px; width:344px; height:12px; background: rgba(049,086,113, 0.55 ); color: black; font-size: 9px; z-index: 10; } .square37{ position: absolute; top:768px; left:127px; width:184px; height:32px; background: rgba(255,253,250, 0.55 ); color: black; font-size: 24px; z-index: 10; } .square38{ position: absolute; top:768px; left:983px; width:56px; height:32px; background: rgba(252,253,248, 0.55 ); color: black; font-size: 24px; z-index: 500; } .square39{ position: absolute; top:777px; left:1151px; width:176px; height:150px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 114px; z-index: 10; } .square40{ position: absolute; top:808px; left:983px; width:56px; height:24px; background: rgba(201,192,193, 0.55 ); color: black; font-size: 18px; z-index: 500; } .square41{ position: absolute; top:807px; left:1061px; width:58px; height:25px; background: rgba(062,058,055, 0.55 ); color: black; font-size: 19px; z-index: 500; } .square42{ position: absolute; top:815px; left:127px; width:150px; height:41px; background: rgba(250,255,254, 0.55 ); color: black; font-size: 31px; z-index: 10; } .square43{ position: absolute; top:816px; left:311px; width:176px; height:104px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 79px; z-index: 500; } .square44{ position: absolute; top:816px; left:1045px; width:10px; height:8px; background: rgba(073,073,073, 0.55 ); color: black; font-size: 6px; z-index: 10; } .square45{ position: absolute; top:856px; left:983px; width:82px; height:30px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 22px; z-index: 10; } .square46{ position: absolute; top:864px; left:127px; width:128px; height:33px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 25px; z-index: 10; } .square47{ position: absolute; top:887px; left:983px; width:152px; height:33px; background: rgba(253,253,255, 0.55 ); color: black; font-size: 25px; z-index: 10; } .square48{ position: absolute; top:271px; left:95px; width:417px; height:81px; background: rgba(239,239,241, 0.55 ); color: black; font-size: 61px; z-index: 10; } .square49{ position: absolute; top:271px; left:527px; width:401px; height:81px; background: rgba(239,245,241, 0.55 ); color: black; font-size: 61px; z-index: 10; } .square50{ position: absolute; top:284px; left:530px; width:394px; height:53px; background: rgba(225,170,017, 0.55 ); color: black; font-size: 40px; z-index: 10; } .square51{ position: absolute; top:584px; left:133px; width:176px; height:40px; background: rgba(059,068,075, 0.55 ); color: black; font-size: 30px; z-index: 10; } .square52{ position: absolute; top:49px; left:599px; width:256px; height:28px; background: rgba(199,142,073, 0.55 ); color: black; font-size: 21px; z-index: 100; } .square53{ position: absolute; top:184px; left:129px; width:1170px; height:42px; background: rgba(247,242,238, 0.55 ); color: black; font-size: 31px; z-index: 100; } .square54{ position: absolute; top:297px; left:219px; width:162px; height:25px; background: rgba(202,255,250, 0.55 ); color: black; font-size: 19px; z-index: 100; } .square55{ position: absolute; top:296px; left:646px; width:162px; height:27px; background: rgba(207,175,066, 0.55 ); color: black; font-size: 20px; z-index: 100; } .square56{ position: absolute; top:297px; left:1073px; width:162px; height:26px; background: rgba(048,095,121, 0.55 ); color: black; font-size: 19px; z-index: 100; } .square57{ position: absolute; top:402px; left:151px; width:286px; height:20px; background: rgba(081,079,080, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square58{ position: absolute; top:402px; left:596px; width:251px; height:20px; background: rgba(244,244,242, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square59{ position: absolute; top:401px; left:1033px; width:233px; height:20px; background: rgba(250,252,251, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square60{ position: absolute; top:462px; left:988px; width:299px; height:33px; background: rgba(252,252,254, 0.55 ); color: black; font-size: 25px; z-index: 100; } .square61{ position: absolute; top:462px; left:133px; width:175px; height:29px; background: rgba(253,253,253, 0.55 ); color: black; font-size: 22px; z-index: 100; } .square62{ position: absolute; top:497px; left:134px; width:147px; height:27px; background: rgba(064,068,067, 0.55 ); color: black; font-size: 20px; z-index: 100; } .square63{ position: absolute; top:541px; left:133px; width:167px; height:31px; background: rgba(255,255,253, 0.55 ); color: black; font-size: 23px; z-index: 100; } .square64{ position: absolute; top:468px; left:599px; width:81px; height:17px; background: rgba(230,207,163, 0.55 ); color: black; font-size: 12px; z-index: 100; } .square65{ position: absolute; top:497px; left:560px; width:123px; height:26px; background: rgba(250,254,255, 0.55 ); color: black; font-size: 19px; z-index: 100; } .square66{ position: absolute; top:524px; left:987px; width:153px; height:22px; background: rgba(155,155,157, 0.55 ); color: black; font-size: 16px; z-index: 100; } .square67{ position: absolute; top:549px; left:560px; width:104px; height:28px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 21px; z-index: 100; } .square68{ position: absolute; top:592px; left:562px; width:140px; height:31px; background: rgba(201,169,066, 0.55 ); color: black; font-size: 23px; z-index: 100; } .square69{ position: absolute; top:562px; left:987px; width:127px; height:20px; background: rgba(230,246,255, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square70{ position: absolute; top:587px; left:990px; width:126px; height:19px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 14px; z-index: 100; } .square71{ position: absolute; top:593px; left:153px; width:133px; height:17px; background: rgba(251,255,255, 0.55 ); color: black; font-size: 12px; z-index: 100; } .square72{ position: absolute; top:709px; left:205px; width:180px; height:19px; background: rgba(061,062,067, 0.55 ); color: black; font-size: 14px; z-index: 100; } .square73{ position: absolute; top:709px; left:606px; width:233px; height:20px; background: rgba(081,081,081, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square74{ position: absolute; top:709px; left:1008px; width:283px; height:20px; background: rgba(249,245,246, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square75{ position: absolute; top:771px; left:134px; width:173px; height:27px; background: rgba(072,077,081, 0.55 ); color: black; font-size: 20px; z-index: 100; } .square76{ position: absolute; top:776px; left:599px; width:82px; height:15px; background: rgba(232,210,160, 0.55 ); color: black; font-size: 11px; z-index: 100; } .square77{ position: absolute; top:772px; left:987px; width:48px; height:25px; background: rgba(254,254,252, 0.55 ); color: black; font-size: 19px; z-index: 100; } .square78{ position: absolute; top:805px; left:988px; width:124px; height:27px; background: rgba(202,206,209, 0.55 ); color: black; font-size: 20px; z-index: 100; } .square79{ position: absolute; top:814px; left:133px; width:140px; height:19px; background: rgba(222,255,243, 0.55 ); color: black; font-size: 14px; z-index: 100; } .square80{ position: absolute; top:835px; left:133px; width:95px; height:20px; background: rgba(244,244,244, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square81{ position: absolute; top:806px; left:563px; width:96px; height:28px; background: rgba(250,254,255, 0.55 ); color: black; font-size: 21px; z-index: 100; } .square82{ position: absolute; top:822px; left:763px; width:46px; height:9px; background: rgba(076,076,076, 0.55 ); color: black; font-size: 6px; z-index: 100; } .square83{ position: absolute; top:829px; left:764px; width:44px; height:12px; background: rgba(119,119,119, 0.55 ); color: black; font-size: 9px; z-index: 100; } .square84{ position: absolute; top:817px; left:836px; width:57px; height:17px; background: rgba(051,044,051, 0.55 ); color: black; font-size: 12px; z-index: 100; } .square85{ position: absolute; top:864px; left:132px; width:119px; height:36px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 27px; z-index: 100; } .square86{ position: absolute; top:856px; left:560px; width:104px; height:29px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 22px; z-index: 100; }
data/output/merge/cw.css
.pbox{ display: flex; border: solid 1px transparent; padding: 5px; } .square0{ position: absolute; top:29px; left:528px; width:399px; height:67px; background: rgba(242,133,012, 0.55 ); color: black; font-size: 50px; z-index: 10; } .square1{ position: absolute; top:168px; left:120px; width:536px; height:64px; background: rgba(195,195,195, 0.55 ); color: black; font-size: 48px; z-index: 10; } .square2{ position: absolute; top:169px; left:663px; width:648px; height:63px; background: rgba(195,195,195, 0.55 ); color: black; font-size: 47px; z-index: 10; } .square3{ position: absolute; top:265px; left:87px; width:848px; height:95px; background: rgba(195,195,195, 0.55 ); color: black; font-size: 72px; z-index: 10; } .square4{ position: absolute; top:264px; left:936px; width:431px; height:96px; background: rgba(195,195,195, 0.55 ); color: black; font-size: 72px; z-index: 10; } .square5{ position: absolute; top:368px; left:95px; width:408px; height:296px; background: rgba(195,195,195, 0.55 ); color: black; font-size: 224px; z-index: 10; } .square6{ position: absolute; top:368px; left:527px; width:400px; height:280px; background: rgba(250,250,250, 0.55 ); color: black; font-size: 212px; z-index: 10; } .square7{ position: absolute; top:368px; left:951px; width:400px; height:280px; background: rgba(240,241,243, 0.55 ); color: black; font-size: 212px; z-index: 10; } .square8{ position: absolute; top:400px; left:151px; width:184px; height:24px; background: rgba(251,249,250, 0.55 ); color: black; font-size: 18px; z-index: 10; } .square9{ position: absolute; top:400px; left:343px; width:96px; height:24px; background: rgba(076,071,075, 0.55 ); color: black; font-size: 18px; z-index: 10; } .square10{ position: absolute; top:400px; left:591px; width:152px; height:24px; background: rgba(255,254,250, 0.55 ); color: black; font-size: 18px; z-index: 10; } .square11{ position: absolute; top:400px; left:751px; width:104px; height:24px; background: rgba(255,255,253, 0.55 ); color: black; font-size: 18px; z-index: 10; } .square12{ position: absolute; top:400px; left:1031px; width:240px; height:24px; background: rgba(251,251,251, 0.55 ); color: black; font-size: 18px; z-index: 10; } .square13{ position: absolute; top:432px; left:127px; width:344px; height:10px; background: rgba(223,248,244, 0.55 ); color: black; font-size: 7px; z-index: 10; } .square14{ position: absolute; top:432px; left:558px; width:338px; height:9px; background: rgba(195,170,086, 0.55 ); color: black; font-size: 6px; z-index: 10; } .square15{ position: absolute; top:432px; left:983px; width:344px; height:12px; background: rgba(048,095,123, 0.55 ); color: black; font-size: 9px; z-index: 10; } .square16{ position: absolute; top:464px; left:127px; width:184px; height:24px; background: rgba(251,250,248, 0.55 ); color: black; font-size: 18px; z-index: 10; } .square17{ position: absolute; top:463px; left:558px; width:162px; height:33px; background: rgba(236,169,026, 0.55 ); color: black; font-size: 25px; z-index: 10; } .square18{ position: absolute; top:464px; left:750px; width:146px; height:168px; background: rgba(254,254,254, 0.55 ); color: black; font-size: 127px; z-index: 10; } .square19{ position: absolute; top:464px; left:983px; width:308px; height:32px; background: rgba(255,254,252, 0.55 ); color: black; font-size: 24px; z-index: 10; } .square20{ position: absolute; top:496px; left:127px; width:160px; height:32px; background: rgba(250,244,244, 0.55 ); color: black; font-size: 24px; z-index: 10; } .square21{ position: absolute; top:496px; left:559px; width:128px; height:32px; background: rgba(252,255,255, 0.55 ); color: black; font-size: 24px; z-index: 10; } .square22{ position: absolute; top:512px; left:1154px; width:172px; height:106px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 80px; z-index: 10; } .square23{ position: absolute; top:520px; left:983px; width:160px; height:33px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 25px; z-index: 10; } .square24{ position: absolute; top:543px; left:127px; width:176px; height:29px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 22px; z-index: 10; } .square25{ position: absolute; top:544px; left:559px; width:112px; height:33px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 25px; z-index: 10; } .square26{ position: absolute; top:560px; left:983px; width:136px; height:48px; background: rgba(253,252,255, 0.55 ); color: black; font-size: 36px; z-index: 10; } .square27{ position: absolute; top:584px; left:127px; width:184px; height:48px; background: rgba(254,255,255, 0.55 ); color: black; font-size: 36px; z-index: 10; } .square28{ position: absolute; top:592px; left:559px; width:144px; height:32px; background: rgba(206,164,092, 0.55 ); color: black; font-size: 24px; z-index: 10; } .square29{ position: absolute; top:672px; left:95px; width:408px; height:260px; background: rgba(195,195,195, 0.55 ); color: black; font-size: 197px; z-index: 10; } .square30{ position: absolute; top:672px; left:527px; width:400px; height:260px; background: rgba(240,241,243, 0.55 ); color: black; font-size: 197px; z-index: 10; } .square31{ position: absolute; top:672px; left:951px; width:400px; height:260px; background: rgba(195,195,197, 0.55 ); color: black; font-size: 197px; z-index: 10; } .square32{ position: absolute; top:704px; left:1143px; width:152px; height:26px; background: rgba(255,255,253, 0.55 ); color: black; font-size: 19px; z-index: 10; } .square33{ position: absolute; top:712px; left:199px; width:189px; height:18px; background: rgba(234,229,223, 0.55 ); color: black; font-size: 13px; z-index: 10; } .square34{ position: absolute; top:710px; left:1007px; width:128px; height:19px; background: rgba(249,249,249, 0.55 ); color: black; font-size: 14px; z-index: 10; } .square35{ position: absolute; top:741px; left:127px; width:344px; height:11px; background: rgba(218,255,249, 0.55 ); color: black; font-size: 8px; z-index: 10; } .square36{ position: absolute; top:740px; left:983px; width:344px; height:12px; background: rgba(049,086,113, 0.55 ); color: black; font-size: 9px; z-index: 10; } .square37{ position: absolute; top:768px; left:127px; width:184px; height:32px; background: rgba(255,253,250, 0.55 ); color: black; font-size: 24px; z-index: 10; } .square38{ position: absolute; top:768px; left:983px; width:56px; height:32px; background: rgba(252,253,248, 0.55 ); color: black; font-size: 24px; z-index: 500; } .square39{ position: absolute; top:777px; left:1151px; width:176px; height:150px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 114px; z-index: 10; } .square40{ position: absolute; top:808px; left:983px; width:56px; height:24px; background: rgba(201,192,193, 0.55 ); color: black; font-size: 18px; z-index: 500; } .square41{ position: absolute; top:807px; left:1061px; width:58px; height:25px; background: rgba(062,058,055, 0.55 ); color: black; font-size: 19px; z-index: 500; } .square42{ position: absolute; top:815px; left:127px; width:150px; height:41px; background: rgba(250,255,254, 0.55 ); color: black; font-size: 31px; z-index: 10; } .square43{ position: absolute; top:816px; left:311px; width:176px; height:104px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 79px; z-index: 500; } .square44{ position: absolute; top:816px; left:1045px; width:10px; height:8px; background: rgba(073,073,073, 0.55 ); color: black; font-size: 6px; z-index: 10; } .square45{ position: absolute; top:856px; left:983px; width:82px; height:30px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 22px; z-index: 10; } .square46{ position: absolute; top:864px; left:127px; width:128px; height:33px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 25px; z-index: 10; } .square47{ position: absolute; top:887px; left:983px; width:152px; height:33px; background: rgba(253,253,255, 0.55 ); color: black; font-size: 25px; z-index: 10; } .square48{ position: absolute; top:271px; left:95px; width:417px; height:81px; background: rgba(239,239,241, 0.55 ); color: black; font-size: 61px; z-index: 10; } .square49{ position: absolute; top:271px; left:527px; width:401px; height:81px; background: rgba(239,245,241, 0.55 ); color: black; font-size: 61px; z-index: 10; } .square50{ position: absolute; top:284px; left:530px; width:394px; height:53px; background: rgba(225,170,017, 0.55 ); color: black; font-size: 40px; z-index: 10; } .square51{ position: absolute; top:584px; left:133px; width:176px; height:40px; background: rgba(059,068,075, 0.55 ); color: black; font-size: 30px; z-index: 10; } .square52{ position: absolute; top:49px; left:599px; width:256px; height:28px; background: rgba(199,142,073, 0.55 ); color: black; font-size: 21px; z-index: 100; } .square53{ position: absolute; top:184px; left:129px; width:1170px; height:42px; background: rgba(247,242,238, 0.55 ); color: black; font-size: 31px; z-index: 100; } .square54{ position: absolute; top:297px; left:219px; width:162px; height:25px; background: rgba(202,255,250, 0.55 ); color: black; font-size: 19px; z-index: 100; } .square55{ position: absolute; top:296px; left:646px; width:162px; height:27px; background: rgba(207,175,066, 0.55 ); color: black; font-size: 20px; z-index: 100; } .square56{ position: absolute; top:297px; left:1073px; width:162px; height:26px; background: rgba(048,095,121, 0.55 ); color: black; font-size: 19px; z-index: 100; } .square57{ position: absolute; top:402px; left:151px; width:286px; height:20px; background: rgba(081,079,080, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square58{ position: absolute; top:402px; left:596px; width:251px; height:20px; background: rgba(244,244,242, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square59{ position: absolute; top:401px; left:1033px; width:233px; height:20px; background: rgba(250,252,251, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square60{ position: absolute; top:462px; left:988px; width:299px; height:33px; background: rgba(252,252,254, 0.55 ); color: black; font-size: 25px; z-index: 100; } .square61{ position: absolute; top:462px; left:133px; width:175px; height:29px; background: rgba(253,253,253, 0.55 ); color: black; font-size: 22px; z-index: 100; } .square62{ position: absolute; top:497px; left:134px; width:147px; height:27px; background: rgba(064,068,067, 0.55 ); color: black; font-size: 20px; z-index: 100; } .square63{ position: absolute; top:541px; left:133px; width:167px; height:31px; background: rgba(255,255,253, 0.55 ); color: black; font-size: 23px; z-index: 100; } .square64{ position: absolute; top:468px; left:599px; width:81px; height:17px; background: rgba(230,207,163, 0.55 ); color: black; font-size: 12px; z-index: 100; } .square65{ position: absolute; top:497px; left:560px; width:123px; height:26px; background: rgba(250,254,255, 0.55 ); color: black; font-size: 19px; z-index: 100; } .square66{ position: absolute; top:524px; left:987px; width:153px; height:22px; background: rgba(155,155,157, 0.55 ); color: black; font-size: 16px; z-index: 100; } .square67{ position: absolute; top:549px; left:560px; width:104px; height:28px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 21px; z-index: 100; } .square68{ position: absolute; top:592px; left:562px; width:140px; height:31px; background: rgba(201,169,066, 0.55 ); color: black; font-size: 23px; z-index: 100; } .square69{ position: absolute; top:562px; left:987px; width:127px; height:20px; background: rgba(230,246,255, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square70{ position: absolute; top:587px; left:990px; width:126px; height:19px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 14px; z-index: 100; } .square71{ position: absolute; top:593px; left:153px; width:133px; height:17px; background: rgba(251,255,255, 0.55 ); color: black; font-size: 12px; z-index: 100; } .square72{ position: absolute; top:709px; left:205px; width:180px; height:19px; background: rgba(061,062,067, 0.55 ); color: black; font-size: 14px; z-index: 100; } .square73{ position: absolute; top:709px; left:606px; width:233px; height:20px; background: rgba(081,081,081, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square74{ position: absolute; top:709px; left:1008px; width:283px; height:20px; background: rgba(249,245,246, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square75{ position: absolute; top:771px; left:134px; width:173px; height:27px; background: rgba(072,077,081, 0.55 ); color: black; font-size: 20px; z-index: 100; } .square76{ position: absolute; top:776px; left:599px; width:82px; height:15px; background: rgba(232,210,160, 0.55 ); color: black; font-size: 11px; z-index: 100; } .square77{ position: absolute; top:772px; left:987px; width:48px; height:25px; background: rgba(254,254,252, 0.55 ); color: black; font-size: 19px; z-index: 100; } .square78{ position: absolute; top:805px; left:988px; width:124px; height:27px; background: rgba(202,206,209, 0.55 ); color: black; font-size: 20px; z-index: 100; } .square79{ position: absolute; top:814px; left:133px; width:140px; height:19px; background: rgba(222,255,243, 0.55 ); color: black; font-size: 14px; z-index: 100; } .square80{ position: absolute; top:835px; left:133px; width:95px; height:20px; background: rgba(244,244,244, 0.55 ); color: black; font-size: 15px; z-index: 100; } .square81{ position: absolute; top:806px; left:563px; width:96px; height:28px; background: rgba(250,254,255, 0.55 ); color: black; font-size: 21px; z-index: 100; } .square82{ position: absolute; top:822px; left:763px; width:46px; height:9px; background: rgba(076,076,076, 0.55 ); color: black; font-size: 6px; z-index: 100; } .square83{ position: absolute; top:829px; left:764px; width:44px; height:12px; background: rgba(119,119,119, 0.55 ); color: black; font-size: 9px; z-index: 100; } .square84{ position: absolute; top:817px; left:836px; width:57px; height:17px; background: rgba(051,044,051, 0.55 ); color: black; font-size: 12px; z-index: 100; } .square85{ position: absolute; top:864px; left:132px; width:119px; height:36px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 27px; z-index: 100; } .square86{ position: absolute; top:856px; left:560px; width:104px; height:29px; background: rgba(255,255,255, 0.55 ); color: black; font-size: 22px; z-index: 100; }
0.700485
0.067547
.no-padding { padding: 0; } .no-margin { margin: 0; } .mb15 { margin-bottom: 15px; } .btn, .panel, .panel-heading, .panel-body, .nav-tabs > li > a { border-radius: unset; } .sidebar { position: fixed; top: 0; bottom: 0; left: 0; z-index: 1000; display: block; overflow-x: hidden; overflow-y: auto; border-right: 1px solid #ddd; border-top: 3px solid #337ab7; margin-top: 0; background: #337ab7; height: 100%; transition: all 0.2s; } .main { border-top: 3px solid #337ab7; padding-top: 1px; background: #ffffff; height: 100%; overflow-y: auto; transition: all 0.2s; } #myTab > .tab-content { padding-top: 50px; } #myTab > ul { background: #fff; border-right: 1px solid #ddd; border-top: 3px solid #337ab7; margin-top: -4px; } @media (min-width: 768px) { #myTab > ul { width: 74.222222%; } } @media (min-width: 992px) { #myTab > ul { width: 82.42222222222%; } } .nav-list { margin: 0; padding: 0; list-style: none } .nav-list .open > a, .nav-list .open > a:hover, .nav-list .open > a:focus { background-color: #fafafa } .nav-list > li > a, .nav-list .nav-header { margin: 0 } .nav-list > li { display: block; padding: 0; margin: 0; border: 0; border-top: 1px solid #fcfcfc; border-bottom: 1px solid #e5e5e5; position: relative } .nav-list > li:first-child { border-top: 0 } .nav-list li > a:focus { outline: 0 } .nav-list > li > a { display: block; height: 38px; line-height: 36px; padding: 0 16px 0 7px; background-color: #f9f9f9; color: #585858; text-shadow: none !important; font-size: 13px; text-decoration: none } .nav-list > li > a > [class*="icon-"]:first-child { display: inline-block; vertical-align: middle; min-width: 30px; text-align: center; font-size: 18px; font-weight: normal; margin-right: 2px } .nav-list > li > a:focus { background-color: #f9f9f9; color: #1963aa } .nav-list > li > a:hover { background-color: #FFF; color: #1963aa } .nav-list > li > a:hover:before { display: block; content: ""; position: absolute; top: -1px; bottom: 0; left: 0; width: 3px; max-width: 3px; overflow: hidden; background-color: #3382af } .nav-list > li a > .arrow { display: inline-block; width: 14px !important; height: 14px; line-height: 14px; text-shadow: none; font-size: 18px; position: absolute; right: 11px; top: 11px; padding: 0; color: #666 } .nav-list > li a:hover > .arrow, .nav-list > li.active > a > .arrow, .nav-list > li.open > a > .arrow { color: #1963aa } .nav-list > li.separator { height: 3px; background-color: transparent; position: static; margin: 1px 0; -webkit-box-shadow: none; box-shadow: none } .nav-list > li.open > a { background-color: #fafafa; color: #1963aa } .nav-list > li.active { background-color: #fff } .nav-list > li.active > a, .nav-list > li.active > a:hover, .nav-list > li.active > a:focus, .nav-list > li.active > a:active { background-color: #fff; color: #2b7dbc; font-weight: bold; font-size: 13px } .nav-list > li.active > a > [class*="icon-"] { font-weight: normal } .nav-list > li.active > a:hover:before { display: none } .nav-list > li.active:after { display: inline-block; content: ""; position: absolute; right: -2px; top: -1px; bottom: 0; z-index: 1; border-style: solid; border-color: #2b7dbc; border-width: 0 2px 0 0 } .nav-list > li.open { border-bottom-color: #e5e5e5 } .nav-list > li.active .submenu { display: block } .nav-list > li .submenu { display: none; list-style: none; margin: 0; padding: 0; position: relative; background-color: #fff; border-top: 1px solid #e5e5e5 } .nav-list > li .submenu > li { margin-left: 0; position: relative } .nav-list > li .submenu > li > a { display: block; position: relative; color: #616161; padding: 3px 0 3px 37px; margin: 0; border-top: 1px dotted #e4e4e4 } .nav-list > li .submenu > li > a:focus { text-decoration: none } .nav-list > li .submenu > li > a:hover { text-decoration: none; color: #4b88b7 } .nav-list > li .submenu > li.active > a { color: #2b7dbc } .nav-list > li > .submenu > li:before { content: ""; display: inline-block; position: absolute; width: 7px; left: 20px; top: 17px; border-top: 1px dotted #9dbdd6 } .nav-list > li > .submenu > li:first-child > a { border-top: 1px solid #fafafa } .nav-list > li > .submenu:before { content: ""; display: block; position: absolute; z-index: 1; left: 18px; top: 0; bottom: 0; border-style: dotted; border-color: #9dbdd6; border-width: 0 0 0 1px } .nav-list > li.active > .submenu > li:before { border-top-color: #8eb3d0 } .nav-list > li.active > .submenu:before { border-left-color: #8eb3d0 } .nav-list li .submenu { overflow: hidden } .nav-list li.active > a:after { display: block; content: ""; position: absolute !important; right: 0; top: 4px; border-style: solid; border-color: transparent; border-width: 14px 10px; border-right-color: #2b7dbc } .nav-list li.open > a:after { display: none } .nav-list li.active.open > .submenu > li.active.open > a.dropdown-toggle:after { display: none } .nav-list li.active > .submenu > li.active > a:after { display: none } .nav-list li.active.open > .submenu > li.active > a:after { display: block } .nav-list li.active.no-active-child > a:after { display: inline-block !important } .nav-list a .badge, .nav-list a .label { font-size: 12px; padding-left: 6px; padding-right: 6px; position: absolute; top: 9px; right: 11px; opacity: .88 } .nav-list a .badge [class*="icon-"], .nav-list a .label [class*="icon-"] { vertical-align: middle; margin: 0 } .nav-list a.dropdown-toggle .badge, .nav-list a.dropdown-toggle .label { right: 28px } .nav-list a:hover .badge, .nav-list a:hover .label { opacity: 1 } .nav-list .submenu .submenu a .badge, .nav-list .submenu .submenu a .label { top: 6px }
public/swaggero/swagger-ui.css
.no-padding { padding: 0; } .no-margin { margin: 0; } .mb15 { margin-bottom: 15px; } .btn, .panel, .panel-heading, .panel-body, .nav-tabs > li > a { border-radius: unset; } .sidebar { position: fixed; top: 0; bottom: 0; left: 0; z-index: 1000; display: block; overflow-x: hidden; overflow-y: auto; border-right: 1px solid #ddd; border-top: 3px solid #337ab7; margin-top: 0; background: #337ab7; height: 100%; transition: all 0.2s; } .main { border-top: 3px solid #337ab7; padding-top: 1px; background: #ffffff; height: 100%; overflow-y: auto; transition: all 0.2s; } #myTab > .tab-content { padding-top: 50px; } #myTab > ul { background: #fff; border-right: 1px solid #ddd; border-top: 3px solid #337ab7; margin-top: -4px; } @media (min-width: 768px) { #myTab > ul { width: 74.222222%; } } @media (min-width: 992px) { #myTab > ul { width: 82.42222222222%; } } .nav-list { margin: 0; padding: 0; list-style: none } .nav-list .open > a, .nav-list .open > a:hover, .nav-list .open > a:focus { background-color: #fafafa } .nav-list > li > a, .nav-list .nav-header { margin: 0 } .nav-list > li { display: block; padding: 0; margin: 0; border: 0; border-top: 1px solid #fcfcfc; border-bottom: 1px solid #e5e5e5; position: relative } .nav-list > li:first-child { border-top: 0 } .nav-list li > a:focus { outline: 0 } .nav-list > li > a { display: block; height: 38px; line-height: 36px; padding: 0 16px 0 7px; background-color: #f9f9f9; color: #585858; text-shadow: none !important; font-size: 13px; text-decoration: none } .nav-list > li > a > [class*="icon-"]:first-child { display: inline-block; vertical-align: middle; min-width: 30px; text-align: center; font-size: 18px; font-weight: normal; margin-right: 2px } .nav-list > li > a:focus { background-color: #f9f9f9; color: #1963aa } .nav-list > li > a:hover { background-color: #FFF; color: #1963aa } .nav-list > li > a:hover:before { display: block; content: ""; position: absolute; top: -1px; bottom: 0; left: 0; width: 3px; max-width: 3px; overflow: hidden; background-color: #3382af } .nav-list > li a > .arrow { display: inline-block; width: 14px !important; height: 14px; line-height: 14px; text-shadow: none; font-size: 18px; position: absolute; right: 11px; top: 11px; padding: 0; color: #666 } .nav-list > li a:hover > .arrow, .nav-list > li.active > a > .arrow, .nav-list > li.open > a > .arrow { color: #1963aa } .nav-list > li.separator { height: 3px; background-color: transparent; position: static; margin: 1px 0; -webkit-box-shadow: none; box-shadow: none } .nav-list > li.open > a { background-color: #fafafa; color: #1963aa } .nav-list > li.active { background-color: #fff } .nav-list > li.active > a, .nav-list > li.active > a:hover, .nav-list > li.active > a:focus, .nav-list > li.active > a:active { background-color: #fff; color: #2b7dbc; font-weight: bold; font-size: 13px } .nav-list > li.active > a > [class*="icon-"] { font-weight: normal } .nav-list > li.active > a:hover:before { display: none } .nav-list > li.active:after { display: inline-block; content: ""; position: absolute; right: -2px; top: -1px; bottom: 0; z-index: 1; border-style: solid; border-color: #2b7dbc; border-width: 0 2px 0 0 } .nav-list > li.open { border-bottom-color: #e5e5e5 } .nav-list > li.active .submenu { display: block } .nav-list > li .submenu { display: none; list-style: none; margin: 0; padding: 0; position: relative; background-color: #fff; border-top: 1px solid #e5e5e5 } .nav-list > li .submenu > li { margin-left: 0; position: relative } .nav-list > li .submenu > li > a { display: block; position: relative; color: #616161; padding: 3px 0 3px 37px; margin: 0; border-top: 1px dotted #e4e4e4 } .nav-list > li .submenu > li > a:focus { text-decoration: none } .nav-list > li .submenu > li > a:hover { text-decoration: none; color: #4b88b7 } .nav-list > li .submenu > li.active > a { color: #2b7dbc } .nav-list > li > .submenu > li:before { content: ""; display: inline-block; position: absolute; width: 7px; left: 20px; top: 17px; border-top: 1px dotted #9dbdd6 } .nav-list > li > .submenu > li:first-child > a { border-top: 1px solid #fafafa } .nav-list > li > .submenu:before { content: ""; display: block; position: absolute; z-index: 1; left: 18px; top: 0; bottom: 0; border-style: dotted; border-color: #9dbdd6; border-width: 0 0 0 1px } .nav-list > li.active > .submenu > li:before { border-top-color: #8eb3d0 } .nav-list > li.active > .submenu:before { border-left-color: #8eb3d0 } .nav-list li .submenu { overflow: hidden } .nav-list li.active > a:after { display: block; content: ""; position: absolute !important; right: 0; top: 4px; border-style: solid; border-color: transparent; border-width: 14px 10px; border-right-color: #2b7dbc } .nav-list li.open > a:after { display: none } .nav-list li.active.open > .submenu > li.active.open > a.dropdown-toggle:after { display: none } .nav-list li.active > .submenu > li.active > a:after { display: none } .nav-list li.active.open > .submenu > li.active > a:after { display: block } .nav-list li.active.no-active-child > a:after { display: inline-block !important } .nav-list a .badge, .nav-list a .label { font-size: 12px; padding-left: 6px; padding-right: 6px; position: absolute; top: 9px; right: 11px; opacity: .88 } .nav-list a .badge [class*="icon-"], .nav-list a .label [class*="icon-"] { vertical-align: middle; margin: 0 } .nav-list a.dropdown-toggle .badge, .nav-list a.dropdown-toggle .label { right: 28px } .nav-list a:hover .badge, .nav-list a:hover .label { opacity: 1 } .nav-list .submenu .submenu a .badge, .nav-list .submenu .submenu a .label { top: 6px }
0.359364
0.074601
@keyframes placeHolderShimmer { 0% { background-position: -868px 0; } 100% { background-position: 868px 0; } } .ellipsis:before { float: right; } .ellipsis > *:first-child { float: left; margin-left: auto; margin-right: -5px; } .ellipsis:after { float: left; left: auto; right: 100%; padding-left: 5px; padding-right: 0; margin-left: 0; margin-right: -3em; text-align: left; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white)); background: -moz-linear-gradient(to left, rgba(255, 255, 255, 0), white 50%, white); background: -o-linear-gradient(to left, rgba(255, 255, 255, 0), white 50%, white); background: -ms-linear-gradient(to left, rgba(255, 255, 255, 0), white 50%, white); background: linear-gradient(to left, rgba(255, 255, 255, 0), white 50%, white); } .dataobject-page .dataobject-tabs .nav { float: left; font-size: 0; } .dataobject-page .dataobject-tabs .nav li { font-size: 17px; margin: 0 3px; /*float: right;*/ } .dataobject-page .dataobject-tabs .nav li:first-child { margin-left: 3px; margin-right: 15px; } .dataobject-page .dataobject-tabs .nav li:last-child { margin-left: 15px; margin-right: 3px; } .dataobject-page .dataobject-tabs .tab-content { float: right; } .dataobject-page .dataobject-item .card .caption { left: auto; right: 0; } .dataobject-page .dataobject-related.dataobject-item > div .content { padding-left: 0; padding-right: 6px; } .dataobject-page .dataobject-header .dataobject-card .dataobject-brief { text-align: right; /*margin-left: auto;*/ /*margin-right: (@dataobject-picture-size + 8px);*/ padding-left: 0; padding-right: 168px; } .dataobject-page .dataobject-header .dataobject-card.card-form { text-align: right; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-preview { float: right; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info { margin-left: auto; margin-right: 180px; text-align: right; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info .ss-uploadfield-item-name { text-align: right; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info .ss-uploadfield-item-name * { float: right; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info .ss-uploadfield-item-name .size { padding: 0 5px 0 0; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info .ss-uploadfield-item-actions button { float: right; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-ui-button { margin: 0 0 6px 10px; } .dataobject-page .dataobject-header .dataobject-card.card-form .Actions .form-group { float: right; margin: 0 0 0 5px; } .modal { text-align: right; } .modal a.close-modal { left: 8px; right: auto; } /* Small (Landscape phone to portrait tablet) */ @media (max-width: 767px) { .dataobject-page .dataobject-item > div .content { padding-left: 0; padding-right: 6px; } .dataobject-page .dataobject-header .dataobject-card .dataobject-brief { display: block; /*margin: 12px auto;*/ padding: 12px 0; text-align: center; } .dataobject-page .dataobject-header .dataobject-card .dataobject-brief .dataobject-info { text-align: right; } .dataobject-page .object-label.object-label-top-left { left: auto; right: -4px; } .dataobject-page .object-label.object-label-top-right { left: -4px; right: auto; } .dataobject-page .object-label.object-label-bottom-left { left: auto; right: -4px; } .dataobject-page .object-label.object-label-bottom-right { left: -4px; right: auto; } } /* X-Small (Landscape phones and down) */ @media (max-width: 480px) { .dataobject-page .dataobject-item > div .content { padding-left: 0; padding-right: 6px; } .dataobject-page .object-label.object-label-top-left { left: auto; right: -6px; } .dataobject-page .object-label.object-label-top-right { left: -6px; right: auto; } .dataobject-page .object-label.object-label-bottom-left { left: auto; right: -6px; } .dataobject-page .object-label.object-label-bottom-right { left: -6px; right: auto; } .blocker .modal .card-header { padding: 8px 8px 8px 20px; } } /*# sourceMappingURL=dataobject-rtl.css.map */
res/css/dataobject-rtl.css
@keyframes placeHolderShimmer { 0% { background-position: -868px 0; } 100% { background-position: 868px 0; } } .ellipsis:before { float: right; } .ellipsis > *:first-child { float: left; margin-left: auto; margin-right: -5px; } .ellipsis:after { float: left; left: auto; right: 100%; padding-left: 5px; padding-right: 0; margin-left: 0; margin-right: -3em; text-align: left; background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white)); background: -moz-linear-gradient(to left, rgba(255, 255, 255, 0), white 50%, white); background: -o-linear-gradient(to left, rgba(255, 255, 255, 0), white 50%, white); background: -ms-linear-gradient(to left, rgba(255, 255, 255, 0), white 50%, white); background: linear-gradient(to left, rgba(255, 255, 255, 0), white 50%, white); } .dataobject-page .dataobject-tabs .nav { float: left; font-size: 0; } .dataobject-page .dataobject-tabs .nav li { font-size: 17px; margin: 0 3px; /*float: right;*/ } .dataobject-page .dataobject-tabs .nav li:first-child { margin-left: 3px; margin-right: 15px; } .dataobject-page .dataobject-tabs .nav li:last-child { margin-left: 15px; margin-right: 3px; } .dataobject-page .dataobject-tabs .tab-content { float: right; } .dataobject-page .dataobject-item .card .caption { left: auto; right: 0; } .dataobject-page .dataobject-related.dataobject-item > div .content { padding-left: 0; padding-right: 6px; } .dataobject-page .dataobject-header .dataobject-card .dataobject-brief { text-align: right; /*margin-left: auto;*/ /*margin-right: (@dataobject-picture-size + 8px);*/ padding-left: 0; padding-right: 168px; } .dataobject-page .dataobject-header .dataobject-card.card-form { text-align: right; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-preview { float: right; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info { margin-left: auto; margin-right: 180px; text-align: right; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info .ss-uploadfield-item-name { text-align: right; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info .ss-uploadfield-item-name * { float: right; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info .ss-uploadfield-item-name .size { padding: 0 5px 0 0; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info .ss-uploadfield-item-actions button { float: right; } .dataobject-page .dataobject-header .dataobject-card.card-form .ss-uploadfield .ss-ui-button { margin: 0 0 6px 10px; } .dataobject-page .dataobject-header .dataobject-card.card-form .Actions .form-group { float: right; margin: 0 0 0 5px; } .modal { text-align: right; } .modal a.close-modal { left: 8px; right: auto; } /* Small (Landscape phone to portrait tablet) */ @media (max-width: 767px) { .dataobject-page .dataobject-item > div .content { padding-left: 0; padding-right: 6px; } .dataobject-page .dataobject-header .dataobject-card .dataobject-brief { display: block; /*margin: 12px auto;*/ padding: 12px 0; text-align: center; } .dataobject-page .dataobject-header .dataobject-card .dataobject-brief .dataobject-info { text-align: right; } .dataobject-page .object-label.object-label-top-left { left: auto; right: -4px; } .dataobject-page .object-label.object-label-top-right { left: -4px; right: auto; } .dataobject-page .object-label.object-label-bottom-left { left: auto; right: -4px; } .dataobject-page .object-label.object-label-bottom-right { left: -4px; right: auto; } } /* X-Small (Landscape phones and down) */ @media (max-width: 480px) { .dataobject-page .dataobject-item > div .content { padding-left: 0; padding-right: 6px; } .dataobject-page .object-label.object-label-top-left { left: auto; right: -6px; } .dataobject-page .object-label.object-label-top-right { left: -6px; right: auto; } .dataobject-page .object-label.object-label-bottom-left { left: auto; right: -6px; } .dataobject-page .object-label.object-label-bottom-right { left: -6px; right: auto; } .blocker .modal .card-header { padding: 8px 8px 8px 20px; } } /*# sourceMappingURL=dataobject-rtl.css.map */
0.477798
0.107134
.paid-variations {} .paid-variations select { margin-top: 15px; } #booked-admin-panel-container #booked-cf-sortables button { clear: both; float: none; display: block; } #booked-admin-panel-container #booked-cf-sortables ul select { width:475px; height:34px; } span.booked-wc_status-text { display:block; padding: 10px; margin-top: 10px; background: #eee; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; } span.booked-wc_status-text.paid { display:inline-block; float:right; padding:0; margin:0; background:transparent; color: #56C477; text-transform:uppercase; font-size:12px; font-weight:600; line-height:2.4; } span.booked-wc_status-text.paid a, span.booked-wc_status-text.paid span { background:#56C477; color:#fff; padding:6px 10px; line-height:1; top:1px; position:relative; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; } span.booked-wc_status-text.paid a:hover { background:#4ab66a; } span.booked-wc_status-text.awaiting { color: #E35656; font-size:12px; font-weight:600; line-height:2.4; } span.booked-wc_status-text.awaiting a, span.booked-wc_status-text.awaiting span { background:#E35656; color:#fff; padding:6px 10px; line-height:1; top:1px; position:relative; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; } span.booked-wc_status-text.awaiting a:hover { background:#cd4646; } .booked-payment-settings-wrap {} .booked-payment-settings-wrap form {} .booked-payment-settings-wrap form tr, .booked-payment-settings-wrap form td, .booked-payment-settings-wrap form th { display: block; width: 100%; padding: 0;} .booked-payment-settings-wrap form tr { padding-bottom: 40px; } .booked-payment-settings-wrap form th { font-size: 15px; line-height: 20px; color: #2ea2cc; text-transform: uppercase; font-weight: 600; } .booked-payment-settings-wrap form p { padding: 13px 0; position: relative; margin: 0; font-family: 'Open Sans', sans-serif; } .booked-payment-settings-wrap form td > div ~ div { padding: 10px 0 0 0; }
wp-content/plugins/booked-woocommerce-payments/css/admin-style.css
.paid-variations {} .paid-variations select { margin-top: 15px; } #booked-admin-panel-container #booked-cf-sortables button { clear: both; float: none; display: block; } #booked-admin-panel-container #booked-cf-sortables ul select { width:475px; height:34px; } span.booked-wc_status-text { display:block; padding: 10px; margin-top: 10px; background: #eee; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; } span.booked-wc_status-text.paid { display:inline-block; float:right; padding:0; margin:0; background:transparent; color: #56C477; text-transform:uppercase; font-size:12px; font-weight:600; line-height:2.4; } span.booked-wc_status-text.paid a, span.booked-wc_status-text.paid span { background:#56C477; color:#fff; padding:6px 10px; line-height:1; top:1px; position:relative; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; } span.booked-wc_status-text.paid a:hover { background:#4ab66a; } span.booked-wc_status-text.awaiting { color: #E35656; font-size:12px; font-weight:600; line-height:2.4; } span.booked-wc_status-text.awaiting a, span.booked-wc_status-text.awaiting span { background:#E35656; color:#fff; padding:6px 10px; line-height:1; top:1px; position:relative; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; } span.booked-wc_status-text.awaiting a:hover { background:#cd4646; } .booked-payment-settings-wrap {} .booked-payment-settings-wrap form {} .booked-payment-settings-wrap form tr, .booked-payment-settings-wrap form td, .booked-payment-settings-wrap form th { display: block; width: 100%; padding: 0;} .booked-payment-settings-wrap form tr { padding-bottom: 40px; } .booked-payment-settings-wrap form th { font-size: 15px; line-height: 20px; color: #2ea2cc; text-transform: uppercase; font-weight: 600; } .booked-payment-settings-wrap form p { padding: 13px 0; position: relative; margin: 0; font-family: 'Open Sans', sans-serif; } .booked-payment-settings-wrap form td > div ~ div { padding: 10px 0 0 0; }
0.370112
0.218128
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } [hidden] { display: none; } html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; font: normal 14px 'Segoe UI Light', 'Segoe UI', Tahoma, Sans; color: #555; } a:focus { outline: 0; } a { cursor: pointer; text-decoration: none; color: #222; } a[disabled] { cursor: default; } a:active, a:hover { outline: 0; color: #f90; } h1 { font-size: 2em; margin: .67em 0; } h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 1em 0 0.5em; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } mark { background: #ff0; color: #000; } code, kbd, pre, samp { font-family: monospace,serif; font-size: 1em; } pre { white-space: pre-wrap; } q { quotes: "\201C" "\201D" "\2018" "\2019"; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } fieldset { border: 0; margin: 0 0 1em; padding: 0; } legend { border: 0; padding: 0; } button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; } button, input { line-height: normal; } button, select { text-transform: lowercase; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } table { border-collapse: collapse; border-spacing: 0; } ul, ol { list-style: none; margin: 0 0 1em; padding: 0; } .container { margin: 0 5%; } .flyout { color: white; font-size: 13px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 340px; background-color: #231f20; z-index: 1078; padding: 2em; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); -moz-transform-origin: right; -webkit-transform-origin: right; -ms-transform-origin: right; transform-origin: right; opacity: 0; filter: alpha(opacity=0); position: fixed; top: 0; right: 0; bottom: 0; } .flyout.shown { opacity: 1; filter: alpha(opacity=100); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); } .flyout h1 { margin:0 0 0.5em; } .flyout a { color: #ddd; } .flyout a:hover, .flyout a:focus { color: #fff; } .pane-backdrop { background: transparent; position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 1070; } .ui-symbols { font-family: "Segoe UI Symbol"; font-size: 80%; margin-right: 10px; } button { text-transform: uppercase; padding: 10px 30px; font-family: 12px; } button .ui-symbols { font-size: 100%; margin-left: 10px; margin-right: 0; } .online { color: green; } .offline { color: red; display: none; } #NetworkStat.disabled .online { display: none; } #NetworkStat.disabled .offline { display: inline; } .appbar-container { background: transparent; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1040; } .hide { display: none; } .charm-bar { background: #231f20; color: white; position: fixed; right: -110px; top: 0; bottom: 0; z-index: 1070; width: 110px; overflow: hidden; } .charm-bar a[class*="scroll"].hide, .charm-bar button[class*="scroll"].hide { display: none; } .charm-bar a[class*="scroll"].hide, .charm-bar button[class*="scroll"].hide { display: none; } .scroll-btn.scroll-top { top: 110px; right: 0; } .charm-bar a, .charm-bar button { color: #ccc; display: block; padding: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; } .scroll-btn { background: #231f20; border: 0; font-size: 0 !important; color: transparent !important; position: fixed; width: 110px; height: 40px; z-index: 2; } .charm-bar .scroll-btn + ul { margin: 40px 0; } .charm-bar > ul { margin: 0; width: 100%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .charm-bar > ul li { text-align: center; display: inline-block; vertical-align: top; width: 100%; font-size:55px; } .charm-bar > ul .ui-symbols { margin:0; } .charm-bar > ul li a:hover, .charm-bar > ul li a:focus { color:#fff; } [role="contentinfo"] { display:block; position:absolute; left:0; bottom:0; right:0; height:80px; padding:0 100px; } .btn { border: 1px solid #ccc; padding: 10px 30px; display: inline-block; background: #ddd; color: #000; }
Styles/styles.css
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; } audio:not([controls]) { display: none; height: 0; } [hidden] { display: none; } html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; font: normal 14px 'Segoe UI Light', 'Segoe UI', Tahoma, Sans; color: #555; } a:focus { outline: 0; } a { cursor: pointer; text-decoration: none; color: #222; } a[disabled] { cursor: default; } a:active, a:hover { outline: 0; color: #f90; } h1 { font-size: 2em; margin: .67em 0; } h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 1em 0 0.5em; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } mark { background: #ff0; color: #000; } code, kbd, pre, samp { font-family: monospace,serif; font-size: 1em; } pre { white-space: pre-wrap; } q { quotes: "\201C" "\201D" "\2018" "\2019"; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } figure { margin: 0; } fieldset { border: 0; margin: 0 0 1em; padding: 0; } legend { border: 0; padding: 0; } button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; } button, input { line-height: normal; } button, select { text-transform: lowercase; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; } table { border-collapse: collapse; border-spacing: 0; } ul, ol { list-style: none; margin: 0 0 1em; padding: 0; } .container { margin: 0 5%; } .flyout { color: white; font-size: 13px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 340px; background-color: #231f20; z-index: 1078; padding: 2em; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -o-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); -moz-transform-origin: right; -webkit-transform-origin: right; -ms-transform-origin: right; transform-origin: right; opacity: 0; filter: alpha(opacity=0); position: fixed; top: 0; right: 0; bottom: 0; } .flyout.shown { opacity: 1; filter: alpha(opacity=100); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); } .flyout h1 { margin:0 0 0.5em; } .flyout a { color: #ddd; } .flyout a:hover, .flyout a:focus { color: #fff; } .pane-backdrop { background: transparent; position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 1070; } .ui-symbols { font-family: "Segoe UI Symbol"; font-size: 80%; margin-right: 10px; } button { text-transform: uppercase; padding: 10px 30px; font-family: 12px; } button .ui-symbols { font-size: 100%; margin-left: 10px; margin-right: 0; } .online { color: green; } .offline { color: red; display: none; } #NetworkStat.disabled .online { display: none; } #NetworkStat.disabled .offline { display: inline; } .appbar-container { background: transparent; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1040; } .hide { display: none; } .charm-bar { background: #231f20; color: white; position: fixed; right: -110px; top: 0; bottom: 0; z-index: 1070; width: 110px; overflow: hidden; } .charm-bar a[class*="scroll"].hide, .charm-bar button[class*="scroll"].hide { display: none; } .charm-bar a[class*="scroll"].hide, .charm-bar button[class*="scroll"].hide { display: none; } .scroll-btn.scroll-top { top: 110px; right: 0; } .charm-bar a, .charm-bar button { color: #ccc; display: block; padding: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; } .scroll-btn { background: #231f20; border: 0; font-size: 0 !important; color: transparent !important; position: fixed; width: 110px; height: 40px; z-index: 2; } .charm-bar .scroll-btn + ul { margin: 40px 0; } .charm-bar > ul { margin: 0; width: 100%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .charm-bar > ul li { text-align: center; display: inline-block; vertical-align: top; width: 100%; font-size:55px; } .charm-bar > ul .ui-symbols { margin:0; } .charm-bar > ul li a:hover, .charm-bar > ul li a:focus { color:#fff; } [role="contentinfo"] { display:block; position:absolute; left:0; bottom:0; right:0; height:80px; padding:0 100px; } .btn { border: 1px solid #ccc; padding: 10px 30px; display: inline-block; background: #ddd; color: #000; }
0.556641
0.117547
@font-face { font-family: 'sf-icons'; src: url('fonts/sf-icons.woff2?v.1.7') format('woff2'), url('fonts/sf-icons.ttf?v.1.7') format('truetype'); font-weight: normal; font-style: normal; } /* Default SFI Style / Default Size: sfi-1x */ .sfi { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'sf-icons' !important; speak: none; font-size: 1rem; /* 16px */ font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; /* line-height: 1; */ /* Better Font Rendering */ font-smooth: grayscale !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Font Sizes */ .sfi-xs { font-size: 0.625rem !important; /* 10px */ } .sfi-sm { font-size: 0.75rem !important; /* 12px */ } .sfi-lg { font-size: 1.125rem !important; /* 18px */ } .sfi-xl { font-size: 1.5rem !important; /* 24px */ } .sfi-2x { font-size: 2rem !important; /* 32px */ } .sfi-3x { font-size: 3rem !important; /* 48px */ } .sfi-4x { font-size: 4rem !important; /* 64px */ } .sfi-5x { font-size: 5rem !important; /* 80px */ } /* Font Icons */ .sfi-home:before { content: "\e900"; } .sfi-home3:before { content: "\e902"; } .sfi-office:before { content: "\e903"; } .sfi-newspaper:before { content: "\e904"; } .sfi-pencil:before { content: "\e905"; } .sfi-pencil2:before { content: "\e906"; } .sfi-quill:before { content: "\e907"; } .sfi-pen:before { content: "\e908"; } .sfi-blog:before { content: "\e909"; } .sfi-eyedropper:before { content: "\e90a"; } .sfi-droplet:before { content: "\e90b"; } .sfi-paint-format:before { content: "\e90c"; } .sfi-image:before { content: "\e90d"; } .sfi-images:before { content: "\e90e"; } .sfi-camera:before { content: "\e90f"; } .sfi-headphones:before { content: "\e910"; } .sfi-music:before { content: "\e911"; } .sfi-play:before { content: "\e912"; } .sfi-film:before { content: "\e913"; } .sfi-video-camera:before { content: "\e914"; } .sfi-bullhorn:before { content: "\e91a"; } .sfi-connection:before { content: "\e91b"; } .sfi-podcast:before { content: "\e91c"; } .sfi-feed:before { content: "\e91d"; } .sfi-mic:before { content: "\e91e"; } .sfi-book:before { content: "\e91f"; } .sfi-books:before { content: "\e920"; } .sfi-library:before { content: "\e921"; } .sfi-file-text:before { content: "\e922"; } .sfi-profile:before { content: "\e923"; } .sfi-file-empty:before { content: "\e924"; } .sfi-files-empty:before { content: "\e925"; } .sfi-file-text2:before { content: "\e926"; } .sfi-file-picture:before { content: "\e927"; } .sfi-file-music:before { content: "\e928"; } .sfi-file-video:before { content: "\e92a"; } .sfi-file-zip:before { content: "\e92b"; } .sfi-copy:before { content: "\e92c"; } .sfi-paste:before { content: "\e92d"; } .sfi-stack:before { content: "\e92e"; } .sfi-folder:before { content: "\e92f"; } .sfi-folder-open:before { content: "\e930"; } .sfi-folder-plus:before { content: "\e931"; } .sfi-folder-minus:before { content: "\e932"; } .sfi-folder-download:before { content: "\e933"; } .sfi-folder-upload:before { content: "\e934"; } .sfi-price-tag:before { content: "\e935"; } .sfi-price-tags:before { content: "\e936"; } .sfi-barcode:before { content: "\e937"; } .sfi-qrcode:before { content: "\e938"; } .sfi-ticket:before { content: "\e939"; } .sfi-cart:before { content: "\e93a"; } .sfi-credit-card:before { content: "\e93f"; } .sfi-calculator:before { content: "\e940"; } .sfi-lifebuoy:before { content: "\e941"; } .sfi-phone:before { content: "\e942"; } .sfi-address-book:before { content: "\e944"; } .sfi-envelop:before { content: "\e945"; } .sfi-pushpin:before { content: "\e946"; } .sfi-location:before { content: "\e947"; } .sfi-location2:before { content: "\e948"; } .sfi-compass:before { content: "\e949"; } .sfi-compass2:before { content: "\e94a"; } .sfi-map:before { content: "\e94b"; } .sfi-map2:before { content: "\e94c"; } .sfi-history:before { content: "\e94d"; } .sfi-clock:before { content: "\e94e"; } .sfi-clock2:before { content: "\e94f"; } .sfi-alarm:before { content: "\e950"; } .sfi-bell:before { content: "\e951"; } .sfi-stopwatch:before { content: "\e952"; } .sfi-calendar:before { content: "\e953"; } .sfi-printer:before { content: "\e954"; } .sfi-keyboard:before { content: "\e955"; } .sfi-display:before { content: "\e956"; } .sfi-laptop:before { content: "\e957"; } .sfi-mobile:before { content: "\e958"; } .sfi-tablet:before { content: "\e95a"; } .sfi-drawer:before { content: "\e95c"; } .sfi-drawer2:before { content: "\e95d"; } .sfi-box-add:before { content: "\e95e"; } .sfi-box-remove:before { content: "\e95f"; } .sfi-download:before { content: "\e960"; } .sfi-upload:before { content: "\e961"; } .sfi-floppy-disk:before { content: "\e962"; } .sfi-drive:before { content: "\e963"; } .sfi-database:before { content: "\e964"; } .sfi-undo:before { content: "\e965"; } .sfi-redo:before { content: "\e966"; } .sfi-undo2:before { content: "\e967"; } .sfi-redo2:before { content: "\e968"; } .sfi-forward:before { content: "\e969"; } .sfi-reply:before { content: "\e96a"; } .sfi-bubble:before { content: "\e96b"; } .sfi-bubbles:before { content: "\e96c"; } .sfi-bubbles2:before { content: "\e96d"; } .sfi-bubble2:before { content: "\e96e"; } .sfi-bubbles3:before { content: "\e96f"; } .sfi-bubbles4:before { content: "\e970"; } .sfi-user:before { content: "\e971"; } .sfi-users:before { content: "\e972"; } .sfi-user-plus:before { content: "\e973"; } .sfi-user-minus:before { content: "\e974"; } .sfi-user-check:before { content: "\e975"; } .sfi-user-tie:before { content: "\e976"; } .sfi-quotes-left:before { content: "\e977"; } .sfi-quotes-right:before { content: "\e978"; } .sfi-hour-glass:before { content: "\e979"; } .sfi-spinner8:before { content: "\e981"; } .sfi-spinner9:before { content: "\e982"; } .sfi-spinner10:before { content: "\e983"; } .sfi-spinner11:before { content: "\e984"; } .sfi-binoculars:before { content: "\e985"; } .sfi-search:before { content: "\e986"; } .sfi-zoom-in:before { content: "\e987"; } .sfi-zoom-out:before { content: "\e988"; } .sfi-enlarge:before { content: "\e989"; } .sfi-shrink:before { content: "\e98a"; } .sfi-enlarge2:before { content: "\e98b"; } .sfi-shrink2:before { content: "\e98c"; } .sfi-key:before { content: "\e98d"; } .sfi-lock:before { content: "\e98f"; } .sfi-unlocked:before { content: "\e990"; } .sfi-wrench:before { content: "\e991"; } .sfi-equalizer:before { content: "\e992"; } .sfi-equalizer2:before { content: "\e993"; } .sfi-cog:before { content: "\e994"; } .sfi-cogs:before { content: "\e995"; } .sfi-hammer:before { content: "\e996"; } .sfi-magic-wand:before { content: "\e997"; } .sfi-aid-kit:before { content: "\e998"; } .sfi-bug:before { content: "\e999"; } .sfi-pie-chart:before { content: "\e99a"; } .sfi-stats-dots:before { content: "\e99b"; } .sfi-stats-bars:before { content: "\e99c"; } .sfi-stats-bars2:before { content: "\e99d"; } .sfi-trophy:before { content: "\e99e"; } .sfi-gift:before { content: "\e99f"; } .sfi-glass2:before { content: "\e9a1"; } .sfi-mug:before { content: "\e9a2"; } .sfi-spoon-knife:before { content: "\e9a3"; } .sfi-leaf:before { content: "\e9a4"; } .sfi-rocket:before { content: "\e9a5"; } .sfi-meter:before { content: "\e9a6"; } .sfi-meter2:before { content: "\e9a7"; } .sfi-hammer2:before { content: "\e9a8"; } .sfi-fire:before { content: "\e9a9"; } .sfi-lab:before { content: "\e9aa"; } .sfi-magnet:before { content: "\e9ab"; } .sfi-bin:before { content: "\e9ac"; } .sfi-bin2:before { content: "\e9ad"; } .sfi-briefcase:before { content: "\e9ae"; } .sfi-airplane:before { content: "\e9af"; } .sfi-truck:before { content: "\e9b0"; } .sfi-accessibility:before { content: "\e9b2"; } .sfi-target:before { content: "\e9b3"; } .sfi-shield:before { content: "\e9b4"; } .sfi-power:before { content: "\e9b5"; } .sfi-switch:before { content: "\e9b6"; } .sfi-power-cord:before { content: "\e9b7"; } .sfi-clipboard:before { content: "\e9b8"; } .sfi-list-numbered:before { content: "\e9b9"; } .sfi-list:before { content: "\e9ba"; } .sfi-list2:before { content: "\e9bb"; } .sfi-tree:before { content: "\e9bc"; } .sfi-menu:before { content: "\e9bd"; } .sfi-menu2:before { content: "\e9be"; } .sfi-menu3:before { content: "\e9bf"; } .sfi-menu4:before { content: "\e9c0"; } .sfi-cloud:before { content: "\e9c1"; } .sfi-cloud-download:before { content: "\e9c2"; } .sfi-cloud-upload:before { content: "\e9c3"; } .sfi-cloud-check:before { content: "\e9c4"; } .sfi-download2:before { content: "\e9c5"; } .sfi-upload2:before { content: "\e9c6"; } .sfi-download3:before { content: "\e9c7"; } .sfi-upload3:before { content: "\e9c8"; } .sfi-sphere:before { content: "\e9c9"; } .sfi-earth:before { content: "\e9ca"; } .sfi-link:before { content: "\e9cb"; } .sfi-flag:before { content: "\e9cc"; } .sfi-attachment:before { content: "\e9cd"; } .sfi-eye:before { content: "\e9ce"; } .sfi-eye-plus:before { content: "\e9cf"; } .sfi-eye-minus:before { content: "\e9d0"; } .sfi-eye-blocked:before { content: "\e9d1"; } .sfi-bookmark:before { content: "\e9d2"; } .sfi-bookmarks:before { content: "\e9d3"; } .sfi-sun:before { content: "\e9d4"; } .sfi-contrast:before { content: "\e9d5"; } .sfi-brightness-contrast:before { content: "\e9d6"; } .sfi-star-empty:before { content: "\e9d7"; } .sfi-star-half:before { content: "\e9d8"; } .sfi-star-full:before { content: "\e9d9"; } .sfi-heart:before { content: "\e9da"; } .sfi-heart-broken:before { content: "\e9db"; } .sfi-man:before { content: "\e9dc"; } .sfi-woman:before { content: "\e9dd"; } .sfi-man-woman:before { content: "\e9de"; } .sfi-happy:before { content: "\e9df"; } .sfi-smile:before { content: "\e9e1"; } .sfi-sad:before { content: "\e9e5"; } .sfi-cool:before { content: "\e9eb"; } .sfi-evil:before { content: "\e9ef"; } .sfi-evil2:before { content: "\e9f0"; } .sfi-shocked:before { content: "\e9f1"; } .sfi-crying:before { content: "\ea01"; } .sfi-tongue:before { content: "\e9e3"; } .sfi-wink:before { content: "\e9e7"; } .sfi-angry:before { content: "\e9ed"; } .sfi-baffled:before { content: "\e9f3"; } .sfi-sleepy:before { content: "\e9fd"; } .sfi-point-up:before { content: "\ea03"; } .sfi-point-right:before { content: "\ea04"; } .sfi-warning:before { content: "\ea07"; } .sfi-notification:before { content: "\ea08"; } .sfi-question:before { content: "\ea09"; } .sfi-plus:before { content: "\ea0a"; } .sfi-minus:before { content: "\ea0b"; } .sfi-info:before { content: "\ea0c"; } .sfi-cancel-circle:before { content: "\ea0d"; } .sfi-blocked:before { content: "\ea0e"; } .sfi-cross:before { content: "\ea0f"; } .sfi-checkmark:before { content: "\ea10"; } .sfi-checkmark2:before { content: "\ea11"; } .sfi-spell-check:before { content: "\ea12"; } .sfi-enter:before { content: "\ea13"; } .sfi-exit:before { content: "\ea14"; } .sfi-play2:before { content: "\ea15"; } .sfi-backward:before { content: "\ea1a"; } .sfi-forward2:before { content: "\ea1b"; } .sfi-play3:before { content: "\ea1c"; } .sfi-pause2:before { content: "\ea1d"; } .sfi-stop2:before { content: "\ea1e"; } .sfi-backward2:before { content: "\ea1f"; } .sfi-forward3:before { content: "\ea20"; } .sfi-first:before { content: "\ea21"; } .sfi-last:before { content: "\ea22"; } .sfi-previous2:before { content: "\ea23"; } .sfi-next2:before { content: "\ea24"; } .sfi-eject:before { content: "\ea25"; } .sfi-volume-high:before { content: "\ea26"; } .sfi-volume-low:before { content: "\ea28"; } .sfi-volume-mute2:before { content: "\ea2a"; } .sfi-loop:before { content: "\ea2d"; } .sfi-loop2:before { content: "\ea2e"; } .sfi-infinite:before { content: "\ea2f"; } .sfi-shuffle:before { content: "\ea30"; } .sfi-arrow-up-left:before { content: "\ea31"; } .sfi-arrow-up:before { content: "\ea32"; } .sfi-arrow-up-right:before { content: "\ea33"; } .sfi-arrow-right:before { content: "\ea34"; } .sfi-arrow-down-right:before { content: "\ea35"; } .sfi-arrow-down:before { content: "\ea36"; } .sfi-arrow-down-left:before { content: "\ea37"; } .sfi-arrow-left:before { content: "\ea38"; } .sfi-arrow-up-left2:before { content: "\ea39"; } .sfi-arrow-up2:before { content: "\ea3a"; } .sfi-arrow-up-right2:before { content: "\ea3b"; } .sfi-arrow-right2:before { content: "\ea3c"; } .sfi-arrow-down-right2:before { content: "\ea3d"; } .sfi-arrow-down2:before { content: "\ea3e"; } .sfi-arrow-down-left2:before { content: "\ea3f"; } .sfi-arrow-left2:before { content: "\ea40"; } .sfi-circle-up:before { content: "\ea41"; } .sfi-circle-right:before { content: "\ea42"; } .sfi-circle-down:before { content: "\ea43"; } .sfi-circle-left:before { content: "\ea44"; } .sfi-tab:before { content: "\ea45"; } .sfi-move-up:before { content: "\ea46"; } .sfi-move-down:before { content: "\ea47"; } .sfi-sort-alpha-asc:before { content: "\ea48"; } .sfi-sort-alpha-desc:before { content: "\ea49"; } .sfi-sort-numeric-asc:before { content: "\ea4a"; } .sfi-sort-numberic-desc:before { content: "\ea4b"; } .sfi-sort-amount-asc:before { content: "\ea4c"; } .sfi-sort-amount-desc:before { content: "\ea4d"; } .sfi-command:before { content: "\ea4e"; } .sfi-shift:before { content: "\ea4f"; } .sfi-ctrl:before { content: "\ea50"; } .sfi-opt:before { content: "\ea51"; } .sfi-checkbox-checked:before { content: "\ea52"; } .sfi-checkbox-unchecked:before { content: "\ea53"; } .sfi-radio-checked:before { content: "\ea54"; } .sfi-radio-checked2:before { content: "\ea55"; } .sfi-radio-unchecked:before { content: "\ea56"; } .sfi-crop:before { content: "\ea57"; } .sfi-make-group:before { content: "\ea58"; } .sfi-ungroup:before { content: "\ea59"; } .sfi-scissors:before { content: "\ea5a"; } .sfi-filter:before { content: "\ea5b"; } .sfi-font:before { content: "\ea5c"; } .sfi-text-height:before { content: "\ea5f"; } .sfi-text-width:before { content: "\ea60"; } .sfi-font-size:before { content: "\ea61"; } .sfi-bold:before { content: "\ea62"; } .sfi-underline:before { content: "\ea63"; } .sfi-italic:before { content: "\ea64"; } .sfi-strikethrough:before { content: "\ea65"; } .sfi-omega:before { content: "\ea66"; } .sfi-sigma:before { content: "\ea67"; } .sfi-page-break:before { content: "\ea68"; } .sfi-superscript:before { content: "\ea69"; } .sfi-subscript:before { content: "\ea6a"; } .sfi-superscript2:before { content: "\ea6b"; } .sfi-subscript2:before { content: "\ea6c"; } .sfi-text-color:before { content: "\ea6d"; } .sfi-pagebreak:before { content: "\ea6e"; } .sfi-clear-formatting:before { content: "\ea6f"; } .sfi-table:before { content: "\ea70"; } .sfi-table2:before { content: "\ea71"; } .sfi-insert-template:before { content: "\ea72"; } .sfi-pilcrow:before { content: "\ea73"; } .sfi-ltr:before { content: "\ea74"; } .sfi-rtl:before { content: "\ea75"; } .sfi-section:before { content: "\ea76"; } .sfi-paragraph-left:before { content: "\ea77"; } .sfi-paragraph-center:before { content: "\ea78"; } .sfi-paragraph-right:before { content: "\ea79"; } .sfi-paragraph-justify:before { content: "\ea7a"; } .sfi-indent-increase:before { content: "\ea7b"; } .sfi-indent-decrease:before { content: "\ea7c"; } .sfi-share:before { content: "\ea7d"; } .sfi-new-tab:before { content: "\ea7e"; } .sfi-embed:before { content: "\ea7f"; } .sfi-embed2:before { content: "\ea80"; } .sfi-terminal:before { content: "\ea81"; } .sfi-share2:before { content: "\ea82"; } .sfi-mail:before { content: "\ea83"; } .sfi-mail2:before { content: "\ea84"; } .sfi-mail3:before { content: "\ea85"; } .sfi-mail4:before { content: "\ea86"; } .sfi-rss2:before { content: "\ea9c"; } .sfi-tux:before { content: "\eabd"; } .sfi-appleinc:before { content: "\eabe"; } .sfi-finder:before { content: "\eabf"; } .sfi-android:before { content: "\eac0"; } .sfi-windows8:before { content: "\eac2"; } .sfi-chrome:before { content: "\ead9"; } .sfi-firefox:before { content: "\eada"; } .sfi-edge:before { content: "\eadc"; } .sfi-safari:before { content: "\eadd"; } .sfi-opera:before { content: "\eade"; } .sfi-file-pdf:before { content: "\eadf"; } .sfi-file-openoffice:before { content: "\eae0"; } .sfi-libreoffice:before { content: "\eae3"; } .sfi-html-five:before { content: "\eae4"; } .sfi-css3:before { content: "\eae6"; } .sfi-git:before { content: "\eae7"; } .sfi-codepen:before { content: "\eae8"; } .sfi-svg:before { content: "\eae9"; } .sfi-sn-col-after:before { content: "\e901"; } .sfi-sn-col-before:before { content: "\e915"; } .sfi-sn-col-remove:before { content: "\e916"; } .sfi-sn-row-above:before { content: "\e917"; } .sfi-sn-row-below:before { content: "\e918"; } .sfi-sn-row-remove:before { content: "\e919"; } .sfi-fa-doc:before { content: "\f00b"; } .sfi-fa-editor:before { content: "\f044"; } .sfi-fa-calendar:before { content: "\f073"; } .sfi-fa-key:before { content: "\f084"; } .sfi-fa-cogs:before { content: "\f085"; } .sfi-fa-certificate:before { content: "\f0a3"; } .sfi-fa-umbrella:before { content: "\f0e9"; } .sfi-fa-idea:before { content: "\f0eb"; } .sfi-fa-unlink:before { content: "\f127"; } .sfi-fa-plugin:before { content: "\f12e"; } .sfi-fa-anchor:before { content: "\f13d"; } .sfi-fa-like:before { content: "\f164"; } .sfi-fa-dislike:before { content: "\f165"; } .sfi-fa-linux:before { content: "\f17c"; } .sfi-fa-sun:before { content: "\f185"; } .sfi-fa-moon:before { content: "\f186"; } .sfi-fa-twig:before { content: "\f18c"; } .sfi-fa-unicode:before { content: "\f1ab"; } .sfi-fa-plane:before { content: "\f1d9"; } .sfi-fa-bday-cake:before { content: "\f1fd"; } /* END */
poker/css/toolkit/sf-icons.css
@font-face { font-family: 'sf-icons'; src: url('fonts/sf-icons.woff2?v.1.7') format('woff2'), url('fonts/sf-icons.ttf?v.1.7') format('truetype'); font-weight: normal; font-style: normal; } /* Default SFI Style / Default Size: sfi-1x */ .sfi { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'sf-icons' !important; speak: none; font-size: 1rem; /* 16px */ font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; /* line-height: 1; */ /* Better Font Rendering */ font-smooth: grayscale !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Font Sizes */ .sfi-xs { font-size: 0.625rem !important; /* 10px */ } .sfi-sm { font-size: 0.75rem !important; /* 12px */ } .sfi-lg { font-size: 1.125rem !important; /* 18px */ } .sfi-xl { font-size: 1.5rem !important; /* 24px */ } .sfi-2x { font-size: 2rem !important; /* 32px */ } .sfi-3x { font-size: 3rem !important; /* 48px */ } .sfi-4x { font-size: 4rem !important; /* 64px */ } .sfi-5x { font-size: 5rem !important; /* 80px */ } /* Font Icons */ .sfi-home:before { content: "\e900"; } .sfi-home3:before { content: "\e902"; } .sfi-office:before { content: "\e903"; } .sfi-newspaper:before { content: "\e904"; } .sfi-pencil:before { content: "\e905"; } .sfi-pencil2:before { content: "\e906"; } .sfi-quill:before { content: "\e907"; } .sfi-pen:before { content: "\e908"; } .sfi-blog:before { content: "\e909"; } .sfi-eyedropper:before { content: "\e90a"; } .sfi-droplet:before { content: "\e90b"; } .sfi-paint-format:before { content: "\e90c"; } .sfi-image:before { content: "\e90d"; } .sfi-images:before { content: "\e90e"; } .sfi-camera:before { content: "\e90f"; } .sfi-headphones:before { content: "\e910"; } .sfi-music:before { content: "\e911"; } .sfi-play:before { content: "\e912"; } .sfi-film:before { content: "\e913"; } .sfi-video-camera:before { content: "\e914"; } .sfi-bullhorn:before { content: "\e91a"; } .sfi-connection:before { content: "\e91b"; } .sfi-podcast:before { content: "\e91c"; } .sfi-feed:before { content: "\e91d"; } .sfi-mic:before { content: "\e91e"; } .sfi-book:before { content: "\e91f"; } .sfi-books:before { content: "\e920"; } .sfi-library:before { content: "\e921"; } .sfi-file-text:before { content: "\e922"; } .sfi-profile:before { content: "\e923"; } .sfi-file-empty:before { content: "\e924"; } .sfi-files-empty:before { content: "\e925"; } .sfi-file-text2:before { content: "\e926"; } .sfi-file-picture:before { content: "\e927"; } .sfi-file-music:before { content: "\e928"; } .sfi-file-video:before { content: "\e92a"; } .sfi-file-zip:before { content: "\e92b"; } .sfi-copy:before { content: "\e92c"; } .sfi-paste:before { content: "\e92d"; } .sfi-stack:before { content: "\e92e"; } .sfi-folder:before { content: "\e92f"; } .sfi-folder-open:before { content: "\e930"; } .sfi-folder-plus:before { content: "\e931"; } .sfi-folder-minus:before { content: "\e932"; } .sfi-folder-download:before { content: "\e933"; } .sfi-folder-upload:before { content: "\e934"; } .sfi-price-tag:before { content: "\e935"; } .sfi-price-tags:before { content: "\e936"; } .sfi-barcode:before { content: "\e937"; } .sfi-qrcode:before { content: "\e938"; } .sfi-ticket:before { content: "\e939"; } .sfi-cart:before { content: "\e93a"; } .sfi-credit-card:before { content: "\e93f"; } .sfi-calculator:before { content: "\e940"; } .sfi-lifebuoy:before { content: "\e941"; } .sfi-phone:before { content: "\e942"; } .sfi-address-book:before { content: "\e944"; } .sfi-envelop:before { content: "\e945"; } .sfi-pushpin:before { content: "\e946"; } .sfi-location:before { content: "\e947"; } .sfi-location2:before { content: "\e948"; } .sfi-compass:before { content: "\e949"; } .sfi-compass2:before { content: "\e94a"; } .sfi-map:before { content: "\e94b"; } .sfi-map2:before { content: "\e94c"; } .sfi-history:before { content: "\e94d"; } .sfi-clock:before { content: "\e94e"; } .sfi-clock2:before { content: "\e94f"; } .sfi-alarm:before { content: "\e950"; } .sfi-bell:before { content: "\e951"; } .sfi-stopwatch:before { content: "\e952"; } .sfi-calendar:before { content: "\e953"; } .sfi-printer:before { content: "\e954"; } .sfi-keyboard:before { content: "\e955"; } .sfi-display:before { content: "\e956"; } .sfi-laptop:before { content: "\e957"; } .sfi-mobile:before { content: "\e958"; } .sfi-tablet:before { content: "\e95a"; } .sfi-drawer:before { content: "\e95c"; } .sfi-drawer2:before { content: "\e95d"; } .sfi-box-add:before { content: "\e95e"; } .sfi-box-remove:before { content: "\e95f"; } .sfi-download:before { content: "\e960"; } .sfi-upload:before { content: "\e961"; } .sfi-floppy-disk:before { content: "\e962"; } .sfi-drive:before { content: "\e963"; } .sfi-database:before { content: "\e964"; } .sfi-undo:before { content: "\e965"; } .sfi-redo:before { content: "\e966"; } .sfi-undo2:before { content: "\e967"; } .sfi-redo2:before { content: "\e968"; } .sfi-forward:before { content: "\e969"; } .sfi-reply:before { content: "\e96a"; } .sfi-bubble:before { content: "\e96b"; } .sfi-bubbles:before { content: "\e96c"; } .sfi-bubbles2:before { content: "\e96d"; } .sfi-bubble2:before { content: "\e96e"; } .sfi-bubbles3:before { content: "\e96f"; } .sfi-bubbles4:before { content: "\e970"; } .sfi-user:before { content: "\e971"; } .sfi-users:before { content: "\e972"; } .sfi-user-plus:before { content: "\e973"; } .sfi-user-minus:before { content: "\e974"; } .sfi-user-check:before { content: "\e975"; } .sfi-user-tie:before { content: "\e976"; } .sfi-quotes-left:before { content: "\e977"; } .sfi-quotes-right:before { content: "\e978"; } .sfi-hour-glass:before { content: "\e979"; } .sfi-spinner8:before { content: "\e981"; } .sfi-spinner9:before { content: "\e982"; } .sfi-spinner10:before { content: "\e983"; } .sfi-spinner11:before { content: "\e984"; } .sfi-binoculars:before { content: "\e985"; } .sfi-search:before { content: "\e986"; } .sfi-zoom-in:before { content: "\e987"; } .sfi-zoom-out:before { content: "\e988"; } .sfi-enlarge:before { content: "\e989"; } .sfi-shrink:before { content: "\e98a"; } .sfi-enlarge2:before { content: "\e98b"; } .sfi-shrink2:before { content: "\e98c"; } .sfi-key:before { content: "\e98d"; } .sfi-lock:before { content: "\e98f"; } .sfi-unlocked:before { content: "\e990"; } .sfi-wrench:before { content: "\e991"; } .sfi-equalizer:before { content: "\e992"; } .sfi-equalizer2:before { content: "\e993"; } .sfi-cog:before { content: "\e994"; } .sfi-cogs:before { content: "\e995"; } .sfi-hammer:before { content: "\e996"; } .sfi-magic-wand:before { content: "\e997"; } .sfi-aid-kit:before { content: "\e998"; } .sfi-bug:before { content: "\e999"; } .sfi-pie-chart:before { content: "\e99a"; } .sfi-stats-dots:before { content: "\e99b"; } .sfi-stats-bars:before { content: "\e99c"; } .sfi-stats-bars2:before { content: "\e99d"; } .sfi-trophy:before { content: "\e99e"; } .sfi-gift:before { content: "\e99f"; } .sfi-glass2:before { content: "\e9a1"; } .sfi-mug:before { content: "\e9a2"; } .sfi-spoon-knife:before { content: "\e9a3"; } .sfi-leaf:before { content: "\e9a4"; } .sfi-rocket:before { content: "\e9a5"; } .sfi-meter:before { content: "\e9a6"; } .sfi-meter2:before { content: "\e9a7"; } .sfi-hammer2:before { content: "\e9a8"; } .sfi-fire:before { content: "\e9a9"; } .sfi-lab:before { content: "\e9aa"; } .sfi-magnet:before { content: "\e9ab"; } .sfi-bin:before { content: "\e9ac"; } .sfi-bin2:before { content: "\e9ad"; } .sfi-briefcase:before { content: "\e9ae"; } .sfi-airplane:before { content: "\e9af"; } .sfi-truck:before { content: "\e9b0"; } .sfi-accessibility:before { content: "\e9b2"; } .sfi-target:before { content: "\e9b3"; } .sfi-shield:before { content: "\e9b4"; } .sfi-power:before { content: "\e9b5"; } .sfi-switch:before { content: "\e9b6"; } .sfi-power-cord:before { content: "\e9b7"; } .sfi-clipboard:before { content: "\e9b8"; } .sfi-list-numbered:before { content: "\e9b9"; } .sfi-list:before { content: "\e9ba"; } .sfi-list2:before { content: "\e9bb"; } .sfi-tree:before { content: "\e9bc"; } .sfi-menu:before { content: "\e9bd"; } .sfi-menu2:before { content: "\e9be"; } .sfi-menu3:before { content: "\e9bf"; } .sfi-menu4:before { content: "\e9c0"; } .sfi-cloud:before { content: "\e9c1"; } .sfi-cloud-download:before { content: "\e9c2"; } .sfi-cloud-upload:before { content: "\e9c3"; } .sfi-cloud-check:before { content: "\e9c4"; } .sfi-download2:before { content: "\e9c5"; } .sfi-upload2:before { content: "\e9c6"; } .sfi-download3:before { content: "\e9c7"; } .sfi-upload3:before { content: "\e9c8"; } .sfi-sphere:before { content: "\e9c9"; } .sfi-earth:before { content: "\e9ca"; } .sfi-link:before { content: "\e9cb"; } .sfi-flag:before { content: "\e9cc"; } .sfi-attachment:before { content: "\e9cd"; } .sfi-eye:before { content: "\e9ce"; } .sfi-eye-plus:before { content: "\e9cf"; } .sfi-eye-minus:before { content: "\e9d0"; } .sfi-eye-blocked:before { content: "\e9d1"; } .sfi-bookmark:before { content: "\e9d2"; } .sfi-bookmarks:before { content: "\e9d3"; } .sfi-sun:before { content: "\e9d4"; } .sfi-contrast:before { content: "\e9d5"; } .sfi-brightness-contrast:before { content: "\e9d6"; } .sfi-star-empty:before { content: "\e9d7"; } .sfi-star-half:before { content: "\e9d8"; } .sfi-star-full:before { content: "\e9d9"; } .sfi-heart:before { content: "\e9da"; } .sfi-heart-broken:before { content: "\e9db"; } .sfi-man:before { content: "\e9dc"; } .sfi-woman:before { content: "\e9dd"; } .sfi-man-woman:before { content: "\e9de"; } .sfi-happy:before { content: "\e9df"; } .sfi-smile:before { content: "\e9e1"; } .sfi-sad:before { content: "\e9e5"; } .sfi-cool:before { content: "\e9eb"; } .sfi-evil:before { content: "\e9ef"; } .sfi-evil2:before { content: "\e9f0"; } .sfi-shocked:before { content: "\e9f1"; } .sfi-crying:before { content: "\ea01"; } .sfi-tongue:before { content: "\e9e3"; } .sfi-wink:before { content: "\e9e7"; } .sfi-angry:before { content: "\e9ed"; } .sfi-baffled:before { content: "\e9f3"; } .sfi-sleepy:before { content: "\e9fd"; } .sfi-point-up:before { content: "\ea03"; } .sfi-point-right:before { content: "\ea04"; } .sfi-warning:before { content: "\ea07"; } .sfi-notification:before { content: "\ea08"; } .sfi-question:before { content: "\ea09"; } .sfi-plus:before { content: "\ea0a"; } .sfi-minus:before { content: "\ea0b"; } .sfi-info:before { content: "\ea0c"; } .sfi-cancel-circle:before { content: "\ea0d"; } .sfi-blocked:before { content: "\ea0e"; } .sfi-cross:before { content: "\ea0f"; } .sfi-checkmark:before { content: "\ea10"; } .sfi-checkmark2:before { content: "\ea11"; } .sfi-spell-check:before { content: "\ea12"; } .sfi-enter:before { content: "\ea13"; } .sfi-exit:before { content: "\ea14"; } .sfi-play2:before { content: "\ea15"; } .sfi-backward:before { content: "\ea1a"; } .sfi-forward2:before { content: "\ea1b"; } .sfi-play3:before { content: "\ea1c"; } .sfi-pause2:before { content: "\ea1d"; } .sfi-stop2:before { content: "\ea1e"; } .sfi-backward2:before { content: "\ea1f"; } .sfi-forward3:before { content: "\ea20"; } .sfi-first:before { content: "\ea21"; } .sfi-last:before { content: "\ea22"; } .sfi-previous2:before { content: "\ea23"; } .sfi-next2:before { content: "\ea24"; } .sfi-eject:before { content: "\ea25"; } .sfi-volume-high:before { content: "\ea26"; } .sfi-volume-low:before { content: "\ea28"; } .sfi-volume-mute2:before { content: "\ea2a"; } .sfi-loop:before { content: "\ea2d"; } .sfi-loop2:before { content: "\ea2e"; } .sfi-infinite:before { content: "\ea2f"; } .sfi-shuffle:before { content: "\ea30"; } .sfi-arrow-up-left:before { content: "\ea31"; } .sfi-arrow-up:before { content: "\ea32"; } .sfi-arrow-up-right:before { content: "\ea33"; } .sfi-arrow-right:before { content: "\ea34"; } .sfi-arrow-down-right:before { content: "\ea35"; } .sfi-arrow-down:before { content: "\ea36"; } .sfi-arrow-down-left:before { content: "\ea37"; } .sfi-arrow-left:before { content: "\ea38"; } .sfi-arrow-up-left2:before { content: "\ea39"; } .sfi-arrow-up2:before { content: "\ea3a"; } .sfi-arrow-up-right2:before { content: "\ea3b"; } .sfi-arrow-right2:before { content: "\ea3c"; } .sfi-arrow-down-right2:before { content: "\ea3d"; } .sfi-arrow-down2:before { content: "\ea3e"; } .sfi-arrow-down-left2:before { content: "\ea3f"; } .sfi-arrow-left2:before { content: "\ea40"; } .sfi-circle-up:before { content: "\ea41"; } .sfi-circle-right:before { content: "\ea42"; } .sfi-circle-down:before { content: "\ea43"; } .sfi-circle-left:before { content: "\ea44"; } .sfi-tab:before { content: "\ea45"; } .sfi-move-up:before { content: "\ea46"; } .sfi-move-down:before { content: "\ea47"; } .sfi-sort-alpha-asc:before { content: "\ea48"; } .sfi-sort-alpha-desc:before { content: "\ea49"; } .sfi-sort-numeric-asc:before { content: "\ea4a"; } .sfi-sort-numberic-desc:before { content: "\ea4b"; } .sfi-sort-amount-asc:before { content: "\ea4c"; } .sfi-sort-amount-desc:before { content: "\ea4d"; } .sfi-command:before { content: "\ea4e"; } .sfi-shift:before { content: "\ea4f"; } .sfi-ctrl:before { content: "\ea50"; } .sfi-opt:before { content: "\ea51"; } .sfi-checkbox-checked:before { content: "\ea52"; } .sfi-checkbox-unchecked:before { content: "\ea53"; } .sfi-radio-checked:before { content: "\ea54"; } .sfi-radio-checked2:before { content: "\ea55"; } .sfi-radio-unchecked:before { content: "\ea56"; } .sfi-crop:before { content: "\ea57"; } .sfi-make-group:before { content: "\ea58"; } .sfi-ungroup:before { content: "\ea59"; } .sfi-scissors:before { content: "\ea5a"; } .sfi-filter:before { content: "\ea5b"; } .sfi-font:before { content: "\ea5c"; } .sfi-text-height:before { content: "\ea5f"; } .sfi-text-width:before { content: "\ea60"; } .sfi-font-size:before { content: "\ea61"; } .sfi-bold:before { content: "\ea62"; } .sfi-underline:before { content: "\ea63"; } .sfi-italic:before { content: "\ea64"; } .sfi-strikethrough:before { content: "\ea65"; } .sfi-omega:before { content: "\ea66"; } .sfi-sigma:before { content: "\ea67"; } .sfi-page-break:before { content: "\ea68"; } .sfi-superscript:before { content: "\ea69"; } .sfi-subscript:before { content: "\ea6a"; } .sfi-superscript2:before { content: "\ea6b"; } .sfi-subscript2:before { content: "\ea6c"; } .sfi-text-color:before { content: "\ea6d"; } .sfi-pagebreak:before { content: "\ea6e"; } .sfi-clear-formatting:before { content: "\ea6f"; } .sfi-table:before { content: "\ea70"; } .sfi-table2:before { content: "\ea71"; } .sfi-insert-template:before { content: "\ea72"; } .sfi-pilcrow:before { content: "\ea73"; } .sfi-ltr:before { content: "\ea74"; } .sfi-rtl:before { content: "\ea75"; } .sfi-section:before { content: "\ea76"; } .sfi-paragraph-left:before { content: "\ea77"; } .sfi-paragraph-center:before { content: "\ea78"; } .sfi-paragraph-right:before { content: "\ea79"; } .sfi-paragraph-justify:before { content: "\ea7a"; } .sfi-indent-increase:before { content: "\ea7b"; } .sfi-indent-decrease:before { content: "\ea7c"; } .sfi-share:before { content: "\ea7d"; } .sfi-new-tab:before { content: "\ea7e"; } .sfi-embed:before { content: "\ea7f"; } .sfi-embed2:before { content: "\ea80"; } .sfi-terminal:before { content: "\ea81"; } .sfi-share2:before { content: "\ea82"; } .sfi-mail:before { content: "\ea83"; } .sfi-mail2:before { content: "\ea84"; } .sfi-mail3:before { content: "\ea85"; } .sfi-mail4:before { content: "\ea86"; } .sfi-rss2:before { content: "\ea9c"; } .sfi-tux:before { content: "\eabd"; } .sfi-appleinc:before { content: "\eabe"; } .sfi-finder:before { content: "\eabf"; } .sfi-android:before { content: "\eac0"; } .sfi-windows8:before { content: "\eac2"; } .sfi-chrome:before { content: "\ead9"; } .sfi-firefox:before { content: "\eada"; } .sfi-edge:before { content: "\eadc"; } .sfi-safari:before { content: "\eadd"; } .sfi-opera:before { content: "\eade"; } .sfi-file-pdf:before { content: "\eadf"; } .sfi-file-openoffice:before { content: "\eae0"; } .sfi-libreoffice:before { content: "\eae3"; } .sfi-html-five:before { content: "\eae4"; } .sfi-css3:before { content: "\eae6"; } .sfi-git:before { content: "\eae7"; } .sfi-codepen:before { content: "\eae8"; } .sfi-svg:before { content: "\eae9"; } .sfi-sn-col-after:before { content: "\e901"; } .sfi-sn-col-before:before { content: "\e915"; } .sfi-sn-col-remove:before { content: "\e916"; } .sfi-sn-row-above:before { content: "\e917"; } .sfi-sn-row-below:before { content: "\e918"; } .sfi-sn-row-remove:before { content: "\e919"; } .sfi-fa-doc:before { content: "\f00b"; } .sfi-fa-editor:before { content: "\f044"; } .sfi-fa-calendar:before { content: "\f073"; } .sfi-fa-key:before { content: "\f084"; } .sfi-fa-cogs:before { content: "\f085"; } .sfi-fa-certificate:before { content: "\f0a3"; } .sfi-fa-umbrella:before { content: "\f0e9"; } .sfi-fa-idea:before { content: "\f0eb"; } .sfi-fa-unlink:before { content: "\f127"; } .sfi-fa-plugin:before { content: "\f12e"; } .sfi-fa-anchor:before { content: "\f13d"; } .sfi-fa-like:before { content: "\f164"; } .sfi-fa-dislike:before { content: "\f165"; } .sfi-fa-linux:before { content: "\f17c"; } .sfi-fa-sun:before { content: "\f185"; } .sfi-fa-moon:before { content: "\f186"; } .sfi-fa-twig:before { content: "\f18c"; } .sfi-fa-unicode:before { content: "\f1ab"; } .sfi-fa-plane:before { content: "\f1d9"; } .sfi-fa-bday-cake:before { content: "\f1fd"; } /* END */
0.252568
0.091463
body { font-family: "Roboto", sans-serif; margin: 0; position: relative; } .no-scroll { overflow-y: hidden !important; } .mobile-header { background-color: #b41720; } .mobile-header__menu-button { font-size: 30px; background-color: transparent; color: white; border: none; padding: 10px 20px; } .header__container { max-width: 1436px; width: 100%; margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__logo-column { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 30px; padding-left: 15px; padding-right: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__logo { max-width: 364px; width: 100%; } .header__contact-column { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__contact-column-small { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; padding-left: 15px; padding-right: 15px; width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header__contact-column-small-label { padding-right: 15px; color: #b41720; font-size: 15px; } .header__contact-column-small-label--top { padding-bottom: 10px; border-bottom: 1px solid #cccccc; } .header__contact-column-small-label--bottom { padding-top: 10px; } .header__contact-column-small-number { padding-left: 15px; color: #4d565b; font-size: 16px; } .header__contact-column-small-number--top { padding-bottom: 10px; border-bottom: 1px solid #cccccc; } .header__contact-column-small-number--bottom { padding-top: 10px; } .header__contact-column-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header__contact-column-large { padding-left: 15px; padding-right: 15px; } .header__contact-column-large-label { font-size: 22px; font-weight: 300; color: #b41720; text-align: center; } .header__contact-column-large-number { font-size: 32px; font-weight: 700; color: #4d565b; } .header__search-column { padding-left: 15px; padding-right: 15px; } .header__search-button { color: #4d565b; border: 1px solid #cccccc; padding: 15px 17px; border-radius: 3px; background-color: transparent; font-size: 22px; } .menu { background-color: #b41720; margin-bottom: 40px; display: none; } .nav { display: -webkit-box; display: -ms-flexbox; display: flex; list-style-type: none; max-width: 1400px; width: 100%; margin: 0 auto; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; } .nav__item { position: relative; } .nav__link { color: white; text-decoration: none; font-size: 14px; padding: 25px 18px; display: inline-block; border-left: 1px solid rgba(255, 255, 255, 0.19); font-weight: 700; letter-spacing: 2px; } .nav__link--last { border-right: 1px solid rgba(255, 255, 255, 0.19); } .nav__item:hover .nav__link { background-color: #232323; } .fa-angle-down { margin-left: 15px; display: inline-block; color: rgba(255, 255, 255, 0.50); } .subnav { position: absolute; visibility: hidden; opacity: 0; left: 0; display: none; background-color: #232323; list-style-type: none; padding: 0 30px; z-index: 1; min-width: 240px; } .nav__item--has-subnav:hover .subnav { visibility: visible; opacity: 1; display: block; } .subnav__link { color: white; text-decoration: none; font-size: 14px; padding: 25px 0; display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.19); } .subnav__link--last { border-bottom: none; } .articles__container { width: 100%; margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 1440px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .article { width: 100%; padding-left: 20px; padding-right: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 40px; } .article__wrapper { background-size: auto 100%; background-position: center; display: block; height: 520px; position: relative; color: white; } .article__wrapper--first { background-image: url("assets/news1.jpg"); } .article__wrapper--second { background-image: url("assets/news2.jpg"); } .article__wrapper--third { background-image: url("assets/news3.jpg"); } .article__dark-layer { background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.5))); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); position: absolute; width: 100%; height: 100%; } .article__content { position: absolute; bottom: 0; width: 100%; padding: 45px; -webkit-box-sizing: border-box; box-sizing: border-box; } .article__title { font-size: 30px; font-weight: 700; margin-bottom: 25px; } .article__summary { margin: 0; font-size: 15px; line-height: 2; } .mobile-menu { width: 300px; position: fixed; top: 0; left: -300px; background-color: #b41720; -webkit-transition: left .3s; -o-transition: left .3s; transition: left .3s; height: 100vh; overflow-y: auto; z-index: 3; } .mobile-menu__close-button { font-size: 30px; background-color: transparent; color: white; border: none; padding: 10px 20px; position: absolute; right: 0 } .mobnav { list-style-type: none; width: 100%; padding: 0; } .mobsubnav { list-style-type: none; width: 100%; padding: 0 0 0 30px; } .mobnav__link, .mobsubnav__link { color: white; text-decoration: none; font-size: 14px; padding: 20px 30px; display: inline-block; font-weight: 700; letter-spacing: 2px; } .mobile-menu--open { left: 0; -webkit-transition: left .3s; -o-transition: left .3s; transition: left .3s; } .dark-layer { background-color: #00000080; width: 0; opacity: 0; -webkit-transition: opacity .3s, width 0s .3s; -o-transition: opacity .3s, width 0s .3s; transition: opacity .3s, width 0s .3s; position: fixed; height: 100vh; z-index: 2; top: 0 } .dark-layer--active { display: block; width: 100%; opacity: 1; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; } @media (min-width: 608px) { .header__contact-column-small { width: auto; } .header__contact-column-right { width: auto; } .article { width: 50%; } } @media (min-width: 986px) { .header__logo-column { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .mobile-header { display: none; } .menu { display: block; } .article { width: calc(100% / 3); } } @media (min-width: 1172px) { .nav__link { padding: 25px 30px; } }
style.css
body { font-family: "Roboto", sans-serif; margin: 0; position: relative; } .no-scroll { overflow-y: hidden !important; } .mobile-header { background-color: #b41720; } .mobile-header__menu-button { font-size: 30px; background-color: transparent; color: white; border: none; padding: 10px 20px; } .header__container { max-width: 1436px; width: 100%; margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__logo-column { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 30px; padding-left: 15px; padding-right: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__logo { max-width: 364px; width: 100%; } .header__contact-column { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header__contact-column-small { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; padding-left: 15px; padding-right: 15px; width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header__contact-column-small-label { padding-right: 15px; color: #b41720; font-size: 15px; } .header__contact-column-small-label--top { padding-bottom: 10px; border-bottom: 1px solid #cccccc; } .header__contact-column-small-label--bottom { padding-top: 10px; } .header__contact-column-small-number { padding-left: 15px; color: #4d565b; font-size: 16px; } .header__contact-column-small-number--top { padding-bottom: 10px; border-bottom: 1px solid #cccccc; } .header__contact-column-small-number--bottom { padding-top: 10px; } .header__contact-column-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .header__contact-column-large { padding-left: 15px; padding-right: 15px; } .header__contact-column-large-label { font-size: 22px; font-weight: 300; color: #b41720; text-align: center; } .header__contact-column-large-number { font-size: 32px; font-weight: 700; color: #4d565b; } .header__search-column { padding-left: 15px; padding-right: 15px; } .header__search-button { color: #4d565b; border: 1px solid #cccccc; padding: 15px 17px; border-radius: 3px; background-color: transparent; font-size: 22px; } .menu { background-color: #b41720; margin-bottom: 40px; display: none; } .nav { display: -webkit-box; display: -ms-flexbox; display: flex; list-style-type: none; max-width: 1400px; width: 100%; margin: 0 auto; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; } .nav__item { position: relative; } .nav__link { color: white; text-decoration: none; font-size: 14px; padding: 25px 18px; display: inline-block; border-left: 1px solid rgba(255, 255, 255, 0.19); font-weight: 700; letter-spacing: 2px; } .nav__link--last { border-right: 1px solid rgba(255, 255, 255, 0.19); } .nav__item:hover .nav__link { background-color: #232323; } .fa-angle-down { margin-left: 15px; display: inline-block; color: rgba(255, 255, 255, 0.50); } .subnav { position: absolute; visibility: hidden; opacity: 0; left: 0; display: none; background-color: #232323; list-style-type: none; padding: 0 30px; z-index: 1; min-width: 240px; } .nav__item--has-subnav:hover .subnav { visibility: visible; opacity: 1; display: block; } .subnav__link { color: white; text-decoration: none; font-size: 14px; padding: 25px 0; display: block; border-bottom: 1px solid rgba(255, 255, 255, 0.19); } .subnav__link--last { border-bottom: none; } .articles__container { width: 100%; margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 1440px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .article { width: 100%; padding-left: 20px; padding-right: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 40px; } .article__wrapper { background-size: auto 100%; background-position: center; display: block; height: 520px; position: relative; color: white; } .article__wrapper--first { background-image: url("assets/news1.jpg"); } .article__wrapper--second { background-image: url("assets/news2.jpg"); } .article__wrapper--third { background-image: url("assets/news3.jpg"); } .article__dark-layer { background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.5))); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); position: absolute; width: 100%; height: 100%; } .article__content { position: absolute; bottom: 0; width: 100%; padding: 45px; -webkit-box-sizing: border-box; box-sizing: border-box; } .article__title { font-size: 30px; font-weight: 700; margin-bottom: 25px; } .article__summary { margin: 0; font-size: 15px; line-height: 2; } .mobile-menu { width: 300px; position: fixed; top: 0; left: -300px; background-color: #b41720; -webkit-transition: left .3s; -o-transition: left .3s; transition: left .3s; height: 100vh; overflow-y: auto; z-index: 3; } .mobile-menu__close-button { font-size: 30px; background-color: transparent; color: white; border: none; padding: 10px 20px; position: absolute; right: 0 } .mobnav { list-style-type: none; width: 100%; padding: 0; } .mobsubnav { list-style-type: none; width: 100%; padding: 0 0 0 30px; } .mobnav__link, .mobsubnav__link { color: white; text-decoration: none; font-size: 14px; padding: 20px 30px; display: inline-block; font-weight: 700; letter-spacing: 2px; } .mobile-menu--open { left: 0; -webkit-transition: left .3s; -o-transition: left .3s; transition: left .3s; } .dark-layer { background-color: #00000080; width: 0; opacity: 0; -webkit-transition: opacity .3s, width 0s .3s; -o-transition: opacity .3s, width 0s .3s; transition: opacity .3s, width 0s .3s; position: fixed; height: 100vh; z-index: 2; top: 0 } .dark-layer--active { display: block; width: 100%; opacity: 1; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; } @media (min-width: 608px) { .header__contact-column-small { width: auto; } .header__contact-column-right { width: auto; } .article { width: 50%; } } @media (min-width: 986px) { .header__logo-column { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .mobile-header { display: none; } .menu { display: block; } .article { width: calc(100% / 3); } } @media (min-width: 1172px) { .nav__link { padding: 25px 30px; } }
0.442396
0.056522
button:disabled { background-color: #e9ecef; cursor: default; } button:disabled:hover { background-color: #e9ecef; } .btn-outline-dark:disabled, .btn-outline-dark:disabled:hover { background-color: #e9ecef; color: #343a40; } .btn-danger:disabled, .btn-danger:disabled:hover { color: #343a40; background-color: #e9ecef; } .btn-info:disabled:hover, .btn-info:disabled { color: #343a40; background-color: #e9ecef; } .btn-success:disabled { color: #343a40; background-color: #e9ecef; } .btn-primary:disabled:hover, .btn-primary:disabled { color: #343a40; background-color: #e9ecef; } .btn:disabled:hover { background-color: #e9ecef; } .btn-switch { color: #fff; background-color: rgba(0, 0, 0, 0.25); border-color: rgba(0, 0, 0, 0.25); } .btn-switch:hover { color: #fff; background-color: rgba(0, 0, 0, 0.25); border-color: rgba(0, 0, 0, 0.25); } .btn-switch:focus, .btn-switch.focus { color: #fff; background-color: rgba(0, 0, 0, 0.25); border-color: rgba(0, 0, 0, 0.25); box-shadow: 0 0 0 0.1rem rgba(38, 143, 255, 0.5); } .btn-outline-dark:hover { color: #fff; background-color: #626f7a; border-color: #343a40; } .btn-switch.disabled, .btn-switch:disabled { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-switch:not(:disabled):not(.disabled):active, .btn-switch:not(:disabled):not(.disabled).active, .show>.btn-switch.dropdown-toggle { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-switch:not(:disabled):not(.disabled):active:focus, .btn-switch:not(:disabled):not(.disabled).active:focus, .show>.btn-switch.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } .btn-regular { padding: 0.3rem 0.65rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.25rem; } .btn-ssm { padding: 0.2rem 0.35rem; font-size: 0.875rem; line-height: 1.2; border-radius: 0.25rem; } .btn-bolder { font-weight: bolder; } .btn-checkbox { color: #28a745; border-color: #28a745; } .btn-checkbox:hover { color: #000000; background-color: #33d659; border-color: #28a745; } .btn-checkbox:focus, .btn-checkbox.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .btn-checkbox.disabled, .btn-checkbox:disabled { color: #28a745; background-color: transparent; } .btn-checkbox:not(:disabled):active, .btn-checkbox:not(:disabled).active { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-checkbox:active:disabled, .btn-checkbox.active:disabled, .btn-checkbox:active.disabled, .btn-checkbox.active.disabled { cursor: default; } .btn-checkbox:not(:disabled):not(.disabled):active:focus, .btn-checkbox:not(:disabled):not(.disabled).active:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .btn-checkbox:not(.active):disabled:hover, .btn-checkbox:not(.active).disabled:hover, .btn-checkbox:not(.active):disabled:active, .btn-checkbox:not(.active).disabled:active, .btn-checkbox:not(.active):disabled, .btn-checkbox:not(.active).disabled { color: #343a40; background-color: #e9ecef; cursor: default; }
css/button.css
button:disabled { background-color: #e9ecef; cursor: default; } button:disabled:hover { background-color: #e9ecef; } .btn-outline-dark:disabled, .btn-outline-dark:disabled:hover { background-color: #e9ecef; color: #343a40; } .btn-danger:disabled, .btn-danger:disabled:hover { color: #343a40; background-color: #e9ecef; } .btn-info:disabled:hover, .btn-info:disabled { color: #343a40; background-color: #e9ecef; } .btn-success:disabled { color: #343a40; background-color: #e9ecef; } .btn-primary:disabled:hover, .btn-primary:disabled { color: #343a40; background-color: #e9ecef; } .btn:disabled:hover { background-color: #e9ecef; } .btn-switch { color: #fff; background-color: rgba(0, 0, 0, 0.25); border-color: rgba(0, 0, 0, 0.25); } .btn-switch:hover { color: #fff; background-color: rgba(0, 0, 0, 0.25); border-color: rgba(0, 0, 0, 0.25); } .btn-switch:focus, .btn-switch.focus { color: #fff; background-color: rgba(0, 0, 0, 0.25); border-color: rgba(0, 0, 0, 0.25); box-shadow: 0 0 0 0.1rem rgba(38, 143, 255, 0.5); } .btn-outline-dark:hover { color: #fff; background-color: #626f7a; border-color: #343a40; } .btn-switch.disabled, .btn-switch:disabled { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-switch:not(:disabled):not(.disabled):active, .btn-switch:not(:disabled):not(.disabled).active, .show>.btn-switch.dropdown-toggle { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-switch:not(:disabled):not(.disabled):active:focus, .btn-switch:not(:disabled):not(.disabled).active:focus, .show>.btn-switch.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } .btn-regular { padding: 0.3rem 0.65rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.25rem; } .btn-ssm { padding: 0.2rem 0.35rem; font-size: 0.875rem; line-height: 1.2; border-radius: 0.25rem; } .btn-bolder { font-weight: bolder; } .btn-checkbox { color: #28a745; border-color: #28a745; } .btn-checkbox:hover { color: #000000; background-color: #33d659; border-color: #28a745; } .btn-checkbox:focus, .btn-checkbox.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .btn-checkbox.disabled, .btn-checkbox:disabled { color: #28a745; background-color: transparent; } .btn-checkbox:not(:disabled):active, .btn-checkbox:not(:disabled).active { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-checkbox:active:disabled, .btn-checkbox.active:disabled, .btn-checkbox:active.disabled, .btn-checkbox.active.disabled { cursor: default; } .btn-checkbox:not(:disabled):not(.disabled):active:focus, .btn-checkbox:not(:disabled):not(.disabled).active:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .btn-checkbox:not(.active):disabled:hover, .btn-checkbox:not(.active).disabled:hover, .btn-checkbox:not(.active):disabled:active, .btn-checkbox:not(.active).disabled:active, .btn-checkbox:not(.active):disabled, .btn-checkbox:not(.active).disabled { color: #343a40; background-color: #e9ecef; cursor: default; }
0.448789
0.081849
body { overflow: hidden; background: #fff; margin: 0; padding: 0; } h1 { margin-top: -80px; position: absolute; top: 50%; width: 100%; z-index: 2; color: #333; text-align: center; font: 200 9vh/15vh "Helvetica Neue", "Roboto-Light", "Segoe UI", Helvetica, Arial, sans-serif; background: rgba(255,255,255,0.91); padding: 20px 0; } .gridactually-container { width: 100%; overflow: hidden; } .gridactually { height: 100%; background-color: #fff; width: auto; overflow: hidden; z-index: 0; } .gridactually .box { float: left; perspective: 1000; } .gridactually .box.flipped .images { -webkit-transform: rotate3d(0, 1, 0, 180deg); -moz-transform: rotate3d(0, 1, 0, 180deg); -o-transform: rotate3d(0, 1, 0, 180deg); -ms-transform: rotate3d(0, 1, 0, 180deg); transform: rotate3d(0, 1, 0, 180deg); } .gridactually .box .images { -webkit-transition: -webkit-transform 0.6s; -moz-transition: -moz-transform 0.6s; -o-transition: -o-transform 0.6s; -ms-transition: -ms-transform 0.6s; transition: transform 0.6s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; position: relative; } /* hide back of pane during swap */ .gridactually .box .front, .gridactually .box .back { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; position: absolute; top: 0; left: 0; } .gridactually .box .front { z-index: 1; background-repeat: no-repeat; background-color: #999; background-size: cover; } .gridactually .box .back { -webkit-transform: rotate3d(0, 1, 0, 180deg); -moz-transform: rotate3d(0, 1, 0, 180deg); -o-transform: rotate3d(0, 1, 0, 180deg); -ms-transform: rotate3d(0, 1, 0, 180deg); transform: rotate3d(0, 1, 0, 180deg); } .gridactually-image { position: absolute; top: -3000px; } .gridactually-overlay { background-color: rgba(255, 255, 255, 0.14); position: absolute; top: 0; left: 0; z-index: 1; width: 100%; }
gridactually.css
body { overflow: hidden; background: #fff; margin: 0; padding: 0; } h1 { margin-top: -80px; position: absolute; top: 50%; width: 100%; z-index: 2; color: #333; text-align: center; font: 200 9vh/15vh "Helvetica Neue", "Roboto-Light", "Segoe UI", Helvetica, Arial, sans-serif; background: rgba(255,255,255,0.91); padding: 20px 0; } .gridactually-container { width: 100%; overflow: hidden; } .gridactually { height: 100%; background-color: #fff; width: auto; overflow: hidden; z-index: 0; } .gridactually .box { float: left; perspective: 1000; } .gridactually .box.flipped .images { -webkit-transform: rotate3d(0, 1, 0, 180deg); -moz-transform: rotate3d(0, 1, 0, 180deg); -o-transform: rotate3d(0, 1, 0, 180deg); -ms-transform: rotate3d(0, 1, 0, 180deg); transform: rotate3d(0, 1, 0, 180deg); } .gridactually .box .images { -webkit-transition: -webkit-transform 0.6s; -moz-transition: -moz-transform 0.6s; -o-transition: -o-transform 0.6s; -ms-transition: -ms-transform 0.6s; transition: transform 0.6s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; position: relative; } /* hide back of pane during swap */ .gridactually .box .front, .gridactually .box .back { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; position: absolute; top: 0; left: 0; } .gridactually .box .front { z-index: 1; background-repeat: no-repeat; background-color: #999; background-size: cover; } .gridactually .box .back { -webkit-transform: rotate3d(0, 1, 0, 180deg); -moz-transform: rotate3d(0, 1, 0, 180deg); -o-transform: rotate3d(0, 1, 0, 180deg); -ms-transform: rotate3d(0, 1, 0, 180deg); transform: rotate3d(0, 1, 0, 180deg); } .gridactually-image { position: absolute; top: -3000px; } .gridactually-overlay { background-color: rgba(255, 255, 255, 0.14); position: absolute; top: 0; left: 0; z-index: 1; width: 100%; }
0.57821
0.105671
--------------------------------------------------------- */ .wrap { width: 100%; clear: both; } .main { width: 980px; max-width: 1200px; margin: 0 auto; position: relative;} .column { overflow: hidden; float: left; } .ja-mass { clear: both; } /* Gutter ---*/ .main .inner { /* We use liquid layout, so we need to insert a div which will create margin if need */ padding-left: 15px; padding-right: 15px; } .main .main-inner1 { /* We use liquid layout, so we need to insert a div which will create margin if need */ margin-left: 15px; margin-right: 15px; } .column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module { /* for side columns and spotlight, we only need to add margin or padding to Module */ margin-left: 15px; margin-right: 15px; } .ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module { margin-right: 0; margin-left: 30px; } .ja-inset1 div.ja-moduletable, .ja-inset1 .div.moduletable, .ja-inset1 div.ja-module, .ja-inset1 div.module { margin-right: 30px; margin-left: 0; } .item .contentpaneopen { /* for article columns, we only need to add margin or padding to this div */ padding-left: 15px; padding-right: 15px; } .items-leading { } .items-row { /* minus the spacing of the article row to macth with the Gutter & global grid */ margin-left: -15px; margin-right: -15px; } /* MAIN COLUMN --------------------------------------------------------- */ #ja-mainbody { float: left; } #ja-current-content, #ja-main { float: right; } /* SIDE COLUMNS --------------------------------------------------------- */ .ja-colswrap {} .ja-col {} /* Left Column ---*/ #ja-left .ja-l2 .ja-left1, #ja-left .ja-l2 .ja-left2 { width: 50%; } #ja-left .ja-l1 .ja-col { width: 100%; } /* Right Column ---*/ #ja-right { float: right; } #ja-right .ja-r2 .ja-right1, #ja-right .ja-r2 .ja-right2 { width: 50%; } #ja-right .ja-r1 .ja-col { width: 100%; } /* HEADER --------------------------------------------------------- */ #ja-header {} /* FOOTER --------------------------------------------------------- */ #ja-footer { clear: both; } /* CONTENT'S GRIDS --------------------------------------------------------- */ .item { float: left; position: relative; } .cols-1 .item { width: 100%; } .cols-2 .item { width: 50%; } .cols-3 .item { width: 33.33%; } .cols-4 .item { width: 25%; } .cols-5 .item { width: 20%; } /* SPOTLIGHT --------------------------------------------------------- */ #ja-topsl {} #ja-botsl {} .ja-box { float: left; overflow: hidden; } .ja-box-right { position: absolute; right: 0; }
plugins/system/jat3/jat3/base-themes/default/css/layout.css
--------------------------------------------------------- */ .wrap { width: 100%; clear: both; } .main { width: 980px; max-width: 1200px; margin: 0 auto; position: relative;} .column { overflow: hidden; float: left; } .ja-mass { clear: both; } /* Gutter ---*/ .main .inner { /* We use liquid layout, so we need to insert a div which will create margin if need */ padding-left: 15px; padding-right: 15px; } .main .main-inner1 { /* We use liquid layout, so we need to insert a div which will create margin if need */ margin-left: 15px; margin-right: 15px; } .column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module { /* for side columns and spotlight, we only need to add margin or padding to Module */ margin-left: 15px; margin-right: 15px; } .ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module { margin-right: 0; margin-left: 30px; } .ja-inset1 div.ja-moduletable, .ja-inset1 .div.moduletable, .ja-inset1 div.ja-module, .ja-inset1 div.module { margin-right: 30px; margin-left: 0; } .item .contentpaneopen { /* for article columns, we only need to add margin or padding to this div */ padding-left: 15px; padding-right: 15px; } .items-leading { } .items-row { /* minus the spacing of the article row to macth with the Gutter & global grid */ margin-left: -15px; margin-right: -15px; } /* MAIN COLUMN --------------------------------------------------------- */ #ja-mainbody { float: left; } #ja-current-content, #ja-main { float: right; } /* SIDE COLUMNS --------------------------------------------------------- */ .ja-colswrap {} .ja-col {} /* Left Column ---*/ #ja-left .ja-l2 .ja-left1, #ja-left .ja-l2 .ja-left2 { width: 50%; } #ja-left .ja-l1 .ja-col { width: 100%; } /* Right Column ---*/ #ja-right { float: right; } #ja-right .ja-r2 .ja-right1, #ja-right .ja-r2 .ja-right2 { width: 50%; } #ja-right .ja-r1 .ja-col { width: 100%; } /* HEADER --------------------------------------------------------- */ #ja-header {} /* FOOTER --------------------------------------------------------- */ #ja-footer { clear: both; } /* CONTENT'S GRIDS --------------------------------------------------------- */ .item { float: left; position: relative; } .cols-1 .item { width: 100%; } .cols-2 .item { width: 50%; } .cols-3 .item { width: 33.33%; } .cols-4 .item { width: 25%; } .cols-5 .item { width: 20%; } /* SPOTLIGHT --------------------------------------------------------- */ #ja-topsl {} #ja-botsl {} .ja-box { float: left; overflow: hidden; } .ja-box-right { position: absolute; right: 0; }
0.36591
0.161122
@charset "UTF-8"; /*Обнуление*/ * { padding: 0; margin: 0; border: 0; -webkit-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } :focus, :active { outline: none; } a:focus, a:active { outline: none; } nav, footer, header, aside { display: block; } html, body { height: 100%; width: 100%; font-size: 100%; line-height: 1; font-size: 14px; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } input, button, textarea { font-family: inherit; } input::-ms-clear { display: none; } button { cursor: pointer; } button::-moz-focus-inner { padding: 0; border: 0; } a, a:visited { text-decoration: none; } a:hover { text-decoration: none; } ul li { list-style: none; } img { vertical-align: top; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /*--------------------*/ body { font-weight: 400; } .wrapper { width: 100%; min-height: 100%; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .container { margin: 0 auto; padding: 1px 10px; } @media (max-width: 768.98px) { .container { max-width: none; padding: 0 10px; } } .nav { background-color: #fff; z-index: 10; position: fixed; top: 0; left: 0; width: 100%; border-bottom: 1px solid #12aff0; } .nav .nav__row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; height: 75px; position: relative; padding: 0 5% 0 8%; } @media (max-width: 768.98px) { .nav .nav__row { height: 50px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } .nav .nav__logo { z-index: 2; } .nav .nav__logo img { width: 80px; height: 60px; } @media (max-width: 768.98px) { .nav .nav__logo { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } } .nav .nav__logo .logo__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } @media (max-width: 768.98px) { .nav .nav__menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; } .nav .nav__menu._active { background-color: black; opacity: 0.5; } } .nav .menu { padding-left: 3.15789%; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } @media (max-width: 768.98px) { .nav .menu { padding-left: 4px; padding: 2px 0 0 0; } } .nav .menu .icon__menu { display: none; } @media (max-width: 768.98px) { .nav .menu .icon__menu { display: block; position: relative; width: 30px; height: 29px; margin: 10px 0 0 10px; z-index: 6; } .nav .menu .icon__menu span { position: absolute; background-color: #bfa16b; left: 0; width: 100%; height: 3px; } .nav .menu .icon__menu span:first-child { top: 13px; } .nav .menu .icon__menu span:last-child { bottom: 0; } } @media (max-width: 768.98px) { .nav .menu__body { opacity: 0; visibility: hidden; position: fixed; background-color: #1c242a; width: 100%; height: 50px; left: 0; top: 0; margin: -50px 0 0 0; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .nav .menu__body:after { content: ''; display: none; background-color: #1c242a; position: fixed; top: 0; left: 0; width: 100%; height: 50px; z-index: 10; } .nav .menu__body._active { opacity: 1; visibility: visible; -webkit-transition: margin 0.2s ease; -o-transition: margin 0.2s ease; transition: margin 0.2s ease; margin: 0 0 0 0; } } .nav .menu__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .nav .menu__list li { margin: 0 3.15789%; } @media (max-width: 768.98px) { .nav .menu__list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; margin: 50px 0 0 0; } .nav .menu__list li { padding: 0 0 30px 0; } .nav .menu__list li:last-child { padding: 0; } .nav .menu__list li:first-child { margin-top: 30px; } } .nav .menu__link, .nav .act-nav__region { color: #000; font-size: 20px; font-weight: 400; line-height: 21px; /* Text style for "Главная" */ letter-spacing: 1.4px; } .nav .menu__link:hover, .nav .act-nav__region:hover { text-decoration: underline; } @media (max-width: 768.98px) { .nav .menu__link, .nav .act-nav__region { font-size: 20px; } } .nav .nav__actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .nav .act-nav__region { padding: 0 0 0 30px; line-height: 18px; min-width: 18px; min-height: 18px; } @media (max-width: 890px) { .nav .act-nav__region span { padding: 0; display: none; } } .nav .act-nav__user { margin: 0 0 0 30px; } @media (max-width: 890px) { .nav .act-nav__user { margin: 0 0 0 10px; } } .nav .user-nav { z-index: 4; } .nav .user-nav .user-nav__icon { cursor: pointer; } .nav .user-nav .user-nav__menu { opacity: 0; visibility: hidden; -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; top: 88px; right: 0; background-color: #1c242a; position: absolute; padding: 10px 20px 5PX 20px; } .nav .user-nav .user-nav__menu._active { z-index: 2; -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; opacity: 1; visibility: visible; top: 78px; } @media (max-width: 768.98px) { .nav .user-nav .user-nav__menu._active { top: 53px; } } .nav .user-nav .user-nav__menu li { margin: 0 0 10px 0; } .nav .user-nav .user-nav__menu li:last-child { margin: 0 0 0 -px; } .nav .user-nav .user-nav__link { color: #ffffff; font-size: 14px; font-weight: 400; line-height: 25px; padding: 0 0 0 30px; display: inline-block; line-height: 18px; } @media (min-width: 992px) { .nav .user-nav .user-nav__link:hover { text-decoration: underline; } } .nav .user-nav .user_nav__link1 { background: url("../../icon/globe_min.png") left center no-repeat; } .nav .user-nav .user_nav__link2 { background: url("../../icon/globe_min.png") left center no-repeat; } .nav .user-nav .user_nav__link3 { background: url("../../icon/globe_min.png") left center no-repeat; } .nav .user-nav .user_nav__link4 { background: url("../../icon/globe_min.png") left center no-repeat; }
style/nav.css
@charset "UTF-8"; /*Обнуление*/ * { padding: 0; margin: 0; border: 0; -webkit-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } :focus, :active { outline: none; } a:focus, a:active { outline: none; } nav, footer, header, aside { display: block; } html, body { height: 100%; width: 100%; font-size: 100%; line-height: 1; font-size: 14px; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } input, button, textarea { font-family: inherit; } input::-ms-clear { display: none; } button { cursor: pointer; } button::-moz-focus-inner { padding: 0; border: 0; } a, a:visited { text-decoration: none; } a:hover { text-decoration: none; } ul li { list-style: none; } img { vertical-align: top; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /*--------------------*/ body { font-weight: 400; } .wrapper { width: 100%; min-height: 100%; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .container { margin: 0 auto; padding: 1px 10px; } @media (max-width: 768.98px) { .container { max-width: none; padding: 0 10px; } } .nav { background-color: #fff; z-index: 10; position: fixed; top: 0; left: 0; width: 100%; border-bottom: 1px solid #12aff0; } .nav .nav__row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; height: 75px; position: relative; padding: 0 5% 0 8%; } @media (max-width: 768.98px) { .nav .nav__row { height: 50px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } .nav .nav__logo { z-index: 2; } .nav .nav__logo img { width: 80px; height: 60px; } @media (max-width: 768.98px) { .nav .nav__logo { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } } .nav .nav__logo .logo__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } @media (max-width: 768.98px) { .nav .nav__menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; } .nav .nav__menu._active { background-color: black; opacity: 0.5; } } .nav .menu { padding-left: 3.15789%; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } @media (max-width: 768.98px) { .nav .menu { padding-left: 4px; padding: 2px 0 0 0; } } .nav .menu .icon__menu { display: none; } @media (max-width: 768.98px) { .nav .menu .icon__menu { display: block; position: relative; width: 30px; height: 29px; margin: 10px 0 0 10px; z-index: 6; } .nav .menu .icon__menu span { position: absolute; background-color: #bfa16b; left: 0; width: 100%; height: 3px; } .nav .menu .icon__menu span:first-child { top: 13px; } .nav .menu .icon__menu span:last-child { bottom: 0; } } @media (max-width: 768.98px) { .nav .menu__body { opacity: 0; visibility: hidden; position: fixed; background-color: #1c242a; width: 100%; height: 50px; left: 0; top: 0; margin: -50px 0 0 0; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .nav .menu__body:after { content: ''; display: none; background-color: #1c242a; position: fixed; top: 0; left: 0; width: 100%; height: 50px; z-index: 10; } .nav .menu__body._active { opacity: 1; visibility: visible; -webkit-transition: margin 0.2s ease; -o-transition: margin 0.2s ease; transition: margin 0.2s ease; margin: 0 0 0 0; } } .nav .menu__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .nav .menu__list li { margin: 0 3.15789%; } @media (max-width: 768.98px) { .nav .menu__list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; margin: 50px 0 0 0; } .nav .menu__list li { padding: 0 0 30px 0; } .nav .menu__list li:last-child { padding: 0; } .nav .menu__list li:first-child { margin-top: 30px; } } .nav .menu__link, .nav .act-nav__region { color: #000; font-size: 20px; font-weight: 400; line-height: 21px; /* Text style for "Главная" */ letter-spacing: 1.4px; } .nav .menu__link:hover, .nav .act-nav__region:hover { text-decoration: underline; } @media (max-width: 768.98px) { .nav .menu__link, .nav .act-nav__region { font-size: 20px; } } .nav .nav__actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .nav .act-nav__region { padding: 0 0 0 30px; line-height: 18px; min-width: 18px; min-height: 18px; } @media (max-width: 890px) { .nav .act-nav__region span { padding: 0; display: none; } } .nav .act-nav__user { margin: 0 0 0 30px; } @media (max-width: 890px) { .nav .act-nav__user { margin: 0 0 0 10px; } } .nav .user-nav { z-index: 4; } .nav .user-nav .user-nav__icon { cursor: pointer; } .nav .user-nav .user-nav__menu { opacity: 0; visibility: hidden; -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; top: 88px; right: 0; background-color: #1c242a; position: absolute; padding: 10px 20px 5PX 20px; } .nav .user-nav .user-nav__menu._active { z-index: 2; -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; opacity: 1; visibility: visible; top: 78px; } @media (max-width: 768.98px) { .nav .user-nav .user-nav__menu._active { top: 53px; } } .nav .user-nav .user-nav__menu li { margin: 0 0 10px 0; } .nav .user-nav .user-nav__menu li:last-child { margin: 0 0 0 -px; } .nav .user-nav .user-nav__link { color: #ffffff; font-size: 14px; font-weight: 400; line-height: 25px; padding: 0 0 0 30px; display: inline-block; line-height: 18px; } @media (min-width: 992px) { .nav .user-nav .user-nav__link:hover { text-decoration: underline; } } .nav .user-nav .user_nav__link1 { background: url("../../icon/globe_min.png") left center no-repeat; } .nav .user-nav .user_nav__link2 { background: url("../../icon/globe_min.png") left center no-repeat; } .nav .user-nav .user_nav__link3 { background: url("../../icon/globe_min.png") left center no-repeat; } .nav .user-nav .user_nav__link4 { background: url("../../icon/globe_min.png") left center no-repeat; }
0.280321
0.040295
body{ background-color; font-family: 'Mukta', sans-serif; } h1, h1 , h2{ color: white; margin: 0; font-family: 'Francois One', sans-serif; font-weight: 700; font-size: 3em; } p{ font-family: 'Fredoka One', cursive; } .container{ width: 100%; } #competencias a,#contato a:link{ color: #00008B; } #competencias a,#contato a:visited{ color: #00008B; } #competencias a,#contato a:hover{ color: #00008B; } #competencias a,#contato a:active{ color: #00008B; } /*CABEÇALHO*/ .logo img{ border-radius: 50%; } nav{ display: flex; flex-direction: column; align-items: center; background-color: #00008B; padding: 30px; } nav ul{ list-style: none; padding: 0; display: flex; flex-direction: column; align-items: center; width: 100%; } nav ul li{ text-align: center; width: 100%; font-size: 1.5em; padding: 2%; } nav ul li a { display: inline-block; padding: 10px 0; width: 100%; text-decoration: none; color: white; } /*HEADER*/ header{ background-image: url('../img/background.gif'); background-size: cover; background-position: center; background-repeat: no-repeat; color: white; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 30px; position: relative; } header p{ margin-bottom: 2em; font-size: 1.7em; color: white; } .botao{ color: white; text-decoration: none; padding: 10px 30px; background-color: #00008B; font-size: 0.8em; border-radius: 5%; } /*SOBRE*/ #sobre{ display: flex; flex-direction: column; align-items: center; text-align: center; background-color: black; color: white; } #sobre h2{ margin-top: 20px; font-size: 2em; } .foto img{ width: 60%; } .foto{ float: left; width: 50%; } .texto{ margin-left: 70px; color: white; float: center; width: 60%; } /*SOBRE*/ #sobre{ flex-direction: row; flex-wrap: wrap; align-items: center; height: 90vh; justify-content: center; min-height: 80vh; } #sobre h2{ font-size: 3em; text-align: center; width: 100%; } #sobre div{ flex-grow: 1; flex-basis: 300px; padding: 0 10px; } /*ESPECIALIDADES*/ #especialidades { padding: 20px; display: flex; flex-direction: column; align-items: center; position: relative; margin: 0 auto; } #especialidades div { display: flex; flex-direction: column; align-items: center; text-align: center; margin-top: 30px; } #especialidades p { line-height: 1.5; margin: 2vh; font-size: 1.2em; } #especialidades img { width: 100px; margin: 10px 0; } #especialidades h2 { font-size: 3em; color: black; margin-top: 200px; } #especialidades h3 { font-size: 2em; color: black; } /*COMPETENCIAS*/ #competencias{ float: center; display: flex; flex-direction: column; align-items: center; text-align: center; padding-top:20px; margin-left: 20px; margin-right: 20px; } #competencias h2{ margin-bottom: 50px; margin-top: 200px; font-size:3em; text-align: center; color: black; } #competencias h3,p{ margin-bottom: 20px; margin-top: 10px; font-size:1em; text-align: center; color: black; } #competencias p{ font-size: 1em; } #competencias a{ text-decoration:none; } #competencias img{ width: 50%; margin-bottom: 0; } #competencias .port p{ border-left: 2px solid white; border-right: 2px solid white; border-bottom: 2px solid white; margin-top: 0; padding-right: 15px; padding-left: 15px; line-height: 1.5; border-radius: 15px; } /*MEUS TRABALHOS*/ .trab img:hover{ -ms-transform: rotate(-10deg); -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(); } .trab img{ border:5px groove black; } /*HOBBY #hobby { display: flex; flex-direction: column; align-items: center; padding-top: 20px; margin-left: 20px; margin-right: 20px; width: 100%; } #hobby h2{ color:black; font-size: 3em; margin-top: 200px; text-align: center; } .hobby{ width: 40%; align-items: center; text-align: center; } .hobby h3{ font-size: 1.5em; margin-top: 30px; margin-bottom: 14px; } .hobby p{ margin-top: 100px; font-size: 1.4em; } .hobby img{ width: 50%; margin-bottom: 0; } */ /*CONTATO*/ #contato{ display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 20px; width: 100%; } #contato h2{ margin-left: 20px; margin-right: 20px; margin-bottom: 50px; margin-top: 200px; font-size: 3em; text-align: center; color: black; } #contato > p{ margin-bottom: 20px; font-size: 1.2em; text-align: center; } #contato a{ text-decoration: none; text-align: center; font-family: "Francois One" sans-serif; } #contato p{ margin-bottom: 200px; } /*FOOTER*/ footer{ text-align: center; width: 100%; padding-bottom: 20px; font-size: 1.5em; padding-top: 20px; background-color:rgb(0, 0, 130); color:white; } @media screen and (min-width: 768px){ nav { flex-direction: row; justify-content: space-around; } nav ul{ flex-direction: row; width: 100%; } /*HEADER*/ header{ height: 600px; width: 100%; justify-content: center; } /*SOBRE*/ #sobre{ display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; height: 90vh; justify-content: center; min-height: 80vh; width: 100%; } #sobre h2{ text-align: center; width: 100%; } #sobre div{ flex-grow: 1; flex-basis: 300px; padding: 0 10px; } /*ESPECIALIDADES*/ #especialidades{ flex-direction: row; flex-wrap: wrap; align-items: flex-start; max-width: 1000px; margin: 0 auto; } #especialidades h2{ text-align: center; width: 100%; } #especialidades div{ flex-grow: 1; flex-basis: 150px; padding: 0 10px; } #competencias{ flex-direction: row; flex-wrap: wrap; text-align: center; } #competencias h2,h3{ width: 100%; text-align: center; } #competencias .port{ width: 33.33333333333333333%; text-align: center; } /*CONTATO*/ #contato{ flex-direction: row; flex-wrap: wrap; justify-content: space-around; max-width: 100%; margin: 0 auto; text-align: center; max-height: 40vh; width: 100%; } #contato h2, #contato p{ width: 100%; text-align: center; }
css/estilo.css
body{ background-color; font-family: 'Mukta', sans-serif; } h1, h1 , h2{ color: white; margin: 0; font-family: 'Francois One', sans-serif; font-weight: 700; font-size: 3em; } p{ font-family: 'Fredoka One', cursive; } .container{ width: 100%; } #competencias a,#contato a:link{ color: #00008B; } #competencias a,#contato a:visited{ color: #00008B; } #competencias a,#contato a:hover{ color: #00008B; } #competencias a,#contato a:active{ color: #00008B; } /*CABEÇALHO*/ .logo img{ border-radius: 50%; } nav{ display: flex; flex-direction: column; align-items: center; background-color: #00008B; padding: 30px; } nav ul{ list-style: none; padding: 0; display: flex; flex-direction: column; align-items: center; width: 100%; } nav ul li{ text-align: center; width: 100%; font-size: 1.5em; padding: 2%; } nav ul li a { display: inline-block; padding: 10px 0; width: 100%; text-decoration: none; color: white; } /*HEADER*/ header{ background-image: url('../img/background.gif'); background-size: cover; background-position: center; background-repeat: no-repeat; color: white; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 30px; position: relative; } header p{ margin-bottom: 2em; font-size: 1.7em; color: white; } .botao{ color: white; text-decoration: none; padding: 10px 30px; background-color: #00008B; font-size: 0.8em; border-radius: 5%; } /*SOBRE*/ #sobre{ display: flex; flex-direction: column; align-items: center; text-align: center; background-color: black; color: white; } #sobre h2{ margin-top: 20px; font-size: 2em; } .foto img{ width: 60%; } .foto{ float: left; width: 50%; } .texto{ margin-left: 70px; color: white; float: center; width: 60%; } /*SOBRE*/ #sobre{ flex-direction: row; flex-wrap: wrap; align-items: center; height: 90vh; justify-content: center; min-height: 80vh; } #sobre h2{ font-size: 3em; text-align: center; width: 100%; } #sobre div{ flex-grow: 1; flex-basis: 300px; padding: 0 10px; } /*ESPECIALIDADES*/ #especialidades { padding: 20px; display: flex; flex-direction: column; align-items: center; position: relative; margin: 0 auto; } #especialidades div { display: flex; flex-direction: column; align-items: center; text-align: center; margin-top: 30px; } #especialidades p { line-height: 1.5; margin: 2vh; font-size: 1.2em; } #especialidades img { width: 100px; margin: 10px 0; } #especialidades h2 { font-size: 3em; color: black; margin-top: 200px; } #especialidades h3 { font-size: 2em; color: black; } /*COMPETENCIAS*/ #competencias{ float: center; display: flex; flex-direction: column; align-items: center; text-align: center; padding-top:20px; margin-left: 20px; margin-right: 20px; } #competencias h2{ margin-bottom: 50px; margin-top: 200px; font-size:3em; text-align: center; color: black; } #competencias h3,p{ margin-bottom: 20px; margin-top: 10px; font-size:1em; text-align: center; color: black; } #competencias p{ font-size: 1em; } #competencias a{ text-decoration:none; } #competencias img{ width: 50%; margin-bottom: 0; } #competencias .port p{ border-left: 2px solid white; border-right: 2px solid white; border-bottom: 2px solid white; margin-top: 0; padding-right: 15px; padding-left: 15px; line-height: 1.5; border-radius: 15px; } /*MEUS TRABALHOS*/ .trab img:hover{ -ms-transform: rotate(-10deg); -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(); } .trab img{ border:5px groove black; } /*HOBBY #hobby { display: flex; flex-direction: column; align-items: center; padding-top: 20px; margin-left: 20px; margin-right: 20px; width: 100%; } #hobby h2{ color:black; font-size: 3em; margin-top: 200px; text-align: center; } .hobby{ width: 40%; align-items: center; text-align: center; } .hobby h3{ font-size: 1.5em; margin-top: 30px; margin-bottom: 14px; } .hobby p{ margin-top: 100px; font-size: 1.4em; } .hobby img{ width: 50%; margin-bottom: 0; } */ /*CONTATO*/ #contato{ display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 20px; width: 100%; } #contato h2{ margin-left: 20px; margin-right: 20px; margin-bottom: 50px; margin-top: 200px; font-size: 3em; text-align: center; color: black; } #contato > p{ margin-bottom: 20px; font-size: 1.2em; text-align: center; } #contato a{ text-decoration: none; text-align: center; font-family: "Francois One" sans-serif; } #contato p{ margin-bottom: 200px; } /*FOOTER*/ footer{ text-align: center; width: 100%; padding-bottom: 20px; font-size: 1.5em; padding-top: 20px; background-color:rgb(0, 0, 130); color:white; } @media screen and (min-width: 768px){ nav { flex-direction: row; justify-content: space-around; } nav ul{ flex-direction: row; width: 100%; } /*HEADER*/ header{ height: 600px; width: 100%; justify-content: center; } /*SOBRE*/ #sobre{ display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; height: 90vh; justify-content: center; min-height: 80vh; width: 100%; } #sobre h2{ text-align: center; width: 100%; } #sobre div{ flex-grow: 1; flex-basis: 300px; padding: 0 10px; } /*ESPECIALIDADES*/ #especialidades{ flex-direction: row; flex-wrap: wrap; align-items: flex-start; max-width: 1000px; margin: 0 auto; } #especialidades h2{ text-align: center; width: 100%; } #especialidades div{ flex-grow: 1; flex-basis: 150px; padding: 0 10px; } #competencias{ flex-direction: row; flex-wrap: wrap; text-align: center; } #competencias h2,h3{ width: 100%; text-align: center; } #competencias .port{ width: 33.33333333333333333%; text-align: center; } /*CONTATO*/ #contato{ flex-direction: row; flex-wrap: wrap; justify-content: space-around; max-width: 100%; margin: 0 auto; text-align: center; max-height: 40vh; width: 100%; } #contato h2, #contato p{ width: 100%; text-align: center; }
0.24817
0.043732
html { font-family: 'Nanum Barun Gothic Light', '돋움', Dotum, helvetica, arial, sans-serif; color: #333; } body { width: 100%; height: 100%; } ul, li, ol, li { margin: 0; padding: 0; list-style: none; } h1, h2, h3, h4, h5, h6, p, dl, dt, dd, span { margin: 0; } /* *************** 스킵 내비게이션 *************** */ #skip_nav a { position: absolute; top: 0; left: -300px; z-index: 210; width: 230px; color: #fff; background: #0299c4; line-height: 45px; text-align: center; font-size: 20px; text-decoration: none; } #skip_nav a:focus { left: 0; } #wrap { min-width: 940px; } /* *************** 글로벌 내비게이션 *************** */ /* new GNB */ .hed-line-new { position: relative; width: 100%; } .hed-line-new .hed-wrap { width: 100%; height: 45px; background-color: #182042; } .hed-line-new .hed-cont { overflow: hidden; width: 940px; margin: 0 auto; } .hed-line-new .hed-wrap h1.nact-logo { float: left; margin: 0; } .hed-line-new .hed-wrap h1.nact-logo a { padding: 10px; display: block; } .hed-line-new .hed-wrap h1.nact-logo a span { display: block; text-indent: -9999px; width: 106px; height: 25px; background: url('../images/logo_nAct_link.png') no-repeat; } .hed-line-new .hed-wrap .nav-link { float: right; } .hed-line-new .hed-wrap .nav-link li { float: left; font-size: 14px; font-family: 'nanumgothic_bold'; line-height: 1; background: url('../images/bgTopLine.png') no-repeat left 50%; } .hed-line-new .hed-wrap .nav-link li a { display: inline-block; padding: 16px 10px; color: #fff; text-decoration: none; } .hed-line-new .hed-wrap .nav-link li:first-child { background: none; } /* 비쥬얼 */ .key-visual-wrap { position: relative; width: 100%; } .key-visual-wrap .key-visual { background: url('../images/bg-visual01.jpg') no-repeat 0 0; width: 100%; height: 700px; } .key-visual-wrap .key-visual .visual { width: 940px; margin: 0 auto; padding: 114px 0 0 0; color: #fff; text-align: center; line-height: 1.5; } .key-visual-wrap .key-visual .visual h2 { width: 239px; height: 53px; margin: 0 auto; background: url('../images/img-key-visual-wrap.png') no-repeat 0 0; text-indent: -9999px; } .key-visual-wrap .key-visual .visual h3 { margin: 28px 0 8px 0; font-size: 24px; } .key-visual-wrap .key-visual .visual .intro { font-size: 16px; } .key-visual-wrap .key-visual .visual .chart { margin: 60px auto 0; background: url('../images/img-key-visual-wrap.png') no-repeat 0 0; background-position: 0 -70px; width: 802px; height: 265px; text-indent: -9999px; } /* 개요 */ .summary-wrap { position: relative; width: 100%; } .summary-wrap .summary-area { width: 100%; position: relative; } .summary-wrap .summary-area.gray { background-color: #f5f5f6; } .summary-wrap .summary-area.blue { background-color: #3d99de; } .summary-wrap .summary-intro { width: 940px; margin: 0 auto; padding: 0 0 80px 0; overflow: hidden; text-align: center; } .summary-wrap .summary-intro .visual { position: relative; width: 760px; height: 320px; margin: 120px auto 80px; } .summary-wrap .summary-intro .visual .bg { position: absolute; width: 410px; height: 316px; background: url('../images/imgSummary-obj.png') no-repeat center 0; background-position: 0 -554px; left: 164px; top: 0; } .summary-wrap .summary-intro .visual .object01 { position: absolute; width: 90px; height: 112px; background: url('../images/imgSummary-obj.png') no-repeat 0 0; background-position: 0 0; left: 0; top: 57px; } .summary-wrap .summary-intro .visual .object02 { position: absolute; width: 89px; height: 148px; background: url('../images/imgSummary-obj.png') no-repeat 0 0; background-position: 0 -133px; left: 115px; top: 173px; } .summary-wrap .summary-intro .visual .object03 { position: absolute; width: 158px; height: 124px; background: url('../images/imgSummary-obj.png') no-repeat 0 0; background-position: 0 -299px; left: 497px; top: 166px; } .summary-wrap .summary-intro .visual .object04 { position: absolute; width: 114px; height: 90px; background: url('../images/imgSummary-obj.png') no-repeat 0 0; background-position: 0 -444px; left: 645px; top: 100px; } .summary-wrap .summary-intro h2 { font-size: 28px; padding: 0 0 20px 0; font-weight: normal; } .summary-wrap .summary-intro p { font-size: 16px; line-height: 1.5; } .summary-wrap .summary-list { overflow: hidden; width: 940px; margin: 0 auto; padding: 115px 0 120px 0; color: #fff; } .summary-wrap .summary-list h2 { font-size: 28px; font-weight: normal; line-height: 40px; text-align: center; } .summary-wrap .summary-list ul { margin: 110px 0 0 0; } .summary-wrap .summary-list ul li { float: left; width: 300px; text-align: center; } .summary-wrap .summary-list ul li dl {} .summary-wrap .summary-list ul li dl dt { margin: 0 0 26px 0; font-size: 18px; text-align: center; } .summary-wrap .summary-list ul li dl dt span { display: block; height: 78px; margin: 0 auto 80px; text-align: center; background: url('../images/img-summaryList.png') no-repeat center 120px; } .summary-wrap .summary-list ul li dl dt span.type { width: 87px; background-position: 0 0; } .summary-wrap .summary-list ul li dl dt span.test { width: 77px; background-position: 0 -98px; } .summary-wrap .summary-list ul li dl dt span.compare { width: 91px; background-position: 0 -195px; } .summary-wrap .summary-list ul li dl dd { font-size: 14px; line-height: 1.7; } /* 활용 */ .use-type-wrap { position: relative; width: 100%; } .use-type-wrap .use-type-area { width: 100%; } .use-type-wrap .use-type-area#type-01 { background-color: #fff; } .use-type-wrap .use-type-area#type-02 { background-color: #f5f5f6; } .use-type-wrap .use-type-area#type-03 { background-color: #ffffff; } .use-type-area .type { position: relative; overflow: hidden; width: 940px; height: 700px; margin: 0 auto; } .use-type-area .type .text { float: left; margin: 190px 0 0 0; } .use-type-area .type .text h2 { font-size: 40px; line-height: 54px; font-weight: normal; } .nav-num-type01 { position: absolute; top: 452px; overflow: hidden; } .nav-num-type01 li { float: left; margin: 0 10px 0 0; width: 35px; height: 35px; background: url('../images/img-num-type-01.png') no-repeat 0 0; text-indent: -9999px; } .nav-num-type01 li.num01 { background-position: 0 0; } .nav-num-type01 li.num02 { background-position: -45px 0; } .nav-num-type01 li.num03 { background-position: -90px 0; } .nav-num-type01 li.num01.on { background-position: 0 -50px; } .nav-num-type01 li.num02.on { background-position: -45px -50px; } .nav-num-type01 li.num03.on { background-position: -90px -50px; } .nav-num-type02 { position: absolute; top: 452px; overflow: hidden; } .nav-num-type02 li { float: left; margin: 0 10px 0 0; width: 35px; height: 35px; background: url('../images/img-num-type-02.png') no-repeat 0 0; text-indent: -9999px; } .nav-num-type02 li.num01 { background-position: 0 0; } .nav-num-type02 li.num02 { background-position: -45px 0; } .nav-num-type02 li.num03 { background-position: -90px 0; } .nav-num-type02 li.num01.on { background-position: 0 -50px; } .nav-num-type02 li.num02.on { background-position: -45px -50px; } .nav-num-type02 li.num03.on { background-position: -90px -50px; } .use-type-area .type .text p { margin: 45px 0 0 0; line-height: 28px; font-size: 18px; } .use-type-area#type-01 .visual-wrap { float: right; position: relative; margin: 196px 0 0 0; width: 460px; height: 276px; } .use-type-area#type-01 .visual-wrap .visual01 { background: url('../images/bg-type01.png') no-repeat right 0; } .use-type-area#type-01 .visual-wrap .visual01.bg { position: absolute; left: 0; top: 0; width: 458px; height: 276px; background-position: 0 0; } .use-type-area#type-01 .visual-wrap .visual01.object01 { position: absolute; left: 0; top: 48px; width: 126px; height: 73px; background-position: 0 -298px; } .use-type-area#type-01 .visual-wrap .visual01.object02 { position: absolute; right: 0; top: 150px; width: 126px; height: 73px; background-position: 0 -389px; } .use-type-area#type-02 .visual-wrap { float: right; position: relative; margin: 200px 0 0 0; width: 460px; height: 298px; } .use-type-area#type-02 .visual-wrap .visual02 { background: url('../images/bg-type02.png') no-repeat right 0; } .use-type-area#type-02 .visual-wrap .visual02.bg { position: absolute; left: 75px; top: 0; width: 340px; height: 250px; background-position: 0 0; } .use-type-area#type-02 .visual-wrap .visual02.object01 { position: absolute; left: 65px; top: 40px; width: 340px; height: 250px; background-position: 0 -272px; } .use-type-area#type-02 .visual-wrap .visual02.object02 { position: absolute; left: 135px; top: 84px; ; width: 200px; height: 135px; background-position: 0 -545px; } .use-type-area#type-02 .visual-wrap .visual02.object03 { position: absolute; left: 150px; top: 66px; width: 170px; height: 170px; background-position: 0 -699px; } .use-type-area#type-03 .visual-wrap { float: right; position: relative; margin: 182px 0 0 0; width: 480px; height: 309px; } .use-type-area#type-03 .visual-wrap .visual03 { background: url('../images/bg-type03.png') no-repeat right 0; } .use-type-area#type-03 .visual-wrap .visual03.bg { position: absolute; right: 42px; top: 54px; width: 371px; height: 290px; background-position: 0 0; } .use-type-area#type-03 .visual-wrap .visual03.object01 { position: absolute; right: 0; top: 0; width: 480px; height: 290px; background-position: 0 -277px; } .use-type-area#type-03 .visual-wrap .visual03.object02 { position: absolute; right: 53px; top: 20px; width: 64px; height: 101px; background-position: 0 -574px; } .accessibility-wrap { position: relative; width: 100%; } .accessibility-wrap .accessibility-area { width: 100%; } .accessibility-wrap .accessibility-area#accessibility-01 { background-color: #4668c5; color: #fff; } .accessibility-wrap .accessibility-area#accessibility-02 { background-color: #f5f5f6; color: #333; } .accessibility-wrap .accessibility-area#accessibility-03 { background-color: #4668c5; color: #fff; } .accessibility-area .type { position: relative; overflow: hidden; width: 940px; height: 700px; margin: 0 auto; } .accessibility-area#accessibility-01 .visual-wrap { float: left; position: relative; margin: 144px 0 0 0; width: 470px; height: 360px; } .accessibility-area#accessibility-01 .visual-wrap .visual01 { background: url('../images/bg-ac-01.png') no-repeat right 0; } .accessibility-area#accessibility-01 .visual-wrap .visual01.bg { position: absolute; left: 36px; top: 45px; width: 399px; height: 304px; background-position: 0 0; } .accessibility-area#accessibility-01 .visual-wrap .visual01.object01 { position: absolute; left: 207px; top: 0; width: 125px; height: 157px; background-position: 0 -325px; } .accessibility-area#accessibility-02 .visual-wrap { float: left; position: relative; margin: 170px 0 0 0; width: 470px; height: 360px; } .accessibility-area#accessibility-02 .visual-wrap .visual02 { background: url('../images/bg-ac-02.png') no-repeat right 0; } .accessibility-area#accessibility-02 .visual-wrap .visual02.bg { position: absolute; left: 0; top: 45px; width: 460px; height: 276px; background-position: 0 0; } .accessibility-area#accessibility-02 .visual-wrap .visual02.object01 { position: absolute; left: 310px; top: 0; width: 150px; height: 150px; background-position: 0 -297px; } .accessibility-area#accessibility-03 .visual-wrap { float: left; position: relative; margin: 200px 0 0 0; width: 470px; height: 360px; } .accessibility-area#accessibility-03 .visual-wrap .visual03 { background: url('../images/bg-ac-03.png') no-repeat right 0; } .accessibility-area#accessibility-03 .visual-wrap .visual03.bg { position: absolute; left: 79px; top: 0; width: 370px; height: 256px; background-position: 0 0; } .accessibility-area#accessibility-03 .visual-wrap .visual03.object01 { position: absolute; left: 39px; top: 64px; width: 162px; height: 233px; background-position: 0 -276px; } .accessibility-area .type .text { float: right; margin: 190px 0 0 0; } .accessibility-area .type .text h2 { font-size: 40px; line-height: 54px; font-weight: normal; } .accessibility-area .nav-num-type01 { position: absolute; top: 450px; overflow: hidden; } .accessibility-area .type .text p { margin: 45px 0 0 0; line-height: 28px; font-size: 18px; } .state-wrap { position: relative; width: 100%; } .state-wrap .state-area { width: 100%; } .state-wrap .state-area#state-01 { background-color: #fff; color: #333; } .state-wrap .state-area#state-02 { background-color: #f5f5f6; color: #333; } .state-wrap .state-area#state-03 { background-color: #ffffff; color: #333; } .state-area .type { position: relative; overflow: hidden; width: 940px; height: 700px; margin: 0 auto; } .state-area .type .text { float: left; margin: 190px 0 0 0; } .state-area .type .text h2 { font-size: 40px; line-height: 54px; font-weight: normal; } .state-area .nav-num-type01 { position: absolute; top: 450px; overflow: hidden; } .state-area .type .text p { margin: 45px 0 0 0; line-height: 28px; font-size: 18px; } .state-area#state-01 .visual-wrap { float: right; position: relative; margin: 210px 0 0 0; width: 422px; height: 360px; } .state-area#state-01 .visual-wrap .visual01 { background: url('../images/bg-state-01.png') no-repeat right 0; } .state-area#state-01 .visual-wrap .visual01.bg { position: absolute; left: 51px; top: 0; width: 371px; height: 256px; background-position: 0 0; } .state-area#state-01 .visual-wrap .visual01.object01 { position: absolute; right: 268px; top: 42px; width: 172px; height: 153px; background-position: -173px -276px; } /* .state-area#state-01 .visual-wrap .visual01.object02 { position:absolute; right:249px; top:104px; width:96px; height:26px; background-position:0 -449px; } .state-area#state-01 .visual-wrap .visual01.object03 { position:absolute; right:269px; top:115px; width:79px; height:57px; background-position:0 -495px; } */ .state-area#state-02 .visual-wrap { float: right; position: relative; margin: 210px 0 0 0; width: 476px; height: 315px; } .state-area#state-02 .visual-wrap .visual02 { background: url('../images/bg-state-02.png') no-repeat right 0; } .state-area#state-02 .visual-wrap .visual02.bg { position: absolute; left: 0; top: 30px; width: 237px; height: 256px; background-position: 0 0; } .state-area#state-02 .visual-wrap .visual02.object01 { position: absolute; right: 0; top: 30px; width: 239px; height: 256px; background-position: 0 -276px; } .state-area#state-02 .visual-wrap .visual02.object02 { position: absolute; left: 219px; top: 0; width: 39px; height: 316px; background-position: 0 -550px; } .state-area#state-03 .visual-wrap { float: right; position: relative; margin: 190px 0 0 0; width: 422px; height: 360px; } .state-area#state-03 .visual-wrap .visual03 { background: url('../images/bg-state-03.png') no-repeat right 0; } .state-area#state-03 .visual-wrap .visual03.bg { position: absolute; right: 40px; top: 0; width: 399px; height: 304px; background-position: 0 0; } .state-area#state-03 .visual-wrap .visual03.object01 { position: absolute; right: 0; top: 147px; width: 124px; height: 157px; background-position: 0 -335px; } .diagnosis-wrap { position: relative; width: 100%; padding: 90px 0 70px; background-color: #182042; color: #fff; } .diagnosis-wrap .diagnosis { width: 940px; margin: 0 auto; text-align: center; font-size: 28px; } .diagnosis-wrap .diagnosis .btn-diagnosis { display: inline-block; margin: 27px 0 0; padding: 15px 0 18px; width: 172px; height: 15px; text-align: center; background: url('../images/bul-diagnosis.png') no-repeat 120px 19px; text-decoration: none; border: 1px solid #ccc; font-size: 16px; color: #fff; } #footer { position: relative; width: 100%; padding: 18px 0; text-align: center; background-color: #182042; font-size: 12px; font-family: 'nanumgothic'; color: #7b7e8c; }
__demo__/demo.css
html { font-family: 'Nanum Barun Gothic Light', '돋움', Dotum, helvetica, arial, sans-serif; color: #333; } body { width: 100%; height: 100%; } ul, li, ol, li { margin: 0; padding: 0; list-style: none; } h1, h2, h3, h4, h5, h6, p, dl, dt, dd, span { margin: 0; } /* *************** 스킵 내비게이션 *************** */ #skip_nav a { position: absolute; top: 0; left: -300px; z-index: 210; width: 230px; color: #fff; background: #0299c4; line-height: 45px; text-align: center; font-size: 20px; text-decoration: none; } #skip_nav a:focus { left: 0; } #wrap { min-width: 940px; } /* *************** 글로벌 내비게이션 *************** */ /* new GNB */ .hed-line-new { position: relative; width: 100%; } .hed-line-new .hed-wrap { width: 100%; height: 45px; background-color: #182042; } .hed-line-new .hed-cont { overflow: hidden; width: 940px; margin: 0 auto; } .hed-line-new .hed-wrap h1.nact-logo { float: left; margin: 0; } .hed-line-new .hed-wrap h1.nact-logo a { padding: 10px; display: block; } .hed-line-new .hed-wrap h1.nact-logo a span { display: block; text-indent: -9999px; width: 106px; height: 25px; background: url('../images/logo_nAct_link.png') no-repeat; } .hed-line-new .hed-wrap .nav-link { float: right; } .hed-line-new .hed-wrap .nav-link li { float: left; font-size: 14px; font-family: 'nanumgothic_bold'; line-height: 1; background: url('../images/bgTopLine.png') no-repeat left 50%; } .hed-line-new .hed-wrap .nav-link li a { display: inline-block; padding: 16px 10px; color: #fff; text-decoration: none; } .hed-line-new .hed-wrap .nav-link li:first-child { background: none; } /* 비쥬얼 */ .key-visual-wrap { position: relative; width: 100%; } .key-visual-wrap .key-visual { background: url('../images/bg-visual01.jpg') no-repeat 0 0; width: 100%; height: 700px; } .key-visual-wrap .key-visual .visual { width: 940px; margin: 0 auto; padding: 114px 0 0 0; color: #fff; text-align: center; line-height: 1.5; } .key-visual-wrap .key-visual .visual h2 { width: 239px; height: 53px; margin: 0 auto; background: url('../images/img-key-visual-wrap.png') no-repeat 0 0; text-indent: -9999px; } .key-visual-wrap .key-visual .visual h3 { margin: 28px 0 8px 0; font-size: 24px; } .key-visual-wrap .key-visual .visual .intro { font-size: 16px; } .key-visual-wrap .key-visual .visual .chart { margin: 60px auto 0; background: url('../images/img-key-visual-wrap.png') no-repeat 0 0; background-position: 0 -70px; width: 802px; height: 265px; text-indent: -9999px; } /* 개요 */ .summary-wrap { position: relative; width: 100%; } .summary-wrap .summary-area { width: 100%; position: relative; } .summary-wrap .summary-area.gray { background-color: #f5f5f6; } .summary-wrap .summary-area.blue { background-color: #3d99de; } .summary-wrap .summary-intro { width: 940px; margin: 0 auto; padding: 0 0 80px 0; overflow: hidden; text-align: center; } .summary-wrap .summary-intro .visual { position: relative; width: 760px; height: 320px; margin: 120px auto 80px; } .summary-wrap .summary-intro .visual .bg { position: absolute; width: 410px; height: 316px; background: url('../images/imgSummary-obj.png') no-repeat center 0; background-position: 0 -554px; left: 164px; top: 0; } .summary-wrap .summary-intro .visual .object01 { position: absolute; width: 90px; height: 112px; background: url('../images/imgSummary-obj.png') no-repeat 0 0; background-position: 0 0; left: 0; top: 57px; } .summary-wrap .summary-intro .visual .object02 { position: absolute; width: 89px; height: 148px; background: url('../images/imgSummary-obj.png') no-repeat 0 0; background-position: 0 -133px; left: 115px; top: 173px; } .summary-wrap .summary-intro .visual .object03 { position: absolute; width: 158px; height: 124px; background: url('../images/imgSummary-obj.png') no-repeat 0 0; background-position: 0 -299px; left: 497px; top: 166px; } .summary-wrap .summary-intro .visual .object04 { position: absolute; width: 114px; height: 90px; background: url('../images/imgSummary-obj.png') no-repeat 0 0; background-position: 0 -444px; left: 645px; top: 100px; } .summary-wrap .summary-intro h2 { font-size: 28px; padding: 0 0 20px 0; font-weight: normal; } .summary-wrap .summary-intro p { font-size: 16px; line-height: 1.5; } .summary-wrap .summary-list { overflow: hidden; width: 940px; margin: 0 auto; padding: 115px 0 120px 0; color: #fff; } .summary-wrap .summary-list h2 { font-size: 28px; font-weight: normal; line-height: 40px; text-align: center; } .summary-wrap .summary-list ul { margin: 110px 0 0 0; } .summary-wrap .summary-list ul li { float: left; width: 300px; text-align: center; } .summary-wrap .summary-list ul li dl {} .summary-wrap .summary-list ul li dl dt { margin: 0 0 26px 0; font-size: 18px; text-align: center; } .summary-wrap .summary-list ul li dl dt span { display: block; height: 78px; margin: 0 auto 80px; text-align: center; background: url('../images/img-summaryList.png') no-repeat center 120px; } .summary-wrap .summary-list ul li dl dt span.type { width: 87px; background-position: 0 0; } .summary-wrap .summary-list ul li dl dt span.test { width: 77px; background-position: 0 -98px; } .summary-wrap .summary-list ul li dl dt span.compare { width: 91px; background-position: 0 -195px; } .summary-wrap .summary-list ul li dl dd { font-size: 14px; line-height: 1.7; } /* 활용 */ .use-type-wrap { position: relative; width: 100%; } .use-type-wrap .use-type-area { width: 100%; } .use-type-wrap .use-type-area#type-01 { background-color: #fff; } .use-type-wrap .use-type-area#type-02 { background-color: #f5f5f6; } .use-type-wrap .use-type-area#type-03 { background-color: #ffffff; } .use-type-area .type { position: relative; overflow: hidden; width: 940px; height: 700px; margin: 0 auto; } .use-type-area .type .text { float: left; margin: 190px 0 0 0; } .use-type-area .type .text h2 { font-size: 40px; line-height: 54px; font-weight: normal; } .nav-num-type01 { position: absolute; top: 452px; overflow: hidden; } .nav-num-type01 li { float: left; margin: 0 10px 0 0; width: 35px; height: 35px; background: url('../images/img-num-type-01.png') no-repeat 0 0; text-indent: -9999px; } .nav-num-type01 li.num01 { background-position: 0 0; } .nav-num-type01 li.num02 { background-position: -45px 0; } .nav-num-type01 li.num03 { background-position: -90px 0; } .nav-num-type01 li.num01.on { background-position: 0 -50px; } .nav-num-type01 li.num02.on { background-position: -45px -50px; } .nav-num-type01 li.num03.on { background-position: -90px -50px; } .nav-num-type02 { position: absolute; top: 452px; overflow: hidden; } .nav-num-type02 li { float: left; margin: 0 10px 0 0; width: 35px; height: 35px; background: url('../images/img-num-type-02.png') no-repeat 0 0; text-indent: -9999px; } .nav-num-type02 li.num01 { background-position: 0 0; } .nav-num-type02 li.num02 { background-position: -45px 0; } .nav-num-type02 li.num03 { background-position: -90px 0; } .nav-num-type02 li.num01.on { background-position: 0 -50px; } .nav-num-type02 li.num02.on { background-position: -45px -50px; } .nav-num-type02 li.num03.on { background-position: -90px -50px; } .use-type-area .type .text p { margin: 45px 0 0 0; line-height: 28px; font-size: 18px; } .use-type-area#type-01 .visual-wrap { float: right; position: relative; margin: 196px 0 0 0; width: 460px; height: 276px; } .use-type-area#type-01 .visual-wrap .visual01 { background: url('../images/bg-type01.png') no-repeat right 0; } .use-type-area#type-01 .visual-wrap .visual01.bg { position: absolute; left: 0; top: 0; width: 458px; height: 276px; background-position: 0 0; } .use-type-area#type-01 .visual-wrap .visual01.object01 { position: absolute; left: 0; top: 48px; width: 126px; height: 73px; background-position: 0 -298px; } .use-type-area#type-01 .visual-wrap .visual01.object02 { position: absolute; right: 0; top: 150px; width: 126px; height: 73px; background-position: 0 -389px; } .use-type-area#type-02 .visual-wrap { float: right; position: relative; margin: 200px 0 0 0; width: 460px; height: 298px; } .use-type-area#type-02 .visual-wrap .visual02 { background: url('../images/bg-type02.png') no-repeat right 0; } .use-type-area#type-02 .visual-wrap .visual02.bg { position: absolute; left: 75px; top: 0; width: 340px; height: 250px; background-position: 0 0; } .use-type-area#type-02 .visual-wrap .visual02.object01 { position: absolute; left: 65px; top: 40px; width: 340px; height: 250px; background-position: 0 -272px; } .use-type-area#type-02 .visual-wrap .visual02.object02 { position: absolute; left: 135px; top: 84px; ; width: 200px; height: 135px; background-position: 0 -545px; } .use-type-area#type-02 .visual-wrap .visual02.object03 { position: absolute; left: 150px; top: 66px; width: 170px; height: 170px; background-position: 0 -699px; } .use-type-area#type-03 .visual-wrap { float: right; position: relative; margin: 182px 0 0 0; width: 480px; height: 309px; } .use-type-area#type-03 .visual-wrap .visual03 { background: url('../images/bg-type03.png') no-repeat right 0; } .use-type-area#type-03 .visual-wrap .visual03.bg { position: absolute; right: 42px; top: 54px; width: 371px; height: 290px; background-position: 0 0; } .use-type-area#type-03 .visual-wrap .visual03.object01 { position: absolute; right: 0; top: 0; width: 480px; height: 290px; background-position: 0 -277px; } .use-type-area#type-03 .visual-wrap .visual03.object02 { position: absolute; right: 53px; top: 20px; width: 64px; height: 101px; background-position: 0 -574px; } .accessibility-wrap { position: relative; width: 100%; } .accessibility-wrap .accessibility-area { width: 100%; } .accessibility-wrap .accessibility-area#accessibility-01 { background-color: #4668c5; color: #fff; } .accessibility-wrap .accessibility-area#accessibility-02 { background-color: #f5f5f6; color: #333; } .accessibility-wrap .accessibility-area#accessibility-03 { background-color: #4668c5; color: #fff; } .accessibility-area .type { position: relative; overflow: hidden; width: 940px; height: 700px; margin: 0 auto; } .accessibility-area#accessibility-01 .visual-wrap { float: left; position: relative; margin: 144px 0 0 0; width: 470px; height: 360px; } .accessibility-area#accessibility-01 .visual-wrap .visual01 { background: url('../images/bg-ac-01.png') no-repeat right 0; } .accessibility-area#accessibility-01 .visual-wrap .visual01.bg { position: absolute; left: 36px; top: 45px; width: 399px; height: 304px; background-position: 0 0; } .accessibility-area#accessibility-01 .visual-wrap .visual01.object01 { position: absolute; left: 207px; top: 0; width: 125px; height: 157px; background-position: 0 -325px; } .accessibility-area#accessibility-02 .visual-wrap { float: left; position: relative; margin: 170px 0 0 0; width: 470px; height: 360px; } .accessibility-area#accessibility-02 .visual-wrap .visual02 { background: url('../images/bg-ac-02.png') no-repeat right 0; } .accessibility-area#accessibility-02 .visual-wrap .visual02.bg { position: absolute; left: 0; top: 45px; width: 460px; height: 276px; background-position: 0 0; } .accessibility-area#accessibility-02 .visual-wrap .visual02.object01 { position: absolute; left: 310px; top: 0; width: 150px; height: 150px; background-position: 0 -297px; } .accessibility-area#accessibility-03 .visual-wrap { float: left; position: relative; margin: 200px 0 0 0; width: 470px; height: 360px; } .accessibility-area#accessibility-03 .visual-wrap .visual03 { background: url('../images/bg-ac-03.png') no-repeat right 0; } .accessibility-area#accessibility-03 .visual-wrap .visual03.bg { position: absolute; left: 79px; top: 0; width: 370px; height: 256px; background-position: 0 0; } .accessibility-area#accessibility-03 .visual-wrap .visual03.object01 { position: absolute; left: 39px; top: 64px; width: 162px; height: 233px; background-position: 0 -276px; } .accessibility-area .type .text { float: right; margin: 190px 0 0 0; } .accessibility-area .type .text h2 { font-size: 40px; line-height: 54px; font-weight: normal; } .accessibility-area .nav-num-type01 { position: absolute; top: 450px; overflow: hidden; } .accessibility-area .type .text p { margin: 45px 0 0 0; line-height: 28px; font-size: 18px; } .state-wrap { position: relative; width: 100%; } .state-wrap .state-area { width: 100%; } .state-wrap .state-area#state-01 { background-color: #fff; color: #333; } .state-wrap .state-area#state-02 { background-color: #f5f5f6; color: #333; } .state-wrap .state-area#state-03 { background-color: #ffffff; color: #333; } .state-area .type { position: relative; overflow: hidden; width: 940px; height: 700px; margin: 0 auto; } .state-area .type .text { float: left; margin: 190px 0 0 0; } .state-area .type .text h2 { font-size: 40px; line-height: 54px; font-weight: normal; } .state-area .nav-num-type01 { position: absolute; top: 450px; overflow: hidden; } .state-area .type .text p { margin: 45px 0 0 0; line-height: 28px; font-size: 18px; } .state-area#state-01 .visual-wrap { float: right; position: relative; margin: 210px 0 0 0; width: 422px; height: 360px; } .state-area#state-01 .visual-wrap .visual01 { background: url('../images/bg-state-01.png') no-repeat right 0; } .state-area#state-01 .visual-wrap .visual01.bg { position: absolute; left: 51px; top: 0; width: 371px; height: 256px; background-position: 0 0; } .state-area#state-01 .visual-wrap .visual01.object01 { position: absolute; right: 268px; top: 42px; width: 172px; height: 153px; background-position: -173px -276px; } /* .state-area#state-01 .visual-wrap .visual01.object02 { position:absolute; right:249px; top:104px; width:96px; height:26px; background-position:0 -449px; } .state-area#state-01 .visual-wrap .visual01.object03 { position:absolute; right:269px; top:115px; width:79px; height:57px; background-position:0 -495px; } */ .state-area#state-02 .visual-wrap { float: right; position: relative; margin: 210px 0 0 0; width: 476px; height: 315px; } .state-area#state-02 .visual-wrap .visual02 { background: url('../images/bg-state-02.png') no-repeat right 0; } .state-area#state-02 .visual-wrap .visual02.bg { position: absolute; left: 0; top: 30px; width: 237px; height: 256px; background-position: 0 0; } .state-area#state-02 .visual-wrap .visual02.object01 { position: absolute; right: 0; top: 30px; width: 239px; height: 256px; background-position: 0 -276px; } .state-area#state-02 .visual-wrap .visual02.object02 { position: absolute; left: 219px; top: 0; width: 39px; height: 316px; background-position: 0 -550px; } .state-area#state-03 .visual-wrap { float: right; position: relative; margin: 190px 0 0 0; width: 422px; height: 360px; } .state-area#state-03 .visual-wrap .visual03 { background: url('../images/bg-state-03.png') no-repeat right 0; } .state-area#state-03 .visual-wrap .visual03.bg { position: absolute; right: 40px; top: 0; width: 399px; height: 304px; background-position: 0 0; } .state-area#state-03 .visual-wrap .visual03.object01 { position: absolute; right: 0; top: 147px; width: 124px; height: 157px; background-position: 0 -335px; } .diagnosis-wrap { position: relative; width: 100%; padding: 90px 0 70px; background-color: #182042; color: #fff; } .diagnosis-wrap .diagnosis { width: 940px; margin: 0 auto; text-align: center; font-size: 28px; } .diagnosis-wrap .diagnosis .btn-diagnosis { display: inline-block; margin: 27px 0 0; padding: 15px 0 18px; width: 172px; height: 15px; text-align: center; background: url('../images/bul-diagnosis.png') no-repeat 120px 19px; text-decoration: none; border: 1px solid #ccc; font-size: 16px; color: #fff; } #footer { position: relative; width: 100%; padding: 18px 0; text-align: center; background-color: #182042; font-size: 12px; font-family: 'nanumgothic'; color: #7b7e8c; }
0.450359
0.078926
@charset "utf-8"; .header { height: auto; width: 1000px; margin: 0 auto; outline:0px; margin-bottom: -27px; } .header .ust { width: 1000px; height: 90px; } .header .ust .logo { background-image: url(/images/header_sprite.png?v=10.1); background-position: 7px 63px; height: 109px; width: 155px; float: left; margin-top: -30px; font-size: 12px;} .header a:hover {color:#424245} .header .ust .kullanici_alan { float: right; } .header .ust .kullanici_alan .login { height: 25px; width: auto;padding-top: 13px; } .header .ust .kullanici_alan .login ul li { list-style: none; float: left; padding-top:5px } .header .ust .kullanici_alan .login ul { margin-top: -12px; } .header .ust .kullanici_alan .login li { border-right: 1px solid #dfdfdf; padding: 5px 10px; } .header .ust .kullanici_alan .login li:first-child { border-left: 0px; } .header .ust .kullanici_alan .login li:last-child { border-right: 0px; } .header .ust .kullanici_alan .login li.social_login_header {border:0;padding: 5px;} .header .ust .kullanici_alan .login ul li img {margin: -2px;} .header .ust .kullanici_alan .login ul li [title="Mesaj"] { background-image: url(/images/header_sprite.png?v=10.1); background-position: -879px -12px; color: #FF8300; width: 11px; height: 8px; padding: 0 4px 0 17px; } .header .ust .kullanici_alan .login ul li a {text-decoration:none !important} .uye_content .facebook_login {display: block;clear: both;margin: 110px 0 0 169px;} .header .ust .arama_alan { float: left; margin: 9px 0 0 160px; position: absolute; } .header .ust .arama_alan .encok_aranan { padding: 0px 0 0 75px; font-size: 11px; } .header .ust .arama_alan .mh_tel { padding: 0px 0 6px 170px; font-size: 12px; color:#6b6a66; text-shadow: 0px 1px 0px #FFF; height:11px;} .header .ust .arama_alan .mh_tel a {color:#6b6a66;font-weight: bold;text-decoration: underline;} .header .ust .arama_alan .arama { width: 547px; height: 43px; border: 1px solid #ebebeb; -moz-border-radius: 4px; /* -webkit-border-radius: 4px; */ /* border-radius: 4px; */ -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background-color: #fff; margin: 7px 0 0 40px;} .header .ust .arama_alan .mh_tel .fa-envelope-o {color:#ffd105; font-size: 13px;margin: 1px 0 0 5px;text-shadow: 0 0 0;} .header .ust .arama_alan .mh_tel .fa-circle {color:#e56767;font-size: 20px;margin: -9px -3px;position: absolute;text-shadow: 0 0 0;} .header .ust .arama_alan .mh_tel .fa-circle span {position: absolute;color: #fff;margin: 4px -17px;font-size: 12px;font-family: "Lucida Grande",sans-serif;line-height: 11px;text-align: center;width: 16px;font-weight: bold;} .header .ust .arama_alan .arama input { background-color: transparent; border: 0px; width: 470px; height: 43px; outline: 0; font-size: 13px; padding-left: 15px; line-height: 20px; color: #878787; float: left; box-shadow:none} @media screen and (max-device-width: 480px){ .header .ust .arama_alan .arama input { width: 466px;}} @media screen and (max-device-width: 768px){ .header .ust .arama_alan .arama input { width: 466px;}} .header .ust .arama_alan .ara_buton { width: 41px; height: 28px; -moz-border-radius: 0 3px 3px 0; /* -webkit-border-radius: 0 3px 3px 0; */ /* border-radius: 0 3px 3px 0; */ -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background-color: #ffd200; float: left; margin: 2px 0 0 4px; color: #535456; font-size: 16px; padding: 11px 0 0 14px; cursor: pointer; text-shadow:none; background-image: -moz-linear-gradient(bottom, #fdbf04 0%, #ffd55e 100%); background-image: -o-linear-gradient(bottom, #fdbf04 0%, #ffd55e 100%); background-image: -webkit-linear-gradient(bottom, #fdbf04 0%, #ffd55e 100%); background-image: linear-gradient(bottom, #fdbf04 0%, #ffd55e 100%); } .header .ust .arama_alan .ara_buton:hover {background-color:#fed92e; background-image: -moz-linear-gradient(bottom, #ffd55e 0%, #fdbf04 100%); background-image: -o-linear-gradient(bottom, #ffd55e 0%, #fdbf04 100%); background-image: -webkit-linear-gradient(bottom, #ffd55e 0%, #fdbf04 100%); background-image: linear-gradient(bottom, #ffd55e 0%, #fdbf04 100%);} .header .ust .arama_alan .category_search_text {float: left;font-size: 10px;margin: 0px 5px 0 43px;width: 535px;height: 12px;overflow: hidden; line-height:12px; color:#969696} .ie10 .header .ust .arama_alan .category_search_text, .ie11 .header .ust .arama_alan .category_search_text {margin-left:-482px} .header .ust .arama_alan .category_search_text a {margin-left:5px;color:#969696} .header .ust .arama_alan .category_search_text a:hover {color:#424245;text-decoration:underline; } .header .ust .arama_sonuc {width: 547px;height: 505px; position:absolute; z-index:9999;margin: 5px 0 0 40px;background-color: #f8f8f8;border: 1px solid #ebebeb;} .header .ust .arama_sonuc .ucgen {background-image: url(/images/header_sprite.png); background-position: -909px -132px; height:17px; width:45px;margin:-17px 0 0 45px;} .header .ust .arama_sonuc .sonuc_kategoriler {width:190px;float:left;padding:10px 20px 0 10px;} .header .ust .arama_sonuc .sonuc_urunler {width:320px; float:left;padding:10px 0;} .header .ust .arama_sonuc .sonuc_kategoriler .baslik {height:33px; border-bottom:1px dashed #b8b8b8} .header .ust .arama_sonuc .sonuc_kategoriler .baslik p {color:#b5b5b5; font-size:11px; margin: 0px;} .header .ust .arama_sonuc .sonuc_kategoriler ul {list-style:none; padding:0px; font-size: 11px;} .header .ust .arama_sonuc .sonuc_kategoriler ul li {height: 21px;padding: 4px 0 0 3px;line-height: 20px;overflow: hidden;} .header .ust .arama_sonuc .sonuc_kategoriler ul li:hover {background-color:#ebebeb} .header .ust .arama_sonuc .sonuc_urunler .baslik {padding-bottom: 3px; border-bottom:1px dashed #b8b8b8} .header .ust .arama_sonuc .sonuc_urunler .baslik p {color:#b5b5b5; font-size:11px; margin: 0px;} .header .ust .arama_sonuc .sonuc_urunler .baslik .sonuc_urun {/*background-image: url(/images/header_sprite.png); background-position:-727px -212px;*/padding: 2px 0;max-height: 29px;overflow: hidden;line-height: 15px;} .header .ust .arama_sonuc .sonuc_urunler .baslik .sonuc_urun span {font-weight:bold} .header .ust .arama_sonuc .sonuc_urunler ul {list-style:none; padding:0px; font-size: 11px;margin: 0px;} .header .ust .arama_sonuc .sonuc_urunler ul li {line-height: 16px; margin:0 0 2px 3px;height:40px; } .header .ust .arama_sonuc .sonuc_urunler ul li:hover {background-color: #ebebeb; padding:0px} .header .ust .arama_sonuc .sonuc_urunler ul li img {border:1px solid #efefef; padding:2px; float:left;margin: 5px 7px 0 -1px;} .header .ust .arama_sonuc .sonuc_urunler .text {width: 275px;height:15px;overflow: hidden;padding-top: 13px;display: block;padding: 10px 0 0 0;line-height: 16px;} .header .sepet { position: absolute; margin: -55px 0 0 765px; z-index: 5999;/*width: initial;*/ width:230px} .header .sepet #pagewrapperdiv span {} .header .sepet #mainnavdiv { position: relative; margin-top: 6px; float: left; } .header .sepet a.mainnav { position: relative; font-size: 13px; display: block; float: left;height: 27px; line-height: 33px; width:90px; text-align: center; text-decoration: none; /* text-transform: lowercase; */ } .header .sepet #mainnavdiv [tabindex="1"] { background-image: url(/images/header_sprite.png); background-position:26px -139px;padding: 14px 10px 0 0; width:99px; outline:0px; } .header .sepet #mainnavdiv [tabindex="5"] {background-image: url(/images/header_sprite.png); background-position:-98px -139px;padding-top: 14px;width:109px; outline:0px;} .header .sepet .white {border-right: 1px solid #fff;} .header .sepet .gray {border-left: 1px solid #dfdfdf; } .header .sepet a#mainnavover1 { display: none; position: absolute; top: 2px; left: 9px; font-size: 13px;background-color: #fff; height: 53px; line-height: 37px; width: 80px; text-align: center; text-decoration: none; text-indent: 1px; -moz-box-shadow: 0px 0px 10px #929292;-webkit-box-shadow: 0px 0px 10px #929292;box-shadow: 0px 0px 10px #929292; -moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;background-image: url(/images/header_sprite.png); background-position:17px -229px; padding: 16px 21px 0 0;} .header .sepet div#mainnavflyer1 { display: none; position: absolute; width: 215px; top: 54px; left:9px; z-index: 600; height:auto; background-color:#fff;-moz-box-shadow: 0px 0px 10px #929292; -webkit-box-shadow: 0px 0px 10px #929292;-moz-border-radius:0 5px 5px 5px; -webkit-border-radius:0 5px 5px 5px; border-radius:0 5px 5px 5px; box-shadow: 0px 0px 10px #929292; } .header .sepet a#mainnavover5 { display: none; position: absolute; top: 2px; left: 110px; font-size: 13px; background-color: #fff; height: 53px; line-height: 37px; width: 111px; text-align: center; text-decoration: none; text-indent: 1px;-moz-box-shadow: 0px 0px 10px #929292;-webkit-box-shadow: 0px 0px 10px #929292;box-shadow: 0px 0px 10px #929292; -moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0; background-image: url(/images/header_sprite.png); background-position:-97px -229px;padding: 16px 4px 0 0;} .header .sepet div#mainnavflyer5 { display: none; position: absolute; width: 370px; top: 54px; left:-145px; z-index: 600; height:370px; background-color:#fff;-moz-box-shadow: 0px 0px 10px #929292; -webkit-box-shadow: 0px 0px 10px #929292;-moz-border-radius: 5px 0 5px 5px;-webkit-border-radius: 5px 0 5px 5px;border-radius: 5px 0 5px 5px; box-shadow: 0px 0px 10px #929292; } .header .sepet div#mainnavflyer1 .yama {background-color: #fff;width: 101px;height: 13px;margin: -9px 0;position:absolute;z-index: 601;} .header .sepet div#mainnavflyer5 .yama {background-color: #fff;width: 115px;height: 13px;margin:-9px 0 0 255px;position:absolute;z-index: 601;} .header .sepet #pagewrapperdiv #mainnavflyer1 ul {list-style:none; padding:5px; margin:0px} .header .sepet #pagewrapperdiv #mainnavflyer1 li {height:13px; border-bottom:1px dashed #b8b8b8;padding: 5px; } .header .sepet #pagewrapperdiv #mainnavflyer1 li:last-child {border-bottom:0px} /*.header .sepet #pagewrapperdiv #mainnavflyer1 [title="Siparişlerim"],*/ .header .sepet #pagewrapperdiv #mainnavflyer1 [title="Mesajlarım"], /*.header .sepet #pagewrapperdiv #mainnavflyer1 [title="Puanlarım"],*/ .header .sepet #pagewrapperdiv #mainnavflyer1 [title="Üyelik"] {border-bottom: 0px;margin-bottom: -5px;} .header .sepet #pagewrapperdiv #mainnavflyer1 [title="Çıkış"] a:hover {color: #8a8a8a;text-decoration:underline} .header .sepet #pagewrapperdiv #mainnavflyer1 a:hover {color: #8a8a8a;} /* basic scrollbar styling */ .mCSB_container { width:370px; margin-right: 30px; overflow: hidden; } .mCSB_container.mCS_no_scrollbar { margin-right: 0; } .mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar, .mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar { margin-right: 30px; } .mCustomScrollBox > .mCSB_scrollTools { width: 16px; height: 100%; top: 0; right: 0; opacity: 0.75; } .mCSB_scrollTools .mCSB_draggerContainer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; } .mCSB_scrollTools a + .mCSB_draggerContainer { margin: 20px 0; } .mCSB_scrollTools .mCSB_draggerRail { width: 6px; height: 100%; margin: 0 auto; background-color: #f2f1f1; /* rgba fallback */ } .mCSB_scrollTools .mCSB_dragger { cursor: pointer; width: 100%; height: 30px; } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; height: 100%; margin: 0 auto; text-align: center; background-color: #ffd200; /* rgba fallback */ } .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown { display: block; position: relative; height: 20px; overflow: hidden; margin: 0 auto; cursor: pointer; } .mCSB_scrollTools .mCSB_buttonDown { top: 100%; margin-top: -40px; } /*dark (dark colored scrollbar)*/ .mCS-dark > .mCSB_scrollTools .mCSB_draggerRail { background-color: #f2f1f1; /* rgba fallback */ } .mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #f2f1f1; /* rgba fallback */ } /*light-thin*/ .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; } .mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail { width: 100%; } .mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 2px; margin: 7px auto; } .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs {height:257px; border-bottom: 1px dashed #B8B8B8;padding-bottom: 5px;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul {padding: 10px 5px;margin: 0px;width: 345px;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li {list-style:none} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs li {padding: 2px 0; height: auto;margin-left:15px;float: left;width: 330px;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs li:hover {background-color: #efefef;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul .sepetbos {font-size:16px; text-align:center; margin: 125px 0;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .hediye {height: auto;float:left; padding: 0;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .close {background-image: url(/images/header_sprite.png); background-position:-374px -17px; width:17px; height:13px; cursor:pointer; float:left;margin: 17px 0 0 -15px;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .close:hover {background-position:-429px -18px;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li img {border:1px solid #efefef; padding:2px; float:left;margin:0 5px 0 0px} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .aciklama_alan{float:left; width:175px; margin-right:10px} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .aciklama_alan .urun_ad {font-size:11px;width: 175px;height: 15px;overflow: hidden;color: #424245;line-height: 16px;display: block;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .aciklama_alan .urun_spot {font-size:11px;color:#b5b5b5;width: 175px;height: 15px;overflow: hidden;line-height: 14px; display:block} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .aciklama_alan .urun_adet {font-size:11px; color:#b5b5b5;width: 175px;height: 15px;overflow: hidden;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .fiyat {padding: 15px 5px; text-align:right} .header .sepet #pagewrapperdiv #mainnavflyer5 .guvenli_ticaret {background-image: url(/images/header_sprite.png); background-position: -727px 0px; width: 135px; height:65px; border-right:1px dashed #b8b8b8; float:left;margin-left: 30px;} .header .sepet #pagewrapperdiv #mainnavflyer5 .sepet_toplam_fiyat {float: left;text-align: center;width: 195px;padding-top: 10px;} .header .sepet #pagewrapperdiv #mainnavflyer5 .sepet_toplam_fiyat div {font-size:23px; margin:5px 0 0 0; font-weight:bold;} .header .sepet #pagewrapperdiv #mainnavflyer5 .sepet_toplam_fiyat div span {color:#4E4E4E;font-size:12px} .header .sepet #pagewrapperdiv #mainnavflyer5 .sepete_git { margin: -5px 0 0 180px;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 7px 40px;text-align: center;font-size: 16px;float: left; } .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs .hediye {width: 330px!important;clear:both; padding-top:5px;float: left;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs .hediye:before {background-image:url(/images/sepet/hedaer_sepet_hediye.png); height:25px; width:15px; float:left; margin: 0px 0 0 15px; content: "";position: absolute;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs .hediye::before {background-image:url(/images/sepet/hedaer_sepet_hediye.png); height:25px; width:15px; float:left; margin: 0px 0 0 15px; content: "";display:block} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs .hediye li {margin-left: 0; width: 295px;padding-left: 35px;} .header .linkler {background-image: url(/images/header_sprite.png); background-position:-5px -61px; height:37px; margin: 12px 0;} .header .linkler ul li {list-style:none; float:left; } .header .linkler ul {padding: 0px 0 0 5px;} .header .linkler li {padding-right: 35px;font-size: 12px; padding-top:2px} .header .linkler ul .kategoriler {width: 161px; /*background-image: url(/images/header_sprite.png); background-position:-148px -16px;*/ font-size: 15px; padding-top:0;} .header .linkler ul .kategoriler #ac {/* width:105px; */ display:block;margin-left: 25px;} .header .linkler ul li #divSubCategory { display: none; background-color:#fff; width:220px; height:auto; position:absolute; z-index:1001;margin-top: 7px; font-size:11px !important; -moz-box-shadow: 0px 0px 10px #929292;-webkit-box-shadow: 0px 0px 10px #929292;box-shadow: 0px 0px 10px #929292;} .header .linkler .fa-caret-down {font-size: 16px;margin: 1px 42px 0 0;float: right;color: #535456;} .header_leftmenu { position: absolute; margin: 0px 0 0 0px; z-index: 5000; border: 1px solid #EFEFEF; background-color: #FFF; } .topbanner {margin-top:0px;} .header .topbanner {margin: -27px 0;height: 84px;} .header .topbanner img {margin:0 5px} .header .linkler .leftmenu {padding-bottom: 5px;} /* Haeder Secure */ .header_secure { height: auto; width: 980px; margin: 0 auto; outline:0px; margin-bottom: -3px; } .header_secure .ust { width: 980px; height: 65px; } .header_secure .logo { background-image: url(/images/header_sprite.png); background-position: 7px 28px; height: 93px; width: 155px; float: left; } .header_secure .linkler {/*background-image: url(/images/header_sprite.png); background-position:-5px -61px;*/ height:37px; margin: 12px 0;} .header_secure .mh_tel { font-size: 12px; color:#6b6a66; text-shadow: 0px 1px 0px #FFF; height: 12px; margin: -25px 310px; position: absolute;text-align: center;} .header_secure .mh_tel:after {background-image:url(/images/sepet/sepet_sprite.png); background-position:-713px -133px; content:""; position:absolute; width:22px; height:29px; margin: -15px -167px;} .header_secure .mh_tel strong {display: block;padding-bottom: 5px;letter-spacing: 1px;} .adimlar {float:right; margin: 30px 20px;} .adimlar .siparisadim {width:115px; float:left; text-align:center} .sepet_content .adimlar div + div a {color:#c8c8c8} .sepet_content .adimlar:after {background-image:url(/images/sepet/sepet_sprite.png); background-position:0px -2px; position:absolute; content:""; width:413px; height:7px;margin: 20px -425px; float:left} .secenekler_content .adimlar:after {background-image:url(/images/sepet/sepet_sprite.png); background-position:0px -12px; position:absolute; content:""; width:413px; height:7px;margin: 20px -425px; float:left} .odeme_content .adimlar:after {background-image:url(/images/sepet/sepet_sprite.png); background-position:0px -22px; position:absolute; content:""; width:413px; height:7px;margin: 20px -425px; float:left} .tesekkur_main .adimlar:after {background-image:url(/images/sepet/sepet_sprite.png); background-position:0px -32px; position:absolute; content:""; width:413px; height:7px;margin: 20px -425px; float:left} .secenekler_content .adimlar {margin-top:-84px} .secenekler_content .adimlar div a {color:#c8c8c8} .secenekler_content .adimlar div + div a {color:#424245} .secenekler_content .adimlar div + div + div a {color:#c8c8c8} .odeme_content .adimlar {margin-top:-84px} .odeme_content .adimlar div a {color:#c8c8c8} .odeme_content .adimlar div + div + div a {color:#424245} .odeme_content .adimlar div + div + div + div a {color:#c8c8c8} .tesekkur_main .adimlar {margin-top:-84px} .tesekkur_main .adimlar div a {color:#c8c8c8} .tesekkur_main .adimlar div + div + div + div a {color:#424245}
WebApplication7/css/header.css
@charset "utf-8"; .header { height: auto; width: 1000px; margin: 0 auto; outline:0px; margin-bottom: -27px; } .header .ust { width: 1000px; height: 90px; } .header .ust .logo { background-image: url(/images/header_sprite.png?v=10.1); background-position: 7px 63px; height: 109px; width: 155px; float: left; margin-top: -30px; font-size: 12px;} .header a:hover {color:#424245} .header .ust .kullanici_alan { float: right; } .header .ust .kullanici_alan .login { height: 25px; width: auto;padding-top: 13px; } .header .ust .kullanici_alan .login ul li { list-style: none; float: left; padding-top:5px } .header .ust .kullanici_alan .login ul { margin-top: -12px; } .header .ust .kullanici_alan .login li { border-right: 1px solid #dfdfdf; padding: 5px 10px; } .header .ust .kullanici_alan .login li:first-child { border-left: 0px; } .header .ust .kullanici_alan .login li:last-child { border-right: 0px; } .header .ust .kullanici_alan .login li.social_login_header {border:0;padding: 5px;} .header .ust .kullanici_alan .login ul li img {margin: -2px;} .header .ust .kullanici_alan .login ul li [title="Mesaj"] { background-image: url(/images/header_sprite.png?v=10.1); background-position: -879px -12px; color: #FF8300; width: 11px; height: 8px; padding: 0 4px 0 17px; } .header .ust .kullanici_alan .login ul li a {text-decoration:none !important} .uye_content .facebook_login {display: block;clear: both;margin: 110px 0 0 169px;} .header .ust .arama_alan { float: left; margin: 9px 0 0 160px; position: absolute; } .header .ust .arama_alan .encok_aranan { padding: 0px 0 0 75px; font-size: 11px; } .header .ust .arama_alan .mh_tel { padding: 0px 0 6px 170px; font-size: 12px; color:#6b6a66; text-shadow: 0px 1px 0px #FFF; height:11px;} .header .ust .arama_alan .mh_tel a {color:#6b6a66;font-weight: bold;text-decoration: underline;} .header .ust .arama_alan .arama { width: 547px; height: 43px; border: 1px solid #ebebeb; -moz-border-radius: 4px; /* -webkit-border-radius: 4px; */ /* border-radius: 4px; */ -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background-color: #fff; margin: 7px 0 0 40px;} .header .ust .arama_alan .mh_tel .fa-envelope-o {color:#ffd105; font-size: 13px;margin: 1px 0 0 5px;text-shadow: 0 0 0;} .header .ust .arama_alan .mh_tel .fa-circle {color:#e56767;font-size: 20px;margin: -9px -3px;position: absolute;text-shadow: 0 0 0;} .header .ust .arama_alan .mh_tel .fa-circle span {position: absolute;color: #fff;margin: 4px -17px;font-size: 12px;font-family: "Lucida Grande",sans-serif;line-height: 11px;text-align: center;width: 16px;font-weight: bold;} .header .ust .arama_alan .arama input { background-color: transparent; border: 0px; width: 470px; height: 43px; outline: 0; font-size: 13px; padding-left: 15px; line-height: 20px; color: #878787; float: left; box-shadow:none} @media screen and (max-device-width: 480px){ .header .ust .arama_alan .arama input { width: 466px;}} @media screen and (max-device-width: 768px){ .header .ust .arama_alan .arama input { width: 466px;}} .header .ust .arama_alan .ara_buton { width: 41px; height: 28px; -moz-border-radius: 0 3px 3px 0; /* -webkit-border-radius: 0 3px 3px 0; */ /* border-radius: 0 3px 3px 0; */ -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background-color: #ffd200; float: left; margin: 2px 0 0 4px; color: #535456; font-size: 16px; padding: 11px 0 0 14px; cursor: pointer; text-shadow:none; background-image: -moz-linear-gradient(bottom, #fdbf04 0%, #ffd55e 100%); background-image: -o-linear-gradient(bottom, #fdbf04 0%, #ffd55e 100%); background-image: -webkit-linear-gradient(bottom, #fdbf04 0%, #ffd55e 100%); background-image: linear-gradient(bottom, #fdbf04 0%, #ffd55e 100%); } .header .ust .arama_alan .ara_buton:hover {background-color:#fed92e; background-image: -moz-linear-gradient(bottom, #ffd55e 0%, #fdbf04 100%); background-image: -o-linear-gradient(bottom, #ffd55e 0%, #fdbf04 100%); background-image: -webkit-linear-gradient(bottom, #ffd55e 0%, #fdbf04 100%); background-image: linear-gradient(bottom, #ffd55e 0%, #fdbf04 100%);} .header .ust .arama_alan .category_search_text {float: left;font-size: 10px;margin: 0px 5px 0 43px;width: 535px;height: 12px;overflow: hidden; line-height:12px; color:#969696} .ie10 .header .ust .arama_alan .category_search_text, .ie11 .header .ust .arama_alan .category_search_text {margin-left:-482px} .header .ust .arama_alan .category_search_text a {margin-left:5px;color:#969696} .header .ust .arama_alan .category_search_text a:hover {color:#424245;text-decoration:underline; } .header .ust .arama_sonuc {width: 547px;height: 505px; position:absolute; z-index:9999;margin: 5px 0 0 40px;background-color: #f8f8f8;border: 1px solid #ebebeb;} .header .ust .arama_sonuc .ucgen {background-image: url(/images/header_sprite.png); background-position: -909px -132px; height:17px; width:45px;margin:-17px 0 0 45px;} .header .ust .arama_sonuc .sonuc_kategoriler {width:190px;float:left;padding:10px 20px 0 10px;} .header .ust .arama_sonuc .sonuc_urunler {width:320px; float:left;padding:10px 0;} .header .ust .arama_sonuc .sonuc_kategoriler .baslik {height:33px; border-bottom:1px dashed #b8b8b8} .header .ust .arama_sonuc .sonuc_kategoriler .baslik p {color:#b5b5b5; font-size:11px; margin: 0px;} .header .ust .arama_sonuc .sonuc_kategoriler ul {list-style:none; padding:0px; font-size: 11px;} .header .ust .arama_sonuc .sonuc_kategoriler ul li {height: 21px;padding: 4px 0 0 3px;line-height: 20px;overflow: hidden;} .header .ust .arama_sonuc .sonuc_kategoriler ul li:hover {background-color:#ebebeb} .header .ust .arama_sonuc .sonuc_urunler .baslik {padding-bottom: 3px; border-bottom:1px dashed #b8b8b8} .header .ust .arama_sonuc .sonuc_urunler .baslik p {color:#b5b5b5; font-size:11px; margin: 0px;} .header .ust .arama_sonuc .sonuc_urunler .baslik .sonuc_urun {/*background-image: url(/images/header_sprite.png); background-position:-727px -212px;*/padding: 2px 0;max-height: 29px;overflow: hidden;line-height: 15px;} .header .ust .arama_sonuc .sonuc_urunler .baslik .sonuc_urun span {font-weight:bold} .header .ust .arama_sonuc .sonuc_urunler ul {list-style:none; padding:0px; font-size: 11px;margin: 0px;} .header .ust .arama_sonuc .sonuc_urunler ul li {line-height: 16px; margin:0 0 2px 3px;height:40px; } .header .ust .arama_sonuc .sonuc_urunler ul li:hover {background-color: #ebebeb; padding:0px} .header .ust .arama_sonuc .sonuc_urunler ul li img {border:1px solid #efefef; padding:2px; float:left;margin: 5px 7px 0 -1px;} .header .ust .arama_sonuc .sonuc_urunler .text {width: 275px;height:15px;overflow: hidden;padding-top: 13px;display: block;padding: 10px 0 0 0;line-height: 16px;} .header .sepet { position: absolute; margin: -55px 0 0 765px; z-index: 5999;/*width: initial;*/ width:230px} .header .sepet #pagewrapperdiv span {} .header .sepet #mainnavdiv { position: relative; margin-top: 6px; float: left; } .header .sepet a.mainnav { position: relative; font-size: 13px; display: block; float: left;height: 27px; line-height: 33px; width:90px; text-align: center; text-decoration: none; /* text-transform: lowercase; */ } .header .sepet #mainnavdiv [tabindex="1"] { background-image: url(/images/header_sprite.png); background-position:26px -139px;padding: 14px 10px 0 0; width:99px; outline:0px; } .header .sepet #mainnavdiv [tabindex="5"] {background-image: url(/images/header_sprite.png); background-position:-98px -139px;padding-top: 14px;width:109px; outline:0px;} .header .sepet .white {border-right: 1px solid #fff;} .header .sepet .gray {border-left: 1px solid #dfdfdf; } .header .sepet a#mainnavover1 { display: none; position: absolute; top: 2px; left: 9px; font-size: 13px;background-color: #fff; height: 53px; line-height: 37px; width: 80px; text-align: center; text-decoration: none; text-indent: 1px; -moz-box-shadow: 0px 0px 10px #929292;-webkit-box-shadow: 0px 0px 10px #929292;box-shadow: 0px 0px 10px #929292; -moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;background-image: url(/images/header_sprite.png); background-position:17px -229px; padding: 16px 21px 0 0;} .header .sepet div#mainnavflyer1 { display: none; position: absolute; width: 215px; top: 54px; left:9px; z-index: 600; height:auto; background-color:#fff;-moz-box-shadow: 0px 0px 10px #929292; -webkit-box-shadow: 0px 0px 10px #929292;-moz-border-radius:0 5px 5px 5px; -webkit-border-radius:0 5px 5px 5px; border-radius:0 5px 5px 5px; box-shadow: 0px 0px 10px #929292; } .header .sepet a#mainnavover5 { display: none; position: absolute; top: 2px; left: 110px; font-size: 13px; background-color: #fff; height: 53px; line-height: 37px; width: 111px; text-align: center; text-decoration: none; text-indent: 1px;-moz-box-shadow: 0px 0px 10px #929292;-webkit-box-shadow: 0px 0px 10px #929292;box-shadow: 0px 0px 10px #929292; -moz-border-radius: 5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0; background-image: url(/images/header_sprite.png); background-position:-97px -229px;padding: 16px 4px 0 0;} .header .sepet div#mainnavflyer5 { display: none; position: absolute; width: 370px; top: 54px; left:-145px; z-index: 600; height:370px; background-color:#fff;-moz-box-shadow: 0px 0px 10px #929292; -webkit-box-shadow: 0px 0px 10px #929292;-moz-border-radius: 5px 0 5px 5px;-webkit-border-radius: 5px 0 5px 5px;border-radius: 5px 0 5px 5px; box-shadow: 0px 0px 10px #929292; } .header .sepet div#mainnavflyer1 .yama {background-color: #fff;width: 101px;height: 13px;margin: -9px 0;position:absolute;z-index: 601;} .header .sepet div#mainnavflyer5 .yama {background-color: #fff;width: 115px;height: 13px;margin:-9px 0 0 255px;position:absolute;z-index: 601;} .header .sepet #pagewrapperdiv #mainnavflyer1 ul {list-style:none; padding:5px; margin:0px} .header .sepet #pagewrapperdiv #mainnavflyer1 li {height:13px; border-bottom:1px dashed #b8b8b8;padding: 5px; } .header .sepet #pagewrapperdiv #mainnavflyer1 li:last-child {border-bottom:0px} /*.header .sepet #pagewrapperdiv #mainnavflyer1 [title="Siparişlerim"],*/ .header .sepet #pagewrapperdiv #mainnavflyer1 [title="Mesajlarım"], /*.header .sepet #pagewrapperdiv #mainnavflyer1 [title="Puanlarım"],*/ .header .sepet #pagewrapperdiv #mainnavflyer1 [title="Üyelik"] {border-bottom: 0px;margin-bottom: -5px;} .header .sepet #pagewrapperdiv #mainnavflyer1 [title="Çıkış"] a:hover {color: #8a8a8a;text-decoration:underline} .header .sepet #pagewrapperdiv #mainnavflyer1 a:hover {color: #8a8a8a;} /* basic scrollbar styling */ .mCSB_container { width:370px; margin-right: 30px; overflow: hidden; } .mCSB_container.mCS_no_scrollbar { margin-right: 0; } .mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar, .mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar { margin-right: 30px; } .mCustomScrollBox > .mCSB_scrollTools { width: 16px; height: 100%; top: 0; right: 0; opacity: 0.75; } .mCSB_scrollTools .mCSB_draggerContainer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; } .mCSB_scrollTools a + .mCSB_draggerContainer { margin: 20px 0; } .mCSB_scrollTools .mCSB_draggerRail { width: 6px; height: 100%; margin: 0 auto; background-color: #f2f1f1; /* rgba fallback */ } .mCSB_scrollTools .mCSB_dragger { cursor: pointer; width: 100%; height: 30px; } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; height: 100%; margin: 0 auto; text-align: center; background-color: #ffd200; /* rgba fallback */ } .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown { display: block; position: relative; height: 20px; overflow: hidden; margin: 0 auto; cursor: pointer; } .mCSB_scrollTools .mCSB_buttonDown { top: 100%; margin-top: -40px; } /*dark (dark colored scrollbar)*/ .mCS-dark > .mCSB_scrollTools .mCSB_draggerRail { background-color: #f2f1f1; /* rgba fallback */ } .mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #f2f1f1; /* rgba fallback */ } /*light-thin*/ .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; } .mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail { width: 100%; } .mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 2px; margin: 7px auto; } .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs {height:257px; border-bottom: 1px dashed #B8B8B8;padding-bottom: 5px;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul {padding: 10px 5px;margin: 0px;width: 345px;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li {list-style:none} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs li {padding: 2px 0; height: auto;margin-left:15px;float: left;width: 330px;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs li:hover {background-color: #efefef;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul .sepetbos {font-size:16px; text-align:center; margin: 125px 0;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .hediye {height: auto;float:left; padding: 0;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .close {background-image: url(/images/header_sprite.png); background-position:-374px -17px; width:17px; height:13px; cursor:pointer; float:left;margin: 17px 0 0 -15px;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .close:hover {background-position:-429px -18px;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li img {border:1px solid #efefef; padding:2px; float:left;margin:0 5px 0 0px} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .aciklama_alan{float:left; width:175px; margin-right:10px} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .aciklama_alan .urun_ad {font-size:11px;width: 175px;height: 15px;overflow: hidden;color: #424245;line-height: 16px;display: block;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .aciklama_alan .urun_spot {font-size:11px;color:#b5b5b5;width: 175px;height: 15px;overflow: hidden;line-height: 14px; display:block} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .aciklama_alan .urun_adet {font-size:11px; color:#b5b5b5;width: 175px;height: 15px;overflow: hidden;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs ul li .fiyat {padding: 15px 5px; text-align:right} .header .sepet #pagewrapperdiv #mainnavflyer5 .guvenli_ticaret {background-image: url(/images/header_sprite.png); background-position: -727px 0px; width: 135px; height:65px; border-right:1px dashed #b8b8b8; float:left;margin-left: 30px;} .header .sepet #pagewrapperdiv #mainnavflyer5 .sepet_toplam_fiyat {float: left;text-align: center;width: 195px;padding-top: 10px;} .header .sepet #pagewrapperdiv #mainnavflyer5 .sepet_toplam_fiyat div {font-size:23px; margin:5px 0 0 0; font-weight:bold;} .header .sepet #pagewrapperdiv #mainnavflyer5 .sepet_toplam_fiyat div span {color:#4E4E4E;font-size:12px} .header .sepet #pagewrapperdiv #mainnavflyer5 .sepete_git { margin: -5px 0 0 180px;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 7px 40px;text-align: center;font-size: 16px;float: left; } .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs .hediye {width: 330px!important;clear:both; padding-top:5px;float: left;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs .hediye:before {background-image:url(/images/sepet/hedaer_sepet_hediye.png); height:25px; width:15px; float:left; margin: 0px 0 0 15px; content: "";position: absolute;} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs .hediye::before {background-image:url(/images/sepet/hedaer_sepet_hediye.png); height:25px; width:15px; float:left; margin: 0px 0 0 15px; content: "";display:block} .header .sepet #pagewrapperdiv #mainnavflyer5 #scrolljs .hediye li {margin-left: 0; width: 295px;padding-left: 35px;} .header .linkler {background-image: url(/images/header_sprite.png); background-position:-5px -61px; height:37px; margin: 12px 0;} .header .linkler ul li {list-style:none; float:left; } .header .linkler ul {padding: 0px 0 0 5px;} .header .linkler li {padding-right: 35px;font-size: 12px; padding-top:2px} .header .linkler ul .kategoriler {width: 161px; /*background-image: url(/images/header_sprite.png); background-position:-148px -16px;*/ font-size: 15px; padding-top:0;} .header .linkler ul .kategoriler #ac {/* width:105px; */ display:block;margin-left: 25px;} .header .linkler ul li #divSubCategory { display: none; background-color:#fff; width:220px; height:auto; position:absolute; z-index:1001;margin-top: 7px; font-size:11px !important; -moz-box-shadow: 0px 0px 10px #929292;-webkit-box-shadow: 0px 0px 10px #929292;box-shadow: 0px 0px 10px #929292;} .header .linkler .fa-caret-down {font-size: 16px;margin: 1px 42px 0 0;float: right;color: #535456;} .header_leftmenu { position: absolute; margin: 0px 0 0 0px; z-index: 5000; border: 1px solid #EFEFEF; background-color: #FFF; } .topbanner {margin-top:0px;} .header .topbanner {margin: -27px 0;height: 84px;} .header .topbanner img {margin:0 5px} .header .linkler .leftmenu {padding-bottom: 5px;} /* Haeder Secure */ .header_secure { height: auto; width: 980px; margin: 0 auto; outline:0px; margin-bottom: -3px; } .header_secure .ust { width: 980px; height: 65px; } .header_secure .logo { background-image: url(/images/header_sprite.png); background-position: 7px 28px; height: 93px; width: 155px; float: left; } .header_secure .linkler {/*background-image: url(/images/header_sprite.png); background-position:-5px -61px;*/ height:37px; margin: 12px 0;} .header_secure .mh_tel { font-size: 12px; color:#6b6a66; text-shadow: 0px 1px 0px #FFF; height: 12px; margin: -25px 310px; position: absolute;text-align: center;} .header_secure .mh_tel:after {background-image:url(/images/sepet/sepet_sprite.png); background-position:-713px -133px; content:""; position:absolute; width:22px; height:29px; margin: -15px -167px;} .header_secure .mh_tel strong {display: block;padding-bottom: 5px;letter-spacing: 1px;} .adimlar {float:right; margin: 30px 20px;} .adimlar .siparisadim {width:115px; float:left; text-align:center} .sepet_content .adimlar div + div a {color:#c8c8c8} .sepet_content .adimlar:after {background-image:url(/images/sepet/sepet_sprite.png); background-position:0px -2px; position:absolute; content:""; width:413px; height:7px;margin: 20px -425px; float:left} .secenekler_content .adimlar:after {background-image:url(/images/sepet/sepet_sprite.png); background-position:0px -12px; position:absolute; content:""; width:413px; height:7px;margin: 20px -425px; float:left} .odeme_content .adimlar:after {background-image:url(/images/sepet/sepet_sprite.png); background-position:0px -22px; position:absolute; content:""; width:413px; height:7px;margin: 20px -425px; float:left} .tesekkur_main .adimlar:after {background-image:url(/images/sepet/sepet_sprite.png); background-position:0px -32px; position:absolute; content:""; width:413px; height:7px;margin: 20px -425px; float:left} .secenekler_content .adimlar {margin-top:-84px} .secenekler_content .adimlar div a {color:#c8c8c8} .secenekler_content .adimlar div + div a {color:#424245} .secenekler_content .adimlar div + div + div a {color:#c8c8c8} .odeme_content .adimlar {margin-top:-84px} .odeme_content .adimlar div a {color:#c8c8c8} .odeme_content .adimlar div + div + div a {color:#424245} .odeme_content .adimlar div + div + div + div a {color:#c8c8c8} .tesekkur_main .adimlar {margin-top:-84px} .tesekkur_main .adimlar div a {color:#c8c8c8} .tesekkur_main .adimlar div + div + div + div a {color:#424245}
0.227298
0.187207
.fade-in { -moz-animation-name: fadeInUp; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -moz-animation-fill-mode: both; -webkit-animation-fill-mode: both; animation-fill-mode: both; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-animation-duration: 1s; -webkit-animation-duration: 1s; animation-duration: 1s; } .fade-in.two { -moz-animation-delay: 1.2s; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; } .fade-in.three { -moz-animation-delay: 1.4s; -webkit-animation-delay: 1.4s; animation-delay: 1.4s; } .fade-in.four { -moz-animation-delay: 1.6s; -webkit-animation-delay: 1.6s; animation-delay: 1.6s; } .button::before { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; background: #14B97D; content: ''; position: absolute; top: 0; left: 0; width: 150%; height: 100%; -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0); -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0); -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0); transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0); -moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s; -o-transition: -o-transform 0.4s, opacity 0.4s, background-color 0.4s; -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s; transition: transform 0.4s, opacity 0.4s, background-color 0.4s; -moz-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; z-index: -1; } .button:hover { color: #fff; } .button:hover:before { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000); opacity: 100; -moz-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0em, 0); -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0em, 0); -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0em, 0); transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0em, 0); -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); } #banner .welcome .scroll-down { font-size: 40px; margin: 50px 0 0 0; } .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; }
css/style2.css
.fade-in { -moz-animation-name: fadeInUp; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -moz-animation-fill-mode: both; -webkit-animation-fill-mode: both; animation-fill-mode: both; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-animation-duration: 1s; -webkit-animation-duration: 1s; animation-duration: 1s; } .fade-in.two { -moz-animation-delay: 1.2s; -webkit-animation-delay: 1.2s; animation-delay: 1.2s; } .fade-in.three { -moz-animation-delay: 1.4s; -webkit-animation-delay: 1.4s; animation-delay: 1.4s; } .fade-in.four { -moz-animation-delay: 1.6s; -webkit-animation-delay: 1.6s; animation-delay: 1.6s; } .button::before { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; background: #14B97D; content: ''; position: absolute; top: 0; left: 0; width: 150%; height: 100%; -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0); -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0); -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0); transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0); -moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s; -o-transition: -o-transform 0.4s, opacity 0.4s, background-color 0.4s; -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s; transition: transform 0.4s, opacity 0.4s, background-color 0.4s; -moz-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; z-index: -1; } .button:hover { color: #fff; } .button:hover:before { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000); opacity: 100; -moz-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0em, 0); -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0em, 0); -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0em, 0); transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0em, 0); -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); } #banner .welcome .scroll-down { font-size: 40px; margin: 50px 0 0 0; } .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; }
0.352425
0.075653
.header { width: 100%; height: 50px; background-color: #207ac4; } .top { width: 80%; height: 100%; margin: 0 auto; font-size: 16px; } .top dl { height: 100%; width: 100%; } .top dt { float: left; } .top dd { float: right; height: 100%; line-height: 50px; color: white; } .top a { color: white; font-weight: normal; } .top a:hover { color: white; } .top-name { float: left; height: 50px; line-height: 50px; margin-right: 30px; } .top-name img { height: 40px; } /* 登录 */ #loginModal .modal-content { width: 380px; } #loginModal .modal-dialog { width: 380px; margin: 10% auto; } .login-close { width: 320px; height: 10px; margin: 15px auto 5px auto; } .login { width: 300px; margin: 0px auto 15px auto; height: 50px; line-height: 50px; } .login h3 { height: 50px; margin: 0; line-height: 50px; } #loginModal .form-group { clear: both; width: 300px; margin: 0 auto; height: 44px; } #loginModal .form-control { height: 44px; border-radius: 0px; outline: medium; } #PhoneL { width: 100%; margin: 0; } #PasswordL { width: 100%; margin: -1px 0 0 0; } .login-prompt-info { width: 300px; height: 20px; margin: 10px 40px; color: red; line-height: 20px; display: none; } #loginModal .col-sm-offset-2 { margin: 0; padding: 0; height: 40px; } #loginModal .col-sm-3 { text-align: right; } #loginModal .col-sm-3 a { padding: 12px 0; line-height: 40px; color: black; } #loginModal .col-sm-3 a:hover { color: black; } .login-user-type{ width: 300px; margin: 0 auto; height: 40px; clear: both; } .user-type-ordinary{ float: left; height: 40px; margin: 0; } .user-type-agent{ float: right; height: 40px; } #login-btn { width: 300px; margin: 10px 40px 20px 40px; background-color: #207ac4; border: none; } /* 找回密码 */ #retrieveModal .modal-content { width: 380px; } #retrieveModal .modal-dialog { width: 380px; margin: 10% auto; } .retrieve-close { width: 320px; height: 10px; margin: 15px auto 5px auto; } .retrieve { width: 300px; margin: 0px auto 15px auto; height: 50px; line-height: 50px; } .retrieve h3 { float: left; height: 50px; margin: 0; line-height: 50px; } .retrieve span { float: right; } #retrieveModal .form-group { clear: both; width: 300px; margin: 0 auto; height: 44px; } #retrieveModal .form-control { height: 44px; border-radius: 0px; outline: medium; } #PhoneRW { width: 100%; margin: 0; } #DxyzmRW { width: 201px; float: left; margin: -1px 0 0 0; } #DxyzmRW-btn { width: 100px; height: 44px; float: right; background-color: white; border-radius: 0px; color: black; border-color: #ccc; margin-left: -1px; margin-top: -1px; } #PasswordRW { width: 100%; margin: -2px 0 0 0; } #PasswordTwoRW { width: 100%; margin: -3px 0 0 0; } .retrieve-prompt-info { width: 300px; height: 20px; margin: 10px 40px 0 40px; color: red; line-height: 20px; display: none; } #retrieve-btn { width: 300px; margin: 20px 40px; background-color: #207ac4; border: none; } .retrieve-a { color: #207ac4; } .retrieve-a:hover { color: #207ac4; } /* 注册 */ #registeredModal .modal-content { width: 380px; } #registeredModal .modal-dialog { width: 380px; margin: 5% auto; } .registered-close { width: 320px; height: 10px; margin: 15px auto 5px auto; } .registered { width: 300px; margin: 0px auto 15px auto; height: 50px; line-height: 50px; } .registered h3 { float: left; height: 50px; margin: 0; line-height: 50px; } .registered span { float: right; } #registeredModal .form-group { clear: both; width: 300px; margin: 0 auto; height: 44px; } #registeredModal .form-control { height: 44px; border-radius: 0px; outline: medium; } #PhoneR { width: 100%; margin: 0; } #DxyzmR { width: 201px; float: left; margin: -1px 0 0 0; } #DxyzmR-btn { width: 100px; height: 44px; float: right; background-color: white; border-radius: 0px; color: black; border-color: #ccc; margin-left: -1px; margin-top: -1px; } #NameR { width: 100%; margin: -2px 0 0 0; } #IdcardR { width: 100%; margin: -3px 0 0 0; } #PasswordR { width: 100%; margin: -4px 0 0 0; } #PasswordTwoR { width: 100%; margin: -5px 0 0 0; } #registeredModal .col-sm-offset-2 { margin: 0; padding: 0; width: 100%; } .registered-prompt-info { width: 300px; height: 20px; margin: 0 40px; color: red; line-height: 20px; display: none; } #registered-btn { width: 300px; margin: 20px 40px; background-color: #207ac4; border: none; } .register-a { color: #207ac4; } .register-a:hover { color: #207ac4; }
renren-admin/src/main/resources/public/webapp/css/header.css
.header { width: 100%; height: 50px; background-color: #207ac4; } .top { width: 80%; height: 100%; margin: 0 auto; font-size: 16px; } .top dl { height: 100%; width: 100%; } .top dt { float: left; } .top dd { float: right; height: 100%; line-height: 50px; color: white; } .top a { color: white; font-weight: normal; } .top a:hover { color: white; } .top-name { float: left; height: 50px; line-height: 50px; margin-right: 30px; } .top-name img { height: 40px; } /* 登录 */ #loginModal .modal-content { width: 380px; } #loginModal .modal-dialog { width: 380px; margin: 10% auto; } .login-close { width: 320px; height: 10px; margin: 15px auto 5px auto; } .login { width: 300px; margin: 0px auto 15px auto; height: 50px; line-height: 50px; } .login h3 { height: 50px; margin: 0; line-height: 50px; } #loginModal .form-group { clear: both; width: 300px; margin: 0 auto; height: 44px; } #loginModal .form-control { height: 44px; border-radius: 0px; outline: medium; } #PhoneL { width: 100%; margin: 0; } #PasswordL { width: 100%; margin: -1px 0 0 0; } .login-prompt-info { width: 300px; height: 20px; margin: 10px 40px; color: red; line-height: 20px; display: none; } #loginModal .col-sm-offset-2 { margin: 0; padding: 0; height: 40px; } #loginModal .col-sm-3 { text-align: right; } #loginModal .col-sm-3 a { padding: 12px 0; line-height: 40px; color: black; } #loginModal .col-sm-3 a:hover { color: black; } .login-user-type{ width: 300px; margin: 0 auto; height: 40px; clear: both; } .user-type-ordinary{ float: left; height: 40px; margin: 0; } .user-type-agent{ float: right; height: 40px; } #login-btn { width: 300px; margin: 10px 40px 20px 40px; background-color: #207ac4; border: none; } /* 找回密码 */ #retrieveModal .modal-content { width: 380px; } #retrieveModal .modal-dialog { width: 380px; margin: 10% auto; } .retrieve-close { width: 320px; height: 10px; margin: 15px auto 5px auto; } .retrieve { width: 300px; margin: 0px auto 15px auto; height: 50px; line-height: 50px; } .retrieve h3 { float: left; height: 50px; margin: 0; line-height: 50px; } .retrieve span { float: right; } #retrieveModal .form-group { clear: both; width: 300px; margin: 0 auto; height: 44px; } #retrieveModal .form-control { height: 44px; border-radius: 0px; outline: medium; } #PhoneRW { width: 100%; margin: 0; } #DxyzmRW { width: 201px; float: left; margin: -1px 0 0 0; } #DxyzmRW-btn { width: 100px; height: 44px; float: right; background-color: white; border-radius: 0px; color: black; border-color: #ccc; margin-left: -1px; margin-top: -1px; } #PasswordRW { width: 100%; margin: -2px 0 0 0; } #PasswordTwoRW { width: 100%; margin: -3px 0 0 0; } .retrieve-prompt-info { width: 300px; height: 20px; margin: 10px 40px 0 40px; color: red; line-height: 20px; display: none; } #retrieve-btn { width: 300px; margin: 20px 40px; background-color: #207ac4; border: none; } .retrieve-a { color: #207ac4; } .retrieve-a:hover { color: #207ac4; } /* 注册 */ #registeredModal .modal-content { width: 380px; } #registeredModal .modal-dialog { width: 380px; margin: 5% auto; } .registered-close { width: 320px; height: 10px; margin: 15px auto 5px auto; } .registered { width: 300px; margin: 0px auto 15px auto; height: 50px; line-height: 50px; } .registered h3 { float: left; height: 50px; margin: 0; line-height: 50px; } .registered span { float: right; } #registeredModal .form-group { clear: both; width: 300px; margin: 0 auto; height: 44px; } #registeredModal .form-control { height: 44px; border-radius: 0px; outline: medium; } #PhoneR { width: 100%; margin: 0; } #DxyzmR { width: 201px; float: left; margin: -1px 0 0 0; } #DxyzmR-btn { width: 100px; height: 44px; float: right; background-color: white; border-radius: 0px; color: black; border-color: #ccc; margin-left: -1px; margin-top: -1px; } #NameR { width: 100%; margin: -2px 0 0 0; } #IdcardR { width: 100%; margin: -3px 0 0 0; } #PasswordR { width: 100%; margin: -4px 0 0 0; } #PasswordTwoR { width: 100%; margin: -5px 0 0 0; } #registeredModal .col-sm-offset-2 { margin: 0; padding: 0; width: 100%; } .registered-prompt-info { width: 300px; height: 20px; margin: 0 40px; color: red; line-height: 20px; display: none; } #registered-btn { width: 300px; margin: 20px 40px; background-color: #207ac4; border: none; } .register-a { color: #207ac4; } .register-a:hover { color: #207ac4; }
0.358241
0.100569
:root{ --clr-primary: rgb(51, 122, 183); --clr-bg-modal: rgb(255, 255, 255); --toast-movement: 20px; } html, body { margin: 0; padding: 0; } canvas { display: block; } body { touch-action: manipulation; } /* Override bootsrap btn outline that shows up in chrome */ btn:focus, .btn:focus{ outline:none; } /* Remove ugly focus firefox adds */ ::-moz-focus-inner, ::-moz-focus-outer{ border:0; } /* COPY CLIPBOARD NOTICE */ /* The snackbar - position it at the bottom and in the middle of the screen */ #snackbar { visibility: hidden; /* Hidden by default. Visible on click */ min-width: 250px; /* Set a default minimum width */ margin-left: -125px; /* Divide value of min-width by 2 */ background-color: #333; /* Black background color */ color: #fff; /* White text color */ text-align: center; /* Centered text */ border-radius: 2px; /* Rounded borders */ padding: 16px; /* Padding */ position: fixed; /* Sit on top of the screen */ z-index: 1; /* Add a z-index if needed */ left: 50%; /* Center the snackbar */ top: var(--toast-movement); /* 20px from the bottom */ } /* Show the snackbar when clicking on a button (class added with JavaScript) */ #snackbar.show { visibility: visible; /* Show the snackbar */ /* Add animation: Take 0.5 seconds to fade in and out the snackbar. However, delay the fade out process for 2.5 seconds */ -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } /* Animations to fade the snackbar in and out */ @-webkit-keyframes fadein { from {top: 0; opacity: 0;} to {top: var(--toast-movement); opacity: 1;} } @keyframes fadein { from {top: 0; opacity: 0;} to {top: var(--toast-movement); opacity: 1;} } @-webkit-keyframes fadeout { from {top: var(--toast-movement); opacity: 1;} to {top: 0; opacity: 0;} } @keyframes fadeout { from {top: var(--toast-movement); opacity: 1;} to {top: 0; opacity: 0;} } /* END COPY CLIPBOARD NOTICE */ /* BUTTONS */ .copy-btn{ display:flex; flex-direction: row; justify-content: center; } .copy-icon{ display:flex; flex-direction: column; justify-content:center; } #instructionsModalButton{ margin-left: 10px; font-size: 18px; } /* END BUTTONS */ /* MODAL AND SHARE BUTTONS */ .share-btn a:visited{ color: #fff; } .share-btn a:hover{ text-decoration: none; color: #fff; } .share-btn :focus{ color: #fff; text-decoration: underline; } .copy-btn, .resp-sharing-button__link{ margin:0.25em!important; } .resp-sharing-button__icon{ display:flex!important; flex-direction:column; justify-content: center; } .copy-btn svg{ width:1.75rem; height:1.75rem; } .resp-sharing-button__icon svg{ margin-right:0!important; height:1.5rem!important; } #endGameModal .modal-footer{ display:flex; } .modal-footer .left{ width:50%; display:flex; align-items:center; } .modal-footer .right{ width:50%; display:flex; align-items:center; justify-content: flex-end; } @media (max-width: 768px) { .modal-open #endGameModal{ display:flex!important; flex-direction: column; justify-content: center; } .modal-footer { flex-direction: column; /* IF CHANGED TO COLUMN-REVERSE, MOVE MARGIN-BOTTOM FROM .RIGHT TO .LEFT */ align-items: center; } .modal-footer .left{ width:100%; justify-content: center; margin-bottom: 10px; } .modal-footer .right{ width:100%; justify-content: center; } } /* END MODAL AND SHARE BUTTONS*/ /* CAROUSEL */ .carousel-inner { margin-bottom:50px; } .carousel-inner > .item{ text-align: center; text-align: -moz-center; transition-duration: 0.35s; -moz-transition-duration: 0.35s; } .carousel-inner > .item > img{ max-height:80vh; } .carousel-control{ opacity: 0; margin-bottom:-50px; } .carousel-control:focus, .carousel-control:hover{ opacity: 1; box-shadow: none; } .carousel-indicators { bottom:-50px; } .carousel-indicators li{ background-color: rgba(0,0,0,0); border: 2px solid var(--clr-primary); } .carousel-indicators li.active{ background-color: var(--clr-primary); } /* END CAROUSEL */ /* SLIDER */ /* The slider itself */ input[type=range] { -webkit-appearance: none; width: 100%; margin-top: 15px; height: 10px !important; border-radius: 5px; background: #606060; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } /* Mouse-over effects */ input[type=range]:focus, input[type=range]:hover { opacity: 1; /* Fully shown on mouse-over */ } /* The slider handle */ input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; /*background: #ff5722;*/ background: #fee090; /*background: rgb(46, 46, 46);*/ cursor: pointer; } input[type=range]::-moz-range-thumb { width: 25px; height: 25px; border-radius: 50%; /*background: #ff5722;*/ background: #fee090; /*background: rgb(46, 46, 46);*/ cursor: pointer; }
wwwroot/style.css
:root{ --clr-primary: rgb(51, 122, 183); --clr-bg-modal: rgb(255, 255, 255); --toast-movement: 20px; } html, body { margin: 0; padding: 0; } canvas { display: block; } body { touch-action: manipulation; } /* Override bootsrap btn outline that shows up in chrome */ btn:focus, .btn:focus{ outline:none; } /* Remove ugly focus firefox adds */ ::-moz-focus-inner, ::-moz-focus-outer{ border:0; } /* COPY CLIPBOARD NOTICE */ /* The snackbar - position it at the bottom and in the middle of the screen */ #snackbar { visibility: hidden; /* Hidden by default. Visible on click */ min-width: 250px; /* Set a default minimum width */ margin-left: -125px; /* Divide value of min-width by 2 */ background-color: #333; /* Black background color */ color: #fff; /* White text color */ text-align: center; /* Centered text */ border-radius: 2px; /* Rounded borders */ padding: 16px; /* Padding */ position: fixed; /* Sit on top of the screen */ z-index: 1; /* Add a z-index if needed */ left: 50%; /* Center the snackbar */ top: var(--toast-movement); /* 20px from the bottom */ } /* Show the snackbar when clicking on a button (class added with JavaScript) */ #snackbar.show { visibility: visible; /* Show the snackbar */ /* Add animation: Take 0.5 seconds to fade in and out the snackbar. However, delay the fade out process for 2.5 seconds */ -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } /* Animations to fade the snackbar in and out */ @-webkit-keyframes fadein { from {top: 0; opacity: 0;} to {top: var(--toast-movement); opacity: 1;} } @keyframes fadein { from {top: 0; opacity: 0;} to {top: var(--toast-movement); opacity: 1;} } @-webkit-keyframes fadeout { from {top: var(--toast-movement); opacity: 1;} to {top: 0; opacity: 0;} } @keyframes fadeout { from {top: var(--toast-movement); opacity: 1;} to {top: 0; opacity: 0;} } /* END COPY CLIPBOARD NOTICE */ /* BUTTONS */ .copy-btn{ display:flex; flex-direction: row; justify-content: center; } .copy-icon{ display:flex; flex-direction: column; justify-content:center; } #instructionsModalButton{ margin-left: 10px; font-size: 18px; } /* END BUTTONS */ /* MODAL AND SHARE BUTTONS */ .share-btn a:visited{ color: #fff; } .share-btn a:hover{ text-decoration: none; color: #fff; } .share-btn :focus{ color: #fff; text-decoration: underline; } .copy-btn, .resp-sharing-button__link{ margin:0.25em!important; } .resp-sharing-button__icon{ display:flex!important; flex-direction:column; justify-content: center; } .copy-btn svg{ width:1.75rem; height:1.75rem; } .resp-sharing-button__icon svg{ margin-right:0!important; height:1.5rem!important; } #endGameModal .modal-footer{ display:flex; } .modal-footer .left{ width:50%; display:flex; align-items:center; } .modal-footer .right{ width:50%; display:flex; align-items:center; justify-content: flex-end; } @media (max-width: 768px) { .modal-open #endGameModal{ display:flex!important; flex-direction: column; justify-content: center; } .modal-footer { flex-direction: column; /* IF CHANGED TO COLUMN-REVERSE, MOVE MARGIN-BOTTOM FROM .RIGHT TO .LEFT */ align-items: center; } .modal-footer .left{ width:100%; justify-content: center; margin-bottom: 10px; } .modal-footer .right{ width:100%; justify-content: center; } } /* END MODAL AND SHARE BUTTONS*/ /* CAROUSEL */ .carousel-inner { margin-bottom:50px; } .carousel-inner > .item{ text-align: center; text-align: -moz-center; transition-duration: 0.35s; -moz-transition-duration: 0.35s; } .carousel-inner > .item > img{ max-height:80vh; } .carousel-control{ opacity: 0; margin-bottom:-50px; } .carousel-control:focus, .carousel-control:hover{ opacity: 1; box-shadow: none; } .carousel-indicators { bottom:-50px; } .carousel-indicators li{ background-color: rgba(0,0,0,0); border: 2px solid var(--clr-primary); } .carousel-indicators li.active{ background-color: var(--clr-primary); } /* END CAROUSEL */ /* SLIDER */ /* The slider itself */ input[type=range] { -webkit-appearance: none; width: 100%; margin-top: 15px; height: 10px !important; border-radius: 5px; background: #606060; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } /* Mouse-over effects */ input[type=range]:focus, input[type=range]:hover { opacity: 1; /* Fully shown on mouse-over */ } /* The slider handle */ input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; /*background: #ff5722;*/ background: #fee090; /*background: rgb(46, 46, 46);*/ cursor: pointer; } input[type=range]::-moz-range-thumb { width: 25px; height: 25px; border-radius: 50%; /*background: #ff5722;*/ background: #fee090; /*background: rgb(46, 46, 46);*/ cursor: pointer; }
0.391057
0.097433
@font-face { font-family: "Roboto Slab"; font-style: normal; font-weight: 400; src: url("../fonts/roboto-slab-v11-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/roboto-slab-v11-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* montserrat-regular - latin */ @font-face { font-family: "Montserrat"; font-style: normal; font-weight: 400; src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v14-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v14-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* montserrat-700 - latin */ @font-face { font-family: "Montserrat"; font-style: normal; font-weight: 700; src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v14-latin-700.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v14-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* vollkorn-italic - latin */ @font-face { font-family: "Vollkorn"; font-style: italic; font-weight: 400; src: url("../fonts/vollkorn-v11-latin-italic.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/vollkorn-v11-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* Thirsty Script - latin */ @font-face { font-family: "Thirsty Script"; font-style: normal; font-weight: normal; src: url("../fonts/thirstyscriptextrabolddemo-k8zx-webfont.woff2") format("woff2"), url("../fonts/thirstyscriptextrabolddemo-k8zx-webfont.woff") format("woff"); } :root { --primary-color: rgb(254, 209, 54); --dark-color: rgb(34, 34, 34); --light-color: rgb(255, 255, 255); --common-color: rgb(119, 119, 119); --main-ff: "Montserrat", sans-serif; } html { box-sizing: border-box; font-size: 14px; } *, *::before, *::after { margin: 0; padding: 0; box-sizing: inherit; } body { font-family: var(--main-ff); } ul, ol { list-style: none; } a { text-decoration: none; } img { display: block; max-width: 100%; height: auto; } .container { width: 940px; margin: 0 auto; } /* Header */ .page-header { padding-top: 50px; padding-bottom: 8px; } .main-nav { display: flex; justify-content: space-between; align-items: baseline; } .logo { display: block; color: var(--primary-color); font-family: "Thirsty Script", cursive; font-size: 20px; line-height: 1.577; letter-spacing: 1px; } .main-menu { display: flex; } .main-menu-item:not(:last-child) { margin-right: 40px; } .main-menu-link { text-transform: uppercase; color: var(--dark-color); font-weight: 700; transition: all 0.2s linear; } .main-menu-link:hover, .main-menu-link:focus { color: var(--primary-color); } /* Main */ .sections { padding: 110px 0 115px; } .section-header { margin-bottom: 75px; text-align: center; } .section-title { margin-bottom: 20px; text-transform: uppercase; font-size: 40px; letter-spacing: -1px; } .section-description { color: var(--common-color); font-family: "Vollkorn", cursive; font-size: 20px; } /* Services */ .services-list { display: flex; justify-content: space-between; } .services-list-item { width: 290px; text-align: center; } .services-list-item::before { content: ""; display: block; width: 72px; height: 72px; margin: 0 auto 27px; border-style: solid; border-width: 3px; border-color: var(--primary-color); border-radius: 50%; background-repeat: no-repeat; background-position: center; } .basket::before { background-image: url("../img/basket.png"); } .laptop::before { background-image: url("../img/laptop.png"); } .locked::before { background-image: url("../img/locked.png"); } .services-item-title { margin-bottom: 15px; color: var(--dark-color); font-size: 18px; letter-spacing: -0.45px; } .services-item-description { color: var(--common-color); line-height: 1.8; font-family: "Roboto Slab", serif; letter-spacing: -0.25px; } /* Contact Us */ .contact-us { background-color: var(--dark-color); background-image: url("../img/map.png"); background-repeat: no-repeat; background-position: right bottom 20px; } .contact-us .section-title { color: var(--light-color); } .form-feedback { display: flex; flex-wrap: wrap; justify-content: center; } .user-info-list, .form-feedback-message { width: calc((100% - 30px) / 2); } .user-info-list { margin-right: 30px; } .user-info-item { margin-bottom: 28px; } .user-info-item, .form-feedback-input { width: 100%; } .form-feedback-input { height: 54px; padding-left: 20px; border-style: solid; border-width: 1px; border-color: rgb(204, 204, 204); border-radius: 2px; color: #000; } :required:focus { outline: none; } .form-feedback-input:required:focus:valid, .form-feedback-message:required:focus:valid { border: 2px solid green; } .form-feedback-input:required:focus:invalid:not(:placeholder-shown), .form-feedback-message:required:focus:invalid:not(:placeholder-shown), .form-feedback-input:required:invalid:not(:placeholder-shown), .form-feedback-message:required:invalid:not(:placeholder-shown) { border: 2px solid red; } .form-feedback-message { padding: 20px; height: 215px; border-style: solid; border-width: 1px; border-color: rgb(204, 204, 204); border-radius: 5px; color: #000; resize: none; } ::placeholder { text-transform: uppercase; color: rgb(187, 187, 187); font-weight: 700; letter-spacing: -0.35px; } .form-feedback-btn { width: 240px; height: 65px; border-width: 0; border-radius: 3px; background-color: var(--primary-color); text-transform: uppercase; color: var(--light-color); font-size: 18px; font-weight: 700; }
html-css/module-07/css/styles.css
@font-face { font-family: "Roboto Slab"; font-style: normal; font-weight: 400; src: url("../fonts/roboto-slab-v11-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/roboto-slab-v11-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* montserrat-regular - latin */ @font-face { font-family: "Montserrat"; font-style: normal; font-weight: 400; src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v14-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v14-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* montserrat-700 - latin */ @font-face { font-family: "Montserrat"; font-style: normal; font-weight: 700; src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v14-latin-700.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/montserrat-v14-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* vollkorn-italic - latin */ @font-face { font-family: "Vollkorn"; font-style: italic; font-weight: 400; src: url("../fonts/vollkorn-v11-latin-italic.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/vollkorn-v11-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } /* Thirsty Script - latin */ @font-face { font-family: "Thirsty Script"; font-style: normal; font-weight: normal; src: url("../fonts/thirstyscriptextrabolddemo-k8zx-webfont.woff2") format("woff2"), url("../fonts/thirstyscriptextrabolddemo-k8zx-webfont.woff") format("woff"); } :root { --primary-color: rgb(254, 209, 54); --dark-color: rgb(34, 34, 34); --light-color: rgb(255, 255, 255); --common-color: rgb(119, 119, 119); --main-ff: "Montserrat", sans-serif; } html { box-sizing: border-box; font-size: 14px; } *, *::before, *::after { margin: 0; padding: 0; box-sizing: inherit; } body { font-family: var(--main-ff); } ul, ol { list-style: none; } a { text-decoration: none; } img { display: block; max-width: 100%; height: auto; } .container { width: 940px; margin: 0 auto; } /* Header */ .page-header { padding-top: 50px; padding-bottom: 8px; } .main-nav { display: flex; justify-content: space-between; align-items: baseline; } .logo { display: block; color: var(--primary-color); font-family: "Thirsty Script", cursive; font-size: 20px; line-height: 1.577; letter-spacing: 1px; } .main-menu { display: flex; } .main-menu-item:not(:last-child) { margin-right: 40px; } .main-menu-link { text-transform: uppercase; color: var(--dark-color); font-weight: 700; transition: all 0.2s linear; } .main-menu-link:hover, .main-menu-link:focus { color: var(--primary-color); } /* Main */ .sections { padding: 110px 0 115px; } .section-header { margin-bottom: 75px; text-align: center; } .section-title { margin-bottom: 20px; text-transform: uppercase; font-size: 40px; letter-spacing: -1px; } .section-description { color: var(--common-color); font-family: "Vollkorn", cursive; font-size: 20px; } /* Services */ .services-list { display: flex; justify-content: space-between; } .services-list-item { width: 290px; text-align: center; } .services-list-item::before { content: ""; display: block; width: 72px; height: 72px; margin: 0 auto 27px; border-style: solid; border-width: 3px; border-color: var(--primary-color); border-radius: 50%; background-repeat: no-repeat; background-position: center; } .basket::before { background-image: url("../img/basket.png"); } .laptop::before { background-image: url("../img/laptop.png"); } .locked::before { background-image: url("../img/locked.png"); } .services-item-title { margin-bottom: 15px; color: var(--dark-color); font-size: 18px; letter-spacing: -0.45px; } .services-item-description { color: var(--common-color); line-height: 1.8; font-family: "Roboto Slab", serif; letter-spacing: -0.25px; } /* Contact Us */ .contact-us { background-color: var(--dark-color); background-image: url("../img/map.png"); background-repeat: no-repeat; background-position: right bottom 20px; } .contact-us .section-title { color: var(--light-color); } .form-feedback { display: flex; flex-wrap: wrap; justify-content: center; } .user-info-list, .form-feedback-message { width: calc((100% - 30px) / 2); } .user-info-list { margin-right: 30px; } .user-info-item { margin-bottom: 28px; } .user-info-item, .form-feedback-input { width: 100%; } .form-feedback-input { height: 54px; padding-left: 20px; border-style: solid; border-width: 1px; border-color: rgb(204, 204, 204); border-radius: 2px; color: #000; } :required:focus { outline: none; } .form-feedback-input:required:focus:valid, .form-feedback-message:required:focus:valid { border: 2px solid green; } .form-feedback-input:required:focus:invalid:not(:placeholder-shown), .form-feedback-message:required:focus:invalid:not(:placeholder-shown), .form-feedback-input:required:invalid:not(:placeholder-shown), .form-feedback-message:required:invalid:not(:placeholder-shown) { border: 2px solid red; } .form-feedback-message { padding: 20px; height: 215px; border-style: solid; border-width: 1px; border-color: rgb(204, 204, 204); border-radius: 5px; color: #000; resize: none; } ::placeholder { text-transform: uppercase; color: rgb(187, 187, 187); font-weight: 700; letter-spacing: -0.35px; } .form-feedback-btn { width: 240px; height: 65px; border-width: 0; border-radius: 3px; background-color: var(--primary-color); text-transform: uppercase; color: var(--light-color); font-size: 18px; font-weight: 700; }
0.313105
0.048025
@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;500;700&family=Lato:wght@400;700&display=swap'); /* * Admin Template Base - Prefeitura de Mossoró * Author: <NAME> (@heronildesjr) - fb.com/heronildes.junior/ * Copyright (c) 2021 heronildesjr */ /* todo: converter para SASS */ /*constantes*/ .cor-primaria{} .cor-secundaria{} .cor-primaria-background{ background-color: #023E84; } .cor-primaria-background-25{} .cor-primaria-background-50{} .cor-primaria-background-75{} .cor-secundaria-background{} .cor-secundaria-background-25{} .cor-secundaria-background-50{} .cor-secundaria-background-75{} .text-left{text-align: left;} .text-right{text-align: right;} .bg-dark-50{background: rgba(33, 37, 41, .5);} .bg-dark-25{background: rgba(33, 37, 41, .25);} .bg-dark-75{background: rgba(33, 37, 41, .75);} .text-white-50 {color: rgba(255, 255, 255, .5);} .btn-default{ /*cor primária*/ background-color: #023E84; color: #fff; box-shadow: 1px 1px 3px #818181; } .btn{ border-radius: 5px; padding: 5px 10px; } .btn:hover { background-color: #023E84; color: rgba(255, 255, 255, .75); } .card .form-control, .card input, .card textarea, .card select { background-color: #fbfbfb; } .card .disabled, .form-control:disabled{ background: #e9ecef; } /**************************************** Estilos do tema ****************************************/ /*nav*/ .navbar .nav-link{ position: relative; transition: all .2s linear; border-radius: 4px; } .navbar .nav-link:before, .navbar .nav-link:after{ content: ''; transition: all .2s linear; border-radius: 4px; } .navbar .nav-link.active:after, .navbar .nav-link:hover:before{ content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0, .25); z-index: -1; } .nav-right-btn{ position: relative; padding: 4px 10px; border-radius: 4px; font-size: 1.3em; color: #fff; opacity: .9; } .nav-right-btn:hover{ opacity: 1; color: #fff; } .nav-right-btn:after{ content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0, .3); /*background: #f10;*/ z-index: -1; border-radius: 4px; transition: all .2s linear; } .nav-right-btn:hover:after{ background: rgba(0,0,0, .5); } .nav-right li{ margin-right: 0 !important; } .nav-underline .nav-link { padding-top: .50rem; padding-bottom: .50rem; font-size: .875rem; color: #6c757d; } .nav-underline .nav-link:hover { color: #007bff; } .nav-underline .active { font-weight: 500; color: #343a40; } /*/nav*/ /*breadcumbs*/ #breadcumbs{ font-size: .8em; background: #f1f1f1; } /*/breadcumbs*/ /*bottom navbar*/ #bottom-navbar .btn{ font-size: 1.5em; padding: 0; } #bottom-navbar #action-button{ position: relative; top: -23px; } #bottom-navbar #action-button i{ position: relative; font-size: 1em; color: #fff; } #bottom-navbar #action-button:before{ content: ''; left: 50%; top: 50%; transform: translate(-50%, -50%); position: absolute; border-radius: 200px; width: 50px; height: 50px; background: #009640 /*secondary color*/; box-shadow: 1px 1px 5px #333; } /*/bottom navbar*/ /*main side bar*/ .msb { width: 200px; background-color: #F5F7F9; position: fixed; left: 0; top: 0; right: auto; min-height: 100%; overflow-y: auto; white-space: nowrap; height: 100%; z-index: 1; border-right: 1px solid #ddd; } .msb .navbar { border: none; margin-left: 0; background-color: inherit; } .msb .navbar-header { width: 100%; border-bottom: 1px solid #e7e7e7; margin-bottom: 20px; background: #fff; } .msb .navbar-nav .panel { border: 0 none; box-shadow: none; margin: 0; background: inherit; } .msb .navbar-nav li { display: block; width: 100%; } .msb .navbar-nav a { padding: 15px; color: #5f5f5f; } .msb .navbar-nav .glyphicon, .fa { margin-right: 8px; } .msb .navbar-nav .nb { padding-top: 5px; padding-left: 10px; margin-bottom: 30px; overflow: hidden; } .msb .navbar-nav ul.nv, .msb .navbar-nav ul.ns { position: relative; padding: 0; list-style: none; } .msb .navbar-nav .nv li { display: block; position: relative; } .msb .navbar-nav .nv li:before { clear: both; content: ""; display: table; } .msb .navbar-nav .nv li a { color: #444; padding: 10px 25px; display: block; vertical-align: middle; } .msb .navbar-nav .nv li .ic { font-size: 16px; margin-right: 5px; font-weight: 300; display: inline-block; } /*DASHBOARD*/ main.main-content .card-title{ color: #023E84 /*primary*/; } /*/DASHBOARD*/ main.main-content, main.main-content h1, main.main-content h2, main.main-content h3, main.main-content h4, main.main-content h5{ font-family: 'Hind Vadodara', sans-serif; font-weight: lighter; } .avatar-title{ align-items: center; color: #fff; display: flex; height: 100%; justify-content: center; width: 100%; } .avatar-title .bi{ font-size: 1.3em; } main .avatar { height: 40px; width: 40px; } main .card-actions a { font-size: 1.2em; color: #023E84; text-decoration: none; } main .card-header{ background: #fff; } /**************************************** Estilos Customizados ****************************************/ .bd-links .btn:hover, .bd-links .btn:focus, .bd-links a:hover, .bd-links .active{ color: rgba(0,0,0,0.85) !important; background-color: rgba(0,0,0,0.1) !important; } .bd-links .btn:focus{ box-shadow: 0 0 0 1px rgba(0,0,0,0.2); }
public/style.css
@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;500;700&family=Lato:wght@400;700&display=swap'); /* * Admin Template Base - Prefeitura de Mossoró * Author: <NAME> (@heronildesjr) - fb.com/heronildes.junior/ * Copyright (c) 2021 heronildesjr */ /* todo: converter para SASS */ /*constantes*/ .cor-primaria{} .cor-secundaria{} .cor-primaria-background{ background-color: #023E84; } .cor-primaria-background-25{} .cor-primaria-background-50{} .cor-primaria-background-75{} .cor-secundaria-background{} .cor-secundaria-background-25{} .cor-secundaria-background-50{} .cor-secundaria-background-75{} .text-left{text-align: left;} .text-right{text-align: right;} .bg-dark-50{background: rgba(33, 37, 41, .5);} .bg-dark-25{background: rgba(33, 37, 41, .25);} .bg-dark-75{background: rgba(33, 37, 41, .75);} .text-white-50 {color: rgba(255, 255, 255, .5);} .btn-default{ /*cor primária*/ background-color: #023E84; color: #fff; box-shadow: 1px 1px 3px #818181; } .btn{ border-radius: 5px; padding: 5px 10px; } .btn:hover { background-color: #023E84; color: rgba(255, 255, 255, .75); } .card .form-control, .card input, .card textarea, .card select { background-color: #fbfbfb; } .card .disabled, .form-control:disabled{ background: #e9ecef; } /**************************************** Estilos do tema ****************************************/ /*nav*/ .navbar .nav-link{ position: relative; transition: all .2s linear; border-radius: 4px; } .navbar .nav-link:before, .navbar .nav-link:after{ content: ''; transition: all .2s linear; border-radius: 4px; } .navbar .nav-link.active:after, .navbar .nav-link:hover:before{ content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0, .25); z-index: -1; } .nav-right-btn{ position: relative; padding: 4px 10px; border-radius: 4px; font-size: 1.3em; color: #fff; opacity: .9; } .nav-right-btn:hover{ opacity: 1; color: #fff; } .nav-right-btn:after{ content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0, .3); /*background: #f10;*/ z-index: -1; border-radius: 4px; transition: all .2s linear; } .nav-right-btn:hover:after{ background: rgba(0,0,0, .5); } .nav-right li{ margin-right: 0 !important; } .nav-underline .nav-link { padding-top: .50rem; padding-bottom: .50rem; font-size: .875rem; color: #6c757d; } .nav-underline .nav-link:hover { color: #007bff; } .nav-underline .active { font-weight: 500; color: #343a40; } /*/nav*/ /*breadcumbs*/ #breadcumbs{ font-size: .8em; background: #f1f1f1; } /*/breadcumbs*/ /*bottom navbar*/ #bottom-navbar .btn{ font-size: 1.5em; padding: 0; } #bottom-navbar #action-button{ position: relative; top: -23px; } #bottom-navbar #action-button i{ position: relative; font-size: 1em; color: #fff; } #bottom-navbar #action-button:before{ content: ''; left: 50%; top: 50%; transform: translate(-50%, -50%); position: absolute; border-radius: 200px; width: 50px; height: 50px; background: #009640 /*secondary color*/; box-shadow: 1px 1px 5px #333; } /*/bottom navbar*/ /*main side bar*/ .msb { width: 200px; background-color: #F5F7F9; position: fixed; left: 0; top: 0; right: auto; min-height: 100%; overflow-y: auto; white-space: nowrap; height: 100%; z-index: 1; border-right: 1px solid #ddd; } .msb .navbar { border: none; margin-left: 0; background-color: inherit; } .msb .navbar-header { width: 100%; border-bottom: 1px solid #e7e7e7; margin-bottom: 20px; background: #fff; } .msb .navbar-nav .panel { border: 0 none; box-shadow: none; margin: 0; background: inherit; } .msb .navbar-nav li { display: block; width: 100%; } .msb .navbar-nav a { padding: 15px; color: #5f5f5f; } .msb .navbar-nav .glyphicon, .fa { margin-right: 8px; } .msb .navbar-nav .nb { padding-top: 5px; padding-left: 10px; margin-bottom: 30px; overflow: hidden; } .msb .navbar-nav ul.nv, .msb .navbar-nav ul.ns { position: relative; padding: 0; list-style: none; } .msb .navbar-nav .nv li { display: block; position: relative; } .msb .navbar-nav .nv li:before { clear: both; content: ""; display: table; } .msb .navbar-nav .nv li a { color: #444; padding: 10px 25px; display: block; vertical-align: middle; } .msb .navbar-nav .nv li .ic { font-size: 16px; margin-right: 5px; font-weight: 300; display: inline-block; } /*DASHBOARD*/ main.main-content .card-title{ color: #023E84 /*primary*/; } /*/DASHBOARD*/ main.main-content, main.main-content h1, main.main-content h2, main.main-content h3, main.main-content h4, main.main-content h5{ font-family: 'Hind Vadodara', sans-serif; font-weight: lighter; } .avatar-title{ align-items: center; color: #fff; display: flex; height: 100%; justify-content: center; width: 100%; } .avatar-title .bi{ font-size: 1.3em; } main .avatar { height: 40px; width: 40px; } main .card-actions a { font-size: 1.2em; color: #023E84; text-decoration: none; } main .card-header{ background: #fff; } /**************************************** Estilos Customizados ****************************************/ .bd-links .btn:hover, .bd-links .btn:focus, .bd-links a:hover, .bd-links .active{ color: rgba(0,0,0,0.85) !important; background-color: rgba(0,0,0,0.1) !important; } .bd-links .btn:focus{ box-shadow: 0 0 0 1px rgba(0,0,0,0.2); }
0.220426
0.061933
html { background: #ffffff; color: #000000; font-family: "Palatino", "Palatino Linotype", "Georgia", sans-serif; font-feature-settings: "kern"; font-size: 12px; text-rendering: optimizeLegibility; } body { margin: 0 auto; width: 700px; } h1 { font-weight: normal; font-size: 60px; letter-spacing: 0.01em; margin: 0; padding: 0; } h2 { margin: 0; font-size: 16px; } .item-header { margin: 0 0 0.25em; line-height: 1.4em; font-size: 100%; font-weight: normal; overflow: auto; } .section-item:last-child { margin-bottom: 0; } .contact-name { font-weight: bold; white-space: nowrap; } .contact-value { text-decoration: none; } .contact-value:hover { text-decoration: underline; } p { margin: 1em 0; line-height: 1.4em; text-align: justify; } li { line-height: 1.4em; } hr { margin: 0; border: 0; border-bottom: 1px solid #000000; } #resume-content { border-spacing: 0 1.75em; margin: 0; padding: 0; border: 0; } @page { margin-top: 0.5in; margin-bottom: 0.5in; } #cover-letter { page-break-after: always; margin: 0 auto; width: 550px; min-height: 11in; } #resume-header { width: 100%; display: table; padding: 1em 0 0.5em; } #name-container { display: table-cell; width: 100%; vertical-align: middle; } #name-title { position: relative; width: 100%; text-align: center; } #contact { display: table-cell; text-align: left; vertical-align: middle; line-height: 1.4em; margin: 0; padding: 0; } .contact-value { color: #000000; } .section-item { margin-bottom: 1em; } .section-item:hover { background-color: #FFFBDD; } .skill-name { font-weight: bold; } .desc-list { clear: both; margin: 0; } .desc-list:last-child { margin-bottom: 0; } a.item-title { text-decoration: none; color: #4C9ED9; } a.item-title:hover { text-decoration: underline; color: #4C9ED9; } a.item-title:visited { color: #4C9ED9; } .item-title { font-weight: bold; color: #4C9ED9; } .date-range { float: right; color: #666666; } .item-subtitle { clear: both; float: left; font-weight: normal; font-style: italic; } .location { float: right; font-weight: normal; font-style: italic; color: #666666; } .section { page-break-inside: avoid; } .section-header { text-align: right; vertical-align: top; padding: 0 1.5em 0 0; border-right: 1px solid black; } .section-content { text-align: left; padding: 0 0 0 1.5em; } .no-indent { text-indent: 0; }
screen.css
html { background: #ffffff; color: #000000; font-family: "Palatino", "Palatino Linotype", "Georgia", sans-serif; font-feature-settings: "kern"; font-size: 12px; text-rendering: optimizeLegibility; } body { margin: 0 auto; width: 700px; } h1 { font-weight: normal; font-size: 60px; letter-spacing: 0.01em; margin: 0; padding: 0; } h2 { margin: 0; font-size: 16px; } .item-header { margin: 0 0 0.25em; line-height: 1.4em; font-size: 100%; font-weight: normal; overflow: auto; } .section-item:last-child { margin-bottom: 0; } .contact-name { font-weight: bold; white-space: nowrap; } .contact-value { text-decoration: none; } .contact-value:hover { text-decoration: underline; } p { margin: 1em 0; line-height: 1.4em; text-align: justify; } li { line-height: 1.4em; } hr { margin: 0; border: 0; border-bottom: 1px solid #000000; } #resume-content { border-spacing: 0 1.75em; margin: 0; padding: 0; border: 0; } @page { margin-top: 0.5in; margin-bottom: 0.5in; } #cover-letter { page-break-after: always; margin: 0 auto; width: 550px; min-height: 11in; } #resume-header { width: 100%; display: table; padding: 1em 0 0.5em; } #name-container { display: table-cell; width: 100%; vertical-align: middle; } #name-title { position: relative; width: 100%; text-align: center; } #contact { display: table-cell; text-align: left; vertical-align: middle; line-height: 1.4em; margin: 0; padding: 0; } .contact-value { color: #000000; } .section-item { margin-bottom: 1em; } .section-item:hover { background-color: #FFFBDD; } .skill-name { font-weight: bold; } .desc-list { clear: both; margin: 0; } .desc-list:last-child { margin-bottom: 0; } a.item-title { text-decoration: none; color: #4C9ED9; } a.item-title:hover { text-decoration: underline; color: #4C9ED9; } a.item-title:visited { color: #4C9ED9; } .item-title { font-weight: bold; color: #4C9ED9; } .date-range { float: right; color: #666666; } .item-subtitle { clear: both; float: left; font-weight: normal; font-style: italic; } .location { float: right; font-weight: normal; font-style: italic; color: #666666; } .section { page-break-inside: avoid; } .section-header { text-align: right; vertical-align: top; padding: 0 1.5em 0 0; border-right: 1px solid black; } .section-content { text-align: left; padding: 0 0 0 1.5em; } .no-indent { text-indent: 0; }
0.476092
0.138782
@font-face { font-family: Sarpanch; font-style: normal; font-weight: 400; src: local("Sarpanch Regular"),local(Sarpanch-Regular),url(//fonts.gstatic.com/s/sarpanch/v6/hESy6Xt4NCpRuk6Pzi2JTo8.eot?#) format("eot"),url(//fonts.gstatic.com/s/sarpanch/v6/hESy6Xt4NCpRuk6Pzi2HTos.woff2) format("woff2"),url(//fonts.gstatic.com/s/sarpanch/v6/hESy6Xt4NCpRuk6Pzi2JTo0.woff) format("woff"); } @font-face { font-family: Sarpanch; font-style: normal; font-weight: 500; src: local("Sarpanch Medium"),local(Sarpanch-Medium),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziV0bZ7W3nQ.eot?#) format("eot"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziV0bZ7Y3nA.woff2) format("woff2"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziV0bZ7W3nY.woff) format("woff"); } @font-face { font-family: Sarpanch; font-style: normal; font-weight: 600; src: local("Sarpanch SemiBold"),local(Sarpanch-SemiBold),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziVYap7W3nQ.eot?#) format("eot"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziVYap7Y3nA.woff2) format("woff2"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziVYap7W3nY.woff) format("woff"); } @font-face { font-family: Sarpanch; font-style: normal; font-weight: 700; src: local("Sarpanch Bold"),local(Sarpanch-Bold),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziU8a57W3nQ.eot?#) format("eot"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziU8a57Y3nA.woff2) format("woff2"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziU8a57W3nY.woff) format("woff"); } @font-face { font-family: Sarpanch; font-style: normal; font-weight: 800; src: local("Sarpanch ExtraBold"),local(Sarpanch-ExtraBold),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUgaJ7W3nQ.eot?#) format("eot"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUgaJ7Y3nA.woff2) format("woff2"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUgaJ7W3nY.woff) format("woff"); } @font-face { font-family: Sarpanch; font-style: normal; font-weight: 900; src: local("Sarpanch Black"),local(Sarpanch-Black),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUEaZ7W3nQ.eot?#) format("eot"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUEaZ7Y3nA.woff2) format("woff2"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUEaZ7W3nY.woff) format("woff"); } .u-font-sarpanch-400 { font-family: 'Sarpanch' !important; font-weight: 400 !important; } .u-font-sarpanch-500 { font-family: 'Sarpanch' !important; font-weight: 500 !important; } .u-font-sarpanch-600 { font-family: 'Sarpanch' !important; font-weight: 600 !important; } .u-font-sarpanch-700 { font-family: 'Sarpanch' !important; font-weight: 700 !important; } .u-font-sarpanch-800 { font-family: 'Sarpanch' !important; font-weight: 800 !important; } .u-font-sarpanch-900 { font-family: 'Sarpanch' !important; font-weight: 900 !important; }
target/main/css/google/sarpanch/index.css
@font-face { font-family: Sarpanch; font-style: normal; font-weight: 400; src: local("Sarpanch Regular"),local(Sarpanch-Regular),url(//fonts.gstatic.com/s/sarpanch/v6/hESy6Xt4NCpRuk6Pzi2JTo8.eot?#) format("eot"),url(//fonts.gstatic.com/s/sarpanch/v6/hESy6Xt4NCpRuk6Pzi2HTos.woff2) format("woff2"),url(//fonts.gstatic.com/s/sarpanch/v6/hESy6Xt4NCpRuk6Pzi2JTo0.woff) format("woff"); } @font-face { font-family: Sarpanch; font-style: normal; font-weight: 500; src: local("Sarpanch Medium"),local(Sarpanch-Medium),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziV0bZ7W3nQ.eot?#) format("eot"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziV0bZ7Y3nA.woff2) format("woff2"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziV0bZ7W3nY.woff) format("woff"); } @font-face { font-family: Sarpanch; font-style: normal; font-weight: 600; src: local("Sarpanch SemiBold"),local(Sarpanch-SemiBold),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziVYap7W3nQ.eot?#) format("eot"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziVYap7Y3nA.woff2) format("woff2"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziVYap7W3nY.woff) format("woff"); } @font-face { font-family: Sarpanch; font-style: normal; font-weight: 700; src: local("Sarpanch Bold"),local(Sarpanch-Bold),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziU8a57W3nQ.eot?#) format("eot"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziU8a57Y3nA.woff2) format("woff2"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziU8a57W3nY.woff) format("woff"); } @font-face { font-family: Sarpanch; font-style: normal; font-weight: 800; src: local("Sarpanch ExtraBold"),local(Sarpanch-ExtraBold),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUgaJ7W3nQ.eot?#) format("eot"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUgaJ7Y3nA.woff2) format("woff2"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUgaJ7W3nY.woff) format("woff"); } @font-face { font-family: Sarpanch; font-style: normal; font-weight: 900; src: local("Sarpanch Black"),local(Sarpanch-Black),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUEaZ7W3nQ.eot?#) format("eot"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUEaZ7Y3nA.woff2) format("woff2"),url(//fonts.gstatic.com/s/sarpanch/v6/hES16Xt4NCpRuk6PziUEaZ7W3nY.woff) format("woff"); } .u-font-sarpanch-400 { font-family: 'Sarpanch' !important; font-weight: 400 !important; } .u-font-sarpanch-500 { font-family: 'Sarpanch' !important; font-weight: 500 !important; } .u-font-sarpanch-600 { font-family: 'Sarpanch' !important; font-weight: 600 !important; } .u-font-sarpanch-700 { font-family: 'Sarpanch' !important; font-weight: 700 !important; } .u-font-sarpanch-800 { font-family: 'Sarpanch' !important; font-weight: 800 !important; } .u-font-sarpanch-900 { font-family: 'Sarpanch' !important; font-weight: 900 !important; }
0.170784
0.113826
.cls-1, .cls-15, .cls-28, .cls-30, .cls-37, .cls-5, .cls-9 { fill: none; } .cls-19, .cls-2, .cls-34 { fill: #e5eebb; } .cls-13, .cls-2, .cls-3, .cls-4 { fill-rule: evenodd; } .cls-27, .cls-3 { fill: #ffdc62; } .cls-29, .cls-4 { fill: #fff2cd; } .cls-15, .cls-17, .cls-18, .cls-19, .cls-22, .cls-30, .cls-5, .cls-9 { stroke: #231f20; } .cls-15, .cls-17, .cls-18, .cls-19, .cls-22, .cls-28, .cls-30, .cls-37, .cls-5, .cls-9 { stroke-miterlimit: 3.86; } .cls-17, .cls-18, .cls-19, .cls-22, .cls-5 { stroke-width: 1.2px; } .cls-31, .cls-33, .cls-6, .cls-8 { font-size: 8.67px; } .cls-12, .cls-13, .cls-14, .cls-21, .cls-31, .cls-32, .cls-35, .cls-36, .cls-38, .cls-6, .cls-8 { fill: #231f20; } .cls-12, .cls-14, .cls-21, .cls-31, .cls-32, .cls-35, .cls-36, .cls-38, .cls-6, .cls-8 { font-family: 'Source Sans Pro'; } .cls-14, .cls-16, .cls-38, .cls-7, .cls-8 { font-weight: 700; } .cls-9 { stroke-width: 2.4px; } .cls-10, .cls-31 { font-style: italic; } .cls-11, .cls-16, .cls-33 { white-space: pre; } .cls-12 { font-size: 8.67px; } .cls-14 { font-size: 12.02px; } .cls-15 { stroke-width: 3px; } .cls-17 { fill: #fcb96a; } .cls-18 { fill: url(#linear-gradient); } .cls-20 { fill: url(#linear-gradient-2); } .cls-21 { font-size: 7.7px; } .cls-22 { fill: url(#linear-gradient-3); } .cls-23 { fill: #e2e5f3; } .cls-24 { fill: #f79d8b; } .cls-25 { fill: #e1daec; } .cls-26 { fill: url(#linear-gradient-4); } .cls-28 { stroke: #fff2cd; } .cls-28, .cls-37 { stroke-width: 3.61px; } .cls-32 { font-size: 14px; } .cls-35 { font-size: 8.67px; } .cls-36 { font-size: 8.67px; } .cls-37 { stroke: #fff; } .cls-38 { font-size: 28.85px; } .cls-42 { fill: #fff; }
common/assets/timeline.css
.cls-1, .cls-15, .cls-28, .cls-30, .cls-37, .cls-5, .cls-9 { fill: none; } .cls-19, .cls-2, .cls-34 { fill: #e5eebb; } .cls-13, .cls-2, .cls-3, .cls-4 { fill-rule: evenodd; } .cls-27, .cls-3 { fill: #ffdc62; } .cls-29, .cls-4 { fill: #fff2cd; } .cls-15, .cls-17, .cls-18, .cls-19, .cls-22, .cls-30, .cls-5, .cls-9 { stroke: #231f20; } .cls-15, .cls-17, .cls-18, .cls-19, .cls-22, .cls-28, .cls-30, .cls-37, .cls-5, .cls-9 { stroke-miterlimit: 3.86; } .cls-17, .cls-18, .cls-19, .cls-22, .cls-5 { stroke-width: 1.2px; } .cls-31, .cls-33, .cls-6, .cls-8 { font-size: 8.67px; } .cls-12, .cls-13, .cls-14, .cls-21, .cls-31, .cls-32, .cls-35, .cls-36, .cls-38, .cls-6, .cls-8 { fill: #231f20; } .cls-12, .cls-14, .cls-21, .cls-31, .cls-32, .cls-35, .cls-36, .cls-38, .cls-6, .cls-8 { font-family: 'Source Sans Pro'; } .cls-14, .cls-16, .cls-38, .cls-7, .cls-8 { font-weight: 700; } .cls-9 { stroke-width: 2.4px; } .cls-10, .cls-31 { font-style: italic; } .cls-11, .cls-16, .cls-33 { white-space: pre; } .cls-12 { font-size: 8.67px; } .cls-14 { font-size: 12.02px; } .cls-15 { stroke-width: 3px; } .cls-17 { fill: #fcb96a; } .cls-18 { fill: url(#linear-gradient); } .cls-20 { fill: url(#linear-gradient-2); } .cls-21 { font-size: 7.7px; } .cls-22 { fill: url(#linear-gradient-3); } .cls-23 { fill: #e2e5f3; } .cls-24 { fill: #f79d8b; } .cls-25 { fill: #e1daec; } .cls-26 { fill: url(#linear-gradient-4); } .cls-28 { stroke: #fff2cd; } .cls-28, .cls-37 { stroke-width: 3.61px; } .cls-32 { font-size: 14px; } .cls-35 { font-size: 8.67px; } .cls-36 { font-size: 8.67px; } .cls-37 { stroke: #fff; } .cls-38 { font-size: 28.85px; } .cls-42 { fill: #fff; }
0.479504
0.039825
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,700i,800,900"); body, html { width: 100%; height: 100%; } body { font-family: 'Montserrat', sans-serif; } hr { max-width: 50px; border-width: 3px; border-color: #333; } hr.light { border-color: #fff; } a { color: #333; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } a:hover { color: #333333; } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; } .bg-primary { background-color: #ffffff !important; border-bottom: 1px solid #ececec; } .bg-dark { background-color: #212529 !important; } .text-faded { color: rgba(255, 255, 255, 0.7); } section { padding: 8rem 0; } .section-heading { margin-top: 0; } ::-moz-selection { color: #fff; background: #212529; text-shadow: none; } ::selection { color: #fff; background: #212529; text-shadow: none; } img::selection { color: #fff; background: transparent; } img::-moz-selection { color: #fff; background: transparent; } .divider-line { background-color: black; height: 5px; width: 100px; margin: 20px auto; } .logo--branding { width: 100%; max-width: 250px; padding-top: 10px; padding-bottom: 10px; } #mainNav { background: white; padding: 0 !important; border-bottom: 1px solid rgba(33, 37, 41, 0.1); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } #mainNav .navbar-brand { font-weight: 700; text-transform: uppercase; color: #333; } #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: #333333; } #mainNav .navbar-nav > li.nav-item { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus { font-size: .9rem; font-weight: 700; text-transform: uppercase; color: #212529; } #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover { color: #333; text-decoration: underline; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } #mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active { color: #333 !important; background-color: transparent; } #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover { background-color: transparent; text-decoration: underline; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } @media (min-width: 992px) { #mainNav { background-color: white; } #mainNav .navbar-nav > li.nav-item > a.nav-link { padding: 1.5rem 1rem; font-family: 'Montserrat', sans-serif; color: #444343 !important; } } #mainNav .nav-phone { margin-left: 25px; } #mainNav .nav-phone .phone--link { font-size: 25px; color: black; } #mainNav .nav-phone .phone--link .fa { border: 2px solid black; border-radius: 50px; padding: 12px 13px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } #mainNav .nav-phone .phone--link .fa:hover { border: 2px solid #8c8484; } header.masthead .container { max-width: 100% !important; width: 100% !important; padding: 0 !important; } header.masthead .container .carousel-indicators li { height: 20px; border-radius: 3px; width: 20px; cursor: pointer; } header.masthead .container .carousel-indicators { bottom: 50%; } @media screen and (max-width: 987px) { header.masthead .container .carousel-indicators { bottom: 1%; } } header.masthead .container .carousel-title { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); z-index: 3; } @media screen and (max-width: 987px) { header.masthead .container .carousel-title { top: 50%; } } header.masthead .container .col-lg-12 { padding: 0 !important; } header.masthead .container .carousel-caption { bottom: 35%; } header.masthead .container .carousel-caption h3 { font-weight: 100; } header.masthead .container .carousel-caption .h--2 { width: 550px; margin: 20px auto; } @media screen and (max-width: 987px) { header.masthead .container .carousel-caption { bottom: 1%; } } .c-navstack-item--custom { background-color: rgba(34, 34, 34, 0.75); display: block; text-decoration: none; text-align: left; padding: 17px; font-size: 18px; color: #eee !important; border-color: #666; box-shadow: 1px 1px #666, inset 1px 1px #666; font-weight: 200; } .c-navstack-item--custom:hover { background-color: rgba(76, 76, 76, 0.75); text-decoration: none; } .c-navstack--custom .fa-play { float: right; font-size: 15px; position: relative; top: 5px; } section#about { padding: 3rem 0; } section#about .section-heading { color: #333 !important; text-transform: uppercase; font-weight: 900; } section#about .text-faded { font-weight: 300; color: #000000; font-size: 16px; } section#services { padding: 3rem 0 !important; padding-bottom: calc(10rem - 56px); background-image: url(../img/services/services-background.png); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } section#services .col-lg-12 { margin-bottom: 25px; } section#services .section-heading { color: #333 !important; text-transform: uppercase; font-weight: 900; } section#services .img-responsive { width: 350px; height: 220px; } section#services .col-lg-4 { text-align: center; } section#services .col-lg-4 .btn-success { border-radius: 5px; background-color: #0076a3; margin-top: 20px; font-size: 20px; } section#services .col-lg-4 .btn-success:hover { background-color: #0384b5; } section#testimonials { background-color: #d7d7d7 !important; padding: 3rem 0 !important; } section#testimonials .section-heading { color: #333 !important; text-transform: uppercase; font-weight: 900; } section#testimonials .margin--bottom { margin-bottom: 30px; } section#testimonials .play--btn { cursor: pointer; position: absolute; bottom: calc(50% - 5em); left: calc(50% - 4em); z-index: 1; } section#testimonials .play--btn img { width: 150px; } section#testimonials .col-sm { text-align: center; } section#testimonials .col-sm img { width: 250px; height: 220px; } footer#contact { background-color: #000000; color: white; } footer#contact .container { padding-top: 3rem; border-bottom: 2px solid #777676; } footer#contact .container h6, footer#contact .container p { margin-bottom: 15px; margin-left: 15px; } footer#contact .container a { color: white; font-weight: 300; } footer#contact .container .teal { max-width: 350px; width: 100%; border: 1px solid white !important; } footer#contact .footer-copyright { font-size: 14px; } .text-primary { color: #333 !important; } .btn { font-weight: 700; text-transform: uppercase; border: none; border-radius: 300px; } .btn-xl { padding: 1rem 2rem; } .btn-primary { background: transparent; border: 1px solid #fff; font-weight: 100; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color: rgba(51, 51, 51, 0.55) !important; border: 1px solid #fff !important; } .divider-line { background-color: black; height: 5px; width: 100px; margin: 20px auto; }
css/main.css
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,700i,800,900"); body, html { width: 100%; height: 100%; } body { font-family: 'Montserrat', sans-serif; } hr { max-width: 50px; border-width: 3px; border-color: #333; } hr.light { border-color: #fff; } a { color: #333; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } a:hover { color: #333333; } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; } .bg-primary { background-color: #ffffff !important; border-bottom: 1px solid #ececec; } .bg-dark { background-color: #212529 !important; } .text-faded { color: rgba(255, 255, 255, 0.7); } section { padding: 8rem 0; } .section-heading { margin-top: 0; } ::-moz-selection { color: #fff; background: #212529; text-shadow: none; } ::selection { color: #fff; background: #212529; text-shadow: none; } img::selection { color: #fff; background: transparent; } img::-moz-selection { color: #fff; background: transparent; } .divider-line { background-color: black; height: 5px; width: 100px; margin: 20px auto; } .logo--branding { width: 100%; max-width: 250px; padding-top: 10px; padding-bottom: 10px; } #mainNav { background: white; padding: 0 !important; border-bottom: 1px solid rgba(33, 37, 41, 0.1); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } #mainNav .navbar-brand { font-weight: 700; text-transform: uppercase; color: #333; } #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: #333333; } #mainNav .navbar-nav > li.nav-item { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus { font-size: .9rem; font-weight: 700; text-transform: uppercase; color: #212529; } #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover { color: #333; text-decoration: underline; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } #mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active { color: #333 !important; background-color: transparent; } #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover { background-color: transparent; text-decoration: underline; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } @media (min-width: 992px) { #mainNav { background-color: white; } #mainNav .navbar-nav > li.nav-item > a.nav-link { padding: 1.5rem 1rem; font-family: 'Montserrat', sans-serif; color: #444343 !important; } } #mainNav .nav-phone { margin-left: 25px; } #mainNav .nav-phone .phone--link { font-size: 25px; color: black; } #mainNav .nav-phone .phone--link .fa { border: 2px solid black; border-radius: 50px; padding: 12px 13px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; } #mainNav .nav-phone .phone--link .fa:hover { border: 2px solid #8c8484; } header.masthead .container { max-width: 100% !important; width: 100% !important; padding: 0 !important; } header.masthead .container .carousel-indicators li { height: 20px; border-radius: 3px; width: 20px; cursor: pointer; } header.masthead .container .carousel-indicators { bottom: 50%; } @media screen and (max-width: 987px) { header.masthead .container .carousel-indicators { bottom: 1%; } } header.masthead .container .carousel-title { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); z-index: 3; } @media screen and (max-width: 987px) { header.masthead .container .carousel-title { top: 50%; } } header.masthead .container .col-lg-12 { padding: 0 !important; } header.masthead .container .carousel-caption { bottom: 35%; } header.masthead .container .carousel-caption h3 { font-weight: 100; } header.masthead .container .carousel-caption .h--2 { width: 550px; margin: 20px auto; } @media screen and (max-width: 987px) { header.masthead .container .carousel-caption { bottom: 1%; } } .c-navstack-item--custom { background-color: rgba(34, 34, 34, 0.75); display: block; text-decoration: none; text-align: left; padding: 17px; font-size: 18px; color: #eee !important; border-color: #666; box-shadow: 1px 1px #666, inset 1px 1px #666; font-weight: 200; } .c-navstack-item--custom:hover { background-color: rgba(76, 76, 76, 0.75); text-decoration: none; } .c-navstack--custom .fa-play { float: right; font-size: 15px; position: relative; top: 5px; } section#about { padding: 3rem 0; } section#about .section-heading { color: #333 !important; text-transform: uppercase; font-weight: 900; } section#about .text-faded { font-weight: 300; color: #000000; font-size: 16px; } section#services { padding: 3rem 0 !important; padding-bottom: calc(10rem - 56px); background-image: url(../img/services/services-background.png); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } section#services .col-lg-12 { margin-bottom: 25px; } section#services .section-heading { color: #333 !important; text-transform: uppercase; font-weight: 900; } section#services .img-responsive { width: 350px; height: 220px; } section#services .col-lg-4 { text-align: center; } section#services .col-lg-4 .btn-success { border-radius: 5px; background-color: #0076a3; margin-top: 20px; font-size: 20px; } section#services .col-lg-4 .btn-success:hover { background-color: #0384b5; } section#testimonials { background-color: #d7d7d7 !important; padding: 3rem 0 !important; } section#testimonials .section-heading { color: #333 !important; text-transform: uppercase; font-weight: 900; } section#testimonials .margin--bottom { margin-bottom: 30px; } section#testimonials .play--btn { cursor: pointer; position: absolute; bottom: calc(50% - 5em); left: calc(50% - 4em); z-index: 1; } section#testimonials .play--btn img { width: 150px; } section#testimonials .col-sm { text-align: center; } section#testimonials .col-sm img { width: 250px; height: 220px; } footer#contact { background-color: #000000; color: white; } footer#contact .container { padding-top: 3rem; border-bottom: 2px solid #777676; } footer#contact .container h6, footer#contact .container p { margin-bottom: 15px; margin-left: 15px; } footer#contact .container a { color: white; font-weight: 300; } footer#contact .container .teal { max-width: 350px; width: 100%; border: 1px solid white !important; } footer#contact .footer-copyright { font-size: 14px; } .text-primary { color: #333 !important; } .btn { font-weight: 700; text-transform: uppercase; border: none; border-radius: 300px; } .btn-xl { padding: 1rem 2rem; } .btn-primary { background: transparent; border: 1px solid #fff; font-weight: 100; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color: rgba(51, 51, 51, 0.55) !important; border: 1px solid #fff !important; } .divider-line { background-color: black; height: 5px; width: 100px; margin: 20px auto; }
0.282889
0.061143
.content-clients { border-left: 1px solid #ddd; height: 100%; /*min-height: 870px;*/ padding: 10px; margin: 0 0 30px 0; } /* NavBar */ .menu-clients { height: 100%; padding: 0; margin: 0; } .menu-clients__navbar { list-style-type: none; margin: 0; padding: 0; width: 100%; } .menu-clients__navbar > li { display: block; } .menu-clients__navbar > li > a { display: block; color: #000; padding: 30px 10px; text-decoration: none; font-weight: bold; border-bottom: 1px solid #ddd; } .menu-clients__navbar > li > a.active-item-menu, .menu-clients__navbar > li > a:hover { background-color: #fff; color: #2d18b4; box-shadow: -5px 7px 14px -5px #f1e6ff; } .navbar_mobile { padding: 20px 0; display: none; } .navbar_mobile > ul { list-style-type: none; margin: 0; padding: 0; width: 100%; } .navbar_mobile > ul > li { display: block; cursor: pointer; } .navbar_mobile a.item-mobile-menu { display: block; color: #fff; padding: 10px; text-decoration: none; text-align: center; letter-spacing: 0.1em; } .navbar_mobile a.item-mobile-menu:hover { font-weight: bold; } /* End NavBar */ /* Навигационное меню */ .navbar-menu { background-image: url(../header.png); background-size: cover; background-repeat: no-repeat; border: none; box-shadow: #333 0px 0px 2px 0px; cursor: default; } .container-fluid { padding: 20px; } .navbar-brand { padding: 8px 15px; margin: 0 !important; } .navbar__personal-account { } li.account-info { padding: 0 20px; } .navbar__personal-account > p { letter-spacing: 0.1em; color: #fff; font-size: 12px; } .navbar-toggle { border: 1px solid #ccc; } .navbar-toggle .icon-bar { background-color: #fff; } .user-profile {} .user-profile__photo { width: 60px; height: 60px; border-radius: 100%; border: 4px solid #fff; box-shadow: 0 0 0px 6px #9e95d7; object-fit: cover; } .navbar_user-block { display: inline-flex; color: #fff; } .navbar_user-block__info { width: 100%; padding: 10px 20px; } .navbar_user-block__info > p { color: #fff; padding: 0; margin: 0; font-size: 14px; text-align: right; letter-spacing: 0.1em; } .navbar_user-block_link-logout { float: right; color: #ff1760; font-weight: bold; text-transform: uppercase; font-size: 12px; padding: 5px 0; } .navbar_user-block_link-logout:hover { color: #fff; } .navbar_user-block__image > div.dropdown > button { background: transparent; border: none; } .list-account__title { color: #6cc4f0; font-size: 12px; letter-spacing: 0.3em; line-height: 18px; margin: 0; padding: 5px 0; } .select-current-account { width: 270px; border: none; background: transparent; border-bottom: 1px solid #fff; color: #fff; font-size: 12px; padding: 3px 0; letter-spacing: 2.7px; font-family: unset; } .select-current-account option { color: #000; } .account-balance { margin: 15px 40px 0; background-color: #fff; padding: 3px 50px 4px 30px; border-radius: 25px; position: relative; font-weight: bold; letter-spacing: 0.2em; } .account-balance > span.defaul { padding: 7px 13px; border-radius: 25px; background-color: #ff1760; color: #fff; font-size: 12px; position: absolute; top: 0px; color: #1fd68d; } .account-balance > span.minus { padding: 4px 10px; border-radius: 25px; background-color: #ff1760; color: #fff; font-size: 12px; position: absolute; top: 1px; right: 1px; } .account-balance > span.minus > .glyphicon { font-weight: normal; } /* Конец Выпадающее меню навигации */ /* Футер */ .footer { /*height: 240px;*/ background-color: #f3f3f3; padding: 15px 0; box-shadow: 0 -1px 7px #ddd; color: rgb(103, 118, 138); } .footer__dispatcher h3.footer_title, .footer__help-block h3.footer_title, .footer__propr h3.footer_title { font-size: 16px; color: #454545; padding: 0; margin: 0; } .footer__dispatcher { margin-bottom: 30px; } .distapcher-phone, .distapcher-phone:hover { color: #454545; font-size: 21px; padding: 0; margin: 0; } .footer p { font-size: 12px; color: rgb(103, 118, 138); margin: 0; padding: 0; } .footer_hepl-link { color: rgb(103, 118, 138); padding: 10px; border: 1px solid; margin: 10px 0; text-transform: uppercase; font-size: 10px; border-radius: 5px; background-color: #f3f3f3; } .footer_hepl-link:hover { background-color: #fff; } .footer__adress h3.footer_title { font-size: 16px; color: #454545; padding: 0; margin: 0; } .footer__adress h4 { font-size: 14px; padding: 10px 0 0; color: #454545; } .footer__adress p { font-size: 12px; padding: 0; margin: 0; } .footer__propr table { border: none; margin-top: 30px; } .footer__propr table > tbody > tr > td { padding: 5px; font-size: 12px; text-align: left; vertical-align: middle; } .footer__propr table > tbody > tr > td:first-child { color: #454545; } /* Конец Футер */ /* Собственник, главная страница, Новости */ .client-page { padding-bottom: 20px; } .client-page > div { padding: 5px; } .client-page__top > div[class*="col-"] { padding: 0; } .client-page__top > div[class*="col-"] > div { height: 320px; margin: 10px; border: 1px solid #ddd; border-radius: 12px; cursor: default; } .client-page__top > div[class*="col-"] > div > h1 { padding: 20px 5px; font-size: 16px; margin: 0; font-weight: bold; text-align: center; } .client-page__top > div[class*="col-"] > div > h1:first-letter { text-transform: capitalize; } .client-page__news > h1, .client-page__services > h1 { padding: 20px 40px; margin: 0; font-size: 20px; font-weight: bold; } .client-page__services > div[class*="col-"] > div { border: 1px solid #ddd; border-radius: 12px; height: 350px; margin: 10px 0; } .payments-lists { background-color: red; } .news-item { height: 250px; border: 1px solid #ddd; border-radius: 12px; position: relative; overflow: hidden; cursor: pointer; } .news-item:hover { box-shadow: 0 4px 10px 0 rgba(51, 29, 82, 0.16); } .news-item .news-item__preview { height: 100%; width: 100%; border-radius: 12px; object-fit: cover; } .owl-carousel .owl-item img { object-fit: cover; } .news-item__rubric { font-size: 12px; position: absolute; top: 10%; left: 5%; color: #fff; border-radius: 50px; letter-spacing: 0.1em; } .news-item__info { position: absolute; bottom: 5%; padding: 0 10px; } .news-item__title { font-size: 18px; color: #fff; padding: 15px 0; margin: 0; } .news-item__date { font-size: 12px; color: #fff; letter-spacing: 0.1em; font-weight: bold; } .news__partner-logo { width: 50px !important; height: 50px; position: absolute; top: 5%; right: 5%; border-radius: 100%; } .service-item { display: flex; } .service-item > div:first-child { width: 40%; } .service-item > div:last-child { width: 60%; padding: 10px; } .service-item__image > img { width: 100%; height: 100%; border-top-left-radius: 12px; border-bottom-left-radius: 12px; object-fit: cover; } .service-item__content { padding: 10px; } .service-item__content > h1 { font-size: 20px; color: #2d18b4; font-weight: bold; margin: 0; padding: 0; text-align: left; } .service-item__content p { font-size: 14px; text-align: justify; } .service-item__content > .cost-service { font-size: 16px; color: #2d18b4; font-weight: bold; padding: 0 0 5px 0; } .cost-service > span.price_notset { font-size: 12px; color: #454545; font-weight: normal; } .service-item__btn { margin-right: 25px; position: absolute; bottom: 8%; right: 0%; } .order-to-service { font-size: 11px; padding: 10px 20px; border: 1px solid #2d18b4; border-radius: 12px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: bold; transform: translate(50%, -50%); } .order-to-service:hover { box-shadow: 0 8px 16px 0 rgba(55,35,35,0.32); text-decoration: none; background: #2d18b4; color: #fff; } .__top-promo-content { padding: 10px; height: 80%; overflow: hidden; font-size: 13px; } /* Конец Собственник, главная страница, Новости */ /* All News */ .news-page { min-height: 700px; } .news-page__items { padding: 20px 0; } .news-page__items > div[class*="col-"] > a > div { height: 250px; border: 1px solid #ddd; border-radius: 12px; } /* End All News */ /* Собственник, страница отдельной новости */ .news-conteiner { border-radius: 15px; } .news-conteiner__title { font-size: 40px; font-weight: bold; padding: 20px 0; margin: 0; color: #454545; } .post_details { border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; padding: 0 20px; cursor: default; } .post_details > li { padding: 10px 20px; margin-right: 20px; margin-bottom: 5px; font-size: 12px; font-weight: bold; color: #7c7c7c; } .post_details > li > a { color: #7c7c7c; } li.post_rubric { background-image: url(../../images/news/post_rubric.png); background-position: left; background-repeat: no-repeat; } li.post_date { background-image: url(../../images/news/post_date.png); background-position: left; background-repeat: no-repeat; } li.all_news { background-image: url(../../images/news/all_news.png); background-position: left; background-repeat: no-repeat; } li.partners-info > img { width: 30px; height: 30px; border-radius: 100%; } .news-conteiner__image { padding: 0 20%; height: 570px; overflow: hidden; } .news-conteiner__image img { height: 100%; width: 100%; object-fit: cover; } .news-conteiner__content { padding: 20px; text-align: justify; line-height: 2; } .load-news-documents { padding: 20px; } .load-news-documents > h4 { font-size: 14px; margin-top: 15px; text-transform: uppercase; border-bottom: 1px solid #eee; } .load-news-documents > h4 > span { color: #999; padding: 5px 15px 0; background: #fff; letter-spacing: 0.2em; } .load-news-documents a { font-size: 12px; } .load-news-documents a:hover { border-bottom: 2px solid #2d18b4; } /* Конец Собственник, страница отдельной новости */ /* Выпадающее меню, профиль пользователя */ .in_navbar { width: 479px; } .dropdown-menu { border-top-left-radius: 12px !important; border-top-right-radius: 12px !important; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; background: linear-gradient(180.67deg, #39284E 0, rgba(10,8,8,0.7) 117%); box-shadow: 0 10px 14px 2px rgba(0,0,0,0.26); } .dropdown-menu > li > a { color: #fff; } .dropdown-menu > li > a:hover { color: #fff; background: transparent; } .dropdown-menu:before{ border: none; } .dropdown-menu_link-profile { font-size: 12px; } .dropdown-menu_link-profile a { color: #bcbcbc; } .dropdown_footer div { padding: 20px; font-size: 12px; } .dropdown a#navbarDropdown:hover { background: #928DD2; border-radius: 50px; } .dropdown_footer a.footer_link { text-transform: uppercase; color: #fff; letter-spacing: 0.12em; } .dropdown_footer a.footer_link:hover { text-decoration: none; } .dropdown_footer a.footer_link-logout { text-transform: uppercase; color: #ff1760; letter-spacing: 0.12em; } .dropdown_footer a.footer_link-logout:hover { text-decoration: none; } .photo-user-dropdown { border: 4px solid #2d18b4; border-radius: 100%; box-shadow: 0px 0px 0px 20px rgba(45, 24, 180, 0.5); margin-top: 30px; width: 100px; height: 100px; } .dropdown_user-info { padding: 20px 0px; } .dropdown_user-name { color: #fff; font-size: 18px; letter-spacing: 1.23px; line-height: 27px; margin-bottom: 0px; } .dropdown_account-block {} .mail-border p { color: #ef693a; border-bottom: 1px solid rgba(255, 255, 255, 0.35); padding: 0 0 10px 0; } .mail-border a:hover { text-decoration: none; } .dropdown_account-title{ color: #78e4ff; font-size: 12px; letter-spacing: 1.26px; line-height: 18px; margin-bottom: 0; } .dropdown_account-number { color: #fff; font-size: 16px; letter-spacing: 1.26px; line-height: 18px; margin-bottom: 0; } /* Конец Выпадающее меню, профиль пользователя */ /* Страница Профиль пользователя */ .profile-page {} .profile-page > div > div { padding: 0; } .profile-page h1 { font-size: 16px; padding: 0 10px; font-weight: bold; } .profile-page > div > div > div.profile-page__user, .profile-page > div > div > div.profile-page__account { margin: 5px; border: 1px solid #ddd; border-radius: 12px; min-height: 500px; } .profile-page__user { padding: 20px; } .profile-page__user img { width: 170px; height: 170px; display: block; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 40px; object-fit: cover; } .profile-page__user__name { padding: 3px 0; margin: 0 0 40px 0; text-align: center; font-size: 15px; letter-spacing: 0.1em; } .profile-page__user-info { font-size: 14px; color: #2d18b4; padding: 0; margin: 2px 0; text-align: center; } .profile-page__btn-block { margin: 40px 0; text-align: center; } .profile-page__btn-block button, .profile-page__btn-block a { padding: 15px 35px; background-color: #2d18b4; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; font-size: 11px; border-radius: 12px; border: none; } .profile-page__btn-block button:hover, .profile-page__btn-block a:hover { box-shadow: 0px 1px 8px 0 #7c7c7c; } .profile-control { margin: 10px; border-bottom: none; } .profile-control > li.active > a, .profile-control > li.active > a:focus, .profile-control > li > a:hover { color: #000; cursor: default; background-color: #fff; border: 2px solid #2d18b4; border-radius: 25px; width: 170px; text-transform: uppercase; font-size: 11px; letter-spacing: 0.1em; font-weight: bold; box-shadow: 0px 1px 4px 4px rgba(51,0,255,0.33); } .profile-control > li > a { color: #000; cursor: default; background-color: #fff; border: 2px solid #ddd; border-radius: 25px; width: 170px; text-transform: uppercase; font-size: 11px; letter-spacing: 0.1em; font-weight: bold; margin: 5px 10px; } .tab-content.profile-control { padding: 20px 0; border: 1px solid #ddd; border-radius: 12px; min-height: 320px; } .profile-control > div > h3 { font-size: 16px; font-weight: bold; padding: 10px; margin: 0; } .rent-tab__btn { text-align: center; margin: 40px; } .add-rent-btn { border: none; border: 1px solid #2d18b4; padding: 15px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: bold; color: #2d18b4; background-color: transparent; border-radius: 12px; } .add-rent-btn:hover { box-shadow: 0px 1px 8px 0 #ccc; } .profile-btn { width: 150px; background-color: #2d18b4; color: #fff; } .profile-btn-delete { width: 150px; background-color: #ef693a; color: #fff; } .profile-btn:hover, .profile-btn-delete:hover { color: #fff; } /* Кoнец Страница Профиль пользователя */ /* Настройки профиля пользователя */ .profile-settings, .profile-settings__settings > div[class*="col-"] { padding: 0; margin: 0; } .user-form { margin: 0 10px; padding: 20px; border-radius: 12px; border: 1px solid #ddd; } .user-form > div > div[class*="col-"] { padding: 0; margin: 0; } .profile-settings__settings > div[class*="col-"] > div { margin: 10px; padding: 10px; border: 1px solid #ddd; border-radius: 12px; min-height: 475px; } .profile-settings__photo { height: 170px; width: 170px; border-radius: 100%; margin: 0 auto; background-color: #ddd; position: relative; } .profile-settings__photo img { height: 100%; width: 100%; border-radius: 100%; object-fit: cover; } .profile-settings__photo:hover .profile-upload { opacity: 1; } .user-image img { position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); width: 200px; } .user-full-name { font-size: 22px; font-weight: bold; } .profile-upload { padding: 0; margin: 0; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); color: #fff; font-size: 40px; opacity: 0; transition: .5s ease; } .profile-upload .form-group { margin: 0; } .profile-upload label { cursor: pointer; } .profile-settings__info { padding: 20px 0; } .spam-agree-txt { margin: 30px 0; } .profile-settings_block { font-size: 10px; margin-top: 15px; margin-right: 20px; text-transform: uppercase; border-bottom: 1px solid #eee; } .profile-settings_block span { background: #fff; padding: 10px 10px 10px 0px; color: #ccc; } .user-login-name { padding: 2px 20px; border-radius: 25px; background: #ef693a; color: #fff; font-size: 12px; } .user-role-name { padding: 2px 20px; border-radius: 25px; background: #6d39c3; color: #fff; font-size: 12px; text-align: center; margin: 10px auto; } .user-span-text { font-size: 12px; } .user-status { border: 1px solid #ddd; padding: 2px 10px; border-radius: 25px; font-size: 12px; color: #777; } .user-span-text i { color: #fc3232; font-size: 14px; } i.status-0 { color: #ddd; } i.status-1 { color: #1fd68d; } i.status-2 { color: #fc3232; } .settings { padding-top: 20px; } .profile-settings_title { font-size: 12px; font-weight: bold; text-transform: uppercase; padding: 10px 10px 10px 0px; text-align: center; } p.left, p.center { color: #fff; background-color: #2d18b4; border-radius: 25px; } .settings-input { padding: 5px 10px; border: 1px solid #ddd; border-radius: 12px; width: 100%; outline: none; } .settings-input:hover, .settings-input:focus { border: 1px solid #2d18b4; } .settings-input::placeholder { color: #777; } .settings form label { font-size: 12px; color: #635f5f; font-weight: normal; padding: 0px 10px; } #change-phone-form .has-error .control-label, #change-email-form .has-error .control-label, #change-password-form .has-error .control-label { color: #f0754a; } .profile-settings form .has-error .settings-input { border: 1px solid #f0754a; } .help-block { color: #f0754a !important; font-size: 12px; padding: 0px 10px; margin-top: 2px; margin-left: -10px; } .form-horizontal .form-group { margin-right: 0px; margin-left: 0px; display: flex; } .input-block { position: relative; width: 120px; } #time-to-send { font-size: 12px; width: 172px; margin-left: 20px; color: rgb(103, 118, 138); margin-top: 20px; } #repeat-sms_code { margin-top: 9px; border: none; background: transparent; text-decoration: underline; outline: none; } .settings-input-phone:focus { padding: 5px 10px; border: 1px solid #f0754a; border-radius: 25px; outline: none; } .settings-input-phone, .settings-input-phone:read-only { padding: 5px 0px; border: none; border-bottom: 1px dashed #2f3640; outline: none; color: #2f3640; cursor: pointer; } .change-record-btn { visibility: hidden; } .settings-message { font-size: 12px; color: rgb(103, 118, 138); } .email-inp:focus { padding: 5px 10px; border: 1px solid #1fd68d; border-radius: 25px; outline: none; } .change-btn-edit { margin: 0px 5px; padding: 5px 8px; border-radius: 25px; background: #fff; border-color: #2d18b4; color: #2d18b4; outline: none; } .change-btn-edit:hover { background: #2d18b4; color: #fff; } /* Конец Настройки профиля пользователя */ /* Notifications Bar */ .notification__dropdown button { background: transparent; margin: 10px; } .notification__dropdown button:hover { box-shadow: none; } .notification__dropdown > ul { height: 230px; } .notification__dropdown a.notification_reset { color: #bcbcbc; font-size: 12px; padding: 5px 20px 20px; cursor: pointer; } .notification__dropdown a.notification_link { font-size: 12px; color: #fff; cursor: pointer; } span.dot { height: 7px; width: 7px; background-color: #1fd68d;; border-radius: 50%; display: inline-block; margin-right: 10px; } .notification__dropdown p { color: #bcbcbc; font-size: 12px; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); } .notification__dot { position: absolute; top: 25%; right: 30%; background: #ff1760; padding: 5px 5px; border-radius: 12px; } .notifications > li > a { padding: 0 20px; } /* End Notifications Bar */ /* Заявки */ .navbar-request { margin: 20px 0; } .requests-page { min-height: 700px; } .fixed-bottom { position: absolute; bottom: 20px; } .create-request-btn { background-image: url(/images/clients/new_record.svg); background-repeat: no-repeat; background-position: 0px 5px; background-color: transparent; width: 70px; height: 70px; position: fixed; right: 2%; bottom: 10%; cursor: pointer; outline: none; border: none; } .create-request-btn:hover { filter: brightness(80%); outline: none; } .create-request-btn:active { filter: brightness(120%); outline: none; } .form__upload-image { display: table; position: absolute; bottom: 28%; left: 8%; } .count-label { position: absolute; top: -15%; right: 0; background: #EF693A; font-size: 10px; color: #fff; padding: 2px 10px; border-radius: 12px; border: 3px solid #fff; } /* Конец Заявки */ /* Таблица, раздел Собственники */ .clients-table { border-collapse: unset; border: 1px solid #ddd; border-radius: 12px; font-size: 12px; margin-bottom: 0px; } .clients-table thead { color: #2d18b4; text-transform: uppercase; text-align: center; vertical-align: top; } .clients-table > thead > tr > th { font-size: 12px; vertical-align: middle; text-align: center; border: none; padding: 15px 0; } .clients-table > tbody > tr > td { vertical-align: middle; text-align: center; padding: 10px 0; } .clients-table_main { width: 12%; } .clients-table_category { width: 20%; text-align: left !important; } .clients-table_description { text-align: left !important; } .clientse-img { height: 24px; width: 24px; border-radius: 3px; margin-left: 4px; margin-right: 4px; margin-top: 5px; } .image-counters { padding: 0 10px !important; } .clients-table img.request { height: 24px; width: 24px; border-radius: 3px; margin: 5px 4px; } .without-border { border: none; } .clients-table > tbody > tr > td > span.date { font-size: 10px; color: #454545; font-style: italic; } /* Конец Таблица для заявок */ /* Таблица Результаты голосования */ .table-voting-results { table-layout: fixed; } .table-voting-results > tbody > tr > td { text-align: center; vertical-align: bottom; border-top: none; } .table-voting-results > tbody > tr > td#dispatcher-name > span { color: #717171; font-style: italic; font-size: 12px; } .table-voting-results > tbody > tr > td p.title { font-weight: bold; font-size: 16px; } /* Конец Таблица Результаты голосования */ /* Постраничная нафигация, таблица */ .pagination { margin: 5px 0; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { color: #67768a; border-bottom: 2px solid #67768a; background-color: #fff; } .pagination > li > a, .pagination > li > span { color: #7c7c7c; background-color: transparent; font-size: 14px; padding: 2px 7px; border: none; } .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #7c7c7c; background-color: transparent; border-bottom: 2px solid #ef693a; } .pagination > li.prev > a:hover, .pagination > li.next > a:hover, .pagination > .active > span:hover, .pagination > li > span:hover { border: none; } .pagination > li.prev > a:hover i, .pagination > li.next > a:hover i { color: #ef693a; } .pagination i { font-size: 10px; color: #7c7c7c; } /* Конец Постраничная нафигация, таблица */ /* Table last payments */ .table-last-payment { margin: 10px 0; padding: 0; border: none; table-layout: fixed; } .table-last-payment > tbody > tr > td { border: none; padding: 10px 10px; text-align: center; vertical-align: middle; color: #454545; } .table-last-payment > tbody > tr > td:first-letter { text-transform: capitalize; } .table-last-payment > tbody > tr:nth-child(even) { background-color: #f8f8f8; } .table-last-payment > tbody > tr > td.status-payment-ok { color: #40e282; font-weight: bold; } .table-last-payment > tbody > tr > td.status-payment-not { color: #fe2f70; font-weight: bold; } .table-last-payment > tbody > tr > td > a { color: #454545; font-weight: bold; } .table-last-payment > tbody > tr > td > a:hover { color: #2d18b4; } /* End Table last payments */ /* Просмотр отдельной заявки */ .requests-view { border: 1px solid #ddd; border-radius: 12px; min-height: 750px; } .requests-view_title { padding: 20px 0 20px 30px; color: #fff; border-radius: 12px 12px 0 0; background-color: #2d18b4; margin: 0; font-size: 14px; min-height: 75px; } .requests-paid-view_title { padding: 25px 30px; color: #fff; border-radius: 12px 12px 0 0; background-color: #2d18b4; margin: 0; font-size: 18px; min-height: 75px; font-weight: bold; } .requests-paid-view_title .label_service-name { border: 1px solid white; border-radius: 25px; font-size: 12px; padding: 5px 20px; margin: 0 20px; background: #fff; color: #2d18b4; } .requests-paid-view_title .label_service-date { background: #fff; } .requests-paid-content { padding: 0; } .requests-view_title i.check { background: #36eadf; padding: 10px; border-radius: 100%; } .requests-view_title i.uncheck { background: #ddd; padding: 10px; border-radius: 100%; } .requests-view_body { padding: 10px; min-height: 710px; } .requests-border { border-right: 1px solid #ddd; padding: 0; } .requests-view_body h4 { font-size: 18px; letter-spacing: 0.32px; font-weight: bold; padding: 0; } .requests-view_body > h4 > span { border: 1px solid #2d18b4; color: #2d18b4; padding: 5px 10px; margin-left: 10px; border-radius: 25px; } .date_requests { color: #2D18B4; font-size: 12px; letter-spacing: 0.29px; } .request_text { color: #2d18b4; padding: 20px 0; font-size: 14px; letter-spacing: 0.25px; } .client_info { margin: 0 -10px; background: #eee; /*height: 80px;*/ color: #2d1d88; position: relative; } .client_info__block { display: flex; width: 100%; align-items: center; justify-content: center; } .client_info__block > div:first-child { position: absolute; top: 40%; left: 2%; } .client_info__block > div:last-child { position: absolute; top: 40%; right: 2%; } .client_info__block > div.client_info-address { width: 50%; padding-top: 10px; padding-left: 60px; } .client_info__block > div.client_info-contact { width: 50%; padding-top: 10px; padding-right: 60px; vertical-align: middle; } .request-body-rate { text-align: center; margin: 30px; } .requests-view_chat { margin: 0 -15px 0 0px; } .requests__chat-status { display: flex; align-items: center; justify-content: flex-end; } .requests__chat-status > .__label { padding: 0 10px; color: #999; } .row-flex { display: flex; flex-wrap: wrap; } [class*="col-"] { margin-bottom: 0px; } .requests-view_body img.info-img { width: 70px; height: 70px; margin-bottom: 30px; cursor: zoom-in; object-fit: cover; border-radius: 4px; border: 1px solid #ddd; } .requests__status-block { padding: 10px 0; display: flex; } #star { padding: 5px 0; } /* Конец Просмотр отдельной заявки */ /* Завяки, чат */ .comments .row { margin: 10px 0; } .request-chat-icon { height: 40px; width: 40px; border-radius: 100%; object-fit: cover; } .chat_photo { padding: 0 10px; } .chat-name { letter-spacing: 0.13em; } .chat_time { text-align: center; vertical-align: middle; font-size: 12px; } .chat-txt-block { min-width: 92px; /*max-width: 398px;*/ border-radius: 12px; background: linear-gradient(180.67deg, #412b5d 32%, rgba(10,8,8,0.7) 96%); padding: 15px; word-wrap: break-word; margin-left: 25px; color: #fff; font-size: 12px; line-height: 20px; box-shadow: 0 10px 14px 2px rgba(0,0,0,0.26); } .chat-msg { margin: 0 0 0 -15px; padding: 40px 0px 0px 0px; position: relative; /* bottom: 0; width: 100%;*/ } #label-count { position: absolute; bottom: 10%; right: 6%; } #label-count-left { position: absolute; bottom: 10%; right: 0%; } .chat-msg span#label-count, .chat-msg span#label-count-left { color: #6b5d4a; } .chat-msg span#label-count-left { padding-right: 10px; } .chat-msg textarea { border: 1px solid #d4d4d4; border-left: none; border-right: none; resize: none; box-shadow: none; padding: 10px 40px 10px 10px; } .chat-msg textarea:focus { border-color: #ddd !important; outline: none; box-shadow: none; } .has-error textarea { border-color: #ff7d7d !important; outline: none; box-shadow: none; -webkit-box-shadow: none; } .chat-msg textarea::-webkit-scrollbar { width: 7px; background-color: #ddd; } .chat-msg textarea::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } .chat-msg textarea::-webkit-scrollbar-thumb { border-radius: 12px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #524e53; } .chat-msg__off > p { padding: 10px; color: #777; font-size: 12px; text-align: center; margin: 50px 50px 0 35px; background-color: #ddd; border-radius: 50px; } #add-comment .form-group { margin-bottom: 0px; } #add-comment .form-group #label-count { right: 9%; } .error-summary { font-size: 12px; color: #ff7d7d; } .chat-badge-date { text-align: center; } .chat-badge-date span { background-color: #2d18b4; padding: 4px 20px; color: #fff; font-size: 10px; letter-spacing: 1.05px; border-radius: 12px; } .comments { height: 500px; overflow: auto; padding: 10px 0px 30px 0px; } .comments::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #ddd; } .comments::-webkit-scrollbar { width: 7px; background-color: #ddd; } .comments::-webkit-scrollbar-thumb { border-radius: 12px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #524e53; } /* Конец Завяки, чат */ /* Оценка заявки, звездочки */ .req-rate-star { margin: 15px 0; } /* Конец Оценка заявки, звездочки */ /* Модальное окно "Выставить оценку завершенной заявке" */ #add-grade-modal .modal-body, #show-grade-modal .modal-body { padding: 0; } .grade-table { margin: 50px 0; border: none; } .grade-table > tbody > tr > td { border: none; text-align: left; vertical-align: middle; } .grade-table > tbody > tr:nth-child(odd) { background-color: rgba(255, 255, 255, 0.06); } .grade-table > tbody > tr > td:last-child button { padding: 10px; width: 50px; background: transparent; font-size: 14px; border-radius: 12px; border: 1px solid #ccc; } .grade-table > tbody > tr > td:last-child button:hover { background: #ddd; color: #000; } .grade-table > tbody > tr > td:first-child { /*padding-left: 20px;*/ padding: 20px; } .grade-table > tbody > tr > td:last-child { width: 25%; } .grade-table > tbody > tr > td:last-child button.btn-set-grade-active { background: #ddd; color: #000; } .grade-table > tbody > tr > td:last-child button:focus { outline: none; color: #000; } .grade-table > tbody > tr > td > div#error-message { font-size: 12px; color: #ef693a; text-align: center; padding: 20px 0 0 0; } .grade-table > tbody > tr > td:last-child span.btn-span { padding: 20px; } /* Конец Модальное окно "Выставить отценку завершенной заявке" */ /* Статусы заявок, таблица */ .badge { height: 30px; width: 100px; background: #fff; color: #000; border-radius: 25px; font-size: 9px; line-height: 20px; text-transform: uppercase; cursor: default; } .req-badge-new { border: 2px solid #598eff; box-shadow: 0px 1px 4px 2px rgba(0,101,255,0.28); } .req-badge-work { border: 2px solid #ff7d7d; box-shadow: 0px 1px 4px 2px rgba(252,193,193,0.83); } .req-badge-complete { border: 2px solid #7c7c7c; box-shadow: 0px 1px 4px 2px rgba(255,125,125,0.26); } .req-badge-rectification { border: 2px solid #e17dff; box-shadow: 0px 1px 4px 2px rgba(225,125,255,0.42); } .req-badge-close { border: 2px solid #1fd68d; box-shadow: 0px 1px 4px 2px rgba(56,231,161,0.54); } .req-badge-reject { border: 2px solid #5f697a } .request-ident { background: #2d18b4; border-radius: 25px; padding: 10px 30px; margin-right: 20px; font-size: 12px; width: 170px; color: #fff; text-align: center; font-weight: normal; } /* Конец Статусы заявок, таблица */ /* Статусы заявок, отдельная страница */ .badge-page { height: 35px; background: #fff; padding: 7px; color: #000; border-radius: 25px; font-size: 10px; line-height: 15px; padding-top: 8px; text-transform: uppercase; font-weight: bold; } .req-badge-new-page { border: 2px solid #598eff; box-shadow: 0px 1px 4px 6px rgba(0,101,255,0.28); } .req-badge-work-page { border: 2px solid #ff7d7d; box-shadow: 0px 1px 4px 6px rgba(252,193,193,0.83); } .req-badge-complete-page { border: 2px solid #7c7c7c; box-shadow: 0px 1px 4px 6px rgba(255,125,125,0.26); } .req-badge-rectification-page { border: 2px solid #e17dff; box-shadow: 0px 1px 4px 6px rgba(225,125,255,0.42); } .req-badge-close-page { border: 2px solid #1fd68d; box-shadow: 0px 1px 4px 6px rgba(56,231,161,0.54); } .req-badge-reject-page { border: 2px solid #5f697a; } .req-badge-new-page span:first-child { border-right: 1px solid #598eff; padding: 8px 15px; } .req-badge-new-page span:last-child { padding: 8px 15px; } .req-badge-work-page span:first-child { border-right: 1px solid #ff7d7d; padding: 8px 15px; } .req-badge-work-page span:last-child { padding: 8px 15px; } .req-badge-complete-page span:first-child { border-right: 1px solid #7c7c7c; padding: 8px 15px; } .req-badge-complete-page span:last-child { padding: 8px 15px; } .req-badge-rectification-page span:first-child { border-right: 1px solid #e17dff; padding: 8px 15px; } .req-badge-rectification-page span:last-child { padding: 8px 15px; } .req-badge-close-page span:first-child { border-right: 1px solid #1fd68d; padding: 8px 15px; } .req-badge-close-page span:last-child { padding: 8px 15px; } .req-badge-reject-page span:first-child { border-right: 1px solid #5f697a; padding: 8px 15px; } .req-badge-reject-page span:last-child { padding: 8px 15px; } /* Конец Статусы заявок, отдельная страница */ /* Платные услуги */ .paid-requests-page { min-height: 700px; } a.btn-history { padding: 10px 30px; border-radius: 12px; border: 1px solid #fff; background-color: #ff1760; color: #fff; font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; font-weight: bold; float: right; margin-right: 15px; } a.btn-history:hover { border: none; box-shadow: 0 8px 16px 0 rgba(55,35,35,0.32); } .service-card { height: 525px; border-radius: 12px; background-color: #fff; box-shadow: 0 4px 26px 0 rgba(51,29,82,0.16); margin-right: 12px; margin-left: 12px; margin-top: 15px; position: relative; } .service-card_title { color: #2d18b6; font-size: 18px; letter-spacing: 0.1px; line-height: 22px; padding: 10px; font-weight: bold; } .service-card_preview { height: 218px; position: relative; overflow: hidden; } .service-card_image { width: 100%; height: 100%; object-fit: cover; } .service-card__body { padding: 0px 10px; } .service-card__body p { text-align: justify; } .service-card__btn {} .service-card__btn a { position: absolute; right: 2%; bottom: 2%; } .cost_service { font-size: 18px; padding-right: 10px; color: #c1c1c1; position: absolute; bottom: 5%; left: 2%; } .category-select { float: left; } .modal-note-info { display: grid; text-align: center; color: #fff; font-size: 16px; padding: 20px; margin: 0 -15px; background: rgba(221, 200, 253, 0.15); } .modal-note-info span { border: 1px solid white; padding: 5px 10px; border-radius: 12px; margin: 10px; font-size: 12px; } .read-more, .hide-more { color: #777; font-weight: bold; cursor: pointer; } /* Конец Платные услуги */ /* История платных услуг */ .paid-requests-history { min-height: 700px; } form#search-form .form-group { margin: 0; } form#search-form { display: inline-block; padding: 7px; } .search-block__input-dark { background-size: 16%; background-image: url(../../images/searchicon.png); background-position: 0%; background-repeat: no-repeat; color: #454545; width: 100%; padding: 3px 20px 3px 40px; border: 1px solid #ddd; border-radius: 25px; outline: none; font-size: 12px; } .search-block__input-dark::placeholder { color: #ddd; } /* Конец История платных услуг */ /* Лицевой счет, таблица */ .paid-account-page { border-radius: 12px; border: 1px solid #ddd; } .table-account thead { font-weight: bold; padding: 20px 0; } .table-account p.title { font-size: 12px; color: #2d18b4; padding: 3px 0; margin: 0px; letter-spacing: 0.1em; } .table-account > tbody > tr > td { padding: 5px 20px; border: none; } /* Конец Лицевой счет, таблица */ /* Квитанции */ .receipts-page { border: 1px solid #ddd; border-radius: 12px; } .period_title { font-size: 12px; color: #2d1d83; padding: 20px 20px 0 20px; } .receipts_period { padding: 0px; border-right: 1px solid #ddd; min-height: 850px; } .receipts_period-calendar { display: flex; padding: 0 10px 0px 10px; } .receipts_period-calendar span { padding: 10px; } .receipte-of-lists { margin: 0 0 20px 0; } .receipte-of-lists > li { position: relative; padding: 20px 20px; border-left: none; border-right: none; } .receipte-of-lists > li.active, .receipte-of-lists > li.active:hover, .receipte-of-lists > li:hover { box-shadow: 0px 0px 1.2em -8px #7139c5; z-index: 2; background: transparent; border: none; color: #000; } .receipt-item { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; cursor: default; } .receipt-item__info { width: 100%; } .receipt-item__status { text-align: center; } .receipt-item__status span { display: block; } .receipte-info-pay-ok { background-color: rgba(29, 201, 183, 0.1); color: #1dc9b7; font-size: 12px; font-weight: bold; padding: 10px; cursor: default; border-radius: 4px; } .receipte-info-pay { background-color: rgba(88, 103, 221, 0.1); color: #5867dd; font-size: 12px; font-weight: bold; padding: 10px; cursor: default; border-radius: 4px; } .receipte-info-pay-debt { background-color: rgba(255, 184, 34, 0.1); color: #ffb822; font-size: 12px; font-weight: bold; padding: 10px; cursor: default; border-radius: 4px; } .receipt-item__btn-pay { color: #591df1; border-color: #591df1; padding: 5px 10px; border: 1px solid #591df1; border-radius: 4px; } .receipt-item__btn-pay:hover { background-color: #591df1; color: #fff; } .send_receipt { background-color: #fff; color: #6c7293; border-color: #6c7293; padding: 5px 10px; border: 1px solid #6c7293; border-radius: 4px; } .send_receipt:hover { background-color: #6c7293; color: #fff; } .send_receipt:disabled { opacity: 0.6; background-color: #fff; color: #6c7293; } .receipte-month { font-size: 12px; color: #2d18b4; font-weight: bold; margin: 0; text-transform: capitalize; } .receipte-number { font-size: 14px; font-weight: bold; } .receipts_body { padding: 20px 10px; min-height: 700px; } #default_modal-message__text { font-size: 16px; padding: 20px; text-align: center; } .invalid-message-show { max-width: 100%; /*margin: 10px;*/ font-size: 12px; color: #ef693a; } .invalid-message-show::before { content: "\02716"; padding: 0 10px; } #receipts-lists { height: 800px; overflow: auto; min-height: 600px; margin: 10px 0; border-bottom: 1px solid #ddd; } #receipts-lists::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #ddd; } #receipts-lists::-webkit-scrollbar { width: 7px; background-color: #ddd; } #receipts-lists::-webkit-scrollbar-thumb { border-radius: 12px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #524e53; } /* Конец Квитанции /* Платежи */ .payments-page { min-height: 700px; } .payment-pages_period { display: flex; } .date-block { display: flex; margin: 0px -15px; } .payment_title { font-size: 12px; color: #2d1d83; padding: 0px 0px 0px 10px; } .payments-page__date-block { display: flex; } .date-block span { padding: 10px; font-size: 12px; text-transform: uppercase; } input[name="date_start-period-pay"], input[name="date_end-period-pay"] { box-shadow: none; border: none; border-bottom: 1px solid #ddd; } input[name="date_start-period-pay"]:focus, input[name="date_end-period-pay"]:focus { border-color: #8b709d; outline: 0; box-shadow: none; } input[name="date_start-period-pay"]::placeholder, input[name="date_end-period-pay"]::placeholder { text-transform: capitalize; } .btn-show-info { height: 45px; margin: 0 30px; border-radius: 12px; border: 1px solid #2d18b4; background-color: #fff; color: #3436ae; font-size: 12px; letter-spacing: 0.9px; text-transform: uppercase; font-weight: bold; outline: none; } .btn-edit-reading { height: 48px; width: 220px; border-radius: 12px; border: 1px solid #2d18b4; background-color: #fff; color: #3436ae; font-size: 12px; letter-spacing: 0.9px; text-transform: uppercase; font-weight: bold; } .btn-show-info:hover, .btn-edit-reading:hover, .btn-send-request:hover { border-radius: 12px; border: 1px solid #2d18b4; background-color: #2d18b4; color: #fff; box-shadow: 0 2px 5px 2px rgba(0,0,0,0.26); } .payments-page table { margin-top: 50px; } .payment_btn-pay { background: #2d18b4; padding: 15px 45px; border-radius: 12px; font-size: 10px; color: #fff; text-transform: uppercase; font-weight: bold; letter-spacing: 0.07em; } .payment_btn-pay:hover { background-color: #2D18B4; box-shadow: 0 8px 16px 0 rgba(55,35,35,0.32); color: #FFFFFF; } .payment-ok { color: #23dd6f; text-transform: uppercase; letter-spacing: 0.07em; } .payment-debt { color: #f0754a; text-transform: uppercase; letter-spacing: 0.07em; } /* Кoнец Платежи */ /* Оплата */ .payment-page { min-height: 700px; } .payment-page_block__title { font-size: 20px; padding: 0 0 20px 0; margin: 0; text-align: center; font-weight: bold; color: #2d18b4; } .payment-page_block img { padding: 20px; width: 150px; height: 150px; object-fit: cover; } .payment-page_block { padding: 40px; } .payment_user-fullname { font-size: 24px; padding: 15px 0px; } .payment_user-info { font-size: 14px; color: #2d18b4; padding: 15px 0px; } .payment-page_block .go-back-page { font-weight: bold; float: right; } /* Конец Оплата */ /* Приборы учета */ .counters-page { min-height: 700px; } .options-panel { margin: 20px 0; } .btn-save-reading { height: 48px; width: 220px; border-radius: 12px; border: 1px solid #2d18b4; background-color: #2d18b4; color: #fff; font-size: 12px; letter-spacing: 0.9px; text-transform: uppercase; font-weight: bold; } .btn-save-reading:hover { border-radius: 12px; border: 1px solid #2d18b4; background-color: #2d18b4; color: #fff; box-shadow: 0 2px 5px 2px rgba(0,0,0,0.26); } .btn-save-reading[disabled], .btn-edit-reading[disabled] { cursor: no-drop; opacity: 0.5; } .counters-page table { margin-top: 100px; } .counter-name { font-size: 12px; } .counter-number { font-size: 12px; font-weight: bold; color: #2d18b4; } .create-send-request { background-color: #fff; border-radius: 12px; border: 1px solid #ddd; padding: 10px 25px; text-transform: uppercase; color: #2d18b4; font-size: 12px; font-weight: bold; } .create-send-request:hover { border: 1px solid #2d18b4; color: #2d18b4; } .reading-input { border-radius: 12px; border: 1px solid #ddd; padding: 6px 10px; color: #2d18b4; font-size: 12px; font-weight: bold; } .reading-input:focus { border: 1px solid #2d18b4; color: #2d18b4; outline: none; } .counters-message { margin: 0; padding: 0; } .counters-message p.title { padding: 40px 0 0 0; color: #ef693a; font-size: 24px; letter-spacing: 1.05px; } .counters-message p.text { color: #2d18b4; margin-bottom: 40px; text-align: justify; } .block-edit-reading { background-color: #fce7df !important; } span.block_send, .block-edit-reading span { color: #ef693a; font-weight: bold; font-size: 12px; letter-spacing: 0.23px; } .block-edit-reading span.message-request { font-size: 12px; font-weight: normal; color: #000; } .counters-page .managers-table { margin-top: 0; } .send-indication-counter { background: #2d18b4; border: none; color: #fff; border-radius: 12px; letter-spacing: 2px; font-weight: normal; outline: none; } .send-indication-counter:hover, .send-indication-counter:focus, .send-indication-counter:active { background: #4326b2; color: #fff; } .send-indication-counter[disabled]:hover { color: #fff; } label[class^='error-ind-'] { color: #ef693a; font-weight: normal; text-align: center; } .input-indication { display: grid; } .payment-from_control_summ { padding: 20px; text-align: center; font-size: 14px; color: #2d18b4; } .counters-info { font-weight: bold; color: #ff1760; } .counters-info:hover { color: #2d18b4; } /* Конец Приборы учета */ /* Опрос */ .vote-lists { min-height: 700px; } .vote-card-preview { color: #a7a7a7; height: 570px; border-radius: 12px; border: 1px solid #eee; padding: 0 !important; margin: 10px 5px; } .vote-card_title { padding: 10px; height: 72px; border-bottom: 1px solid #ddd; position: relative; } .vote-card_title a { color: #2d18b4; font-size: 16px; font-weight: bold; } .vote-card_title i { position: absolute; right: 0%; top: 0%; padding: 23px; /*margin: -11px -10px -10px 0;*/ font-size: 26px; color: #fff; } .vote-card_title i.glyphicon-ok { background: #23dd6f; } .vote-card_title i.glyphicon-flag { background: #2d18b4; } p.date-start-vote { font-size: 12px; color: #000; font-weight: bold; padding: 10px 0; } .vote-card_text { color: #000; padding: 10px; height: 160px; border-bottom: 1px solid #ddd; letter-spacing: 0.44px; line-height: 20px; } .vote-card_count { border-bottom: 1px solid #ddd; } .vote-card_count, .vote-card_participants { color: #000; padding: 20px 10px; height: 60px; display: flex; align-items: center } .vote-bange-count { background: #2d18b4; padding: 5px 15px; color: #fff; border-radius: 25px; } .vote-card_date-end { width: 210px; padding: 10px 10px; opacity: 0.64; border-radius: 18px; background-color: #202020; position: absolute; bottom: 20%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; color: #fff; font-size: 10px; letter-spacing: 1.25px; text-transform: uppercase; } .vote-card_date-end i { padding-right: 5px; } .vote-card-preview__image { height: 218px; position: relative; overflow: hidden; } .vote-card-img { border-top-right-radius: 12px; border-top-left-radius: 12px; height: 100%; width: 100%; } .vote-card-preview__overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: rgba(0, 0, 0, 0.5); border-top-left-radius: 12px; border-top-right-radius: 12px; } .vote-card-preview__image:hover .vote-card-preview__overlay { opacity: 2; } .vote-card-preview__image:hover .vote-card_date-end { visibility: hidden; } .overlay__text > a { color: #fff; font-size: 14px; position: absolute; top: 50%; left: 50%; border: 1px solid #fff; padding: 10px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); letter-spacing: 0.05em; text-align: center; } /* Конец Опрос */ /* Страница голосования */ .view-voting {} .preview-voting { position: relative; height: 616px; overflow: hidden; } .voting-image { width: 100%; height: 100%; border-top-left-radius: 12px; border-top-right-radius: 12px; object-fit: cover; } .voting-info { position: absolute; height: 40px; color: #000; top: 20px; padding: 10px; } .voting-info span { padding: 5px 20px; background: rgba(0, 0, 0, 0.2); color: #fff; border-radius: 15px; margin-left: 20px; font-size: 12px; } .voting-info span > i { padding-right: 5px; } .voting-body_left { /*min-height: 700px;*/ height: 100vh; } .voting-title-block { position: absolute; height: 160px; width: 100%; color: #000; bottom: 0; background: rgba(97, 61, 130, 0.81); } .voting-title-block h2 { color: #fff; font-size: 24px; padding: 0px 30% 0px 10px; margin: 10px; } .voting-title-block p { color: #fff; font-size: 12px; letter-spacing: 0.05em; padding: 0px 30% 0px 20px; } .register-in-voting { position: absolute; right: 5%; bottom: 20%; padding: 15px 45px; background-color: transparent; border: 1px solid #fff; text-transform: uppercase; color: #fff; border-radius: 12px; outline: none; letter-spacing: 0.1em; } .voting-body { margin: 15px 0; padding: 0; } .voting-body_left { border: 1px solid #ddd; border-radius: 12px; padding: 0; } .voting-body_left p { border-bottom: 1px solid #ddd; padding: 15px 20px; } .span-count { padding: 2px 20px; color: #fff !important; margin-right: 10px; border-radius: 25px; height: 23px; background: #2d18b4; } .span-count-white { color: #454545 !important; background: #fff; } .voting__participant_info { padding: 5px; display: inherit; } .voting__participant_info a { color: #000; font-weight: bold; font-size: 12px; } .voting__participant_info a:hover { color: #2d18b4; } .questions-text { margin: 0px -15px 10px 5px; border: 1px solid #ddd; border-radius: 12px; padding: 10px 10px; display: flex; } .questions-text p { padding-right: 10%; } .questions-text span:first-child { padding-right: 10%; width: 70%; } .modal-title-vote { color: #fff; font-size: 16px; letter-spacing: 1.5px; text-align: center; padding: 30px; } .again-sms-btn { background-image: url(/images/clients/send_again.svg); background-repeat: no-repeat; background-position: 0px 18px; background-color: transparent; border: none; cursor: pointer; padding: 20px 0; padding-left: 36px; vertical-align: middle; color: #fff; outline: none; } .repeat_sms_code-message { font-size: 12px; color: #fc3232; } .number-sms { height: 64px; width: 42px; border-radius: 12px; background-color: #fff; color: #000; margin-left: 13px; /*padding-right: 8px;*/ font-size: 34px; text-align: center; } .questions-text-show { padding: 20px 0px; border-bottom: 1px solid #ddd; } .table-voting-results > tbody > tr > td > h4, .questions-text-show > h4 { font-size: 18px; font-weight: bold; text-align: left; display: inline-flex; justify-content: left; align-items: center; width: 100%; min-height: 42px; } .table-voting-results > tbody > tr > td > h4 > i, .questions-text-show > h4 > i { color: #23dd6f; border: 1px solid #23dd6f; padding: 10px; margin-right: 10px; border-radius: 100%; } .table-voting-results > tbody > tr > td > h4 { position: relative; padding-left: 65px; } .table-voting-results > tbody > tr > td > h4 > i { position: absolute; left: 0; } .show-marker { visibility: hidden; } .vote-message_span { padding: 7px 20px; border: 1px solid #8b709d; color: #fff; border-radius: 25px; } .user-finish-vote { height: 50px; width: 50px; object-fit: cover; } /* Конец Страница голосования */ /* Блок кнопок голосования: за, против, воздержаться */ .btn-set-voting { padding: 20px 0 !important; width: 200px; font-size: 12px !important; text-transform: uppercase; color: #2d18b4; background: #fff; border-color: #ddd; outline: none; } .btn-group-lg > .btn-set-voting { border-radius: 12px; } .btn-set-voting-active, .btn-set-voting:active, .btn-set-voting:focus, .btn-set-voting:hover { background: #2d18b4; color: #fff; outline: none; } /* Конец блок кнопок голосования: за, против, воздержаться */ /* Модальное окно "Профиль пользователя" */ .card-view-profile img { width: 150px; height: 150px; display: block; margin: 0 auto; object-fit: cover; } .card-view-profile h1 { font-size: 18px; font-weight: bold; } .card-view-profile p.title { font-size: 12px; } /* Конец Модальное окно "Профиль пользователя" */ /* Форма голосования */ .sms-code li { list-style: none; padding-bottom: 10px; font-size: 12px; color: #ef693a; } .finished-voting { padding: 40px 0; } /* Конец Форма голосования */ /* Уведомления на странице */ .notice { position: relative; margin: 2em; background: #fff; padding: 1em 1em 1em 2em; border-left: 4px solid #DDD; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125); font-size: 12px; letter-spacing: 0.1em; color: rgb(69, 69, 69); } .notice p { margin: 0; font-size: 13px; color: #67768a; } .notice:before { position: absolute; top: 50%; margin-top: -17px; left: -17px; background-color: #DDD; color: #FFF; width: 30px; height: 30px; border-radius: 100%; text-align: center; line-height: 30px; font-weight: bold; font-family: Georgia; text-shadow: 1px 1px rgba(0, 0, 0, 0.5); } .info { border-color: #1fd68d; } .warning { border-color: #fed75b; } .success { border-color: #1fd68d; } .error { border-color: #ef693a; } .notice p > span { font-weight: bold; } /* Конец Уведомления на странице */ /* Переодпределение ширины, высоты модальных окон */ .modal-body form { padding: 0; } .modal-body form#form-add-note { width: 100%; padding: 0; } .modal-body form#add-characteristic { width: 100%; padding: 0 50px; } .modal-body form#create-service-form { padding: 0; } .modal-body form#edit-service-form { padding: 0; } /* Конец Переодпределение ширины, высоты модальных окон */ /* Переопреденное модальное окно бутстрапа */ .modal-content { position: relative; background: linear-gradient(180.67deg, #39284E 0%, rgba(10,8,8,0.7) 100%); margin: 0; padding-top: 30px; z-index: 10100; box-sizing: border-box; box-shadow: 0 10px 14px 2px rgba(0,0,0,0.26); border-radius: 15px; transition: background .2s; } .modal-header { padding: 5px 35px; color: #fff; border-bottom: none; text-align: center; font-size: 21px; } .modal-header .close { margin: -10px !important; } .modal-close-btn { box-sizing: border-box; height: 34px; width: 34px; border: 2px solid #FF1760 !important; border-radius: 50%; padding: 0 !important; padding-bottom: 4px !important; color: #FF1760; text-shadow: none! important; opacity: 1; line-height: 0.1; } .modal-close-btn:hover { color: white; background-color: #FF1760; } .modal-footer { border: none; padding: 20px 10px; text-align: center; } .modal-body { color: #fff; text-align: left; } .modal-body span#disp-fullname {} /* Конец Переопреденное модальное окно бутстрапа */ /* Дополнительное меню, главная страница */ .navbar__sub-general { height: 70px; } .navbar__pills { display: flex; justify-content: center; } .navbar__pills > li { width: 200px; height: 56px; border: 1px solid #fff; text-align: center; } .navbar__pills > li > a { color: #fff; text-transform: uppercase; font-size: 12px; letter-spacing: 0.1em; } .navbar__pills > li:hover { background: #fff; border-radius: 0; } .navbar__pills > li a:focus, .navbar__pills > li a:hover { background: transparent; color: #2d18b4; border-radius: 0; } .navbar__pills > li.active { background: #fff; color: #2d18b4; } .navbar__pills > li.active > a, .navbar__pills > li.active > a:hover { background: transparent; color: #2d18b4; } .navbar__pills > li:first-child { border-top-left-radius: 12px; border-bottom-left-radius: 12px; padding-top: 7px; } .navbar__pills > li:last-child { border-top-right-radius: 12px; border-bottom-right-radius: 12px; padding: 7px; } /* Конец Дополнительное меню, главная страница */ /* Дополнительное меню, услуги */ .services-nav { height: 96px; background-color: #2D18B4; } /* Конец Дополнительное меню, услуги */ /* Дополнительное навигационное меню, главная страница */ .navbar-general-page { /*padding: 20px;*/ background-color: #ddd; } /* Конец Дополнительное навигационное меню, главная страница */ /* Статусы меню, заявки, главная страница */ .status-request { margin: 20px 0; } .status-request .nav > li > a { text-transform: uppercase; font-size: 10px; font-weight: bold; color: #000; letter-spacing: 0.1em; border-radius: 25px; width: 140px; margin: 3px; } .status-request .nav > li > a:hover { background-color: #fff; } .req-bange-default { border: 2px solid #4e2ae2; box-shadow: 0px 1px 4px 4px rgba(51,0,255,0.33); } .req-bange-unactive { box-shadow: none; } .req-bange-new { border: 2px solid #598eff; background-color: #fff; } .req-bange-new:hover, .req-bange-new:focus { background-color: #fff !important; box-shadow: 0px 1px 4px 4px rgba(0,101,255,0.28); } .req-bange-work { border: 2px solid #ff7d7d; } .req-bange-work:hover, .req-bange-work:focus { background-color: #fff !important; box-shadow: 0px 1px 4px 4px rgba(252,193,193,0.83); } .req-bange-rectification { border: 2px solid #e17dff; } .req-bange-rectification:hover, .req-bange-rectification:focus { background-color: #fff !important; box-shadow: 0px 1px 4px 4px rgba(225,125,255,0.42); } .req-bange-complete { border: 2px solid #7c7c7c; } .req-bange-complete:hover, .req-bange-complete:focus { background-color: #fff !important; box-shadow: 0px 1px 4px 4px rgba(255,125,125,0.26); } .req-bange-close { border: 2px solid #1fd68d; } .req-bange-close:hover, .req-bange-close:focus { background-color: #fff !important; box-shadow: 0px 1px 4px 4px rgba(56,231,161,0.54); } /* Конец Дополнительное навигационное меню, заявки */ /* Дополнительное навигационное меню, платные услуги */ .navbar_paid-request { padding: 15px 0; } .navbar_paid-request [class*="col-"] { min-height: 65px; } /* Конец Дополнительное навигационное меню, платные услуги */ /* Дополнительное навигационное меню, лицевой счет */ .navbar_personal-account { background: linear-gradient(190.67deg, rgba(0, 0, 0, .5) 50%, rgba(132, 131, 131, 0.65) 100%); box-shadow: 0 2px 5px 2px rgba(0,0,0,0.26); } .sub-menu_account { margin-left: -15px; margin-right: -15px; } .sub-menu_account > li + li { margin-left: 0px; } .sub-menu_account > li > a { padding: 30px 40px; color: #fff; text-transform: uppercase; letter-spacing: 0.05em; } .sub-menu_account > li.active > a, .sub-menu_account li > a:hover, .sub-menu_account li > a:focus, .sub-menu_account > li.active > a:hover { color: #fff; background-color: rgba(247, 247, 247, 0.22); border-radius: 0px; } /* Конец Дополнительное навигационное меню, лицевой счет */ /* Всплывающие уведовления */ .alert-message[data-notification-status="success"] { background-color: #5cb860; } .alert-message[data-notification-status="error"] { background-color: #f55a4e; } .alert-message { position: fixed; z-index: 1000; display: flex; align-items: center; padding: 15px; color: #fff; background: #fff; font-size: 12px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35); width: 250px; margin: 40px 20px; right: 0; cursor: pointer; border-radius: 4px; letter-spacing: 0.02em; } .alert-message::before { content: '\2716'; display: block; width: 30px; height: 30px; min-width: 30px; margin-right: 20px; font-size: 20px; } /* Конец Всплывающие уведовления */ /* Блок переключения статуса заявок */ .btn-group_status-request { padding: 0 15px; background: #fff; } .btn-choose-status { font-size: 10px; font-weight: bold; text-transform: uppercase; padding: 10px 15px; background: #fff; } .btn-choose-status:focus, .btn-group.open .dropdown-toggle { outline: none; box-shadow: none; } .dropdown-status > li > a { color: #fff; text-transform: none; font-size: 12px; } .dropdown-status > li > a:hover { background: rgba(0, 123, 255, 0.12); color: #fff; } #status-value-0 { border: 2px solid #598eff; box-shadow: 0px 1px 4px 6px rgba(0,101,255,0.28); border-radius: 25px; } .add-border-0 { border-right: 2px solid #598eff; } #status-value-1 { border: 2px solid #ff7d7d; box-shadow: 0px 1px 4px 4px rgba(252,193,193,0.83); border-radius: 25px; } .add-border-1 { border-right: 2px solid #ff7d7d; } #status-value-2 { border: 2px solid #7c7c7c; box-shadow: 0px 1px 4px 4px rgba(255,125,125,0.26); border-radius: 25px; } .add-border-2 { border-right: 2px solid #7c7c7c; } #status-value-3 { border: 2px solid #e17dff; box-shadow: 0px 1px 4px 4px rgba(225,125,255,0.42); border-radius: 25px; } .add-border-3 { border-right: 2px solid #e17dff; } #status-value-4 { border: 2px solid #1fd68d; box-shadow: 0px 1px 4px 4px rgba(56,231,161,0.54); border-radius: 25px; } .add-border-4 { border-right: 2px solid #1fd68d; } #status-value-5 { border: 1px solid #5f697a; border-radius: 25px; color: #5f697a; } #status-value-5 > .btn-group > button, #status-value-5 > button { color: #5f697a; } .btn-choose-status > .caret { margin-left: 10px; } /* Конец Блок переключения статуса заявок */ /* Заявка, просмотр отдельной заявки */ .requests-view__setting { padding: 20px 0; } .page-btn-block { padding: 20px 0; } a.employee-profile { color: #717171; font-size: 14px; } a.employee-profile:hover { color: #3e3e3e; } #dispatcherList { } .sendmessage_button { background: #fff url(/images/send.png) 0 -41px no-repeat; width: 30px; height: 30px; position: absolute; right: 3%; bottom: 23%; border: none; } .sendmessage_button:hover { cursor: pointer; background-position: 0 0; } /* Конец Заявка, просмотр отдельной заявки */ /* Дополнительное навигационное меню, заявки */ .navbar_repusets { background: #fff; padding: 20px; } /* Конец Дополнительное навигационное меню, заявки */ /* Таблица Сотрудники */ .table-add-employee { text-align: center; } .table-add-employee > tbody > tr > td#employee-post { background: #2d18b4; color: #fff; font-weight: bold; } /* Конец Таблица Сотрудники */ /* Drag and Drop files */ .file-drop-zone { border: 1px dashed #8b709d !important; } .file-drop-zone-title { color: #8b709d !important; } .file-preview { border: none !important; padding: 0 !important; } .file-drop-zone-title { color: #999 !important; font-size: 16px !important; padding: 39px 10px !important; cursor: default !important; } .fileinput-remove { visibility: hidden !important; } .load-images { background: transparent !important; } .btn-block { padding: 20px 0; color: #8b709d !important; } .btn-block:hover { color: #fff !important; } .krajee-default.file-preview-frame { margin: 0 !important; } .krajee-default.file-preview-frame .kv-file-content { width: 118px !important; height: 70px !important; } .file-preview-pdf { height: 70px !important; } .krajee-default .file-caption-info, .krajee-default .file-size-info { width: 118px !important; } .file-upload-indicator { visibility: hidden !important; } .file-zoom-dialog .btn-navigate { opacity: unset !important; color: #fff !important; } .file-error-message { color: #ef693a !important; background-color: transparent !important; border: 1px solid #ef693a !important; padding: 10px !important; } .krajee-default .file-other-icon { font-size: 1em !important; } .kv-file-remove { position: absolute; left: 0% !important; } /* End Drag and Drop files */ /* Chat Vote */ .open-button-chat { background-color: #555; color: white; padding: 16px 20px; position: fixed; bottom: 10%; right: 5%; font-size: 20px; height: 72px; width: 72px; background-color: #2d18b4; border-radius: 100px; border: none; cursor: pointer; z-index: 100; } .open-chat { display: block; height: 470px; width: 380px; background: linear-gradient(180.67deg, #39284E 0, rgba(10,8,8,0.7) 117%); box-shadow: 0 10px 14px 2px rgba(0,0,0,0.26); } .chat-window-open { display: none; position: fixed; bottom: 14%; right: 8%; z-index: 9; border-radius: 12px; cursor: default; } .open-chat { display: block; } .chat-window-open__body { height: 300px; padding-top: 10px; overflow: overlay; margin: 10px; } .chat-txt-block-white { min-width: 92px; border-radius: 12px; background: #fff; padding: 15px; word-wrap: break-word; margin-left: 30px; margin-bottom: 10px; color: #2d18b4; font-size: 14px; line-height: 20px; box-shadow: 0 10px 14px 2px rgba(0,0,0,0.26); } .chat-window-open__body::-webkit-scrollbar { width: 7px; } .chat-window-open__body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } .chat-window-open__body::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 20px 20px #8b709d; } .chat-txt-block-white__atr { color: #000; font-size: 10px; display: flex; width: 100%; } .chat-txt-block-white__atr p { margin: 0; font-weight: bold; } .chat-txt-block-white__atr p:first-child { width: 40%; text-align: left; } .chat-txt-block-white__atr p:last-child { width: 60%; text-align: right; } .chat-message__input { padding: 10px 40px 10px 10px; width: 90%; border-radius: 12px; border: 1px solid #ccc; background-color: transparent; color: #fff; } .chat-message__input::placeHolder { color: #fff; } .chat-message__input::-webkit-scrollbar { width: 7px; } .chat-message__input::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } .chat-message__input::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 20px 13px rgb(247, 247, 247); } .chat-window-open__sendbtn { position: absolute; bottom: 12%; right: 10%; border: none; background-color: transparent; padding: 5px; color: #fff; font-size: 22px; } .chat-message__start { color: #bcbcbc; font-size: 12px; position: absolute; top: 40%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); } .chat-new-messages { padding: 5px; background: red; position: absolute; } /* End Chat Vote */ /* Rubrics */ .tabbable-line > .nav-tabs { border: none; margin: 0px; } .tabbable-line > .nav-tabs > li { border: 1px solid #2d18b4; margin-right: 2px; padding: 3px 10px; } .tabbable-line > .nav-tabs > li:first-child { border-top-left-radius: 12px; border-bottom-left-radius: 12px; } .tabbable-line > .nav-tabs > li:last-child { border-top-right-radius: 12px; border-bottom-right-radius: 12px; } .tabbable-line > .nav-tabs > li > a { border: 0; margin-right: 0; } .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover { background-color: #2d18b4; color: #fff; } .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a { border: 0; background: none !important; color: #fff; } .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i { color: #a6a6a6; } .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu { margin-top: 0px; } .tabbable-line > .nav-tabs > li.active { background-color: #2d18b4; position: relative; } .tabbable-line > .nav-tabs > li.active > a { color: #fff; } .tabbable-line > .nav-tabs > li > a { color: #2d18b4; background-color: transparent; font-size: 14px; letter-spacing: 0.1em; } .tabbable-line > .tab-content { margin-top: -3px; background-color: #fff; border: 0; border-top: 1px solid #eee; padding: 15px 0; } .portlet .tabbable-line > .tab-content { padding-bottom: 0; } .tabbable-line.tabs-below > .nav-tabs > li { border-top: 4px solid transparent; } .tabbable-line.tabs-below > .nav-tabs > li > a { margin-top: 0; } .tabbable-line.tabs-below > .nav-tabs > li.active { margin-bottom: -2px; border-bottom: 0; border-top: 4px solid #f3565d; } .tabbable-line.tabs-below > .tab-content { margin-top: -10px; border-top: 0; border-bottom: 1px solid #eee; padding-bottom: 15px; } .nav-tabs > li, .nav-pills > li { float:none; display:inline-block; zoom:1; } .nav-tabs, .nav-pills { text-align:center; } /* End Rubrics */ .modal-confirm { text-align: center; } /* Slider */ .news-carousel { padding: 0 15px; } .news-carousel > .owl-nav { margin: 10px; position: absolute; top: -20%; right: 0%; } .slider-next { color: rgb(35, 221, 111) } .slider-prev { color: #2d18b4; } .owl-theme .owl-nav [class*=owl-]:hover { background: transparent !important; } .counters-item {} .counters-item > .item { display: grid; padding: 3px 30px; } .counters-item > .item > div { padding: 2px 0; font-size: 13px; font-weight: bold; } .counters-item > .item > div:last-child { padding-left: 25px; } .slider-input { width: 100%; padding: 5px 10px; border: 1px solid #2d18b4; color: #2d18b4; border-radius: 11px; } .counters-img { width: 19px !important; height: 24px !important; display: unset !important; margin-right: 5px; } .counters-item span.error { font-size: 11px; font-weight: normal; color: #ef693a; padding: 0; margin: 0; letter-spacing: 0.1em; } button[id*="send-indication-"] { background: #2d18b4; color: #fff; border: none; padding: 10px 20px; border-radius: 12px; text-transform: uppercase; font-size: 11px; letter-spacing: 0.1em; } button[id*="send-indication-"]:hover { box-shadow: 0 4px 3px -1px rgba(55,35,35,0.32); } button[id*="send-indication-"]:disabled { background: #968cda; } .item-btn { text-align: center; padding: 15px 0 0 0; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #2d18b4 !important; } /* End Slider */ /* Notice popup */ .popup-notice { visibility: hidden; text-align: center; position: absolute; width: 70%; padding: 5px 10px; z-index: 1; background-color: #69bbeb; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); box-shadow: 0 0 8px 0px #ccc; color: #fff; letter-spacing: 0.04em; } .popup-notice::after { content: 'Закрыть'; font-size: 12px; font-weight: bold; text-decoration: underline; padding: 0 5px; cursor: pointer; } .popup-notice .notice-text { font-size: 12px; } .show-notice { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; } @-webkit-keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } @keyframes fadeIn { from {opacity: 0;} to {opacity:1 ;} } /* End Notice popup */ /* FAQ modal */ .panel-faq, .panel-faq > .panel-heading { background-color: transparent; border-color: #8b709d; font-size: 14px; } .panel-faq .panel-title > a, .panel-faq .panel-title > a:hover { font-size: 14px; font-weight: bold; color: #fff; } .panel-faq .collapse.in { background: rgba(255, 255, 255, 0.15); } .panel-faq .panel-body { border-top-color: #8b709d !important; } /* End FAQ modal */ .message-general-page { padding: 10px; font-size: 12px; letter-spacing: 0.1em; text-align: center; color: #454545; } .message-general-page span { font-weight: bold; } .table-container { width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }
web/css/clients/clients-style.css
.content-clients { border-left: 1px solid #ddd; height: 100%; /*min-height: 870px;*/ padding: 10px; margin: 0 0 30px 0; } /* NavBar */ .menu-clients { height: 100%; padding: 0; margin: 0; } .menu-clients__navbar { list-style-type: none; margin: 0; padding: 0; width: 100%; } .menu-clients__navbar > li { display: block; } .menu-clients__navbar > li > a { display: block; color: #000; padding: 30px 10px; text-decoration: none; font-weight: bold; border-bottom: 1px solid #ddd; } .menu-clients__navbar > li > a.active-item-menu, .menu-clients__navbar > li > a:hover { background-color: #fff; color: #2d18b4; box-shadow: -5px 7px 14px -5px #f1e6ff; } .navbar_mobile { padding: 20px 0; display: none; } .navbar_mobile > ul { list-style-type: none; margin: 0; padding: 0; width: 100%; } .navbar_mobile > ul > li { display: block; cursor: pointer; } .navbar_mobile a.item-mobile-menu { display: block; color: #fff; padding: 10px; text-decoration: none; text-align: center; letter-spacing: 0.1em; } .navbar_mobile a.item-mobile-menu:hover { font-weight: bold; } /* End NavBar */ /* Навигационное меню */ .navbar-menu { background-image: url(../header.png); background-size: cover; background-repeat: no-repeat; border: none; box-shadow: #333 0px 0px 2px 0px; cursor: default; } .container-fluid { padding: 20px; } .navbar-brand { padding: 8px 15px; margin: 0 !important; } .navbar__personal-account { } li.account-info { padding: 0 20px; } .navbar__personal-account > p { letter-spacing: 0.1em; color: #fff; font-size: 12px; } .navbar-toggle { border: 1px solid #ccc; } .navbar-toggle .icon-bar { background-color: #fff; } .user-profile {} .user-profile__photo { width: 60px; height: 60px; border-radius: 100%; border: 4px solid #fff; box-shadow: 0 0 0px 6px #9e95d7; object-fit: cover; } .navbar_user-block { display: inline-flex; color: #fff; } .navbar_user-block__info { width: 100%; padding: 10px 20px; } .navbar_user-block__info > p { color: #fff; padding: 0; margin: 0; font-size: 14px; text-align: right; letter-spacing: 0.1em; } .navbar_user-block_link-logout { float: right; color: #ff1760; font-weight: bold; text-transform: uppercase; font-size: 12px; padding: 5px 0; } .navbar_user-block_link-logout:hover { color: #fff; } .navbar_user-block__image > div.dropdown > button { background: transparent; border: none; } .list-account__title { color: #6cc4f0; font-size: 12px; letter-spacing: 0.3em; line-height: 18px; margin: 0; padding: 5px 0; } .select-current-account { width: 270px; border: none; background: transparent; border-bottom: 1px solid #fff; color: #fff; font-size: 12px; padding: 3px 0; letter-spacing: 2.7px; font-family: unset; } .select-current-account option { color: #000; } .account-balance { margin: 15px 40px 0; background-color: #fff; padding: 3px 50px 4px 30px; border-radius: 25px; position: relative; font-weight: bold; letter-spacing: 0.2em; } .account-balance > span.defaul { padding: 7px 13px; border-radius: 25px; background-color: #ff1760; color: #fff; font-size: 12px; position: absolute; top: 0px; color: #1fd68d; } .account-balance > span.minus { padding: 4px 10px; border-radius: 25px; background-color: #ff1760; color: #fff; font-size: 12px; position: absolute; top: 1px; right: 1px; } .account-balance > span.minus > .glyphicon { font-weight: normal; } /* Конец Выпадающее меню навигации */ /* Футер */ .footer { /*height: 240px;*/ background-color: #f3f3f3; padding: 15px 0; box-shadow: 0 -1px 7px #ddd; color: rgb(103, 118, 138); } .footer__dispatcher h3.footer_title, .footer__help-block h3.footer_title, .footer__propr h3.footer_title { font-size: 16px; color: #454545; padding: 0; margin: 0; } .footer__dispatcher { margin-bottom: 30px; } .distapcher-phone, .distapcher-phone:hover { color: #454545; font-size: 21px; padding: 0; margin: 0; } .footer p { font-size: 12px; color: rgb(103, 118, 138); margin: 0; padding: 0; } .footer_hepl-link { color: rgb(103, 118, 138); padding: 10px; border: 1px solid; margin: 10px 0; text-transform: uppercase; font-size: 10px; border-radius: 5px; background-color: #f3f3f3; } .footer_hepl-link:hover { background-color: #fff; } .footer__adress h3.footer_title { font-size: 16px; color: #454545; padding: 0; margin: 0; } .footer__adress h4 { font-size: 14px; padding: 10px 0 0; color: #454545; } .footer__adress p { font-size: 12px; padding: 0; margin: 0; } .footer__propr table { border: none; margin-top: 30px; } .footer__propr table > tbody > tr > td { padding: 5px; font-size: 12px; text-align: left; vertical-align: middle; } .footer__propr table > tbody > tr > td:first-child { color: #454545; } /* Конец Футер */ /* Собственник, главная страница, Новости */ .client-page { padding-bottom: 20px; } .client-page > div { padding: 5px; } .client-page__top > div[class*="col-"] { padding: 0; } .client-page__top > div[class*="col-"] > div { height: 320px; margin: 10px; border: 1px solid #ddd; border-radius: 12px; cursor: default; } .client-page__top > div[class*="col-"] > div > h1 { padding: 20px 5px; font-size: 16px; margin: 0; font-weight: bold; text-align: center; } .client-page__top > div[class*="col-"] > div > h1:first-letter { text-transform: capitalize; } .client-page__news > h1, .client-page__services > h1 { padding: 20px 40px; margin: 0; font-size: 20px; font-weight: bold; } .client-page__services > div[class*="col-"] > div { border: 1px solid #ddd; border-radius: 12px; height: 350px; margin: 10px 0; } .payments-lists { background-color: red; } .news-item { height: 250px; border: 1px solid #ddd; border-radius: 12px; position: relative; overflow: hidden; cursor: pointer; } .news-item:hover { box-shadow: 0 4px 10px 0 rgba(51, 29, 82, 0.16); } .news-item .news-item__preview { height: 100%; width: 100%; border-radius: 12px; object-fit: cover; } .owl-carousel .owl-item img { object-fit: cover; } .news-item__rubric { font-size: 12px; position: absolute; top: 10%; left: 5%; color: #fff; border-radius: 50px; letter-spacing: 0.1em; } .news-item__info { position: absolute; bottom: 5%; padding: 0 10px; } .news-item__title { font-size: 18px; color: #fff; padding: 15px 0; margin: 0; } .news-item__date { font-size: 12px; color: #fff; letter-spacing: 0.1em; font-weight: bold; } .news__partner-logo { width: 50px !important; height: 50px; position: absolute; top: 5%; right: 5%; border-radius: 100%; } .service-item { display: flex; } .service-item > div:first-child { width: 40%; } .service-item > div:last-child { width: 60%; padding: 10px; } .service-item__image > img { width: 100%; height: 100%; border-top-left-radius: 12px; border-bottom-left-radius: 12px; object-fit: cover; } .service-item__content { padding: 10px; } .service-item__content > h1 { font-size: 20px; color: #2d18b4; font-weight: bold; margin: 0; padding: 0; text-align: left; } .service-item__content p { font-size: 14px; text-align: justify; } .service-item__content > .cost-service { font-size: 16px; color: #2d18b4; font-weight: bold; padding: 0 0 5px 0; } .cost-service > span.price_notset { font-size: 12px; color: #454545; font-weight: normal; } .service-item__btn { margin-right: 25px; position: absolute; bottom: 8%; right: 0%; } .order-to-service { font-size: 11px; padding: 10px 20px; border: 1px solid #2d18b4; border-radius: 12px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: bold; transform: translate(50%, -50%); } .order-to-service:hover { box-shadow: 0 8px 16px 0 rgba(55,35,35,0.32); text-decoration: none; background: #2d18b4; color: #fff; } .__top-promo-content { padding: 10px; height: 80%; overflow: hidden; font-size: 13px; } /* Конец Собственник, главная страница, Новости */ /* All News */ .news-page { min-height: 700px; } .news-page__items { padding: 20px 0; } .news-page__items > div[class*="col-"] > a > div { height: 250px; border: 1px solid #ddd; border-radius: 12px; } /* End All News */ /* Собственник, страница отдельной новости */ .news-conteiner { border-radius: 15px; } .news-conteiner__title { font-size: 40px; font-weight: bold; padding: 20px 0; margin: 0; color: #454545; } .post_details { border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; padding: 0 20px; cursor: default; } .post_details > li { padding: 10px 20px; margin-right: 20px; margin-bottom: 5px; font-size: 12px; font-weight: bold; color: #7c7c7c; } .post_details > li > a { color: #7c7c7c; } li.post_rubric { background-image: url(../../images/news/post_rubric.png); background-position: left; background-repeat: no-repeat; } li.post_date { background-image: url(../../images/news/post_date.png); background-position: left; background-repeat: no-repeat; } li.all_news { background-image: url(../../images/news/all_news.png); background-position: left; background-repeat: no-repeat; } li.partners-info > img { width: 30px; height: 30px; border-radius: 100%; } .news-conteiner__image { padding: 0 20%; height: 570px; overflow: hidden; } .news-conteiner__image img { height: 100%; width: 100%; object-fit: cover; } .news-conteiner__content { padding: 20px; text-align: justify; line-height: 2; } .load-news-documents { padding: 20px; } .load-news-documents > h4 { font-size: 14px; margin-top: 15px; text-transform: uppercase; border-bottom: 1px solid #eee; } .load-news-documents > h4 > span { color: #999; padding: 5px 15px 0; background: #fff; letter-spacing: 0.2em; } .load-news-documents a { font-size: 12px; } .load-news-documents a:hover { border-bottom: 2px solid #2d18b4; } /* Конец Собственник, страница отдельной новости */ /* Выпадающее меню, профиль пользователя */ .in_navbar { width: 479px; } .dropdown-menu { border-top-left-radius: 12px !important; border-top-right-radius: 12px !important; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; background: linear-gradient(180.67deg, #39284E 0, rgba(10,8,8,0.7) 117%); box-shadow: 0 10px 14px 2px rgba(0,0,0,0.26); } .dropdown-menu > li > a { color: #fff; } .dropdown-menu > li > a:hover { color: #fff; background: transparent; } .dropdown-menu:before{ border: none; } .dropdown-menu_link-profile { font-size: 12px; } .dropdown-menu_link-profile a { color: #bcbcbc; } .dropdown_footer div { padding: 20px; font-size: 12px; } .dropdown a#navbarDropdown:hover { background: #928DD2; border-radius: 50px; } .dropdown_footer a.footer_link { text-transform: uppercase; color: #fff; letter-spacing: 0.12em; } .dropdown_footer a.footer_link:hover { text-decoration: none; } .dropdown_footer a.footer_link-logout { text-transform: uppercase; color: #ff1760; letter-spacing: 0.12em; } .dropdown_footer a.footer_link-logout:hover { text-decoration: none; } .photo-user-dropdown { border: 4px solid #2d18b4; border-radius: 100%; box-shadow: 0px 0px 0px 20px rgba(45, 24, 180, 0.5); margin-top: 30px; width: 100px; height: 100px; } .dropdown_user-info { padding: 20px 0px; } .dropdown_user-name { color: #fff; font-size: 18px; letter-spacing: 1.23px; line-height: 27px; margin-bottom: 0px; } .dropdown_account-block {} .mail-border p { color: #ef693a; border-bottom: 1px solid rgba(255, 255, 255, 0.35); padding: 0 0 10px 0; } .mail-border a:hover { text-decoration: none; } .dropdown_account-title{ color: #78e4ff; font-size: 12px; letter-spacing: 1.26px; line-height: 18px; margin-bottom: 0; } .dropdown_account-number { color: #fff; font-size: 16px; letter-spacing: 1.26px; line-height: 18px; margin-bottom: 0; } /* Конец Выпадающее меню, профиль пользователя */ /* Страница Профиль пользователя */ .profile-page {} .profile-page > div > div { padding: 0; } .profile-page h1 { font-size: 16px; padding: 0 10px; font-weight: bold; } .profile-page > div > div > div.profile-page__user, .profile-page > div > div > div.profile-page__account { margin: 5px; border: 1px solid #ddd; border-radius: 12px; min-height: 500px; } .profile-page__user { padding: 20px; } .profile-page__user img { width: 170px; height: 170px; display: block; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 40px; object-fit: cover; } .profile-page__user__name { padding: 3px 0; margin: 0 0 40px 0; text-align: center; font-size: 15px; letter-spacing: 0.1em; } .profile-page__user-info { font-size: 14px; color: #2d18b4; padding: 0; margin: 2px 0; text-align: center; } .profile-page__btn-block { margin: 40px 0; text-align: center; } .profile-page__btn-block button, .profile-page__btn-block a { padding: 15px 35px; background-color: #2d18b4; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; font-size: 11px; border-radius: 12px; border: none; } .profile-page__btn-block button:hover, .profile-page__btn-block a:hover { box-shadow: 0px 1px 8px 0 #7c7c7c; } .profile-control { margin: 10px; border-bottom: none; } .profile-control > li.active > a, .profile-control > li.active > a:focus, .profile-control > li > a:hover { color: #000; cursor: default; background-color: #fff; border: 2px solid #2d18b4; border-radius: 25px; width: 170px; text-transform: uppercase; font-size: 11px; letter-spacing: 0.1em; font-weight: bold; box-shadow: 0px 1px 4px 4px rgba(51,0,255,0.33); } .profile-control > li > a { color: #000; cursor: default; background-color: #fff; border: 2px solid #ddd; border-radius: 25px; width: 170px; text-transform: uppercase; font-size: 11px; letter-spacing: 0.1em; font-weight: bold; margin: 5px 10px; } .tab-content.profile-control { padding: 20px 0; border: 1px solid #ddd; border-radius: 12px; min-height: 320px; } .profile-control > div > h3 { font-size: 16px; font-weight: bold; padding: 10px; margin: 0; } .rent-tab__btn { text-align: center; margin: 40px; } .add-rent-btn { border: none; border: 1px solid #2d18b4; padding: 15px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: bold; color: #2d18b4; background-color: transparent; border-radius: 12px; } .add-rent-btn:hover { box-shadow: 0px 1px 8px 0 #ccc; } .profile-btn { width: 150px; background-color: #2d18b4; color: #fff; } .profile-btn-delete { width: 150px; background-color: #ef693a; color: #fff; } .profile-btn:hover, .profile-btn-delete:hover { color: #fff; } /* Кoнец Страница Профиль пользователя */ /* Настройки профиля пользователя */ .profile-settings, .profile-settings__settings > div[class*="col-"] { padding: 0; margin: 0; } .user-form { margin: 0 10px; padding: 20px; border-radius: 12px; border: 1px solid #ddd; } .user-form > div > div[class*="col-"] { padding: 0; margin: 0; } .profile-settings__settings > div[class*="col-"] > div { margin: 10px; padding: 10px; border: 1px solid #ddd; border-radius: 12px; min-height: 475px; } .profile-settings__photo { height: 170px; width: 170px; border-radius: 100%; margin: 0 auto; background-color: #ddd; position: relative; } .profile-settings__photo img { height: 100%; width: 100%; border-radius: 100%; object-fit: cover; } .profile-settings__photo:hover .profile-upload { opacity: 1; } .user-image img { position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); width: 200px; } .user-full-name { font-size: 22px; font-weight: bold; } .profile-upload { padding: 0; margin: 0; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); color: #fff; font-size: 40px; opacity: 0; transition: .5s ease; } .profile-upload .form-group { margin: 0; } .profile-upload label { cursor: pointer; } .profile-settings__info { padding: 20px 0; } .spam-agree-txt { margin: 30px 0; } .profile-settings_block { font-size: 10px; margin-top: 15px; margin-right: 20px; text-transform: uppercase; border-bottom: 1px solid #eee; } .profile-settings_block span { background: #fff; padding: 10px 10px 10px 0px; color: #ccc; } .user-login-name { padding: 2px 20px; border-radius: 25px; background: #ef693a; color: #fff; font-size: 12px; } .user-role-name { padding: 2px 20px; border-radius: 25px; background: #6d39c3; color: #fff; font-size: 12px; text-align: center; margin: 10px auto; } .user-span-text { font-size: 12px; } .user-status { border: 1px solid #ddd; padding: 2px 10px; border-radius: 25px; font-size: 12px; color: #777; } .user-span-text i { color: #fc3232; font-size: 14px; } i.status-0 { color: #ddd; } i.status-1 { color: #1fd68d; } i.status-2 { color: #fc3232; } .settings { padding-top: 20px; } .profile-settings_title { font-size: 12px; font-weight: bold; text-transform: uppercase; padding: 10px 10px 10px 0px; text-align: center; } p.left, p.center { color: #fff; background-color: #2d18b4; border-radius: 25px; } .settings-input { padding: 5px 10px; border: 1px solid #ddd; border-radius: 12px; width: 100%; outline: none; } .settings-input:hover, .settings-input:focus { border: 1px solid #2d18b4; } .settings-input::placeholder { color: #777; } .settings form label { font-size: 12px; color: #635f5f; font-weight: normal; padding: 0px 10px; } #change-phone-form .has-error .control-label, #change-email-form .has-error .control-label, #change-password-form .has-error .control-label { color: #f0754a; } .profile-settings form .has-error .settings-input { border: 1px solid #f0754a; } .help-block { color: #f0754a !important; font-size: 12px; padding: 0px 10px; margin-top: 2px; margin-left: -10px; } .form-horizontal .form-group { margin-right: 0px; margin-left: 0px; display: flex; } .input-block { position: relative; width: 120px; } #time-to-send { font-size: 12px; width: 172px; margin-left: 20px; color: rgb(103, 118, 138); margin-top: 20px; } #repeat-sms_code { margin-top: 9px; border: none; background: transparent; text-decoration: underline; outline: none; } .settings-input-phone:focus { padding: 5px 10px; border: 1px solid #f0754a; border-radius: 25px; outline: none; } .settings-input-phone, .settings-input-phone:read-only { padding: 5px 0px; border: none; border-bottom: 1px dashed #2f3640; outline: none; color: #2f3640; cursor: pointer; } .change-record-btn { visibility: hidden; } .settings-message { font-size: 12px; color: rgb(103, 118, 138); } .email-inp:focus { padding: 5px 10px; border: 1px solid #1fd68d; border-radius: 25px; outline: none; } .change-btn-edit { margin: 0px 5px; padding: 5px 8px; border-radius: 25px; background: #fff; border-color: #2d18b4; color: #2d18b4; outline: none; } .change-btn-edit:hover { background: #2d18b4; color: #fff; } /* Конец Настройки профиля пользователя */ /* Notifications Bar */ .notification__dropdown button { background: transparent; margin: 10px; } .notification__dropdown button:hover { box-shadow: none; } .notification__dropdown > ul { height: 230px; } .notification__dropdown a.notification_reset { color: #bcbcbc; font-size: 12px; padding: 5px 20px 20px; cursor: pointer; } .notification__dropdown a.notification_link { font-size: 12px; color: #fff; cursor: pointer; } span.dot { height: 7px; width: 7px; background-color: #1fd68d;; border-radius: 50%; display: inline-block; margin-right: 10px; } .notification__dropdown p { color: #bcbcbc; font-size: 12px; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); } .notification__dot { position: absolute; top: 25%; right: 30%; background: #ff1760; padding: 5px 5px; border-radius: 12px; } .notifications > li > a { padding: 0 20px; } /* End Notifications Bar */ /* Заявки */ .navbar-request { margin: 20px 0; } .requests-page { min-height: 700px; } .fixed-bottom { position: absolute; bottom: 20px; } .create-request-btn { background-image: url(/images/clients/new_record.svg); background-repeat: no-repeat; background-position: 0px 5px; background-color: transparent; width: 70px; height: 70px; position: fixed; right: 2%; bottom: 10%; cursor: pointer; outline: none; border: none; } .create-request-btn:hover { filter: brightness(80%); outline: none; } .create-request-btn:active { filter: brightness(120%); outline: none; } .form__upload-image { display: table; position: absolute; bottom: 28%; left: 8%; } .count-label { position: absolute; top: -15%; right: 0; background: #EF693A; font-size: 10px; color: #fff; padding: 2px 10px; border-radius: 12px; border: 3px solid #fff; } /* Конец Заявки */ /* Таблица, раздел Собственники */ .clients-table { border-collapse: unset; border: 1px solid #ddd; border-radius: 12px; font-size: 12px; margin-bottom: 0px; } .clients-table thead { color: #2d18b4; text-transform: uppercase; text-align: center; vertical-align: top; } .clients-table > thead > tr > th { font-size: 12px; vertical-align: middle; text-align: center; border: none; padding: 15px 0; } .clients-table > tbody > tr > td { vertical-align: middle; text-align: center; padding: 10px 0; } .clients-table_main { width: 12%; } .clients-table_category { width: 20%; text-align: left !important; } .clients-table_description { text-align: left !important; } .clientse-img { height: 24px; width: 24px; border-radius: 3px; margin-left: 4px; margin-right: 4px; margin-top: 5px; } .image-counters { padding: 0 10px !important; } .clients-table img.request { height: 24px; width: 24px; border-radius: 3px; margin: 5px 4px; } .without-border { border: none; } .clients-table > tbody > tr > td > span.date { font-size: 10px; color: #454545; font-style: italic; } /* Конец Таблица для заявок */ /* Таблица Результаты голосования */ .table-voting-results { table-layout: fixed; } .table-voting-results > tbody > tr > td { text-align: center; vertical-align: bottom; border-top: none; } .table-voting-results > tbody > tr > td#dispatcher-name > span { color: #717171; font-style: italic; font-size: 12px; } .table-voting-results > tbody > tr > td p.title { font-weight: bold; font-size: 16px; } /* Конец Таблица Результаты голосования */ /* Постраничная нафигация, таблица */ .pagination { margin: 5px 0; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { color: #67768a; border-bottom: 2px solid #67768a; background-color: #fff; } .pagination > li > a, .pagination > li > span { color: #7c7c7c; background-color: transparent; font-size: 14px; padding: 2px 7px; border: none; } .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #7c7c7c; background-color: transparent; border-bottom: 2px solid #ef693a; } .pagination > li.prev > a:hover, .pagination > li.next > a:hover, .pagination > .active > span:hover, .pagination > li > span:hover { border: none; } .pagination > li.prev > a:hover i, .pagination > li.next > a:hover i { color: #ef693a; } .pagination i { font-size: 10px; color: #7c7c7c; } /* Конец Постраничная нафигация, таблица */ /* Table last payments */ .table-last-payment { margin: 10px 0; padding: 0; border: none; table-layout: fixed; } .table-last-payment > tbody > tr > td { border: none; padding: 10px 10px; text-align: center; vertical-align: middle; color: #454545; } .table-last-payment > tbody > tr > td:first-letter { text-transform: capitalize; } .table-last-payment > tbody > tr:nth-child(even) { background-color: #f8f8f8; } .table-last-payment > tbody > tr > td.status-payment-ok { color: #40e282; font-weight: bold; } .table-last-payment > tbody > tr > td.status-payment-not { color: #fe2f70; font-weight: bold; } .table-last-payment > tbody > tr > td > a { color: #454545; font-weight: bold; } .table-last-payment > tbody > tr > td > a:hover { color: #2d18b4; } /* End Table last payments */ /* Просмотр отдельной заявки */ .requests-view { border: 1px solid #ddd; border-radius: 12px; min-height: 750px; } .requests-view_title { padding: 20px 0 20px 30px; color: #fff; border-radius: 12px 12px 0 0; background-color: #2d18b4; margin: 0; font-size: 14px; min-height: 75px; } .requests-paid-view_title { padding: 25px 30px; color: #fff; border-radius: 12px 12px 0 0; background-color: #2d18b4; margin: 0; font-size: 18px; min-height: 75px; font-weight: bold; } .requests-paid-view_title .label_service-name { border: 1px solid white; border-radius: 25px; font-size: 12px; padding: 5px 20px; margin: 0 20px; background: #fff; color: #2d18b4; } .requests-paid-view_title .label_service-date { background: #fff; } .requests-paid-content { padding: 0; } .requests-view_title i.check { background: #36eadf; padding: 10px; border-radius: 100%; } .requests-view_title i.uncheck { background: #ddd; padding: 10px; border-radius: 100%; } .requests-view_body { padding: 10px; min-height: 710px; } .requests-border { border-right: 1px solid #ddd; padding: 0; } .requests-view_body h4 { font-size: 18px; letter-spacing: 0.32px; font-weight: bold; padding: 0; } .requests-view_body > h4 > span { border: 1px solid #2d18b4; color: #2d18b4; padding: 5px 10px; margin-left: 10px; border-radius: 25px; } .date_requests { color: #2D18B4; font-size: 12px; letter-spacing: 0.29px; } .request_text { color: #2d18b4; padding: 20px 0; font-size: 14px; letter-spacing: 0.25px; } .client_info { margin: 0 -10px; background: #eee; /*height: 80px;*/ color: #2d1d88; position: relative; } .client_info__block { display: flex; width: 100%; align-items: center; justify-content: center; } .client_info__block > div:first-child { position: absolute; top: 40%; left: 2%; } .client_info__block > div:last-child { position: absolute; top: 40%; right: 2%; } .client_info__block > div.client_info-address { width: 50%; padding-top: 10px; padding-left: 60px; } .client_info__block > div.client_info-contact { width: 50%; padding-top: 10px; padding-right: 60px; vertical-align: middle; } .request-body-rate { text-align: center; margin: 30px; } .requests-view_chat { margin: 0 -15px 0 0px; } .requests__chat-status { display: flex; align-items: center; justify-content: flex-end; } .requests__chat-status > .__label { padding: 0 10px; color: #999; } .row-flex { display: flex; flex-wrap: wrap; } [class*="col-"] { margin-bottom: 0px; } .requests-view_body img.info-img { width: 70px; height: 70px; margin-bottom: 30px; cursor: zoom-in; object-fit: cover; border-radius: 4px; border: 1px solid #ddd; } .requests__status-block { padding: 10px 0; display: flex; } #star { padding: 5px 0; } /* Конец Просмотр отдельной заявки */ /* Завяки, чат */ .comments .row { margin: 10px 0; } .request-chat-icon { height: 40px; width: 40px; border-radius: 100%; object-fit: cover; } .chat_photo { padding: 0 10px; } .chat-name { letter-spacing: 0.13em; } .chat_time { text-align: center; vertical-align: middle; font-size: 12px; } .chat-txt-block { min-width: 92px; /*max-width: 398px;*/ border-radius: 12px; background: linear-gradient(180.67deg, #412b5d 32%, rgba(10,8,8,0.7) 96%); padding: 15px; word-wrap: break-word; margin-left: 25px; color: #fff; font-size: 12px; line-height: 20px; box-shadow: 0 10px 14px 2px rgba(0,0,0,0.26); } .chat-msg { margin: 0 0 0 -15px; padding: 40px 0px 0px 0px; position: relative; /* bottom: 0; width: 100%;*/ } #label-count { position: absolute; bottom: 10%; right: 6%; } #label-count-left { position: absolute; bottom: 10%; right: 0%; } .chat-msg span#label-count, .chat-msg span#label-count-left { color: #6b5d4a; } .chat-msg span#label-count-left { padding-right: 10px; } .chat-msg textarea { border: 1px solid #d4d4d4; border-left: none; border-right: none; resize: none; box-shadow: none; padding: 10px 40px 10px 10px; } .chat-msg textarea:focus { border-color: #ddd !important; outline: none; box-shadow: none; } .has-error textarea { border-color: #ff7d7d !important; outline: none; box-shadow: none; -webkit-box-shadow: none; } .chat-msg textarea::-webkit-scrollbar { width: 7px; background-color: #ddd; } .chat-msg textarea::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } .chat-msg textarea::-webkit-scrollbar-thumb { border-radius: 12px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #524e53; } .chat-msg__off > p { padding: 10px; color: #777; font-size: 12px; text-align: center; margin: 50px 50px 0 35px; background-color: #ddd; border-radius: 50px; } #add-comment .form-group { margin-bottom: 0px; } #add-comment .form-group #label-count { right: 9%; } .error-summary { font-size: 12px; color: #ff7d7d; } .chat-badge-date { text-align: center; } .chat-badge-date span { background-color: #2d18b4; padding: 4px 20px; color: #fff; font-size: 10px; letter-spacing: 1.05px; border-radius: 12px; } .comments { height: 500px; overflow: auto; padding: 10px 0px 30px 0px; } .comments::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #ddd; } .comments::-webkit-scrollbar { width: 7px; background-color: #ddd; } .comments::-webkit-scrollbar-thumb { border-radius: 12px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #524e53; } /* Конец Завяки, чат */ /* Оценка заявки, звездочки */ .req-rate-star { margin: 15px 0; } /* Конец Оценка заявки, звездочки */ /* Модальное окно "Выставить оценку завершенной заявке" */ #add-grade-modal .modal-body, #show-grade-modal .modal-body { padding: 0; } .grade-table { margin: 50px 0; border: none; } .grade-table > tbody > tr > td { border: none; text-align: left; vertical-align: middle; } .grade-table > tbody > tr:nth-child(odd) { background-color: rgba(255, 255, 255, 0.06); } .grade-table > tbody > tr > td:last-child button { padding: 10px; width: 50px; background: transparent; font-size: 14px; border-radius: 12px; border: 1px solid #ccc; } .grade-table > tbody > tr > td:last-child button:hover { background: #ddd; color: #000; } .grade-table > tbody > tr > td:first-child { /*padding-left: 20px;*/ padding: 20px; } .grade-table > tbody > tr > td:last-child { width: 25%; } .grade-table > tbody > tr > td:last-child button.btn-set-grade-active { background: #ddd; color: #000; } .grade-table > tbody > tr > td:last-child button:focus { outline: none; color: #000; } .grade-table > tbody > tr > td > div#error-message { font-size: 12px; color: #ef693a; text-align: center; padding: 20px 0 0 0; } .grade-table > tbody > tr > td:last-child span.btn-span { padding: 20px; } /* Конец Модальное окно "Выставить отценку завершенной заявке" */ /* Статусы заявок, таблица */ .badge { height: 30px; width: 100px; background: #fff; color: #000; border-radius: 25px; font-size: 9px; line-height: 20px; text-transform: uppercase; cursor: default; } .req-badge-new { border: 2px solid #598eff; box-shadow: 0px 1px 4px 2px rgba(0,101,255,0.28); } .req-badge-work { border: 2px solid #ff7d7d; box-shadow: 0px 1px 4px 2px rgba(252,193,193,0.83); } .req-badge-complete { border: 2px solid #7c7c7c; box-shadow: 0px 1px 4px 2px rgba(255,125,125,0.26); } .req-badge-rectification { border: 2px solid #e17dff; box-shadow: 0px 1px 4px 2px rgba(225,125,255,0.42); } .req-badge-close { border: 2px solid #1fd68d; box-shadow: 0px 1px 4px 2px rgba(56,231,161,0.54); } .req-badge-reject { border: 2px solid #5f697a } .request-ident { background: #2d18b4; border-radius: 25px; padding: 10px 30px; margin-right: 20px; font-size: 12px; width: 170px; color: #fff; text-align: center; font-weight: normal; } /* Конец Статусы заявок, таблица */ /* Статусы заявок, отдельная страница */ .badge-page { height: 35px; background: #fff; padding: 7px; color: #000; border-radius: 25px; font-size: 10px; line-height: 15px; padding-top: 8px; text-transform: uppercase; font-weight: bold; } .req-badge-new-page { border: 2px solid #598eff; box-shadow: 0px 1px 4px 6px rgba(0,101,255,0.28); } .req-badge-work-page { border: 2px solid #ff7d7d; box-shadow: 0px 1px 4px 6px rgba(252,193,193,0.83); } .req-badge-complete-page { border: 2px solid #7c7c7c; box-shadow: 0px 1px 4px 6px rgba(255,125,125,0.26); } .req-badge-rectification-page { border: 2px solid #e17dff; box-shadow: 0px 1px 4px 6px rgba(225,125,255,0.42); } .req-badge-close-page { border: 2px solid #1fd68d; box-shadow: 0px 1px 4px 6px rgba(56,231,161,0.54); } .req-badge-reject-page { border: 2px solid #5f697a; } .req-badge-new-page span:first-child { border-right: 1px solid #598eff; padding: 8px 15px; } .req-badge-new-page span:last-child { padding: 8px 15px; } .req-badge-work-page span:first-child { border-right: 1px solid #ff7d7d; padding: 8px 15px; } .req-badge-work-page span:last-child { padding: 8px 15px; } .req-badge-complete-page span:first-child { border-right: 1px solid #7c7c7c; padding: 8px 15px; } .req-badge-complete-page span:last-child { padding: 8px 15px; } .req-badge-rectification-page span:first-child { border-right: 1px solid #e17dff; padding: 8px 15px; } .req-badge-rectification-page span:last-child { padding: 8px 15px; } .req-badge-close-page span:first-child { border-right: 1px solid #1fd68d; padding: 8px 15px; } .req-badge-close-page span:last-child { padding: 8px 15px; } .req-badge-reject-page span:first-child { border-right: 1px solid #5f697a; padding: 8px 15px; } .req-badge-reject-page span:last-child { padding: 8px 15px; } /* Конец Статусы заявок, отдельная страница */ /* Платные услуги */ .paid-requests-page { min-height: 700px; } a.btn-history { padding: 10px 30px; border-radius: 12px; border: 1px solid #fff; background-color: #ff1760; color: #fff; font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; font-weight: bold; float: right; margin-right: 15px; } a.btn-history:hover { border: none; box-shadow: 0 8px 16px 0 rgba(55,35,35,0.32); } .service-card { height: 525px; border-radius: 12px; background-color: #fff; box-shadow: 0 4px 26px 0 rgba(51,29,82,0.16); margin-right: 12px; margin-left: 12px; margin-top: 15px; position: relative; } .service-card_title { color: #2d18b6; font-size: 18px; letter-spacing: 0.1px; line-height: 22px; padding: 10px; font-weight: bold; } .service-card_preview { height: 218px; position: relative; overflow: hidden; } .service-card_image { width: 100%; height: 100%; object-fit: cover; } .service-card__body { padding: 0px 10px; } .service-card__body p { text-align: justify; } .service-card__btn {} .service-card__btn a { position: absolute; right: 2%; bottom: 2%; } .cost_service { font-size: 18px; padding-right: 10px; color: #c1c1c1; position: absolute; bottom: 5%; left: 2%; } .category-select { float: left; } .modal-note-info { display: grid; text-align: center; color: #fff; font-size: 16px; padding: 20px; margin: 0 -15px; background: rgba(221, 200, 253, 0.15); } .modal-note-info span { border: 1px solid white; padding: 5px 10px; border-radius: 12px; margin: 10px; font-size: 12px; } .read-more, .hide-more { color: #777; font-weight: bold; cursor: pointer; } /* Конец Платные услуги */ /* История платных услуг */ .paid-requests-history { min-height: 700px; } form#search-form .form-group { margin: 0; } form#search-form { display: inline-block; padding: 7px; } .search-block__input-dark { background-size: 16%; background-image: url(../../images/searchicon.png); background-position: 0%; background-repeat: no-repeat; color: #454545; width: 100%; padding: 3px 20px 3px 40px; border: 1px solid #ddd; border-radius: 25px; outline: none; font-size: 12px; } .search-block__input-dark::placeholder { color: #ddd; } /* Конец История платных услуг */ /* Лицевой счет, таблица */ .paid-account-page { border-radius: 12px; border: 1px solid #ddd; } .table-account thead { font-weight: bold; padding: 20px 0; } .table-account p.title { font-size: 12px; color: #2d18b4; padding: 3px 0; margin: 0px; letter-spacing: 0.1em; } .table-account > tbody > tr > td { padding: 5px 20px; border: none; } /* Конец Лицевой счет, таблица */ /* Квитанции */ .receipts-page { border: 1px solid #ddd; border-radius: 12px; } .period_title { font-size: 12px; color: #2d1d83; padding: 20px 20px 0 20px; } .receipts_period { padding: 0px; border-right: 1px solid #ddd; min-height: 850px; } .receipts_period-calendar { display: flex; padding: 0 10px 0px 10px; } .receipts_period-calendar span { padding: 10px; } .receipte-of-lists { margin: 0 0 20px 0; } .receipte-of-lists > li { position: relative; padding: 20px 20px; border-left: none; border-right: none; } .receipte-of-lists > li.active, .receipte-of-lists > li.active:hover, .receipte-of-lists > li:hover { box-shadow: 0px 0px 1.2em -8px #7139c5; z-index: 2; background: transparent; border: none; color: #000; } .receipt-item { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; cursor: default; } .receipt-item__info { width: 100%; } .receipt-item__status { text-align: center; } .receipt-item__status span { display: block; } .receipte-info-pay-ok { background-color: rgba(29, 201, 183, 0.1); color: #1dc9b7; font-size: 12px; font-weight: bold; padding: 10px; cursor: default; border-radius: 4px; } .receipte-info-pay { background-color: rgba(88, 103, 221, 0.1); color: #5867dd; font-size: 12px; font-weight: bold; padding: 10px; cursor: default; border-radius: 4px; } .receipte-info-pay-debt { background-color: rgba(255, 184, 34, 0.1); color: #ffb822; font-size: 12px; font-weight: bold; padding: 10px; cursor: default; border-radius: 4px; } .receipt-item__btn-pay { color: #591df1; border-color: #591df1; padding: 5px 10px; border: 1px solid #591df1; border-radius: 4px; } .receipt-item__btn-pay:hover { background-color: #591df1; color: #fff; } .send_receipt { background-color: #fff; color: #6c7293; border-color: #6c7293; padding: 5px 10px; border: 1px solid #6c7293; border-radius: 4px; } .send_receipt:hover { background-color: #6c7293; color: #fff; } .send_receipt:disabled { opacity: 0.6; background-color: #fff; color: #6c7293; } .receipte-month { font-size: 12px; color: #2d18b4; font-weight: bold; margin: 0; text-transform: capitalize; } .receipte-number { font-size: 14px; font-weight: bold; } .receipts_body { padding: 20px 10px; min-height: 700px; } #default_modal-message__text { font-size: 16px; padding: 20px; text-align: center; } .invalid-message-show { max-width: 100%; /*margin: 10px;*/ font-size: 12px; color: #ef693a; } .invalid-message-show::before { content: "\02716"; padding: 0 10px; } #receipts-lists { height: 800px; overflow: auto; min-height: 600px; margin: 10px 0; border-bottom: 1px solid #ddd; } #receipts-lists::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #ddd; } #receipts-lists::-webkit-scrollbar { width: 7px; background-color: #ddd; } #receipts-lists::-webkit-scrollbar-thumb { border-radius: 12px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #524e53; } /* Конец Квитанции /* Платежи */ .payments-page { min-height: 700px; } .payment-pages_period { display: flex; } .date-block { display: flex; margin: 0px -15px; } .payment_title { font-size: 12px; color: #2d1d83; padding: 0px 0px 0px 10px; } .payments-page__date-block { display: flex; } .date-block span { padding: 10px; font-size: 12px; text-transform: uppercase; } input[name="date_start-period-pay"], input[name="date_end-period-pay"] { box-shadow: none; border: none; border-bottom: 1px solid #ddd; } input[name="date_start-period-pay"]:focus, input[name="date_end-period-pay"]:focus { border-color: #8b709d; outline: 0; box-shadow: none; } input[name="date_start-period-pay"]::placeholder, input[name="date_end-period-pay"]::placeholder { text-transform: capitalize; } .btn-show-info { height: 45px; margin: 0 30px; border-radius: 12px; border: 1px solid #2d18b4; background-color: #fff; color: #3436ae; font-size: 12px; letter-spacing: 0.9px; text-transform: uppercase; font-weight: bold; outline: none; } .btn-edit-reading { height: 48px; width: 220px; border-radius: 12px; border: 1px solid #2d18b4; background-color: #fff; color: #3436ae; font-size: 12px; letter-spacing: 0.9px; text-transform: uppercase; font-weight: bold; } .btn-show-info:hover, .btn-edit-reading:hover, .btn-send-request:hover { border-radius: 12px; border: 1px solid #2d18b4; background-color: #2d18b4; color: #fff; box-shadow: 0 2px 5px 2px rgba(0,0,0,0.26); } .payments-page table { margin-top: 50px; } .payment_btn-pay { background: #2d18b4; padding: 15px 45px; border-radius: 12px; font-size: 10px; color: #fff; text-transform: uppercase; font-weight: bold; letter-spacing: 0.07em; } .payment_btn-pay:hover { background-color: #2D18B4; box-shadow: 0 8px 16px 0 rgba(55,35,35,0.32); color: #FFFFFF; } .payment-ok { color: #23dd6f; text-transform: uppercase; letter-spacing: 0.07em; } .payment-debt { color: #f0754a; text-transform: uppercase; letter-spacing: 0.07em; } /* Кoнец Платежи */ /* Оплата */ .payment-page { min-height: 700px; } .payment-page_block__title { font-size: 20px; padding: 0 0 20px 0; margin: 0; text-align: center; font-weight: bold; color: #2d18b4; } .payment-page_block img { padding: 20px; width: 150px; height: 150px; object-fit: cover; } .payment-page_block { padding: 40px; } .payment_user-fullname { font-size: 24px; padding: 15px 0px; } .payment_user-info { font-size: 14px; color: #2d18b4; padding: 15px 0px; } .payment-page_block .go-back-page { font-weight: bold; float: right; } /* Конец Оплата */ /* Приборы учета */ .counters-page { min-height: 700px; } .options-panel { margin: 20px 0; } .btn-save-reading { height: 48px; width: 220px; border-radius: 12px; border: 1px solid #2d18b4; background-color: #2d18b4; color: #fff; font-size: 12px; letter-spacing: 0.9px; text-transform: uppercase; font-weight: bold; } .btn-save-reading:hover { border-radius: 12px; border: 1px solid #2d18b4; background-color: #2d18b4; color: #fff; box-shadow: 0 2px 5px 2px rgba(0,0,0,0.26); } .btn-save-reading[disabled], .btn-edit-reading[disabled] { cursor: no-drop; opacity: 0.5; } .counters-page table { margin-top: 100px; } .counter-name { font-size: 12px; } .counter-number { font-size: 12px; font-weight: bold; color: #2d18b4; } .create-send-request { background-color: #fff; border-radius: 12px; border: 1px solid #ddd; padding: 10px 25px; text-transform: uppercase; color: #2d18b4; font-size: 12px; font-weight: bold; } .create-send-request:hover { border: 1px solid #2d18b4; color: #2d18b4; } .reading-input { border-radius: 12px; border: 1px solid #ddd; padding: 6px 10px; color: #2d18b4; font-size: 12px; font-weight: bold; } .reading-input:focus { border: 1px solid #2d18b4; color: #2d18b4; outline: none; } .counters-message { margin: 0; padding: 0; } .counters-message p.title { padding: 40px 0 0 0; color: #ef693a; font-size: 24px; letter-spacing: 1.05px; } .counters-message p.text { color: #2d18b4; margin-bottom: 40px; text-align: justify; } .block-edit-reading { background-color: #fce7df !important; } span.block_send, .block-edit-reading span { color: #ef693a; font-weight: bold; font-size: 12px; letter-spacing: 0.23px; } .block-edit-reading span.message-request { font-size: 12px; font-weight: normal; color: #000; } .counters-page .managers-table { margin-top: 0; } .send-indication-counter { background: #2d18b4; border: none; color: #fff; border-radius: 12px; letter-spacing: 2px; font-weight: normal; outline: none; } .send-indication-counter:hover, .send-indication-counter:focus, .send-indication-counter:active { background: #4326b2; color: #fff; } .send-indication-counter[disabled]:hover { color: #fff; } label[class^='error-ind-'] { color: #ef693a; font-weight: normal; text-align: center; } .input-indication { display: grid; } .payment-from_control_summ { padding: 20px; text-align: center; font-size: 14px; color: #2d18b4; } .counters-info { font-weight: bold; color: #ff1760; } .counters-info:hover { color: #2d18b4; } /* Конец Приборы учета */ /* Опрос */ .vote-lists { min-height: 700px; } .vote-card-preview { color: #a7a7a7; height: 570px; border-radius: 12px; border: 1px solid #eee; padding: 0 !important; margin: 10px 5px; } .vote-card_title { padding: 10px; height: 72px; border-bottom: 1px solid #ddd; position: relative; } .vote-card_title a { color: #2d18b4; font-size: 16px; font-weight: bold; } .vote-card_title i { position: absolute; right: 0%; top: 0%; padding: 23px; /*margin: -11px -10px -10px 0;*/ font-size: 26px; color: #fff; } .vote-card_title i.glyphicon-ok { background: #23dd6f; } .vote-card_title i.glyphicon-flag { background: #2d18b4; } p.date-start-vote { font-size: 12px; color: #000; font-weight: bold; padding: 10px 0; } .vote-card_text { color: #000; padding: 10px; height: 160px; border-bottom: 1px solid #ddd; letter-spacing: 0.44px; line-height: 20px; } .vote-card_count { border-bottom: 1px solid #ddd; } .vote-card_count, .vote-card_participants { color: #000; padding: 20px 10px; height: 60px; display: flex; align-items: center } .vote-bange-count { background: #2d18b4; padding: 5px 15px; color: #fff; border-radius: 25px; } .vote-card_date-end { width: 210px; padding: 10px 10px; opacity: 0.64; border-radius: 18px; background-color: #202020; position: absolute; bottom: 20%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; color: #fff; font-size: 10px; letter-spacing: 1.25px; text-transform: uppercase; } .vote-card_date-end i { padding-right: 5px; } .vote-card-preview__image { height: 218px; position: relative; overflow: hidden; } .vote-card-img { border-top-right-radius: 12px; border-top-left-radius: 12px; height: 100%; width: 100%; } .vote-card-preview__overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: rgba(0, 0, 0, 0.5); border-top-left-radius: 12px; border-top-right-radius: 12px; } .vote-card-preview__image:hover .vote-card-preview__overlay { opacity: 2; } .vote-card-preview__image:hover .vote-card_date-end { visibility: hidden; } .overlay__text > a { color: #fff; font-size: 14px; position: absolute; top: 50%; left: 50%; border: 1px solid #fff; padding: 10px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); letter-spacing: 0.05em; text-align: center; } /* Конец Опрос */ /* Страница голосования */ .view-voting {} .preview-voting { position: relative; height: 616px; overflow: hidden; } .voting-image { width: 100%; height: 100%; border-top-left-radius: 12px; border-top-right-radius: 12px; object-fit: cover; } .voting-info { position: absolute; height: 40px; color: #000; top: 20px; padding: 10px; } .voting-info span { padding: 5px 20px; background: rgba(0, 0, 0, 0.2); color: #fff; border-radius: 15px; margin-left: 20px; font-size: 12px; } .voting-info span > i { padding-right: 5px; } .voting-body_left { /*min-height: 700px;*/ height: 100vh; } .voting-title-block { position: absolute; height: 160px; width: 100%; color: #000; bottom: 0; background: rgba(97, 61, 130, 0.81); } .voting-title-block h2 { color: #fff; font-size: 24px; padding: 0px 30% 0px 10px; margin: 10px; } .voting-title-block p { color: #fff; font-size: 12px; letter-spacing: 0.05em; padding: 0px 30% 0px 20px; } .register-in-voting { position: absolute; right: 5%; bottom: 20%; padding: 15px 45px; background-color: transparent; border: 1px solid #fff; text-transform: uppercase; color: #fff; border-radius: 12px; outline: none; letter-spacing: 0.1em; } .voting-body { margin: 15px 0; padding: 0; } .voting-body_left { border: 1px solid #ddd; border-radius: 12px; padding: 0; } .voting-body_left p { border-bottom: 1px solid #ddd; padding: 15px 20px; } .span-count { padding: 2px 20px; color: #fff !important; margin-right: 10px; border-radius: 25px; height: 23px; background: #2d18b4; } .span-count-white { color: #454545 !important; background: #fff; } .voting__participant_info { padding: 5px; display: inherit; } .voting__participant_info a { color: #000; font-weight: bold; font-size: 12px; } .voting__participant_info a:hover { color: #2d18b4; } .questions-text { margin: 0px -15px 10px 5px; border: 1px solid #ddd; border-radius: 12px; padding: 10px 10px; display: flex; } .questions-text p { padding-right: 10%; } .questions-text span:first-child { padding-right: 10%; width: 70%; } .modal-title-vote { color: #fff; font-size: 16px; letter-spacing: 1.5px; text-align: center; padding: 30px; } .again-sms-btn { background-image: url(/images/clients/send_again.svg); background-repeat: no-repeat; background-position: 0px 18px; background-color: transparent; border: none; cursor: pointer; padding: 20px 0; padding-left: 36px; vertical-align: middle; color: #fff; outline: none; } .repeat_sms_code-message { font-size: 12px; color: #fc3232; } .number-sms { height: 64px; width: 42px; border-radius: 12px; background-color: #fff; color: #000; margin-left: 13px; /*padding-right: 8px;*/ font-size: 34px; text-align: center; } .questions-text-show { padding: 20px 0px; border-bottom: 1px solid #ddd; } .table-voting-results > tbody > tr > td > h4, .questions-text-show > h4 { font-size: 18px; font-weight: bold; text-align: left; display: inline-flex; justify-content: left; align-items: center; width: 100%; min-height: 42px; } .table-voting-results > tbody > tr > td > h4 > i, .questions-text-show > h4 > i { color: #23dd6f; border: 1px solid #23dd6f; padding: 10px; margin-right: 10px; border-radius: 100%; } .table-voting-results > tbody > tr > td > h4 { position: relative; padding-left: 65px; } .table-voting-results > tbody > tr > td > h4 > i { position: absolute; left: 0; } .show-marker { visibility: hidden; } .vote-message_span { padding: 7px 20px; border: 1px solid #8b709d; color: #fff; border-radius: 25px; } .user-finish-vote { height: 50px; width: 50px; object-fit: cover; } /* Конец Страница голосования */ /* Блок кнопок голосования: за, против, воздержаться */ .btn-set-voting { padding: 20px 0 !important; width: 200px; font-size: 12px !important; text-transform: uppercase; color: #2d18b4; background: #fff; border-color: #ddd; outline: none; } .btn-group-lg > .btn-set-voting { border-radius: 12px; } .btn-set-voting-active, .btn-set-voting:active, .btn-set-voting:focus, .btn-set-voting:hover { background: #2d18b4; color: #fff; outline: none; } /* Конец блок кнопок голосования: за, против, воздержаться */ /* Модальное окно "Профиль пользователя" */ .card-view-profile img { width: 150px; height: 150px; display: block; margin: 0 auto; object-fit: cover; } .card-view-profile h1 { font-size: 18px; font-weight: bold; } .card-view-profile p.title { font-size: 12px; } /* Конец Модальное окно "Профиль пользователя" */ /* Форма голосования */ .sms-code li { list-style: none; padding-bottom: 10px; font-size: 12px; color: #ef693a; } .finished-voting { padding: 40px 0; } /* Конец Форма голосования */ /* Уведомления на странице */ .notice { position: relative; margin: 2em; background: #fff; padding: 1em 1em 1em 2em; border-left: 4px solid #DDD; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125); font-size: 12px; letter-spacing: 0.1em; color: rgb(69, 69, 69); } .notice p { margin: 0; font-size: 13px; color: #67768a; } .notice:before { position: absolute; top: 50%; margin-top: -17px; left: -17px; background-color: #DDD; color: #FFF; width: 30px; height: 30px; border-radius: 100%; text-align: center; line-height: 30px; font-weight: bold; font-family: Georgia; text-shadow: 1px 1px rgba(0, 0, 0, 0.5); } .info { border-color: #1fd68d; } .warning { border-color: #fed75b; } .success { border-color: #1fd68d; } .error { border-color: #ef693a; } .notice p > span { font-weight: bold; } /* Конец Уведомления на странице */ /* Переодпределение ширины, высоты модальных окон */ .modal-body form { padding: 0; } .modal-body form#form-add-note { width: 100%; padding: 0; } .modal-body form#add-characteristic { width: 100%; padding: 0 50px; } .modal-body form#create-service-form { padding: 0; } .modal-body form#edit-service-form { padding: 0; } /* Конец Переодпределение ширины, высоты модальных окон */ /* Переопреденное модальное окно бутстрапа */ .modal-content { position: relative; background: linear-gradient(180.67deg, #39284E 0%, rgba(10,8,8,0.7) 100%); margin: 0; padding-top: 30px; z-index: 10100; box-sizing: border-box; box-shadow: 0 10px 14px 2px rgba(0,0,0,0.26); border-radius: 15px; transition: background .2s; } .modal-header { padding: 5px 35px; color: #fff; border-bottom: none; text-align: center; font-size: 21px; } .modal-header .close { margin: -10px !important; } .modal-close-btn { box-sizing: border-box; height: 34px; width: 34px; border: 2px solid #FF1760 !important; border-radius: 50%; padding: 0 !important; padding-bottom: 4px !important; color: #FF1760; text-shadow: none! important; opacity: 1; line-height: 0.1; } .modal-close-btn:hover { color: white; background-color: #FF1760; } .modal-footer { border: none; padding: 20px 10px; text-align: center; } .modal-body { color: #fff; text-align: left; } .modal-body span#disp-fullname {} /* Конец Переопреденное модальное окно бутстрапа */ /* Дополнительное меню, главная страница */ .navbar__sub-general { height: 70px; } .navbar__pills { display: flex; justify-content: center; } .navbar__pills > li { width: 200px; height: 56px; border: 1px solid #fff; text-align: center; } .navbar__pills > li > a { color: #fff; text-transform: uppercase; font-size: 12px; letter-spacing: 0.1em; } .navbar__pills > li:hover { background: #fff; border-radius: 0; } .navbar__pills > li a:focus, .navbar__pills > li a:hover { background: transparent; color: #2d18b4; border-radius: 0; } .navbar__pills > li.active { background: #fff; color: #2d18b4; } .navbar__pills > li.active > a, .navbar__pills > li.active > a:hover { background: transparent; color: #2d18b4; } .navbar__pills > li:first-child { border-top-left-radius: 12px; border-bottom-left-radius: 12px; padding-top: 7px; } .navbar__pills > li:last-child { border-top-right-radius: 12px; border-bottom-right-radius: 12px; padding: 7px; } /* Конец Дополнительное меню, главная страница */ /* Дополнительное меню, услуги */ .services-nav { height: 96px; background-color: #2D18B4; } /* Конец Дополнительное меню, услуги */ /* Дополнительное навигационное меню, главная страница */ .navbar-general-page { /*padding: 20px;*/ background-color: #ddd; } /* Конец Дополнительное навигационное меню, главная страница */ /* Статусы меню, заявки, главная страница */ .status-request { margin: 20px 0; } .status-request .nav > li > a { text-transform: uppercase; font-size: 10px; font-weight: bold; color: #000; letter-spacing: 0.1em; border-radius: 25px; width: 140px; margin: 3px; } .status-request .nav > li > a:hover { background-color: #fff; } .req-bange-default { border: 2px solid #4e2ae2; box-shadow: 0px 1px 4px 4px rgba(51,0,255,0.33); } .req-bange-unactive { box-shadow: none; } .req-bange-new { border: 2px solid #598eff; background-color: #fff; } .req-bange-new:hover, .req-bange-new:focus { background-color: #fff !important; box-shadow: 0px 1px 4px 4px rgba(0,101,255,0.28); } .req-bange-work { border: 2px solid #ff7d7d; } .req-bange-work:hover, .req-bange-work:focus { background-color: #fff !important; box-shadow: 0px 1px 4px 4px rgba(252,193,193,0.83); } .req-bange-rectification { border: 2px solid #e17dff; } .req-bange-rectification:hover, .req-bange-rectification:focus { background-color: #fff !important; box-shadow: 0px 1px 4px 4px rgba(225,125,255,0.42); } .req-bange-complete { border: 2px solid #7c7c7c; } .req-bange-complete:hover, .req-bange-complete:focus { background-color: #fff !important; box-shadow: 0px 1px 4px 4px rgba(255,125,125,0.26); } .req-bange-close { border: 2px solid #1fd68d; } .req-bange-close:hover, .req-bange-close:focus { background-color: #fff !important; box-shadow: 0px 1px 4px 4px rgba(56,231,161,0.54); } /* Конец Дополнительное навигационное меню, заявки */ /* Дополнительное навигационное меню, платные услуги */ .navbar_paid-request { padding: 15px 0; } .navbar_paid-request [class*="col-"] { min-height: 65px; } /* Конец Дополнительное навигационное меню, платные услуги */ /* Дополнительное навигационное меню, лицевой счет */ .navbar_personal-account { background: linear-gradient(190.67deg, rgba(0, 0, 0, .5) 50%, rgba(132, 131, 131, 0.65) 100%); box-shadow: 0 2px 5px 2px rgba(0,0,0,0.26); } .sub-menu_account { margin-left: -15px; margin-right: -15px; } .sub-menu_account > li + li { margin-left: 0px; } .sub-menu_account > li > a { padding: 30px 40px; color: #fff; text-transform: uppercase; letter-spacing: 0.05em; } .sub-menu_account > li.active > a, .sub-menu_account li > a:hover, .sub-menu_account li > a:focus, .sub-menu_account > li.active > a:hover { color: #fff; background-color: rgba(247, 247, 247, 0.22); border-radius: 0px; } /* Конец Дополнительное навигационное меню, лицевой счет */ /* Всплывающие уведовления */ .alert-message[data-notification-status="success"] { background-color: #5cb860; } .alert-message[data-notification-status="error"] { background-color: #f55a4e; } .alert-message { position: fixed; z-index: 1000; display: flex; align-items: center; padding: 15px; color: #fff; background: #fff; font-size: 12px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35); width: 250px; margin: 40px 20px; right: 0; cursor: pointer; border-radius: 4px; letter-spacing: 0.02em; } .alert-message::before { content: '\2716'; display: block; width: 30px; height: 30px; min-width: 30px; margin-right: 20px; font-size: 20px; } /* Конец Всплывающие уведовления */ /* Блок переключения статуса заявок */ .btn-group_status-request { padding: 0 15px; background: #fff; } .btn-choose-status { font-size: 10px; font-weight: bold; text-transform: uppercase; padding: 10px 15px; background: #fff; } .btn-choose-status:focus, .btn-group.open .dropdown-toggle { outline: none; box-shadow: none; } .dropdown-status > li > a { color: #fff; text-transform: none; font-size: 12px; } .dropdown-status > li > a:hover { background: rgba(0, 123, 255, 0.12); color: #fff; } #status-value-0 { border: 2px solid #598eff; box-shadow: 0px 1px 4px 6px rgba(0,101,255,0.28); border-radius: 25px; } .add-border-0 { border-right: 2px solid #598eff; } #status-value-1 { border: 2px solid #ff7d7d; box-shadow: 0px 1px 4px 4px rgba(252,193,193,0.83); border-radius: 25px; } .add-border-1 { border-right: 2px solid #ff7d7d; } #status-value-2 { border: 2px solid #7c7c7c; box-shadow: 0px 1px 4px 4px rgba(255,125,125,0.26); border-radius: 25px; } .add-border-2 { border-right: 2px solid #7c7c7c; } #status-value-3 { border: 2px solid #e17dff; box-shadow: 0px 1px 4px 4px rgba(225,125,255,0.42); border-radius: 25px; } .add-border-3 { border-right: 2px solid #e17dff; } #status-value-4 { border: 2px solid #1fd68d; box-shadow: 0px 1px 4px 4px rgba(56,231,161,0.54); border-radius: 25px; } .add-border-4 { border-right: 2px solid #1fd68d; } #status-value-5 { border: 1px solid #5f697a; border-radius: 25px; color: #5f697a; } #status-value-5 > .btn-group > button, #status-value-5 > button { color: #5f697a; } .btn-choose-status > .caret { margin-left: 10px; } /* Конец Блок переключения статуса заявок */ /* Заявка, просмотр отдельной заявки */ .requests-view__setting { padding: 20px 0; } .page-btn-block { padding: 20px 0; } a.employee-profile { color: #717171; font-size: 14px; } a.employee-profile:hover { color: #3e3e3e; } #dispatcherList { } .sendmessage_button { background: #fff url(/images/send.png) 0 -41px no-repeat; width: 30px; height: 30px; position: absolute; right: 3%; bottom: 23%; border: none; } .sendmessage_button:hover { cursor: pointer; background-position: 0 0; } /* Конец Заявка, просмотр отдельной заявки */ /* Дополнительное навигационное меню, заявки */ .navbar_repusets { background: #fff; padding: 20px; } /* Конец Дополнительное навигационное меню, заявки */ /* Таблица Сотрудники */ .table-add-employee { text-align: center; } .table-add-employee > tbody > tr > td#employee-post { background: #2d18b4; color: #fff; font-weight: bold; } /* Конец Таблица Сотрудники */ /* Drag and Drop files */ .file-drop-zone { border: 1px dashed #8b709d !important; } .file-drop-zone-title { color: #8b709d !important; } .file-preview { border: none !important; padding: 0 !important; } .file-drop-zone-title { color: #999 !important; font-size: 16px !important; padding: 39px 10px !important; cursor: default !important; } .fileinput-remove { visibility: hidden !important; } .load-images { background: transparent !important; } .btn-block { padding: 20px 0; color: #8b709d !important; } .btn-block:hover { color: #fff !important; } .krajee-default.file-preview-frame { margin: 0 !important; } .krajee-default.file-preview-frame .kv-file-content { width: 118px !important; height: 70px !important; } .file-preview-pdf { height: 70px !important; } .krajee-default .file-caption-info, .krajee-default .file-size-info { width: 118px !important; } .file-upload-indicator { visibility: hidden !important; } .file-zoom-dialog .btn-navigate { opacity: unset !important; color: #fff !important; } .file-error-message { color: #ef693a !important; background-color: transparent !important; border: 1px solid #ef693a !important; padding: 10px !important; } .krajee-default .file-other-icon { font-size: 1em !important; } .kv-file-remove { position: absolute; left: 0% !important; } /* End Drag and Drop files */ /* Chat Vote */ .open-button-chat { background-color: #555; color: white; padding: 16px 20px; position: fixed; bottom: 10%; right: 5%; font-size: 20px; height: 72px; width: 72px; background-color: #2d18b4; border-radius: 100px; border: none; cursor: pointer; z-index: 100; } .open-chat { display: block; height: 470px; width: 380px; background: linear-gradient(180.67deg, #39284E 0, rgba(10,8,8,0.7) 117%); box-shadow: 0 10px 14px 2px rgba(0,0,0,0.26); } .chat-window-open { display: none; position: fixed; bottom: 14%; right: 8%; z-index: 9; border-radius: 12px; cursor: default; } .open-chat { display: block; } .chat-window-open__body { height: 300px; padding-top: 10px; overflow: overlay; margin: 10px; } .chat-txt-block-white { min-width: 92px; border-radius: 12px; background: #fff; padding: 15px; word-wrap: break-word; margin-left: 30px; margin-bottom: 10px; color: #2d18b4; font-size: 14px; line-height: 20px; box-shadow: 0 10px 14px 2px rgba(0,0,0,0.26); } .chat-window-open__body::-webkit-scrollbar { width: 7px; } .chat-window-open__body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } .chat-window-open__body::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 20px 20px #8b709d; } .chat-txt-block-white__atr { color: #000; font-size: 10px; display: flex; width: 100%; } .chat-txt-block-white__atr p { margin: 0; font-weight: bold; } .chat-txt-block-white__atr p:first-child { width: 40%; text-align: left; } .chat-txt-block-white__atr p:last-child { width: 60%; text-align: right; } .chat-message__input { padding: 10px 40px 10px 10px; width: 90%; border-radius: 12px; border: 1px solid #ccc; background-color: transparent; color: #fff; } .chat-message__input::placeHolder { color: #fff; } .chat-message__input::-webkit-scrollbar { width: 7px; } .chat-message__input::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } .chat-message__input::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 20px 13px rgb(247, 247, 247); } .chat-window-open__sendbtn { position: absolute; bottom: 12%; right: 10%; border: none; background-color: transparent; padding: 5px; color: #fff; font-size: 22px; } .chat-message__start { color: #bcbcbc; font-size: 12px; position: absolute; top: 40%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); } .chat-new-messages { padding: 5px; background: red; position: absolute; } /* End Chat Vote */ /* Rubrics */ .tabbable-line > .nav-tabs { border: none; margin: 0px; } .tabbable-line > .nav-tabs > li { border: 1px solid #2d18b4; margin-right: 2px; padding: 3px 10px; } .tabbable-line > .nav-tabs > li:first-child { border-top-left-radius: 12px; border-bottom-left-radius: 12px; } .tabbable-line > .nav-tabs > li:last-child { border-top-right-radius: 12px; border-bottom-right-radius: 12px; } .tabbable-line > .nav-tabs > li > a { border: 0; margin-right: 0; } .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover { background-color: #2d18b4; color: #fff; } .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a { border: 0; background: none !important; color: #fff; } .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i { color: #a6a6a6; } .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu { margin-top: 0px; } .tabbable-line > .nav-tabs > li.active { background-color: #2d18b4; position: relative; } .tabbable-line > .nav-tabs > li.active > a { color: #fff; } .tabbable-line > .nav-tabs > li > a { color: #2d18b4; background-color: transparent; font-size: 14px; letter-spacing: 0.1em; } .tabbable-line > .tab-content { margin-top: -3px; background-color: #fff; border: 0; border-top: 1px solid #eee; padding: 15px 0; } .portlet .tabbable-line > .tab-content { padding-bottom: 0; } .tabbable-line.tabs-below > .nav-tabs > li { border-top: 4px solid transparent; } .tabbable-line.tabs-below > .nav-tabs > li > a { margin-top: 0; } .tabbable-line.tabs-below > .nav-tabs > li.active { margin-bottom: -2px; border-bottom: 0; border-top: 4px solid #f3565d; } .tabbable-line.tabs-below > .tab-content { margin-top: -10px; border-top: 0; border-bottom: 1px solid #eee; padding-bottom: 15px; } .nav-tabs > li, .nav-pills > li { float:none; display:inline-block; zoom:1; } .nav-tabs, .nav-pills { text-align:center; } /* End Rubrics */ .modal-confirm { text-align: center; } /* Slider */ .news-carousel { padding: 0 15px; } .news-carousel > .owl-nav { margin: 10px; position: absolute; top: -20%; right: 0%; } .slider-next { color: rgb(35, 221, 111) } .slider-prev { color: #2d18b4; } .owl-theme .owl-nav [class*=owl-]:hover { background: transparent !important; } .counters-item {} .counters-item > .item { display: grid; padding: 3px 30px; } .counters-item > .item > div { padding: 2px 0; font-size: 13px; font-weight: bold; } .counters-item > .item > div:last-child { padding-left: 25px; } .slider-input { width: 100%; padding: 5px 10px; border: 1px solid #2d18b4; color: #2d18b4; border-radius: 11px; } .counters-img { width: 19px !important; height: 24px !important; display: unset !important; margin-right: 5px; } .counters-item span.error { font-size: 11px; font-weight: normal; color: #ef693a; padding: 0; margin: 0; letter-spacing: 0.1em; } button[id*="send-indication-"] { background: #2d18b4; color: #fff; border: none; padding: 10px 20px; border-radius: 12px; text-transform: uppercase; font-size: 11px; letter-spacing: 0.1em; } button[id*="send-indication-"]:hover { box-shadow: 0 4px 3px -1px rgba(55,35,35,0.32); } button[id*="send-indication-"]:disabled { background: #968cda; } .item-btn { text-align: center; padding: 15px 0 0 0; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #2d18b4 !important; } /* End Slider */ /* Notice popup */ .popup-notice { visibility: hidden; text-align: center; position: absolute; width: 70%; padding: 5px 10px; z-index: 1; background-color: #69bbeb; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); box-shadow: 0 0 8px 0px #ccc; color: #fff; letter-spacing: 0.04em; } .popup-notice::after { content: 'Закрыть'; font-size: 12px; font-weight: bold; text-decoration: underline; padding: 0 5px; cursor: pointer; } .popup-notice .notice-text { font-size: 12px; } .show-notice { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; } @-webkit-keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } @keyframes fadeIn { from {opacity: 0;} to {opacity:1 ;} } /* End Notice popup */ /* FAQ modal */ .panel-faq, .panel-faq > .panel-heading { background-color: transparent; border-color: #8b709d; font-size: 14px; } .panel-faq .panel-title > a, .panel-faq .panel-title > a:hover { font-size: 14px; font-weight: bold; color: #fff; } .panel-faq .collapse.in { background: rgba(255, 255, 255, 0.15); } .panel-faq .panel-body { border-top-color: #8b709d !important; } /* End FAQ modal */ .message-general-page { padding: 10px; font-size: 12px; letter-spacing: 0.1em; text-align: center; color: #454545; } .message-general-page span { font-weight: bold; } .table-container { width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }
0.349089
0.07267
:root { /* --------- 🍏 Colors 🍏 --------- */ --white: white; --black: black; --discord-dark: #23272a; --discord-light: #2c2f33; --discord-whitegrey: #99aab5; --discord-white: #ffffff; --discord-main: #7289da; /* ---------------------------------- */ /* --------- 🍒 HSL colours 🍒 --------- */ --red-1: hsla(360, 100%, 10%, 1); --red-2: hsla(360, 100%, 20%, 1); --red-3: hsla(360, 100%, 30%, 1); --red-4: hsla(360, 100%, 40%, 1); --red-5: hsla(360, 100%, 50%, 1); --red-6: hsla(360, 100%, 60%, 1); --red-7: hsla(360, 100%, 70%, 1); --red-8: hsla(360, 100%, 80%, 1); --red-9: hsla(360, 100%, 90%, 1); --orange-1: hsla(35, 100%, 10%, 1); --orange-2: hsla(35, 100%, 20%, 1); --orange-3: hsla(35, 100%, 30%, 1); --orange-4: hsla(35, 100%, 40%, 1); --orange-5: hsla(35, 100%, 50%, 1); --orange-6: hsla(35, 100%, 60%, 1); --orange-7: hsla(35, 100%, 70%, 1); --orange-8: hsla(35, 100%, 80%, 1); --orange-9: hsla(35, 100%, 90%, 1); --yellow-1: hsla(45, 100%, 10%, 1); --yellow-2: hsla(45, 100%, 20%, 1); --yellow-3: hsla(45, 100%, 30%, 1); --yellow-4: hsla(45, 100%, 40%, 1); --yellow-5: hsla(45, 100%, 50%, 1); --yellow-6: hsla(45, 100%, 60%, 1); --yellow-7: hsla(45, 100%, 70%, 1); --yellow-8: hsla(45, 100%, 80%, 1); --yellow-9: hsla(45, 100%, 90%, 1); --aqua-1: hsla(168, 100%, 10%, 1); --aqua-2: hsla(168, 100%, 20%, 1); --aqua-3: hsla(168, 100%, 30%, 1); --aqua-4: hsla(168, 100%, 40%, 1); --aqua-5: hsla(168, 100%, 50%, 1); --aqua-6: hsla(168, 100%, 60%, 1); --aqua-7: hsla(168, 100%, 70%, 1); --aqua-8: hsla(168, 100%, 80%, 1); --aqua-9: hsla(168, 100%, 90%, 1); --blue-1: hsla(231, 100%, 10%, 1); --blue-2: hsla(231, 100%, 20%, 1); --blue-3: hsla(231, 100%, 30%, 1); --blue-4: hsla(231, 100%, 40%, 1); --blue-5: hsla(231, 100%, 50%, 1); --blue-6: hsla(231, 100%, 60%, 1); --blue-7: hsla(231, 100%, 70%, 1); --blue-8: hsla(231, 100%, 80%, 1); --blue-9: hsla(231, 100%, 90%, 1); --purple-1: hsla(275, 100%, 10%, 1); --purple-2: hsla(275, 100%, 20%, 1); --purple-3: hsla(275, 100%, 30%, 1); --purple-4: hsla(275, 100%, 40%, 1); --purple-5: hsla(275, 100%, 50%, 1); --purple-6: hsla(275, 100%, 60%, 1); --purple-7: hsla(275, 100%, 70%, 1); --purple-8: hsla(275, 100%, 80%, 1); --purple-9: hsla(275, 100%, 90%, 1); --red-50: var(--red-5); --orange-50: var(--orange-5); --yellow-50: var(--yellow-5); --aqua-50: var(--aqua-5); /* ---------------------------------- */ /* --------- 💥 Opacity Colors 💥 --------- */ --black-op: rgba(0, 0, 0, 0.5); --white-op: rgba(255, 255, 255, 0.5); /* ---------------------------------- */ /* --------- ⭕ Border Radius ⭕ --------- */ --none: 0px; --rounded-box: 5px; --curved-box: 12px; /* ---------------------------------- */ } /* ---------------------------------- */ /* --------- 🎁 Storing some variables 🎁 --------- */ /* --------- ✍ Fonts ✍ --------- */ .ft-arial { font-family: Arial, Helvetica, sans-serif; } .ft-georgia { font-family: Georgia, 'Times New Roman', Times, serif; } .ft-courier { font-family: 'Courier New', Courier, monospace; } .ft-sans { font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .ft-verdana{ font-family: Verdana, Geneva, Tahoma, sans-serif; } .ft-serif{ font-family: serif; } /* ---------------------------------- */ /* --------- 🌆 Background colours 🌆 --------- */ .bg-white { background-color: var(--white) } .bg-black { background-color: var(--black); } /* ---------------------------------- */ /* --------- 🔏 HSL colours 🔏 --------- */ .bg-red1 { background-color: var(--red-1); } .bg-red2 { background-color: var(--red-2); } .bg-red3 { background-color: var(--red-3); } .bg-red4 { background-color: var(--red-4); } .bg-red5 { background-color: var(--red-5); } .bg-red6 { background-color: var(--red-6); } .bg-red7 { background-color: var(--red-7); } .bg-red8 { background-color: var(--red-8); } .bg-red9 { background-color: var(--red-9); } .bg-orange1 { background-color: var(--orange-1); } .bg-orange2 { background-color: var(--orange-2); } .bg-orange3 { background-color: var(--orange-3); } .bg-orange4 { background-color: var(--orange-4); } .bg-orange5 { background-color: var(--orange-5); } .bg-orange6 { background-color: var(--orange-6); } .bg-orange7 { background-color: var(--orange-7); } .bg-orange8 { background-color: var(--orange-8); } .bg-orange9 { background-color: var(--orange-9); } .bg-yellow1 { background-color: var(--yellow-1); } .bg-yellow2 { background-color: var(--yellow-2); } .bg-yellow3 { background-color: var(--yellow-3); } .bg-yellow4 { background-color: var(--yellow-4); } .bg-yellow5 { background-color: var(--yellow-5); } .bg-yellow6 { background-color: var(--yellow-6); } .bg-yellow7 { background-color: var(--yellow-7); } .bg-yellow8 { background-color: var(--yellow-8); } .bg-yellow9 { background-color: var(--yellow-9); } .bg-aqua1 { background-color: var(--aqua-1); } .bg-aqua2 { background-color: var(--aqua-2); } .bg-aqua3 { background-color: var(--aqua-3); } .bg-aqua4 { background-color: var(--aqua-4); } .bg-aqua5 { background-color: var(--aqua-5); } .bg-aqua6 { background-color: var(--aqua-6); } .bg-aqua7 { background-color: var(--aqua-7); } .bg-aqua8 { background-color: var(--aqua-8); } .bg-aqua9 { background-color: var(--aqua-9); } .bg-blue1 { background-color: var(--blue-1); } .bg-blue2 { background-color: var(--blue-2); } .bg-blue3 { background-color: var(--blue-3); } .bg-blue4 { background-color: var(--blue-4); } .bg-blue5 { background-color: var(--blue-5); } .bg-blue6 { background-color: var(--blue-6); } .bg-blue7 { background-color: var(--blue-7); } .bg-blue8 { background-color: var(--blue-8); } .bg-blue9 { background-color: var(--blue-9); } .bg-purple1 { background-color: var(--purple-1); } .bg-purple2 { background-color: var(--purple-2); } .bg-purple3 { background-color: var(--purple-3); } .bg-purple4 { background-color: var(--purple-4); } .bg-purple5 { background-color: var(--purple-5); } .bg-purple6 { background-color: var(--purple-6); } .bg-purple7 { background-color: var(--purple-7); } .bg-purple8 { background-color: var(--purple-8); } .bg-purple9 { background-color: var(--purple-9); } /* ---------------------------------- */ /* --------- 🐧 Background with opacity 🐧 --------- */ .bg-black-op { background-color: var(--black-op); } .bg-white-op { background-color: var(--white-op); } /* ---------------------------------- */ /* --------- 📷 Background Images 📷 --------- */ .bgi-cloudy-peaks { background: url(https://raw.githubusercontent.com/cobwebdev/cssheet/main/assets/cloudy-peaks.jpeg) no-repeat center center fixed; background-position: absolute; background-repeat: no-repeat; background-size: cover; position: relative; } .bgi-lovely-mountain { background: url(https://raw.githubusercontent.com/cobwebdev/cssheet/main/assets/lovely-mountain.jpeg) no-repeat center center fixed; background-position: absolute; background-repeat: no-repeat; background-size: cover; position: relative; } .bgi-midnight-city { background: url(https://raw.githubusercontent.com/cobwebdev/cssheet/main/assets/midnight-city.jpeg) no-repeat center center fixed; background-position: absolute; background-repeat: no-repeat; background-size: cover; position: relative; } .bgi-night-sky { background: url(https://raw.githubusercontent.com/cobwebdev/cssheet/main/assets/night-sky.jpeg) no-repeat center center fixed; background-position: absolute; background-repeat: no-repeat; background-size: cover; position: relative; } .bgi-night-town { background: url(https://raw.githubusercontent.com/cobwebdev/cssheet/main/assets/night-town.jpeg) no-repeat center center fixed; background-position: absolute; background-repeat: no-repeat; background-size: cover; position: relative; } .bgi-sea-rock { background: url(https://raw.githubusercontent.com/cobwebdev/cssheet/main/assets/sea-rock.jpeg) no-repeat center center fixed; background-position: absolute; background-repeat: no-repeat; background-size: cover; position: relative; } /* ---------------------------------- */ /* --------- 📝 Text colours / foreground colours 📝 --------- */ .fg-white { color: var(--white) } .fg-black { color: var(--black); } .fg-red { color: var(--red-50); } .fg-orange { color: var(--orange-50); } .fg-yellow { color: var(--yellow-50); } .fg-aqua { color: var(--aqua-50); } .fg-blue { color: var(--blue-50); } .fg-purple { color: var(--purple-50); } .fg-green { color: var(--green-50); } /* ---------------------------------- */ /* --------- 👑 Border colours / foreground colours 👑 --------- */ .bdc-white { border-color: var(--white) } .bdc-black { border-color: var(--black); } .bdc-red { border-color: var(--red); } .bdc-orange { border-color: var(--orange); } .bdc-yellow { border-color: var(--yellow); } .bdc-aqua { border-color: var(--aqua); } .bdc-blue { border-color: var(--blue); } .bdc-purple { border-color: var(--purple); } /* ---------------------------------- */ /* --------- 🔨 Responsive Width (in percentages) 🔨 --------- */ .wd-10 { width: 10vw; } .wd-25 { width: 25vw; } .wd-50 { width: 50vw; } .wd-75 { width: 75vw; } .wd-100 { width: 100vw; } .wd-auto { position: absolute; } /* ---------------------------------- */ /* --------- 🍏 Responsive Height (in percentages) 🍏 --------- */ .ht-10 { height: 10vh; } .ht-25 { height: 25vh; } .ht-50 { height: 50vh; } .ht-75 { height: 75vh; } .ht-100 { height: 100vh; } .ht-auto { height: auto; } /* ---------------------------------- */ /* --------- ♥ Border radius ♥ --------- */ .bdr-none { border-radius: var(--none) } .bdr-rounded { border-radius: var(--rounded-box); } .bdr-curved { border-radius: var(--curved-box); } /* ---------------------------------- */ /* Border style */ .bds-solid { border-style: solid; } .bds-dotted { border-style: dotted; } .bds-dashed { border-style: dashed; } /* Border width */ .bdw-1 { border-width: 1px; } .bdw-2 { border-width: 2px; } .bdw-3 { border-width: 3px; } .bdw-4 { border-width: 4px; } .bdw-5 { border-width: 5px; } .bdw-10 { border-width: 10px; } /* Text align */ .ta-left { text-align: left; } .ta-center { text-align: center; } .ta-right { text-align: right; } /* Font Size (in vw. changed from rem to make it dynamically sized. if i've done something wrong please hit me in the head with a brick) */ .fs-1 { font-size: 1vw; } .fs-2 { font-size: 2vw; } .fs-3 { font-size: 3vw; } .fs-4 { font-size: 4vw; } .fs-5 { font-size: 5vw; } .fs-6 { font-size: 6vw; } .fs-7 { font-size: 7vw; } .fs-8 { font-size: 8vw; } .fs-9 { font-size: 9vw; } .fs-10 { font-size: 10vw; } /* Opacity */ .op-00 { opacity: 0; } .op-01 { opacity: 0.1; } .op-02 { opacity: 0.2; } .op-03 { opacity: 0.3; } .op-04 { opacity: 0.4; } .op-05 { opacity: 0.5; } .op-06 { opacity: 0.6; } .op-07 { opacity: 0.7; } .op-08 { opacity: 0.8; } .op-09 { opacity: 0.9; } .op-10 { opacity: 1; } /* On hover, become slightly transparent */ .oh-00:hover { opacity: 0.0; transition: 400ms; } .oh-01:hover { opacity: 0.1; transition: 400ms; } .oh-02:hover { opacity: 0.2; transition: 400ms; } .oh-03:hover { opacity: 0.3; transition: 400ms; } .oh-04:hover { opacity: 0.4; transition: 400ms; } .oh-05:hover { opacity: 0.5; transition: 400ms; } .oh-06:hover { opacity: 0.6; transition: 400ms; } .oh-07:hover { opacity: 0.7; transition: 400ms; } .oh-08:hover { opacity: 0.8; transition: 400ms; } .oh-09:hover { opacity: 0.9; transition: 400ms; } .oh-10:hover { opacity: 10; transition: 400ms; } /* Text decoration */ .td-bold { text-decoration: bold; } .td-underline { text-decoration: underline; } .td-none { text-decoration: none; } /* Word Wrap */ .wdw-normal { word-wrap: normal; } .wdw-break-word { word-wrap: break-word; } .wdw-initial { word-wrap: initial; } .wdw-inherit { word-wrap: inherit; } /* Padding */ .pd-1 { padding: 1vw 1vh; } .pd-2 { padding: 2vw 2vh; } .pd-3 { padding: 3vw 3vh; } .pd-4 { padding: 4vw 4vh; } .pd-5 { padding: 5vw 5vh; } .pd-6 { padding: 6vw 6vh; } .pd-7 { padding: 7vw 7vh; } .pd-8 { padding: 8vw 8vh; } .pd-9 { padding: 9vw 9vh; } .pd-10 { padding: 10vw 10vh; } .pd-11 { padding: 11vw 11vh; } .pd-12 { padding: 12vw 12vh; } .pd-13 { padding: 13vw 13vh; } .pd-14 { padding: 14vw 14vh; } .pd-15 { padding: 15vw 15vh; } .pd-16 { padding: 16vw 16vh; } /* Float */ .flt-left { float: left; } .flt-right { float: right; } .flt-none { float: none; } .flt-inherit { float: inherit; } /* Create columns that float next to each other */ .cl { float: left; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */ @media screen and (max-width:600px) { .cl { width: 100%; padding: 4px 4px; } } /* Margins */ .mg-0 { margin: 0vw 0vh } .mg-1 { margin: 1vw 1vh } .mg-2 { margin: 2vw 2vh } .mg-3 { margin: 3vw 3vh } .mg-4 { margin: 4vw 4vh } .mg-5 { margin: 5vw 5vh } .mg-6 { margin: 6vw 6vh } .mg-7 { margin: 7vw 7vh } .mg-8 { margin: 8vw 8vh } .mg-9 { margin: 9vw 9vh } .mg-10 { margin: 10vw 10vh } .mg-11 { margin: 11vw 11vh } .mg-12 { margin: 12vw 12vh } .mg-13 { margin: 13vw 13vh } .mg-14 { margin: 14vw 14vh } .mg-15 { margin: 15vw 15vh } .mg-16 { margin: 16vw 16vh } /* Position properties */ .pos-static { position: static; } .pos-relative { position: relative; } .pos-fixed { position: fixed; } .pos-absolute { position: absolute; } .pos-sticky { position: sticky; } /* ----------------------------- */ /* Buttons Default */ .btn-git{ text-decoration: none; color: white; padding: 10px 40px; background-color: rgb(31, 30, 30); border-radius: 5px; transition: .4s; } .btn-git:hover{ border-radius: 7px; background-color: rgb(0, 0, 0); } .btn-success{ text-decoration: none; color: rgb(255, 255, 255); background-color: #58d158; padding: 10px 40px; border-radius: 5px; transition: .4s; } .btn-success:hover{ border-radius: 7px; background-color: rgb(56, 173, 62) } .btn-restart{ text-decoration: none; color: rgb(255, 255, 255); background-color: #f8f859; padding: 10px 40px; border-radius: 5px; transition: .4s; } .btn-restart:hover{ border-radius: 7px; background-color: rgb(204, 204, 53); } .btn-error{ text-decoration: none; color: rgb(255, 255, 255); background-color: rgb(238, 76, 76); padding: 10px 40px; border-radius: 5px; transition: .4s; } .btn-error:hover{ border-radius: 7px; background-color: rgb(204, 53, 53); } /* ----------------------------- */ /* --- Buttons Bordered --- */ .btn-git-border{ text-decoration: none; color: rgb(31, 30, 30); padding: 10px 40px; border: 3px solid rgb(31, 30, 30); border-radius: 5px; transition: .4s; } .btn-git-border:hover{ border-radius: 7px; color: white; background-color: rgb(31, 30, 30); } .btn-success-border{ text-decoration: none; color: #58d158; border: 3px solid #58d158; padding: 10px 40px; border-radius: 5px; transition: .4s; } .btn-success-border:hover{ border-radius: 7px; color: white; background-color: #58d158; } .btn-restart-border{ text-decoration: none; color: #f8f859; border: 3px solid #f8f859; padding: 10px 40px; border-radius: 5px; transition: .4s; } .btn-restart-border:hover{ border-radius: 7px; color: white; background-color: #f8f859; } .btn-error-border{ text-decoration: none; color: rgb(238, 76, 76); border: 3px solid rgb(238, 76, 76); padding: 10px 40px; border-radius: 5px; transition: .4s; } .btn-error-border:hover{ border-radius: 7px; color: white; background-color: rgb(238, 76, 76); } /* ----------------------------- */ /* Other Stuff */ .non-select{ user-select: none; -webkit-user-select: none; } .fade{ animation: fade infinite 1s; } @keyframes fade{ 50%{ opacity: .3; } } .fade2{ animation: fade infinite 2s; } @keyframes fade{ 50%{ opacity: .3; } } .fade3{ animation: fade infinite 3s; } @keyframes fade{ 50%{ opacity: .3; } } .fade4{ animation: fade infinite 4s; } @keyframes fade{ 50%{ opacity: .3; } } .fade5{ animation: fade infinite 5s; } @keyframes fade{ 50%{ opacity: .3; } } .outline-black{ -webkit-text-stroke: 1px black; } .outline-red{ -webkit-text-stroke: 1px rgb(255, 0, 0); } .outline-green{ -webkit-text-stroke: 1px rgb(0, 255, 64); } .outline-white{ -webkit-text-stroke: 1px rgb(255, 255, 255); } .outline-blue{ -webkit-text-stroke: 1px rgb(2, 81, 253); } .outline-rainbow{ animation: rainbow 5s infinite; } @keyframes rainbow{ 0%{ -webkit-text-stroke: 1px black } 15%{ -webkit-text-stroke: 1px Red; } 25%{ -webkit-text-stroke: 1px Orange; } 50%{ -webkit-text-stroke: 1px Yellow; } 65%{ -webkit-text-stroke: 1px Green; } 75%{ -webkit-text-stroke: 1px Blue; } 85%{ -webkit-text-stroke: 1px Indigo; } 100%{ -webkit-text-stroke: 1px Violet; } } .rainbow{ animation: rainbowText 5s infinite; } @keyframes rainbowText{ 0%{ color: black } 15%{ color: Red; } 25%{ color: Orange; } 50%{ color: Yellow; } 65%{ color: Green; } 75%{ color: Blue; } 85%{ color: Indigo; } 100%{ color: Violet; } } .thm-discord-light{ background-color: var(--discord-white); color: black; } .thm-discord-light .btn-disc{ color: white; text-decoration: none; border-radius: 5px; padding: 10px 30px; background-color: var(--discord-main); transition: .3s; } .thm-discord-light .btn-disc:hover{ color: white; background-color: #4d5f99; } .thm-discord-dark{ background-color: var(--discord-dark); color: var(--discord-white) } .thm-discord-dark .btn-disc{ color: white; text-decoration: none; border-radius: 5px; padding: 10px 30px; background-color: var(--discord-light); transition: .3s; } .thm-discord-dark .btn-disc:hover{ background-color: #17181a; color: var(--discord-white) } .thm-discord-dark .thm-discord-nav-enabled{ background-color: var(--discord-light); margin: 0; padding: 0; } .thm-discord-light .thm-discord-nav-enabled{ background-color: var(--discord-main); margin: 0; padding: 0; } .loader-light { display: inline-block; position: relative; } .loader-light { box-sizing: border-box; display: block; width: 1.5%; height: 3%; position: absolute; margin-left: 10px; border: 3px solid #fff; border-radius: 50%; animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: #fff transparent transparent transparent; } .loader-light:nth-child(1) { animation-delay: -0.45s; } .loader-light:nth-child(2) { animation-delay: -0.3s; } .loader-light:nth-child(3) { animation-delay: -0.15s; } @keyframes loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .loader-dark { display: inline-block; position: relative; } .loader-dark { box-sizing: border-box; display: block; width: 1.5%; height: 3%; position: absolute; margin-left: 10px; border: 3px solid rgb(0, 0, 0); border-radius: 50%; animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: rgb(0, 0, 0) transparent transparent transparent; } .loader-dark:nth-child(1) { animation-delay: -0.45s; } @keyframes loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Changelog: v1.4 [Alpha] + Themes (Syntax: thm-<theme_name>) + Rainbow Text + Outline Text (Syntax: outline-<outline_color>) + Float (Syntax: flt-<float>) + Padding (Syntax: pd-<padding>) + Allows for layout collums so that you can split content along the page, mobile friendly. (Syntax: "row" and "cl") + Margins (Syntax: mg-<margin>) + Positions (Syntax: pos-<position>) and more.. */
css/cssheet.css
:root { /* --------- 🍏 Colors 🍏 --------- */ --white: white; --black: black; --discord-dark: #23272a; --discord-light: #2c2f33; --discord-whitegrey: #99aab5; --discord-white: #ffffff; --discord-main: #7289da; /* ---------------------------------- */ /* --------- 🍒 HSL colours 🍒 --------- */ --red-1: hsla(360, 100%, 10%, 1); --red-2: hsla(360, 100%, 20%, 1); --red-3: hsla(360, 100%, 30%, 1); --red-4: hsla(360, 100%, 40%, 1); --red-5: hsla(360, 100%, 50%, 1); --red-6: hsla(360, 100%, 60%, 1); --red-7: hsla(360, 100%, 70%, 1); --red-8: hsla(360, 100%, 80%, 1); --red-9: hsla(360, 100%, 90%, 1); --orange-1: hsla(35, 100%, 10%, 1); --orange-2: hsla(35, 100%, 20%, 1); --orange-3: hsla(35, 100%, 30%, 1); --orange-4: hsla(35, 100%, 40%, 1); --orange-5: hsla(35, 100%, 50%, 1); --orange-6: hsla(35, 100%, 60%, 1); --orange-7: hsla(35, 100%, 70%, 1); --orange-8: hsla(35, 100%, 80%, 1); --orange-9: hsla(35, 100%, 90%, 1); --yellow-1: hsla(45, 100%, 10%, 1); --yellow-2: hsla(45, 100%, 20%, 1); --yellow-3: hsla(45, 100%, 30%, 1); --yellow-4: hsla(45, 100%, 40%, 1); --yellow-5: hsla(45, 100%, 50%, 1); --yellow-6: hsla(45, 100%, 60%, 1); --yellow-7: hsla(45, 100%, 70%, 1); --yellow-8: hsla(45, 100%, 80%, 1); --yellow-9: hsla(45, 100%, 90%, 1); --aqua-1: hsla(168, 100%, 10%, 1); --aqua-2: hsla(168, 100%, 20%, 1); --aqua-3: hsla(168, 100%, 30%, 1); --aqua-4: hsla(168, 100%, 40%, 1); --aqua-5: hsla(168, 100%, 50%, 1); --aqua-6: hsla(168, 100%, 60%, 1); --aqua-7: hsla(168, 100%, 70%, 1); --aqua-8: hsla(168, 100%, 80%, 1); --aqua-9: hsla(168, 100%, 90%, 1); --blue-1: hsla(231, 100%, 10%, 1); --blue-2: hsla(231, 100%, 20%, 1); --blue-3: hsla(231, 100%, 30%, 1); --blue-4: hsla(231, 100%, 40%, 1); --blue-5: hsla(231, 100%, 50%, 1); --blue-6: hsla(231, 100%, 60%, 1); --blue-7: hsla(231, 100%, 70%, 1); --blue-8: hsla(231, 100%, 80%, 1); --blue-9: hsla(231, 100%, 90%, 1); --purple-1: hsla(275, 100%, 10%, 1); --purple-2: hsla(275, 100%, 20%, 1); --purple-3: hsla(275, 100%, 30%, 1); --purple-4: hsla(275, 100%, 40%, 1); --purple-5: hsla(275, 100%, 50%, 1); --purple-6: hsla(275, 100%, 60%, 1); --purple-7: hsla(275, 100%, 70%, 1); --purple-8: hsla(275, 100%, 80%, 1); --purple-9: hsla(275, 100%, 90%, 1); --red-50: var(--red-5); --orange-50: var(--orange-5); --yellow-50: var(--yellow-5); --aqua-50: var(--aqua-5); /* ---------------------------------- */ /* --------- 💥 Opacity Colors 💥 --------- */ --black-op: rgba(0, 0, 0, 0.5); --white-op: rgba(255, 255, 255, 0.5); /* ---------------------------------- */ /* --------- ⭕ Border Radius ⭕ --------- */ --none: 0px; --rounded-box: 5px; --curved-box: 12px; /* ---------------------------------- */ } /* ---------------------------------- */ /* --------- 🎁 Storing some variables 🎁 --------- */ /* --------- ✍ Fonts ✍ --------- */ .ft-arial { font-family: Arial, Helvetica, sans-serif; } .ft-georgia { font-family: Georgia, 'Times New Roman', Times, serif; } .ft-courier { font-family: 'Courier New', Courier, monospace; } .ft-sans { font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .ft-verdana{ font-family: Verdana, Geneva, Tahoma, sans-serif; } .ft-serif{ font-family: serif; } /* ---------------------------------- */ /* --------- 🌆 Background colours 🌆 --------- */ .bg-white { background-color: var(--white) } .bg-black { background-color: var(--black); } /* ---------------------------------- */ /* --------- 🔏 HSL colours 🔏 --------- */ .bg-red1 { background-color: var(--red-1); } .bg-red2 { background-color: var(--red-2); } .bg-red3 { background-color: var(--red-3); } .bg-red4 { background-color: var(--red-4); } .bg-red5 { background-color: var(--red-5); } .bg-red6 { background-color: var(--red-6); } .bg-red7 { background-color: var(--red-7); } .bg-red8 { background-color: var(--red-8); } .bg-red9 { background-color: var(--red-9); } .bg-orange1 { background-color: var(--orange-1); } .bg-orange2 { background-color: var(--orange-2); } .bg-orange3 { background-color: var(--orange-3); } .bg-orange4 { background-color: var(--orange-4); } .bg-orange5 { background-color: var(--orange-5); } .bg-orange6 { background-color: var(--orange-6); } .bg-orange7 { background-color: var(--orange-7); } .bg-orange8 { background-color: var(--orange-8); } .bg-orange9 { background-color: var(--orange-9); } .bg-yellow1 { background-color: var(--yellow-1); } .bg-yellow2 { background-color: var(--yellow-2); } .bg-yellow3 { background-color: var(--yellow-3); } .bg-yellow4 { background-color: var(--yellow-4); } .bg-yellow5 { background-color: var(--yellow-5); } .bg-yellow6 { background-color: var(--yellow-6); } .bg-yellow7 { background-color: var(--yellow-7); } .bg-yellow8 { background-color: var(--yellow-8); } .bg-yellow9 { background-color: var(--yellow-9); } .bg-aqua1 { background-color: var(--aqua-1); } .bg-aqua2 { background-color: var(--aqua-2); } .bg-aqua3 { background-color: var(--aqua-3); } .bg-aqua4 { background-color: var(--aqua-4); } .bg-aqua5 { background-color: var(--aqua-5); } .bg-aqua6 { background-color: var(--aqua-6); } .bg-aqua7 { background-color: var(--aqua-7); } .bg-aqua8 { background-color: var(--aqua-8); } .bg-aqua9 { background-color: var(--aqua-9); } .bg-blue1 { background-color: var(--blue-1); } .bg-blue2 { background-color: var(--blue-2); } .bg-blue3 { background-color: var(--blue-3); } .bg-blue4 { background-color: var(--blue-4); } .bg-blue5 { background-color: var(--blue-5); } .bg-blue6 { background-color: var(--blue-6); } .bg-blue7 { background-color: var(--blue-7); } .bg-blue8 { background-color: var(--blue-8); } .bg-blue9 { background-color: var(--blue-9); } .bg-purple1 { background-color: var(--purple-1); } .bg-purple2 { background-color: var(--purple-2); } .bg-purple3 { background-color: var(--purple-3); } .bg-purple4 { background-color: var(--purple-4); } .bg-purple5 { background-color: var(--purple-5); } .bg-purple6 { background-color: var(--purple-6); } .bg-purple7 { background-color: var(--purple-7); } .bg-purple8 { background-color: var(--purple-8); } .bg-purple9 { background-color: var(--purple-9); } /* ---------------------------------- */ /* --------- 🐧 Background with opacity 🐧 --------- */ .bg-black-op { background-color: var(--black-op); } .bg-white-op { background-color: var(--white-op); } /* ---------------------------------- */ /* --------- 📷 Background Images 📷 --------- */ .bgi-cloudy-peaks { background: url(https://raw.githubusercontent.com/cobwebdev/cssheet/main/assets/cloudy-peaks.jpeg) no-repeat center center fixed; background-position: absolute; background-repeat: no-repeat; background-size: cover; position: relative; } .bgi-lovely-mountain { background: url(https://raw.githubusercontent.com/cobwebdev/cssheet/main/assets/lovely-mountain.jpeg) no-repeat center center fixed; background-position: absolute; background-repeat: no-repeat; background-size: cover; position: relative; } .bgi-midnight-city { background: url(https://raw.githubusercontent.com/cobwebdev/cssheet/main/assets/midnight-city.jpeg) no-repeat center center fixed; background-position: absolute; background-repeat: no-repeat; background-size: cover; position: relative; } .bgi-night-sky { background: url(https://raw.githubusercontent.com/cobwebdev/cssheet/main/assets/night-sky.jpeg) no-repeat center center fixed; background-position: absolute; background-repeat: no-repeat; background-size: cover; position: relative; } .bgi-night-town { background: url(https://raw.githubusercontent.com/cobwebdev/cssheet/main/assets/night-town.jpeg) no-repeat center center fixed; background-position: absolute; background-repeat: no-repeat; background-size: cover; position: relative; } .bgi-sea-rock { background: url(https://raw.githubusercontent.com/cobwebdev/cssheet/main/assets/sea-rock.jpeg) no-repeat center center fixed; background-position: absolute; background-repeat: no-repeat; background-size: cover; position: relative; } /* ---------------------------------- */ /* --------- 📝 Text colours / foreground colours 📝 --------- */ .fg-white { color: var(--white) } .fg-black { color: var(--black); } .fg-red { color: var(--red-50); } .fg-orange { color: var(--orange-50); } .fg-yellow { color: var(--yellow-50); } .fg-aqua { color: var(--aqua-50); } .fg-blue { color: var(--blue-50); } .fg-purple { color: var(--purple-50); } .fg-green { color: var(--green-50); } /* ---------------------------------- */ /* --------- 👑 Border colours / foreground colours 👑 --------- */ .bdc-white { border-color: var(--white) } .bdc-black { border-color: var(--black); } .bdc-red { border-color: var(--red); } .bdc-orange { border-color: var(--orange); } .bdc-yellow { border-color: var(--yellow); } .bdc-aqua { border-color: var(--aqua); } .bdc-blue { border-color: var(--blue); } .bdc-purple { border-color: var(--purple); } /* ---------------------------------- */ /* --------- 🔨 Responsive Width (in percentages) 🔨 --------- */ .wd-10 { width: 10vw; } .wd-25 { width: 25vw; } .wd-50 { width: 50vw; } .wd-75 { width: 75vw; } .wd-100 { width: 100vw; } .wd-auto { position: absolute; } /* ---------------------------------- */ /* --------- 🍏 Responsive Height (in percentages) 🍏 --------- */ .ht-10 { height: 10vh; } .ht-25 { height: 25vh; } .ht-50 { height: 50vh; } .ht-75 { height: 75vh; } .ht-100 { height: 100vh; } .ht-auto { height: auto; } /* ---------------------------------- */ /* --------- ♥ Border radius ♥ --------- */ .bdr-none { border-radius: var(--none) } .bdr-rounded { border-radius: var(--rounded-box); } .bdr-curved { border-radius: var(--curved-box); } /* ---------------------------------- */ /* Border style */ .bds-solid { border-style: solid; } .bds-dotted { border-style: dotted; } .bds-dashed { border-style: dashed; } /* Border width */ .bdw-1 { border-width: 1px; } .bdw-2 { border-width: 2px; } .bdw-3 { border-width: 3px; } .bdw-4 { border-width: 4px; } .bdw-5 { border-width: 5px; } .bdw-10 { border-width: 10px; } /* Text align */ .ta-left { text-align: left; } .ta-center { text-align: center; } .ta-right { text-align: right; } /* Font Size (in vw. changed from rem to make it dynamically sized. if i've done something wrong please hit me in the head with a brick) */ .fs-1 { font-size: 1vw; } .fs-2 { font-size: 2vw; } .fs-3 { font-size: 3vw; } .fs-4 { font-size: 4vw; } .fs-5 { font-size: 5vw; } .fs-6 { font-size: 6vw; } .fs-7 { font-size: 7vw; } .fs-8 { font-size: 8vw; } .fs-9 { font-size: 9vw; } .fs-10 { font-size: 10vw; } /* Opacity */ .op-00 { opacity: 0; } .op-01 { opacity: 0.1; } .op-02 { opacity: 0.2; } .op-03 { opacity: 0.3; } .op-04 { opacity: 0.4; } .op-05 { opacity: 0.5; } .op-06 { opacity: 0.6; } .op-07 { opacity: 0.7; } .op-08 { opacity: 0.8; } .op-09 { opacity: 0.9; } .op-10 { opacity: 1; } /* On hover, become slightly transparent */ .oh-00:hover { opacity: 0.0; transition: 400ms; } .oh-01:hover { opacity: 0.1; transition: 400ms; } .oh-02:hover { opacity: 0.2; transition: 400ms; } .oh-03:hover { opacity: 0.3; transition: 400ms; } .oh-04:hover { opacity: 0.4; transition: 400ms; } .oh-05:hover { opacity: 0.5; transition: 400ms; } .oh-06:hover { opacity: 0.6; transition: 400ms; } .oh-07:hover { opacity: 0.7; transition: 400ms; } .oh-08:hover { opacity: 0.8; transition: 400ms; } .oh-09:hover { opacity: 0.9; transition: 400ms; } .oh-10:hover { opacity: 10; transition: 400ms; } /* Text decoration */ .td-bold { text-decoration: bold; } .td-underline { text-decoration: underline; } .td-none { text-decoration: none; } /* Word Wrap */ .wdw-normal { word-wrap: normal; } .wdw-break-word { word-wrap: break-word; } .wdw-initial { word-wrap: initial; } .wdw-inherit { word-wrap: inherit; } /* Padding */ .pd-1 { padding: 1vw 1vh; } .pd-2 { padding: 2vw 2vh; } .pd-3 { padding: 3vw 3vh; } .pd-4 { padding: 4vw 4vh; } .pd-5 { padding: 5vw 5vh; } .pd-6 { padding: 6vw 6vh; } .pd-7 { padding: 7vw 7vh; } .pd-8 { padding: 8vw 8vh; } .pd-9 { padding: 9vw 9vh; } .pd-10 { padding: 10vw 10vh; } .pd-11 { padding: 11vw 11vh; } .pd-12 { padding: 12vw 12vh; } .pd-13 { padding: 13vw 13vh; } .pd-14 { padding: 14vw 14vh; } .pd-15 { padding: 15vw 15vh; } .pd-16 { padding: 16vw 16vh; } /* Float */ .flt-left { float: left; } .flt-right { float: right; } .flt-none { float: none; } .flt-inherit { float: inherit; } /* Create columns that float next to each other */ .cl { float: left; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */ @media screen and (max-width:600px) { .cl { width: 100%; padding: 4px 4px; } } /* Margins */ .mg-0 { margin: 0vw 0vh } .mg-1 { margin: 1vw 1vh } .mg-2 { margin: 2vw 2vh } .mg-3 { margin: 3vw 3vh } .mg-4 { margin: 4vw 4vh } .mg-5 { margin: 5vw 5vh } .mg-6 { margin: 6vw 6vh } .mg-7 { margin: 7vw 7vh } .mg-8 { margin: 8vw 8vh } .mg-9 { margin: 9vw 9vh } .mg-10 { margin: 10vw 10vh } .mg-11 { margin: 11vw 11vh } .mg-12 { margin: 12vw 12vh } .mg-13 { margin: 13vw 13vh } .mg-14 { margin: 14vw 14vh } .mg-15 { margin: 15vw 15vh } .mg-16 { margin: 16vw 16vh } /* Position properties */ .pos-static { position: static; } .pos-relative { position: relative; } .pos-fixed { position: fixed; } .pos-absolute { position: absolute; } .pos-sticky { position: sticky; } /* ----------------------------- */ /* Buttons Default */ .btn-git{ text-decoration: none; color: white; padding: 10px 40px; background-color: rgb(31, 30, 30); border-radius: 5px; transition: .4s; } .btn-git:hover{ border-radius: 7px; background-color: rgb(0, 0, 0); } .btn-success{ text-decoration: none; color: rgb(255, 255, 255); background-color: #58d158; padding: 10px 40px; border-radius: 5px; transition: .4s; } .btn-success:hover{ border-radius: 7px; background-color: rgb(56, 173, 62) } .btn-restart{ text-decoration: none; color: rgb(255, 255, 255); background-color: #f8f859; padding: 10px 40px; border-radius: 5px; transition: .4s; } .btn-restart:hover{ border-radius: 7px; background-color: rgb(204, 204, 53); } .btn-error{ text-decoration: none; color: rgb(255, 255, 255); background-color: rgb(238, 76, 76); padding: 10px 40px; border-radius: 5px; transition: .4s; } .btn-error:hover{ border-radius: 7px; background-color: rgb(204, 53, 53); } /* ----------------------------- */ /* --- Buttons Bordered --- */ .btn-git-border{ text-decoration: none; color: rgb(31, 30, 30); padding: 10px 40px; border: 3px solid rgb(31, 30, 30); border-radius: 5px; transition: .4s; } .btn-git-border:hover{ border-radius: 7px; color: white; background-color: rgb(31, 30, 30); } .btn-success-border{ text-decoration: none; color: #58d158; border: 3px solid #58d158; padding: 10px 40px; border-radius: 5px; transition: .4s; } .btn-success-border:hover{ border-radius: 7px; color: white; background-color: #58d158; } .btn-restart-border{ text-decoration: none; color: #f8f859; border: 3px solid #f8f859; padding: 10px 40px; border-radius: 5px; transition: .4s; } .btn-restart-border:hover{ border-radius: 7px; color: white; background-color: #f8f859; } .btn-error-border{ text-decoration: none; color: rgb(238, 76, 76); border: 3px solid rgb(238, 76, 76); padding: 10px 40px; border-radius: 5px; transition: .4s; } .btn-error-border:hover{ border-radius: 7px; color: white; background-color: rgb(238, 76, 76); } /* ----------------------------- */ /* Other Stuff */ .non-select{ user-select: none; -webkit-user-select: none; } .fade{ animation: fade infinite 1s; } @keyframes fade{ 50%{ opacity: .3; } } .fade2{ animation: fade infinite 2s; } @keyframes fade{ 50%{ opacity: .3; } } .fade3{ animation: fade infinite 3s; } @keyframes fade{ 50%{ opacity: .3; } } .fade4{ animation: fade infinite 4s; } @keyframes fade{ 50%{ opacity: .3; } } .fade5{ animation: fade infinite 5s; } @keyframes fade{ 50%{ opacity: .3; } } .outline-black{ -webkit-text-stroke: 1px black; } .outline-red{ -webkit-text-stroke: 1px rgb(255, 0, 0); } .outline-green{ -webkit-text-stroke: 1px rgb(0, 255, 64); } .outline-white{ -webkit-text-stroke: 1px rgb(255, 255, 255); } .outline-blue{ -webkit-text-stroke: 1px rgb(2, 81, 253); } .outline-rainbow{ animation: rainbow 5s infinite; } @keyframes rainbow{ 0%{ -webkit-text-stroke: 1px black } 15%{ -webkit-text-stroke: 1px Red; } 25%{ -webkit-text-stroke: 1px Orange; } 50%{ -webkit-text-stroke: 1px Yellow; } 65%{ -webkit-text-stroke: 1px Green; } 75%{ -webkit-text-stroke: 1px Blue; } 85%{ -webkit-text-stroke: 1px Indigo; } 100%{ -webkit-text-stroke: 1px Violet; } } .rainbow{ animation: rainbowText 5s infinite; } @keyframes rainbowText{ 0%{ color: black } 15%{ color: Red; } 25%{ color: Orange; } 50%{ color: Yellow; } 65%{ color: Green; } 75%{ color: Blue; } 85%{ color: Indigo; } 100%{ color: Violet; } } .thm-discord-light{ background-color: var(--discord-white); color: black; } .thm-discord-light .btn-disc{ color: white; text-decoration: none; border-radius: 5px; padding: 10px 30px; background-color: var(--discord-main); transition: .3s; } .thm-discord-light .btn-disc:hover{ color: white; background-color: #4d5f99; } .thm-discord-dark{ background-color: var(--discord-dark); color: var(--discord-white) } .thm-discord-dark .btn-disc{ color: white; text-decoration: none; border-radius: 5px; padding: 10px 30px; background-color: var(--discord-light); transition: .3s; } .thm-discord-dark .btn-disc:hover{ background-color: #17181a; color: var(--discord-white) } .thm-discord-dark .thm-discord-nav-enabled{ background-color: var(--discord-light); margin: 0; padding: 0; } .thm-discord-light .thm-discord-nav-enabled{ background-color: var(--discord-main); margin: 0; padding: 0; } .loader-light { display: inline-block; position: relative; } .loader-light { box-sizing: border-box; display: block; width: 1.5%; height: 3%; position: absolute; margin-left: 10px; border: 3px solid #fff; border-radius: 50%; animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: #fff transparent transparent transparent; } .loader-light:nth-child(1) { animation-delay: -0.45s; } .loader-light:nth-child(2) { animation-delay: -0.3s; } .loader-light:nth-child(3) { animation-delay: -0.15s; } @keyframes loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .loader-dark { display: inline-block; position: relative; } .loader-dark { box-sizing: border-box; display: block; width: 1.5%; height: 3%; position: absolute; margin-left: 10px; border: 3px solid rgb(0, 0, 0); border-radius: 50%; animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: rgb(0, 0, 0) transparent transparent transparent; } .loader-dark:nth-child(1) { animation-delay: -0.45s; } @keyframes loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Changelog: v1.4 [Alpha] + Themes (Syntax: thm-<theme_name>) + Rainbow Text + Outline Text (Syntax: outline-<outline_color>) + Float (Syntax: flt-<float>) + Padding (Syntax: pd-<padding>) + Allows for layout collums so that you can split content along the page, mobile friendly. (Syntax: "row" and "cl") + Margins (Syntax: mg-<margin>) + Positions (Syntax: pos-<position>) and more.. */
0.424173
0.174938
@font-face { font-family: "Flaticon"; src: url("./Flaticon.eot"); src: url("./Flaticon.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-size: 20px; */ font-style: normal; /* margin-left: 20px; */ } .flaticon-login:before { content: "\f100"; } .flaticon-add-user:before { content: "\f101"; } .flaticon-folders:before { content: "\f102"; } .flaticon-loudspeaker:before { content: "\f103"; } .flaticon-qr-code:before { content: "\f104"; } .flaticon-paper-plane:before { content: "\f105"; } .flaticon-facebook:before { content: "\f106"; } .flaticon-instagram-logo:before { content: "\f107"; } .flaticon-telephone:before { content: "\f108"; } .flaticon-placeholder:before { content: "\f109"; } .flaticon-play-triangle-outline:before { content: "\f10a"; } .flaticon-mail-send:before { content: "\f10b"; } .flaticon-add:before { content: "\f10c"; } .flaticon-dashboard:before { content: "\f10d"; } .flaticon-floor:before { content: "\f10e"; } .flaticon-open-exit-door:before { content: "\f10f"; } .flaticon-vase:before { content: "\f110"; } .flaticon-user:before { content: "\f111"; } .flaticon-round-information-button:before { content: "\f112"; } .flaticon-layout-design-with-footer:before { content: "\f113"; } .flaticon-payment-method:before { content: "\f114"; } .flaticon-check-mark:before { content: "\f115"; } .flaticon-edit-button:before { content: "\f116"; } .flaticon-unlink:before { content: "\f117"; } .flaticon-clock-circular-outline:before { content: "\f118"; } .flaticon-calendar:before { content: "\f119"; } .flaticon-envelope:before { content: "\f11a"; } .flaticon-translate:before { content: "\f11b"; } .flaticon-list:before { content: "\f11c"; } .flaticon-photo:before { content: "\f11d"; } .flaticon-upload:before { content: "\f11e"; } .flaticon-speaker:before { content: "\f11f"; } .flaticon-photo-camera:before { content: "\f120"; } .flaticon-call-answer:before { content: "\f121"; } .flaticon-credit-card:before { content: "\f122"; } .flaticon-team:before { content: "\f123"; } .flaticon-witness:before { content: "\f124"; } .flaticon-left-arrow:before { content: "\f125"; } .flaticon-lock:before { content: "\f126"; } .flaticon-key:before { content: "\f127"; } .flaticon-wheel:before { content: "\f128"; } .flaticon-line:before { content: "\f129"; }
public/font/flaticon.css
@font-face { font-family: "Flaticon"; src: url("./Flaticon.eot"); src: url("./Flaticon.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-size: 20px; */ font-style: normal; /* margin-left: 20px; */ } .flaticon-login:before { content: "\f100"; } .flaticon-add-user:before { content: "\f101"; } .flaticon-folders:before { content: "\f102"; } .flaticon-loudspeaker:before { content: "\f103"; } .flaticon-qr-code:before { content: "\f104"; } .flaticon-paper-plane:before { content: "\f105"; } .flaticon-facebook:before { content: "\f106"; } .flaticon-instagram-logo:before { content: "\f107"; } .flaticon-telephone:before { content: "\f108"; } .flaticon-placeholder:before { content: "\f109"; } .flaticon-play-triangle-outline:before { content: "\f10a"; } .flaticon-mail-send:before { content: "\f10b"; } .flaticon-add:before { content: "\f10c"; } .flaticon-dashboard:before { content: "\f10d"; } .flaticon-floor:before { content: "\f10e"; } .flaticon-open-exit-door:before { content: "\f10f"; } .flaticon-vase:before { content: "\f110"; } .flaticon-user:before { content: "\f111"; } .flaticon-round-information-button:before { content: "\f112"; } .flaticon-layout-design-with-footer:before { content: "\f113"; } .flaticon-payment-method:before { content: "\f114"; } .flaticon-check-mark:before { content: "\f115"; } .flaticon-edit-button:before { content: "\f116"; } .flaticon-unlink:before { content: "\f117"; } .flaticon-clock-circular-outline:before { content: "\f118"; } .flaticon-calendar:before { content: "\f119"; } .flaticon-envelope:before { content: "\f11a"; } .flaticon-translate:before { content: "\f11b"; } .flaticon-list:before { content: "\f11c"; } .flaticon-photo:before { content: "\f11d"; } .flaticon-upload:before { content: "\f11e"; } .flaticon-speaker:before { content: "\f11f"; } .flaticon-photo-camera:before { content: "\f120"; } .flaticon-call-answer:before { content: "\f121"; } .flaticon-credit-card:before { content: "\f122"; } .flaticon-team:before { content: "\f123"; } .flaticon-witness:before { content: "\f124"; } .flaticon-left-arrow:before { content: "\f125"; } .flaticon-lock:before { content: "\f126"; } .flaticon-key:before { content: "\f127"; } .flaticon-wheel:before { content: "\f128"; } .flaticon-line:before { content: "\f129"; }
0.342901
0.217919
body{ background-color:#DADAD2; font-family: 'Anaheim'; } .body-index{ overflow-y:hidden; } /*=============================common styles=================================*/ /*color*/ .black{ color:#000 } .brown{ color:#9A693A } .white{ color:#fff } .black-btn{ background-color:#000; color:#fff; border-radius: unset; -webkit-border-radius: unset; -moz-border-radius: unset; -ms-border-radius: unset; -o-border-radius: unset; } .black-btn a{ color: #fff; } .link:hover{ color:#9A693A } /*fonts*/ .bolded-font{ font-weight:800 } .light-span{ font-weight:lighter; font-size:12px } .store-logo{ font-family: 'Caesar Dressing'; width:150px; height:130px; object-fit: contain } /*margin and pading*/ .marg-top{ margin-top:100px !important } /*==============================menu=========================================*/ .active-menu{ color:#fff; text-decoration-line: underline; -moz-text-decoration-line: underline; } .active-menu { color: #000; text-decoration-line: unset; -moz-text-decoration-line: underline; background-color: #c0a68b00; border: 1px solid #c0a58a00; } .cart-numb{ text-decoration-line: underline; -moz-text-decoration-line: underline; font-weight:900 } .menu{ position:fixed; top:8px; left:0; right:0; z-index:1 } .menu-content{ width:400px; height:60px; background-color:#EBEBE7; margin:auto; } @media(max-width:416px){ .menu-content{ width:300px } } .menu-main{ display:flex; flex-direction: row; justify-content: space-between; align-items: center; } .menu-main i{ cursor: pointer; } .menu-dropdown{ display:none; } .menu-content .container-fluid ,.menu-content .menu-main{ height:100% } .menu-back{ background-color:#EBEBE7; margin-right:-15px; margin-left:-15px; } .menu-dropdown{ background: -moz-linear-gradient(top, rgba(154,105,58,0.65) 0%, rgba(154,105,58,0.65) 13%, rgba(154,105,58,0) 99%, rgba(154,105,58,0) 100%); background: -webkit-linear-gradient(top, rgba(154,105,58,0.65) 0%,rgba(154,105,58,0.65) 13%,rgba(154,105,58,0) 99%,rgba(154,105,58,0) 100%); background:linear-gradient(to bottom, rgb(154, 105, 58) 0%,rgba(154,105,58,0.65) 13%,rgba(154,105,58,0) 99%,rgba(154,105,58,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a69a693a', endColorstr='#009a693a',GradientType=0 ); overflow-y:scroll; max-height:500px } .dropdown-item:first-child{ border-bottom:1px solid #80808052 } .category{ padding:10px; border:5px solid #EBEBE7; } .category p{ margin-bottom: unset; font-size: 14px; font-weight: 900; } .ext-menu-links a{ color:#000; font-size:15px; font-weight:600; } .sub-categ-cont{ display:none } .category .sub-categ-cont p{ padding-bottom:7px } /*menu cart*/ .cart-menu{ display:none; overflow-y:scroll; max-height:500px } .item-cart-menu{ display:flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; margin:0 15px; background-color:#DADAD2; padding:10px 5px; border-bottom:1px solid #000; } .item-cart-descrep button{ background-color: #dadad2; border: 1px solid #dadad2; } .item-cart-menu img{ width:99px; height:66px; object-fit: contain } .item-cart-menu i{ cursor: pointer; color:#fff; font-size:12px } .tot-subtot-price,.checkout-cart{ display:flex; flex-direction: row; justify-content: space-between; margin:0 15px; align-items: center } .checkout-cart a:hover{ color:#000 } .checkout-cart button{ padding:5px 60px } /*==============================intro=========================================*/ .intro span{ font-weight:900; text-decoration-line: underline; -moz-text-decoration-line: underline; } .intro h1{ line-height: 64px; } /*==============================products======================================*/ .product{ position:relative; } .product,.product-img ,.product-img img{ height:300px; } .product-img { text-align:center } .product-img img{ object-fit:cover } .overlay-product{ position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(218, 218, 210, 0.78); display:flex; align-items: center; justify-content: center; flex-direction: column; opacity:0; transition:all .5s; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -o-transition:all .5s; } .overlay-product:hover{ opacity:1 } .overlay-product a{ text-decoration: none } .overlay-product h6{ color:rgba(0, 0, 0, 0.61); } .overlay-product h5{ text-align:center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color:#000; font-weight:bold } .overlay-product button{ background-color:rgba(0, 0, 0, 0.514); padding:3px 20px } .product-popup{ height:300px; } .product-popup img{ object-fit:cover; height:100% } .products-main-modal .modal-body{ background-color:#ecece8 } /*==============================create account===============================*/ .create input{ background-color:#EDEDE9; border-radius: unset; -webkit-border-radius: unset; -moz-border-radius: unset; -ms-border-radius: unset; -o-border-radius: unset; } .create input:focus{ background-color:#EDEDE9; } /*==============================login========================================*/ @media(min-width:767px){ .login{ border-right:2px solid rgba(255, 255, 255, 0.315) } } @media(max-width:766px){ .login{ border-bottom:2px solid rgba(255, 255, 255, 0.315) } } /*===============================product details==============================*/ /*===============================product-slider===============================*/ .product-slider .product-slide{ display:flex; justify-content: center; max-height:600px; } .product-slider .product-slide img{ object-fit: cover } .slick-dots li button:before{ font-size:25px } /*==============================img seperate===================================*/ .img-seperate{ height:200px; background-image: url("../imgs/stamp06.jpg"); background-position: center; background-attachment: fixed; background-size: cover; background-repeat: no-repeat } /*=================================cart========================================*/ .cart-item-view{ display: flex; flex-direction: row; justify-content: start; align-items: center; } .cart-item-view img{ width:99px; height:66px; object-fit: contain; margin-right:7px } .cart-item-price-numb input ,.cart-item-price-numb input:focus{ background-color:#EBEBE7; border: none } .cart-item-price-numb{ display:flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; } .cart-item-price-numb button{ background-color: #dadad2; border: 1px solid #dadad2; } @media(max-width:500px){ .cart-item-price-numb{ flex-direction: column } } .update-btn{ background-color:#DADAD2; border-color: #DADAD2; color:#9A693A; display:none } .item-cart-tot{ border-bottom:1px solid #ffffff63; margin-bottom:30px } .item-cart-tot a{ text-decoration: none } /*==============================confirm order==================================*/ .personal-info { background-color:#fff; border:1px solid rgba(128, 128, 128, 0.596); border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; } .info-content{ display:flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; padding:5px 10px; align-items: center; border-bottom:1px solid rgba(128, 128, 128, 0.596); } .info-content p{ margin: unset; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .adress{ border-bottom:none } .confirm-order button{ padding:10px 40px } /*goods*/ .shipping-goods{ background-color: #EBEBE7; } .good-image{ width:70px; height:70px; background-color: #fff; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; position:relative; } .good-image img{ width:100%; height:100%; object-fit:contain; } .item-numb{ position: absolute; left:80%; bottom:70%; background-color:grey; width:30px; height:30px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; color:#fff; display:flex; align-items: center; justify-content: center } .goods-content{ display:flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; align-items: center } .goods-all{ border-bottom: 1px solid rgba(255, 255, 255, 0.651) } .order-prices{ display:flex; align-items: center; justify-content: space-between; flex-direction: row; flex-wrap: wrap } .goods-all button{ padding:5px 10px } /*==============================checkout=======================================*/ .contact-info{ display:flex; align-items: center; flex-direction: row; justify-content:flex-start } .contact-info img{ width:50px; height:50px } .confirm-button-order{ display:flex; align-items: center; flex-direction: row; justify-content:space-between; flex-wrap: wrap } /*==============================footer=========================================*/ footer{ background-color:#fff } /*==============================spinner========================================*/ .layout-spin{ position:absolute; top:0; right:0; bottom:0; left:0; background-color:#fff; z-index:4 } .layout-clip{ background-color:#DADAD2;; width:100%; height:100%; display:flex; align-items: center; justify-content: center; -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 96% 100%, 0 5%, 0 0); clip-path: polygon(50% 0%, 100% 0, 100% 100%, 96% 100%, 0 5%, 0 0); } .spinner { width: 70px; display: flex; flex-direction: column; } .spinner > div { width: 15px; height: 15px; background-color: rgb(163, 6, 6); display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; -webkit-clip-path: polygon(100% 0, 100% 51%, 1% 100%, 0 50%); clip-path: polygon(100% 0, 100% 51%, 1% 100%, 0 50%); } .spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0) } 40% { -webkit-transform: scale(1.0) } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1.0); transform: scale(1.0); } } /*======================================================================================================= =========================================================================================================*/ /*====================================================admin============================================= */ /*===================================categories==========================*/ .navbar-light .navbar-nav .show>.nav-link{ color:rgba(0,0,0,.5) !important } .navbar-light .navbar-nav .active>.nav-link{ color:#000 !important } .dash-nav .navbar-light{ background-color:#EBEBE7; } .dash-nav nav a{ font-family: inherit; font-weight:bold; font-size:20px; padding:10px 20px !important } .add-category{ min-height:400px; border:2px dashed #000; background-color:#EBEBE7; display:flex; align-items: center; justify-content: center; flex-direction: column } .sub-category-input{ display:none; } .sub-category-btn{ cursor: pointer } .categ-all-descrep{ background-color:#969691 } .categ-bar{ display:flex; flex-direction: row; justify-content: space-between; } .sub-categ-add{ display:flex; flex-direction: row; align-items: center; justify-content: center } .categ-all-descrep input{ background-color:#ebebe7 } .categ-all-descrep input:focus{ background-color:#ebebe7 } .categ-all-descrep .addsubcat{ display:none; } .sub-categ-main-box{ display:none } .main-dash-categ{ cursor: pointer; } .fa-backspace{ cursor: pointer; } .sub-categ-main-box h6{ border-bottom:1px solid grey; padding-bottom:10px } /*==========================================================================================================*/ /*=========================================product=========================*/ .my-product{ border:1px dashed rgba(0, 0, 0, 0.479) } .my-product-customize{ background-color:#969691; border-bottom:1px dashed rgba(0, 0, 0, 0.479); padding: 1px 10px; display:flex; flex-direction: row; align-items: center; justify-content: space-between } .delete-product-image{ background-color:fff; width:70px; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; } .dash-product-images{ display:flex; flex-direction: row; flex-wrap: wrap } .dash-product-image{ width: 77px; border: 1px solid grey; margin-bottom: 10px; padding: 5px; border-radius: 7px; } .delete-product-image i{ cursor: pointer; } /* @media(min-width:991px){ .dash-admin-all-categories ,.added-categories{ height:100vh; overflow-y: scroll; overflow-x:hidden } } */ /*==========================================================================================================*/ /*=========================================new order=========================*/ .new-order-info{ background-color:#969691; padding: 5px 10px; display:flex; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap:wrap } /*all products modified*/ .search-products{ display:flex; flex-direction: row } .search-products button{ position:relative; right:5% }
public/css/style.css
body{ background-color:#DADAD2; font-family: 'Anaheim'; } .body-index{ overflow-y:hidden; } /*=============================common styles=================================*/ /*color*/ .black{ color:#000 } .brown{ color:#9A693A } .white{ color:#fff } .black-btn{ background-color:#000; color:#fff; border-radius: unset; -webkit-border-radius: unset; -moz-border-radius: unset; -ms-border-radius: unset; -o-border-radius: unset; } .black-btn a{ color: #fff; } .link:hover{ color:#9A693A } /*fonts*/ .bolded-font{ font-weight:800 } .light-span{ font-weight:lighter; font-size:12px } .store-logo{ font-family: 'Caesar Dressing'; width:150px; height:130px; object-fit: contain } /*margin and pading*/ .marg-top{ margin-top:100px !important } /*==============================menu=========================================*/ .active-menu{ color:#fff; text-decoration-line: underline; -moz-text-decoration-line: underline; } .active-menu { color: #000; text-decoration-line: unset; -moz-text-decoration-line: underline; background-color: #c0a68b00; border: 1px solid #c0a58a00; } .cart-numb{ text-decoration-line: underline; -moz-text-decoration-line: underline; font-weight:900 } .menu{ position:fixed; top:8px; left:0; right:0; z-index:1 } .menu-content{ width:400px; height:60px; background-color:#EBEBE7; margin:auto; } @media(max-width:416px){ .menu-content{ width:300px } } .menu-main{ display:flex; flex-direction: row; justify-content: space-between; align-items: center; } .menu-main i{ cursor: pointer; } .menu-dropdown{ display:none; } .menu-content .container-fluid ,.menu-content .menu-main{ height:100% } .menu-back{ background-color:#EBEBE7; margin-right:-15px; margin-left:-15px; } .menu-dropdown{ background: -moz-linear-gradient(top, rgba(154,105,58,0.65) 0%, rgba(154,105,58,0.65) 13%, rgba(154,105,58,0) 99%, rgba(154,105,58,0) 100%); background: -webkit-linear-gradient(top, rgba(154,105,58,0.65) 0%,rgba(154,105,58,0.65) 13%,rgba(154,105,58,0) 99%,rgba(154,105,58,0) 100%); background:linear-gradient(to bottom, rgb(154, 105, 58) 0%,rgba(154,105,58,0.65) 13%,rgba(154,105,58,0) 99%,rgba(154,105,58,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a69a693a', endColorstr='#009a693a',GradientType=0 ); overflow-y:scroll; max-height:500px } .dropdown-item:first-child{ border-bottom:1px solid #80808052 } .category{ padding:10px; border:5px solid #EBEBE7; } .category p{ margin-bottom: unset; font-size: 14px; font-weight: 900; } .ext-menu-links a{ color:#000; font-size:15px; font-weight:600; } .sub-categ-cont{ display:none } .category .sub-categ-cont p{ padding-bottom:7px } /*menu cart*/ .cart-menu{ display:none; overflow-y:scroll; max-height:500px } .item-cart-menu{ display:flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; margin:0 15px; background-color:#DADAD2; padding:10px 5px; border-bottom:1px solid #000; } .item-cart-descrep button{ background-color: #dadad2; border: 1px solid #dadad2; } .item-cart-menu img{ width:99px; height:66px; object-fit: contain } .item-cart-menu i{ cursor: pointer; color:#fff; font-size:12px } .tot-subtot-price,.checkout-cart{ display:flex; flex-direction: row; justify-content: space-between; margin:0 15px; align-items: center } .checkout-cart a:hover{ color:#000 } .checkout-cart button{ padding:5px 60px } /*==============================intro=========================================*/ .intro span{ font-weight:900; text-decoration-line: underline; -moz-text-decoration-line: underline; } .intro h1{ line-height: 64px; } /*==============================products======================================*/ .product{ position:relative; } .product,.product-img ,.product-img img{ height:300px; } .product-img { text-align:center } .product-img img{ object-fit:cover } .overlay-product{ position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(218, 218, 210, 0.78); display:flex; align-items: center; justify-content: center; flex-direction: column; opacity:0; transition:all .5s; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -o-transition:all .5s; } .overlay-product:hover{ opacity:1 } .overlay-product a{ text-decoration: none } .overlay-product h6{ color:rgba(0, 0, 0, 0.61); } .overlay-product h5{ text-align:center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color:#000; font-weight:bold } .overlay-product button{ background-color:rgba(0, 0, 0, 0.514); padding:3px 20px } .product-popup{ height:300px; } .product-popup img{ object-fit:cover; height:100% } .products-main-modal .modal-body{ background-color:#ecece8 } /*==============================create account===============================*/ .create input{ background-color:#EDEDE9; border-radius: unset; -webkit-border-radius: unset; -moz-border-radius: unset; -ms-border-radius: unset; -o-border-radius: unset; } .create input:focus{ background-color:#EDEDE9; } /*==============================login========================================*/ @media(min-width:767px){ .login{ border-right:2px solid rgba(255, 255, 255, 0.315) } } @media(max-width:766px){ .login{ border-bottom:2px solid rgba(255, 255, 255, 0.315) } } /*===============================product details==============================*/ /*===============================product-slider===============================*/ .product-slider .product-slide{ display:flex; justify-content: center; max-height:600px; } .product-slider .product-slide img{ object-fit: cover } .slick-dots li button:before{ font-size:25px } /*==============================img seperate===================================*/ .img-seperate{ height:200px; background-image: url("../imgs/stamp06.jpg"); background-position: center; background-attachment: fixed; background-size: cover; background-repeat: no-repeat } /*=================================cart========================================*/ .cart-item-view{ display: flex; flex-direction: row; justify-content: start; align-items: center; } .cart-item-view img{ width:99px; height:66px; object-fit: contain; margin-right:7px } .cart-item-price-numb input ,.cart-item-price-numb input:focus{ background-color:#EBEBE7; border: none } .cart-item-price-numb{ display:flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; } .cart-item-price-numb button{ background-color: #dadad2; border: 1px solid #dadad2; } @media(max-width:500px){ .cart-item-price-numb{ flex-direction: column } } .update-btn{ background-color:#DADAD2; border-color: #DADAD2; color:#9A693A; display:none } .item-cart-tot{ border-bottom:1px solid #ffffff63; margin-bottom:30px } .item-cart-tot a{ text-decoration: none } /*==============================confirm order==================================*/ .personal-info { background-color:#fff; border:1px solid rgba(128, 128, 128, 0.596); border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; } .info-content{ display:flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; padding:5px 10px; align-items: center; border-bottom:1px solid rgba(128, 128, 128, 0.596); } .info-content p{ margin: unset; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .adress{ border-bottom:none } .confirm-order button{ padding:10px 40px } /*goods*/ .shipping-goods{ background-color: #EBEBE7; } .good-image{ width:70px; height:70px; background-color: #fff; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; position:relative; } .good-image img{ width:100%; height:100%; object-fit:contain; } .item-numb{ position: absolute; left:80%; bottom:70%; background-color:grey; width:30px; height:30px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; color:#fff; display:flex; align-items: center; justify-content: center } .goods-content{ display:flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; align-items: center } .goods-all{ border-bottom: 1px solid rgba(255, 255, 255, 0.651) } .order-prices{ display:flex; align-items: center; justify-content: space-between; flex-direction: row; flex-wrap: wrap } .goods-all button{ padding:5px 10px } /*==============================checkout=======================================*/ .contact-info{ display:flex; align-items: center; flex-direction: row; justify-content:flex-start } .contact-info img{ width:50px; height:50px } .confirm-button-order{ display:flex; align-items: center; flex-direction: row; justify-content:space-between; flex-wrap: wrap } /*==============================footer=========================================*/ footer{ background-color:#fff } /*==============================spinner========================================*/ .layout-spin{ position:absolute; top:0; right:0; bottom:0; left:0; background-color:#fff; z-index:4 } .layout-clip{ background-color:#DADAD2;; width:100%; height:100%; display:flex; align-items: center; justify-content: center; -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 96% 100%, 0 5%, 0 0); clip-path: polygon(50% 0%, 100% 0, 100% 100%, 96% 100%, 0 5%, 0 0); } .spinner { width: 70px; display: flex; flex-direction: column; } .spinner > div { width: 15px; height: 15px; background-color: rgb(163, 6, 6); display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; -webkit-clip-path: polygon(100% 0, 100% 51%, 1% 100%, 0 50%); clip-path: polygon(100% 0, 100% 51%, 1% 100%, 0 50%); } .spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0) } 40% { -webkit-transform: scale(1.0) } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1.0); transform: scale(1.0); } } /*======================================================================================================= =========================================================================================================*/ /*====================================================admin============================================= */ /*===================================categories==========================*/ .navbar-light .navbar-nav .show>.nav-link{ color:rgba(0,0,0,.5) !important } .navbar-light .navbar-nav .active>.nav-link{ color:#000 !important } .dash-nav .navbar-light{ background-color:#EBEBE7; } .dash-nav nav a{ font-family: inherit; font-weight:bold; font-size:20px; padding:10px 20px !important } .add-category{ min-height:400px; border:2px dashed #000; background-color:#EBEBE7; display:flex; align-items: center; justify-content: center; flex-direction: column } .sub-category-input{ display:none; } .sub-category-btn{ cursor: pointer } .categ-all-descrep{ background-color:#969691 } .categ-bar{ display:flex; flex-direction: row; justify-content: space-between; } .sub-categ-add{ display:flex; flex-direction: row; align-items: center; justify-content: center } .categ-all-descrep input{ background-color:#ebebe7 } .categ-all-descrep input:focus{ background-color:#ebebe7 } .categ-all-descrep .addsubcat{ display:none; } .sub-categ-main-box{ display:none } .main-dash-categ{ cursor: pointer; } .fa-backspace{ cursor: pointer; } .sub-categ-main-box h6{ border-bottom:1px solid grey; padding-bottom:10px } /*==========================================================================================================*/ /*=========================================product=========================*/ .my-product{ border:1px dashed rgba(0, 0, 0, 0.479) } .my-product-customize{ background-color:#969691; border-bottom:1px dashed rgba(0, 0, 0, 0.479); padding: 1px 10px; display:flex; flex-direction: row; align-items: center; justify-content: space-between } .delete-product-image{ background-color:fff; width:70px; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; } .dash-product-images{ display:flex; flex-direction: row; flex-wrap: wrap } .dash-product-image{ width: 77px; border: 1px solid grey; margin-bottom: 10px; padding: 5px; border-radius: 7px; } .delete-product-image i{ cursor: pointer; } /* @media(min-width:991px){ .dash-admin-all-categories ,.added-categories{ height:100vh; overflow-y: scroll; overflow-x:hidden } } */ /*==========================================================================================================*/ /*=========================================new order=========================*/ .new-order-info{ background-color:#969691; padding: 5px 10px; display:flex; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap:wrap } /*all products modified*/ .search-products{ display:flex; flex-direction: row } .search-products button{ position:relative; right:5% }
0.359926
0.074905
.inner { margin-top: 10px; } /*heading*/ @media { #heading { overflow: hidden; } #heading h3 { text-transform: uppercase; font-weight: 600; letter-spacing: 2px; padding: 10px; } #heading h3 span { display: inline-block; position: relative; padding: 0 10px; } #heading h3 span::before, #heading h3 span::after { content: ""; position: absolute; top: 35%; width: 50vw; border-top: 4px solid lightgrey; } #heading h3 span::before { right: 100%; } #heading h3 span::after { left: 100%; } } /* Content */ @media { .inner .content { padding: 10px 0 0; } .inner .card { padding: 10px 6px; background: #fff; box-shadow: 0 0 5px 0 rgba(0,0,0,.3); } .inner .main-data-head, .inner .main-data { padding-left: 10%; } .inner hr.separator { border-top-color: #000; } .inner .row { margin: 0; } .inner a { color: #003781; } .main-data * { font-weight: 100; } .main-data .tile-short, .main-data .tile-short span.fa { display: inline-flex; color: #fff; font-style: italic; } .main-data .tile-short { padding: 8px 6px; background: rgb(57,73,169); } .main-data .tile-short span { padding: 0 5px; } .tile-card { box-shadow: 0 0 12px 0 rgba(0,0,0,.3); background: #fff; } .tile-image img { width: 100%; } .tile-text { padding: 6px; } } /* Sidebar */ @media { .sidebar .container-fluid { margin: 10px 0; } .sidebar img { height: 100%; margin: auto auto; padding: 30px 0; } #main-tiles .tile-text { position: absolute; bottom: 4px; left: 8%; font-size: .9rem; font-weight: 600; } } /*Options*/ @media { .options h4 { margin: 4px; } .options button { border-radius: 1px; background-color: #ff6e42; margin-top: 10px; border: none; } .options button:hover, .options button:focus { background-color: #3c4ab5; } .options input, .options textarea, .options select, .options option { width: 100%; border: 1px solid lightgrey; line-height: 1.2rem; font-size: .9rem; padding: 4px; color: grey; background: rgba(150,150,150,.1); } .options input { padding: 6px; } .options span.fa { position: absolute; top: 60%; right: 10%; color: grey; } } /* END of File */
css/inner.css
.inner { margin-top: 10px; } /*heading*/ @media { #heading { overflow: hidden; } #heading h3 { text-transform: uppercase; font-weight: 600; letter-spacing: 2px; padding: 10px; } #heading h3 span { display: inline-block; position: relative; padding: 0 10px; } #heading h3 span::before, #heading h3 span::after { content: ""; position: absolute; top: 35%; width: 50vw; border-top: 4px solid lightgrey; } #heading h3 span::before { right: 100%; } #heading h3 span::after { left: 100%; } } /* Content */ @media { .inner .content { padding: 10px 0 0; } .inner .card { padding: 10px 6px; background: #fff; box-shadow: 0 0 5px 0 rgba(0,0,0,.3); } .inner .main-data-head, .inner .main-data { padding-left: 10%; } .inner hr.separator { border-top-color: #000; } .inner .row { margin: 0; } .inner a { color: #003781; } .main-data * { font-weight: 100; } .main-data .tile-short, .main-data .tile-short span.fa { display: inline-flex; color: #fff; font-style: italic; } .main-data .tile-short { padding: 8px 6px; background: rgb(57,73,169); } .main-data .tile-short span { padding: 0 5px; } .tile-card { box-shadow: 0 0 12px 0 rgba(0,0,0,.3); background: #fff; } .tile-image img { width: 100%; } .tile-text { padding: 6px; } } /* Sidebar */ @media { .sidebar .container-fluid { margin: 10px 0; } .sidebar img { height: 100%; margin: auto auto; padding: 30px 0; } #main-tiles .tile-text { position: absolute; bottom: 4px; left: 8%; font-size: .9rem; font-weight: 600; } } /*Options*/ @media { .options h4 { margin: 4px; } .options button { border-radius: 1px; background-color: #ff6e42; margin-top: 10px; border: none; } .options button:hover, .options button:focus { background-color: #3c4ab5; } .options input, .options textarea, .options select, .options option { width: 100%; border: 1px solid lightgrey; line-height: 1.2rem; font-size: .9rem; padding: 4px; color: grey; background: rgba(150,150,150,.1); } .options input { padding: 6px; } .options span.fa { position: absolute; top: 60%; right: 10%; color: grey; } } /* END of File */
0.301671
0.066782
@font-face { font-family: "IBM Plex Sans"; src: url("../resources/fonts/IBMPlexSans-Regular.woff2"); } @font-face { font-family: "IBM Plex Mono"; src: url("../resources/fonts/IBMPlexMono-Regular.woff2"); } @font-face { font-family: "Playfair Display"; src: url("../resources/fonts/PlayfairDisplay-Bold.ttf"); } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 16px; } body { background-color: #170517; font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; margin: 0; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } h1, h2, h3, h4, h5, h6 { font-family: "Playfair Display", Cambria, Cochin, Georgia, Times, "Times New Roman", serif; margin: 0.25rem 0; letter-spacing: 1px; } h1 { font-size: 2.125rem; color: #fff8f8; line-height: 1.147058824; } h2 { font-size: 1.5em; color: #d08b8b; line-height: 1.2; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; } p { font-size: 1rem; color: #ffffff; line-height: 1.5; } a { color: #edd69f; text-decoration: none; } a:hover, a:focus { text-decoration: underline; color: #f0b521; } blockquote { position: relative; } blockquote:before { content: ""; position: absolute; left: -1.5em; top: 0; bottom: 0; width: 0.3rem; background-image: url("../resources/images/dither.svg"); background-repeat: repeat-y; background-size: 0.75rem; } pre, code { font-family: "IBM Plex Mono", "Courier New", Courier, monospace; } pre { background: rgba(0, 0, 0, 0.5); padding: 1em; border-image: url("../resources/images/dither.svg") 20 / 5px 5px 5px 5px / 5px 5px 5px 5px / round; } footer { font-size: 0.9em; } .layout { min-height: calc(100vh - 2rem); max-width: 600px; display: flex; flex-direction: column; margin: 0 auto; padding: 1em; justify-content: space-between; }
src/components/layout.css
@font-face { font-family: "IBM Plex Sans"; src: url("../resources/fonts/IBMPlexSans-Regular.woff2"); } @font-face { font-family: "IBM Plex Mono"; src: url("../resources/fonts/IBMPlexMono-Regular.woff2"); } @font-face { font-family: "Playfair Display"; src: url("../resources/fonts/PlayfairDisplay-Bold.ttf"); } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 16px; } body { background-color: #170517; font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; margin: 0; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } h1, h2, h3, h4, h5, h6 { font-family: "Playfair Display", Cambria, Cochin, Georgia, Times, "Times New Roman", serif; margin: 0.25rem 0; letter-spacing: 1px; } h1 { font-size: 2.125rem; color: #fff8f8; line-height: 1.147058824; } h2 { font-size: 1.5em; color: #d08b8b; line-height: 1.2; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; } p { font-size: 1rem; color: #ffffff; line-height: 1.5; } a { color: #edd69f; text-decoration: none; } a:hover, a:focus { text-decoration: underline; color: #f0b521; } blockquote { position: relative; } blockquote:before { content: ""; position: absolute; left: -1.5em; top: 0; bottom: 0; width: 0.3rem; background-image: url("../resources/images/dither.svg"); background-repeat: repeat-y; background-size: 0.75rem; } pre, code { font-family: "IBM Plex Mono", "Courier New", Courier, monospace; } pre { background: rgba(0, 0, 0, 0.5); padding: 1em; border-image: url("../resources/images/dither.svg") 20 / 5px 5px 5px 5px / 5px 5px 5px 5px / round; } footer { font-size: 0.9em; } .layout { min-height: calc(100vh - 2rem); max-width: 600px; display: flex; flex-direction: column; margin: 0 auto; padding: 1em; justify-content: space-between; }
0.337531
0.083255
.icon, .icon .i { position: absolute; cursor: pointer; } .icon:before, .icon .i:before { content: ''; position: absolute; } .icon:after, .icon .i:after { content: ''; position: absolute; } .search.icon:before { content: ''; position: absolute; top: 12px; left: 5px; height: 6px; width: 1px; background-color: currentColor; } .icon:active { color: #db4437; } .search.icon { color: #000; position: absolute; margin-top: 2px; margin-left: 3px; width: 12px; height: 12px; border: 1px solid currentColor; border-radius: 100%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .searched.icon:after { content: ''; position: absolute; left: 1px; top: 1px; width: 10px; height: 10px; background-color: currentColor; border-radius: 50%; } .searched.icon:before { content: ''; position: absolute; top: 12px; left: 5px; width: 1px; height: 6px; background-color: currentColor; } .searched.icon { color: black; position: absolute; margin-top: 2px; margin-left: 3px; width: 12px; height: 12px; border: solid 1px currentColor; border-radius: 100%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .close.icon:after { content: ''; position: absolute; top: 10px; width: 21px; height: 1px; background-color: currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .close.icon:before { content: ''; position: absolute; top: 10px; width: 21px; height: 1px; background-color: currentColor; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .close.icon { color: #000; position: absolute; margin-top: 0; margin-left: 0; width: 21px; height: 21px; } .home.icon { margin-left: 4px; margin-top: 9px; width: 11px; height: 9px; border-left: solid 1px currentColor; border-right: solid 1px currentColor; border-bottom: solid 1px currentColor; } .home.icon:before { width: 3px; height: 5px; border: solid 1px currentColor; left: 3px; top: 3px; } .home.icon:after { left: -1px; top: -4px; width: 12px; height: 12px; border-top: solid 1px currentColor; border-left: solid 1px currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .home.icon.fill:before { background-color: currentColor; } .user.icon:before { content: ''; position: absolute; left: 1px; top: -13px; width: 9px; height: 9px; border-radius: 50%; border: solid 2px currentColor; } .user.icon { position: absolute; margin-left: 3px; margin-top: 11px; width: 15px; height: 7px; border-left: solid 2px currentColor; border-right: solid 2px currentColor; border-top: solid 2px currentColor; border-bottom: solid 2px transparent; border-radius: 8px 8px 0 0; } .userd.icon:before { content: ''; position: absolute; left: 2px; top: -10px; width: 8px; height: 8px; border-radius: 50%; border: solid 1px currentColor; background-color: currentColor; } .userd.icon { position: absolute; margin-left: 3px; margin-top: 11px; width: 14px; height: 6px; border-left: solid 1px currentColor; border-right: solid 1px currentColor; border-top: solid 1px currentColor; border-bottom: solid 1px transparent; background-color: currentColor; border-radius: 6px 6px 0 0; } .chat.icon:before { content: ''; position: absolute; left: 3px; top: 8px; width: 4px; height: 4px; -webkit-transform: rotate(45deg); transform: rotate(45deg); background-color: white; border-bottom: solid 1px currentColor; border-right: solid 1px currentColor; } .chat.icon { position: absolute; margin-left: 2px; margin-top: 4px; width: 15px; height: 10px; border: solid 1px currentColor; border-radius: 2px; } .chated.icon:before { content: ''; position: absolute; left: 3px; top: 8px; width: 4px; height: 4px; background-color: currentColor; border-bottom: solid 1px currentColor; border-right: solid 1px currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .chated.icon { position: absolute; margin-left: 2px; margin-top: 4px; width: 15px; height: 10px; border: solid 1px currentColor; background-color: currentColor; border-radius: 2px; } .eye.icon:before { content: ''; position: absolute; left: 2px; top: 2px; width: 6px; height: 6px; border-radius: 50%; border: solid 1px currentColor; } .eye.icon { position: absolute; margin-left: 3px; margin-top: 3px; width: 12px; height: 12px; border-radius: 70% 15%; border: solid 1px currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .eyed.icon:before { content: ''; position: absolute; left: 2px; top: 2px; width: 6px; height: 6px; border-radius: 50%; border: solid 1px currentColor; background-color: currentColor; } .eyed.icon { position: absolute; margin-left: 3px; margin-top: 3px; width: 12px; height: 12px; border-radius: 70% 15%; border: solid 1px currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .more.icon:after { content: ''; position: absolute; top: -1px; left: 6px; width: 2px; height: 2px; border-radius: 50%; border: solid 1px currentColor; } .more.icon:before { content: ''; position: absolute; top: -1px; left: -8px; width: 2px; height: 2px; border-radius: 50%; border: solid 1px currentColor; } .more.icon { color: #000; position: absolute; margin-left: 9px; margin-top: 9px; width: 2px; height: 2px; border-radius: 50%; border: solid 1px currentColor; } .mored.icon:after { content: ''; position: absolute; top: -1px; left: 6px; width: 2px; height: 2px; border-radius: 50%; border: solid 1px currentColor; background-color: currentColor; } .mored.icon:before { content: ''; position: absolute; top: -1px; left: -8px; width: 2px; height: 2px; border-radius: 50%; border: solid 1px currentColor; background-color: currentColor; } .mored.icon { color: #000; position: absolute; margin-left: 9px; margin-top: 9px; width: 2px; height: 2px; border-radius: 50%; border: solid 1px currentColor; background-color: currentColor; } .back.icon:before { content: ''; position: absolute; left: 1px; top: -5px; width: 10px; height: 10px; border-top: solid 1px currentColor; border-right: solid 1px currentColor; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); } .back.icon { color: #000; position: absolute; margin-left: 3px; margin-top: 10px; width: 16px; height: 1px; background-color: currentColor; }
css/icon.css
.icon, .icon .i { position: absolute; cursor: pointer; } .icon:before, .icon .i:before { content: ''; position: absolute; } .icon:after, .icon .i:after { content: ''; position: absolute; } .search.icon:before { content: ''; position: absolute; top: 12px; left: 5px; height: 6px; width: 1px; background-color: currentColor; } .icon:active { color: #db4437; } .search.icon { color: #000; position: absolute; margin-top: 2px; margin-left: 3px; width: 12px; height: 12px; border: 1px solid currentColor; border-radius: 100%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .searched.icon:after { content: ''; position: absolute; left: 1px; top: 1px; width: 10px; height: 10px; background-color: currentColor; border-radius: 50%; } .searched.icon:before { content: ''; position: absolute; top: 12px; left: 5px; width: 1px; height: 6px; background-color: currentColor; } .searched.icon { color: black; position: absolute; margin-top: 2px; margin-left: 3px; width: 12px; height: 12px; border: solid 1px currentColor; border-radius: 100%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .close.icon:after { content: ''; position: absolute; top: 10px; width: 21px; height: 1px; background-color: currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .close.icon:before { content: ''; position: absolute; top: 10px; width: 21px; height: 1px; background-color: currentColor; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .close.icon { color: #000; position: absolute; margin-top: 0; margin-left: 0; width: 21px; height: 21px; } .home.icon { margin-left: 4px; margin-top: 9px; width: 11px; height: 9px; border-left: solid 1px currentColor; border-right: solid 1px currentColor; border-bottom: solid 1px currentColor; } .home.icon:before { width: 3px; height: 5px; border: solid 1px currentColor; left: 3px; top: 3px; } .home.icon:after { left: -1px; top: -4px; width: 12px; height: 12px; border-top: solid 1px currentColor; border-left: solid 1px currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .home.icon.fill:before { background-color: currentColor; } .user.icon:before { content: ''; position: absolute; left: 1px; top: -13px; width: 9px; height: 9px; border-radius: 50%; border: solid 2px currentColor; } .user.icon { position: absolute; margin-left: 3px; margin-top: 11px; width: 15px; height: 7px; border-left: solid 2px currentColor; border-right: solid 2px currentColor; border-top: solid 2px currentColor; border-bottom: solid 2px transparent; border-radius: 8px 8px 0 0; } .userd.icon:before { content: ''; position: absolute; left: 2px; top: -10px; width: 8px; height: 8px; border-radius: 50%; border: solid 1px currentColor; background-color: currentColor; } .userd.icon { position: absolute; margin-left: 3px; margin-top: 11px; width: 14px; height: 6px; border-left: solid 1px currentColor; border-right: solid 1px currentColor; border-top: solid 1px currentColor; border-bottom: solid 1px transparent; background-color: currentColor; border-radius: 6px 6px 0 0; } .chat.icon:before { content: ''; position: absolute; left: 3px; top: 8px; width: 4px; height: 4px; -webkit-transform: rotate(45deg); transform: rotate(45deg); background-color: white; border-bottom: solid 1px currentColor; border-right: solid 1px currentColor; } .chat.icon { position: absolute; margin-left: 2px; margin-top: 4px; width: 15px; height: 10px; border: solid 1px currentColor; border-radius: 2px; } .chated.icon:before { content: ''; position: absolute; left: 3px; top: 8px; width: 4px; height: 4px; background-color: currentColor; border-bottom: solid 1px currentColor; border-right: solid 1px currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .chated.icon { position: absolute; margin-left: 2px; margin-top: 4px; width: 15px; height: 10px; border: solid 1px currentColor; background-color: currentColor; border-radius: 2px; } .eye.icon:before { content: ''; position: absolute; left: 2px; top: 2px; width: 6px; height: 6px; border-radius: 50%; border: solid 1px currentColor; } .eye.icon { position: absolute; margin-left: 3px; margin-top: 3px; width: 12px; height: 12px; border-radius: 70% 15%; border: solid 1px currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .eyed.icon:before { content: ''; position: absolute; left: 2px; top: 2px; width: 6px; height: 6px; border-radius: 50%; border: solid 1px currentColor; background-color: currentColor; } .eyed.icon { position: absolute; margin-left: 3px; margin-top: 3px; width: 12px; height: 12px; border-radius: 70% 15%; border: solid 1px currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .more.icon:after { content: ''; position: absolute; top: -1px; left: 6px; width: 2px; height: 2px; border-radius: 50%; border: solid 1px currentColor; } .more.icon:before { content: ''; position: absolute; top: -1px; left: -8px; width: 2px; height: 2px; border-radius: 50%; border: solid 1px currentColor; } .more.icon { color: #000; position: absolute; margin-left: 9px; margin-top: 9px; width: 2px; height: 2px; border-radius: 50%; border: solid 1px currentColor; } .mored.icon:after { content: ''; position: absolute; top: -1px; left: 6px; width: 2px; height: 2px; border-radius: 50%; border: solid 1px currentColor; background-color: currentColor; } .mored.icon:before { content: ''; position: absolute; top: -1px; left: -8px; width: 2px; height: 2px; border-radius: 50%; border: solid 1px currentColor; background-color: currentColor; } .mored.icon { color: #000; position: absolute; margin-left: 9px; margin-top: 9px; width: 2px; height: 2px; border-radius: 50%; border: solid 1px currentColor; background-color: currentColor; } .back.icon:before { content: ''; position: absolute; left: 1px; top: -5px; width: 10px; height: 10px; border-top: solid 1px currentColor; border-right: solid 1px currentColor; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); } .back.icon { color: #000; position: absolute; margin-left: 3px; margin-top: 10px; width: 16px; height: 1px; background-color: currentColor; }
0.460532
0.064979
h2, h3, h4, h5, h6, p { margin-top: 1rem; margin-bottom: 1rem; /* background-color: #eee; */ font-size: 1.25rem; color: #05a; font-weight: normal; margin: 0; padding: 0; margin-bottom: 0.25rem; } p { background-color: transparent; } a { margin: 0; padding: 0; } h2, .ians-contents-level-2 { margin-left: 0rem; } h3, .ians-contents-level-3 { margin-left: 2rem; } h4, .ians-contents-level-4 { margin-left: 4rem; } h5, .ians-contents-level-5 { margin-left: 6rem; } h6, .ians-contents-level-6 { margin-left: 8rem; } /* .ians-content-level-root { margin-top: 2rem; } */ a::before { content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-file-code" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgb(41,144,234)" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M10 13l-1 2l1 2" /><path d="M14 13l1 2l-1 2" /></svg>'); display: inline-block; width: 1.5rem; height: 1.5rem; margin-right: 0.25rem; vertical-align: middle; } h2::before, h3::before, h4::before, h5::before, h6::before { content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="rgb(0,85,170)"><path d="M2 6a2 2 0 012-2h5l2 2h5a2 2 0 012 2v6a2 2 0 01-2 2H4a2 2 0 01-2-2V6z" /></svg>'); display: inline-block; width: 1.5rem; height: 1.5rem; margin-right: 0.5rem; /* margin-top: 5px; */ vertical-align: middle; } hr { border-top: 1px dashed #999; margin-top: 4rem; margin-bottom: 2rem; } /* <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-file-code" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgb(41,144,234)" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M10 13l-1 2l1 2" /><path d="M14 13l1 2l-1 2" /></svg> */
course-source/index.css
h2, h3, h4, h5, h6, p { margin-top: 1rem; margin-bottom: 1rem; /* background-color: #eee; */ font-size: 1.25rem; color: #05a; font-weight: normal; margin: 0; padding: 0; margin-bottom: 0.25rem; } p { background-color: transparent; } a { margin: 0; padding: 0; } h2, .ians-contents-level-2 { margin-left: 0rem; } h3, .ians-contents-level-3 { margin-left: 2rem; } h4, .ians-contents-level-4 { margin-left: 4rem; } h5, .ians-contents-level-5 { margin-left: 6rem; } h6, .ians-contents-level-6 { margin-left: 8rem; } /* .ians-content-level-root { margin-top: 2rem; } */ a::before { content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-file-code" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgb(41,144,234)" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M10 13l-1 2l1 2" /><path d="M14 13l1 2l-1 2" /></svg>'); display: inline-block; width: 1.5rem; height: 1.5rem; margin-right: 0.25rem; vertical-align: middle; } h2::before, h3::before, h4::before, h5::before, h6::before { content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="rgb(0,85,170)"><path d="M2 6a2 2 0 012-2h5l2 2h5a2 2 0 012 2v6a2 2 0 01-2 2H4a2 2 0 01-2-2V6z" /></svg>'); display: inline-block; width: 1.5rem; height: 1.5rem; margin-right: 0.5rem; /* margin-top: 5px; */ vertical-align: middle; } hr { border-top: 1px dashed #999; margin-top: 4rem; margin-bottom: 2rem; } /* <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-file-code" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgb(41,144,234)" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><path d="M10 13l-1 2l1 2" /><path d="M14 13l1 2l-1 2" /></svg> */
0.24726
0.090937
@keyframes fadeInFromTop { 0% { transform: translateY(-100%); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes fadeInFromBottom { 0% { transform: translateY(300%); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ } body { font-family: Helvetica, Arial, sans-serif; margin: 0px; padding: 0px; font-size: 12pt; color: #ddd; background-color: #222; } @media only screen and (min-width: 1500px) { body { font-size: 20pt; } } a { transition: 0.2s; } a:hover { transition: 0.2s; } .mono { font-family: "Monaco", "Inconsolata", Courier, monospace; } .serif { font-family: "Times New Roman", Times, serif; } .nav-bar { position: absolute; width: 100%; top: 1.5rem; display: flex; justify-content: space-between; } .nav-bar > span { padding: 0 2rem; } .nav-bar a { position: relative; text-decoration: none; color: #eee; } .nav-bar a:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #eee; visibility: hidden; transform: scaleX(0); transition: all 0.2s ease-in-out; } .nav-bar a:hover:before { visibility: visible; transform: scaleX(1); } .nav-bar.invert a { position: relative; text-decoration: none; color: #333; } .nav-bar.invert a:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #333; visibility: hidden; transform: scaleX(0); transition: all 0.2s ease-in-out; } .nav-bar.invert a:hover:before { visibility: visible; transform: scaleX(1); } header { color: #111; height: 100vh; background-image: url(images/atlas-hr.jpg); background-color: white; background-size: cover; display: flex; flex-direction: column; align-items: center; margin-bottom: 30px; } header section { /* align everything to center */ display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; top: 20vh; margin: 0 2rem; } header section p { animation: 1.5s ease-out 0s 1 fadeIn; margin: 0 0 1rem; } header section .header-links { animation: 1s ease-out 0s 1 fadeInFromBottom; } header a { position: relative; text-decoration: none; color: #111; } header a:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #111; visibility: hidden; transform: scaleX(0); transition: all 0.2s ease-in-out; } header a:hover:before { visibility: visible; transform: scaleX(1); } h1 { font-size: 25pt; color: #333; animation: 1.5s ease-out 0s 1 fadeInFromTop; margin: 2rem 0 1.5rem; } .short-header { height: 55vh; background-image: url(images/atlas-hr-short.jpg); } .short-header h1 { animation: none; } @media only screen and (min-width: 1500px) { h1 { font-size: 35pt; } } .permalink { padding-left: 0.5ex; font-size: 17pt; transition: 0.5s; color: #aaa; } .permalink:hover { color: #ddd; } .content { margin-left: 8vw; margin-right: 8vw; font-size: 12pt; padding: 0.5rem 0; } .content a { color: lightskyblue; } .content a:hover { color: #eee; } .content h2 { padding-left: 2rem; font-size: 20pt; font-weight: lighter; } .content h3 { padding-top: 1rem; font-weight: lighter; } .content ul { margin-top: -0.5rem; } .text-column { margin: 0 auto; max-width: 60ex; } .side-by-side { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; align-content: center; justify-content: center; } .side-by-side > *:first-child { margin: 0; padding-right: 5vw; } .side-by-side > *:last-child { text-align: center; } .side-by-side img { padding-top: 1rem; max-height: 20em; } @media only screen and (max-width: 900px) { .side-by-side { display: block; } .side-by-side img { margin-top: 3vh; max-height: unset; max-width: 60%; } } .white-section { background-color: #f4f4f4; color: #333; } .white-section a { color: darkcyan; } .white-section a:hover { color: lightskyblue; } .white-section .permalink { color: #666; } .white-section .permalink:hover { color: #333; } #recent-works { margin: 2rem 0 0 0; padding: 1rem 0; text-align: center; } #recent-works h2 { padding: 0; margin-bottom: 0.5rem; } #publications { margin: 0; padding: 3rem 10%; } #publications h2 { padding: 0; margin-bottom: 0.5rem; } #publications li { padding-bottom: 0.4rem; } #publications li span { display: inline-block; max-width: 70ch; vertical-align: top; } .three-columns { display: flex; flex-direction: row; justify-content: space-evenly; padding: 0 2rem; margin: auto; max-width: 180ex; } .three-columns > article { flex-basis: 30%; } .three-columns > article img { margin: 1rem 0; max-width: 100%; max-height: 18rem; } .three-columns > article > section { padding: 0 1rem; text-align: left; } @media only screen and (max-width: 900px) { .three-columns { display: block; } .three-columns img { max-width: 75%; } } #walk-gen { position: relative; left: -20%; width: 120%; } #walk-gen img { width: 120%; height: auto; } #survival { position: relative; left: 0%; width: 100%; } #survival img { width: 100%; height: auto; } .wide { position: relative; left: 0%; width: 100%; } .wide img { width: 100%; height: auto; } .half-wide { margin-left: 25%; width: 50%; } .half-wide img { width: 100%; height: auto; } #down { position: absolute; top: 80vh; padding: 20px; font-size: 5vmin; color: #ddd; transition: 0.5s; opacity: 0.8; } #down:hover { cursor: pointer; color: #fff; transition: 0.5s; opacity: 1; } #back-to-top { position: fixed; left: 4vh; top: 90vh; font-size: 4vmin; color: #aaa; color: #aaa; transition: 0.5s; opacity: 0.8; } #back-to-top:hover { cursor: pointer; color: #fff; transition: 0.5s; opacity: 1; } @media only screen and (max-width: 900px) { #back-to-top { display: none; } } footer { float: right; margin-right: 1ex; margin-bottom: 1ex; font-size: 2vmin; } .contact { list-style-type: none; } /*# sourceMappingURL=styles.css.map */
styles.css
@keyframes fadeInFromTop { 0% { transform: translateY(-100%); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes fadeInFromBottom { 0% { transform: translateY(300%); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ } body { font-family: Helvetica, Arial, sans-serif; margin: 0px; padding: 0px; font-size: 12pt; color: #ddd; background-color: #222; } @media only screen and (min-width: 1500px) { body { font-size: 20pt; } } a { transition: 0.2s; } a:hover { transition: 0.2s; } .mono { font-family: "Monaco", "Inconsolata", Courier, monospace; } .serif { font-family: "Times New Roman", Times, serif; } .nav-bar { position: absolute; width: 100%; top: 1.5rem; display: flex; justify-content: space-between; } .nav-bar > span { padding: 0 2rem; } .nav-bar a { position: relative; text-decoration: none; color: #eee; } .nav-bar a:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #eee; visibility: hidden; transform: scaleX(0); transition: all 0.2s ease-in-out; } .nav-bar a:hover:before { visibility: visible; transform: scaleX(1); } .nav-bar.invert a { position: relative; text-decoration: none; color: #333; } .nav-bar.invert a:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #333; visibility: hidden; transform: scaleX(0); transition: all 0.2s ease-in-out; } .nav-bar.invert a:hover:before { visibility: visible; transform: scaleX(1); } header { color: #111; height: 100vh; background-image: url(images/atlas-hr.jpg); background-color: white; background-size: cover; display: flex; flex-direction: column; align-items: center; margin-bottom: 30px; } header section { /* align everything to center */ display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; top: 20vh; margin: 0 2rem; } header section p { animation: 1.5s ease-out 0s 1 fadeIn; margin: 0 0 1rem; } header section .header-links { animation: 1s ease-out 0s 1 fadeInFromBottom; } header a { position: relative; text-decoration: none; color: #111; } header a:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #111; visibility: hidden; transform: scaleX(0); transition: all 0.2s ease-in-out; } header a:hover:before { visibility: visible; transform: scaleX(1); } h1 { font-size: 25pt; color: #333; animation: 1.5s ease-out 0s 1 fadeInFromTop; margin: 2rem 0 1.5rem; } .short-header { height: 55vh; background-image: url(images/atlas-hr-short.jpg); } .short-header h1 { animation: none; } @media only screen and (min-width: 1500px) { h1 { font-size: 35pt; } } .permalink { padding-left: 0.5ex; font-size: 17pt; transition: 0.5s; color: #aaa; } .permalink:hover { color: #ddd; } .content { margin-left: 8vw; margin-right: 8vw; font-size: 12pt; padding: 0.5rem 0; } .content a { color: lightskyblue; } .content a:hover { color: #eee; } .content h2 { padding-left: 2rem; font-size: 20pt; font-weight: lighter; } .content h3 { padding-top: 1rem; font-weight: lighter; } .content ul { margin-top: -0.5rem; } .text-column { margin: 0 auto; max-width: 60ex; } .side-by-side { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; align-content: center; justify-content: center; } .side-by-side > *:first-child { margin: 0; padding-right: 5vw; } .side-by-side > *:last-child { text-align: center; } .side-by-side img { padding-top: 1rem; max-height: 20em; } @media only screen and (max-width: 900px) { .side-by-side { display: block; } .side-by-side img { margin-top: 3vh; max-height: unset; max-width: 60%; } } .white-section { background-color: #f4f4f4; color: #333; } .white-section a { color: darkcyan; } .white-section a:hover { color: lightskyblue; } .white-section .permalink { color: #666; } .white-section .permalink:hover { color: #333; } #recent-works { margin: 2rem 0 0 0; padding: 1rem 0; text-align: center; } #recent-works h2 { padding: 0; margin-bottom: 0.5rem; } #publications { margin: 0; padding: 3rem 10%; } #publications h2 { padding: 0; margin-bottom: 0.5rem; } #publications li { padding-bottom: 0.4rem; } #publications li span { display: inline-block; max-width: 70ch; vertical-align: top; } .three-columns { display: flex; flex-direction: row; justify-content: space-evenly; padding: 0 2rem; margin: auto; max-width: 180ex; } .three-columns > article { flex-basis: 30%; } .three-columns > article img { margin: 1rem 0; max-width: 100%; max-height: 18rem; } .three-columns > article > section { padding: 0 1rem; text-align: left; } @media only screen and (max-width: 900px) { .three-columns { display: block; } .three-columns img { max-width: 75%; } } #walk-gen { position: relative; left: -20%; width: 120%; } #walk-gen img { width: 120%; height: auto; } #survival { position: relative; left: 0%; width: 100%; } #survival img { width: 100%; height: auto; } .wide { position: relative; left: 0%; width: 100%; } .wide img { width: 100%; height: auto; } .half-wide { margin-left: 25%; width: 50%; } .half-wide img { width: 100%; height: auto; } #down { position: absolute; top: 80vh; padding: 20px; font-size: 5vmin; color: #ddd; transition: 0.5s; opacity: 0.8; } #down:hover { cursor: pointer; color: #fff; transition: 0.5s; opacity: 1; } #back-to-top { position: fixed; left: 4vh; top: 90vh; font-size: 4vmin; color: #aaa; color: #aaa; transition: 0.5s; opacity: 0.8; } #back-to-top:hover { cursor: pointer; color: #fff; transition: 0.5s; opacity: 1; } @media only screen and (max-width: 900px) { #back-to-top { display: none; } } footer { float: right; margin-right: 1ex; margin-bottom: 1ex; font-size: 2vmin; } .contact { list-style-type: none; } /*# sourceMappingURL=styles.css.map */
0.567337
0.075414
body{ margin:0; padding: 0; border: 0; font-family: arial,sans-serif; font-size:0.9em; } a{ text-decoration: none; } a:hover{ text-decoration: underline; } /*Header*/ .header-nav { display: flex; justify-content:flex-end; align-items: center; margin-right: 16px; margin-top: 14px; } .header-nav-right { display: flex; flex-direction: row; align-items: center; } .header-nav-right a { font-size: small; color: black; } .header-profile-pic{ border-radius: 50%; margin-left: 24px; } .header-profile-pic:hover{ box-shadow: 0 0 4px gainsboro; border-radius: 20px; cursor: pointer; } section { display: flex; flex-direction: column; align-items: center; margin-top: 10vh; } /*Search Input*/ .search-input{ display: flex; align-items: center; justify-content: space-between; border: 1px solid #dfe1e5; border-radius: 24px; width: 584px; height: 44px; padding: 0px 14px; margin-top: 24px; } .search-input:hover { box-shadow: 0 0 4px gainsboro; } .search-input > input { border: none; outline: none; flex:1; } /* Button */ .buttons{ margin: 24px; } button { background-color: #F8F9FA; border: 1px solid #f8f9fa; border-radius: 4px; color: #3c4043; padding: 0 16px; height: 36px; font-size: 14px; margin-right: 10px; } button:hover { cursor: pointer; border: 1px solid gainsboro; box-shadow: 0 0 2px gainsboro; } /* Footer */ footer { background-color: #F2F2F2; position: fixed; width: 100%; bottom: 0; } footer a { color:#70757a; } .footer-nav { display: flex; flex-direction: row; justify-content: space-between; padding: 0px 15px; } .footer-left { display: flex; justify-content: flex-start; width: 30%; } .footer-nav a{ padding: 15px; } .footer-middle { display: flex; justify-content: center; width: 30%; } .footer-right { display: flex; justify-content: flex-end; width: 30%; } .footer-country { padding: 15px 30px; border-bottom: 1px solid #dadce0; }
google-homepage/css/style.css
body{ margin:0; padding: 0; border: 0; font-family: arial,sans-serif; font-size:0.9em; } a{ text-decoration: none; } a:hover{ text-decoration: underline; } /*Header*/ .header-nav { display: flex; justify-content:flex-end; align-items: center; margin-right: 16px; margin-top: 14px; } .header-nav-right { display: flex; flex-direction: row; align-items: center; } .header-nav-right a { font-size: small; color: black; } .header-profile-pic{ border-radius: 50%; margin-left: 24px; } .header-profile-pic:hover{ box-shadow: 0 0 4px gainsboro; border-radius: 20px; cursor: pointer; } section { display: flex; flex-direction: column; align-items: center; margin-top: 10vh; } /*Search Input*/ .search-input{ display: flex; align-items: center; justify-content: space-between; border: 1px solid #dfe1e5; border-radius: 24px; width: 584px; height: 44px; padding: 0px 14px; margin-top: 24px; } .search-input:hover { box-shadow: 0 0 4px gainsboro; } .search-input > input { border: none; outline: none; flex:1; } /* Button */ .buttons{ margin: 24px; } button { background-color: #F8F9FA; border: 1px solid #f8f9fa; border-radius: 4px; color: #3c4043; padding: 0 16px; height: 36px; font-size: 14px; margin-right: 10px; } button:hover { cursor: pointer; border: 1px solid gainsboro; box-shadow: 0 0 2px gainsboro; } /* Footer */ footer { background-color: #F2F2F2; position: fixed; width: 100%; bottom: 0; } footer a { color:#70757a; } .footer-nav { display: flex; flex-direction: row; justify-content: space-between; padding: 0px 15px; } .footer-left { display: flex; justify-content: flex-start; width: 30%; } .footer-nav a{ padding: 15px; } .footer-middle { display: flex; justify-content: center; width: 30%; } .footer-right { display: flex; justify-content: flex-end; width: 30%; } .footer-country { padding: 15px 30px; border-bottom: 1px solid #dadce0; }
0.382026
0.072014
1. GENERAL STRUCTURES ################################################################# */ /* Import fonts @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);*/ @import url(https://fonts.googleapis.com/css?family=Oswald:700,400,300); @import url("prettyPhoto.css") screen; @import url("hoverex-all.css") screen; *{ margin: 0; padding: 0px; } body { background: #fff; margin: 0; } h1, h2, h3, h4, h5, h6 { font-weight: 300; } p { padding: 0; margin-bottom: 12px; font-family: 'Lato', sans-serif; font-weight: 300; font-size: 18px; line-height: 28px; margin-top: 10px; } html, body { height: 100%; } .navbar-nav { display: inline-block; float: none; margin: 0; } .navbar{ background: transparent; border-bottom: 0; } .navbar .navbar-nav li a{ color: #FFFFFF; font-size: 15px; } .alignleft { float: left; } .alignright { float: right; } .aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; } .centered {text-align: center;} .navigation {margin-top:200px;} .mt {margin-top: 80px;} .mb {margin-bottom: 50px;} .mtb {margin-top: 50px; margin-bottom: 50px;} .mtb2 { margin-top: 100px; margin-bottom: 100px;} .ptb {padding-top: 80px; padding-bottom: 80px;} .clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width:100%; } ::-moz-selection { color: #fff; text-shadow:none; background:#2B2E31; } ::selection { color: #fff; text-shadow:none; background:#2B2E31; } *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } a { padding: 0; margin: 0; text-decoration: none; font-family: 'Lato', sans-serif; -webkit-transition: background-color .4s linear, color .4s linear; -moz-transition: background-color .4s linear, color .4s linear; -o-transition: background-color .4s linear, color .4s linear; -ms-transition: background-color .4s linear, color .4s linear; transition: background-color .4s linear, color .4s linear; } a:hover, a:focus { text-decoration: none; } .nopadding { padding: 0px !important; margin: 0px; } /* FORM CONFIGURATION */ input { font-size: 16px; min-height: 40px; border-radius: 2px; line-height: 20px; padding: 11px 30px 12px; border: 1px solid #b9b9af; margin-bottom: 10px; background-color: #fff; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; } .subscribe-input { float: left; width: 65%; text-align: left; margin-right: 2px; } .subscribe-submit { right: 0; } .btn-download { background: #FDE3A7; } .btn-conf { border-radius: 0px; margin-right: 15px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; padding: 14px 28px 13px 28px; } .btn-clear { background: transparent; color: white; border: 2px solid white; } .btn-clear:hover { background: white; color: #2f2f2f; } .dmbutton:hover, .dmbutton:active, .dmbutton:focus{ color: #ffffff; background-color: #222222; border-color: #ffffff; } .dmbutton { background:rgba(0, 0, 0, 0); border: 1px solid #ffffff; color: #ffffff; -webkit-border-radius: 2px; border-radius: 2px; padding-top: 1.025rem; padding-right: 2.25rem; letter-spacing:0.85px; padding-bottom: 1.0875rem; padding-left: 2.25rem; font-size: 1.55rem; cursor: pointer; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; text-decoration: none; text-align: center; display: inline-block; -webkit-transition: background-color 300ms ease-out; -moz-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; -webkit-appearance: none; font-weight: normal !important; } /* HEADER SECTION */ #h { background: url(../img/sampraiapainting2.jpg) no-repeat center top; padding-top: 5px; background-attachment: relative; background-position: center center; min-height: 700px; width: 100%; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: #595757 !important; } #h .logo { margin-top: 30px; margin-left: 40px; padding-bottom: 150px; } #h .logo h2{ font-weight: 900; letter-spacing: 1px; } #h h3 { margin-top: 10px; } #h i { font-size: 50px; } #h a{ color: #595757; } #h a:hover{ color: #0A0248; } /* GREY SECTION */ #g { padding-top: 80px; padding-bottom: 80px; background: #f5f5f5; } .portfolio { padding:0 !important; margin:0 !important; display:block; } .portfolio-item .title:before {border-radius:0; display:none} .portfolio-item p {margin:0px 0 30px;} .portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;} .tpl6 h3 { color:#fff; margin:0; padding:40px 5px 0; font-size:16px; text-transform:uppercase; } .tpl6 .dmbutton { display:inline-block; margin:30px 5px 20px 5px; font-size:13px; } .tpl6 .bg { height:100%; width:100%; background-color:#00b3fe; background-color:rgba(0,179,254,.9); text-align:center; } /* CLIENTS */ .clients img { max-width: 140px; max-height: 60px; vertical-align: middle; } .clients .col-sm-2 { height: 80px; line-height: 80px; } /* CONTACT SEPARATOR */ #sep { background: url(../img/set6.jpg) no-repeat center top; padding-top: 80px; padding-bottom: 80px; background-attachment: relative; background-position: center center; min-height: 450px; width: 100%; color: white; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: white; } #sep h3 { font-weight: 300; letter-spacing: 2px; } #sep .btn{ margin-bottom: 30px; width: 80%; white-space: normal; } #sep .btn-2{ width: 50%; margin-bottom: 30px; } #sep p{ min-height: 28px; } /* FOOTER */ #f { padding-top: 25px; padding-bottom: 25px; background-color: #22A7F0; } #f i { margin-right: 30px; font-size: 35px; } #f a { color: white; } /* HEADER 2 - PORTFOLIO SECTION */ #h2 { background: url(../img/header-2.jpg) no-repeat center top; padding-top: 5px; background-attachment: relative; background-position: center center; min-height: 700px; width: 100%; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: white; } #h2 .logo { margin-top: 30px; margin-left: 40px; padding-bottom: 150px; } #h2 .logo h2{ font-weight: 900; color: white; letter-spacing: 1px; } #h2 h3 { margin-top: 30px; letter-spacing: 1px; } /* TIME LINE BOX STRUCTURE */ img { border: 0; max-width: 100%; } .page-header h1 { font-size: 3.26em; text-align: center; color: #efefef; text-shadow: 1px 1px 0 #000; } /** timeline box structure **/ .timeline { list-style: none; padding: 20px 0 20px; position: relative; } .timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 3px; background-color: #eee; left: 50%; margin-left: -1.5px; } .tldate { display: block; width: 200px; background: #414141; border: 3px solid #212121; color: #ededed; margin: 0 auto; padding: 3px 0; font-weight: bold; text-align: center; -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35); } .timeline li { margin-bottom: 25px; position: relative; } .timeline li:before, .timeline li:after { content: " "; display: table; } .timeline li:after { clear: both; } .timeline li:before, .timeline li:after { content: " "; display: table; } /** timeline panels **/ .timeline li .timeline-panel { width: 46%; float: left; background: #fff; border: 1px solid #d4d4d4; padding: 20px; position: relative; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); } /** panel arrows **/ .timeline li .timeline-panel:before { position: absolute; top: 26px; right: -15px; display: inline-block; border-top: 15px solid transparent; border-left: 15px solid #ccc; border-right: 0 solid #ccc; border-bottom: 15px solid transparent; content: " "; } .timeline li .timeline-panel:after { position: absolute; top: 27px; right: -14px; display: inline-block; border-top: 14px solid transparent; border-left: 14px solid #fff; border-right: 0 solid #fff; border-bottom: 14px solid transparent; content: " "; } .timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after { top:0; right:0; display: none; border: 0; } .timeline li.timeline-inverted .timeline-panel { float: right; } .timeline li.timeline-inverted .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; } .timeline li.timeline-inverted .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; } /** timeline circle icons **/ .timeline li .tl-circ { position: relative; top: 23px; left: 50%; text-align: center; background: #6a8db3; color: #fff; width: 35px; height: 35px; line-height: 35px; margin-left: -16px; border: 3px solid #90acc7; border-top-right-radius: 50%; border-top-left-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; z-index: 99999; } /** timeline content **/ .tl-heading h4 { margin: 0; color: #c25b4e; } .tl-body p, .tl-body ul { margin-bottom: 0; } .tl-body > p + p { margin-top: 5px; } /** media queries **/ @media (max-width: 991px) { .timeline li .timeline-panel { width: 44%; } } @media (max-width: 700px) { .page-header h1 { font-size: 1.8em; } ul.timeline:before { left: 40px; } .tldate { width: 140px; } ul.timeline li .timeline-panel { width: calc(100% - 90px); width: -moz-calc(100% - 90px); width: -webkit-calc(100% - 90px); } ul.timeline li .tl-circ { top: 22px; left: 22px; margin-left: 0; } ul.timeline > li > .tldate { margin: 0; } ul.timeline > li > .timeline-panel { float: right; } ul.timeline > li > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; } ul.timeline > li > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; } }
css/style.css
1. GENERAL STRUCTURES ################################################################# */ /* Import fonts @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);*/ @import url(https://fonts.googleapis.com/css?family=Oswald:700,400,300); @import url("prettyPhoto.css") screen; @import url("hoverex-all.css") screen; *{ margin: 0; padding: 0px; } body { background: #fff; margin: 0; } h1, h2, h3, h4, h5, h6 { font-weight: 300; } p { padding: 0; margin-bottom: 12px; font-family: 'Lato', sans-serif; font-weight: 300; font-size: 18px; line-height: 28px; margin-top: 10px; } html, body { height: 100%; } .navbar-nav { display: inline-block; float: none; margin: 0; } .navbar{ background: transparent; border-bottom: 0; } .navbar .navbar-nav li a{ color: #FFFFFF; font-size: 15px; } .alignleft { float: left; } .alignright { float: right; } .aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; } .centered {text-align: center;} .navigation {margin-top:200px;} .mt {margin-top: 80px;} .mb {margin-bottom: 50px;} .mtb {margin-top: 50px; margin-bottom: 50px;} .mtb2 { margin-top: 100px; margin-bottom: 100px;} .ptb {padding-top: 80px; padding-bottom: 80px;} .clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width:100%; } ::-moz-selection { color: #fff; text-shadow:none; background:#2B2E31; } ::selection { color: #fff; text-shadow:none; background:#2B2E31; } *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } a { padding: 0; margin: 0; text-decoration: none; font-family: 'Lato', sans-serif; -webkit-transition: background-color .4s linear, color .4s linear; -moz-transition: background-color .4s linear, color .4s linear; -o-transition: background-color .4s linear, color .4s linear; -ms-transition: background-color .4s linear, color .4s linear; transition: background-color .4s linear, color .4s linear; } a:hover, a:focus { text-decoration: none; } .nopadding { padding: 0px !important; margin: 0px; } /* FORM CONFIGURATION */ input { font-size: 16px; min-height: 40px; border-radius: 2px; line-height: 20px; padding: 11px 30px 12px; border: 1px solid #b9b9af; margin-bottom: 10px; background-color: #fff; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; } .subscribe-input { float: left; width: 65%; text-align: left; margin-right: 2px; } .subscribe-submit { right: 0; } .btn-download { background: #FDE3A7; } .btn-conf { border-radius: 0px; margin-right: 15px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; padding: 14px 28px 13px 28px; } .btn-clear { background: transparent; color: white; border: 2px solid white; } .btn-clear:hover { background: white; color: #2f2f2f; } .dmbutton:hover, .dmbutton:active, .dmbutton:focus{ color: #ffffff; background-color: #222222; border-color: #ffffff; } .dmbutton { background:rgba(0, 0, 0, 0); border: 1px solid #ffffff; color: #ffffff; -webkit-border-radius: 2px; border-radius: 2px; padding-top: 1.025rem; padding-right: 2.25rem; letter-spacing:0.85px; padding-bottom: 1.0875rem; padding-left: 2.25rem; font-size: 1.55rem; cursor: pointer; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; text-decoration: none; text-align: center; display: inline-block; -webkit-transition: background-color 300ms ease-out; -moz-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; -webkit-appearance: none; font-weight: normal !important; } /* HEADER SECTION */ #h { background: url(../img/sampraiapainting2.jpg) no-repeat center top; padding-top: 5px; background-attachment: relative; background-position: center center; min-height: 700px; width: 100%; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: #595757 !important; } #h .logo { margin-top: 30px; margin-left: 40px; padding-bottom: 150px; } #h .logo h2{ font-weight: 900; letter-spacing: 1px; } #h h3 { margin-top: 10px; } #h i { font-size: 50px; } #h a{ color: #595757; } #h a:hover{ color: #0A0248; } /* GREY SECTION */ #g { padding-top: 80px; padding-bottom: 80px; background: #f5f5f5; } .portfolio { padding:0 !important; margin:0 !important; display:block; } .portfolio-item .title:before {border-radius:0; display:none} .portfolio-item p {margin:0px 0 30px;} .portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;} .tpl6 h3 { color:#fff; margin:0; padding:40px 5px 0; font-size:16px; text-transform:uppercase; } .tpl6 .dmbutton { display:inline-block; margin:30px 5px 20px 5px; font-size:13px; } .tpl6 .bg { height:100%; width:100%; background-color:#00b3fe; background-color:rgba(0,179,254,.9); text-align:center; } /* CLIENTS */ .clients img { max-width: 140px; max-height: 60px; vertical-align: middle; } .clients .col-sm-2 { height: 80px; line-height: 80px; } /* CONTACT SEPARATOR */ #sep { background: url(../img/set6.jpg) no-repeat center top; padding-top: 80px; padding-bottom: 80px; background-attachment: relative; background-position: center center; min-height: 450px; width: 100%; color: white; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: white; } #sep h3 { font-weight: 300; letter-spacing: 2px; } #sep .btn{ margin-bottom: 30px; width: 80%; white-space: normal; } #sep .btn-2{ width: 50%; margin-bottom: 30px; } #sep p{ min-height: 28px; } /* FOOTER */ #f { padding-top: 25px; padding-bottom: 25px; background-color: #22A7F0; } #f i { margin-right: 30px; font-size: 35px; } #f a { color: white; } /* HEADER 2 - PORTFOLIO SECTION */ #h2 { background: url(../img/header-2.jpg) no-repeat center top; padding-top: 5px; background-attachment: relative; background-position: center center; min-height: 700px; width: 100%; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; color: white; } #h2 .logo { margin-top: 30px; margin-left: 40px; padding-bottom: 150px; } #h2 .logo h2{ font-weight: 900; color: white; letter-spacing: 1px; } #h2 h3 { margin-top: 30px; letter-spacing: 1px; } /* TIME LINE BOX STRUCTURE */ img { border: 0; max-width: 100%; } .page-header h1 { font-size: 3.26em; text-align: center; color: #efefef; text-shadow: 1px 1px 0 #000; } /** timeline box structure **/ .timeline { list-style: none; padding: 20px 0 20px; position: relative; } .timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 3px; background-color: #eee; left: 50%; margin-left: -1.5px; } .tldate { display: block; width: 200px; background: #414141; border: 3px solid #212121; color: #ededed; margin: 0 auto; padding: 3px 0; font-weight: bold; text-align: center; -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35); } .timeline li { margin-bottom: 25px; position: relative; } .timeline li:before, .timeline li:after { content: " "; display: table; } .timeline li:after { clear: both; } .timeline li:before, .timeline li:after { content: " "; display: table; } /** timeline panels **/ .timeline li .timeline-panel { width: 46%; float: left; background: #fff; border: 1px solid #d4d4d4; padding: 20px; position: relative; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); } /** panel arrows **/ .timeline li .timeline-panel:before { position: absolute; top: 26px; right: -15px; display: inline-block; border-top: 15px solid transparent; border-left: 15px solid #ccc; border-right: 0 solid #ccc; border-bottom: 15px solid transparent; content: " "; } .timeline li .timeline-panel:after { position: absolute; top: 27px; right: -14px; display: inline-block; border-top: 14px solid transparent; border-left: 14px solid #fff; border-right: 0 solid #fff; border-bottom: 14px solid transparent; content: " "; } .timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after { top:0; right:0; display: none; border: 0; } .timeline li.timeline-inverted .timeline-panel { float: right; } .timeline li.timeline-inverted .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; } .timeline li.timeline-inverted .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; } /** timeline circle icons **/ .timeline li .tl-circ { position: relative; top: 23px; left: 50%; text-align: center; background: #6a8db3; color: #fff; width: 35px; height: 35px; line-height: 35px; margin-left: -16px; border: 3px solid #90acc7; border-top-right-radius: 50%; border-top-left-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; z-index: 99999; } /** timeline content **/ .tl-heading h4 { margin: 0; color: #c25b4e; } .tl-body p, .tl-body ul { margin-bottom: 0; } .tl-body > p + p { margin-top: 5px; } /** media queries **/ @media (max-width: 991px) { .timeline li .timeline-panel { width: 44%; } } @media (max-width: 700px) { .page-header h1 { font-size: 1.8em; } ul.timeline:before { left: 40px; } .tldate { width: 140px; } ul.timeline li .timeline-panel { width: calc(100% - 90px); width: -moz-calc(100% - 90px); width: -webkit-calc(100% - 90px); } ul.timeline li .tl-circ { top: 22px; left: 22px; margin-left: 0; } ul.timeline > li > .tldate { margin: 0; } ul.timeline > li > .timeline-panel { float: right; } ul.timeline > li > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; } ul.timeline > li > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; } }
0.23855
0.050658
width:650px; min-height: 800px; height: auto; float: left; font-size:14px; padding:0 20px; } #main .main_right{ width:269px; min-height:800px; float: right; background: #f7f7f7; border-left:1px solid #eee; } #main .main_left .formDiv .left{ padding:30px 0 0 0 ; float: left; } #main .main_left .formDiv .right{ padding:30px 0 0 0; float: right; font-size:13px; color: #ccc; } #main .main_left .formDiv .right .text_number{ font-size:14px; font-family: Gabriola; color: #6b9cde; } #main .main_left .text{ width:632px; height:80px; font-size:16px; resize: none; background: #fff; padding:8px; border:1px solid #eee; } #main .main_left .emotion{ background: url("../image/emotion.gif") no-repeat left center; text-indent: 26px; padding:0; display: inline-block; width:60px; } #main .main_left .weibo_button{ float: right; margin:5px 0 0 0; } #main .main_left .pic_btn{ cursor: pointer; display: inline-block; margin: 0 0 0 10px; } #main .main_left .imgBox{ width:560px; min-height:200px; border:1px solid #eee; background: #fff; } #main .main_left .imgBox .pekeupload-btn-file{ background: #f6f6f6 linear-gradient(to bottom, #f6f6f6 5%, #f6f6f6 100%) repeat scroll 0 0 !important; box-shadow: 0 -3px 7px 0 #f6f6f6 inset !important; color: #999 !important; border: 1px solid #f6f6f6 !important; text-shadow: 0 1px 0 #f6f6f6 !important; margin:5px 0 0 5px !important; } #main .main_left .imgBox .pekeupload-btn-file:hover{ background: #eee linear-gradient(to bottom, #eee 5%, #eee 100%) repeat scroll 0 0 !important; box-shadow: 0 -3px 7px 0 #eee inset !important; color: #999 !important; border: 1px solid #eee !important; text-shadow: 0 1px 0 #eee } #main .main_left .imgBox .pekecontainer{ /*width: 200px !important;*/ /*background: red;*/ } #main .main_left .imgBox .pekecontainer .pekerow{ margin: 5px !important; width:110px !important; height: 110px !important; float: left; } #main .main_left .imgBox .pekecontainer .pekerow .thumbnail{ width:108px !important; height:108px !important; border: 1px solid #eee; } #main .main_left .imgBox .pekecontainer .filename{ display: none; } #main .main_left .imgBox .pekecontainer .pkdelfile { height:20px !important; margin:90px 0 0 0; } #main .main_left .imgBox .pekecontainer .pkdelfile a{ text-decoration: none; display: none; } #main .main_left .pic_close_btn{ position: absolute; top:5px; right:10px; cursor: pointer; } #main .weibo_content{ clear: both; } #main .weibo_content .weibo_content_ul{ height:35px; border-bottom: 1px solid #eee; } #main .weibo_content .weibo_content_ul li{ float: left; height:35px; display: inline-block; margin:0 5px 0 0; background: #eee; text-align: center; } .clearfix::after{ clear: both; display: block; content: "."; height:0; visibility: hidden; } #main .weibo_content .weibo_content_ul li a{ display: block; height:35px; line-height:35px; width:100px; text-decoration: none; color: #369; outline: none; } #main .weibo_content .weibo_content_ul li a.selected{ background: #fff; border:1px solid #eee; border-bottom: 1px solid #fff; } #main .weibo_content .weibo_content_ul li a:hover{ background: #fff; border:1px solid #eee; border-bottom: 1px solid #fff; } #main .content_list{ display: block; height:100%; overflow: hidden; zoom: 1; } #main .content_list .pt_ul{ overflow: hidden; display: block; zoom: 1; } #main .content_list .pt_ul .pt_li{ padding:10px; border-radius: 6px; box-shadow: 0 0 2px rgba(0,0,0,0.15); background: #fff; margin-bottom: 10px; cursor: pointer; display: block; } #main .content_list .pt_ul .reBroad{ background: #eee !important; } #main .content_list .pt_ul .pt_li a{ outline: none; } #main .content_list .pt_ul .pt_li .atusername{ text-decoration: none; color: #ff4136; } #main .content_list .text_box{ margin:0 0 10px 0; } #main .content_list .title{ font-size: 14px; font-family: 微软雅黑; line-height: 150%; } #main .content_list .pt_ul .S_txt2{ line-height:23px; max-height:46px; overflow: hidden; } #main .content_list .pic_m3{ display: block; text-align: center; padding:3px 3px 3px 27px; overflow: hidden; } #main .content_list .clearBoth{ clear: both; } #main .content_list .pic_m3 .unlog_pic{ display: inline-block; margin: 5px; float: left; height:108px; width:180px; overflow: hidden; cursor: zoom-in; } #main .content_list .pic_m3 .oneImagBig{ display: inline-block; margin: 5px; float: left; height:500px; width:500px; overflow: hidden; cursor: zoom-out; } #main .content_list .pic_m3 .mutilImgBig{ display: inline-block; margin: 5px; float: left; min-height:640px; width:500px; overflow: hidden; } #main .content_list .pic_m3 .mutilImgBig .bigImg .piccut_v{ cursor: zoom-out; } #main .content_list .pic_m3 .tag .tag_ul{ background: #fff; display: inline-block; width:500px; height:25px; padding:0 0 0 5px; } #main .content_list .pic_m3 .tag .tag_ul li{ float: left; width:70px; height:25px; line-height:25px; margin:0 5px 0 0; } #main .content_list .pic_m3 .tag .tag_ul .S_li_2{ width:85px; } #main .content_list .pic_m3 .tag .tag_ul li span{ display: block; } #main .content_list .pic_m3 .tag .tag_ul li .S_text1{ position: relative; text-indent: 5px; display: block; height:25px; text-decoration: none; color: #555; padding: 0 0 0 5px; } #main .content_list .pic_m3 .tag .tag_ul li .S_text2{ padding: 0 0 0 20px; } #main .content_list .pic_m3 .tag .tag_ul li .S_zoom_out .I_zoom_out{ position: absolute; left:0; top:0; width:25px; height:25px; display: block; background: url("../image/zoom_out.gif") no-repeat left center; } #main .content_list .pic_m3 .tag .tag_ul li .S_zoom_in .I_zoom_in{ position: absolute; left:0; top:0; width:25px; height:25px; display: block; background: url("../image/zoom_in.gif") no-repeat left center; } #main .content_list .pic_m3 .tag .tag_ul li .S_text1:hover,#main .content_list .pic_m3 .tag .tag_ul li .I_zoom_out{ color: #ff4136; } #main .content_list .pic_m3 .mutilImgBig .smallest{ cursor: pointer; } #main .content_list .pic_m3 .mutilImgBig .smallest .mutilImg_s{ float: left; margin:2px; padding:5px; border: 1px solid #eee; background: #f0f0fa; cursor: pointer; } #main .content_list .pic_m3 .mutilImgBig .smallest .mutilImg_s:hover{ background: #CC2222; } #main .content_list .pic_m3 .mutilImgBig .smallest .mutilImg_s .piccut_v{ display: block; width:80px; height:80px; border:0; } #main .content_list .subinfo_box{ padding:5px; } #main .content_list .subinfo_box .subinfo_face{ position: relative; bottom: 2px; } #main .content_list .subinfo_box span{ display: inline-block; } #main .content_list .subinfo_box .subinfo{ margin:0 5px 0 5px; } #main .content_list .subinfo_box .subinfo_rgt{ color: #555; float: right; display: inline-block; width:50px; text-align: center; padding:0 5px 0 5px; } #main .content_list .subinfo_box .Su_border{ border-right: 1px solid #eee; position: relative; } #main .content_list .subinfo_box .subinfo_rgt em{ font-style: normal; } #main .content_list .subinfo_box .subinfo_rgt .arrow_up{ /*display: block;*/ /*width:32px;*/ /*height:32px;*/ /*float: right;*/ /*z-index: 1000;*/ /*background: url("../image/arrow_triangle-up.gif") no-repeat right center;*/ } #main .content_list .subinfo_box .subinfo_rgt .commend_block{ display: inline-block; } #reBroadCast .reBroadSourceTitle{ background: #e2e2e2; display: inline-block; width:560px; height:25px; line-height:25px; font-size:13px; margin:0 0 10px 0; } #reBroadCast .reBroadSourceTitle a{ text-decoration: none; margin:0 0 0 10px; } #reBroadCast .reBroadArea{ width:550px; height:100px; resize: none; padding: 5px; } #main #loadMore{ font-size: 10px; height:20px; line-height:20px; text-align: center; background: #FFFFFF; cursor: pointer; padding: 0; } #main #loadMore .text{ height:20px; line-height:20px; padding: 0; margin:0; border:0; background: #FFFFFF; font-style: normal; } #main .main_left .pt_ul .pt_li .commend_div{ background: #eee; } #main .main_left .pt_ul .pt_li .subinfo_box .weibo_del_span_clicked{ background: url("../image/loading_2.gif") no-repeat right center; } #main .main_left .pt_ul .pt_li .commend_div .comment_face{ margin:0 0 10px 0; } #main .main_left .pt_ul .pt_li .commend_div a{ text-decoration: none; color: indianred; } #main .main_left .pt_ul .pt_li .commend_div .comment_pulish_box{ padding:10px; border-bottom: 1px solid #aaaaaa; } #main .main_left .pt_ul .pt_li .commend_div .comment_pulish_box .commend_text{ resize: none; width:590px; background: #fff; border:1px solid #eee; padding:10px; } #main .main_left .pt_ul .pt_li .commend_div .comment_pulish_box .commend_text .show{ height:30px; width:600px; } #main .main_left .pt_ul .pt_li .commend_div .comment_pulish_box .commend_text .commend_content{ resize: none; width:100%; height:50px; background: #fff; border:1px solid #eee; } #main .main_left .commend_button{ float: right; margin:5px 0 0 0; } #main .main_left .pt_ul .pt_li .comment_load{ height:30px; line-height:30px; text-align: center; padding: 12px 0 0 0 ; } #main .main_left .pt_ul .pt_li .commend_div .list_li{ padding: 5px; margin: 0 0 2px 0; border-bottom: 1px dashed #999; } #main .main_left .pt_ul .pt_li .commend_div .WB_face_comment{ float: left; width:100px; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con{ float: left; width:510px; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_text{ padding: 0 3px 0 3px; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_info{ padding: 0 3px 0 3px; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_info .comment_fun{ float: right; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_info .comment_fun ul { } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_info .comment_fun ul li{ float: left; display: inline-block; margin:0 5px 0 5px; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_info .comment_fun ul li a{ display: block; color: #049; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_info .comment_time{ float: left; } #main #loadMore img{ margin:0 0 0 5px; } #main .main_right dl{ } #main .main_right dl dt{ display: block; width:120px; height:120px; margin:30px auto 10px auto; } #main .main_right dl dt img{ width:120px; height:120px; border:0; display: block; } #main .main_right dl dd{ text-align: center; font-size:13px; border: 0; } #main .main_right dl dd a{ text-decoration: none; outline: none; }
Public/Home/css/index.css
width:650px; min-height: 800px; height: auto; float: left; font-size:14px; padding:0 20px; } #main .main_right{ width:269px; min-height:800px; float: right; background: #f7f7f7; border-left:1px solid #eee; } #main .main_left .formDiv .left{ padding:30px 0 0 0 ; float: left; } #main .main_left .formDiv .right{ padding:30px 0 0 0; float: right; font-size:13px; color: #ccc; } #main .main_left .formDiv .right .text_number{ font-size:14px; font-family: Gabriola; color: #6b9cde; } #main .main_left .text{ width:632px; height:80px; font-size:16px; resize: none; background: #fff; padding:8px; border:1px solid #eee; } #main .main_left .emotion{ background: url("../image/emotion.gif") no-repeat left center; text-indent: 26px; padding:0; display: inline-block; width:60px; } #main .main_left .weibo_button{ float: right; margin:5px 0 0 0; } #main .main_left .pic_btn{ cursor: pointer; display: inline-block; margin: 0 0 0 10px; } #main .main_left .imgBox{ width:560px; min-height:200px; border:1px solid #eee; background: #fff; } #main .main_left .imgBox .pekeupload-btn-file{ background: #f6f6f6 linear-gradient(to bottom, #f6f6f6 5%, #f6f6f6 100%) repeat scroll 0 0 !important; box-shadow: 0 -3px 7px 0 #f6f6f6 inset !important; color: #999 !important; border: 1px solid #f6f6f6 !important; text-shadow: 0 1px 0 #f6f6f6 !important; margin:5px 0 0 5px !important; } #main .main_left .imgBox .pekeupload-btn-file:hover{ background: #eee linear-gradient(to bottom, #eee 5%, #eee 100%) repeat scroll 0 0 !important; box-shadow: 0 -3px 7px 0 #eee inset !important; color: #999 !important; border: 1px solid #eee !important; text-shadow: 0 1px 0 #eee } #main .main_left .imgBox .pekecontainer{ /*width: 200px !important;*/ /*background: red;*/ } #main .main_left .imgBox .pekecontainer .pekerow{ margin: 5px !important; width:110px !important; height: 110px !important; float: left; } #main .main_left .imgBox .pekecontainer .pekerow .thumbnail{ width:108px !important; height:108px !important; border: 1px solid #eee; } #main .main_left .imgBox .pekecontainer .filename{ display: none; } #main .main_left .imgBox .pekecontainer .pkdelfile { height:20px !important; margin:90px 0 0 0; } #main .main_left .imgBox .pekecontainer .pkdelfile a{ text-decoration: none; display: none; } #main .main_left .pic_close_btn{ position: absolute; top:5px; right:10px; cursor: pointer; } #main .weibo_content{ clear: both; } #main .weibo_content .weibo_content_ul{ height:35px; border-bottom: 1px solid #eee; } #main .weibo_content .weibo_content_ul li{ float: left; height:35px; display: inline-block; margin:0 5px 0 0; background: #eee; text-align: center; } .clearfix::after{ clear: both; display: block; content: "."; height:0; visibility: hidden; } #main .weibo_content .weibo_content_ul li a{ display: block; height:35px; line-height:35px; width:100px; text-decoration: none; color: #369; outline: none; } #main .weibo_content .weibo_content_ul li a.selected{ background: #fff; border:1px solid #eee; border-bottom: 1px solid #fff; } #main .weibo_content .weibo_content_ul li a:hover{ background: #fff; border:1px solid #eee; border-bottom: 1px solid #fff; } #main .content_list{ display: block; height:100%; overflow: hidden; zoom: 1; } #main .content_list .pt_ul{ overflow: hidden; display: block; zoom: 1; } #main .content_list .pt_ul .pt_li{ padding:10px; border-radius: 6px; box-shadow: 0 0 2px rgba(0,0,0,0.15); background: #fff; margin-bottom: 10px; cursor: pointer; display: block; } #main .content_list .pt_ul .reBroad{ background: #eee !important; } #main .content_list .pt_ul .pt_li a{ outline: none; } #main .content_list .pt_ul .pt_li .atusername{ text-decoration: none; color: #ff4136; } #main .content_list .text_box{ margin:0 0 10px 0; } #main .content_list .title{ font-size: 14px; font-family: 微软雅黑; line-height: 150%; } #main .content_list .pt_ul .S_txt2{ line-height:23px; max-height:46px; overflow: hidden; } #main .content_list .pic_m3{ display: block; text-align: center; padding:3px 3px 3px 27px; overflow: hidden; } #main .content_list .clearBoth{ clear: both; } #main .content_list .pic_m3 .unlog_pic{ display: inline-block; margin: 5px; float: left; height:108px; width:180px; overflow: hidden; cursor: zoom-in; } #main .content_list .pic_m3 .oneImagBig{ display: inline-block; margin: 5px; float: left; height:500px; width:500px; overflow: hidden; cursor: zoom-out; } #main .content_list .pic_m3 .mutilImgBig{ display: inline-block; margin: 5px; float: left; min-height:640px; width:500px; overflow: hidden; } #main .content_list .pic_m3 .mutilImgBig .bigImg .piccut_v{ cursor: zoom-out; } #main .content_list .pic_m3 .tag .tag_ul{ background: #fff; display: inline-block; width:500px; height:25px; padding:0 0 0 5px; } #main .content_list .pic_m3 .tag .tag_ul li{ float: left; width:70px; height:25px; line-height:25px; margin:0 5px 0 0; } #main .content_list .pic_m3 .tag .tag_ul .S_li_2{ width:85px; } #main .content_list .pic_m3 .tag .tag_ul li span{ display: block; } #main .content_list .pic_m3 .tag .tag_ul li .S_text1{ position: relative; text-indent: 5px; display: block; height:25px; text-decoration: none; color: #555; padding: 0 0 0 5px; } #main .content_list .pic_m3 .tag .tag_ul li .S_text2{ padding: 0 0 0 20px; } #main .content_list .pic_m3 .tag .tag_ul li .S_zoom_out .I_zoom_out{ position: absolute; left:0; top:0; width:25px; height:25px; display: block; background: url("../image/zoom_out.gif") no-repeat left center; } #main .content_list .pic_m3 .tag .tag_ul li .S_zoom_in .I_zoom_in{ position: absolute; left:0; top:0; width:25px; height:25px; display: block; background: url("../image/zoom_in.gif") no-repeat left center; } #main .content_list .pic_m3 .tag .tag_ul li .S_text1:hover,#main .content_list .pic_m3 .tag .tag_ul li .I_zoom_out{ color: #ff4136; } #main .content_list .pic_m3 .mutilImgBig .smallest{ cursor: pointer; } #main .content_list .pic_m3 .mutilImgBig .smallest .mutilImg_s{ float: left; margin:2px; padding:5px; border: 1px solid #eee; background: #f0f0fa; cursor: pointer; } #main .content_list .pic_m3 .mutilImgBig .smallest .mutilImg_s:hover{ background: #CC2222; } #main .content_list .pic_m3 .mutilImgBig .smallest .mutilImg_s .piccut_v{ display: block; width:80px; height:80px; border:0; } #main .content_list .subinfo_box{ padding:5px; } #main .content_list .subinfo_box .subinfo_face{ position: relative; bottom: 2px; } #main .content_list .subinfo_box span{ display: inline-block; } #main .content_list .subinfo_box .subinfo{ margin:0 5px 0 5px; } #main .content_list .subinfo_box .subinfo_rgt{ color: #555; float: right; display: inline-block; width:50px; text-align: center; padding:0 5px 0 5px; } #main .content_list .subinfo_box .Su_border{ border-right: 1px solid #eee; position: relative; } #main .content_list .subinfo_box .subinfo_rgt em{ font-style: normal; } #main .content_list .subinfo_box .subinfo_rgt .arrow_up{ /*display: block;*/ /*width:32px;*/ /*height:32px;*/ /*float: right;*/ /*z-index: 1000;*/ /*background: url("../image/arrow_triangle-up.gif") no-repeat right center;*/ } #main .content_list .subinfo_box .subinfo_rgt .commend_block{ display: inline-block; } #reBroadCast .reBroadSourceTitle{ background: #e2e2e2; display: inline-block; width:560px; height:25px; line-height:25px; font-size:13px; margin:0 0 10px 0; } #reBroadCast .reBroadSourceTitle a{ text-decoration: none; margin:0 0 0 10px; } #reBroadCast .reBroadArea{ width:550px; height:100px; resize: none; padding: 5px; } #main #loadMore{ font-size: 10px; height:20px; line-height:20px; text-align: center; background: #FFFFFF; cursor: pointer; padding: 0; } #main #loadMore .text{ height:20px; line-height:20px; padding: 0; margin:0; border:0; background: #FFFFFF; font-style: normal; } #main .main_left .pt_ul .pt_li .commend_div{ background: #eee; } #main .main_left .pt_ul .pt_li .subinfo_box .weibo_del_span_clicked{ background: url("../image/loading_2.gif") no-repeat right center; } #main .main_left .pt_ul .pt_li .commend_div .comment_face{ margin:0 0 10px 0; } #main .main_left .pt_ul .pt_li .commend_div a{ text-decoration: none; color: indianred; } #main .main_left .pt_ul .pt_li .commend_div .comment_pulish_box{ padding:10px; border-bottom: 1px solid #aaaaaa; } #main .main_left .pt_ul .pt_li .commend_div .comment_pulish_box .commend_text{ resize: none; width:590px; background: #fff; border:1px solid #eee; padding:10px; } #main .main_left .pt_ul .pt_li .commend_div .comment_pulish_box .commend_text .show{ height:30px; width:600px; } #main .main_left .pt_ul .pt_li .commend_div .comment_pulish_box .commend_text .commend_content{ resize: none; width:100%; height:50px; background: #fff; border:1px solid #eee; } #main .main_left .commend_button{ float: right; margin:5px 0 0 0; } #main .main_left .pt_ul .pt_li .comment_load{ height:30px; line-height:30px; text-align: center; padding: 12px 0 0 0 ; } #main .main_left .pt_ul .pt_li .commend_div .list_li{ padding: 5px; margin: 0 0 2px 0; border-bottom: 1px dashed #999; } #main .main_left .pt_ul .pt_li .commend_div .WB_face_comment{ float: left; width:100px; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con{ float: left; width:510px; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_text{ padding: 0 3px 0 3px; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_info{ padding: 0 3px 0 3px; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_info .comment_fun{ float: right; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_info .comment_fun ul { } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_info .comment_fun ul li{ float: left; display: inline-block; margin:0 5px 0 5px; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_info .comment_fun ul li a{ display: block; color: #049; } #main .main_left .pt_ul .pt_li .commend_div .root_comment_con .root_comment_info .comment_time{ float: left; } #main #loadMore img{ margin:0 0 0 5px; } #main .main_right dl{ } #main .main_right dl dt{ display: block; width:120px; height:120px; margin:30px auto 10px auto; } #main .main_right dl dt img{ width:120px; height:120px; border:0; display: block; } #main .main_right dl dd{ text-align: center; font-size:13px; border: 0; } #main .main_right dl dd a{ text-decoration: none; outline: none; }
0.33112
0.049085
@font-face { font-family: 'Crete Round'; font-style: normal; font-weight: 400; src: local('Crete Round'), local('CreteRound-Regular'), url(../fonts/latin1.woff2) format('woff2'); } @font-face { font-family: 'Crete Round'; font-style: normal; font-weight: 400; src: local('Crete Round'), local('CreteRound-Regular'), url(../fonts/latin2.woff2) format('woff2'); } @font-face { font-family: 'Crete Round'; font-style: italic; font-weight: 400; src: local('Crete Round Italic'), local('CreteRound-Italic'), url(../fonts/latin3.woff2) format('woff2'); } @font-face { font-family: 'Crete Round'; font-style: italic; font-weight: 400; src: local('Crete Round Italic'), local('CreteRound-Italic'), url(../fonts/latin4.woff2) format('woff2'); } .homepage .ie-module-2 .navbar-toggle { margin-right: 0; } .homepage .ie-module-2 .navbar-collapse.in { overflow-y: visible !important; } .homepage .ie-module-2 .ie-nav .navbar-collapse-in { overflow-y: overflow !important; } .homepage .ie-module-2 .ie-nav .caret { position: absolute; right: 2px; top: 40%; } .homepage .ie-module-2 .ie-nav .caret-up { width: 0; height: 0; border-left: 4px solid rgba(0,0,0,0); border-right: 4px solid rgba(0,0,0,0); border-bottom: 4px solid; position: absolute; right: 2px; top: 40%; vertical-align: middle; color: #fff; } .homepage .ie-module-2 .ie-nav .ie-li:hover { background-color: #00a685; } .homepage .ie-module-2 .ie-nav .ie-li:hover a { text-decoration: none; } .homepage .ie-module-2 .ie-nav .ie-li:hover p { color: #fff; } .homepage .ie-module-2 .ie-nav .dropdown-menu a:hover { background-color: #00a685; color: #fff; } .homepage .ie-module-2 .ie-nav .dropdown { top: -20px; } .homepage .ie-module-2 .ie-nav .dropdown-content { display: none; position: absolute; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } .homepage .ie-module-2 .ie-nav .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; color: #fff; } .homepage .ie-module-2 .ie-tophr { border-top: 5px solid; border-color: #00a685; margin: 0px 0px; } .homepage .ie-module-2 .top-strip { float: left; width: 100%; padding: 20px 0px 0px; } .homepage .ie-module-2 .top-strip .ie-fix-border { border-top: 1px solid; color: #e7e7e7; } .homepage .ie-module-2 .top-strip .account { position: relative; z-index: 9999; float: right; } .homepage .ie-module-2 .top-strip .account ul { float: left; margin: 0px; padding: 0px; list-style: none; } .homepage .ie-module-2 .top-strip .account ul li { float: left; margin: 0px 10px; } .homepage .ie-module-2 .top-strip .account ul li a { font-size: 12px; color: #b2b2b2; text-decoration: none; } .homepage .ie-module-2 .navbar { margin-bottom: 0px; } .homepage .ie-module-2 .navbar-default { background-color: #fff; border-color: #e7e7e7; } .homepage .ie-module-2 .navbar-nav { padding-top: 10px; padding-left: 10px; } .homepage .ie-module-2 .navbar-collapse-in { overflow-y: hidden !important; } @media (max-width: 992px) and (min-width: 768px) { .homepage .ie-module-2 .ie-nav .dropbtn { cursor: pointer; width: 80px; height: 72px; } .homepage .ie-module-2 .ie-nav .col-sm-fix { left: 33.33%; } .homepage .ie-module-2 .ie-nav img { width: 100%; } .homepage .ie-module-2 .nav-fix { position: absolute !important; z-index: 9999 !important; background-color: #fff !important; } .homepage .ie-module-2 .nav-fix ul { margin-bottom: 0px; } .homepage .ie-module-2 .nav-fix ul .ie-li { left: 20%; top: 5px; width: 76px; height: 72px; float: left; list-style: none; } .homepage .ie-module-2 .nav-fix ul .ie-li a { color: #000; } .homepage .ie-module-2 .nav-fix ul .ie-li p { text-align: center; margin-top: 30%; } } @media (max-width: 480px) { .homepage .ie-module-2 .dropdown-menu { width: 100%; } .homepage .ie-module-2 .nav-fix { position: absolute !important; z-index: 9999 !important; background-color: #fff !important; width: 99% !important; } .homepage .ie-module-2 .nav-fix ul .ie-li { float: none !important; display: -webkit-inline-box; width: 100%; list-style: none; top: 5px !important; } .homepage .ie-module-2 .nav-fix ul .ie-li a { color: #000; } .homepage .ie-module-2 .nav-fix ul .ie-li p { text-align: center; margin-top: 30%; } .homepage .ie-module-2 .nav-fix ul .ie-li .caret { display: none; } .homepage .ie-module-2 .nav-fix ul .ie-li .caret-up { display: none; } .homepage .ie-module-2 .ie-nav img { float: left; } } @media (max-width: 768px) and (min-width: 480px) { .homepage .ie-module-2 .dropdown-menu { width: 100%; } .homepage .ie-module-2 .ie-nav img { float: left; } .homepage .ie-module-2 .nav-fix { position: absolute !important; z-index: 9999 !important; background-color: #fff !important; width: 95% !important; } .homepage .ie-module-2 .nav-fix .navbar-collapse-in { overflow-y: 0 !important; } .homepage .ie-module-2 .nav-fix ul .ie-li { float: right; display: -webkit-inline-box; width: 100%; list-style: none; top: 0px !important; } .homepage .ie-module-2 .nav-fix ul .ie-li a { color: #000; } .homepage .ie-module-2 .nav-fix ul .ie-li p { text-align: center; margin-top: 30%; } .homepage .ie-module-2 .nav-fix ul .ie-li .caret { display: none; } .homepage .ie-module-2 .nav-fix ul .ie-li .caret-up { display: none; } } @media (min-width: 992px) { .homepage .ie-module-2 .nav-fix { position: absolute; } .homepage .ie-module-2 .nav-fix ul .ie-li { width: 76px; height: 72px; float: left; list-style: none; } .homepage .ie-module-2 .nav-fix ul .ie-li a { color: #000; } .homepage .ie-module-2 .nav-fix ul .ie-li p { text-align: center; margin-top: 30%; } } .homepage .ie-module-6 { text-align: center; margin-top: 78px; position: relative; } @media (max-width: 768px) { .homepage .ie-module-6 .newsletters { top: 180px !important; } .homepage .ie-module-6 .newsletters h1 { font-size: 30px !important; line-height: 30px; } .homepage .ie-module-6 .newsletters h4 { font-size: 18px; line-height: 18px; display: none !important; } .homepage .ie-module-6 .newsletters .subscribe .ie-btn { min-height: 40px !important; } .homepage .ie-module-6 .newsletters .subscribe .ie-text { min-height: 40px !important; padding: 0px 60px 0px 20px !important; } } @media (max-width: 480px) { .homepage .ie-module-6 .newsletters { display: none; } .homepage .ie-module-6 .nav-pills { display: none; } } @media (min-width: 992px) { .homepage .ie-module-6 .newsletters h1 { font-size: 72px; line-height: 72px; } .homepage .ie-module-6 .newsletters h4 { font-size: 26px; line-height: 26px; } } @media (max-width: 1010px) and (min-width: 768px) { .homepage .ie-module-6 .newsletters { top: 250px !important; } .homepage .ie-module-6 .newsletters h1 { font-size: 40px; line-height: 42px; } .homepage .ie-module-6 .newsletters h4 { font-size: 18px; line-height: 18px; } } .homepage .ie-module-6 body { padding-top: 20px; } .homepage .ie-module-6 #myCarousel .nav { background: #eee; } .homepage .ie-module-6 .nav-justified > a { border-radius: 0px; } .homepage .ie-module-6 .nav-pills>[data-slide-to="0"].active a { background-color: #00a685; } .homepage .ie-module-6 .nav-pills>[data-slide-to="1"].active a { background-color: #00a685; } .homepage .ie-module-6 .nav-pills>[data-slide-to="2"].active a { background-color: #00a685; } .homepage .ie-module-6 .nav-pills>[data-slide-to="3"].active a { background-color: #00a685; } .homepage .ie-module-6 .nav-pills { padding: 0px 62px 62px 0px; text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; } .homepage .ie-module-6 .nav-pills a { background: #fff; text-indent: -9999px; display: block; width: 60px; height: 5px; margin: 0 5px; outline: 0; float: left; position: relative; } .homepage .ie-module-6 .newsletters { top: 315px; width: 100%; text-align: center; position: absolute; z-index: 200; margin: -115px 0px 0px 0px; } .homepage .ie-module-6 .newsletters h1 { color: #fff; margin: 0px 0px 30px 0px; } .homepage .ie-module-6 .newsletters h4 { color: #fff; } .homepage .ie-module-6 .newsletters .subscribe { top: 315px; } .homepage .ie-module-6 .newsletters .subscribe .ie-text { min-height: 60px; border-radius: 100px 0px 0px 100px; background-color: rgba(255,255,255,0.7); border: solid 1px #fff; padding: 0px 130px 0px 30px; color: #a2a6a8; font-size: 18px; } .homepage .ie-module-6 .newsletters .subscribe .ie-btn { border-radius: 0px 100px 100px 0px; border: none; color: #fff; text-transform: uppercase; background-color: #00a685; min-height: 60px; padding: 0px 30px 0px 30px; } .homepage .ie-module-1 { float: left; width: 100%; } .homepage .ie-module-1 .contant .sec-header h3 { font-size: 44px; color: #171717; line-height: 42px; margin: 0px 0px 20px 0px; } .homepage .ie-module-1 .contant section { padding: 30px 0px; text-align: center; float: left; width: 100%; background-color: #fff; } .homepage .ie-module-1 .contant { float: left; width: 100%; } .homepage .ie-module-1 .contant .sec-header { float: left; width: 100%; padding: 0px 0px 40px 0px; } .homepage .ie-module-1 .contant .sec-header p { font-size: 22px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #00a685; } .homepage .ie-module-1 .contant .sec-header span { height: 10px; width: 10px; background-color: #aaaaaa; display: inline-block; transform: rotate(45deg); } .homepage .ie-module-1 .services { float: left; width: 100%; } .homepage .ie-module-1 .services .header { float: left; width: 100%; position: relative; } .homepage .ie-module-1 .services .header .fa-tablet { font-size: 170px; line-height: 170px; color: #ededed; transition: all 0.3s ease-in-out; } .homepage .ie-module-1 .services .header .inner-icon { position: absolute; left: 0px; right: 0px; margin: -30px 0px 0px 0px; top: 50%; font-size: 45px; color: #00a685; } .homepage .ie-module-1 .services .text { float: left; width: 100%; padding: 0px 20px; } .homepage .ie-module-1 .services .text h3 { font-size: 20px; line-height: 20px; margin: 0px 0px 20px 0px; font-family: 'Crete Round', serif; text-transform: uppercase; font-weight: normal; position: relative; display: inline-block; } .homepage .ie-module-1 .services .text h3 a { text-decoration: none; color: #00a685; } .homepage .ie-module-1 .services .text h3:before { content: ""; width: 90px; height: 1px; position: absolute; left: 0px; right: 0px; background-color: #00a685; bottom: -15px; margin: auto; } .homepage .ie-module-1 .services:hover .text h3:before { width: 100%; } .homepage .ie-module-1 .services:hover .fa-tablet { color: #00a685; } @media (max-width: 768px) { .homepage .ie-module-1 .zaro .services .header .fa-tablet { font-size: 130px; line-height: 150px; } .homepage .ie-module-1 .zaro .services .text h3 { font-size: 13px; } .homepage .ie-module-1 .zaro .services .text .inner-icon { font-size: 40px; margin: -30px 0px 0px 0px; } .homepage .ie-module-1 .contant .sec-header h3 { font-size: 21px; margin: 0; } } .homepage .ie-module-11 { float: left; width: 100%; } .homepage .ie-module-11 .course { background-color: #fff; border-bottom: solid 2px rgba(0,0,0,0.1); float: left; text-align: left; margin: 15px 0px 0px 0px; width: 100%; } .homepage .ie-module-11 section { padding: 30px 0px; text-align: center; float: left; width: 100%; background-color: #fff; } .homepage .ie-module-11 .contant { float: left; width: 100%; } .homepage .ie-module-11 .contant section.gray-bg { background-color: #f7f7f7; } .homepage .ie-module-11 .contant .sec-header { float: left; width: 100%; padding: 0px 0px 40px 0px; } .homepage .ie-module-11 .contant .sec-header p { font-size: 24px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #00a685; } .homepage .ie-module-11 .contant .sec-header span { height: 10px; width: 10px; background-color: #aaaaaa; display: inline-block; transform: rotate(45deg); } .homepage .ie-module-11 .sec-header h2 { font-size: 42px; color: #171717; line-height: 42px; margin: 0px 0px 20px 0px; } .homepage .ie-module-11 .customNavigation { text-align: right; margin: -20px 0px 20px 0px; float: left; width: 100%; } .homepage .ie-module-11 .zaro-carousel { display: none; position: relative; width: 100%; float: left; } .homepage .ie-module-11 .zaro-carousel .zaro-wrapper-outer { overflow: hidden; position: relative; width: 100%; } .homepage .ie-module-11 .zaro-carousel .zaro-wrapper { position: relative; } .homepage .ie-module-11 .zaro-carousel .zaro-item { float: left; } .homepage .ie-module-11 .rating>span { display: inline-block; position: relative; width: 1.1em; font-size: 20px; color: #CC0; } .homepage .ie-module-11 .course .thumb { float: left; width: 100%; position: relative; background-color: #000; } .homepage .ie-module-11 .course .thumb img { transition: all 0.3s ease-in-out; } .homepage .ie-module-11 .course .price { transition: all 0.3s ease-in-out; background-color: #00a685; height: 90px; width: 90px; border-radius: 100%; font-size: 40px; text-shadow: 1px 1px 1px rgba(0,0,0,0.2); color: #fff; position: absolute; top: 20px; left: 20px; text-align: center; padding: 25px 0px; opacity: 0; line-height: 40px; visibility: hidden; } .homepage .ie-module-11 .course .price span { font-size: 30px; vertical-align: top; line-height: 30px; } .homepage .ie-module-11 .course .text { float: left; width: 100%; } .homepage .ie-module-11 .course .text div { float: left; width: 100%; } .homepage .ie-module-11 .course .text h4 { font-size: 18px; font-family: 'Crete Round', serif; color: #00a685; font-weight: normal; display: inline-block; } .homepage .ie-module-11 .course .header { padding: 0px 10px; } .homepage .ie-module-11 .course .course-name { padding: 0px 10px; } .homepage .ie-module-11 .course .course-name p { display: inline-block; } .homepage .ie-module-11 .course .course-name span { float: right; color: #00a685; } .homepage .ie-module-11 .course div.rating { float: right; width: auto; margin: 8px 0px; } .homepage .ie-module-11 .course .rating>span { color: #ffd200; width: auto; } .homepage .ie-module-11 .course .course-detail-btn { margin: 10px 0px 0px 0px; border-top: solid 1px rgba(0,0,0,0.1); } .homepage .ie-module-11 .course .course-detail-btn a:first-child { border: none; } .homepage .ie-module-11 .course .course-detail-btn a { transition: all 0.3s ease-in-out; width: 50%; padding: 15px 15px; color: #7c7c7c; font-size: 14px; text-align: center; display: block; box-sizing: border-box; float: left; border-left: 1px #fff solid; } .homepage .ie-module-11 .course .course-detail-btn a:hover { background-color: #00a685; color: #fff; text-decoration: none; } .homepage .ie-module-11 .course:hover img { opacity: 0.5; } .homepage .ie-module-11 .course:hover .price { opacity: 1; top: -15px; left: -15px; visibility: visible; } .homepage .ie-module-7 .ie-pg { background-color: #f7f7f7; } .homepage .ie-module-7 .ie-pg .sec-header { text-align: center; padding: 0px 0px 40px 0px; } .homepage .ie-module-7 .ie-pg .sec-header h2 { font-size: 42px; color: #171717; line-height: 42px; margin: 0px 0px 20px 0px; } .homepage .ie-module-7 .ie-pg .sec-header p { font-size: 24px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #00a685; } .homepage .ie-module-7 .ie-pg .sec-header span { height: 10px; width: 10px; background-color: #aaaaaa; display: inline-block; transform: rotate(45deg); } .homepage .ie-module-7 .ie-pg .nav-tabs>li.active>a, .homepage .ie-module-7 .ie-pg .nav-tabs>li.active>a:focus, .homepage .ie-module-7 .ie-pg .nav-tabs>li.active>a:hover { color: #00a685; } .homepage .ie-module-7 .ie-pg .ie-tab-fix { text-align: center; } .homepage .ie-module-7 .ie-pg .ie-tab-fix li { text-align: center; margin: 0; display: inline-block; float: none; } .homepage .ie-module-7 .ie-pg .ie-tab-fix li a { padding: 15px 25px; font-size: 16px; color: #d3d3d3; } .homepage .ie-module-7 .ie-pg .ie-tab-fix li a i { font-size: 43px; } .homepage .ie-module-7 .ie-pg .ie-tab-fix li.active a { color: #00a685; } .homepage .ie-module-7 .ie-pg .ie-tab-fix li.active>a:hower { color: #00a685; } .homepage .ie-module-7 .ie-pg .ie-content-fix li { margin-bottom: 30px; margin-top: 30px; list-style: none; } .homepage .ie-module-7 .ie-pg .ie-content-fix .thumb img { border-radius: 100%; float: left; } .homepage .ie-module-7 .ie-pg .ie-content-fix .text { padding: 0px 0px 0px 153px; text-align: left; } .homepage .ie-module-7 .ie-pg .ie-content-fix .text h4 { color: #00a685; font-size: 20px; line-height: 20px; font-family: 'Crete Round', serif; font-weight: normal; margin: 10px 0; } .homepage .ie-module-7 .ie-pg .ie-content-fix .text p { margin: 0 0 10px; } .homepage .ie-module-7 .ie-pg .ie-content-fix .text span { font-size: 30px; color: #00a685; line-height: 20px; font-family: 'Crete Round', serif; font-weight: normal; margin: 10px 0; } @media (max-width: 480px) { .homepage .ie-module-7 .ie-pg li { width: 100%; } .homepage .ie-module-7 .ie-pg li i { font-size: 20px !important; float: left; } } @media (max-width: 992px) { .homepage .ie-module-10 .student-form { padding: 0 !important; } } @media (max-width: 768px) { .homepage .ie-module-10 img { display: none !important; } .homepage .ie-module-10 .student-form { padding: 0 !important; } } .homepage .ie-module-10 .form { text-align: center; } .homepage .ie-module-10 .form .form-contant { float: left; width: 100%; min-height: 500px; overflow: hidden; padding: 20px 0px 0px 0px; } .homepage .ie-module-10 .form .relative { position: relative; } .homepage .ie-module-10 .form .form-fields { z-index: 500; position: relative; } .homepage .ie-module-10 .form .student-form { float: left; width: 100%; text-align: left; } .homepage .ie-module-10 .form .student-form .header { float: left; width: 100%; } .homepage .ie-module-10 .form .student-form .header h2 { font-size: 36px; color: #fff; font-family: 'Crete Round', serif; margin: 0px 0px 15px 0px; font-weight: normal; } .homepage .ie-module-10 .form .student-form .header p { color: #00a685; font-size: 18px; font-family: 'Crete Round', serif; line-height: 26px; font-style: italic; } .homepage .ie-module-10 .form .student-form form-data { float: left; width: 100%; } .homepage .ie-module-10 .form .student-form .form-data .input input { width: 100%; height: 40px; border-radius: 0px; border: none; padding: 6px 20px; } .homepage .ie-module-10 .form .student-form .form-data ul { list-style: none; margin: 0px; padding: 0px; } .homepage .ie-module-10 .form .student-form .form-data ul li { float: left; width: 100%; margin: 0px 0px 15px 0px; } .homepage .ie-module-10 .form .student-form .form-data button { display: inline-block; padding: 10px 30px; color: #fff; font-size: 14px; border-radius: 5px; border: none; float: right; background-color: #00a685; } .homepage .ie-module-10 .skrollable { position: absolute; z-index: 100; } .homepage .ie-module-10 #bg1, .homepage .ie-module-10 #bg2, .homepage .ie-module-10 #bg3 { z-index: 50; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/p-bg1.png) repeat 0 0; background-position: 0px -314.936px; background-attachment: fixed; } .homepage .ie-module-10 #bg2 { z-index: 49; background-image: url(../images/p-bg2.png); background-position: 0px -472.404px; } .homepage .ie-module-10 #bg3 { z-index: 48; background-image: url(../images/p-bg3.png); background-position: 0px -283.442px; } .homepage .ie-module-10 .gender { margin: 15px 0px; } .homepage .ie-module-10 .gender, .homepage .ie-module-10 .gender span, .homepage .ie-module-10 .gender span input, .homepage .ie-module-10 .gender span label { float: left; font-size: 18px; color: #868d8b; } .homepage .ie-module-10 .gender span { padding: 0px 20px 0px 0px; } .homepage .ie-module-10 .gender span input { margin: 5px 10px 0px 0px; } @media (min-width: 1200px) { .homepage .ie-module-10 .span6 { width: 570px; } } .homepage .our-teachers .ie-padding-teacher { padding: 0; } .homepage .our-teachers .teachers { margin: 30px 0px; } .homepage .our-teachers .teachers .text h3 { font-family: 'Crete Round', serif; font-size: 24px; color: #FFF; line-height: 24px; font-weight: normal; margin: 0px 0px 0px 0px; } .homepage .our-teachers .teachers .text p { font-size: 16px; } .homepage .our-teachers .contant { float: left; width: 100%; } .homepage .our-teachers .contant section.gray-bg { background-color: #f7f7f7; } .homepage .our-teachers .contant section { padding: 30px 0px; text-align: center; float: left; width: 100%; background-color: #fff; } .homepage .our-teachers .contant .sec-header h3 { font-size: 44px; color: #171717; line-height: 42px; margin: 0px 0px 10px 0px; } .homepage .our-teachers .contant .sec-header { float: left; width: 100%; padding: 0px 0px 20px 0px; } .homepage .our-teachers .contant .sec-header p { font-size: 21px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #00a685; margin: 0; } .homepage .our-teachers .contant .sec-header span { height: 10px; width: 10px; background-color: #aaaaaa; display: inline-block; transform: rotate(45deg); } .homepage .our-teachers .contant .social-icons a { display: inline-block; text-align: center; color: #fff; height: 30px; width: 30px; padding: 5px 0px; margin-right: 4px; margin-left: 4px; } .homepage .our-teachers .teachers { float: left; width: 100%; position: relative; margin-top: 47px; } .homepage .our-teachers .teachers .social-icons { float: left; width: 100%; background-color: #fff; margin: 0px 0px 3px 0px; position: absolute; top: 0; opacity: 0; transition: all 0.3s ease-in-out; } .homepage .our-teachers .teachers .social-icons a { transition: all 0.3s ease-in-out; color: #00a685; font-size: 16px; height: 30px; width: 20px; display: inline-block; } .homepage .our-teachers .teachers .social-icons a:hower { background-color: #00a685; } .homepage .our-teachers .teachers .thumb { float: left; width: 100%; } .homepage .our-teachers .teachers .thumb img { width: 100%; } .homepage .our-teachers .teachers .text { transition: all 0.3s ease-in-out; background-color: #2c2c2c; float: left; width: 100%; padding: 0; box-shadow: 0px -17px 18px -7px rgba(0,0,0,0.5); } .homepage .our-teachers .teachers .text p { transition: all 0.3s ease-in-out; color: #00a685; font-weight: 600; } .homepage .our-teachers .teachers .text a { color: #fff; text-decoration: none; } .homepage .our-teachers .teachers .text h2 { margin-bottom: 0; } .homepage .our-teachers .teachers .social-icons a:hover { background-color: #00a685; color: #ffffff; height: 30px; width: 28px; margin: 0px; } .homepage .our-teachers .teachers a i:hower { background-color: #00a685; } .homepage .our-teachers .teachers:hover .social-icons { top: -33px; opacity: 1; } .homepage .our-teachers .teachers:hover .text { background-color: #00a685; } .homepage .our-teachers .teachers:hover .text p { color: #FFF; } @media (max-width: 768px) { .homepage .our-teachers .contant .sec-header h3 { font-size: 23px; margin: 0; } .homepage .our-teachers .zaro .teachers { margin-bottom: 25px; } .homepage .our-teachers .zaro .teachers .text { padding: 0; } } .homepage .ie-module-8 { background-color: #00a685; } .homepage .ie-module-8 .ie-pg { padding-top: 60px; background-size: cover; background-image: url(../images/ipad.png); z-index: 0; background-position: 0px -597.423px; text-align: center; min-height: 650px; } .homepage .ie-module-8 .ie-pg .post-contant .sec-header { z-index: 50; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/p-bg1.png) repeat 0 0; float: left; padding: 0px 0px 40px 0px; } .homepage .ie-module-8 .ie-pg .post-contant .sec-header h2 { display: block; font-size: 48px; line-height: 48px; color: #fff; font-family: inherit; font-weight: bold; } .homepage .ie-module-8 .ie-pg .post-contant .sec-header p { font-size: 24px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #fff; margin: 0 0 10px; display: block; } .homepage .ie-module-8 .ie-pg .post-contant .sec-header span { background-color: #fff; height: 10px; width: 10px; display: inline-block; transform: rotate(45deg); } .homepage .ie-module-8 .ie-pg .post-contant .post:hower { position: relative; top: 50%; opacity: 1; transition: all 0.3s ease-in-out; } .homepage .ie-module-8 .ie-pg .post-contant .post { position: relative; float: left; width: 100%; padding: 20px 20px 40px 20px; background-color: #fff; margin: 30px 0px 0px 0px; } .homepage .ie-module-8 .ie-pg .post-contant .post .thumb { position: absolute; height: 146px; width: 146px; top: -73px; left: 0px; right: 0px; margin: auto; border-radius: 100%; overflow: hidden; padding: 3px; background-color: rgba(255,255,255,0.2); border: solid 1px rgba(0,0,0,0.2); } .homepage .ie-module-8 .ie-pg .post-contant .post .thumb img { border-radius: 100%; height: auto; max-width: 100%; vertical-align: middle; border: 0; } .homepage .ie-module-8 .ie-pg .post-contant .post .thumb i { transition: all 0.3s ease-in-out; content: "\f067"; font-family: FontAwesome; background-color: #fff; border-radius: 100%; height: 40px; width: 40px; position: absolute; left: 0px; right: 0px; margin: -20px auto 0px auto; top: 0px; padding: 10px 0px; } .homepage .ie-module-8 .ie-pg .post-contant .post .header { float: left; width: 100%; margin: 0px 0px 20px 0px; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .post-date { float: left; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .post-date p { margin: 0px; font-size: 18px; font-weight: 600; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .post-date p span { margin: 0px 4px; color: #00a685; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .icons { float: right; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .icons ul { list-style: none; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .icons ul ol { padding: 0; margin: 0; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .icons ul li { float: left; margin: 0px 10px; position: relative; line-height: 20px; display: list-item; text-align: -webkit-match-parent; } .homepage .ie-module-8 .ie-pg .post-contant .post .text { float: left; width: 100%; position: relative; } .homepage .ie-module-8 .ie-pg .post-contant .post .text h2 { font-size: 24px; color: #171717; font-family: 'Crete Round', serif; font-weight: normal; line-height: 40px; margin: 10px 0; text-rendering: optimizelegibility; } .homepage .ie-module-8 .ie-pg .post-contant .post .text h5 { font-weight: normal; font-size: 14px; color: #00a685; text-rendering: optimizelegibility; } .homepage .ie-module-8 .ie-pg .post-contant .post .text p { line-height: 30px; margin: 0 0 10px; } .homepage .ie-module-8 .ie-pg .post-contant .post .text .more { padding: 10px 5px; width: 110px; border-radius: 5px; color: #fff; display: inline-block; position: absolute; bottom: -60px; left: 0px; right: 0px; margin: auto; background-color: #00a685; } .homepage .ie-module-8 .ie-pg .post-contant .post .text a { text-decoration: none; } @media (max-width: 768px) { .homepage .ie-module-8 .ie-pg { min-height: 1070px !important; } .homepage .ie-module-8 .ie-pg .post { margin-top: 100px !important; } } .homepage .ie-module-4 .contant { float: left; width: 100%; } .homepage .ie-module-4 .contant section.gray-bg { background-color: #f7f7f7; } .homepage .ie-module-4 .contant section { padding: 30px 0px; text-align: center; float: left; width: 100%; background-color: #fff; } .homepage .ie-module-4 .contant .sec-header h2 { font-size: 42px; color: #171717; line-height: 42px; margin: 0px 0px 20px 0px; } .homepage .ie-module-4 .box { float: left; width: 100%; background-color: #fff; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06); transition: all 0.3s ease-in-out; min-height: 660px; border-bottom: solid 2px rgba(0,0,0,0.15); padding: 20px; text-align: left; } .homepage .ie-module-4 .box iframe { width: 100%; height: 150px; } .homepage .ie-module-4 .box:hover { background-color: #00a685; } .homepage .ie-module-4 .box:hover h2 { color: #fff; } .homepage .ie-module-4 .box:hover .event-galley li { border-color: #fff; } .homepage .ie-module-4 .box:hover .text { color: #FFF; } .homepage .ie-module-4 .box:hover .text a { color: #FFF; text-decoration: none; } .homepage .ie-module-4 .box:hover .text span { color: #FFF; } .homepage .ie-module-4 .event-galley { float: left; margin: 0px; padding: 0px; list-style: none; width: 100%; } .homepage .ie-module-4 .event-galley li { float: left; width: 100%; padding: 20px 0px; border-top: dashed 1px #cecece; } .homepage .ie-module-4 .event-galley li:first-child { border: none; padding-top: 0px; } .homepage .ie-module-4 .event-galley .thumb { float: left; overflow: hidden; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; margin: 0px 20px 0px 0px; } .homepage .ie-module-4 .event-galley .thumb img { border-radius: 100%; } .homepage .ie-module-4 .event-galley .text { font-family: 'Crete Round', serif; padding: 15px 0px; } .homepage .ie-module-4 .event-galley .text * { margin: 0px; } .homepage .ie-module-4 .event-galley .text h4 { font-size: 18px; margin: 0px; font-weight: normal; } .homepage .ie-module-4 .event-galley .text a { color: #00a685; padding: 0px 5px 0px 0px; display: inline-block; } .homepage .ie-module-4 .next-course .text { padding: 0px; } .homepage .ie-module-4 .next-course .text span { color: #00a685; font-size: 30px; } .homepage .ie-module-4 .next-course .text span small { font-size: 16px; } .homepage .ie-module-4 .lesson .text h3 { font-family: 'Crete Round', serif; font-weight: normal; font-size: 24px; margin: 0px; } .homepage .ie-module-4 .lesson .text span { font-family: 'Crete Round', serif; font-size: 18px; color: #00a685; margin: 12px 0px 0px 0px; } .homepage .ie-module-4 .lesson .text p { float: left; width: 100%; line-height: 30px; } @media (max-width: 767px) { .homepage .ie-module-4 .text { float: left; width: 100%; text-align: center; padding: 0px; } .homepage .ie-module-4 .box h2 { font-size: 22px; line-height: 22px; } } @media (min-width: 768px) and (max-width: 992px) { .homepage .ie-module-4 .container .box h2 { font-size: 25px; margin-top: 0px; } } @media (max-width: 1366px) and (min-width: 992px) { .homepage .ie-module-4 .container .box h2 { font-size: 25px; margin-top: 0px; } } .homepage .ie-module-9 { position: relative; min-height: 670px; padding: 60px 0px; min-height: 650px; text-align: center; } @media (min-width: 1200px) { .homepage .ie-module-9 .testimonial-data { padding: 0px 0px 0px 490px !important; } .homepage .ie-module-9 .carousel-control { display: none; } } @media (max-width: 1200px) and (min-width: 992px) { .homepage .ie-module-9 .testimonial-data { padding: 0px 0px 0px 360px !important; } .homepage .ie-module-9 .carousel-control { display: none; } } @media (max-width: 992px) and (min-width: 768px) { .homepage .ie-module-9 .testimonial-data { padding: 0px 0px 0px 280px !important; } .homepage .ie-module-9 .testimonial-data .testimonial-text { padding: 0 !important; } .homepage .ie-module-9 .testimonial-data .testimonial-text p { z-index: 999999; position: relative; } .homepage .ie-module-9 .testimonial-contant #bx-pager { margin: 10px 20px 10px 30px !important; } .homepage .ie-module-9 .sec-header h2 { font-size: 32px !important; line-height: 32px !important; } .homepage .ie-module-9 .sec-header p { font-size: 20px !important; } .homepage .ie-module-9 .carousel-control { display: none; } } @media (max-width: 768px) { .homepage .ie-module-9 .testimonial-data { padding: 0 !important; } .homepage .ie-module-9 .sec-header h2 { font-size: 22px !important; line-height: 22px !important; } .homepage .ie-module-9 .sec-header p { font-size: 16px !important; } .homepage .ie-module-9 .testimonial-text p { font-size: 14px !important; line-height: 22px !important; } .homepage .ie-module-9 .side-imgage { display: none; } .homepage .ie-module-9 .carousel-control { display: none; } } @media (max-width: 480px) { .homepage .ie-module-9 #bx-pager { display: none !important; } .homepage .ie-module-9 .carousel-control { position: absolute; z-index: 99999; width: 0; color: #000; filter: alpha(opacity=50); opacity: 1; left: 15%; display: block; top: 39%; } .homepage .ie-module-9 .carousel-inner { position: relative; width: 90%; overflow: hidden; margin-left: 22px; } } .homepage .ie-module-9 #bg5 { background-size: cover; background-image: url(../images/testimonials-bg.jpg); z-index: 0; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed; } .homepage .ie-module-9 #bg5:before { content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); position: absolute; left: 0px; top: 0px; } .homepage .ie-module-9 .skrollable { position: absolute; } .homepage .ie-module-9 .testimonial-contant { z-index: 100; background-position: left bottom; background-repeat: no-repeat; position: relative; } .homepage .ie-module-9 .testimonial-contant .sec-header { float: left; width: 100%; padding: 0px 0px 40px 0px; } .homepage .ie-module-9 .testimonial-contant .sec-header h2 { display: block; font-size: 48px; line-height: 48px; color: #fff; font-family: inherit; font-weight: bold; } .homepage .ie-module-9 .testimonial-contant .sec-header p { font-size: 24px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #fff; margin: 0 0 10px; display: block; } .homepage .ie-module-9 .testimonial-contant .sec-header span { background-color: #fff; height: 10px; width: 10px; display: inline-block; transform: rotate(45deg); } .homepage .ie-module-9 .testimonial-contant .side-imgage { position: absolute; left: 0px; bottom: -60px; width: 40%; } .homepage .ie-module-9 .testimonial-contant .side-imgage img { height: auto; vertical-align: middle; border: 0; max-width: 100%; } .homepage .ie-module-9 .testimonial-contant #bx-pager { margin: 30px 0px 0px 30px; } .homepage .ie-module-9 .testimonial-contant #bx-pager a { text-decoration: none; color: #fff; font-size: 18px; font-style: italic; margin: 0px; float: left; width: 20%; } .homepage .ie-module-9 .testimonial-contant #bx-pager a .color { color: #00a685; } .homepage .ie-module-9 .testimonial-contant #bx-pager a p { margin: 0px; display: block; -webkit-margin-start: 0px; -webkit-margin-end: 0px; } .homepage .ie-module-9 .testimonial-contant #bx-pager .thumb { text-decoration: none; -webkit-border-radius: 100%; height: 80px; width: 80px; overflow: hidden; margin: 0px auto 10px auto; border: solid 2px rgba(255,255,255,0.5); padding: 3px; } .homepage .ie-module-9 .testimonial-contant #bx-pager .thumb img { -webkit-border-radius: 100%; height: auto; max-width: 100%; vertical-align: middle; border: 0; } .homepage .ie-module-9 .testimonial-data { float: left; width: 100%; position: relative; z-index: 100; } .homepage .ie-module-9 .testimonial-data .bx-wrapper { position: relative; margin: 0 auto 0px; padding: 0; } .homepage .ie-module-9 .testimonial-data .bx-wrapper .bx-viewport { background-color: transparent; width: 100%; overflow: hidden; position: relative; height: 272px; } .homepage .ie-module-9 .testimonial-data .testimonial-text:before { position: absolute; content: ""; height: 60px; width: 60px; background-color: #fff; border-radius: 100%; left: -30px; top: 50%; margin: -30px 0px 0px 0px; } .homepage .ie-module-9 .testimonial-data .testimonial-text:after { content: "\f10d"; position: absolute; top: 50%; left: -15px; font-family: FontAwesome; font-size: 34px; margin: -21px 0px 0px 0px; } .homepage .ie-module-9 .testimonial-data .testimonial-text { float: left; text-align: center; background-color: #fff; position: relative; margin: 50px; } .homepage .ie-module-9 .testimonial-data .testimonial-text p { font-size: 18px; color: #101010; font-style: italic; line-height: 35px; margin: 30px; } .homepage .ie-module-9 .testimonial-data .testimonial-text a { text-decoration: none; font-family: 'Pacifico', cursive; font-size: 30px; color: #00a685; } .homepage .ie-module5 .contant { float: left; width: 100%; } .homepage .ie-module5 .contant section { padding: 30px 0px; text-align: center; float: left; width: 100%; background-color: #fff; } .homepage .ie-module5 .contant .header { float: left; width: 100%; } .homepage .ie-module5 .contant .sec-header { padding: 0px 0px 40px 0px; } .homepage .ie-module5 .contant .sec-header h2 { font-size: 42px; color: #171717; line-height: 42px; margin: 0px 0px 20px 0px; } .homepage .ie-module5 .contant .sec-header p { font-size: 24px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #00a685; } .homepage .ie-module5 .contant .sec-header span { height: 10px; width: 10px; background-color: #aaaaaa; display: inline-block; transform: rotate(45deg); } .homepage .ie-module5 .price-box { background-color: #f4f4f4; float: left; width: 100%; padding: 20px 0px; min-height: 480px; } .homepage .ie-module5 .price-box * { transition: all 0.3s ease-in-out; } .homepage .ie-module5 .price-box .header { margin: 0px 0px 20px 0px; } .homepage .ie-module5 .price-box .rate { margin: 0px auto; width: 60%; border-radius: 10px; background-color: #797979; padding: 30px 0px; } .homepage .ie-module5 .price-box .rate h2 { font-family: 'Oswald', sans-serif; color: #fff; font-size: 50px; transition: all 0.3s ease-in-out; font-weight: 300; line-height: 50px; margin: 0px 0px 15px 0px; } .homepage .ie-module5 .price-box .rate p { color: #fff; margin: 0px; } .homepage .ie-module5 .price-box .price-contant { float: left; width: 100%; margin: 0px 0px 15px 0px; } .homepage .ie-module5 .price-box .price-contant p { font-family: 'Open Sans', sans-serif; font-size: 16px; padding: 13px 0px; margin: 0px; } .homepage .ie-module5 .price-box .price-contant i { color: #00a685; font-size: 40px; line-height: 24px; } .homepage .ie-module5 .price-box .price-contant p.striped { background-color: #FFF; box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.1); } .homepage .ie-module5 .price-box h2 { font-size: 30px; font-family: 'Crete Round', serif; font-weight: normal; margin: 0px; } .homepage .ie-module5 .price-box p { margin: 0px; font-family: 'Crete Round', serif; font-size: 18px; color: #797979; } .homepage .ie-module5 .price-box:hover { transition-delay: 0, 3s; background-color: #00a685; } .homepage .ie-module5 .price-box:hover h2, .homepage .ie-module5 .price-box:hover p, .homepage .ie-module5 .price-box:hover i { color: #fff; } .homepage .ie-module5 .price-box:hover a { background: #FFF; color: #00a685; } .homepage .ie-module5 .price-box:hover .rate { background-color: #FFF; } .homepage .ie-module5 .price-box:hover .rate h2, .homepage .ie-module5 .price-box:hover .rate p { color: #00a685; } .homepage .ie-module5 .price-box:hover p.striped { color: #00a685; } .homepage .ie-module5 .price-footer { float: left; width: 100%; } .homepage .ie-module5 .price-footer a { background-color: #00a685; display: inline-block; border-radius: 5px; color: #fff; padding: 10px 20px; font-size: 16px; font-weight: 600; border: none; text-decoration: none; } @media (max-width: 767px) { .homepage .ie-module5 .sec-header h2 { font-size: 22px; line-height: 22px; } .homepage .ie-module5 .sec-header p { font-size: 16px !important; } } .homepage .ie-module-12 .widget-article h2 { font-size: 24px; color: #fff; font-family: 'Crete Round', serif; font-weight: normal; margin: 30px 0px 20px 0px; line-height: 26px; display: block; } .homepage .ie-module-12 .widget-article .bx-wrapper { position: relative; margin: 0 auto 0px; padding: 0; max-width: 100%; } .homepage .ie-module-12 .widget-article .bx-wrapper .bx-viewport { width: 100%; overflow: hidden; position: relative; height: 226px; left: 0px; -webkit-box-sizing: border-box; } .homepage .ie-module-12 .widget-article .thumb { float: left; width: 100%; margin: 2px 0px 14px 0px; } .homepage .ie-module-12 .widget-article .text { float: left; width: 100%; } .homepage .ie-module-12 .widget-article .text .color { color: #00a685; margin: 0px; } .homepage .ie-module-12 .nav-pills>[data-slide-to="0"].active a { background-color: #00a685; } .homepage .ie-module-12 .nav-pills>[data-slide-to="1"].active a { background-color: #00a685; } .homepage .ie-module-12 .nav-pills>[data-slide-to="2"].active a { background-color: #00a685; } .homepage .ie-module-12 .nav-pills>[data-slide-to="3"].active a { background-color: #00a685; } .homepage .ie-module-12 .nav-pills { margin: 0px 0px 10px 0px; text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; } .homepage .ie-module-12 .nav-pills a { background: #fff; text-indent: -9999px; display: block; width: 15px; height: 15px; margin: 0 5px; outline: 0; float: left; position: relative; border-radius: 100%; } @media (max-width: 992px) and (min-width: 768px) { .homepage .ie-module-12 .follow .text { padding: 0 !important; } } .homepage .ie-module-12 .follow-us { padding: 35px 0px; margin: 0px; border-top: 3px solid; border-color: #00a685; } .homepage .ie-module-12 .follow { text-align: center; margin: 10px; float: none; width: 100%; } .homepage .ie-module-12 .follow i { background-color: #00a685; height: 70px; width: 70px; text-align: center; padding: 21px 0px; font-size: 30px; color: #fff; float: none; border-radius: 100%; margin: 0px 20px 0px 0px; transition: all 0.3s ease-in-out; } .homepage .ie-module-12 .follow p { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; font-weight: bold; color: #b5c7c9; margin-top: 0; } .homepage .ie-module-12 .follow a { color: #0088cc; text-decoration: none; } .homepage .ie-module-12 .follow .text { text-align: center; padding: 16px 0px 0px 0px; } .homepage .ie-module-12 .follow .text h4 { display: block; -webkit-margin-before: 1.33em; -webkit-margin-after: 1.33em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; font-size: 18px; margin: 0px; color: #637f83; padding: 0px; outline: none; -webkit-box-sizing: border-box; } .homepage .ie-module-12 .follow:hover i { border-radius: 10px; } .homepage .ie-module-12 footer { float: left; width: 100%; } .homepage .ie-module-12 footer #bx-pager a { text-decoration: none; color: #fff; font-size: 18px; font-style: italic; margin: 0px; float: left; width: 33.3%; } .homepage .ie-module-12 footer #bx-pager a .color { color: #00a685; text-align: start; margin: 0px auto 13px auto; } .homepage .ie-module-12 footer #bx-pager a p { margin: 0px; display: block; -webkit-margin-start: 0px; -webkit-margin-end: 0px; } .homepage .ie-module-12 footer #bx-pager .thumb { text-decoration: none; -webkit-border-radius: 100%; height: 60px; width: 60px; overflow: hidden; border: solid 1px rgba(255,255,255,0.5); padding: 1px; } .homepage .ie-module-12 footer #bx-pager .thumb img { -webkit-border-radius: 100%; height: auto; max-width: 100%; vertical-align: middle; border: 0; } .homepage .ie-module-12 footer .ie-pg { background-image: url(../images/footer-bg.png); } .homepage .ie-module-12 footer h2 { font-size: 24px; color: #fff; font-family: 'Crete Round', serif; font-weight: normal; margin: 30px 0px 20px 0px; line-height: 26px; margin-bottom: 8px; } .homepage .ie-module-12 footer ul { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 40px; } .homepage .ie-module-12 footer li { display: list-item; text-align: -webkit-match-parent; } .homepage .ie-module-12 footer p { margin: 0 0 10px; } .homepage .ie-module-12 footer .widget-top-rated ul { list-style: none; float: left; width: 100%; padding-left: 0; } .homepage .ie-module-12 footer .widget-top-rated ul li .text p { margin: 0px 0px 8px 0px; line-height: 16px; color: #CCC; position: relative; } .homepage .ie-module-12 footer .widget-top-rated ul li:first-child { margin: 0px; } .homepage .ie-module-12 footer .widget-top-rated ul li { float: left; width: 100%; margin-top: 20px; } .homepage .ie-module-12 footer .widget-top-rated ul li .text { padding-left: 78px; } .homepage .ie-module-12 footer .widget-top-rated ul li .text span { color: #00a685; position: relative; font-weight: 600; } .homepage .ie-module-12 footer .widget-top-rated ul li .text span:before { content: ""; width: 50px; height: 2px; position: absolute; left: 0px; top: -5px; background-color: #00a685; } .homepage .ie-module-12 footer .widget-top-rated ul li .thumb { float: left; } .homepage .ie-module-12 footer .widget-posts ul { float: left; width: 100%; list-style: none; margin-left: -40px; } .homepage .ie-module-12 footer .widget-posts ul li { float: left; width: 100%; position: relative; padding: 0px 0px 0px 25px; color: #777676; } .homepage .ie-module-12 footer .widget-posts ul li a { color: #00a685; text-decoration: none; } .homepage .ie-module-12 footer .widget-posts ul li:before { position: absolute; content: "\f075"; font-family: FontAwesome; font-size: 16px; left: 0px; top: 0px; color: #777676; } .homepage .ie-module-12 .tweets { background-image: url(../images/pettern.png); background-color: rgba(0,0,0,0.2); left: 0px; top: 0px; background-color: #00a685; } .homepage .ie-module-12 .tweets .tweet-contant { float: left; width: 100%; text-align: center; position: relative; margin-top: 30px; } .homepage .ie-module-12 .tweets .tweet-contant i { background-color: #00a685; font-size: 26px; color: #fff; height: 44px; width: 44px; border-radius: 100%; padding: 10px 0px; } .homepage .ie-module-12 .tweets .tweet-contant .fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; border: 1px solid; } .homepage .ie-module-12 .tweets .tweet-contant h4 { font-size: 18px; font-weight: normal; color: #fff; font-style: italic; font-family: 'Crete Round', serif; margin-top: 10px; } .homepage .ie-module-12 .tweets .tweet-contant .bx-wrapper { max-width: 100%; position: relative; margin: 0 auto 0px; padding: 0; } .homepage .ie-module-12 .tweets .tweet-contant .bx-wrapper .bx-viewport { width: 100%; overflow: hidden; position: relative; } .homepage .ie-module-12 .tweets .tweet-contant .bx-wrapper .bx-viewport .bxslider { width: auto; position: relative; padding: 30px 0px 0px 0px; } .homepage .ie-module-12 .tweets .tweet-contant .bx-wrapper .bx-viewport .bxslider li { float: none; list-style: none; } .homepage .ie-module-12 .tweets .tweet-contant .bx-wrapper .bx-viewport .bxslider li p { font-size: 18px; color: #333; font-weight: normal; font-style: italic; font-family: 'Crete Round', serif; } .homepage .ie-module-12 .tweets .tweet-contant .bx-wrapper .bx-viewport .bxslider li p a { text-decoration: none; color: #fff; } .homepage .ie-module-12 .bottom-footer { background-image: url(../images/footer-bg.png); float: left; width: 100%; padding: 0px 0px 30px 0px; } .homepage .ie-module-12 .bottom-footer .widget { float: left; width: 100%; } .homepage .ie-module-12 .bottom-footer .widget h2 { font-size: 24px; color: #fff; font-family: 'Crete Round', serif; font-weight: normal; margin: 30px 0px 20px 0px; line-height: 26px; } .homepage .ie-module-12 .bottom-footer .widget ul { float: left; width: 100%; list-style: none; margin: 0; padding: 0; } .homepage .ie-module-12 .bottom-footer .widget ul li:before { content: "\f111"; position: absolute; left: 0px; top: 2px; font-family: FontAwesome; font-size: 12px; color: #494949; } .homepage .ie-module-12 .bottom-footer .widget ul li { display: list-item; text-align: -webkit-match-parent; line-height: 20px; float: left; width: 100%; padding: 0px 0px 0px 25px; position: relative; } .homepage .ie-module-12 .bottom-footer .widget ul li a { text-decoration: none; color: #00a685; } .homepage .ie-module-12 .bottom-footer .widget-facebook img { width: 100%; height: auto; max-width: 100%; vertical-align: middle; border: 0; } .homepage .ie-module-12 .bottom-footer .newsletter-contant { float: left; width: 100%; background-image: url(../images/footer-bg.png); } .homepage .ie-module-12 .bottom-footer .newsletter-contant input, .homepage .ie-module-12 .bottom-footer .newsletter-contant button, .homepage .ie-module-12 .bottom-footer .newsletter-contant select, .homepage .ie-module-12 .bottom-footer .newsletter-contant textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .homepage .ie-module-12 .bottom-footer .newsletter-contant p { -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; display: block; color: #686868; } .homepage .ie-module-12 .bottom-footer .newsletter-contant p input[type="text"]:focus { border-color: #00a685; } .homepage .ie-module-12 .bottom-footer .newsletter-contant p input[type="text"] { width: 100%; background-color: rgba(255,255,255,0.05); border-left: none; border-right: none; border-bottom: none; border-top: 2px solid #000; border-radius: 0px; min-height: 50px; box-shadow: inset 0 1px 1px; transition: border linear 0.2s, box-shadow linear 0.2s; padding-left: 10px; } .homepage .ie-module-12 .bottom-footer .newsletter-contant p button { float: right; font-size: 14px; font-weight: normal; padding: 6px 15px; background-color: #00a685; border: none; display: inline-block; border-radius: 5px; color: #fff; } .homepage .ie-module-12 .bottom-footer .location-map img { width: 100%; } .homepage .ie-module-12 .copyright { float: left; width: 100%; background-color: #000; padding: 40px 0px; text-align: right; } .homepage .ie-module-12 .copyright p { margin: 0px; } .homepage .ie-module-12 .copyright p a { color: #00a685; text-decoration: none; } .homepage .ie-module-12 .container { margin-right: auto !important; margin-left: auto !important; }
temp/home_page/education_homepage/css/styles.css
@font-face { font-family: 'Crete Round'; font-style: normal; font-weight: 400; src: local('Crete Round'), local('CreteRound-Regular'), url(../fonts/latin1.woff2) format('woff2'); } @font-face { font-family: 'Crete Round'; font-style: normal; font-weight: 400; src: local('Crete Round'), local('CreteRound-Regular'), url(../fonts/latin2.woff2) format('woff2'); } @font-face { font-family: 'Crete Round'; font-style: italic; font-weight: 400; src: local('Crete Round Italic'), local('CreteRound-Italic'), url(../fonts/latin3.woff2) format('woff2'); } @font-face { font-family: 'Crete Round'; font-style: italic; font-weight: 400; src: local('Crete Round Italic'), local('CreteRound-Italic'), url(../fonts/latin4.woff2) format('woff2'); } .homepage .ie-module-2 .navbar-toggle { margin-right: 0; } .homepage .ie-module-2 .navbar-collapse.in { overflow-y: visible !important; } .homepage .ie-module-2 .ie-nav .navbar-collapse-in { overflow-y: overflow !important; } .homepage .ie-module-2 .ie-nav .caret { position: absolute; right: 2px; top: 40%; } .homepage .ie-module-2 .ie-nav .caret-up { width: 0; height: 0; border-left: 4px solid rgba(0,0,0,0); border-right: 4px solid rgba(0,0,0,0); border-bottom: 4px solid; position: absolute; right: 2px; top: 40%; vertical-align: middle; color: #fff; } .homepage .ie-module-2 .ie-nav .ie-li:hover { background-color: #00a685; } .homepage .ie-module-2 .ie-nav .ie-li:hover a { text-decoration: none; } .homepage .ie-module-2 .ie-nav .ie-li:hover p { color: #fff; } .homepage .ie-module-2 .ie-nav .dropdown-menu a:hover { background-color: #00a685; color: #fff; } .homepage .ie-module-2 .ie-nav .dropdown { top: -20px; } .homepage .ie-module-2 .ie-nav .dropdown-content { display: none; position: absolute; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } .homepage .ie-module-2 .ie-nav .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; color: #fff; } .homepage .ie-module-2 .ie-tophr { border-top: 5px solid; border-color: #00a685; margin: 0px 0px; } .homepage .ie-module-2 .top-strip { float: left; width: 100%; padding: 20px 0px 0px; } .homepage .ie-module-2 .top-strip .ie-fix-border { border-top: 1px solid; color: #e7e7e7; } .homepage .ie-module-2 .top-strip .account { position: relative; z-index: 9999; float: right; } .homepage .ie-module-2 .top-strip .account ul { float: left; margin: 0px; padding: 0px; list-style: none; } .homepage .ie-module-2 .top-strip .account ul li { float: left; margin: 0px 10px; } .homepage .ie-module-2 .top-strip .account ul li a { font-size: 12px; color: #b2b2b2; text-decoration: none; } .homepage .ie-module-2 .navbar { margin-bottom: 0px; } .homepage .ie-module-2 .navbar-default { background-color: #fff; border-color: #e7e7e7; } .homepage .ie-module-2 .navbar-nav { padding-top: 10px; padding-left: 10px; } .homepage .ie-module-2 .navbar-collapse-in { overflow-y: hidden !important; } @media (max-width: 992px) and (min-width: 768px) { .homepage .ie-module-2 .ie-nav .dropbtn { cursor: pointer; width: 80px; height: 72px; } .homepage .ie-module-2 .ie-nav .col-sm-fix { left: 33.33%; } .homepage .ie-module-2 .ie-nav img { width: 100%; } .homepage .ie-module-2 .nav-fix { position: absolute !important; z-index: 9999 !important; background-color: #fff !important; } .homepage .ie-module-2 .nav-fix ul { margin-bottom: 0px; } .homepage .ie-module-2 .nav-fix ul .ie-li { left: 20%; top: 5px; width: 76px; height: 72px; float: left; list-style: none; } .homepage .ie-module-2 .nav-fix ul .ie-li a { color: #000; } .homepage .ie-module-2 .nav-fix ul .ie-li p { text-align: center; margin-top: 30%; } } @media (max-width: 480px) { .homepage .ie-module-2 .dropdown-menu { width: 100%; } .homepage .ie-module-2 .nav-fix { position: absolute !important; z-index: 9999 !important; background-color: #fff !important; width: 99% !important; } .homepage .ie-module-2 .nav-fix ul .ie-li { float: none !important; display: -webkit-inline-box; width: 100%; list-style: none; top: 5px !important; } .homepage .ie-module-2 .nav-fix ul .ie-li a { color: #000; } .homepage .ie-module-2 .nav-fix ul .ie-li p { text-align: center; margin-top: 30%; } .homepage .ie-module-2 .nav-fix ul .ie-li .caret { display: none; } .homepage .ie-module-2 .nav-fix ul .ie-li .caret-up { display: none; } .homepage .ie-module-2 .ie-nav img { float: left; } } @media (max-width: 768px) and (min-width: 480px) { .homepage .ie-module-2 .dropdown-menu { width: 100%; } .homepage .ie-module-2 .ie-nav img { float: left; } .homepage .ie-module-2 .nav-fix { position: absolute !important; z-index: 9999 !important; background-color: #fff !important; width: 95% !important; } .homepage .ie-module-2 .nav-fix .navbar-collapse-in { overflow-y: 0 !important; } .homepage .ie-module-2 .nav-fix ul .ie-li { float: right; display: -webkit-inline-box; width: 100%; list-style: none; top: 0px !important; } .homepage .ie-module-2 .nav-fix ul .ie-li a { color: #000; } .homepage .ie-module-2 .nav-fix ul .ie-li p { text-align: center; margin-top: 30%; } .homepage .ie-module-2 .nav-fix ul .ie-li .caret { display: none; } .homepage .ie-module-2 .nav-fix ul .ie-li .caret-up { display: none; } } @media (min-width: 992px) { .homepage .ie-module-2 .nav-fix { position: absolute; } .homepage .ie-module-2 .nav-fix ul .ie-li { width: 76px; height: 72px; float: left; list-style: none; } .homepage .ie-module-2 .nav-fix ul .ie-li a { color: #000; } .homepage .ie-module-2 .nav-fix ul .ie-li p { text-align: center; margin-top: 30%; } } .homepage .ie-module-6 { text-align: center; margin-top: 78px; position: relative; } @media (max-width: 768px) { .homepage .ie-module-6 .newsletters { top: 180px !important; } .homepage .ie-module-6 .newsletters h1 { font-size: 30px !important; line-height: 30px; } .homepage .ie-module-6 .newsletters h4 { font-size: 18px; line-height: 18px; display: none !important; } .homepage .ie-module-6 .newsletters .subscribe .ie-btn { min-height: 40px !important; } .homepage .ie-module-6 .newsletters .subscribe .ie-text { min-height: 40px !important; padding: 0px 60px 0px 20px !important; } } @media (max-width: 480px) { .homepage .ie-module-6 .newsletters { display: none; } .homepage .ie-module-6 .nav-pills { display: none; } } @media (min-width: 992px) { .homepage .ie-module-6 .newsletters h1 { font-size: 72px; line-height: 72px; } .homepage .ie-module-6 .newsletters h4 { font-size: 26px; line-height: 26px; } } @media (max-width: 1010px) and (min-width: 768px) { .homepage .ie-module-6 .newsletters { top: 250px !important; } .homepage .ie-module-6 .newsletters h1 { font-size: 40px; line-height: 42px; } .homepage .ie-module-6 .newsletters h4 { font-size: 18px; line-height: 18px; } } .homepage .ie-module-6 body { padding-top: 20px; } .homepage .ie-module-6 #myCarousel .nav { background: #eee; } .homepage .ie-module-6 .nav-justified > a { border-radius: 0px; } .homepage .ie-module-6 .nav-pills>[data-slide-to="0"].active a { background-color: #00a685; } .homepage .ie-module-6 .nav-pills>[data-slide-to="1"].active a { background-color: #00a685; } .homepage .ie-module-6 .nav-pills>[data-slide-to="2"].active a { background-color: #00a685; } .homepage .ie-module-6 .nav-pills>[data-slide-to="3"].active a { background-color: #00a685; } .homepage .ie-module-6 .nav-pills { padding: 0px 62px 62px 0px; text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; } .homepage .ie-module-6 .nav-pills a { background: #fff; text-indent: -9999px; display: block; width: 60px; height: 5px; margin: 0 5px; outline: 0; float: left; position: relative; } .homepage .ie-module-6 .newsletters { top: 315px; width: 100%; text-align: center; position: absolute; z-index: 200; margin: -115px 0px 0px 0px; } .homepage .ie-module-6 .newsletters h1 { color: #fff; margin: 0px 0px 30px 0px; } .homepage .ie-module-6 .newsletters h4 { color: #fff; } .homepage .ie-module-6 .newsletters .subscribe { top: 315px; } .homepage .ie-module-6 .newsletters .subscribe .ie-text { min-height: 60px; border-radius: 100px 0px 0px 100px; background-color: rgba(255,255,255,0.7); border: solid 1px #fff; padding: 0px 130px 0px 30px; color: #a2a6a8; font-size: 18px; } .homepage .ie-module-6 .newsletters .subscribe .ie-btn { border-radius: 0px 100px 100px 0px; border: none; color: #fff; text-transform: uppercase; background-color: #00a685; min-height: 60px; padding: 0px 30px 0px 30px; } .homepage .ie-module-1 { float: left; width: 100%; } .homepage .ie-module-1 .contant .sec-header h3 { font-size: 44px; color: #171717; line-height: 42px; margin: 0px 0px 20px 0px; } .homepage .ie-module-1 .contant section { padding: 30px 0px; text-align: center; float: left; width: 100%; background-color: #fff; } .homepage .ie-module-1 .contant { float: left; width: 100%; } .homepage .ie-module-1 .contant .sec-header { float: left; width: 100%; padding: 0px 0px 40px 0px; } .homepage .ie-module-1 .contant .sec-header p { font-size: 22px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #00a685; } .homepage .ie-module-1 .contant .sec-header span { height: 10px; width: 10px; background-color: #aaaaaa; display: inline-block; transform: rotate(45deg); } .homepage .ie-module-1 .services { float: left; width: 100%; } .homepage .ie-module-1 .services .header { float: left; width: 100%; position: relative; } .homepage .ie-module-1 .services .header .fa-tablet { font-size: 170px; line-height: 170px; color: #ededed; transition: all 0.3s ease-in-out; } .homepage .ie-module-1 .services .header .inner-icon { position: absolute; left: 0px; right: 0px; margin: -30px 0px 0px 0px; top: 50%; font-size: 45px; color: #00a685; } .homepage .ie-module-1 .services .text { float: left; width: 100%; padding: 0px 20px; } .homepage .ie-module-1 .services .text h3 { font-size: 20px; line-height: 20px; margin: 0px 0px 20px 0px; font-family: 'Crete Round', serif; text-transform: uppercase; font-weight: normal; position: relative; display: inline-block; } .homepage .ie-module-1 .services .text h3 a { text-decoration: none; color: #00a685; } .homepage .ie-module-1 .services .text h3:before { content: ""; width: 90px; height: 1px; position: absolute; left: 0px; right: 0px; background-color: #00a685; bottom: -15px; margin: auto; } .homepage .ie-module-1 .services:hover .text h3:before { width: 100%; } .homepage .ie-module-1 .services:hover .fa-tablet { color: #00a685; } @media (max-width: 768px) { .homepage .ie-module-1 .zaro .services .header .fa-tablet { font-size: 130px; line-height: 150px; } .homepage .ie-module-1 .zaro .services .text h3 { font-size: 13px; } .homepage .ie-module-1 .zaro .services .text .inner-icon { font-size: 40px; margin: -30px 0px 0px 0px; } .homepage .ie-module-1 .contant .sec-header h3 { font-size: 21px; margin: 0; } } .homepage .ie-module-11 { float: left; width: 100%; } .homepage .ie-module-11 .course { background-color: #fff; border-bottom: solid 2px rgba(0,0,0,0.1); float: left; text-align: left; margin: 15px 0px 0px 0px; width: 100%; } .homepage .ie-module-11 section { padding: 30px 0px; text-align: center; float: left; width: 100%; background-color: #fff; } .homepage .ie-module-11 .contant { float: left; width: 100%; } .homepage .ie-module-11 .contant section.gray-bg { background-color: #f7f7f7; } .homepage .ie-module-11 .contant .sec-header { float: left; width: 100%; padding: 0px 0px 40px 0px; } .homepage .ie-module-11 .contant .sec-header p { font-size: 24px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #00a685; } .homepage .ie-module-11 .contant .sec-header span { height: 10px; width: 10px; background-color: #aaaaaa; display: inline-block; transform: rotate(45deg); } .homepage .ie-module-11 .sec-header h2 { font-size: 42px; color: #171717; line-height: 42px; margin: 0px 0px 20px 0px; } .homepage .ie-module-11 .customNavigation { text-align: right; margin: -20px 0px 20px 0px; float: left; width: 100%; } .homepage .ie-module-11 .zaro-carousel { display: none; position: relative; width: 100%; float: left; } .homepage .ie-module-11 .zaro-carousel .zaro-wrapper-outer { overflow: hidden; position: relative; width: 100%; } .homepage .ie-module-11 .zaro-carousel .zaro-wrapper { position: relative; } .homepage .ie-module-11 .zaro-carousel .zaro-item { float: left; } .homepage .ie-module-11 .rating>span { display: inline-block; position: relative; width: 1.1em; font-size: 20px; color: #CC0; } .homepage .ie-module-11 .course .thumb { float: left; width: 100%; position: relative; background-color: #000; } .homepage .ie-module-11 .course .thumb img { transition: all 0.3s ease-in-out; } .homepage .ie-module-11 .course .price { transition: all 0.3s ease-in-out; background-color: #00a685; height: 90px; width: 90px; border-radius: 100%; font-size: 40px; text-shadow: 1px 1px 1px rgba(0,0,0,0.2); color: #fff; position: absolute; top: 20px; left: 20px; text-align: center; padding: 25px 0px; opacity: 0; line-height: 40px; visibility: hidden; } .homepage .ie-module-11 .course .price span { font-size: 30px; vertical-align: top; line-height: 30px; } .homepage .ie-module-11 .course .text { float: left; width: 100%; } .homepage .ie-module-11 .course .text div { float: left; width: 100%; } .homepage .ie-module-11 .course .text h4 { font-size: 18px; font-family: 'Crete Round', serif; color: #00a685; font-weight: normal; display: inline-block; } .homepage .ie-module-11 .course .header { padding: 0px 10px; } .homepage .ie-module-11 .course .course-name { padding: 0px 10px; } .homepage .ie-module-11 .course .course-name p { display: inline-block; } .homepage .ie-module-11 .course .course-name span { float: right; color: #00a685; } .homepage .ie-module-11 .course div.rating { float: right; width: auto; margin: 8px 0px; } .homepage .ie-module-11 .course .rating>span { color: #ffd200; width: auto; } .homepage .ie-module-11 .course .course-detail-btn { margin: 10px 0px 0px 0px; border-top: solid 1px rgba(0,0,0,0.1); } .homepage .ie-module-11 .course .course-detail-btn a:first-child { border: none; } .homepage .ie-module-11 .course .course-detail-btn a { transition: all 0.3s ease-in-out; width: 50%; padding: 15px 15px; color: #7c7c7c; font-size: 14px; text-align: center; display: block; box-sizing: border-box; float: left; border-left: 1px #fff solid; } .homepage .ie-module-11 .course .course-detail-btn a:hover { background-color: #00a685; color: #fff; text-decoration: none; } .homepage .ie-module-11 .course:hover img { opacity: 0.5; } .homepage .ie-module-11 .course:hover .price { opacity: 1; top: -15px; left: -15px; visibility: visible; } .homepage .ie-module-7 .ie-pg { background-color: #f7f7f7; } .homepage .ie-module-7 .ie-pg .sec-header { text-align: center; padding: 0px 0px 40px 0px; } .homepage .ie-module-7 .ie-pg .sec-header h2 { font-size: 42px; color: #171717; line-height: 42px; margin: 0px 0px 20px 0px; } .homepage .ie-module-7 .ie-pg .sec-header p { font-size: 24px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #00a685; } .homepage .ie-module-7 .ie-pg .sec-header span { height: 10px; width: 10px; background-color: #aaaaaa; display: inline-block; transform: rotate(45deg); } .homepage .ie-module-7 .ie-pg .nav-tabs>li.active>a, .homepage .ie-module-7 .ie-pg .nav-tabs>li.active>a:focus, .homepage .ie-module-7 .ie-pg .nav-tabs>li.active>a:hover { color: #00a685; } .homepage .ie-module-7 .ie-pg .ie-tab-fix { text-align: center; } .homepage .ie-module-7 .ie-pg .ie-tab-fix li { text-align: center; margin: 0; display: inline-block; float: none; } .homepage .ie-module-7 .ie-pg .ie-tab-fix li a { padding: 15px 25px; font-size: 16px; color: #d3d3d3; } .homepage .ie-module-7 .ie-pg .ie-tab-fix li a i { font-size: 43px; } .homepage .ie-module-7 .ie-pg .ie-tab-fix li.active a { color: #00a685; } .homepage .ie-module-7 .ie-pg .ie-tab-fix li.active>a:hower { color: #00a685; } .homepage .ie-module-7 .ie-pg .ie-content-fix li { margin-bottom: 30px; margin-top: 30px; list-style: none; } .homepage .ie-module-7 .ie-pg .ie-content-fix .thumb img { border-radius: 100%; float: left; } .homepage .ie-module-7 .ie-pg .ie-content-fix .text { padding: 0px 0px 0px 153px; text-align: left; } .homepage .ie-module-7 .ie-pg .ie-content-fix .text h4 { color: #00a685; font-size: 20px; line-height: 20px; font-family: 'Crete Round', serif; font-weight: normal; margin: 10px 0; } .homepage .ie-module-7 .ie-pg .ie-content-fix .text p { margin: 0 0 10px; } .homepage .ie-module-7 .ie-pg .ie-content-fix .text span { font-size: 30px; color: #00a685; line-height: 20px; font-family: 'Crete Round', serif; font-weight: normal; margin: 10px 0; } @media (max-width: 480px) { .homepage .ie-module-7 .ie-pg li { width: 100%; } .homepage .ie-module-7 .ie-pg li i { font-size: 20px !important; float: left; } } @media (max-width: 992px) { .homepage .ie-module-10 .student-form { padding: 0 !important; } } @media (max-width: 768px) { .homepage .ie-module-10 img { display: none !important; } .homepage .ie-module-10 .student-form { padding: 0 !important; } } .homepage .ie-module-10 .form { text-align: center; } .homepage .ie-module-10 .form .form-contant { float: left; width: 100%; min-height: 500px; overflow: hidden; padding: 20px 0px 0px 0px; } .homepage .ie-module-10 .form .relative { position: relative; } .homepage .ie-module-10 .form .form-fields { z-index: 500; position: relative; } .homepage .ie-module-10 .form .student-form { float: left; width: 100%; text-align: left; } .homepage .ie-module-10 .form .student-form .header { float: left; width: 100%; } .homepage .ie-module-10 .form .student-form .header h2 { font-size: 36px; color: #fff; font-family: 'Crete Round', serif; margin: 0px 0px 15px 0px; font-weight: normal; } .homepage .ie-module-10 .form .student-form .header p { color: #00a685; font-size: 18px; font-family: 'Crete Round', serif; line-height: 26px; font-style: italic; } .homepage .ie-module-10 .form .student-form form-data { float: left; width: 100%; } .homepage .ie-module-10 .form .student-form .form-data .input input { width: 100%; height: 40px; border-radius: 0px; border: none; padding: 6px 20px; } .homepage .ie-module-10 .form .student-form .form-data ul { list-style: none; margin: 0px; padding: 0px; } .homepage .ie-module-10 .form .student-form .form-data ul li { float: left; width: 100%; margin: 0px 0px 15px 0px; } .homepage .ie-module-10 .form .student-form .form-data button { display: inline-block; padding: 10px 30px; color: #fff; font-size: 14px; border-radius: 5px; border: none; float: right; background-color: #00a685; } .homepage .ie-module-10 .skrollable { position: absolute; z-index: 100; } .homepage .ie-module-10 #bg1, .homepage .ie-module-10 #bg2, .homepage .ie-module-10 #bg3 { z-index: 50; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/p-bg1.png) repeat 0 0; background-position: 0px -314.936px; background-attachment: fixed; } .homepage .ie-module-10 #bg2 { z-index: 49; background-image: url(../images/p-bg2.png); background-position: 0px -472.404px; } .homepage .ie-module-10 #bg3 { z-index: 48; background-image: url(../images/p-bg3.png); background-position: 0px -283.442px; } .homepage .ie-module-10 .gender { margin: 15px 0px; } .homepage .ie-module-10 .gender, .homepage .ie-module-10 .gender span, .homepage .ie-module-10 .gender span input, .homepage .ie-module-10 .gender span label { float: left; font-size: 18px; color: #868d8b; } .homepage .ie-module-10 .gender span { padding: 0px 20px 0px 0px; } .homepage .ie-module-10 .gender span input { margin: 5px 10px 0px 0px; } @media (min-width: 1200px) { .homepage .ie-module-10 .span6 { width: 570px; } } .homepage .our-teachers .ie-padding-teacher { padding: 0; } .homepage .our-teachers .teachers { margin: 30px 0px; } .homepage .our-teachers .teachers .text h3 { font-family: 'Crete Round', serif; font-size: 24px; color: #FFF; line-height: 24px; font-weight: normal; margin: 0px 0px 0px 0px; } .homepage .our-teachers .teachers .text p { font-size: 16px; } .homepage .our-teachers .contant { float: left; width: 100%; } .homepage .our-teachers .contant section.gray-bg { background-color: #f7f7f7; } .homepage .our-teachers .contant section { padding: 30px 0px; text-align: center; float: left; width: 100%; background-color: #fff; } .homepage .our-teachers .contant .sec-header h3 { font-size: 44px; color: #171717; line-height: 42px; margin: 0px 0px 10px 0px; } .homepage .our-teachers .contant .sec-header { float: left; width: 100%; padding: 0px 0px 20px 0px; } .homepage .our-teachers .contant .sec-header p { font-size: 21px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #00a685; margin: 0; } .homepage .our-teachers .contant .sec-header span { height: 10px; width: 10px; background-color: #aaaaaa; display: inline-block; transform: rotate(45deg); } .homepage .our-teachers .contant .social-icons a { display: inline-block; text-align: center; color: #fff; height: 30px; width: 30px; padding: 5px 0px; margin-right: 4px; margin-left: 4px; } .homepage .our-teachers .teachers { float: left; width: 100%; position: relative; margin-top: 47px; } .homepage .our-teachers .teachers .social-icons { float: left; width: 100%; background-color: #fff; margin: 0px 0px 3px 0px; position: absolute; top: 0; opacity: 0; transition: all 0.3s ease-in-out; } .homepage .our-teachers .teachers .social-icons a { transition: all 0.3s ease-in-out; color: #00a685; font-size: 16px; height: 30px; width: 20px; display: inline-block; } .homepage .our-teachers .teachers .social-icons a:hower { background-color: #00a685; } .homepage .our-teachers .teachers .thumb { float: left; width: 100%; } .homepage .our-teachers .teachers .thumb img { width: 100%; } .homepage .our-teachers .teachers .text { transition: all 0.3s ease-in-out; background-color: #2c2c2c; float: left; width: 100%; padding: 0; box-shadow: 0px -17px 18px -7px rgba(0,0,0,0.5); } .homepage .our-teachers .teachers .text p { transition: all 0.3s ease-in-out; color: #00a685; font-weight: 600; } .homepage .our-teachers .teachers .text a { color: #fff; text-decoration: none; } .homepage .our-teachers .teachers .text h2 { margin-bottom: 0; } .homepage .our-teachers .teachers .social-icons a:hover { background-color: #00a685; color: #ffffff; height: 30px; width: 28px; margin: 0px; } .homepage .our-teachers .teachers a i:hower { background-color: #00a685; } .homepage .our-teachers .teachers:hover .social-icons { top: -33px; opacity: 1; } .homepage .our-teachers .teachers:hover .text { background-color: #00a685; } .homepage .our-teachers .teachers:hover .text p { color: #FFF; } @media (max-width: 768px) { .homepage .our-teachers .contant .sec-header h3 { font-size: 23px; margin: 0; } .homepage .our-teachers .zaro .teachers { margin-bottom: 25px; } .homepage .our-teachers .zaro .teachers .text { padding: 0; } } .homepage .ie-module-8 { background-color: #00a685; } .homepage .ie-module-8 .ie-pg { padding-top: 60px; background-size: cover; background-image: url(../images/ipad.png); z-index: 0; background-position: 0px -597.423px; text-align: center; min-height: 650px; } .homepage .ie-module-8 .ie-pg .post-contant .sec-header { z-index: 50; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/p-bg1.png) repeat 0 0; float: left; padding: 0px 0px 40px 0px; } .homepage .ie-module-8 .ie-pg .post-contant .sec-header h2 { display: block; font-size: 48px; line-height: 48px; color: #fff; font-family: inherit; font-weight: bold; } .homepage .ie-module-8 .ie-pg .post-contant .sec-header p { font-size: 24px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #fff; margin: 0 0 10px; display: block; } .homepage .ie-module-8 .ie-pg .post-contant .sec-header span { background-color: #fff; height: 10px; width: 10px; display: inline-block; transform: rotate(45deg); } .homepage .ie-module-8 .ie-pg .post-contant .post:hower { position: relative; top: 50%; opacity: 1; transition: all 0.3s ease-in-out; } .homepage .ie-module-8 .ie-pg .post-contant .post { position: relative; float: left; width: 100%; padding: 20px 20px 40px 20px; background-color: #fff; margin: 30px 0px 0px 0px; } .homepage .ie-module-8 .ie-pg .post-contant .post .thumb { position: absolute; height: 146px; width: 146px; top: -73px; left: 0px; right: 0px; margin: auto; border-radius: 100%; overflow: hidden; padding: 3px; background-color: rgba(255,255,255,0.2); border: solid 1px rgba(0,0,0,0.2); } .homepage .ie-module-8 .ie-pg .post-contant .post .thumb img { border-radius: 100%; height: auto; max-width: 100%; vertical-align: middle; border: 0; } .homepage .ie-module-8 .ie-pg .post-contant .post .thumb i { transition: all 0.3s ease-in-out; content: "\f067"; font-family: FontAwesome; background-color: #fff; border-radius: 100%; height: 40px; width: 40px; position: absolute; left: 0px; right: 0px; margin: -20px auto 0px auto; top: 0px; padding: 10px 0px; } .homepage .ie-module-8 .ie-pg .post-contant .post .header { float: left; width: 100%; margin: 0px 0px 20px 0px; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .post-date { float: left; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .post-date p { margin: 0px; font-size: 18px; font-weight: 600; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .post-date p span { margin: 0px 4px; color: #00a685; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .icons { float: right; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .icons ul { list-style: none; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .icons ul ol { padding: 0; margin: 0; } .homepage .ie-module-8 .ie-pg .post-contant .post .header .icons ul li { float: left; margin: 0px 10px; position: relative; line-height: 20px; display: list-item; text-align: -webkit-match-parent; } .homepage .ie-module-8 .ie-pg .post-contant .post .text { float: left; width: 100%; position: relative; } .homepage .ie-module-8 .ie-pg .post-contant .post .text h2 { font-size: 24px; color: #171717; font-family: 'Crete Round', serif; font-weight: normal; line-height: 40px; margin: 10px 0; text-rendering: optimizelegibility; } .homepage .ie-module-8 .ie-pg .post-contant .post .text h5 { font-weight: normal; font-size: 14px; color: #00a685; text-rendering: optimizelegibility; } .homepage .ie-module-8 .ie-pg .post-contant .post .text p { line-height: 30px; margin: 0 0 10px; } .homepage .ie-module-8 .ie-pg .post-contant .post .text .more { padding: 10px 5px; width: 110px; border-radius: 5px; color: #fff; display: inline-block; position: absolute; bottom: -60px; left: 0px; right: 0px; margin: auto; background-color: #00a685; } .homepage .ie-module-8 .ie-pg .post-contant .post .text a { text-decoration: none; } @media (max-width: 768px) { .homepage .ie-module-8 .ie-pg { min-height: 1070px !important; } .homepage .ie-module-8 .ie-pg .post { margin-top: 100px !important; } } .homepage .ie-module-4 .contant { float: left; width: 100%; } .homepage .ie-module-4 .contant section.gray-bg { background-color: #f7f7f7; } .homepage .ie-module-4 .contant section { padding: 30px 0px; text-align: center; float: left; width: 100%; background-color: #fff; } .homepage .ie-module-4 .contant .sec-header h2 { font-size: 42px; color: #171717; line-height: 42px; margin: 0px 0px 20px 0px; } .homepage .ie-module-4 .box { float: left; width: 100%; background-color: #fff; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06); transition: all 0.3s ease-in-out; min-height: 660px; border-bottom: solid 2px rgba(0,0,0,0.15); padding: 20px; text-align: left; } .homepage .ie-module-4 .box iframe { width: 100%; height: 150px; } .homepage .ie-module-4 .box:hover { background-color: #00a685; } .homepage .ie-module-4 .box:hover h2 { color: #fff; } .homepage .ie-module-4 .box:hover .event-galley li { border-color: #fff; } .homepage .ie-module-4 .box:hover .text { color: #FFF; } .homepage .ie-module-4 .box:hover .text a { color: #FFF; text-decoration: none; } .homepage .ie-module-4 .box:hover .text span { color: #FFF; } .homepage .ie-module-4 .event-galley { float: left; margin: 0px; padding: 0px; list-style: none; width: 100%; } .homepage .ie-module-4 .event-galley li { float: left; width: 100%; padding: 20px 0px; border-top: dashed 1px #cecece; } .homepage .ie-module-4 .event-galley li:first-child { border: none; padding-top: 0px; } .homepage .ie-module-4 .event-galley .thumb { float: left; overflow: hidden; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; margin: 0px 20px 0px 0px; } .homepage .ie-module-4 .event-galley .thumb img { border-radius: 100%; } .homepage .ie-module-4 .event-galley .text { font-family: 'Crete Round', serif; padding: 15px 0px; } .homepage .ie-module-4 .event-galley .text * { margin: 0px; } .homepage .ie-module-4 .event-galley .text h4 { font-size: 18px; margin: 0px; font-weight: normal; } .homepage .ie-module-4 .event-galley .text a { color: #00a685; padding: 0px 5px 0px 0px; display: inline-block; } .homepage .ie-module-4 .next-course .text { padding: 0px; } .homepage .ie-module-4 .next-course .text span { color: #00a685; font-size: 30px; } .homepage .ie-module-4 .next-course .text span small { font-size: 16px; } .homepage .ie-module-4 .lesson .text h3 { font-family: 'Crete Round', serif; font-weight: normal; font-size: 24px; margin: 0px; } .homepage .ie-module-4 .lesson .text span { font-family: 'Crete Round', serif; font-size: 18px; color: #00a685; margin: 12px 0px 0px 0px; } .homepage .ie-module-4 .lesson .text p { float: left; width: 100%; line-height: 30px; } @media (max-width: 767px) { .homepage .ie-module-4 .text { float: left; width: 100%; text-align: center; padding: 0px; } .homepage .ie-module-4 .box h2 { font-size: 22px; line-height: 22px; } } @media (min-width: 768px) and (max-width: 992px) { .homepage .ie-module-4 .container .box h2 { font-size: 25px; margin-top: 0px; } } @media (max-width: 1366px) and (min-width: 992px) { .homepage .ie-module-4 .container .box h2 { font-size: 25px; margin-top: 0px; } } .homepage .ie-module-9 { position: relative; min-height: 670px; padding: 60px 0px; min-height: 650px; text-align: center; } @media (min-width: 1200px) { .homepage .ie-module-9 .testimonial-data { padding: 0px 0px 0px 490px !important; } .homepage .ie-module-9 .carousel-control { display: none; } } @media (max-width: 1200px) and (min-width: 992px) { .homepage .ie-module-9 .testimonial-data { padding: 0px 0px 0px 360px !important; } .homepage .ie-module-9 .carousel-control { display: none; } } @media (max-width: 992px) and (min-width: 768px) { .homepage .ie-module-9 .testimonial-data { padding: 0px 0px 0px 280px !important; } .homepage .ie-module-9 .testimonial-data .testimonial-text { padding: 0 !important; } .homepage .ie-module-9 .testimonial-data .testimonial-text p { z-index: 999999; position: relative; } .homepage .ie-module-9 .testimonial-contant #bx-pager { margin: 10px 20px 10px 30px !important; } .homepage .ie-module-9 .sec-header h2 { font-size: 32px !important; line-height: 32px !important; } .homepage .ie-module-9 .sec-header p { font-size: 20px !important; } .homepage .ie-module-9 .carousel-control { display: none; } } @media (max-width: 768px) { .homepage .ie-module-9 .testimonial-data { padding: 0 !important; } .homepage .ie-module-9 .sec-header h2 { font-size: 22px !important; line-height: 22px !important; } .homepage .ie-module-9 .sec-header p { font-size: 16px !important; } .homepage .ie-module-9 .testimonial-text p { font-size: 14px !important; line-height: 22px !important; } .homepage .ie-module-9 .side-imgage { display: none; } .homepage .ie-module-9 .carousel-control { display: none; } } @media (max-width: 480px) { .homepage .ie-module-9 #bx-pager { display: none !important; } .homepage .ie-module-9 .carousel-control { position: absolute; z-index: 99999; width: 0; color: #000; filter: alpha(opacity=50); opacity: 1; left: 15%; display: block; top: 39%; } .homepage .ie-module-9 .carousel-inner { position: relative; width: 90%; overflow: hidden; margin-left: 22px; } } .homepage .ie-module-9 #bg5 { background-size: cover; background-image: url(../images/testimonials-bg.jpg); z-index: 0; top: 0; left: 0; width: 100%; height: 100%; background-attachment: fixed; } .homepage .ie-module-9 #bg5:before { content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); position: absolute; left: 0px; top: 0px; } .homepage .ie-module-9 .skrollable { position: absolute; } .homepage .ie-module-9 .testimonial-contant { z-index: 100; background-position: left bottom; background-repeat: no-repeat; position: relative; } .homepage .ie-module-9 .testimonial-contant .sec-header { float: left; width: 100%; padding: 0px 0px 40px 0px; } .homepage .ie-module-9 .testimonial-contant .sec-header h2 { display: block; font-size: 48px; line-height: 48px; color: #fff; font-family: inherit; font-weight: bold; } .homepage .ie-module-9 .testimonial-contant .sec-header p { font-size: 24px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #fff; margin: 0 0 10px; display: block; } .homepage .ie-module-9 .testimonial-contant .sec-header span { background-color: #fff; height: 10px; width: 10px; display: inline-block; transform: rotate(45deg); } .homepage .ie-module-9 .testimonial-contant .side-imgage { position: absolute; left: 0px; bottom: -60px; width: 40%; } .homepage .ie-module-9 .testimonial-contant .side-imgage img { height: auto; vertical-align: middle; border: 0; max-width: 100%; } .homepage .ie-module-9 .testimonial-contant #bx-pager { margin: 30px 0px 0px 30px; } .homepage .ie-module-9 .testimonial-contant #bx-pager a { text-decoration: none; color: #fff; font-size: 18px; font-style: italic; margin: 0px; float: left; width: 20%; } .homepage .ie-module-9 .testimonial-contant #bx-pager a .color { color: #00a685; } .homepage .ie-module-9 .testimonial-contant #bx-pager a p { margin: 0px; display: block; -webkit-margin-start: 0px; -webkit-margin-end: 0px; } .homepage .ie-module-9 .testimonial-contant #bx-pager .thumb { text-decoration: none; -webkit-border-radius: 100%; height: 80px; width: 80px; overflow: hidden; margin: 0px auto 10px auto; border: solid 2px rgba(255,255,255,0.5); padding: 3px; } .homepage .ie-module-9 .testimonial-contant #bx-pager .thumb img { -webkit-border-radius: 100%; height: auto; max-width: 100%; vertical-align: middle; border: 0; } .homepage .ie-module-9 .testimonial-data { float: left; width: 100%; position: relative; z-index: 100; } .homepage .ie-module-9 .testimonial-data .bx-wrapper { position: relative; margin: 0 auto 0px; padding: 0; } .homepage .ie-module-9 .testimonial-data .bx-wrapper .bx-viewport { background-color: transparent; width: 100%; overflow: hidden; position: relative; height: 272px; } .homepage .ie-module-9 .testimonial-data .testimonial-text:before { position: absolute; content: ""; height: 60px; width: 60px; background-color: #fff; border-radius: 100%; left: -30px; top: 50%; margin: -30px 0px 0px 0px; } .homepage .ie-module-9 .testimonial-data .testimonial-text:after { content: "\f10d"; position: absolute; top: 50%; left: -15px; font-family: FontAwesome; font-size: 34px; margin: -21px 0px 0px 0px; } .homepage .ie-module-9 .testimonial-data .testimonial-text { float: left; text-align: center; background-color: #fff; position: relative; margin: 50px; } .homepage .ie-module-9 .testimonial-data .testimonial-text p { font-size: 18px; color: #101010; font-style: italic; line-height: 35px; margin: 30px; } .homepage .ie-module-9 .testimonial-data .testimonial-text a { text-decoration: none; font-family: 'Pacifico', cursive; font-size: 30px; color: #00a685; } .homepage .ie-module5 .contant { float: left; width: 100%; } .homepage .ie-module5 .contant section { padding: 30px 0px; text-align: center; float: left; width: 100%; background-color: #fff; } .homepage .ie-module5 .contant .header { float: left; width: 100%; } .homepage .ie-module5 .contant .sec-header { padding: 0px 0px 40px 0px; } .homepage .ie-module5 .contant .sec-header h2 { font-size: 42px; color: #171717; line-height: 42px; margin: 0px 0px 20px 0px; } .homepage .ie-module5 .contant .sec-header p { font-size: 24px; font-family: 'Crete Round', serif; font-style: italic; position: relative; color: #00a685; } .homepage .ie-module5 .contant .sec-header span { height: 10px; width: 10px; background-color: #aaaaaa; display: inline-block; transform: rotate(45deg); } .homepage .ie-module5 .price-box { background-color: #f4f4f4; float: left; width: 100%; padding: 20px 0px; min-height: 480px; } .homepage .ie-module5 .price-box * { transition: all 0.3s ease-in-out; } .homepage .ie-module5 .price-box .header { margin: 0px 0px 20px 0px; } .homepage .ie-module5 .price-box .rate { margin: 0px auto; width: 60%; border-radius: 10px; background-color: #797979; padding: 30px 0px; } .homepage .ie-module5 .price-box .rate h2 { font-family: 'Oswald', sans-serif; color: #fff; font-size: 50px; transition: all 0.3s ease-in-out; font-weight: 300; line-height: 50px; margin: 0px 0px 15px 0px; } .homepage .ie-module5 .price-box .rate p { color: #fff; margin: 0px; } .homepage .ie-module5 .price-box .price-contant { float: left; width: 100%; margin: 0px 0px 15px 0px; } .homepage .ie-module5 .price-box .price-contant p { font-family: 'Open Sans', sans-serif; font-size: 16px; padding: 13px 0px; margin: 0px; } .homepage .ie-module5 .price-box .price-contant i { color: #00a685; font-size: 40px; line-height: 24px; } .homepage .ie-module5 .price-box .price-contant p.striped { background-color: #FFF; box-shadow: 0px 3px 2px -2px rgba(0,0,0,0.1); } .homepage .ie-module5 .price-box h2 { font-size: 30px; font-family: 'Crete Round', serif; font-weight: normal; margin: 0px; } .homepage .ie-module5 .price-box p { margin: 0px; font-family: 'Crete Round', serif; font-size: 18px; color: #797979; } .homepage .ie-module5 .price-box:hover { transition-delay: 0, 3s; background-color: #00a685; } .homepage .ie-module5 .price-box:hover h2, .homepage .ie-module5 .price-box:hover p, .homepage .ie-module5 .price-box:hover i { color: #fff; } .homepage .ie-module5 .price-box:hover a { background: #FFF; color: #00a685; } .homepage .ie-module5 .price-box:hover .rate { background-color: #FFF; } .homepage .ie-module5 .price-box:hover .rate h2, .homepage .ie-module5 .price-box:hover .rate p { color: #00a685; } .homepage .ie-module5 .price-box:hover p.striped { color: #00a685; } .homepage .ie-module5 .price-footer { float: left; width: 100%; } .homepage .ie-module5 .price-footer a { background-color: #00a685; display: inline-block; border-radius: 5px; color: #fff; padding: 10px 20px; font-size: 16px; font-weight: 600; border: none; text-decoration: none; } @media (max-width: 767px) { .homepage .ie-module5 .sec-header h2 { font-size: 22px; line-height: 22px; } .homepage .ie-module5 .sec-header p { font-size: 16px !important; } } .homepage .ie-module-12 .widget-article h2 { font-size: 24px; color: #fff; font-family: 'Crete Round', serif; font-weight: normal; margin: 30px 0px 20px 0px; line-height: 26px; display: block; } .homepage .ie-module-12 .widget-article .bx-wrapper { position: relative; margin: 0 auto 0px; padding: 0; max-width: 100%; } .homepage .ie-module-12 .widget-article .bx-wrapper .bx-viewport { width: 100%; overflow: hidden; position: relative; height: 226px; left: 0px; -webkit-box-sizing: border-box; } .homepage .ie-module-12 .widget-article .thumb { float: left; width: 100%; margin: 2px 0px 14px 0px; } .homepage .ie-module-12 .widget-article .text { float: left; width: 100%; } .homepage .ie-module-12 .widget-article .text .color { color: #00a685; margin: 0px; } .homepage .ie-module-12 .nav-pills>[data-slide-to="0"].active a { background-color: #00a685; } .homepage .ie-module-12 .nav-pills>[data-slide-to="1"].active a { background-color: #00a685; } .homepage .ie-module-12 .nav-pills>[data-slide-to="2"].active a { background-color: #00a685; } .homepage .ie-module-12 .nav-pills>[data-slide-to="3"].active a { background-color: #00a685; } .homepage .ie-module-12 .nav-pills { margin: 0px 0px 10px 0px; text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; } .homepage .ie-module-12 .nav-pills a { background: #fff; text-indent: -9999px; display: block; width: 15px; height: 15px; margin: 0 5px; outline: 0; float: left; position: relative; border-radius: 100%; } @media (max-width: 992px) and (min-width: 768px) { .homepage .ie-module-12 .follow .text { padding: 0 !important; } } .homepage .ie-module-12 .follow-us { padding: 35px 0px; margin: 0px; border-top: 3px solid; border-color: #00a685; } .homepage .ie-module-12 .follow { text-align: center; margin: 10px; float: none; width: 100%; } .homepage .ie-module-12 .follow i { background-color: #00a685; height: 70px; width: 70px; text-align: center; padding: 21px 0px; font-size: 30px; color: #fff; float: none; border-radius: 100%; margin: 0px 20px 0px 0px; transition: all 0.3s ease-in-out; } .homepage .ie-module-12 .follow p { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; font-weight: bold; color: #b5c7c9; margin-top: 0; } .homepage .ie-module-12 .follow a { color: #0088cc; text-decoration: none; } .homepage .ie-module-12 .follow .text { text-align: center; padding: 16px 0px 0px 0px; } .homepage .ie-module-12 .follow .text h4 { display: block; -webkit-margin-before: 1.33em; -webkit-margin-after: 1.33em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; font-size: 18px; margin: 0px; color: #637f83; padding: 0px; outline: none; -webkit-box-sizing: border-box; } .homepage .ie-module-12 .follow:hover i { border-radius: 10px; } .homepage .ie-module-12 footer { float: left; width: 100%; } .homepage .ie-module-12 footer #bx-pager a { text-decoration: none; color: #fff; font-size: 18px; font-style: italic; margin: 0px; float: left; width: 33.3%; } .homepage .ie-module-12 footer #bx-pager a .color { color: #00a685; text-align: start; margin: 0px auto 13px auto; } .homepage .ie-module-12 footer #bx-pager a p { margin: 0px; display: block; -webkit-margin-start: 0px; -webkit-margin-end: 0px; } .homepage .ie-module-12 footer #bx-pager .thumb { text-decoration: none; -webkit-border-radius: 100%; height: 60px; width: 60px; overflow: hidden; border: solid 1px rgba(255,255,255,0.5); padding: 1px; } .homepage .ie-module-12 footer #bx-pager .thumb img { -webkit-border-radius: 100%; height: auto; max-width: 100%; vertical-align: middle; border: 0; } .homepage .ie-module-12 footer .ie-pg { background-image: url(../images/footer-bg.png); } .homepage .ie-module-12 footer h2 { font-size: 24px; color: #fff; font-family: 'Crete Round', serif; font-weight: normal; margin: 30px 0px 20px 0px; line-height: 26px; margin-bottom: 8px; } .homepage .ie-module-12 footer ul { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 40px; } .homepage .ie-module-12 footer li { display: list-item; text-align: -webkit-match-parent; } .homepage .ie-module-12 footer p { margin: 0 0 10px; } .homepage .ie-module-12 footer .widget-top-rated ul { list-style: none; float: left; width: 100%; padding-left: 0; } .homepage .ie-module-12 footer .widget-top-rated ul li .text p { margin: 0px 0px 8px 0px; line-height: 16px; color: #CCC; position: relative; } .homepage .ie-module-12 footer .widget-top-rated ul li:first-child { margin: 0px; } .homepage .ie-module-12 footer .widget-top-rated ul li { float: left; width: 100%; margin-top: 20px; } .homepage .ie-module-12 footer .widget-top-rated ul li .text { padding-left: 78px; } .homepage .ie-module-12 footer .widget-top-rated ul li .text span { color: #00a685; position: relative; font-weight: 600; } .homepage .ie-module-12 footer .widget-top-rated ul li .text span:before { content: ""; width: 50px; height: 2px; position: absolute; left: 0px; top: -5px; background-color: #00a685; } .homepage .ie-module-12 footer .widget-top-rated ul li .thumb { float: left; } .homepage .ie-module-12 footer .widget-posts ul { float: left; width: 100%; list-style: none; margin-left: -40px; } .homepage .ie-module-12 footer .widget-posts ul li { float: left; width: 100%; position: relative; padding: 0px 0px 0px 25px; color: #777676; } .homepage .ie-module-12 footer .widget-posts ul li a { color: #00a685; text-decoration: none; } .homepage .ie-module-12 footer .widget-posts ul li:before { position: absolute; content: "\f075"; font-family: FontAwesome; font-size: 16px; left: 0px; top: 0px; color: #777676; } .homepage .ie-module-12 .tweets { background-image: url(../images/pettern.png); background-color: rgba(0,0,0,0.2); left: 0px; top: 0px; background-color: #00a685; } .homepage .ie-module-12 .tweets .tweet-contant { float: left; width: 100%; text-align: center; position: relative; margin-top: 30px; } .homepage .ie-module-12 .tweets .tweet-contant i { background-color: #00a685; font-size: 26px; color: #fff; height: 44px; width: 44px; border-radius: 100%; padding: 10px 0px; } .homepage .ie-module-12 .tweets .tweet-contant .fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; border: 1px solid; } .homepage .ie-module-12 .tweets .tweet-contant h4 { font-size: 18px; font-weight: normal; color: #fff; font-style: italic; font-family: 'Crete Round', serif; margin-top: 10px; } .homepage .ie-module-12 .tweets .tweet-contant .bx-wrapper { max-width: 100%; position: relative; margin: 0 auto 0px; padding: 0; } .homepage .ie-module-12 .tweets .tweet-contant .bx-wrapper .bx-viewport { width: 100%; overflow: hidden; position: relative; } .homepage .ie-module-12 .tweets .tweet-contant .bx-wrapper .bx-viewport .bxslider { width: auto; position: relative; padding: 30px 0px 0px 0px; } .homepage .ie-module-12 .tweets .tweet-contant .bx-wrapper .bx-viewport .bxslider li { float: none; list-style: none; } .homepage .ie-module-12 .tweets .tweet-contant .bx-wrapper .bx-viewport .bxslider li p { font-size: 18px; color: #333; font-weight: normal; font-style: italic; font-family: 'Crete Round', serif; } .homepage .ie-module-12 .tweets .tweet-contant .bx-wrapper .bx-viewport .bxslider li p a { text-decoration: none; color: #fff; } .homepage .ie-module-12 .bottom-footer { background-image: url(../images/footer-bg.png); float: left; width: 100%; padding: 0px 0px 30px 0px; } .homepage .ie-module-12 .bottom-footer .widget { float: left; width: 100%; } .homepage .ie-module-12 .bottom-footer .widget h2 { font-size: 24px; color: #fff; font-family: 'Crete Round', serif; font-weight: normal; margin: 30px 0px 20px 0px; line-height: 26px; } .homepage .ie-module-12 .bottom-footer .widget ul { float: left; width: 100%; list-style: none; margin: 0; padding: 0; } .homepage .ie-module-12 .bottom-footer .widget ul li:before { content: "\f111"; position: absolute; left: 0px; top: 2px; font-family: FontAwesome; font-size: 12px; color: #494949; } .homepage .ie-module-12 .bottom-footer .widget ul li { display: list-item; text-align: -webkit-match-parent; line-height: 20px; float: left; width: 100%; padding: 0px 0px 0px 25px; position: relative; } .homepage .ie-module-12 .bottom-footer .widget ul li a { text-decoration: none; color: #00a685; } .homepage .ie-module-12 .bottom-footer .widget-facebook img { width: 100%; height: auto; max-width: 100%; vertical-align: middle; border: 0; } .homepage .ie-module-12 .bottom-footer .newsletter-contant { float: left; width: 100%; background-image: url(../images/footer-bg.png); } .homepage .ie-module-12 .bottom-footer .newsletter-contant input, .homepage .ie-module-12 .bottom-footer .newsletter-contant button, .homepage .ie-module-12 .bottom-footer .newsletter-contant select, .homepage .ie-module-12 .bottom-footer .newsletter-contant textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .homepage .ie-module-12 .bottom-footer .newsletter-contant p { -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; display: block; color: #686868; } .homepage .ie-module-12 .bottom-footer .newsletter-contant p input[type="text"]:focus { border-color: #00a685; } .homepage .ie-module-12 .bottom-footer .newsletter-contant p input[type="text"] { width: 100%; background-color: rgba(255,255,255,0.05); border-left: none; border-right: none; border-bottom: none; border-top: 2px solid #000; border-radius: 0px; min-height: 50px; box-shadow: inset 0 1px 1px; transition: border linear 0.2s, box-shadow linear 0.2s; padding-left: 10px; } .homepage .ie-module-12 .bottom-footer .newsletter-contant p button { float: right; font-size: 14px; font-weight: normal; padding: 6px 15px; background-color: #00a685; border: none; display: inline-block; border-radius: 5px; color: #fff; } .homepage .ie-module-12 .bottom-footer .location-map img { width: 100%; } .homepage .ie-module-12 .copyright { float: left; width: 100%; background-color: #000; padding: 40px 0px; text-align: right; } .homepage .ie-module-12 .copyright p { margin: 0px; } .homepage .ie-module-12 .copyright p a { color: #00a685; text-decoration: none; } .homepage .ie-module-12 .container { margin-right: auto !important; margin-left: auto !important; }
0.284974
0.045713
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #b9bfc9; font-family: "cabin condensed", sans-serif; font-size: 18px; line-height: 1.5; } h1{ font-family:"cookie", cursive; color:#b9bfc9; font-size:2em; font-weight:lighter!important; } h2, h3, h4, h5, h6, p, a { clear: both; font-weight:lighter; font-family:"cabin condensed", sans serif; color:#b9bfc9; } h2{ font-size:1.75em; } h3{ font-size:1.5em; } h5{ font-size:1.5em; } p { text-align:center; font-size:1em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ width:100%; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, .8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #aaa #bbb #bbb; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; } select { border: 1px solid #ccc; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; } textarea { width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ .main-navigation { text-align: center; float:right; } .main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } .main-navigation li { position: relative; } .main-navigation a { text-decoration:none; } .main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 1.5em; left: -999em; z-index: 99999; } .main-navigation ul ul ul { left: -999em; top: 0; } .main-navigation ul ul a { width: 200px; display: block; text-decoration: none; margin-right:20%; } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a { font-weight:bolder; } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /* Small menu. */ .menu-toggle, .main-navigation.toggled ul { display: block; } .menu-toggle{ background-color: transparent; border:0; margin-right:5%; } .menu-toggle i { background-color: #4c5663; color:#b9bfc9; } /****PORTFOLIO PAGES NAVIGATION / BREADCRUMBS****/ .page-name-title{ float:none!important; width:100%; padding-top:1%; } .page-name-title a{ text-decoration:none; } ol.breadcrumbs{ list-style:none; padding:0; display:flex; align-items:center; background-color:#383e5e; height:50px; width:100%; margin:0; position:absolute; bottom:0; left:0; } .breadcrumbs li { float: left; padding:0 2%; width:auto!important; text-align:center; white-space:nowrap; } .breadcrumbs li:before{ font-family: 'FontAwesome'; content: '\f18c'; display: inline-block; -ms-transform: rotate(90deg); /* IE 9 */ -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */ transform: rotate(90deg); margin-right:5%; } .breadcrumbs a{ text-decoration:none; font-size:1em; } .current-item { white-space:normal!important; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .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. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; } /* Make sure select elements fit in widgets. */ .widget select { max-width: 100%; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ /*****HEADER *****/ .site-header { background-image: url("http://laura-greenberg.com/wp-content/uploads/2017/01/header-3-1024x386.jpg"); background-size:cover; height:325px; } .entry-title{ display:none; } .name{ font-weight: lighter; line-height: 1em; margin:4% 0 0 4%; } .name-title{ float:left; width:75%; } .header-job-title{ line-height: 1em; margin: -2% 0 0 6%; font-size: 1em; } .header-job-title span{ margin-left:10%; } .site-title a{ font-family:"Cookie", cursive; font-weight:lighter; text-decoration: none; font-size: 2.5em; } .site-title{ line-height:0; padding:17% 0 2% 0; } .site-description{ width: 80%; margin: 0 auto; } /******INTRO AREA ******/ .site-main{ background-color:#4e4c63; } .site-content{ margin-top:-10%; background-color:#4e4c63; } .intro_heading{ text-align:right; line-height:1em; padding: 10% 6% 0 0; margin: 0% 0 0 1%; } h3.intro_p{ font-size:1.1em; font-weight:lighter; display:inline; } .image_wrapper{ width:30%; } .image_wrapper img { border-radius: 50%; border: 5px solid #3a405e; margin:0 .5% .5% 1%; width:98%; } .intro_content .image_wrapper { height: auto; float: left; display:inline; margin-right:0 3% 0 0; border-radius: 50%; -webkit-shape-outside:circle(); shape-outside:circle(); } .intro_content{ width:95%; margin:0 2% 0 3%; } /*******CALLL to ACTION BUTTON *********/ .call-to-action-content{ padding:0; } #post-324 .entry-content { margin-top:8%; } /*********CONTACT BUTTON **********/ .contact-button { font-family: "Cookie", cursive; border: #b9bfc9 1px solid; color: #b9bfc9; font-size: 2.5em; line-height: 1em; box-shadow:3px 3px 3px #b9bfc9; border-radius:10%; margin:10% auto 0 auto; width: 85%; text-align: center; } .contact-button a{ font-family: "Cookie",sans-serif; text-decoration: none; } .contact-button:hover { border-color: #3a405e; color:#383e5e; content:"Contact Me"; } input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-text{ width:100%; } /*****SERVICES******/ figure.service_icon { font-size:2.5em; line-height: 1em; margin: -3% 0 5% 0; color:#b9bfc9; } .services-block { clear: both; text-align: center; width: 95%; margin: 10% auto 0 auto; } .services-block h1 { font-size: 3em; line-height: 1em; margin:0; } h2.service_item-title{ font-size: 1.75em; line-height: 1em; margin: 10% 0 5% 0; } h5.service_excerpt{ margin:0 0 20% 0; font-size:1.25em; } /*****ABOUT *****/ .entry-content{ width:90%; margin:0 auto; font-size:1.25em; text-align:center; margin-top:5%; } .entry-content h1{ line-height:1em; margin:0; } /*******LANDING PAGE PORTFOLIO *******/ ul.portfolio-list { list-style: none; margin: 0 auto; display:inline; } .portfolio-home{ width:85%; margin:0 auto; } #portfolio h1{ text-align:center; font-size:3em; line-height:1em; margin:0; } #portfolio{ margin:0 auto; } figure.portfolio-project, article.portfolio-project { border: .25px solid #b9bfc9; border-radius: 10%; padding:2%; box-shadow:3px 3px 3px #b9bfc9; text-align:center; } /******PORTFOLIO PAGES ********/ /***PORTFOLIO PAGES HEADER ***/ body #content #primary { width:100%; } .page-header{ background-image:url(http://laura-greenberg.com/wp-content/uploads/2017/01/cropped-header-2-1024x264.jpg); background-size:cover; height:175px; position:relative; } h1.portfolio-name{ font-size:3.75em; margin: 0 0 3% 3%; line-height:0em; padding-top:7%; } h2.portfolio-header-job-title{ line-height:1em; font-size:1.65em; margin:6% 0 0 15%; } h2.portfolio-header-job-title span{ margin-left:5%; } .current-item { white-space:nowrap!important; } /***PROJECT INFO ***/ .portfolio-gallery-title{ color:#b9bfc9; font-size:3em!important; line-height:1em; font-weight:lighter!important; font-family:"Cookie", cursive!important; text-align:center; border-bottom:none!important; padding-top:20%; } h1.project-title{ padding-top:10%; font-size:2em; text-align:center; } figure.portfolio-project{ width:100%; margin:0; } article.portfolio-project{ width:85%; margin:7.5%; } .portfolio-project a{ text-decoration:none; } .portfolio-page-excerpt p{ font-size:1.5em; margin-top:-10%; } .portfolio-project h2{ font-family:"Cookie", cursive; text-align:center; } .main-image img{ width:90%; margin:0 5%; } .main-image{ margin:0; } .top-img{ width:100%; } .post-362{ padding:0 0 10% 0; } /*****PROJECT INFO ********/ .project-info{ text-align:center; display:inline-block; margin-top:5%; } .project-info ul{ list-style-type:none; margin:2% 0; } .project-info h3{ font-size:1em; } .project-info ul li:before{ font-family: 'FontAwesome'; content: '\f18c'; } i.fa.fa-github, i.fa.fa-pagelines{ color:#bfc8e0; } /*****FOOTER******/ .post-edit-link{ display:none; } footer#colophon { background-color: #383e5e; } #footerwidgets { display: block; width:100%; margin: 0 auto; text-align:center; } .textwidget p{ width:85%; margin:0 auto; } #footer-left { float: left; width:100%; } #footer-middle{ margin:-10% 0; width:100%; font-size:1.15em; } #social-media{ padding-bottom:10%; } #social-media a{ text-decoration:none; margin: 0 2%; font-size:2.5em; } div#footerwidgets ul{ list-style:none; display:inline; } h2.widgettitle{ font-size:1.5em; } .footer-pagelines{ font-size:1em; } .social-intro h2{ font-family: "cabin condensed",sans-serif; color:#b9bfc9; font-size:1em; } .site-info a{ text-decoration:none; } .site-info{ width:100%; text-align:center; } /**********************************************MEDIA QUERIES - *************************************/ /***************************PHONE LANDSCAPE SYLES ****************************/ @media only screen and (min-width: 475px){ html{ font-size:18px; } /*****HEADER *******/ .site-header{ height:400px; } .name{ margin-top:3%; font-size:2.75em; } .header-job-title{ margin-left: 8%; font-size: 1.2em; } .header-job-title span{ margin-left:5%; } .name-title{ text-align:left; } h2.portfolio-header-job-title{ line-height:1em; font-size:1.75em; margin:-5% 0 0 5%; } .site-title{ padding: 15% 0 0% 0; font-size: 1.25em; } .site-description { font-size:1.25em; width:90%; } .main-navigation{ margin-right:5%; } /****INTRO AREA *************/ .intro_heading{ font-size:2.75em; } h3.intro_p{ font-size:1.25em; } p.intro{ margin-top:-34%; margin-bottom:8%; padding-top:3%; font-size:1.25em; text-align:left; } p.intro span{ margin:5% 0; } .contact-button{ padding:3% 0; } /********SERVICES******/ .service { display:inline-block; margin: 0 2.5%; } h5.service_excerpt{ font-size:1em; } h2.service_item-title{ font-size:1.5em; } /*****ABOUT *********/ .entry-content h1{ padding-top:10%; clear:both; } /********SERVICES PAGE************/ .services h1{ font-size:3em; color:#b9bfc9; } /*********PORTFOLIO**********************/ #portfolio{ clear:both; margin:5% 0; } #portfolio h1{ font-size:3em; text-align:center; } .portfolio-home{ width:100%; margin:0; } figure.portfolio-project{ width:85%; margin:5% auto; } ul.portfolio-list{ display:block; } .portfolio-project h2{ font-size:2em; } p.portfolio-page-excerpt{ text-align:center; font-size:1.25em; } .portfolio-projects{ display:inline; width:50%; } .portfolio-projects p, article.portfolio-project{ font-size:1.5em; } article.portfolio-project{ padding:2%; width:90%; margin:5%; } /*****INDIVIDUAL PORTFOLIO PAGES ******/ .project-title { font-size: 3em!important; text-decoration:none; } /*******FOOTER*******/ #footer-widgets .widget-title, #footer-widgets a{ font-size:1.75em; margin:5% 0 0 0; } #footer-left{ width:50%; } #footer-middle{ margin:0% 5% 0 0; width:45%; float:left; } #social-media a{ font-size:2em; } } /*********************TABLET STYLES*******************/ @media only screen and (min-width: 623px){ html{ font-size:16px; } p{ font-size:1em; } .header-job-title{ margin:-1% 0 0 8%; } .page-header{ height:315px; } .site-header{ height:475px; } .fa.fa-bars.fa-2x { font-size: 4em; } .site-title{ padding:13% 0 0% 0; } .site-header{ height:475px; } .site-description{ font-size:1.35em; } .intro_heading { font-size: 3em; margin-left: 10%; } .image_wrapper{ width:20%; } .contact-button{ width: 53%; padding: 3%; margin:5% auto 0 auto; } /****SERVICES *****/ h5.service_excerpt{ font-size:1.35em; } .service{ width:44%; } /****PORTFOLIO ****/ .portfolio-page-title{ font-size:1.25em; } article.portfolio-project{ padding: 2%; width: 45%; margin: 2%; float: left; } figure.portfolio-project{ width:45%; margin: 2.5% 3% 2.5% 1%; float:left; } /****PORTFOLIO PAGES BREADCRUMBS NAVIGATION ***/ ol.breadcrumbs{ height:60px; } .breadcrumbs li{ padding:1%; font-size:1.25em; } .portfolio-gallery-title{ font-size:4em!important; line-height:0; } article.portfolio-project.single-project{ display:inline-block; width:80%; text-align:center; margin:0 10% 10% 10%; } .project-title{ font-size:4em!important; } /****FOOTER *****/ #footer-left, #footer-middle{ font-size:1.25em; } h2.widgettitle{ line-height:0em; } } /**************LAPTOP STYLES*************/ @media only screen and (min-width: 900px){ body{ font-size:1.25em; } .name{ margin:2% 0% 0 2%; } .header-job-title span{ margin-left:2%; } .header-job-title{ margin:-1% 0 0 6%; } .site-header{ height:475px; } .site-title{ margin:5% 0 2% 0; padding:8% 0 0 0; } .main-navigation ul{ margin-top:20%; } .main-navigation ul li a{ color:#b9bfc9; } /*****INTRO AREA *****/ .intro_heading{ margin:0 0 0 15%; padding:5% 5% 0 5%; } h3.intro_p{ font-size:1.35em; padding-left:5%; } .image_wrapper img{ margin:-15% .5% .5% 1%; } .intro_content .image_wrapper{ margin:-5% 5% 0 0; } /******SERVICES******/ h3.service-item-title{ margin-top:10%; } .service{ width:44%; } .services-block{ margin: 5% auto 0 auto; } /*****PORTFOLIO*****/ .portfolio h1 { font-size: 3.5em; } figure.portfolio-project{ height:auto; } /***ABOUT ******/ .entry-content h1{ font-size:2.75em; } /****FOOTER******/ #footer-left, #footer-middle{ font-size:1.25em; } /*****INDIVIDUAL PORTFOLIO PAGES ******/ h1.portfolio-name{ padding-top:5%; line-height:0em; } .project-info{ padding:3%; } /*******PORTFOLIO ARCHIVE PAGE*********/ article.portfolio-project{ width:42%; margin:4% auto; float:left; padding:0; } h2.portfolio-page-title{ font-size:1.5em!important; } /*****FOOTER*******/ #footer-widgets .widget-title, #footer-widgets a{ font-size:1.5em; } #footer-widgets ul{ font-size:1.25em; } } /**************DESKTOP STYLES*************/ @media only screen and (min-width: 1115px){ .site-header{ height:500px; } .site-title{ padding:8% 0 0 0; } .intro_heading{ margin:0 5% 0 15%; } .image_wrapper{ width:20%; } .image_wrapper img{ margin:-8% 0 0 0; max-width:200px; } h5.service_excerpt { font-size: 1.15em; } .main-image{ width:75%; margin:0 auto; } } /**************WIDESCREEN STYLES*************/ @media only screen and (min-width: 1448px){ .site-header{ height:700px; } .page-header{ height:450px; } .header-job-title { margin: 0 0 0 4%; } .intro_heading{ text-align:left; } .image_wrapper{ width:20%; } .contact-button { width: 30%; margin: 5% auto 0 auto; padding: 1%; } .intro_content{ max-width: 1500px; } .service { width: 20%; float: left; } .services-block{ margin-top:5%; } #portfolio h1 { padding-top: 3%; } figure.portfolio-project { padding: .5%; } .entry-content h1 { padding-top: 3%; } #footer-left, #footer-middle { font-size: 1.25em; } } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; }
style.css
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #b9bfc9; font-family: "cabin condensed", sans-serif; font-size: 18px; line-height: 1.5; } h1{ font-family:"cookie", cursive; color:#b9bfc9; font-size:2em; font-weight:lighter!important; } h2, h3, h4, h5, h6, p, a { clear: both; font-weight:lighter; font-family:"cabin condensed", sans serif; color:#b9bfc9; } h2{ font-size:1.75em; } h3{ font-size:1.5em; } h5{ font-size:1.5em; } p { text-align:center; font-size:1em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ width:100%; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, .8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #aaa #bbb #bbb; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; } select { border: 1px solid #ccc; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; } textarea { width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ .main-navigation { text-align: center; float:right; } .main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } .main-navigation li { position: relative; } .main-navigation a { text-decoration:none; } .main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 1.5em; left: -999em; z-index: 99999; } .main-navigation ul ul ul { left: -999em; top: 0; } .main-navigation ul ul a { width: 200px; display: block; text-decoration: none; margin-right:20%; } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a { font-weight:bolder; } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /* Small menu. */ .menu-toggle, .main-navigation.toggled ul { display: block; } .menu-toggle{ background-color: transparent; border:0; margin-right:5%; } .menu-toggle i { background-color: #4c5663; color:#b9bfc9; } /****PORTFOLIO PAGES NAVIGATION / BREADCRUMBS****/ .page-name-title{ float:none!important; width:100%; padding-top:1%; } .page-name-title a{ text-decoration:none; } ol.breadcrumbs{ list-style:none; padding:0; display:flex; align-items:center; background-color:#383e5e; height:50px; width:100%; margin:0; position:absolute; bottom:0; left:0; } .breadcrumbs li { float: left; padding:0 2%; width:auto!important; text-align:center; white-space:nowrap; } .breadcrumbs li:before{ font-family: 'FontAwesome'; content: '\f18c'; display: inline-block; -ms-transform: rotate(90deg); /* IE 9 */ -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */ transform: rotate(90deg); margin-right:5%; } .breadcrumbs a{ text-decoration:none; font-size:1em; } .current-item { white-space:normal!important; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .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. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; } /* Make sure select elements fit in widgets. */ .widget select { max-width: 100%; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ /*****HEADER *****/ .site-header { background-image: url("http://laura-greenberg.com/wp-content/uploads/2017/01/header-3-1024x386.jpg"); background-size:cover; height:325px; } .entry-title{ display:none; } .name{ font-weight: lighter; line-height: 1em; margin:4% 0 0 4%; } .name-title{ float:left; width:75%; } .header-job-title{ line-height: 1em; margin: -2% 0 0 6%; font-size: 1em; } .header-job-title span{ margin-left:10%; } .site-title a{ font-family:"Cookie", cursive; font-weight:lighter; text-decoration: none; font-size: 2.5em; } .site-title{ line-height:0; padding:17% 0 2% 0; } .site-description{ width: 80%; margin: 0 auto; } /******INTRO AREA ******/ .site-main{ background-color:#4e4c63; } .site-content{ margin-top:-10%; background-color:#4e4c63; } .intro_heading{ text-align:right; line-height:1em; padding: 10% 6% 0 0; margin: 0% 0 0 1%; } h3.intro_p{ font-size:1.1em; font-weight:lighter; display:inline; } .image_wrapper{ width:30%; } .image_wrapper img { border-radius: 50%; border: 5px solid #3a405e; margin:0 .5% .5% 1%; width:98%; } .intro_content .image_wrapper { height: auto; float: left; display:inline; margin-right:0 3% 0 0; border-radius: 50%; -webkit-shape-outside:circle(); shape-outside:circle(); } .intro_content{ width:95%; margin:0 2% 0 3%; } /*******CALLL to ACTION BUTTON *********/ .call-to-action-content{ padding:0; } #post-324 .entry-content { margin-top:8%; } /*********CONTACT BUTTON **********/ .contact-button { font-family: "Cookie", cursive; border: #b9bfc9 1px solid; color: #b9bfc9; font-size: 2.5em; line-height: 1em; box-shadow:3px 3px 3px #b9bfc9; border-radius:10%; margin:10% auto 0 auto; width: 85%; text-align: center; } .contact-button a{ font-family: "Cookie",sans-serif; text-decoration: none; } .contact-button:hover { border-color: #3a405e; color:#383e5e; content:"Contact Me"; } input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-text{ width:100%; } /*****SERVICES******/ figure.service_icon { font-size:2.5em; line-height: 1em; margin: -3% 0 5% 0; color:#b9bfc9; } .services-block { clear: both; text-align: center; width: 95%; margin: 10% auto 0 auto; } .services-block h1 { font-size: 3em; line-height: 1em; margin:0; } h2.service_item-title{ font-size: 1.75em; line-height: 1em; margin: 10% 0 5% 0; } h5.service_excerpt{ margin:0 0 20% 0; font-size:1.25em; } /*****ABOUT *****/ .entry-content{ width:90%; margin:0 auto; font-size:1.25em; text-align:center; margin-top:5%; } .entry-content h1{ line-height:1em; margin:0; } /*******LANDING PAGE PORTFOLIO *******/ ul.portfolio-list { list-style: none; margin: 0 auto; display:inline; } .portfolio-home{ width:85%; margin:0 auto; } #portfolio h1{ text-align:center; font-size:3em; line-height:1em; margin:0; } #portfolio{ margin:0 auto; } figure.portfolio-project, article.portfolio-project { border: .25px solid #b9bfc9; border-radius: 10%; padding:2%; box-shadow:3px 3px 3px #b9bfc9; text-align:center; } /******PORTFOLIO PAGES ********/ /***PORTFOLIO PAGES HEADER ***/ body #content #primary { width:100%; } .page-header{ background-image:url(http://laura-greenberg.com/wp-content/uploads/2017/01/cropped-header-2-1024x264.jpg); background-size:cover; height:175px; position:relative; } h1.portfolio-name{ font-size:3.75em; margin: 0 0 3% 3%; line-height:0em; padding-top:7%; } h2.portfolio-header-job-title{ line-height:1em; font-size:1.65em; margin:6% 0 0 15%; } h2.portfolio-header-job-title span{ margin-left:5%; } .current-item { white-space:nowrap!important; } /***PROJECT INFO ***/ .portfolio-gallery-title{ color:#b9bfc9; font-size:3em!important; line-height:1em; font-weight:lighter!important; font-family:"Cookie", cursive!important; text-align:center; border-bottom:none!important; padding-top:20%; } h1.project-title{ padding-top:10%; font-size:2em; text-align:center; } figure.portfolio-project{ width:100%; margin:0; } article.portfolio-project{ width:85%; margin:7.5%; } .portfolio-project a{ text-decoration:none; } .portfolio-page-excerpt p{ font-size:1.5em; margin-top:-10%; } .portfolio-project h2{ font-family:"Cookie", cursive; text-align:center; } .main-image img{ width:90%; margin:0 5%; } .main-image{ margin:0; } .top-img{ width:100%; } .post-362{ padding:0 0 10% 0; } /*****PROJECT INFO ********/ .project-info{ text-align:center; display:inline-block; margin-top:5%; } .project-info ul{ list-style-type:none; margin:2% 0; } .project-info h3{ font-size:1em; } .project-info ul li:before{ font-family: 'FontAwesome'; content: '\f18c'; } i.fa.fa-github, i.fa.fa-pagelines{ color:#bfc8e0; } /*****FOOTER******/ .post-edit-link{ display:none; } footer#colophon { background-color: #383e5e; } #footerwidgets { display: block; width:100%; margin: 0 auto; text-align:center; } .textwidget p{ width:85%; margin:0 auto; } #footer-left { float: left; width:100%; } #footer-middle{ margin:-10% 0; width:100%; font-size:1.15em; } #social-media{ padding-bottom:10%; } #social-media a{ text-decoration:none; margin: 0 2%; font-size:2.5em; } div#footerwidgets ul{ list-style:none; display:inline; } h2.widgettitle{ font-size:1.5em; } .footer-pagelines{ font-size:1em; } .social-intro h2{ font-family: "cabin condensed",sans-serif; color:#b9bfc9; font-size:1em; } .site-info a{ text-decoration:none; } .site-info{ width:100%; text-align:center; } /**********************************************MEDIA QUERIES - *************************************/ /***************************PHONE LANDSCAPE SYLES ****************************/ @media only screen and (min-width: 475px){ html{ font-size:18px; } /*****HEADER *******/ .site-header{ height:400px; } .name{ margin-top:3%; font-size:2.75em; } .header-job-title{ margin-left: 8%; font-size: 1.2em; } .header-job-title span{ margin-left:5%; } .name-title{ text-align:left; } h2.portfolio-header-job-title{ line-height:1em; font-size:1.75em; margin:-5% 0 0 5%; } .site-title{ padding: 15% 0 0% 0; font-size: 1.25em; } .site-description { font-size:1.25em; width:90%; } .main-navigation{ margin-right:5%; } /****INTRO AREA *************/ .intro_heading{ font-size:2.75em; } h3.intro_p{ font-size:1.25em; } p.intro{ margin-top:-34%; margin-bottom:8%; padding-top:3%; font-size:1.25em; text-align:left; } p.intro span{ margin:5% 0; } .contact-button{ padding:3% 0; } /********SERVICES******/ .service { display:inline-block; margin: 0 2.5%; } h5.service_excerpt{ font-size:1em; } h2.service_item-title{ font-size:1.5em; } /*****ABOUT *********/ .entry-content h1{ padding-top:10%; clear:both; } /********SERVICES PAGE************/ .services h1{ font-size:3em; color:#b9bfc9; } /*********PORTFOLIO**********************/ #portfolio{ clear:both; margin:5% 0; } #portfolio h1{ font-size:3em; text-align:center; } .portfolio-home{ width:100%; margin:0; } figure.portfolio-project{ width:85%; margin:5% auto; } ul.portfolio-list{ display:block; } .portfolio-project h2{ font-size:2em; } p.portfolio-page-excerpt{ text-align:center; font-size:1.25em; } .portfolio-projects{ display:inline; width:50%; } .portfolio-projects p, article.portfolio-project{ font-size:1.5em; } article.portfolio-project{ padding:2%; width:90%; margin:5%; } /*****INDIVIDUAL PORTFOLIO PAGES ******/ .project-title { font-size: 3em!important; text-decoration:none; } /*******FOOTER*******/ #footer-widgets .widget-title, #footer-widgets a{ font-size:1.75em; margin:5% 0 0 0; } #footer-left{ width:50%; } #footer-middle{ margin:0% 5% 0 0; width:45%; float:left; } #social-media a{ font-size:2em; } } /*********************TABLET STYLES*******************/ @media only screen and (min-width: 623px){ html{ font-size:16px; } p{ font-size:1em; } .header-job-title{ margin:-1% 0 0 8%; } .page-header{ height:315px; } .site-header{ height:475px; } .fa.fa-bars.fa-2x { font-size: 4em; } .site-title{ padding:13% 0 0% 0; } .site-header{ height:475px; } .site-description{ font-size:1.35em; } .intro_heading { font-size: 3em; margin-left: 10%; } .image_wrapper{ width:20%; } .contact-button{ width: 53%; padding: 3%; margin:5% auto 0 auto; } /****SERVICES *****/ h5.service_excerpt{ font-size:1.35em; } .service{ width:44%; } /****PORTFOLIO ****/ .portfolio-page-title{ font-size:1.25em; } article.portfolio-project{ padding: 2%; width: 45%; margin: 2%; float: left; } figure.portfolio-project{ width:45%; margin: 2.5% 3% 2.5% 1%; float:left; } /****PORTFOLIO PAGES BREADCRUMBS NAVIGATION ***/ ol.breadcrumbs{ height:60px; } .breadcrumbs li{ padding:1%; font-size:1.25em; } .portfolio-gallery-title{ font-size:4em!important; line-height:0; } article.portfolio-project.single-project{ display:inline-block; width:80%; text-align:center; margin:0 10% 10% 10%; } .project-title{ font-size:4em!important; } /****FOOTER *****/ #footer-left, #footer-middle{ font-size:1.25em; } h2.widgettitle{ line-height:0em; } } /**************LAPTOP STYLES*************/ @media only screen and (min-width: 900px){ body{ font-size:1.25em; } .name{ margin:2% 0% 0 2%; } .header-job-title span{ margin-left:2%; } .header-job-title{ margin:-1% 0 0 6%; } .site-header{ height:475px; } .site-title{ margin:5% 0 2% 0; padding:8% 0 0 0; } .main-navigation ul{ margin-top:20%; } .main-navigation ul li a{ color:#b9bfc9; } /*****INTRO AREA *****/ .intro_heading{ margin:0 0 0 15%; padding:5% 5% 0 5%; } h3.intro_p{ font-size:1.35em; padding-left:5%; } .image_wrapper img{ margin:-15% .5% .5% 1%; } .intro_content .image_wrapper{ margin:-5% 5% 0 0; } /******SERVICES******/ h3.service-item-title{ margin-top:10%; } .service{ width:44%; } .services-block{ margin: 5% auto 0 auto; } /*****PORTFOLIO*****/ .portfolio h1 { font-size: 3.5em; } figure.portfolio-project{ height:auto; } /***ABOUT ******/ .entry-content h1{ font-size:2.75em; } /****FOOTER******/ #footer-left, #footer-middle{ font-size:1.25em; } /*****INDIVIDUAL PORTFOLIO PAGES ******/ h1.portfolio-name{ padding-top:5%; line-height:0em; } .project-info{ padding:3%; } /*******PORTFOLIO ARCHIVE PAGE*********/ article.portfolio-project{ width:42%; margin:4% auto; float:left; padding:0; } h2.portfolio-page-title{ font-size:1.5em!important; } /*****FOOTER*******/ #footer-widgets .widget-title, #footer-widgets a{ font-size:1.5em; } #footer-widgets ul{ font-size:1.25em; } } /**************DESKTOP STYLES*************/ @media only screen and (min-width: 1115px){ .site-header{ height:500px; } .site-title{ padding:8% 0 0 0; } .intro_heading{ margin:0 5% 0 15%; } .image_wrapper{ width:20%; } .image_wrapper img{ margin:-8% 0 0 0; max-width:200px; } h5.service_excerpt { font-size: 1.15em; } .main-image{ width:75%; margin:0 auto; } } /**************WIDESCREEN STYLES*************/ @media only screen and (min-width: 1448px){ .site-header{ height:700px; } .page-header{ height:450px; } .header-job-title { margin: 0 0 0 4%; } .intro_heading{ text-align:left; } .image_wrapper{ width:20%; } .contact-button { width: 30%; margin: 5% auto 0 auto; padding: 1%; } .intro_content{ max-width: 1500px; } .service { width: 20%; float: left; } .services-block{ margin-top:5%; } #portfolio h1 { padding-top: 3%; } figure.portfolio-project { padding: .5%; } .entry-content h1 { padding-top: 3%; } #footer-left, #footer-middle { font-size: 1.25em; } } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; }
0.407098
0.085327
v2.0 | 20110126 License: none (public domain) */ @import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800"); @import url("http://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,700,400italic,700italic"); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1.33; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* ===== CUSTOM RESET ===== */ object { outline: none; display: block; overflow: hidden; } /* force redraw on IE8, fix outline/scroll bug on Firefox 3.6, remove unnecessary margin (copied from swffit) */ textarea { overflow: auto; } /* fix IE */ iframe { border: 0; } /* fix line-height [https://gist.github.com/413930] */ sup, sub { line-height: 0; font-size: .75em; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* ============================ /RESET ============================ */ /* -----------------------------------------------------*/ /* --------------->>> variables.less <<<----------------*/ /* -----------------------------------------------------*/ /* 1. @Font-Face — load my google fonts... */ /* 2. Load league gothic from my font server... */ @font-face { font-family: 'LeagueGothic'; src: url('http://fonts.ookb.co/ff/leaguegothic-regular-webfont.eot'); src: local('League Gothic'), local('LeagueGothic-Regular'), url('http://fonts.ookb.co/ff/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('http://fonts.ookb.co/ff/leaguegothic-regular-webfont.woff') format('woff'), url('http://fonts.ookb.co/ff/leaguegothic-regular-webfont.ttf') format('truetype'), url('http://fonts.ookb.co/ff/leaguegothic-regular-webfont.svg#league_gothic_italicregular') format('svg'); font-style: normal; font-weight: normal; } @font-face { font-family: 'LeagueGothic'; src: url('http://fonts.ookb.co/ff/leaguegothic-italic-webfont.eot'); src: local('League Gothic Italic'), local('LeagueGothic-Italic'), url('http://fonts.ookb.co/ff/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'), url('http://fonts.ookb.co/ff/leaguegothic-italic-webfont.woff') format('woff'), url('http://fonts.ookb.co/ff/leaguegothic-italic-webfont.ttf') format('truetype'), url('http://fonts.ookb.co/ff/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg'); font-style: italic; font-weight: normal; } /* declare some basic font-families */ .league-gothic { font-family: 'LeagueGothic', Calibri, Helvetica, Arial, Sans-serif; font-weight: normal; /* there aren't different weights, so this is important */ } /** other general reusable classes/hacks **/ .hide-text { text-indent: 200%; white-space: nowrap; overflow: hidden; } .show-text { text-indent: 0%; white-space: normal; overflow: visible; } /* floats and clears */ .left, .floatleft, .float-left, .leftfloat, .left-float { float: left; } .right, .floatright, .float-right, .rightfloat, .right-float { float: right; } .clear, .clearboth, .clear-both, .both-clear, .bothclear { clear: both; } .clearleft, .leftclear, .clear-left, .left-clear { clear: left; } .clearright, .rightclear, .clear-right, .right-clear { clear: right; } .clearfix::after, .clear-fix::after, .cf::after, .group::after { content: ''; display: table; clear: both; } /* center, left and right align text. it is my personal opinion that you should never use "text-align: justify;" on the web. browsers aren't good enough at typesetting justified text. I have not created those styles for that reason. */ .text-center, .textcenter, .center-text, .centertext, .align-center, .center-align, .aligncenter, .centeralign { text-align: center; } .text-right, .right-text, .textright, .righttext, .align-right, .right-align, .alignright, .rightalign { text-align: right; } .text-left, .left-text, .textleft, .lefttext, .align-left, .left-align, .alignleft, .leftalign { text-align: left; } /* -----------------------------------------------------*/ /* ------------->>> /end variables.less <<<-------------*/ /* -----------------------------------------------------*/ /* styling those forms */ form input, form button, form select, form textarea { font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif; font-size: inherit; line-height: normal; width: 100%; max-width: 100%; margin-bottom: .25em; } /* Grid –––––––––––––––––––––––––––––––––––––––––––––––––– */ * { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; /* type stuff */ /**/ -moz-font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -ms-font-feature-settings: "kern"; -o-font-feature-settings: "kern"; font-feature-settings: "kern"; font-kerning: normal; text-rendering: optimizeLegibility; } html, body { height: 100%; margin: 0; padding: 0; width: 100%; } /* super simple CF from the very end of here: http://css-tricks.com/snippets/css/clear-fix/ — only works in IE8+, so not so super back compatible — but we're looking to the future! */ .clearfix::after, .group::after { content: ""; display: table; clear: both; } .text-center, .center-text { text-align: center; } .text-left, .left-align-text { text-align: left; } .text-right, .right-align-text { text-align: right; } /* columnar stuff */ .container { margin: 0 auto; padding: 0 1rem 2rem 1rem; width: 100%; } .column, .columns { margin: 0 0 2rem 0; padding: 0; } .group { margin: 0 0 2rem 0; } .one, .two, .three, .four, .five, .six, .halfwidth, .seven, .eight, .nine, .ten, .eleven, .twelve, .fullwidth { width: calc(100%); } .visible-lg { display: none; visibility: hidden; } @media (min-width: 30rem) { .container { margin: 0 auto; padding-bottom: 2rem; min-width: 30rem; width: 80%; } } @media (min-width: 50rem) { .left { float: left; } .right { float: right; } .clear, .clearBoth { display: block; clear: both; } .clearLeft { display: block; clear: left; } .clearRight { display: block; clear: right; } .container { margin: 0 auto; padding-bottom: 2rem; max-width: 75rem; } /* columnar stuff */ .column, .columns { float: left; margin: 0 0 2rem 0; padding: 0 1rem; } .group { margin: 0 -1rem 2rem -1rem; } /* default 12 column grid */ .one { width: calc(8.33333333%); } .two { width: calc(16.66666667%); } .three { width: calc(25%); } .four { width: calc(33.33333333%); } .five { width: calc(41.66666667%); } .six, .halfwidth { width: calc(50%); } .seven { width: calc(58.33333333%); } .eight { width: calc(66.66666667%); } .nine { width: calc(75%); } .ten { width: calc(83.33333333%); } .eleven { width: calc(91.66666667%); } .twelve, .fullwidth { width: calc(100%); } /* some standard offsets */ .offset-by-one { margin-left: calc(8.33333333%); } .offset-by-two { margin-left: calc(16.66666667%); } .offset-by-three { margin-left: calc(25%); } .offset-by-four { margin-left: calc(33.33333333%); } .offset-by-five { margin-left: calc(41.66666667%); } .offset-by-six, .offset-by-hal { margin-left: calc(50%); } .offset-by-seven { margin-left: calc(58.33333333%); } .offset-by-eight { margin-left: calc(66.66666667%); } .offset-by-nine { margin-left: calc(75%); } .offset-by-ten { margin-left: calc(83.33333333%); } .offset-by-eleven { margin-left: calc(91.66666667%); } .offset-by-twelve { margin-left: calc(100%); } .visible-lg { display: block; visibility: visible; } } /* Base Styles –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* NOTE html is set to 100% so that all the REM measurements throughout this doc are are based on 16px sizing. So basically 1rem = 16px :) — should a better solution be devised? */ html { font-size: 100%; } body { font-size: 1em; /* currently ems cause chrome bug misinterpreting rems on body element */ line-height: 1.5; font-weight: 400; /* do I want a better, wider ranging font-stack? */ font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #231f20; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; text-rendering: optimizeLegibility; } /* Base Typography –––––––––––––––––––––––––––––––––––––––––––––––––– */ h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 1.5rem; font-weight: bold; line-height: normal; } h1 { font-size: 3.0rem; } h2 { font-size: 2.5rem; } h3 { font-size: 2.0rem; } h4 { font-size: 1.75rem; } h5 { font-size: 1.5rem; } h6 { font-size: 1.33rem; } /* Larger than phablet */ /* these aren't currently being changed... though perhaps they need to be */ @media (min-width: 30rem) { h1 { font-size: 3.0rem; } h2 { font-size: 2.5rem; } h3 { font-size: 2.0rem; } h4 { font-size: 1.75rem; } h5 { font-size: 1.5rem; } h6 { font-size: 1.33rem; } } p { margin-top: 0; margin-bottom: 1em; line-height: normal; } .lead { font-size: 1.25rem; font-weight: 300; line-height: normal; } ul { margin-bottom: 1em; line-height: normal; } small, .small { font-size: .9rem; } img { max-width: 100%; } /* Centering in the unknown */ /* from http://css-tricks.com/centering-in-the-unknown/ ---------------------------------------------------------*/ /* This parent can be any width and height */ .block { text-align: center; } /* The ghost, nudged to maintain perfect centering */ .block::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; /* Adjusts for spacing */ } /* The element to be centered, can also be of any width and height */ .centered { display: inline-block; vertical-align: middle; width: 300px; } header, main, footer { margin: 4em 0; }
public/app.css
v2.0 | 20110126 License: none (public domain) */ @import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800"); @import url("http://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,700,400italic,700italic"); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1.33; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* ===== CUSTOM RESET ===== */ object { outline: none; display: block; overflow: hidden; } /* force redraw on IE8, fix outline/scroll bug on Firefox 3.6, remove unnecessary margin (copied from swffit) */ textarea { overflow: auto; } /* fix IE */ iframe { border: 0; } /* fix line-height [https://gist.github.com/413930] */ sup, sub { line-height: 0; font-size: .75em; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* ============================ /RESET ============================ */ /* -----------------------------------------------------*/ /* --------------->>> variables.less <<<----------------*/ /* -----------------------------------------------------*/ /* 1. @Font-Face — load my google fonts... */ /* 2. Load league gothic from my font server... */ @font-face { font-family: 'LeagueGothic'; src: url('http://fonts.ookb.co/ff/leaguegothic-regular-webfont.eot'); src: local('League Gothic'), local('LeagueGothic-Regular'), url('http://fonts.ookb.co/ff/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('http://fonts.ookb.co/ff/leaguegothic-regular-webfont.woff') format('woff'), url('http://fonts.ookb.co/ff/leaguegothic-regular-webfont.ttf') format('truetype'), url('http://fonts.ookb.co/ff/leaguegothic-regular-webfont.svg#league_gothic_italicregular') format('svg'); font-style: normal; font-weight: normal; } @font-face { font-family: 'LeagueGothic'; src: url('http://fonts.ookb.co/ff/leaguegothic-italic-webfont.eot'); src: local('League Gothic Italic'), local('LeagueGothic-Italic'), url('http://fonts.ookb.co/ff/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'), url('http://fonts.ookb.co/ff/leaguegothic-italic-webfont.woff') format('woff'), url('http://fonts.ookb.co/ff/leaguegothic-italic-webfont.ttf') format('truetype'), url('http://fonts.ookb.co/ff/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg'); font-style: italic; font-weight: normal; } /* declare some basic font-families */ .league-gothic { font-family: 'LeagueGothic', Calibri, Helvetica, Arial, Sans-serif; font-weight: normal; /* there aren't different weights, so this is important */ } /** other general reusable classes/hacks **/ .hide-text { text-indent: 200%; white-space: nowrap; overflow: hidden; } .show-text { text-indent: 0%; white-space: normal; overflow: visible; } /* floats and clears */ .left, .floatleft, .float-left, .leftfloat, .left-float { float: left; } .right, .floatright, .float-right, .rightfloat, .right-float { float: right; } .clear, .clearboth, .clear-both, .both-clear, .bothclear { clear: both; } .clearleft, .leftclear, .clear-left, .left-clear { clear: left; } .clearright, .rightclear, .clear-right, .right-clear { clear: right; } .clearfix::after, .clear-fix::after, .cf::after, .group::after { content: ''; display: table; clear: both; } /* center, left and right align text. it is my personal opinion that you should never use "text-align: justify;" on the web. browsers aren't good enough at typesetting justified text. I have not created those styles for that reason. */ .text-center, .textcenter, .center-text, .centertext, .align-center, .center-align, .aligncenter, .centeralign { text-align: center; } .text-right, .right-text, .textright, .righttext, .align-right, .right-align, .alignright, .rightalign { text-align: right; } .text-left, .left-text, .textleft, .lefttext, .align-left, .left-align, .alignleft, .leftalign { text-align: left; } /* -----------------------------------------------------*/ /* ------------->>> /end variables.less <<<-------------*/ /* -----------------------------------------------------*/ /* styling those forms */ form input, form button, form select, form textarea { font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif; font-size: inherit; line-height: normal; width: 100%; max-width: 100%; margin-bottom: .25em; } /* Grid –––––––––––––––––––––––––––––––––––––––––––––––––– */ * { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; /* type stuff */ /**/ -moz-font-feature-settings: "kern"; -webkit-font-feature-settings: "kern"; -ms-font-feature-settings: "kern"; -o-font-feature-settings: "kern"; font-feature-settings: "kern"; font-kerning: normal; text-rendering: optimizeLegibility; } html, body { height: 100%; margin: 0; padding: 0; width: 100%; } /* super simple CF from the very end of here: http://css-tricks.com/snippets/css/clear-fix/ — only works in IE8+, so not so super back compatible — but we're looking to the future! */ .clearfix::after, .group::after { content: ""; display: table; clear: both; } .text-center, .center-text { text-align: center; } .text-left, .left-align-text { text-align: left; } .text-right, .right-align-text { text-align: right; } /* columnar stuff */ .container { margin: 0 auto; padding: 0 1rem 2rem 1rem; width: 100%; } .column, .columns { margin: 0 0 2rem 0; padding: 0; } .group { margin: 0 0 2rem 0; } .one, .two, .three, .four, .five, .six, .halfwidth, .seven, .eight, .nine, .ten, .eleven, .twelve, .fullwidth { width: calc(100%); } .visible-lg { display: none; visibility: hidden; } @media (min-width: 30rem) { .container { margin: 0 auto; padding-bottom: 2rem; min-width: 30rem; width: 80%; } } @media (min-width: 50rem) { .left { float: left; } .right { float: right; } .clear, .clearBoth { display: block; clear: both; } .clearLeft { display: block; clear: left; } .clearRight { display: block; clear: right; } .container { margin: 0 auto; padding-bottom: 2rem; max-width: 75rem; } /* columnar stuff */ .column, .columns { float: left; margin: 0 0 2rem 0; padding: 0 1rem; } .group { margin: 0 -1rem 2rem -1rem; } /* default 12 column grid */ .one { width: calc(8.33333333%); } .two { width: calc(16.66666667%); } .three { width: calc(25%); } .four { width: calc(33.33333333%); } .five { width: calc(41.66666667%); } .six, .halfwidth { width: calc(50%); } .seven { width: calc(58.33333333%); } .eight { width: calc(66.66666667%); } .nine { width: calc(75%); } .ten { width: calc(83.33333333%); } .eleven { width: calc(91.66666667%); } .twelve, .fullwidth { width: calc(100%); } /* some standard offsets */ .offset-by-one { margin-left: calc(8.33333333%); } .offset-by-two { margin-left: calc(16.66666667%); } .offset-by-three { margin-left: calc(25%); } .offset-by-four { margin-left: calc(33.33333333%); } .offset-by-five { margin-left: calc(41.66666667%); } .offset-by-six, .offset-by-hal { margin-left: calc(50%); } .offset-by-seven { margin-left: calc(58.33333333%); } .offset-by-eight { margin-left: calc(66.66666667%); } .offset-by-nine { margin-left: calc(75%); } .offset-by-ten { margin-left: calc(83.33333333%); } .offset-by-eleven { margin-left: calc(91.66666667%); } .offset-by-twelve { margin-left: calc(100%); } .visible-lg { display: block; visibility: visible; } } /* Base Styles –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* NOTE html is set to 100% so that all the REM measurements throughout this doc are are based on 16px sizing. So basically 1rem = 16px :) — should a better solution be devised? */ html { font-size: 100%; } body { font-size: 1em; /* currently ems cause chrome bug misinterpreting rems on body element */ line-height: 1.5; font-weight: 400; /* do I want a better, wider ranging font-stack? */ font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #231f20; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; text-rendering: optimizeLegibility; } /* Base Typography –––––––––––––––––––––––––––––––––––––––––––––––––– */ h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 1.5rem; font-weight: bold; line-height: normal; } h1 { font-size: 3.0rem; } h2 { font-size: 2.5rem; } h3 { font-size: 2.0rem; } h4 { font-size: 1.75rem; } h5 { font-size: 1.5rem; } h6 { font-size: 1.33rem; } /* Larger than phablet */ /* these aren't currently being changed... though perhaps they need to be */ @media (min-width: 30rem) { h1 { font-size: 3.0rem; } h2 { font-size: 2.5rem; } h3 { font-size: 2.0rem; } h4 { font-size: 1.75rem; } h5 { font-size: 1.5rem; } h6 { font-size: 1.33rem; } } p { margin-top: 0; margin-bottom: 1em; line-height: normal; } .lead { font-size: 1.25rem; font-weight: 300; line-height: normal; } ul { margin-bottom: 1em; line-height: normal; } small, .small { font-size: .9rem; } img { max-width: 100%; } /* Centering in the unknown */ /* from http://css-tricks.com/centering-in-the-unknown/ ---------------------------------------------------------*/ /* This parent can be any width and height */ .block { text-align: center; } /* The ghost, nudged to maintain perfect centering */ .block::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; /* Adjusts for spacing */ } /* The element to be centered, can also be of any width and height */ .centered { display: inline-block; vertical-align: middle; width: 300px; } header, main, footer { margin: 4em 0; }
0.361954
0.083106
:root{ --resaltado: #0416b4; --negro:#000; --blanco:#fff; --resaltadoTabla:#8B0000; --desfibrilable:#e99797; --encabezadoTabla: #2F4F4F; --encabezado:#006400; --text-color: #53575a; --cuerpoTabla:#8FBC8F; --body-bg:#FAFDFF; --dark-color-alt:#141618; --dark-color:#282D31; --sombra:rgba(0, 0, 0, .65); /* Amarillo */ --this-color-rgba:rgba(231, 216, 5, 0.486); /* Azul celeste */ --thir-color:rgba(123, 219, 231, 0.486); --thir-colorSolido:rgba(123, 219, 231); --this-color-rgbaSolido:rgb(231, 216, 5); --text-parrafo: Verdana, Geneva, Tahoma, sans-serif; } *{ box-sizing: border-box; } .titulo{ font-size: 3em; text-transform: none !important; } .subtitulo{ font-size: 1em !important; text-transform: none !important; text-align: left; } .suprarayado{ border-top: 1px solid var(--resaltadoTabla); } .reveal p{ text-align: justify; /* font-size: 36px; */ } .suprarayado{ border-top: 1px solid var(--resaltadoTabla); } .parrafo{ font-size: .4em !important; text-align: left; width: 100%; box-shadow: 0px 0px 0px var(--thir-color-rgba) inset; transition: 0.5s !important; } .parrafo p, .parrafo ul{ margin: 0 0; padding: 0 10px 0 10px; } .textoIzq{ display: flex; justify-content: flex-end; font-size: 0.8em; } .btn{ text-decoration: none; line-clamp: 4; padding: 4px; color: #6a6a6a !important; position: relative; color: var(--resaltadoTabla) !important; box-shadow: 0px 0px 0px var(--this-color-rgba) inset; transition: 0.5s !important; cursor: pointer; } .btn:before{ content: ""; display: block; width: 0%; height: 3px; background:var(--resaltadoTabla) !important; position: absolute; left: 0; bottom: 0; transition: 0.5s !important; } .btn:hover{ box-shadow: 1500px 0px 0px var(--this-color-rgba) inset; } .btn:hover:before{ width: 100%; } .resaltar{ font-size: 1em !important; text-align: left; width: 100%; box-shadow: 0px 0px 0px var(--sombra) inset; transition: 0.5s !important; } .resaltar:hover{ font-size: 1.1em !important; box-shadow: 1500px 0px 0px var(--this-color-rgba) inset; } ol li:hover{ background: var(--encabezado); color: var(--body-bg); padding: 5px; } ul li:hover{ background: var(--encabezado); color: var(--body-bg); padding: 5px; }
css/estilos/principal.css
:root{ --resaltado: #0416b4; --negro:#000; --blanco:#fff; --resaltadoTabla:#8B0000; --desfibrilable:#e99797; --encabezadoTabla: #2F4F4F; --encabezado:#006400; --text-color: #53575a; --cuerpoTabla:#8FBC8F; --body-bg:#FAFDFF; --dark-color-alt:#141618; --dark-color:#282D31; --sombra:rgba(0, 0, 0, .65); /* Amarillo */ --this-color-rgba:rgba(231, 216, 5, 0.486); /* Azul celeste */ --thir-color:rgba(123, 219, 231, 0.486); --thir-colorSolido:rgba(123, 219, 231); --this-color-rgbaSolido:rgb(231, 216, 5); --text-parrafo: Verdana, Geneva, Tahoma, sans-serif; } *{ box-sizing: border-box; } .titulo{ font-size: 3em; text-transform: none !important; } .subtitulo{ font-size: 1em !important; text-transform: none !important; text-align: left; } .suprarayado{ border-top: 1px solid var(--resaltadoTabla); } .reveal p{ text-align: justify; /* font-size: 36px; */ } .suprarayado{ border-top: 1px solid var(--resaltadoTabla); } .parrafo{ font-size: .4em !important; text-align: left; width: 100%; box-shadow: 0px 0px 0px var(--thir-color-rgba) inset; transition: 0.5s !important; } .parrafo p, .parrafo ul{ margin: 0 0; padding: 0 10px 0 10px; } .textoIzq{ display: flex; justify-content: flex-end; font-size: 0.8em; } .btn{ text-decoration: none; line-clamp: 4; padding: 4px; color: #6a6a6a !important; position: relative; color: var(--resaltadoTabla) !important; box-shadow: 0px 0px 0px var(--this-color-rgba) inset; transition: 0.5s !important; cursor: pointer; } .btn:before{ content: ""; display: block; width: 0%; height: 3px; background:var(--resaltadoTabla) !important; position: absolute; left: 0; bottom: 0; transition: 0.5s !important; } .btn:hover{ box-shadow: 1500px 0px 0px var(--this-color-rgba) inset; } .btn:hover:before{ width: 100%; } .resaltar{ font-size: 1em !important; text-align: left; width: 100%; box-shadow: 0px 0px 0px var(--sombra) inset; transition: 0.5s !important; } .resaltar:hover{ font-size: 1.1em !important; box-shadow: 1500px 0px 0px var(--this-color-rgba) inset; } ol li:hover{ background: var(--encabezado); color: var(--body-bg); padding: 5px; } ul li:hover{ background: var(--encabezado); color: var(--body-bg); padding: 5px; }
0.345216
0.22905
.clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } body{ font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; background: url(https://html5book.ru/wp-content/uploads/2015/07/background46.png) repeat top left; font-weight: 400; font-size: 15px; color: #333; margin:0; } a{ color: #555; text-decoration: none; } .container{ width: 100%; position: relative; min-height: 750px; } section{margin-bottom:50px} .clr{ clear: both; padding: 0; height: 0; margin: 0; } .container > header{ margin: 10px; padding: 20px 10px 10px 10px; position: relative; display: block; text-shadow: 1px 1px 1px rgba(0,0,0,0.2); text-align: center; } .container > header > span{ font-family: 'Alegreya SC', Georgia, serif; font-size: 20px; line-height: 20px; display: block; font-weight: 400; font-style: italic; color: #547DCC; text-shadow: 1px 1px 1px rgba(0,0,0,0.1); } .container > header h1{ font-size: 40px; line-height: 40px; margin: 0; position: relative; font-weight: 300; color: #6e6a92; padding: 5px 0px; text-shadow: 1px 1px 1px rgba(255,255,255,0.7); } .container > header h1 span{ font-weight: 700; } .container > header h2{ font-size: 14px; font-weight: 300; letter-spacing: 2px; text-transform: uppercase; margin: 0; padding: 15px 0 5px 0; color: #547DCC; text-shadow: 1px 1px 1px rgba(255,255,255,0.7); } .container > header p{ font-style: italic; color: #aaa; text-shadow: 1px 1px 1px rgba(255,255,255,0.7); } .top{ font-size: 13px; padding: 10px 0; background: rgba(255, 255, 255, 0.7); text-transform: uppercase; text-align:center; position: relative; font-family: Cambria, Georgia, serif; box-shadow: 1px 0 2px rgba(0,0,0,0.3); } .top a{ padding: 0 10px; letter-spacing: 1px; color: #333; display: inline-block;font-weight:bold; } .demo{ text-align:center; display: block; line-height: 30px; padding: 5px 0px; } .demo a{ display: inline-block; margin: 0px 4px; padding: 0px 6px; color: #aaa; line-height: 20px; font-size: 13px; text-shadow: 1px 1px 1px #fff; border: 1px solid #ddd; background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */ background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5); } .demo a:hover{ color: #333; box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5); } .demo a:active{ background: #fff; } .demo a.current-demo, .demo a.current-demo:hover{ background: #f6f6f6; } .collapsible { background-color: #777; color: white; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; } .active, .collapsible:hover { background-color: #6e6a92; } .collapsible_head { margin-top: 15px; color: white; cursor: pointer; width: 100%; text-align: left; outline: none; font-size: 15px; } .collapsible_head:hover{ background: white; } .content { padding: 0 18px; display: none; overflow: hidden; background-color: #f1f1f1; } /*simple button--------------------------------------*/ .btn { background-color: #e9a950; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; } .btn:hover, .dropbtn:focus { background-color: #e3a600; } /*Dropdown */ .dropbtn { background-color: #846868; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; margin-left: 100px; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; right: 0; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #f1f1f1;} .dropdown:hover .dropdown-content {display: block;} .dropdown:hover .dropbtn {background-color: #3e8e41;} #order_type{ font-size: 16px; color: white; background: #846868; padding: 16px; }
works/MetaParser/single.css
.clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } body{ font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; background: url(https://html5book.ru/wp-content/uploads/2015/07/background46.png) repeat top left; font-weight: 400; font-size: 15px; color: #333; margin:0; } a{ color: #555; text-decoration: none; } .container{ width: 100%; position: relative; min-height: 750px; } section{margin-bottom:50px} .clr{ clear: both; padding: 0; height: 0; margin: 0; } .container > header{ margin: 10px; padding: 20px 10px 10px 10px; position: relative; display: block; text-shadow: 1px 1px 1px rgba(0,0,0,0.2); text-align: center; } .container > header > span{ font-family: 'Alegreya SC', Georgia, serif; font-size: 20px; line-height: 20px; display: block; font-weight: 400; font-style: italic; color: #547DCC; text-shadow: 1px 1px 1px rgba(0,0,0,0.1); } .container > header h1{ font-size: 40px; line-height: 40px; margin: 0; position: relative; font-weight: 300; color: #6e6a92; padding: 5px 0px; text-shadow: 1px 1px 1px rgba(255,255,255,0.7); } .container > header h1 span{ font-weight: 700; } .container > header h2{ font-size: 14px; font-weight: 300; letter-spacing: 2px; text-transform: uppercase; margin: 0; padding: 15px 0 5px 0; color: #547DCC; text-shadow: 1px 1px 1px rgba(255,255,255,0.7); } .container > header p{ font-style: italic; color: #aaa; text-shadow: 1px 1px 1px rgba(255,255,255,0.7); } .top{ font-size: 13px; padding: 10px 0; background: rgba(255, 255, 255, 0.7); text-transform: uppercase; text-align:center; position: relative; font-family: Cambria, Georgia, serif; box-shadow: 1px 0 2px rgba(0,0,0,0.3); } .top a{ padding: 0 10px; letter-spacing: 1px; color: #333; display: inline-block;font-weight:bold; } .demo{ text-align:center; display: block; line-height: 30px; padding: 5px 0px; } .demo a{ display: inline-block; margin: 0px 4px; padding: 0px 6px; color: #aaa; line-height: 20px; font-size: 13px; text-shadow: 1px 1px 1px #fff; border: 1px solid #ddd; background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */ background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5); } .demo a:hover{ color: #333; box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5); } .demo a:active{ background: #fff; } .demo a.current-demo, .demo a.current-demo:hover{ background: #f6f6f6; } .collapsible { background-color: #777; color: white; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; } .active, .collapsible:hover { background-color: #6e6a92; } .collapsible_head { margin-top: 15px; color: white; cursor: pointer; width: 100%; text-align: left; outline: none; font-size: 15px; } .collapsible_head:hover{ background: white; } .content { padding: 0 18px; display: none; overflow: hidden; background-color: #f1f1f1; } /*simple button--------------------------------------*/ .btn { background-color: #e9a950; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; } .btn:hover, .dropbtn:focus { background-color: #e3a600; } /*Dropdown */ .dropbtn { background-color: #846868; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; margin-left: 100px; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; right: 0; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #f1f1f1;} .dropdown:hover .dropdown-content {display: block;} .dropdown:hover .dropbtn {background-color: #3e8e41;} #order_type{ font-size: 16px; color: white; background: #846868; padding: 16px; }
0.370567
0.108472
@-moz-document domain("toppreise.ch") { * { font-family: Roboto, Helvetica, sans-serif !important; color: #ccc !important; background-color: #222 !important; border-image: none !important; box-shadow: none !important; text-shadow: none !important; border-color: #444 !important; } #contentWrapper, #contentWrapper::before, #contentWrapper::after, #middleCol, #middleCol::before, #middleCol::after { border-image: none !important; background-image: none !important; background-color: #222 !important; } td { background-image: none !important; } #raeppli { opacity: 0 !important; } #headerDivMiddle { background-image: none !important; } #NaviList, #naviWrapper { background-color: #222 !important; background-image: none !important; border: none !important; filter: saturate(0) !important; } #NaviList > li > a { background-color: #222 !important; background-image: none !important; border: 1px solid #444 !important; filter: saturate(0) !important; } .tab { background-image: none !important; background-color: #222 !important; border: 1px solid #444 !important; } .badge { display: none !important; } .tabBorderFirst, .selectedTabBorderBetweenLeft, .selectedTabBorderFirst, .selectedTabBorderLast, .selectedTabBorderBetweenRight, .tabBorderBetween, .tabBorderLast { display: none !important; } .selectedTab { background-image: none !important; background-color: #444 !important; border: 1px #777 solid !important; } .selectedTab > a, .selectedTab > div > a { color: #eee !important; background-color: #444 !important; } .languageBox, #language_currencyBox { filter: saturate(0) !important; } .currencyBox { height: 23px !important; } .currencyBoxCHF, .currencyBoxEUR { color: #bbb !important; background-color: #222 !important; background-image: none !important; } .currencyBoxCHF_sel, .currencyBoxEUR_sel { color: #ddd !important; background-color: #444 !important; background-image: none !important; border: 1px #777 solid !important; } .currencyBoxCHF_sel::before, .currencyBoxCHF::before { font-size: 1.2rem !important; content: "CHF" !important; } .currencyBoxEUR_sel::before, .currencyBoxEUR::before { font-size: 1.2rem !important; content: "EUR" !important; } .searchForm > input { border-color: #777 !important; border-width: 1px !important; } html body div#main_wrapper div#middleCol table tbody tr td div form.searchForm button img { filter: saturate(0) brightness(0.5) !important; } ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all { border: none !important; } ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all > li { border: none !important; } .ui-state-hover, .ui-state-focus { background-color: #444 !important; } ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all > li > a { border: none !important; } #pageFooter { background-image: none !important; } #leftColPos { position: relative !important; } #headerDivTop { display: none !important; } tr.altLinesOdd > td > div > img:nth-child(1), tr.altLinesEven > td > div > img:nth-child(1), tr.ngfProdTabRow > td > div > img:nth-child(1) { filter: hue-rotate(0.45turn) blur(0.15px) invert(1) saturate(0.75) contrast(0.7) !important; } .availability.prodAvail { background: none !important; filter: invert(1) hue-rotate(0.45turn) saturate(0.75) contrast(0.8) brightness(0.9) !important; } .ngfListEntry > div { background-image: none !important; border: 1px #333 solid !important; filter: saturate(0) !important; } .bluring { display: none !important; } .ngfSelWrap, .ui-slider { filter: saturate(0) !important; } .BOX_Content, .ngfConSelWrap, .ngf_link_formOuter, .ngfContentWrapper { background-color: #222 !important; background-image: none !important; } .ngfConActiveRestrictionsAbsolute { border: 1px #777 solid !important; } .ngfPaginationPanTop > div > a > span, .ngfPaginationPanBottom > div > a > span { background: none !important; } .resetButton { filter: saturate(0) invert(0.9) !important; color: #222 !important; } #leftColPos > div:nth-child(4) { filter: saturate(0) brightness(0.75) !important; } #middleCol > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1) { filter: saturate(0) brightness(0.75) !important; } }
data/usercss/165862.user.css
@-moz-document domain("toppreise.ch") { * { font-family: Roboto, Helvetica, sans-serif !important; color: #ccc !important; background-color: #222 !important; border-image: none !important; box-shadow: none !important; text-shadow: none !important; border-color: #444 !important; } #contentWrapper, #contentWrapper::before, #contentWrapper::after, #middleCol, #middleCol::before, #middleCol::after { border-image: none !important; background-image: none !important; background-color: #222 !important; } td { background-image: none !important; } #raeppli { opacity: 0 !important; } #headerDivMiddle { background-image: none !important; } #NaviList, #naviWrapper { background-color: #222 !important; background-image: none !important; border: none !important; filter: saturate(0) !important; } #NaviList > li > a { background-color: #222 !important; background-image: none !important; border: 1px solid #444 !important; filter: saturate(0) !important; } .tab { background-image: none !important; background-color: #222 !important; border: 1px solid #444 !important; } .badge { display: none !important; } .tabBorderFirst, .selectedTabBorderBetweenLeft, .selectedTabBorderFirst, .selectedTabBorderLast, .selectedTabBorderBetweenRight, .tabBorderBetween, .tabBorderLast { display: none !important; } .selectedTab { background-image: none !important; background-color: #444 !important; border: 1px #777 solid !important; } .selectedTab > a, .selectedTab > div > a { color: #eee !important; background-color: #444 !important; } .languageBox, #language_currencyBox { filter: saturate(0) !important; } .currencyBox { height: 23px !important; } .currencyBoxCHF, .currencyBoxEUR { color: #bbb !important; background-color: #222 !important; background-image: none !important; } .currencyBoxCHF_sel, .currencyBoxEUR_sel { color: #ddd !important; background-color: #444 !important; background-image: none !important; border: 1px #777 solid !important; } .currencyBoxCHF_sel::before, .currencyBoxCHF::before { font-size: 1.2rem !important; content: "CHF" !important; } .currencyBoxEUR_sel::before, .currencyBoxEUR::before { font-size: 1.2rem !important; content: "EUR" !important; } .searchForm > input { border-color: #777 !important; border-width: 1px !important; } html body div#main_wrapper div#middleCol table tbody tr td div form.searchForm button img { filter: saturate(0) brightness(0.5) !important; } ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all { border: none !important; } ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all > li { border: none !important; } .ui-state-hover, .ui-state-focus { background-color: #444 !important; } ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all > li > a { border: none !important; } #pageFooter { background-image: none !important; } #leftColPos { position: relative !important; } #headerDivTop { display: none !important; } tr.altLinesOdd > td > div > img:nth-child(1), tr.altLinesEven > td > div > img:nth-child(1), tr.ngfProdTabRow > td > div > img:nth-child(1) { filter: hue-rotate(0.45turn) blur(0.15px) invert(1) saturate(0.75) contrast(0.7) !important; } .availability.prodAvail { background: none !important; filter: invert(1) hue-rotate(0.45turn) saturate(0.75) contrast(0.8) brightness(0.9) !important; } .ngfListEntry > div { background-image: none !important; border: 1px #333 solid !important; filter: saturate(0) !important; } .bluring { display: none !important; } .ngfSelWrap, .ui-slider { filter: saturate(0) !important; } .BOX_Content, .ngfConSelWrap, .ngf_link_formOuter, .ngfContentWrapper { background-color: #222 !important; background-image: none !important; } .ngfConActiveRestrictionsAbsolute { border: 1px #777 solid !important; } .ngfPaginationPanTop > div > a > span, .ngfPaginationPanBottom > div > a > span { background: none !important; } .resetButton { filter: saturate(0) invert(0.9) !important; color: #222 !important; } #leftColPos > div:nth-child(4) { filter: saturate(0) brightness(0.75) !important; } #middleCol > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1) { filter: saturate(0) brightness(0.75) !important; } }
0.370339
0.051942