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
|
---|---|---|---|---|
@charset "UTF-8";
/* CSS Document */
@media (min-width: 1200px){
.container {
width: 100%;
}
}
@media screen and (max-width: 1024px){
.lateral_bar {
width: 350px;
}
.lateral_bar h1 {
font-size: 30px;
}
.footerwrap {
padding-left: 400px;
}
.content_numerador{
padding-left: 70px;
}
.title_description {
width: 70%;
margin-left: 15%;
}
.cont_form {
width: 80%;
margin-left: 10%;
}
.select_cow_cell {
width: 33.3%;
}
.select_cow_cell_color {
width: 33.3%;
}
.cont_pago {
width: 80%;
margin-left: 10%;
}
}
@media screen and (max-width: 770px){
.lateral_bar {
width: 100%;
height: 480px;
padding-top: 92px;
}
.footerwrap {
padding-left: 30px;
}
#ignorar_solo_pruebas_tablet{
display:none;
}
.content_numerador{
padding-left: 37%;
padding-top: 75px;
}
.title_description {
width: 80%;
margin-left: 10%;
}
.col-xs-6 {
width: 100%;
float: left;
padding-top: 10px;
padding-left: 35px;
padding-right: 35px;
padding-bottom: 0px;
}
.select_cow_cont {
margin-top: 50px;
}
.numerador {
margin-top: 40px;
}
}
@media screen and (max-width: 740px){
.lateral_bar {
width: 100%;
height:410px;
padding-top: 82px;
}
#ignorar_solo_pruebas_mobiles{
display:none;
}
.numerador {
margin-top: 22px;
}
.select_cow_cell {
width: 100%;
}
.select_cow_cell_color {
width: 100%;
}
.cont_pago {
width: 90%;
margin-left: 5%;
}
.btn-pago {
width: 270px;
height: 55px;
background-image:url(../../img/paypal_responsive.png);
text-align: center;
transition: ease-in-out .3s;
display: -webkit-inline-box;
}
.btn-pago:hover {
width: 270px;
height: 55px;
background-image:url(../../img/paypal_responsive_hover.png);
text-align: center;
transition: ease-in-out .3s;
}
}
@media screen and (max-width: 350px){
.lateral_bar h1 {
font-size: 27px;
}
}
@media screen and (max-width: 450px){
.title {
margin-top: 105px;
font-size: 34px;
}
.cont_form {
width: 90%;
margin-left: 5%;
}
.btn-option {
width: 90%;
}
.col-xs-6 {
padding-left: 20px;
padding-right: 20px;
}
.subtitle {
font-size: 24px;
}
.ask-name {
font-size: 15px;
}
.select_cow_cont {
padding-left: 20px;
padding-right: 20px;
}
@media screen and (max-width: 1000px){
.navbar-nav {
float: left;
margin: 0;
}
}
|
assets/front/css/responsive.css
|
@charset "UTF-8";
/* CSS Document */
@media (min-width: 1200px){
.container {
width: 100%;
}
}
@media screen and (max-width: 1024px){
.lateral_bar {
width: 350px;
}
.lateral_bar h1 {
font-size: 30px;
}
.footerwrap {
padding-left: 400px;
}
.content_numerador{
padding-left: 70px;
}
.title_description {
width: 70%;
margin-left: 15%;
}
.cont_form {
width: 80%;
margin-left: 10%;
}
.select_cow_cell {
width: 33.3%;
}
.select_cow_cell_color {
width: 33.3%;
}
.cont_pago {
width: 80%;
margin-left: 10%;
}
}
@media screen and (max-width: 770px){
.lateral_bar {
width: 100%;
height: 480px;
padding-top: 92px;
}
.footerwrap {
padding-left: 30px;
}
#ignorar_solo_pruebas_tablet{
display:none;
}
.content_numerador{
padding-left: 37%;
padding-top: 75px;
}
.title_description {
width: 80%;
margin-left: 10%;
}
.col-xs-6 {
width: 100%;
float: left;
padding-top: 10px;
padding-left: 35px;
padding-right: 35px;
padding-bottom: 0px;
}
.select_cow_cont {
margin-top: 50px;
}
.numerador {
margin-top: 40px;
}
}
@media screen and (max-width: 740px){
.lateral_bar {
width: 100%;
height:410px;
padding-top: 82px;
}
#ignorar_solo_pruebas_mobiles{
display:none;
}
.numerador {
margin-top: 22px;
}
.select_cow_cell {
width: 100%;
}
.select_cow_cell_color {
width: 100%;
}
.cont_pago {
width: 90%;
margin-left: 5%;
}
.btn-pago {
width: 270px;
height: 55px;
background-image:url(../../img/paypal_responsive.png);
text-align: center;
transition: ease-in-out .3s;
display: -webkit-inline-box;
}
.btn-pago:hover {
width: 270px;
height: 55px;
background-image:url(../../img/paypal_responsive_hover.png);
text-align: center;
transition: ease-in-out .3s;
}
}
@media screen and (max-width: 350px){
.lateral_bar h1 {
font-size: 27px;
}
}
@media screen and (max-width: 450px){
.title {
margin-top: 105px;
font-size: 34px;
}
.cont_form {
width: 90%;
margin-left: 5%;
}
.btn-option {
width: 90%;
}
.col-xs-6 {
padding-left: 20px;
padding-right: 20px;
}
.subtitle {
font-size: 24px;
}
.ask-name {
font-size: 15px;
}
.select_cow_cont {
padding-left: 20px;
padding-right: 20px;
}
@media screen and (max-width: 1000px){
.navbar-nav {
float: left;
margin: 0;
}
}
| 0.164315 | 0.084833 |
@charset "UTF-8";
/**
* all css,for all import
*/
html,
body {
margin: 0;
padding: 0; }
* {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
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"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
::-ms-clear,
::-ms-reveal {
display: none; }
input[type="text"]::-ms-clear {
display: none; }
input[type="text"]::-ms-reveal {
display: none; }
input[type="search"] {
-webkit-appearance: textfield;
-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; }
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; }
.transition-effect {
-webkit-transition: all linear .2s;
transition: all linear .2s; }
.fade-enter-active,
.fade-leave-active {
-webkit-transition: opacity linear .2s;
transition: opacity linear .2s; }
.fade-enter,
.fade-leave-active {
opacity: 0; }
.fade-show-enter-active,
.fade-show-leave-active {
-webkit-transition: opacity linear .2s, margin linear .2s;
transition: opacity linear .2s, margin linear .2s; }
.fade-show-enter,
.fade-show-leave-active {
opacity: 0;
margin-top: -20px; }
.displacement-fade-show-enter-active,
.displacement-fade-show-leave-active {
-webkit-transition: opacity linear .2s, margin linear .2s;
transition: opacity linear .2s, margin linear .2s; }
.displacement-fade-show-enter,
.displacement-fade-show-leave-active {
opacity: 0;
margin-top: -50px; }
.fade-center-enter-active,
.fade-center-leave-active {
-webkit-transition: opacity linear .2s, -webkit-transform linear .2s;
transition: opacity linear .2s, -webkit-transform linear .2s;
transition: opacity linear .2s, transform linear .2s;
transition: opacity linear .2s, transform linear .2s, -webkit-transform linear .2s;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center; }
.fade-center-enter,
.fade-center-leave-active {
opacity: 0;
-webkit-transform: translate(50%, -50%) scale(0, 0) !important;
-ms-transform: translate(50%, -50%) scale(0, 0) !important;
transform: translate(50%, -50%) scale(0, 0) !important; }
.slide-leave .bk-sideslider-wrapper,
.slide-enter-active .bk-sideslider-wrapper {
-webkit-transition: all linear .2s;
transition: all linear .2s;
right: 0; }
.slide-enter .bk-sideslider-wrapper.left,
.slide-leave-active .bk-sideslider-wrapper.left {
left: -100%; }
.slide-enter .bk-sideslider-wrapper.right,
.slide-leave-active .bk-sideslider-wrapper.right {
right: -100%; }
.slide-fade-enter-active,
.fade-leave-active {
-webkit-transition: opacity linear .2s, -webkit-transform linear .2s;
transition: opacity linear .2s, -webkit-transform linear .2s;
transition: transform linear .2s, opacity linear .2s;
transition: transform linear .2s, opacity linear .2s, -webkit-transform linear .2s; }
.slide-fade-enter {
opacity: 0;
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%); }
.slide-fade-leave-active {
opacity: 0;
-webkit-transform: translateX(-20%);
-ms-transform: translateX(-20%);
transform: translateX(-20%); }
.toggle-slide-enter-active,
.toggle-slide-leave-active {
-webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.23, 1);
transition: opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.23, 1);
transition: transform 0.3s cubic-bezier(0.23, 1, 0.23, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1);
transition: transform 0.3s cubic-bezier(0.23, 1, 0.23, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.23, 1);
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top; }
.toggle-slide-enter,
.toggle-slide-leave-active {
-webkit-transform: translateZ(0) scaleY(0);
transform: translateZ(0) scaleY(0);
opacity: 0; }
.toggle-slide2-enter-active,
.toggle-slide2-leave-active {
-webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.23, 1);
transition: opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.23, 1);
transition: transform 0.3s cubic-bezier(0.23, 1, 0.23, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1);
transition: transform 0.3s cubic-bezier(0.23, 1, 0.23, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.23, 1);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom; }
.toggle-slide2-enter,
.toggle-slide2-leave-active {
-webkit-transform: translateZ(0) scaleY(0);
transform: translateZ(0) scaleY(0);
opacity: 0; }
@font-face {
font-family: 'bk-icons-linear';
src: url("fonts/icomoon.eot?gwzxfm");
src: url("fonts/icomoon.eot?gwzxfm");
src: url("fonts/icomoon.eot?gwzxfm#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gwzxfm") format("truetype"), url("fonts/icomoon.woff?gwzxfm") format("woff"), url("fonts/icomoon.svg?gwzxfm#icomoon") format("svg");
font-weight: normal;
font-style: normal; }
.fa {
font-family: FontAwesome !important; }
.bk-icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'bk-icons-linear' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-edit:before {
content: "\e98b"; }
.icon-close:before {
content: "\e9b7"; }
.icon-plus:before {
content: "\e97c"; }
.icon-block-shape:before {
content: "\e9cf"; }
.icon-docker:before {
content: "\e900"; }
.icon-execute:before {
content: "\e901"; }
.icon-monitors:before {
content: "\e902"; }
.icon-monitors-cog:before {
content: "\e903"; }
.icon-panel:before {
content: "\e904"; }
.icon-panel-permission:before {
content: "\e905"; }
.icon-panels:before {
content: "\e906"; }
.icon-panel-shape:before {
content: "\e907"; }
.icon-project:before {
content: "\e908"; }
.icon-rtx:before {
content: "\e909"; }
.icon-script-file:before {
content: "\e90a"; }
.icon-script-files:before {
content: "\e90b"; }
.icon-work-manage:before {
content: "\e90c"; }
.icon-apps-shape:before {
content: "\e90d"; }
.icon-arrows-down-circle-shape:before {
content: "\e90e"; }
.icon-arrows-down-shape:before {
content: "\e90f"; }
.icon-arrows-left-circle-shape:before {
content: "\e910"; }
.icon-arrows-left-shape:before {
content: "\e911"; }
.icon-arrows-m-down-shape:before {
content: "\e912"; }
.icon-arrows-m-left-shape:before {
content: "\e913"; }
.icon-arrows-m-right-shape:before {
content: "\e914"; }
.icon-arrows-m-up-shape:before {
content: "\e915"; }
.icon-arrows-right-circle-shape:before {
content: "\e916"; }
.icon-arrows-right-shape:before {
content: "\e917"; }
.icon-arrows-up-circle-shape:before {
content: "\e918"; }
.icon-arrows-up-shape:before {
content: "\e919"; }
.icon-back-shape:before {
content: "\e91a"; }
.icon-calendar-shape:before {
content: "\e91b"; }
.icon-check-circle-shape:before {
content: "\e91c"; }
.icon-circle-shape:before {
content: "\e91d"; }
.icon-clipboard-shape:before {
content: "\e91e"; }
.icon-clock-shape:before {
content: "\e91f"; }
.icon-close3-shape:before {
content: "\e920"; }
.icon-close-circle-shape:before {
content: "\e921"; }
.icon-cog-shape:before {
content: "\e922"; }
.icon-cry-shape:before {
content: "\e923"; }
.icon-dashboard-2-shape:before {
content: "\e924"; }
.icon-dashboard-shape:before {
content: "\e925"; }
.icon-data2-shape:before {
content: "\e926"; }
.icon-data-shape:before {
content: "\e927"; }
.icon-dialogue-empty-shape:before {
content: "\e928"; }
.icon-dialogue-shape:before {
content: "\e929"; }
.icon-dispirited-shape:before {
content: "\e92a"; }
.icon-down-shape:before {
content: "\e92b"; }
.icon-email-shape:before {
content: "\e92c"; }
.icon-empty-shape:before {
content: "\e92d"; }
.icon-exclamation-circle-shape:before {
content: "\e92e"; }
.icon-exclamation-triangle-shape:before {
content: "\e92f"; }
.icon-eye-shape:before {
content: "\e930"; }
.icon-eye-slash-shape:before {
content: "\e931"; }
.icon-file-plus-shape:before {
content: "\e932"; }
.icon-file-shape:before {
content: "\e933"; }
.icon-folder-open-shape:before {
content: "\e934"; }
.icon-folder-plus-shape:before {
content: "\e935"; }
.icon-folder-shape:before {
content: "\e936"; }
.icon-heart-shape:before {
content: "\e937"; }
.icon-home-shape:before {
content: "\e938"; }
.icon-id-shape:before {
content: "\e939"; }
.icon-image-shape:before {
content: "\e93a"; }
.icon-info-circle-shape:before {
content: "\e93b"; }
.icon-left-shape:before {
content: "\e93c"; }
.icon-lock-shape:before {
content: "\e93d"; }
.icon-minus-circle-shape:before {
content: "\e93e"; }
.icon-minus-square-shape:before {
content: "\e93f"; }
.icon-mobile-shape:before {
content: "\e940"; }
.icon-next-shape:before {
content: "\e941"; }
.icon-order-shape:before {
content: "\e942"; }
.icon-password-shape:before {
content: "\e943"; }
.icon-pc-shape:before {
content: "\e944"; }
.icon-pie-chart-shape:before {
content: "\e945"; }
.icon-pipeline-shape:before {
content: "\e946"; }
.icon-play-circle-shape:before {
content: "\e947"; }
.icon-play-shape:before {
content: "\e948"; }
.icon-plus-circle-shape:before {
content: "\e949"; }
.icon-plus-square-shape:before {
content: "\e94a"; }
.icon-qq-shape:before {
content: "\e94b"; }
.icon-question-circle-shape:before {
content: "\e94c"; }
.icon-right-shape:before {
content: "\e94d"; }
.icon-save-shape:before {
content: "\e94e"; }
.icon-sina-shape:before {
content: "\e94f"; }
.icon-sitemap-shape:before {
content: "\e950"; }
.icon-smile-shape:before {
content: "\e951"; }
.icon-star-shape:before {
content: "\e952"; }
.icon-stop-shape:before {
content: "\e953"; }
.icon-tree-application-shape:before {
content: "\e954"; }
.icon-tree-group-shape:before {
content: "\e955"; }
.icon-tree-module-shape:before {
content: "\e956"; }
.icon-tree-process-shape:before {
content: "\e957"; }
.icon-unlock-shape:before {
content: "\e958"; }
.icon-up-shape:before {
content: "\e959"; }
.icon-user-shape:before {
content: "\e95a"; }
.icon-weixin-shape:before {
content: "\e95b"; }
.icon-more:before {
content: "\e95c"; }
.icon-circle-2-1:before {
content: "\e95d"; }
.icon-circle-4-1:before {
content: "\e95e"; }
.icon-angle-double-down:before {
content: "\e95f"; }
.icon-angle-double-left:before {
content: "\e960"; }
.icon-angle-double-right:before {
content: "\e961"; }
.icon-angle-double-up:before {
content: "\e962"; }
.icon-angle-down:before {
content: "\e963"; }
.icon-angle-left:before {
content: "\e964"; }
.icon-angle-right:before {
content: "\e965"; }
.icon-angle-up:before {
content: "\e966"; }
.icon-apps:before {
content: "\e967"; }
.icon-area-chart:before {
content: "\e968"; }
.icon-arrows-down:before {
content: "\e969"; }
.icon-arrows-down-circle:before {
content: "\e96a"; }
.icon-arrows-left:before {
content: "\e96b"; }
.icon-arrows-left-circle:before {
content: "\e96c"; }
.icon-arrows-right:before {
content: "\e96d"; }
.icon-arrows-right-circle:before {
content: "\e96e"; }
.icon-arrows-up:before {
content: "\e96f"; }
.icon-arrows-up-circle:before {
content: "\e970"; }
.icon-back:before {
content: "\e971"; }
.icon-back2:before {
content: "\e972"; }
.icon-bar-chart:before {
content: "\e973"; }
.icon-bk:before {
content: "\e974"; }
.icon-calendar:before {
content: "\e975"; }
.icon-chain:before {
content: "\e976"; }
.icon-check-1:before {
content: "\e977"; }
.icon-check-circle:before {
content: "\e978"; }
.icon-circle:before {
content: "\e979"; }
.icon-clipboard:before {
content: "\e97a"; }
.icon-clock:before {
content: "\e97b"; }
.icon-close-circle:before {
content: "\e97d"; }
.icon-delete:before {
content: "\e97e"; }
.icon-code:before {
content: "\e97f"; }
.icon-cog:before {
content: "\e980"; }
.icon-cry:before {
content: "\e981"; }
.icon-dashboard:before {
content: "\e982"; }
.icon-dashboard-2:before {
content: "\e983"; }
.icon-data:before {
content: "\e984"; }
.icon-data2:before {
content: "\e985"; }
.icon-dedent:before {
content: "\e986"; }
.icon-dialogue:before {
content: "\e987"; }
.icon-dialogue-empty:before {
content: "\e988"; }
.icon-dispirited:before {
content: "\e989"; }
.icon-download:before {
content: "\e98a"; }
.icon-edit2:before {
content: "\e98c"; }
.icon-ellipsis:before {
content: "\e98d"; }
.icon-email:before {
content: "\e98e"; }
.icon-empty:before {
content: "\e98f"; }
.icon-end:before {
content: "\e990"; }
.icon-exclamation:before {
content: "\e991"; }
.icon-exclamation-circle:before {
content: "\e992"; }
.icon-exclamation-triangle:before {
content: "\e993"; }
.icon-eye:before {
content: "\e994"; }
.icon-eye-slash:before {
content: "\e995"; }
.icon-file:before {
content: "\e996"; }
.icon-file-plus:before {
content: "\e997"; }
.icon-folder:before {
content: "\e998"; }
.icon-folder-open:before {
content: "\e999"; }
.icon-folder-plus:before {
content: "\e99a"; }
.icon-full-screen:before {
content: "\e99b"; }
.icon-heart:before {
content: "\e99c"; }
.icon-hide:before {
content: "\e99d"; }
.icon-home:before {
content: "\e99e"; }
.icon-id:before {
content: "\e99f"; }
.icon-image:before {
content: "\e9a0"; }
.icon-indent:before {
content: "\e9a1"; }
.icon-info:before {
content: "\e9a2"; }
.icon-info-circle:before {
content: "\e9a3"; }
.icon-key:before {
content: "\e9a4"; }
.icon-line-chart:before {
content: "\e9a5"; }
.icon-list:before {
content: "\e9a6"; }
.icon-lock:before {
content: "\e9a7"; }
.icon-minus:before {
content: "\e9a8"; }
.icon-minus-circle:before {
content: "\e9a9"; }
.icon-minus-square:before {
content: "\e9aa"; }
.icon-mobile:before {
content: "\e9ab"; }
.icon-move:before {
content: "\e9ac"; }
.icon-next:before {
content: "\e9ad"; }
.icon-order:before {
content: "\e9ae"; }
.icon-password:before {
content: <PASSWORD>"; }
.icon-pause:before {
content: "\e9b0"; }
.icon-pc:before {
content: "\e9b1"; }
.icon-pie-chart:before {
content: "\e9b2"; }
.icon-pipeline:before {
content: "\e9b3"; }
.icon-play:before {
content: "\e9b4"; }
.icon-play2:before {
content: "\e9b5"; }
.icon-play3:before {
content: "\e9b6"; }
.icon-plus-circle:before {
content: "\e9b8"; }
.icon-plus-square:before {
content: "\e9b9"; }
.icon-qq:before {
content: "\e9ba"; }
.icon-question:before {
content: "\e9bb"; }
.icon-question-circle:before {
content: "\e9bc"; }
.icon-refresh:before {
content: "\e9bd"; }
.icon-save:before {
content: "\e9be"; }
.icon-search:before {
content: "\e9bf"; }
.icon-sina:before {
content: "\e9c0"; }
.icon-sitemap:before {
content: "\e9c1"; }
.icon-smile:before {
content: "\e9c2"; }
.icon-sort:before {
content: "\e9c3"; }
.icon-star:before {
content: "\e9c4"; }
.icon-stop:before {
content: "\e9c5"; }
.icon-tree-application:before {
content: "\e9c6"; }
.icon-tree-Group:before {
content: "\e9c7"; }
.icon-tree-module:before {
content: "\e9c8"; }
.icon-tree-process:before {
content: "\e9c9"; }
.icon-un-full-screen:before {
content: "\e9ca"; }
.icon-unlock:before {
content: "\e9cb"; }
.icon-upload:before {
content: "\e9cc"; }
.icon-user:before {
content: "\e9cd"; }
.icon-weixin:before {
content: "\e9ce"; }
/*===================================================*\
* 字体大小
\*===================================================*/
.f10 {
font-size: 10px !important; }
.f11 {
font-size: 11px !important; }
.f12 {
font-size: 12px !important; }
.f13 {
font-size: 13px !important; }
.f14 {
font-size: 14px !important; }
.f15 {
font-size: 15px !important; }
.f16 {
font-size: 16px !important; }
.f17 {
font-size: 17px !important; }
.f18 {
font-size: 18px !important; }
.f19 {
font-size: 19px !important; }
.f20 {
font-size: 20px !important; }
.f21 {
font-size: 21px !important; }
.f22 {
font-size: 22px !important; }
.f23 {
font-size: 23px !important; }
.f24 {
font-size: 24px !important; }
.f25 {
font-size: 25px !important; }
.f26 {
font-size: 26px !important; }
.f27 {
font-size: 27px !important; }
.f28 {
font-size: 28px !important; }
.f29 {
font-size: 29px !important; }
.f30 {
font-size: 30px !important; }
.f31 {
font-size: 31px !important; }
.f32 {
font-size: 32px !important; }
.f33 {
font-size: 33px !important; }
.f34 {
font-size: 34px !important; }
.f35 {
font-size: 35px !important; }
.f36 {
font-size: 36px !important; }
.f37 {
font-size: 37px !important; }
.f38 {
font-size: 38px !important; }
.f39 {
font-size: 39px !important; }
.f40 {
font-size: 40px !important; }
/*===================================================*\
* margin 和 padding什
\*===================================================*/
.m0 {
margin: 0px !important; }
.m5 {
margin: 5px !important; }
.m10 {
margin: 10px !important; }
.m15 {
margin: 15px !important; }
.m20 {
margin: 20px !important; }
.m25 {
margin: 25px !important; }
.m30 {
margin: 30px !important; }
.m35 {
margin: 35px !important; }
.m40 {
margin: 40px !important; }
.m45 {
margin: 45px !important; }
.m50 {
margin: 50px !important; }
.mt0 {
margin-top: 0px !important; }
.mt5 {
margin-top: 5px !important; }
.mt10 {
margin-top: 10px !important; }
.mt15 {
margin-top: 15px !important; }
.mt20 {
margin-top: 20px !important; }
.mt25 {
margin-top: 25px !important; }
.mt30 {
margin-top: 30px !important; }
.mt35 {
margin-top: 35px !important; }
.mt40 {
margin-top: 40px !important; }
.mt45 {
margin-top: 45px !important; }
.mt50 {
margin-top: 50px !important; }
.mb0 {
margin-bottom: 0px !important; }
.mb5 {
margin-bottom: 5px !important; }
.mb10 {
margin-bottom: 10px !important; }
.mb15 {
margin-bottom: 15px !important; }
.mb20 {
margin-bottom: 20px !important; }
.mb25 {
margin-bottom: 25px !important; }
.mb30 {
margin-bottom: 30px !important; }
.mb35 {
margin-bottom: 35px !important; }
.mb40 {
margin-bottom: 40px !important; }
.mb45 {
margin-bottom: 45px !important; }
.mb50 {
margin-bottom: 50px !important; }
.ml0 {
margin-left: 0px !important; }
.ml5 {
margin-left: 5px !important; }
.ml10 {
margin-left: 10px !important; }
.ml15 {
margin-left: 15px !important; }
.ml20 {
margin-left: 20px !important; }
.ml25 {
margin-left: 25px !important; }
.ml30 {
margin-left: 30px !important; }
.ml35 {
margin-left: 35px !important; }
.ml40 {
margin-left: 40px !important; }
.ml45 {
margin-left: 45px !important; }
.ml50 {
margin-left: 50px !important; }
.mr0 {
margin-right: 0px !important; }
.mr5 {
margin-right: 5px !important; }
.mr10 {
margin-right: 10px !important; }
.mr15 {
margin-right: 15px !important; }
.mr20 {
margin-right: 20px !important; }
.mr25 {
margin-right: 25px !important; }
.mr30 {
margin-right: 30px !important; }
.mr35 {
margin-right: 35px !important; }
.mr40 {
margin-right: 40px !important; }
.mr45 {
margin-right: 45px !important; }
.mr50 {
margin-right: 50px !important; }
.p0 {
padding: 0px !important; }
.p5 {
padding: 5px !important; }
.p10 {
padding: 10px !important; }
.p15 {
padding: 15px !important; }
.p20 {
padding: 20px !important; }
.p25 {
padding: 25px !important; }
.p30 {
padding: 30px !important; }
.p35 {
padding: 35px !important; }
.p40 {
padding: 40px !important; }
.p45 {
padding: 45px !important; }
.p50 {
padding: 50px !important; }
.pt0 {
padding-top: 0px !important; }
.pt5 {
padding-top: 5px !important; }
.pt10 {
padding-top: 10px !important; }
.pt15 {
padding-top: 15px !important; }
.pt20 {
padding-top: 20px !important; }
.pt25 {
padding-top: 25px !important; }
.pt30 {
padding-top: 30px !important; }
.pt35 {
padding-top: 35px !important; }
.pt40 {
padding-top: 40px !important; }
.pt45 {
padding-top: 45px !important; }
.pt50 {
padding-top: 50px !important; }
.pb0 {
padding-bottom: 0px !important; }
.pb5 {
padding-bottom: 5px !important; }
.pb10 {
padding-bottom: 10px !important; }
.pb15 {
padding-bottom: 15px !important; }
.pb20 {
padding-bottom: 20px !important; }
.pb25 {
padding-bottom: 25px !important; }
.pb30 {
padding-bottom: 30px !important; }
.pb35 {
padding-bottom: 35px !important; }
.pb40 {
padding-bottom: 40px !important; }
.pb45 {
padding-bottom: 45px !important; }
.pb50 {
padding-bottom: 50px !important; }
.pl0 {
padding-left: 0px !important; }
.pl5 {
padding-left: 5px !important; }
.pl10 {
padding-left: 10px !important; }
.pl15 {
padding-left: 15px !important; }
.pl20 {
padding-left: 20px !important; }
.pl25 {
padding-left: 25px !important; }
.pl30 {
padding-left: 30px !important; }
.pl35 {
padding-left: 35px !important; }
.pl40 {
padding-left: 40px !important; }
.pl45 {
padding-left: 45px !important; }
.pl50 {
padding-left: 50px !important; }
.pr0 {
padding-right: 0px !important; }
.pr5 {
padding-right: 5px !important; }
.pr10 {
padding-right: 10px !important; }
.pr15 {
padding-right: 15px !important; }
.pr20 {
padding-right: 20px !important; }
.pr25 {
padding-right: 25px !important; }
.pr30 {
padding-right: 30px !important; }
.pr35 {
padding-right: 35px !important; }
.pr40 {
padding-right: 40px !important; }
.pr45 {
padding-right: 45px !important; }
.pr50 {
padding-right: 50px !important; }
/*===================================================*\
* 基础背景色
\*===================================================*/
.bk-bg-default {
background-color: #fafafa; }
.bk-bg-info {
background-color: #88c3ff; }
.bk-bg-primary {
background-color: #3c96ff; }
.bk-bg-warning {
background-color: #ffb400; }
.bk-bg-danger {
background-color: #ff5656; }
.bk-bg-success {
background-color: #30d878; }
/*===================================================*\
* 基础字体色
\*===================================================*/
.bk-text-default {
color: #888; }
.bk-text-info {
color: #88c3ff; }
.bk-text-primary {
color: #3c96ff; }
.bk-text-warning {
color: #ffb400; }
.bk-text-danger {
color: #ff5656; }
.bk-text-success {
color: #30d878; }
.bk-text-main {
color: #737987; }
.bk-text-minor {
color: #c3cdd7; }
/*===================================================*\
* 基础字体
\*===================================================*/
.bk-text-yahei {
font-family: "Microsoft Yahei"; }
.fb {
font-weight: bold !important; }
.fn {
font-weight: normal !important; }
.lh150 {
line-height: 150% !important; }
.lh180 {
line-height: 180% !important; }
.lh200 {
line-height: 200% !important; }
.unl {
text-decoration: underline !important; }
.no_unl {
text-decoration: none !important; }
.tl {
text-align: left !important; }
.tc {
text-align: center !important; }
.tr {
text-align: right !important; }
.bc {
margin-left: auto !important;
margin-right: auto !important; }
.fl {
float: left !important; }
.fr {
float: right !important; }
.cb {
clear: both !important; }
.cl {
clear: left !important; }
.cr {
clear: right !important; }
.clearfix:after {
content: '.';
display: block;
height: 0;
clear: both;
visibility: hidden; }
.clearfix {
display: inline-block; }
.clearfix {
display: block;
zoom: 1; }
.vm {
vertical-align: middle !important; }
.pr {
position: relative !important; }
.pa {
position: absolute !important; }
.abs-right {
position: absolute !important; }
.zoom {
zoom: 1; }
.hidden {
visibility: hidden !important; }
.none {
display: none !important; }
.h50 {
height: 50px !important; }
.h80 {
height: 80px !important; }
.h100 {
height: 100px !important; }
.h200 {
height: 200px !important; }
.h {
height: 100% !important; }
.bk-has-submenu {
position: relative; }
.bk-has-submenu:hover .bk-submenu {
display: block; }
.bk-has-submenu .bk-submenu {
display: none;
position: absolute;
width: 100%;
left: 0;
right: 0;
padding: 0; }
.bk-has-submenu .bk-submenu > li {
display: block; }
/*===================================================*\
* bk-form
\*===================================================*/
.bk-form.bk-inline-form {
display: inline-block; }
.bk-form.bk-inline-form .bk-form-item {
display: inline-block;
margin-bottom: 0;
margin-left: 10px; }
.bk-form.bk-inline-form .bk-form-item:first-child {
margin-left: 0; }
.bk-form.bk-inline-form .bk-form-item + .bk-form-item {
margin-top: 0; }
.bk-form.bk-inline-form .bk-form-inline-item {
display: inline-block;
vertical-align: top; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label {
position: relative; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: absolute;
margin: 3px -7px 0 2px;
display: inline-block;
vertical-align: middle;
right: 18px; }
.bk-form.bk-inline-form .bk-label {
width: auto;
display: inline-block;
padding: 10px 15px 10px 0; }
.bk-form.bk-inline-form.is-required > .bk-label:after {
right: 5px; }
.bk-form.bk-inline-form .bk-form-content {
display: inline-block;
margin-left: 0; }
.bk-form.bk-form-vertical .bk-label {
width: auto;
text-align: left; }
.bk-form.bk-form-vertical .bk-form-content {
clear: both;
margin-left: 0 !important; }
.bk-form.bk-form-vertical .bk-form-item + .bk-form-item {
margin-top: 8px; }
.bk-form.bk-form-vertical .bk-form-item.bk-form-action {
margin-top: 20px; }
.bk-form.bk-form-vertical .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form.bk-form-vertical .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form.bk-form-vertical .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form .bk-label {
width: 150px;
text-align: right;
vertical-align: middle;
float: left;
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 28px 10px 0; }
.bk-form .bk-form-content {
width: auto;
margin-left: 150px;
position: relative; }
.bk-form .bk-form-content > .bk-tip-text {
font-size: 14px;
color: #737987;
margin: 10px 0 0 0; }
.bk-form .bk-form-content > .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form .bk-form-content > .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form .bk-form-content > .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form ::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form ::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form ::placeholder {
color: #c3cdd7; }
.bk-form::after,
.bk-form .bk-form-item::before {
display: table;
content: "";
clear: both;
visibility: hidden;
font-size: 0; }
.bk-form input:-webkit-autofill, .bk-form textarea:-webkit-autofill, .bk-form select:-webkit-autofill {
background: #fff !important; }
.bk-form-item {
position: relative; }
.bk-form-item label {
margin-bottom: 0; }
.bk-form-item + .bk-form-item {
margin-top: 20px; }
.bk-form-item.is-required .bk-label {
position: relative; }
.bk-form-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: relative;
margin: 2px -7px 0 2px;
display: inline-block;
vertical-align: middle; }
.bk-form-item.is-readonly input[type="text"],
.bk-form-item.is-readonly input[type="password"],
.bk-form-item.is-readonly textarea,
.bk-form-item.is-readonly select {
background-color: #fafafa; }
.bk-form-item.is-disabled input[type="text"],
.bk-form-item.is-disabled input[type="password"],
.bk-form-item.is-disabled textarea,
.bk-form-item.is-disabled select {
background-color: #fafafa; }
.bk-form-item.is-danger input[type="text"],
.bk-form-item.is-danger input[type="password"],
.bk-form-item.is-danger textarea,
.bk-form-item.is-danger select, .bk-form-item.is-error input[type="text"],
.bk-form-item.is-error input[type="password"],
.bk-form-item.is-error textarea,
.bk-form-item.is-error select {
border-color: #ff5656; }
.bk-form-item.is-warning input[type="text"],
.bk-form-item.is-warning input[type="password"],
.bk-form-item.is-warning textarea,
.bk-form-item.is-warning select {
border-color: #ffb400; }
.bk-form-item.is-success input[type="text"],
.bk-form-item.is-success input[type="password"],
.bk-form-item.is-success textarea,
.bk-form-item.is-success select {
border-color: #30d878; }
.bk-form-item input.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-success + .bk-form-tip .bk-tip-text {
color: #30d878; }
.bk-form-item input.bk-error,
.bk-form-item select.bk-error,
.bk-form-item textarea.bk-error,
.bk-form-item input.is-danger,
.bk-form-item select.is-danger,
.bk-form-item textarea.is-danger {
border-color: #ff5656;
background-color: #fff4f4;
color: #ff5656; }
.bk-form-item input.bk-error::-webkit-input-placeholder,
.bk-form-item select.bk-error::-webkit-input-placeholder,
.bk-form-item textarea.bk-error::-webkit-input-placeholder,
.bk-form-item input.is-danger::-webkit-input-placeholder,
.bk-form-item select.is-danger::-webkit-input-placeholder,
.bk-form-item textarea.is-danger::-webkit-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::-ms-input-placeholder,
.bk-form-item select.bk-error::-ms-input-placeholder,
.bk-form-item textarea.bk-error::-ms-input-placeholder,
.bk-form-item input.is-danger::-ms-input-placeholder,
.bk-form-item select.is-danger::-ms-input-placeholder,
.bk-form-item textarea.is-danger::-ms-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::placeholder,
.bk-form-item select.bk-error::placeholder,
.bk-form-item textarea.bk-error::placeholder,
.bk-form-item input.is-danger::placeholder,
.bk-form-item select.is-danger::placeholder,
.bk-form-item textarea.is-danger::placeholder {
color: #ff5656; }
.bk-form-item input.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-danger + .bk-form-tip .bk-tip-text {
color: #ff5656; }
.bk-form-input,
.bk-form-password,
.bk-form-select,
.bk-form-textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 36px;
line-height: 1;
color: #666;
background-color: #fff;
border-radius: 2px;
width: 100%;
box-sizing: border-box;
border: 1px solid #c3cdd7;
padding: 0 10px;
font-size: 14px;
text-align: left;
vertical-align: middle;
outline: none;
resize: none;
-webkit-transition: border linear .2s;
transition: border linear .2s; }
.bk-form-input:focus,
.bk-form-password:focus,
.bk-form-select:focus,
.bk-form-textarea:focus {
border-color: #3c96ff !important;
background-color: #fff !important;
color: #737987 !important; }
.bk-form-input:focus::-webkit-input-placeholder,
.bk-form-password:focus::-webkit-input-placeholder,
.bk-form-select:focus::-webkit-input-placeholder,
.bk-form-textarea:focus::-webkit-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::-ms-input-placeholder,
.bk-form-password:focus::-ms-input-placeholder,
.bk-form-select:focus::-ms-input-placeholder,
.bk-form-textarea:focus::-ms-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::placeholder,
.bk-form-password:focus::placeholder,
.bk-form-select:focus::placeholder,
.bk-form-textarea:focus::placeholder {
color: #c3cdd7 !important; }
.bk-form-input::-webkit-input-placeholder,
.bk-form-password::-webkit-input-placeholder,
.bk-form-select::-webkit-input-placeholder,
.bk-form-textarea::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form-input::-ms-input-placeholder,
.bk-form-password::-ms-input-placeholder,
.bk-form-select::-ms-input-placeholder,
.bk-form-textarea::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form-input::placeholder,
.bk-form-password::placeholder,
.bk-form-select::placeholder,
.bk-form-textarea::placeholder {
color: #c3cdd7; }
.bk-form-input[disabled], .bk-form-input[readonly],
.bk-form-password[disabled],
.bk-form-password[readonly],
.bk-form-select[disabled],
.bk-form-select[readonly],
.bk-form-textarea[disabled],
.bk-form-textarea[readonly] {
background-color: #fafafa; }
.bk-form-input[disabled],
.bk-form-password[disabled],
.bk-form-select[disabled],
.bk-form-textarea[disabled] {
color: #ccc; }
.bk-form-select {
line-height: 32px;
padding-left: 0\9\0;
padding-right: 0\9\0; }
.bk-form-textarea {
min-height: 70px;
padding: 10px; }
.bk-form-mini .bk-form-input,
.bk-form-mini .bk-form-password,
.bk-form-mini .bk-form-select,
.bk-form-mini .bk-form-textarea {
height: 24px;
font-size: 12px; }
.bk-form-small .bk-form-input,
.bk-form-small .bk-form-password,
.bk-form-small .bk-form-select,
.bk-form-small .bk-form-textarea {
height: 32px;
font-size: 12px; }
.bk-form-large .bk-form-input,
.bk-form-large .bk-form-password,
.bk-form-large .bk-form-select,
.bk-form-large .bk-form-textarea {
height: 42px;
font-size: 14px; }
.bk-form-larger .bk-form-input,
.bk-form-larger .bk-form-password,
.bk-form-larger .bk-form-select,
.bk-form-larger .bk-form-textarea {
height: 54px;
font-size: 18px; }
.bk-form-tip {
height: 36px;
line-height: 36px;
padding: 0 10px 0 35px;
position: relative;
position: absolute;
left: 100%;
top: 0; }
.bk-form-tip .bk-badge {
vertical-align: middle; }
.bk-form-tip .bk-tip-text {
float: left;
font-size: 14px;
color: #737987;
display: inline-block;
padding: 0;
margin: 0;
white-space: nowrap; }
.bk-form-radio {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-radio .bk-radio-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-radio input[type=radio] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background-color: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 0;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-radio input[type=radio]:checked {
background-position: -33px 0; }
.bk-form-radio input[type=radio]:checked[disabled] {
color: #ccc;
background-position: -99px 0; }
.bk-form-radio input[type=radio][disabled] {
background-position: -66px 0;
cursor: default; }
.bk-form-radio input[type=radio][disabled] + .bk-radio-text {
color: #ccc;
cursor: default; }
.bk-form-radio.bk-radio-small input[type=radio] {
width: 14px;
height: 14px;
background-position: 0 -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked {
background-position: -33px -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked[disabled] {
background-position: -99px -33px; }
.bk-form-radio.bk-radio-small input[type=radio][disabled] {
background-position: -66px -33px; }
.bk-form-checkbox {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-checkbox .bk-checkbox-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-checkbox input[type=checkbox] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 -62px;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-checkbox input[type=checkbox]:checked {
background-position: -33px -62px; }
.bk-form-checkbox input[type=checkbox]:checked[disabled] {
color: #ccc;
background-position: -99px -62px; }
.bk-form-checkbox input[type=checkbox][disabled] {
background-position: -66px -62px;
cursor: default; }
.bk-form-checkbox input[type=checkbox][disabled] + .bk-checkbox-text {
color: #ccc;
cursor: default; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox] {
width: 14px;
height: 14px;
background-position: 0 -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked {
background-position: -33px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked[disabled] {
background-position: -99px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox][disabled] {
background-position: -66px -95px; }
.bk-radio {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
cursor: pointer;
height: 34px;
padding: 8px 0;
position: relative; }
.bk-radio.bk-radio-small input[type='radio'] {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-control {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-text {
line-height: 14px; }
.bk-radio input[type='radio'] {
width: 18px;
height: 18px;
opacity: 0;
vertical-align: middle; }
.bk-radio .bk-radio-control {
width: 18px;
height: 18px;
border-radius: 50%;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-radio .bk-radio-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-radio input:checked ~ .bk-radio-control:after, .bk-radio input[checked="checked"] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/radio.png");
background-size: cover;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-radio input[disabled] ~ .bk-radio-control {
cursor: not-allowed; }
.bk-radio input[disabled] ~ .bk-radio-text {
color: #ccc;
cursor: not-allowed; }
.bk-radio input[disabled][checked] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: #ccc;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
height: 34px;
position: relative;
display: inline-block;
padding: 8px 0; }
.bk-checkbox.bk-checkbox-small input[type='checkbox'] {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-control {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-text {
line-height: 14px; }
.bk-checkbox input[type='checkbox'] {
width: 18px;
height: 18px;
opacity: 0; }
.bk-checkbox .bk-checkbox-control {
width: 18px;
height: 18px;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-checkbox .bk-checkbox-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-checkbox input:checked ~ .bk-checkbox-control:after, .bk-checkbox input[checked="checked"] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox input[disabled] ~ .bk-checkbox-control {
cursor: not-allowed; }
.bk-checkbox input[disabled] ~ .bk-checkbox-text {
color: #ccc;
cursor: not-allowed; }
.bk-checkbox input[disabled][checked] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox-disabled.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-badge {
position: relative;
display: inline-block;
min-width: 18px;
height: 18px;
line-height: 16px;
padding: 0 2px;
border: 1px solid #c3cdd7;
border-radius: 18px;
background-color: #fff;
font-size: 12px;
text-align: center; }
.bk-badge .bk-icon {
position: absolute;
left: 50%;
top: 50%;
margin-top: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.bk-badge.bk-danger {
background-color: #ff5656;
border-color: #ff5656;
color: #fff; }
.bk-badge.bk-warning {
background-color: #ffb400;
border-color: #ffb400;
color: #fff; }
.bk-badge.bk-success {
background-color: #30d878;
border-color: #30d878;
color: #fff; }
.bk-badge.bk-primary {
background-color: #3c96ff;
border-color: #3c96ff;
color: #fff; }
.bk-badge.bk-info {
background-color: #88c3ff;
border-color: #88c3ff;
color: #fff; }
.bk-badge-wrapper {
position: relative;
display: inline-block; }
.bk-badge-wrapper .bk-badge.pinned {
position: absolute; }
.bk-badge-wrapper .bk-badge.pinned.top-right {
top: 0;
right: 0;
-webkit-transform: translate(50%, -50%) scale(1, 1);
-ms-transform: translate(50%, -50%) scale(1, 1);
transform: translate(50%, -50%) scale(1, 1); }
.bk-badge-wrapper .bk-badge.pinned.top-right.fade-center-enter, .bk-badge-wrapper .bk-badge.pinned.top-right.fade-center-leave-active {
opacity: 0;
-webkit-transform: translate(50%, -50%) scale(0, 0);
-ms-transform: translate(50%, -50%) scale(0, 0);
transform: translate(50%, -50%) scale(0, 0); }
.bk-badge-wrapper .bk-badge.pinned.bottom-right {
bottom: 0;
right: 0;
-webkit-transform: translate(50%, 50%) scale(1, 1);
-ms-transform: translate(50%, 50%) scale(1, 1);
transform: translate(50%, 50%) scale(1, 1); }
.bk-badge-wrapper .bk-badge.pinned.bottom-right.fade-center-enter, .bk-badge-wrapper .bk-badge.pinned.bottom-right.fade-center-leave-active {
opacity: 0;
-webkit-transform: translate(50%, 50%) scale(0, 0);
-ms-transform: translate(50%, 50%) scale(0, 0);
transform: translate(50%, 50%) scale(0, 0); }
.bk-badge-wrapper .bk-badge.pinned.top-left {
top: 0;
left: 0;
-webkit-transform: translate(-50%, -50%) scale(1, 1);
-ms-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1); }
.bk-badge-wrapper .bk-badge.pinned.top-left.fade-center-enter, .bk-badge-wrapper .bk-badge.pinned.top-left.fade-center-leave-active {
opacity: 0;
-webkit-transform: translate(-50%, -50%) scale(0, 0);
-ms-transform: translate(-50%, -50%) scale(0, 0);
transform: translate(-50%, -50%) scale(0, 0); }
.bk-badge-wrapper .bk-badge.pinned.bottom-left {
bottom: 0;
left: 0;
-webkit-transform: translate(-50%, 50%) scale(1, 1);
-ms-transform: translate(-50%, 50%) scale(1, 1);
transform: translate(-50%, 50%) scale(1, 1); }
.bk-badge-wrapper .bk-badge.pinned.bottom-left.fade-center-enter, .bk-badge-wrapper .bk-badge.pinned.bottom-left.fade-center-leave-active {
opacity: 0;
-webkit-transform: translate(-50%, 50%) scale(0, 0);
-ms-transform: translate(-50%, 50%) scale(0, 0);
transform: translate(-50%, 50%) scale(0, 0); }
.bk-badge-wrapper .bk-badge.dot {
width: 8px;
height: 8px;
min-width: 8px; }
.bk-badge-wrapper .bk-badge .bk-icon {
display: block;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
line-height: 18px; }
.bk-button {
height: 36px;
line-height: 34px;
display: inline-block;
white-space: nowrap;
outline: none;
cursor: pointer;
white-space: nowrap;
-webkit-appearance: none;
padding: 0 19px;
text-align: center;
vertical-align: middle;
font-size: 14px;
background: #ffffff;
border: 1px solid #c3cdd7;
border-radius: 2px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #737987;
text-decoration: none;
-webkit-transition: background-color ease 0.3s;
transition: background-color ease 0.3s; }
.bk-button:hover, .bk-button.hover {
background-color: #fafafa;
color: #737987;
text-decoration: none; }
.bk-button:active, .bk-button.active {
background-color: #eee;
color: #737987;
text-decoration: none; }
.bk-button.bk-iconed {
min-width: 36px;
width: 36px;
padding: 0; }
.bk-button.is-disabled, .bk-button[disabled] {
background-color: #fafafa !important;
border-color: #e6e6e6 !important;
color: #cccccc !important;
cursor: not-allowed !important; }
.bk-button.is-loading {
color: #fff;
background-color: #fff !important;
position: relative;
cursor: default; }
.bk-button.is-loading span {
opacity: 0; }
.bk-button.is-loading .bk-icon {
opacity: 0;
display: none; }
.bk-button.is-loading::before {
content: "";
display: block;
width: 28px;
height: 4px;
position: absolute;
left: 50%;
top: 50%;
background-image: url("images/loading-point1.png");
background-position: 0 0;
background-repeat: no-repeat;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
animation: bk-button-loading1 1s infinite linear;
-ms-animation: bk-button-loading1 1s infinite linear;
-moz-animation: bk-button-loading1 1s infinite linear;
-webkit-animation: bk-button-loading1 1s infinite linear; }
.bk-button.is-selected {
background-color: #3c96ff !important;
border-color: #3c96ff !important;
color: #fff !important;
position: relative;
z-index: 1;
cursor: default; }
.bk-button.is-outline {
color: #737987;
border-color: #c3cdd7;
background-color: #fff; }
.bk-button.is-outline:hover, .bk-button.is-outline.hover {
background-color: #fff;
border-color: #3c96ff;
color: #3c96ff; }
.bk-button.is-outline:active, .bk-button.is-outline.active {
background-color: #fff;
border-color: #0978e2;
color: #0978e2; }
.bk-button.is-icon {
min-width: 36px;
padding: 0 9px; }
.bk-button.is-icon.bk-button-mini {
min-width: 24px;
padding: 0 3px; }
.bk-button.is-icon.bk-button-small {
min-width: 32px;
padding: 0 7px; }
.bk-button.is-icon.bk-button-large {
min-width: 42px;
padding: 0 7px; }
.bk-button.is-icon.bk-button-larger {
min-width: 54px;
padding: 0 7px; }
.bk-button.bk-button-mini {
height: 24px;
line-height: 22px;
padding: 0 11px;
font-size: 12px; }
.bk-button.bk-button-mini.bk-iconed {
min-width: 24px;
width: 24px;
padding: 0; }
.bk-button.bk-button-small {
height: 32px;
line-height: 30px;
padding: 0 14px; }
.bk-button.bk-button-small.bk-iconed {
min-width: 32px;
width: 32px;
padding: 0; }
.bk-button.bk-button-large {
height: 42px;
line-height: 40px;
padding: 0 19px; }
.bk-button.bk-button-large.bk-iconed {
min-width: 42px;
width: 42px;
padding: 0; }
.bk-button.bk-button-larger {
height: 54px;
line-height: 52px;
padding: 0 20px;
min-width: 150px;
font-size: 18px; }
.bk-button.bk-button-larger.bk-iconed {
min-width: 54px;
width: 54px;
padding: 0; }
.bk-button.bk-default.is-loading {
position: relative; }
.bk-button.bk-default.is-loading::before {
content: "";
display: block;
width: 28px;
height: 4px;
position: absolute;
left: 50%;
top: 50%;
background-image: url("images/loading-point7.png");
background-position: 0 0;
background-repeat: no-repeat;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
animation: bk-button-loading2 1s infinite linear;
-ms-animation: bk-button-loading2 1s infinite linear;
-moz-animation: bk-button-loading2 1s infinite linear;
-webkit-animation: bk-button-loading2 1s infinite linear; }
.bk-button.bk-info {
background: #88c3ff;
border-color: #88c3ff;
color: #fff; }
.bk-button.bk-info:hover, .bk-button.bk-info.hover {
background-color: #7ab9fa;
border-color: #7ab9fa;
opacity: 1; }
.bk-button.bk-info:active, .bk-button.bk-info.active {
background-color: #6eb5fe;
border-color: #6eb5fe; }
.bk-button.bk-info.is-loading {
color: #88c3ff;
background-color: #88c3ff !important;
border-color: #88c3ff !important; }
.bk-button.bk-info.is-selected {
background-color: #6eb5fe !important;
border-color: #6eb5fe !important;
color: #fff !important;
position: relative;
z-index: 1;
cursor: default; }
.bk-button.bk-info.is-outline {
color: #88c3ff;
border-color: #88c3ff;
background-color: #fff; }
.bk-button.bk-info.is-outline:hover, .bk-button.bk-info.is-outline.hover {
background-color: #7ab9fa;
border-color: #7ab9fa;
color: #fff; }
.bk-button.bk-info.is-outline.active, .bk-button.bk-info.is-outline:active {
background-color: #6eb5fe;
border-color: #6eb5fe;
color: #fff; }
.bk-button.bk-primary {
background: #3c96ff;
border-color: #3c96ff;
color: #fff; }
.bk-button.bk-primary:hover, .bk-button.bk-primary.hover {
background-color: #0082ff;
border-color: #0082ff;
opacity: 1; }
.bk-button.bk-primary:active, .bk-button.bk-primary.active {
background-color: #0978e2;
border-color: #0978e2; }
.bk-button.bk-primary.is-loading {
color: #3c96ff;
background-color: #3c96ff !important;
border-color: #3c96ff !important; }
.bk-button.bk-primary.is-selected {
background-color: #0978e2 !important;
border-color: #0978e2 !important;
color: #fff !important;
position: relative;
z-index: 1;
cursor: default; }
.bk-button.bk-primary.is-outline {
color: #3c96ff;
border-color: #3c96ff;
background-color: #fff; }
.bk-button.bk-primary.is-outline:hover, .bk-button.bk-primary.is-outline.hover {
background-color: #0082ff;
border-color: #0082ff;
color: #fff; }
.bk-button.bk-primary.is-outline.active, .bk-button.bk-primary.is-outline:active {
background-color: #0978e2;
border-color: #0978e2;
color: #fff; }
.bk-button.bk-success {
background: #30d878;
border-color: #30d878;
color: #fff; }
.bk-button.bk-success:hover, .bk-button.bk-success.hover {
background-color: #00c873;
border-color: #00c873;
opacity: 1; }
.bk-button.bk-success:active, .bk-button.bk-success.active {
background-color: #00ae64;
border-color: #00ae64; }
.bk-button.bk-success.is-loading {
color: #30d878;
background-color: #30d878 !important;
border-color: #30d878 !important; }
.bk-button.bk-success.is-selected {
background-color: #00ae64 !important;
border-color: #00ae64 !important;
color: #fff !important;
position: relative;
z-index: 1;
cursor: default; }
.bk-button.bk-success.is-outline {
color: #30d878;
border-color: #30d878;
background-color: #fff; }
.bk-button.bk-success.is-outline:hover, .bk-button.bk-success.is-outline.hover {
background-color: #00c873;
border-color: #00c873;
color: #fff; }
.bk-button.bk-success.is-outline.active, .bk-button.bk-success.is-outline:active {
background-color: #00ae64;
border-color: #00ae64;
color: #fff; }
.bk-button.bk-warning {
background: #ffb400;
border-color: #ffb400;
color: #fff; }
.bk-button.bk-warning:hover, .bk-button.bk-warning.hover {
background-color: #ff9600;
border-color: #ff9600;
opacity: 1; }
.bk-button.bk-warning:active, .bk-button.bk-warning.active {
background-color: #e38601;
border-color: #e38601; }
.bk-button.bk-warning.is-loading {
color: #ffb400;
background-color: #ffb400 !important;
border-color: #ffb400 !important; }
.bk-button.bk-warning.is-selected {
background-color: #e38601 !important;
border-color: #e38601 !important;
color: #fff !important;
position: relative;
z-index: 1;
cursor: default; }
.bk-button.bk-warning.is-outline {
color: #ffb400;
border-color: #ffb400;
background-color: #fff; }
.bk-button.bk-warning.is-outline:hover, .bk-button.bk-warning.is-outline.hover {
background-color: #ff9600;
border-color: #ff9600;
color: #fff; }
.bk-button.bk-warning.is-outline.active, .bk-button.bk-warning.is-outline:active {
background-color: #e38601;
border-color: #e38601;
color: #fff; }
.bk-button.bk-danger {
background: #ff5656;
border-color: #ff5656;
color: #fff; }
.bk-button.bk-danger:hover, .bk-button.bk-danger.hover {
background-color: #f72239;
border-color: #f72239;
opacity: 1; }
.bk-button.bk-danger:active, .bk-button.bk-danger.active {
background-color: #cb2537;
border-color: #cb2537; }
.bk-button.bk-danger.is-loading {
color: #ff5656;
background-color: #ff5656 !important;
border-color: #ff5656 !important; }
.bk-button.bk-danger.is-selected {
background-color: #cb2537 !important;
border-color: #cb2537 !important;
color: #fff !important;
position: relative;
z-index: 1;
cursor: default; }
.bk-button.bk-danger.is-outline {
color: #ff5656;
border-color: #ff5656;
background-color: #fff; }
.bk-button.bk-danger.is-outline:hover, .bk-button.bk-danger.is-outline.hover {
background-color: #f72239;
border-color: #f72239;
color: #fff; }
.bk-button.bk-danger.is-outline.active, .bk-button.bk-danger.is-outline:active {
background-color: #cb2537;
border-color: #cb2537;
color: #fff; }
.bk-button .bk-icon {
width: 16px;
height: 16px;
line-height: 16px;
min-width: 16px;
display: inline-block;
position: relative;
top: 1px; }
.bk-button .bk-icon + span {
margin-left: 7px; }
.bk-button span + .bk-icon {
margin-left: 7px; }
.bk-button-group {
font-size: 0;
margin-left: 1px;
display: inline-block; }
.bk-button-group .bk-button {
margin: 0 0 0 -1px;
border-radius: 0; }
.bk-button-group .bk-button.hover, .bk-button-group .bk-button:hover {
position: relative;
z-index: 1; }
.bk-button-group .bk-button:first-child {
border-radius: 2px 0 0 2px; }
.bk-button-group .bk-button:last-child {
border-radius: 0 2px 2px 0; }
.bk-text-button {
border: none;
background: none;
color: #3c96ff;
cursor: pointer;
text-decoration: none; }
.bk-text-button .bk-icon {
width: 16px;
min-width: 16px;
margin-right: 5px;
display: inline-block; }
.bk-text-button + .bk-text-button {
margin-left: 15px; }
.bk-text-button:hover {
color: #0082ff;
text-decoration: none; }
.bk-text-button.is-disabled {
color: #e6e6e6 !important;
cursor: not-allowed; }
.bk-text-button.bk-default {
color: #737987; }
.bk-text-button.bk-default:hover {
color: #5c606b; }
.bk-text-button.bk-info {
color: #88c3ff; }
.bk-text-button.bk-info:hover {
color: #7ab9fa; }
.bk-text-button.bk-primary {
color: #3c96ff; }
.bk-text-button.bk-primary:hover {
color: #0082ff; }
.bk-text-button.bk-success {
color: #30d878; }
.bk-text-button.bk-success:hover {
color: #00c873; }
.bk-text-button.bk-warning {
color: #ffb400; }
.bk-text-button.bk-warning:hover {
color: #ff9600; }
.bk-text-button.bk-danger {
color: #ff5656; }
.bk-text-button.bk-danger:hover {
color: #f72239; }
.bk-text-button .bk-icon {
width: 16px;
min-width: 16px; }
.bk-radio-group {
display: inline-block;
margin-left: 1px; }
.bk-radio-group .bk-radio-button {
float: left;
margin-left: -1px;
min-width: 100px;
height: 36px;
line-height: 34px;
white-space: nowrap;
outline: none;
cursor: pointer;
padding: 0 15px;
text-align: center;
vertical-align: middle;
font-size: 14px;
background: #ffffff;
border: 1px solid #d6d6d6;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #737987;
position: relative; }
.bk-radio-group .bk-radio-button:nth-of-type(1) {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.bk-radio-group .bk-radio-button:nth-last-of-type(1) {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px; }
.bk-radio-group .bk-radio-button:hover {
background-color: #fafafa;
color: #737987;
text-decoration: none;
opacity: 1; }
.bk-radio-group .bk-radio-button.is-checked {
color: #fff;
background: #3c96ff;
border-color: #3c96ff;
z-index: 10; }
.bk-radio-group .bk-radio-button.is-disabled, .bk-radio-group .bk-radio-button[disabled] {
background-color: #ffffff !important;
border-color: #e5e5e5 !important;
color: #e6e6e6 !important;
cursor: not-allowed; }
.bk-radio-group.bk-radio-mini .bk-radio-button {
height: 24px;
line-height: 22px;
padding: 0 7px;
min-width: 50px;
font-size: 12px; }
.bk-radio-group.bk-radio-small .bk-radio-button {
height: 32px;
line-height: 30px;
padding: 0 10px;
min-width: 80px; }
.bk-radio-group.bk-radio-large .bk-radio-button {
height: 42px;
line-height: 40px;
padding: 0 16px;
min-width: 120px; }
@keyframes bk-button-loading1 {
0% {
background-image: url("images/loading-point1.png"); }
50% {
background-image: url("images/loading-point2.png"); }
100% {
background-image: url("images/loading-point3.png"); } }
@-webkit-keyframes bk-button-loading1 {
0% {
background-image: url("images/loading-point1.png"); }
50% {
background-image: url("images/loading-point2.png"); }
100% {
background-image: url("images/loading-point3.png"); } }
@keyframes bk-button-loading2 {
0% {
background-image: url("images/loading-point7.png"); }
50% {
background-image: url("images/loading-point8.png"); }
100% {
background-image: url("images/loading-point9.png"); } }
@-webkit-keyframes bk-button-loading2 {
0% {
background-image: url("images/loading-point7.png"); }
50% {
background-image: url("images/loading-point8.png"); }
100% {
background-image: url("images/loading-point9.png"); } }
.bk-date-picker {
width: 300px;
height: 36px;
border-radius: 2px;
position: relative;
cursor: pointer;
display: inline-block; }
.bk-date-picker input[name="date-select"] {
display: block;
width: 100%;
height: 36px;
border: 1px solid #c3cdd7;
line-height: 36px;
font-size: 14px;
outline: none;
padding: 0 36px 0 10px;
color: #999;
cursor: pointer; }
.bk-date-picker input[name="date-select"]:focus {
border: 1px solid #3c96ff; }
.bk-date-picker input[disabled] {
background: #fafafa;
color: #ccc;
cursor: not-allowed; }
.bk-date-picker input::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-date-picker.disabled:after {
cursor: not-allowed; }
.bk-date-picker:after {
content: '';
width: 36px;
height: 36px;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #c3cdd7;
background: url("images/date/bk-date-icon.png") no-repeat center center;
cursor: pointer; }
.bk-date-picker .date-dropdown-panel {
min-width: 300px;
position: absolute;
width: 100%;
border: 1px solid #dde4eb;
-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
border-radius: 2px;
background: #fff;
padding: 15px 16px 0 16px;
cursor: default;
z-index: 200; }
.bk-date-picker .date-dropdown-panel.has-sidebar {
min-width: 660px; }
.bk-date-picker .date-top-bar {
text-align: center;
line-height: 16px; }
.bk-date-picker .date-top-bar span {
display: inline-block;
vertical-align: middle; }
.bk-date-picker .date-top-bar .current-date {
font-size: 14px;
color: #737987;
font-weight: bold; }
.bk-date-picker .date-top-bar .year-switch-icon {
width: 16px;
height: 16px;
margin-top: 2px;
cursor: pointer; }
.bk-date-picker .date-top-bar .year-switch-icon:before {
content: '';
float: left;
width: 8px;
height: 16px;
background: url("images/date/switch-icon.png") no-repeat center center; }
.bk-date-picker .date-top-bar .year-switch-icon:after {
content: '';
float: left;
width: 8px;
height: 16px;
background: url("images/date/switch-icon.png") no-repeat center center; }
.bk-date-picker .date-top-bar .year-switch-icon:hover:before {
background: url("images/date/switch-icon-on.png") no-repeat center center; }
.bk-date-picker .date-top-bar .year-switch-icon:hover:after {
background: url("images/date/switch-icon-on.png") no-repeat center center; }
.bk-date-picker .date-top-bar .month-switch-icon {
width: 8px;
height: 16px;
background: url("images/date/switch-icon.png") no-repeat center center;
margin-top: 2px;
cursor: pointer; }
.bk-date-picker .date-top-bar .month-switch-icon:hover {
background: url("images/date/switch-icon-on.png") no-repeat center center; }
.bk-date-picker .date-top-bar .next-year, .bk-date-picker .date-top-bar .next-month {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-date-picker .date-top-bar .next-month, .bk-date-picker .date-top-bar .pre-year {
margin-right: 12px; }
.bk-date-picker .date-select-panel {
margin: 16px 0; }
.bk-date-picker .date-select-panel dl {
font-size: 0;
letter-spacing: -5px; }
.bk-date-picker .date-select-panel dl .date-item-view, .bk-date-picker .date-select-panel dl .date-table-item {
display: inline-block;
width: 38px;
height: 34px;
font-size: 12px;
color: #737987;
text-align: center;
line-height: 32px;
letter-spacing: 0; }
.bk-date-picker .date-select-panel dl .date-disable-item {
color: #c3cdd7;
cursor: not-allowed; }
.bk-date-picker .date-select-panel dl .date-table-item:hover, .bk-date-picker .date-select-panel dl .date-table-item.selected {
background: #3c96ff;
color: #FFF;
cursor: pointer; }
.bk-date-picker .date-select-panel dl .date-range-view {
background: #ebf4ff; }
.bk-date-picker .date-select-panel dl .today {
color: #3c96ff; }
.bk-date-picker .date-select-panel dl dd {
display: inline-block;
margin: 0; }
.bk-date-picker .time-set-panel {
height: 40px;
background: #fafbfd;
border-top: 1px solid #dde4eb;
margin: 0 -16px;
font-size: 0;
letter-spacing: -5px; }
.bk-date-picker .time-set-panel .time-item {
display: inline-block;
font-size: 14px;
line-height: 40px;
letter-spacing: 0;
color: #737987;
width: 33.333%;
border-left: 1px solid #dde4eb;
padding: 0 8px 0 18px; }
.bk-date-picker .time-set-panel .time-item:first-child {
border-left: 0; }
.bk-date-picker .time-set-panel .time-item input::-webkit-outer-spin-button,
.bk-date-picker .time-set-panel .time-item input::-webkit-inner-spin-button {
-webkit-appearance: none; }
.bk-date-picker .time-set-panel .time-item input[type="number"] {
width: 30px;
-moz-appearance: textfield;
border: none;
outline: none;
background: none; }
.bk-date-picker .time-set-panel .time-option {
margin-top: 8px; }
.bk-date-picker .time-set-panel i {
display: block;
width: 10px;
height: 6px;
background: url("images/date/time-icon.png");
cursor: pointer; }
.bk-date-picker .time-set-panel i:hover {
background: url("images/date/time-icon-on.png"); }
.bk-date-picker .time-set-panel i.no-hover {
background: url("images/date/time-icon.png");
cursor: default; }
.bk-date-picker .time-set-panel i.up {
margin-bottom: 10px; }
.bk-date-picker .time-set-panel i.down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-date-picker .range-config {
width: 138px;
padding: 6px 0; }
.bk-date-picker .range-config a {
display: block;
font-size: 14px;
color: #737987;
text-decoration: none;
line-height: 16px;
padding: 8px 16px; }
.bk-date-picker .range-config a.active {
background: #ebf4ff; }
.bk-date-picker .range-config a:hover {
color: #3c96ff; }
.bk-date-picker .range-action {
padding: 6px 0; }
.bk-date-picker .range-action a {
display: inline-block;
font-size: 14px;
color: #3c96ff;
text-decoration: none;
line-height: 16px;
padding: 8px 0 8px 16px; }
.bk-date-picker .range-action a.active {
background: #ebf4ff; }
.bk-date-picker .range-action a:hover {
color: #3c96ff; }
.bk-date-range {
width: 300px;
height: 36px;
border-radius: 2px;
position: relative;
cursor: pointer; }
.bk-date-range input[name="date-select"] {
display: block;
width: 100%;
height: 36px;
border: 1px solid #c3cdd7;
line-height: 36px;
font-size: 14px;
outline: none;
padding: 0 36px 0 10px;
color: #999;
cursor: pointer; }
.bk-date-range input[name="date-select"]:focus {
border: 1px solid #3c96ff; }
.bk-date-range input[disabled] {
background: #fafafa;
color: #ccc;
cursor: not-allowed; }
.bk-date-range input::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-date-range.disabled:after {
cursor: not-allowed; }
.bk-date-range:after {
content: '';
width: 36px;
height: 36px;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #c3cdd7;
background: url("images/date/bk-date-icon.png") no-repeat center center;
cursor: pointer; }
.bk-date-range .date-dropdown-panel {
position: absolute;
width: 100%;
border: 1px solid #dde4eb;
-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
border-radius: 2px;
background: #fff;
padding: 15px 16px 0 16px;
cursor: default;
z-index: 200; }
.bk-date-range .date-dropdown-panel.has-sidebar {
min-width: 740px; }
.bk-date-range .daterange-dropdown-panel {
min-width: 602px;
padding: 0; }
.bk-date-range .date-top-bar {
text-align: center;
line-height: 16px; }
.bk-date-range .date-top-bar span {
display: inline-block;
vertical-align: middle; }
.bk-date-range .date-top-bar .current-date {
font-size: 14px;
color: #737987;
font-weight: bold; }
.bk-date-range .date-top-bar .year-switch-icon {
width: 16px;
height: 16px;
margin-top: 2px;
cursor: pointer; }
.bk-date-range .date-top-bar .year-switch-icon:before {
content: '';
float: left;
width: 8px;
height: 16px;
background: url("images/date/switch-icon.png") no-repeat center center; }
.bk-date-range .date-top-bar .year-switch-icon:after {
content: '';
float: left;
width: 8px;
height: 16px;
background: url("images/date/switch-icon.png") no-repeat center center; }
.bk-date-range .date-top-bar .year-switch-icon:hover:before {
background: url("images/date/switch-icon-on.png") no-repeat center center; }
.bk-date-range .date-top-bar .year-switch-icon:hover:after {
background: url("images/date/switch-icon-on.png") no-repeat center center; }
.bk-date-range .date-top-bar .year-switch-icon.is-disabled:before, .bk-date-range .date-top-bar .year-switch-icon.is-disabled:after {
cursor: not-allowed;
background: url("images/date/switch-icon-disabled.png") no-repeat center center; }
.bk-date-range .date-top-bar .year-switch-icon.is-disabled:hover:before, .bk-date-range .date-top-bar .year-switch-icon.is-disabled:hover:after {
background: url("images/date/switch-icon-disabled.png") no-repeat center center; }
.bk-date-range .date-top-bar .month-switch-icon {
width: 8px;
height: 16px;
background: url("images/date/switch-icon.png") no-repeat center center;
margin-top: 2px;
cursor: pointer; }
.bk-date-range .date-top-bar .month-switch-icon:hover {
background: url("images/date/switch-icon-on.png") no-repeat center center; }
.bk-date-range .date-top-bar .month-switch-icon.is-disabled {
cursor: not-allowed;
background: url("images/date/switch-icon-disabled.png") no-repeat center center; }
.bk-date-range .date-top-bar .month-switch-icon.is-disabled:hover {
background: url("images/date/switch-icon-disabled.png") no-repeat center center; }
.bk-date-range .date-top-bar .next-year, .bk-date-range .date-top-bar .next-month {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-date-range .date-top-bar .next-month, .bk-date-range .date-top-bar .pre-year {
margin-right: 12px; }
.bk-date-range .date-select-panel {
margin: 16px 0; }
.bk-date-range .date-select-panel dl {
font-size: 0;
letter-spacing: -5px; }
.bk-date-range .date-select-panel dl .date-item-view, .bk-date-range .date-select-panel dl .date-table-item {
display: inline-block;
width: 38px;
height: 34px;
font-size: 12px;
color: #737987;
text-align: center;
line-height: 32px;
letter-spacing: 0; }
.bk-date-range .date-select-panel dl .date-disable-item {
color: #c3cdd7;
cursor: not-allowed; }
.bk-date-range .date-select-panel dl .date-table-item:hover, .bk-date-range .date-select-panel dl .date-table-item.selected {
background: #3c96ff;
color: #FFF;
cursor: pointer; }
.bk-date-range .date-select-panel dl .date-range-view {
background: #ebf4ff; }
.bk-date-range .date-select-panel dl .today {
color: #3c96ff; }
.bk-date-range .date-select-panel dl dd {
display: inline-block;
margin: 0; }
.bk-date-range .time-set-panel {
height: 40px;
background: #fafbfd;
border-top: 1px solid #dde4eb;
margin: 0 -16px;
font-size: 0;
letter-spacing: -5px; }
.bk-date-range .time-set-panel .time-item {
display: inline-block;
font-size: 14px;
line-height: 40px;
letter-spacing: 0;
color: #737987;
width: 33.333%;
border-left: 1px solid #dde4eb;
padding: 0 8px 0 18px; }
.bk-date-range .time-set-panel .time-item:first-child {
border-left: 0; }
.bk-date-range .time-set-panel .time-item input::-webkit-outer-spin-button,
.bk-date-range .time-set-panel .time-item input::-webkit-inner-spin-button {
-webkit-appearance: none; }
.bk-date-range .time-set-panel .time-item input[type="number"] {
width: 30px;
-moz-appearance: textfield;
border: none;
outline: none;
background: none; }
.bk-date-range .time-set-panel .time-option {
margin-top: 8px; }
.bk-date-range .time-set-panel i {
display: block;
width: 10px;
height: 6px;
background: url("images/date/time-icon.png");
cursor: pointer; }
.bk-date-range .time-set-panel i:hover {
background: url("images/date/time-icon-on.png"); }
.bk-date-range .time-set-panel i.no-hover {
background: url("images/date/time-icon.png");
cursor: default; }
.bk-date-range .time-set-panel i.up {
margin-bottom: 10px; }
.bk-date-range .time-set-panel i.down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-date-range .date-select-container {
width: 300px;
height: auto;
padding: 15px 16px 0 16px;
border-right: 1px solid #dde4eb; }
.bk-date-range .date-select-container:last-child {
border-right: none; }
.bk-date-range .range-config {
width: 138px;
padding: 6px 0; }
.bk-date-range .range-config a {
display: block;
font-size: 14px;
color: #737987;
text-decoration: none;
line-height: 16px;
padding: 8px 16px; }
.bk-date-range .range-config a.active {
background: #ebf4ff; }
.bk-date-range .range-config a:hover {
color: #3c96ff; }
.bk-date-range .range-action {
padding: 6px 0; }
.bk-date-range .range-action a {
display: inline-block;
font-size: 14px;
color: #3c96ff;
text-decoration: none;
line-height: 16px;
padding: 8px 0 8px 16px; }
.bk-date-range .range-action a.active {
background: #ebf4ff; }
.bk-date-range .range-action a:hover {
color: #3c96ff; }
.bk-dialog {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1500;
font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif; }
.bk-dialog-wrapper {
display: table;
width: 100%;
height: 100%; }
.bk-dialog-position {
display: table-cell;
vertical-align: middle; }
.bk-dialog-style {
position: relative;
width: 400px;
margin: 0 auto;
background-color: #fff;
border-radius: 2px;
-webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1); }
.bk-dialog-tool {
min-height: 30px;
position: relative; }
.bk-dialog-tool.draggable {
cursor: move; }
.bk-dialog-tool .bk-dialog-mark {
cursor: pointer; }
.bk-dialog .bk-dialog-close {
position: absolute;
top: 2px;
right: 4px;
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
border-radius: 50%;
background-repeat: no-repeat;
background-size: 11px 11px;
background-position: 50% 50%;
cursor: pointer; }
.bk-dialog .bk-dialog-close:hover {
background-color: #f3f3f3; }
.bk-dialog .bk-dialog-mark {
display: block;
width: 27px;
height: 27px;
line-height: 27px;
margin: 4px 4px 0 0;
border-radius: 50%;
text-align: center;
font-size: 12px;
color: #4c4c4c; }
.bk-dialog .bk-dialog-mark:hover {
background-color: #f3f3f3; }
.bk-dialog-header {
padding: 10px 30px 10px;
color: #333;
font-size: 22px; }
.bk-dialog-header .bk-dialog-title {
margin: 0; }
.bk-dialog-body {
padding: 15px 65px;
color: #666;
font-size: 14px;
line-height: 1.5; }
.bk-dialog-footer {
text-align: center;
padding: 20px 65px 40px; }
.bk-dialog-footer.bk-d-footer {
height: 60px;
line-height: 60px;
padding: 0;
border-top: 1px solid #e5e5e5;
background-color: #fafafa; }
.bk-dialog-footer .bk-dialog-outer {
padding: 0 10px 0 0;
text-align: right; }
.bk-dialog-footer .bk-dialog-outer button {
width: 72px;
height: 36px;
line-height: 34px;
min-width: 72px;
margin-right: 10px;
margin-top: 12px; }
.bk-dialog-footer .bk-dialog-outer button.bk-dialog-btn-cancel {
margin-left: 0;
background-color: #fff; }
.bk-dialog-title {
text-align: center;
font-size: 22px;
color: #333; }
.bk-dialog-subtitle {
color: #666; }
.bk-dialog-default-status {
padding: 40px 0; }
.bk-dialog-default-status.bk-dialog-warning-body {
padding-bottom: 15px; }
.bk-dialog-default-status.bk-dialog-warning {
padding-bottom: 35px; }
.bk-dialog-default-status ~ .bk-dialog-footer {
padding-top: 0; }
.bk-dialog-default-status .bk-dialog-mark {
display: block;
margin: 0 auto; }
.bk-dialog-default-status .bk-dialog-mark.bk-dialog-loading {
width: 58px;
height: 58px;
line-height: 58px;
font-size: 30px;
border-radius: 50%;
-webkit-animation: loading linear 1s infinite;
animation: loading linear 1s infinite; }
.bk-dialog-default-status .bk-dialog-mark.bk-dialog-warning, .bk-dialog-default-status .bk-dialog-mark.bk-dialog-error, .bk-dialog-default-status .bk-dialog-mark.bk-dialog-success {
width: 58px;
height: 58px;
line-height: 58px;
font-size: 30px;
color: #fff;
border-radius: 50%; }
.bk-dialog-default-status .bk-dialog-mark.bk-dialog-warning {
background-color: #ffc200; }
.bk-dialog-default-status .bk-dialog-mark.bk-dialog-error {
background-color: #ff5454; }
.bk-dialog-default-status .bk-dialog-mark.bk-dialog-success {
background-color: #5bd18a; }
.bk-dialog-default-status .bk-dialog-title {
margin: 20px 20px 0 20px; }
.bk-dialog-default-status .bk-dialog-subtitle {
margin: 16px 20px 0 20px; }
.bk-dialog-error-text {
color: #ff7979; }
.bk-dialog-primary-text {
color: #6793ee; }
.bk-dialog-btn {
width: 110px;
height: 36px;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
border-radius: 2px;
background-color: #fff;
font-size: 14px;
border: 1px solid #c3cdd7;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap; }
.bk-dialog-btn:hover {
background-color: #fafafa;
opacity: 1; }
.bk-dialog-btn:active {
background-color: #eee;
opacity: 1; }
.bk-dialog-btn.bk-btn-info {
color: #fff;
background-color: #88c3ff;
border-color: #88c3ff; }
.bk-dialog-btn.bk-btn-info:hover {
background-color: #7ab9fa;
border-color: #7ab9fa; }
.bk-dialog-btn.bk-btn-info:active {
background-color: #6eb5fe;
border-color: #6eb5fe; }
.bk-dialog-btn.bk-btn-primary {
color: #fff;
background-color: #3c96ff;
border-color: #3c96ff; }
.bk-dialog-btn.bk-btn-primary:hover {
background-color: #0082ff;
border-color: #0082ff; }
.bk-dialog-btn.bk-btn-primary:active {
background-color: #0978e2;
border-color: #0978e2; }
.bk-dialog-btn.bk-btn-danger {
color: #fff;
background-color: #ff5656;
border-color: #ff5656; }
.bk-dialog-btn.bk-btn-danger:hover {
background-color: #f72239;
border-color: #f72239; }
.bk-dialog-btn.bk-btn-danger:active {
background-color: #cb2537;
border-color: #cb2537; }
.bk-dialog-btn.bk-btn-success {
color: #fff;
background-color: #30d878;
border-color: #30d878; }
.bk-dialog-btn.bk-btn-success:hover {
background-color: #00c873;
border-color: #00c873; }
.bk-dialog-btn.bk-btn-success:active {
background-color: #00ae64;
border-color: #00ae64; }
.bk-dialog-btn.bk-btn-warning {
color: #fff;
background-color: #ffb400;
border-color: #ffb400; }
.bk-dialog-btn.bk-btn-warning:hover {
background-color: #ff9600;
border-color: #ff9600; }
.bk-dialog-btn.bk-btn-warning:active {
background-color: #e38601;
border-color: #e38601; }
.bk-dialog-btn-confirm {
margin-right: 10px;
color: #fff; }
.bk-dialog-btn-cancel {
margin-left: 10px;
color: #666; }
.bk-dialog-row {
text-align: center; }
.bk-dialog h1 {
margin: 0;
padding: 0;
font-weight: normal; }
.bk-dialog h2 {
margin: 0;
padding: 0;
font-weight: normal; }
.bk-dialog h3 {
margin: 0;
padding: 0;
font-weight: normal; }
.bk-dialog h4 {
margin: 0;
padding: 0;
font-weight: normal; }
.bk-dialog h5 {
margin: 0;
padding: 0;
font-weight: normal; }
.bk-dialog h6 {
margin: 0;
padding: 0;
font-weight: normal; }
.bk-dialog p {
margin: 0; }
.bk-dialog a {
text-decoration: none; }
.bk-dialog .hidden {
display: none; }
@-webkit-keyframes loading {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes loading {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
/*===================================================*\
* bk-dropdown-menu
\*===================================================*/
.bk-dropdown-menu {
display: inline-block;
position: relative; }
.bk-dropdown-menu.disabled {
cursor: not-allowed; }
.bk-dropdown-menu .bk-dropdown-trigger .bk-icon {
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s; }
.bk-dropdown-menu .bk-dropdown-trigger .bk-icon.icon-flip {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-dropdown-menu .bk-dropdown-content {
min-width: 100%;
height: auto;
background: #ffffff;
padding: 0;
margin: 0;
position: absolute;
z-index: 50;
border-radius: 2px;
border: 1px solid #c3cdd7;
-webkit-box-sizing: border-box;
box-sizing: border-box;
opacity: 0;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
-webkit-box-shadow: 0 2px 6px rgba(51, 60, 72, 0.1);
box-shadow: 0 2px 6px rgba(51, 60, 72, 0.1);
display: none;
text-align: left; }
.bk-dropdown-menu .bk-dropdown-content::-webkit-scrollbar {
width: 4px;
background-color: white; }
.bk-dropdown-menu .bk-dropdown-content::-webkit-scrollbar-thumb {
height: 5px;
border-radius: 2px;
background-color: #e6e9ea; }
.bk-dropdown-menu .bk-dropdown-content.is-show {
opacity: 1;
display: inline-block;
overflow: auto;
height: auto; }
.bk-dropdown-menu .bk-dropdown-content.left-align {
left: 0; }
.bk-dropdown-menu .bk-dropdown-content.right-align {
right: 0; }
.bk-dropdown-menu .bk-dropdown-content.center-align {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.bk-dropdown-menu .bk-dropdown-list {
width: 100%;
max-height: 166px;
list-style: none;
padding: 0;
margin: 0; }
.bk-dropdown-menu .bk-dropdown-list::-webkit-scrollbar {
width: 4px;
height: 4px; }
.bk-dropdown-menu .bk-dropdown-list::-webkit-scrollbar-thumb {
border-radius: 20px;
background: #dde4eb;
-webkit-box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3); }
.bk-dropdown-menu .bk-dropdown-list > li {
width: 100%;
margin: 0;
display: inline-block; }
.bk-dropdown-menu .bk-dropdown-list > li > a {
display: block;
line-height: 41px;
padding: 0 15px;
color: #737987;
font-size: 14px;
text-decoration: none;
white-space: nowrap; }
.bk-dropdown-menu .bk-dropdown-list > li > a:hover {
background: #ebf4ff;
color: #3c96ff; }
.bk-dropdown-menu .bk-dropdown-list > li .bk-icon {
margin-right: 5px; }
/*===================================================*\
* bk-form
\*===================================================*/
.bk-form.bk-inline-form {
display: inline-block; }
.bk-form.bk-inline-form .bk-form-item {
display: inline-block;
margin-bottom: 0;
margin-left: 10px; }
.bk-form.bk-inline-form .bk-form-item:first-child {
margin-left: 0; }
.bk-form.bk-inline-form .bk-form-item + .bk-form-item {
margin-top: 0; }
.bk-form.bk-inline-form .bk-form-inline-item {
display: inline-block;
vertical-align: top; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label {
position: relative; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: absolute;
margin: 3px -7px 0 2px;
display: inline-block;
vertical-align: middle;
right: 18px; }
.bk-form.bk-inline-form .bk-label {
width: auto;
display: inline-block;
padding: 10px 15px 10px 0; }
.bk-form.bk-inline-form.is-required > .bk-label:after {
right: 5px; }
.bk-form.bk-inline-form .bk-form-content {
display: inline-block;
margin-left: 0; }
.bk-form.bk-form-vertical .bk-label {
width: auto;
text-align: left; }
.bk-form.bk-form-vertical .bk-form-content {
clear: both;
margin-left: 0 !important; }
.bk-form.bk-form-vertical .bk-form-item + .bk-form-item {
margin-top: 8px; }
.bk-form.bk-form-vertical .bk-form-item.bk-form-action {
margin-top: 20px; }
.bk-form.bk-form-vertical .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form.bk-form-vertical .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form.bk-form-vertical .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form .bk-label {
width: 150px;
text-align: right;
vertical-align: middle;
float: left;
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 28px 10px 0; }
.bk-form .bk-form-content {
width: auto;
margin-left: 150px;
position: relative; }
.bk-form .bk-form-content > .bk-tip-text {
font-size: 14px;
color: #737987;
margin: 10px 0 0 0; }
.bk-form .bk-form-content > .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form .bk-form-content > .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form .bk-form-content > .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form ::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form ::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form ::placeholder {
color: #c3cdd7; }
.bk-form::after,
.bk-form .bk-form-item::before {
display: table;
content: "";
clear: both;
visibility: hidden;
font-size: 0; }
.bk-form input:-webkit-autofill, .bk-form textarea:-webkit-autofill, .bk-form select:-webkit-autofill {
background: #fff !important; }
.bk-form-item {
position: relative; }
.bk-form-item label {
margin-bottom: 0; }
.bk-form-item + .bk-form-item {
margin-top: 20px; }
.bk-form-item.is-required .bk-label {
position: relative; }
.bk-form-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: relative;
margin: 2px -7px 0 2px;
display: inline-block;
vertical-align: middle; }
.bk-form-item.is-readonly input[type="text"],
.bk-form-item.is-readonly input[type="password"],
.bk-form-item.is-readonly textarea,
.bk-form-item.is-readonly select {
background-color: #fafafa; }
.bk-form-item.is-disabled input[type="text"],
.bk-form-item.is-disabled input[type="password"],
.bk-form-item.is-disabled textarea,
.bk-form-item.is-disabled select {
background-color: #fafafa; }
.bk-form-item.is-danger input[type="text"],
.bk-form-item.is-danger input[type="password"],
.bk-form-item.is-danger textarea,
.bk-form-item.is-danger select, .bk-form-item.is-error input[type="text"],
.bk-form-item.is-error input[type="password"],
.bk-form-item.is-error textarea,
.bk-form-item.is-error select {
border-color: #ff5656; }
.bk-form-item.is-warning input[type="text"],
.bk-form-item.is-warning input[type="password"],
.bk-form-item.is-warning textarea,
.bk-form-item.is-warning select {
border-color: #ffb400; }
.bk-form-item.is-success input[type="text"],
.bk-form-item.is-success input[type="password"],
.bk-form-item.is-success textarea,
.bk-form-item.is-success select {
border-color: #30d878; }
.bk-form-item input.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-success + .bk-form-tip .bk-tip-text {
color: #30d878; }
.bk-form-item input.bk-error,
.bk-form-item select.bk-error,
.bk-form-item textarea.bk-error,
.bk-form-item input.is-danger,
.bk-form-item select.is-danger,
.bk-form-item textarea.is-danger {
border-color: #ff5656;
background-color: #fff4f4;
color: #ff5656; }
.bk-form-item input.bk-error::-webkit-input-placeholder,
.bk-form-item select.bk-error::-webkit-input-placeholder,
.bk-form-item textarea.bk-error::-webkit-input-placeholder,
.bk-form-item input.is-danger::-webkit-input-placeholder,
.bk-form-item select.is-danger::-webkit-input-placeholder,
.bk-form-item textarea.is-danger::-webkit-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::-ms-input-placeholder,
.bk-form-item select.bk-error::-ms-input-placeholder,
.bk-form-item textarea.bk-error::-ms-input-placeholder,
.bk-form-item input.is-danger::-ms-input-placeholder,
.bk-form-item select.is-danger::-ms-input-placeholder,
.bk-form-item textarea.is-danger::-ms-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::placeholder,
.bk-form-item select.bk-error::placeholder,
.bk-form-item textarea.bk-error::placeholder,
.bk-form-item input.is-danger::placeholder,
.bk-form-item select.is-danger::placeholder,
.bk-form-item textarea.is-danger::placeholder {
color: #ff5656; }
.bk-form-item input.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-danger + .bk-form-tip .bk-tip-text {
color: #ff5656; }
.bk-form-input,
.bk-form-password,
.bk-form-select,
.bk-form-textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 36px;
line-height: 1;
color: #666;
background-color: #fff;
border-radius: 2px;
width: 100%;
box-sizing: border-box;
border: 1px solid #c3cdd7;
padding: 0 10px;
font-size: 14px;
text-align: left;
vertical-align: middle;
outline: none;
resize: none;
-webkit-transition: border linear .2s;
transition: border linear .2s; }
.bk-form-input:focus,
.bk-form-password:focus,
.bk-form-select:focus,
.bk-form-textarea:focus {
border-color: #3c96ff !important;
background-color: #fff !important;
color: #737987 !important; }
.bk-form-input:focus::-webkit-input-placeholder,
.bk-form-password:focus::-webkit-input-placeholder,
.bk-form-select:focus::-webkit-input-placeholder,
.bk-form-textarea:focus::-webkit-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::-ms-input-placeholder,
.bk-form-password:focus::-ms-input-placeholder,
.bk-form-select:focus::-ms-input-placeholder,
.bk-form-textarea:focus::-ms-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::placeholder,
.bk-form-password:focus::placeholder,
.bk-form-select:focus::placeholder,
.bk-form-textarea:focus::placeholder {
color: #c3cdd7 !important; }
.bk-form-input::-webkit-input-placeholder,
.bk-form-password::-webkit-input-placeholder,
.bk-form-select::-webkit-input-placeholder,
.bk-form-textarea::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form-input::-ms-input-placeholder,
.bk-form-password::-ms-input-placeholder,
.bk-form-select::-ms-input-placeholder,
.bk-form-textarea::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form-input::placeholder,
.bk-form-password::placeholder,
.bk-form-select::placeholder,
.bk-form-textarea::placeholder {
color: #c3cdd7; }
.bk-form-input[disabled], .bk-form-input[readonly],
.bk-form-password[disabled],
.bk-form-password[readonly],
.bk-form-select[disabled],
.bk-form-select[readonly],
.bk-form-textarea[disabled],
.bk-form-textarea[readonly] {
background-color: #fafafa; }
.bk-form-input[disabled],
.bk-form-password[disabled],
.bk-form-select[disabled],
.bk-form-textarea[disabled] {
color: #ccc; }
.bk-form-select {
line-height: 32px;
padding-left: 0\9\0;
padding-right: 0\9\0; }
.bk-form-textarea {
min-height: 70px;
padding: 10px; }
.bk-form-mini .bk-form-input,
.bk-form-mini .bk-form-password,
.bk-form-mini .bk-form-select,
.bk-form-mini .bk-form-textarea {
height: 24px;
font-size: 12px; }
.bk-form-small .bk-form-input,
.bk-form-small .bk-form-password,
.bk-form-small .bk-form-select,
.bk-form-small .bk-form-textarea {
height: 32px;
font-size: 12px; }
.bk-form-large .bk-form-input,
.bk-form-large .bk-form-password,
.bk-form-large .bk-form-select,
.bk-form-large .bk-form-textarea {
height: 42px;
font-size: 14px; }
.bk-form-larger .bk-form-input,
.bk-form-larger .bk-form-password,
.bk-form-larger .bk-form-select,
.bk-form-larger .bk-form-textarea {
height: 54px;
font-size: 18px; }
.bk-form-tip {
height: 36px;
line-height: 36px;
padding: 0 10px 0 35px;
position: relative;
position: absolute;
left: 100%;
top: 0; }
.bk-form-tip .bk-badge {
vertical-align: middle; }
.bk-form-tip .bk-tip-text {
float: left;
font-size: 14px;
color: #737987;
display: inline-block;
padding: 0;
margin: 0;
white-space: nowrap; }
.bk-form-radio {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-radio .bk-radio-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-radio input[type=radio] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background-color: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 0;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-radio input[type=radio]:checked {
background-position: -33px 0; }
.bk-form-radio input[type=radio]:checked[disabled] {
color: #ccc;
background-position: -99px 0; }
.bk-form-radio input[type=radio][disabled] {
background-position: -66px 0;
cursor: default; }
.bk-form-radio input[type=radio][disabled] + .bk-radio-text {
color: #ccc;
cursor: default; }
.bk-form-radio.bk-radio-small input[type=radio] {
width: 14px;
height: 14px;
background-position: 0 -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked {
background-position: -33px -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked[disabled] {
background-position: -99px -33px; }
.bk-form-radio.bk-radio-small input[type=radio][disabled] {
background-position: -66px -33px; }
.bk-form-checkbox {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-checkbox .bk-checkbox-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-checkbox input[type=checkbox] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 -62px;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-checkbox input[type=checkbox]:checked {
background-position: -33px -62px; }
.bk-form-checkbox input[type=checkbox]:checked[disabled] {
color: #ccc;
background-position: -99px -62px; }
.bk-form-checkbox input[type=checkbox][disabled] {
background-position: -66px -62px;
cursor: default; }
.bk-form-checkbox input[type=checkbox][disabled] + .bk-checkbox-text {
color: #ccc;
cursor: default; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox] {
width: 14px;
height: 14px;
background-position: 0 -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked {
background-position: -33px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked[disabled] {
background-position: -99px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox][disabled] {
background-position: -66px -95px; }
.bk-radio {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
cursor: pointer;
height: 34px;
padding: 8px 0;
position: relative; }
.bk-radio.bk-radio-small input[type='radio'] {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-control {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-text {
line-height: 14px; }
.bk-radio input[type='radio'] {
width: 18px;
height: 18px;
opacity: 0;
vertical-align: middle; }
.bk-radio .bk-radio-control {
width: 18px;
height: 18px;
border-radius: 50%;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-radio .bk-radio-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-radio input:checked ~ .bk-radio-control:after, .bk-radio input[checked="checked"] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/radio.png");
background-size: cover;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-radio input[disabled] ~ .bk-radio-control {
cursor: not-allowed; }
.bk-radio input[disabled] ~ .bk-radio-text {
color: #ccc;
cursor: not-allowed; }
.bk-radio input[disabled][checked] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: #ccc;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
height: 34px;
position: relative;
display: inline-block;
padding: 8px 0; }
.bk-checkbox.bk-checkbox-small input[type='checkbox'] {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-control {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-text {
line-height: 14px; }
.bk-checkbox input[type='checkbox'] {
width: 18px;
height: 18px;
opacity: 0; }
.bk-checkbox .bk-checkbox-control {
width: 18px;
height: 18px;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-checkbox .bk-checkbox-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-checkbox input:checked ~ .bk-checkbox-control:after, .bk-checkbox input[checked="checked"] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox input[disabled] ~ .bk-checkbox-control {
cursor: not-allowed; }
.bk-checkbox input[disabled] ~ .bk-checkbox-text {
color: #ccc;
cursor: not-allowed; }
.bk-checkbox input[disabled][checked] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox-disabled.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-dropdown {
position: relative;
width: 100%; }
.bk-dropdown .bk-form-checkbox {
padding: 0; }
.bk-dropdown.open {
border-color: #3c96ff; }
.bk-dropdown.open .bk-dropdown-icon {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-dropdown-icon {
cursor: pointer; }
.bk-dropdown-wrapper {
position: relative;
width: 100%; }
.bk-dropdown-selector, .bk-dropdown-input {
width: 100%;
height: 36px;
line-height: 36px;
padding: 0 10px;
border: 1px solid #ccc;
border-radius: 2px;
font-size: 14px;
color: #737987;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
-webkit-transition: border linear .2s;
transition: border linear .2s; }
.bk-dropdown-selector:hover:not([disabled="disabled"]), .bk-dropdown-input:hover:not([disabled="disabled"]) {
border-color: #0082ff; }
.bk-dropdown-selector.placeholder, .bk-dropdown-input.placeholder {
color: #ccc; }
.bk-dropdown-selector.active, .bk-dropdown-input.active {
border-color: #0082ff !important; }
.bk-dropdown-selector[disabled="disabled"], .bk-dropdown-input[disabled="disabled"] {
color: #aaa;
cursor: not-allowed;
background: #fafafa; }
.bk-dropdown-icon {
position: absolute;
top: 13px;
right: 10px;
font-size: 12px;
color: #d3d3d3;
-webkit-transition: -webkit-transform linear .2s;
transition: -webkit-transform linear .2s;
transition: transform linear .2s;
transition: transform linear .2s, -webkit-transform linear .2s; }
.bk-dropdown-icon.clear-icon {
top: 10px;
right: 7px;
width: 18px;
height: 18px;
line-height: 18px;
border-radius: 50%;
background-color: #ddd;
color: #fff;
text-align: center;
font-size: 12px;
-webkit-transition: backgroundColor linear .2s;
transition: backgroundColor linear .2s; }
.bk-dropdown-icon.clear-icon:hover {
background-color: #ccc; }
.bk-dropdown-icon.clear-icon:before {
display: block;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7); }
.bk-dropdown .bk-dropdown-list {
position: absolute;
top: 40px;
left: 0;
right: 0;
-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
z-index: 100;
max-height: 160px;
overflow-y: auto; }
.bk-dropdown .bk-dropdown-list::-webkit-scrollbar {
width: 6px;
height: 5px; }
.bk-dropdown .bk-dropdown-list::-webkit-scrollbar-thumb {
border-radius: 20px;
background: #a5a5a5;
-webkit-box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3); }
.bk-dropdown .bk-dropdown-list ul {
padding: 0;
margin: 0;
list-style: none; }
.bk-dropdown .bk-dropdown-list-item {
position: relative;
width: 100%;
border-left: #c3cdd7;
border-right: #c3cdd7;
background-color: #fff;
cursor: pointer;
text-align: left; }
.bk-dropdown .bk-dropdown-list-item:first-child {
border-top: #c3cdd7; }
.bk-dropdown .bk-dropdown-list-item:last-child {
border-bottom: #c3cdd7; }
.bk-dropdown .bk-dropdown-list-item:hover, .bk-dropdown .bk-dropdown-list-item.bk-dropdown-selected {
background-color: #eef6fe; }
.bk-dropdown .bk-dropdown-list-item:hover .bk-dropdown-tools, .bk-dropdown .bk-dropdown-list-item.bk-dropdown-selected .bk-dropdown-tools {
display: block; }
.bk-dropdown .bk-dropdown-list-item .text {
padding: 0 10px;
line-height: 42px;
font-size: 14px;
display: block;
text-align: left; }
.bk-dropdown .bk-dropdown-list-item .bk-dropdown-tools {
position: absolute;
display: none;
top: 10px;
right: 0;
font-size: 12px; }
.bk-dropdown .bk-dropdown-list-item .bk-dropdown-tools .bk-selector-list-icon {
margin-right: 14px; }
.bk-dropdown-create-item .text {
text-align: left;
color: #eef6fe; }
.bk-dropdown-create-item .text:hover {
color: #fff; }
.bk-dropdown-multi-label {
display: block;
line-height: 42px;
cursor: pointer; }
.bk-dropdown-search-item {
position: relative;
border-bottom: 1px solid #e5e5e5;
cursor: default;
height: 32px; }
.bk-dropdown-search-item:hover {
color: #666;
background-color: #fff; }
.bk-dropdown-search-item > i {
position: absolute;
left: 10px;
top: 0;
height: 30px;
line-height: 30px;
color: #ccc; }
.bk-dropdown-search-item > input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 30px;
width: calc(100% - 30px);
height: 30px;
padding: 10px;
font-size: 14px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background-color: #fff;
color: #737987; }
/*===================================================*\
* bk-form
\*===================================================*/
.bk-form.bk-inline-form {
display: inline-block; }
.bk-form.bk-inline-form .bk-form-item {
display: inline-block;
margin-bottom: 0;
margin-left: 10px; }
.bk-form.bk-inline-form .bk-form-item:first-child {
margin-left: 0; }
.bk-form.bk-inline-form .bk-form-item + .bk-form-item {
margin-top: 0; }
.bk-form.bk-inline-form .bk-form-inline-item {
display: inline-block;
vertical-align: top; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label {
position: relative; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: absolute;
margin: 3px -7px 0 2px;
display: inline-block;
vertical-align: middle;
right: 18px; }
.bk-form.bk-inline-form .bk-label {
width: auto;
display: inline-block;
padding: 10px 15px 10px 0; }
.bk-form.bk-inline-form.is-required > .bk-label:after {
right: 5px; }
.bk-form.bk-inline-form .bk-form-content {
display: inline-block;
margin-left: 0; }
.bk-form.bk-form-vertical .bk-label {
width: auto;
text-align: left; }
.bk-form.bk-form-vertical .bk-form-content {
clear: both;
margin-left: 0 !important; }
.bk-form.bk-form-vertical .bk-form-item + .bk-form-item {
margin-top: 8px; }
.bk-form.bk-form-vertical .bk-form-item.bk-form-action {
margin-top: 20px; }
.bk-form.bk-form-vertical .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form.bk-form-vertical .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form.bk-form-vertical .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form .bk-label {
width: 150px;
text-align: right;
vertical-align: middle;
float: left;
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 28px 10px 0; }
.bk-form .bk-form-content {
width: auto;
margin-left: 150px;
position: relative; }
.bk-form .bk-form-content > .bk-tip-text {
font-size: 14px;
color: #737987;
margin: 10px 0 0 0; }
.bk-form .bk-form-content > .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form .bk-form-content > .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form .bk-form-content > .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form ::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form ::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form ::placeholder {
color: #c3cdd7; }
.bk-form::after,
.bk-form .bk-form-item::before {
display: table;
content: "";
clear: both;
visibility: hidden;
font-size: 0; }
.bk-form input:-webkit-autofill, .bk-form textarea:-webkit-autofill, .bk-form select:-webkit-autofill {
background: #fff !important; }
.bk-form-item {
position: relative; }
.bk-form-item label {
margin-bottom: 0; }
.bk-form-item + .bk-form-item {
margin-top: 20px; }
.bk-form-item.is-required .bk-label {
position: relative; }
.bk-form-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: relative;
margin: 2px -7px 0 2px;
display: inline-block;
vertical-align: middle; }
.bk-form-item.is-readonly input[type="text"],
.bk-form-item.is-readonly input[type="password"],
.bk-form-item.is-readonly textarea,
.bk-form-item.is-readonly select {
background-color: #fafafa; }
.bk-form-item.is-disabled input[type="text"],
.bk-form-item.is-disabled input[type="password"],
.bk-form-item.is-disabled textarea,
.bk-form-item.is-disabled select {
background-color: #fafafa; }
.bk-form-item.is-danger input[type="text"],
.bk-form-item.is-danger input[type="password"],
.bk-form-item.is-danger textarea,
.bk-form-item.is-danger select, .bk-form-item.is-error input[type="text"],
.bk-form-item.is-error input[type="password"],
.bk-form-item.is-error textarea,
.bk-form-item.is-error select {
border-color: #ff5656; }
.bk-form-item.is-warning input[type="text"],
.bk-form-item.is-warning input[type="password"],
.bk-form-item.is-warning textarea,
.bk-form-item.is-warning select {
border-color: #ffb400; }
.bk-form-item.is-success input[type="text"],
.bk-form-item.is-success input[type="password"],
.bk-form-item.is-success textarea,
.bk-form-item.is-success select {
border-color: #30d878; }
.bk-form-item input.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-success + .bk-form-tip .bk-tip-text {
color: #30d878; }
.bk-form-item input.bk-error,
.bk-form-item select.bk-error,
.bk-form-item textarea.bk-error,
.bk-form-item input.is-danger,
.bk-form-item select.is-danger,
.bk-form-item textarea.is-danger {
border-color: #ff5656;
background-color: #fff4f4;
color: #ff5656; }
.bk-form-item input.bk-error::-webkit-input-placeholder,
.bk-form-item select.bk-error::-webkit-input-placeholder,
.bk-form-item textarea.bk-error::-webkit-input-placeholder,
.bk-form-item input.is-danger::-webkit-input-placeholder,
.bk-form-item select.is-danger::-webkit-input-placeholder,
.bk-form-item textarea.is-danger::-webkit-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::-ms-input-placeholder,
.bk-form-item select.bk-error::-ms-input-placeholder,
.bk-form-item textarea.bk-error::-ms-input-placeholder,
.bk-form-item input.is-danger::-ms-input-placeholder,
.bk-form-item select.is-danger::-ms-input-placeholder,
.bk-form-item textarea.is-danger::-ms-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::placeholder,
.bk-form-item select.bk-error::placeholder,
.bk-form-item textarea.bk-error::placeholder,
.bk-form-item input.is-danger::placeholder,
.bk-form-item select.is-danger::placeholder,
.bk-form-item textarea.is-danger::placeholder {
color: #ff5656; }
.bk-form-item input.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-danger + .bk-form-tip .bk-tip-text {
color: #ff5656; }
.bk-form-input,
.bk-form-password,
.bk-form-select,
.bk-form-textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 36px;
line-height: 1;
color: #666;
background-color: #fff;
border-radius: 2px;
width: 100%;
box-sizing: border-box;
border: 1px solid #c3cdd7;
padding: 0 10px;
font-size: 14px;
text-align: left;
vertical-align: middle;
outline: none;
resize: none;
-webkit-transition: border linear .2s;
transition: border linear .2s; }
.bk-form-input:focus,
.bk-form-password:focus,
.bk-form-select:focus,
.bk-form-textarea:focus {
border-color: #3c96ff !important;
background-color: #fff !important;
color: #737987 !important; }
.bk-form-input:focus::-webkit-input-placeholder,
.bk-form-password:focus::-webkit-input-placeholder,
.bk-form-select:focus::-webkit-input-placeholder,
.bk-form-textarea:focus::-webkit-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::-ms-input-placeholder,
.bk-form-password:focus::-ms-input-placeholder,
.bk-form-select:focus::-ms-input-placeholder,
.bk-form-textarea:focus::-ms-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::placeholder,
.bk-form-password:focus::placeholder,
.bk-form-select:focus::placeholder,
.bk-form-textarea:focus::placeholder {
color: #c3cdd7 !important; }
.bk-form-input::-webkit-input-placeholder,
.bk-form-password::-webkit-input-placeholder,
.bk-form-select::-webkit-input-placeholder,
.bk-form-textarea::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form-input::-ms-input-placeholder,
.bk-form-password::-ms-input-placeholder,
.bk-form-select::-ms-input-placeholder,
.bk-form-textarea::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form-input::placeholder,
.bk-form-password::placeholder,
.bk-form-select::placeholder,
.bk-form-textarea::placeholder {
color: #c3cdd7; }
.bk-form-input[disabled], .bk-form-input[readonly],
.bk-form-password[disabled],
.bk-form-password[readonly],
.bk-form-select[disabled],
.bk-form-select[readonly],
.bk-form-textarea[disabled],
.bk-form-textarea[readonly] {
background-color: #fafafa; }
.bk-form-input[disabled],
.bk-form-password[disabled],
.bk-form-select[disabled],
.bk-form-textarea[disabled] {
color: #ccc; }
.bk-form-select {
line-height: 32px;
padding-left: 0\9\0;
padding-right: 0\9\0; }
.bk-form-textarea {
min-height: 70px;
padding: 10px; }
.bk-form-mini .bk-form-input,
.bk-form-mini .bk-form-password,
.bk-form-mini .bk-form-select,
.bk-form-mini .bk-form-textarea {
height: 24px;
font-size: 12px; }
.bk-form-small .bk-form-input,
.bk-form-small .bk-form-password,
.bk-form-small .bk-form-select,
.bk-form-small .bk-form-textarea {
height: 32px;
font-size: 12px; }
.bk-form-large .bk-form-input,
.bk-form-large .bk-form-password,
.bk-form-large .bk-form-select,
.bk-form-large .bk-form-textarea {
height: 42px;
font-size: 14px; }
.bk-form-larger .bk-form-input,
.bk-form-larger .bk-form-password,
.bk-form-larger .bk-form-select,
.bk-form-larger .bk-form-textarea {
height: 54px;
font-size: 18px; }
.bk-form-tip {
height: 36px;
line-height: 36px;
padding: 0 10px 0 35px;
position: relative;
position: absolute;
left: 100%;
top: 0; }
.bk-form-tip .bk-badge {
vertical-align: middle; }
.bk-form-tip .bk-tip-text {
float: left;
font-size: 14px;
color: #737987;
display: inline-block;
padding: 0;
margin: 0;
white-space: nowrap; }
.bk-form-radio {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-radio .bk-radio-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-radio input[type=radio] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background-color: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 0;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-radio input[type=radio]:checked {
background-position: -33px 0; }
.bk-form-radio input[type=radio]:checked[disabled] {
color: #ccc;
background-position: -99px 0; }
.bk-form-radio input[type=radio][disabled] {
background-position: -66px 0;
cursor: default; }
.bk-form-radio input[type=radio][disabled] + .bk-radio-text {
color: #ccc;
cursor: default; }
.bk-form-radio.bk-radio-small input[type=radio] {
width: 14px;
height: 14px;
background-position: 0 -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked {
background-position: -33px -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked[disabled] {
background-position: -99px -33px; }
.bk-form-radio.bk-radio-small input[type=radio][disabled] {
background-position: -66px -33px; }
.bk-form-checkbox {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-checkbox .bk-checkbox-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-checkbox input[type=checkbox] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 -62px;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-checkbox input[type=checkbox]:checked {
background-position: -33px -62px; }
.bk-form-checkbox input[type=checkbox]:checked[disabled] {
color: #ccc;
background-position: -99px -62px; }
.bk-form-checkbox input[type=checkbox][disabled] {
background-position: -66px -62px;
cursor: default; }
.bk-form-checkbox input[type=checkbox][disabled] + .bk-checkbox-text {
color: #ccc;
cursor: default; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox] {
width: 14px;
height: 14px;
background-position: 0 -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked {
background-position: -33px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked[disabled] {
background-position: -99px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox][disabled] {
background-position: -66px -95px; }
.bk-radio {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
cursor: pointer;
height: 34px;
padding: 8px 0;
position: relative; }
.bk-radio.bk-radio-small input[type='radio'] {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-control {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-text {
line-height: 14px; }
.bk-radio input[type='radio'] {
width: 18px;
height: 18px;
opacity: 0;
vertical-align: middle; }
.bk-radio .bk-radio-control {
width: 18px;
height: 18px;
border-radius: 50%;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-radio .bk-radio-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-radio input:checked ~ .bk-radio-control:after, .bk-radio input[checked="checked"] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/radio.png");
background-size: cover;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-radio input[disabled] ~ .bk-radio-control {
cursor: not-allowed; }
.bk-radio input[disabled] ~ .bk-radio-text {
color: #ccc;
cursor: not-allowed; }
.bk-radio input[disabled][checked] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: #ccc;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
height: 34px;
position: relative;
display: inline-block;
padding: 8px 0; }
.bk-checkbox.bk-checkbox-small input[type='checkbox'] {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-control {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-text {
line-height: 14px; }
.bk-checkbox input[type='checkbox'] {
width: 18px;
height: 18px;
opacity: 0; }
.bk-checkbox .bk-checkbox-control {
width: 18px;
height: 18px;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-checkbox .bk-checkbox-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-checkbox input:checked ~ .bk-checkbox-control:after, .bk-checkbox input[checked="checked"] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox input[disabled] ~ .bk-checkbox-control {
cursor: not-allowed; }
.bk-checkbox input[disabled] ~ .bk-checkbox-text {
color: #ccc;
cursor: not-allowed; }
.bk-checkbox input[disabled][checked] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox-disabled.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-selector {
position: relative;
width: 100%; }
.bk-selector .bk-form-checkbox {
padding: 0; }
.bk-selector .no-search-result {
font-size: 12px;
padding: 10px; }
.bk-selector ul,
.bk-selector li {
margin: 0;
padding: 0; }
.bk-selector .bk-selector-icon.disabled {
cursor: default; }
.bk-selector.open {
border-color: #3c96ff; }
.bk-selector.open .bk-selector-icon {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-selector-wrapper {
position: relative;
width: 100%; }
.bk-selector-input {
width: 100%;
height: 36px;
line-height: 36px;
padding: 0 32px 0 10px;
border: 1px solid #c3cdd7;
border-radius: 2px;
font-size: 14px;
color: #666;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
-webkit-transition: border linear .2s;
transition: border linear .2s; }
.bk-selector-input:hover:not([disabled="disabled"]) {
border-color: #0082ff; }
.bk-selector-input:hover + .bk-icon {
color: #3c96ff; }
.bk-selector-input.placeholder {
color: #c3cdd7; }
.bk-selector-input.active {
border-color: #0082ff !important; }
.bk-selector-input.active + .bk-icon {
color: #3c96ff; }
.bk-selector-input[disabled="disabled"] {
color: #aaa;
cursor: not-allowed;
background: #fafafa; }
.bk-selector-icon {
position: absolute;
top: 12px;
right: 10px;
font-size: 12px;
-webkit-transition: all linear .2s;
transition: all linear .2s;
cursor: pointer; }
.bk-selector-icon.clear-icon {
top: 10px;
right: 7px;
width: 18px;
height: 18px;
line-height: 18px;
border-radius: 50%;
background-color: #ddd;
color: #fff;
text-align: center;
font-size: 12px;
-webkit-transition: backgroundColor linear .2s;
transition: backgroundColor linear .2s; }
.bk-selector-icon.clear-icon:hover {
background-color: #ccc; }
.bk-selector-icon.clear-icon:before {
display: block;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7); }
.bk-selector .bk-selector-list {
position: absolute;
top: 40px;
left: 0;
right: 0;
border-radius: 2px;
-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
background-color: #fff;
z-index: 100;
overflow-y: hidden; }
.bk-selector .bk-selector-list > ul {
max-height: 160px;
padding: 0;
margin: 0;
list-style: none;
overflow-y: auto; }
.bk-selector .bk-selector-list > ul::-webkit-scrollbar {
width: 6px;
height: 5px; }
.bk-selector .bk-selector-list > ul::-webkit-scrollbar-thumb {
border-radius: 20px;
background: #a5a5a5;
-webkit-box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3); }
.bk-selector .bk-selector-list .bk-selector-group-list-item:hover, .bk-selector .bk-selector-list .bk-selector-group-list-item.bk-selector-selected {
background-color: inherit;
color: inherit; }
.bk-selector .bk-selector-node {
position: relative;
width: 100%;
border-left: #c3cdd7;
border-right: #c3cdd7;
background-color: #fff;
cursor: pointer;
text-align: left; }
.bk-selector .bk-selector-node.bk-selector-selected {
background-color: #eef6fe;
color: #3c96ff; }
.bk-selector .bk-selector-node.bk-selector-sub-node {
padding-left: 10px; }
.bk-selector .bk-selector-node:hover, .bk-selector .bk-selector-node.bk-selector-selected {
background-color: #eef6fe;
color: #3c96ff; }
.bk-selector .bk-selector-node:hover .bk-selector-tools, .bk-selector .bk-selector-node.bk-selector-selected .bk-selector-tools {
display: block; }
.bk-selector .bk-selector-node .text {
padding: 0 10px;
line-height: 42px;
font-size: 14px; }
.bk-selector .bk-selector-node .bk-selector-tools {
position: absolute;
display: none;
top: 10px;
right: 0;
font-size: 12px; }
.bk-selector .bk-selector-node .bk-selector-tools .bk-selector-list-icon {
margin-right: 4px; }
.bk-selector .bk-selector-node .bk-form-checkbox input[type=checkbox] {
position: relative;
top: -1px; }
.bk-selector-create-item {
cursor: pointer;
height: 42px;
line-height: 42px;
font-size: 14px;
background: #fafbfd;
padding-left: 10px;
border-top: 1px solid #e5e5e5; }
.bk-selector-create-item .text {
font-style: normal;
text-align: left;
color: #737987; }
.bk-selector-multi-label {
display: block;
line-height: 42px;
cursor: pointer; }
.bk-selector-search-item {
position: relative;
border-bottom: 1px solid #e5e5e5;
cursor: default;
padding: 5px; }
.bk-selector-search-item:hover {
color: #666;
background-color: #fff; }
.bk-selector-search-item > .bk-icon {
position: absolute;
right: 14px;
top: 5px;
height: 30px;
line-height: 30px;
color: #ccc; }
.bk-selector-search-item > input {
width: 100%;
height: 32px;
line-height: 32px;
padding: 10px;
font-size: 14px;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background-color: #fafbfd;
border: 1px solid #dde4eb;
border-radius: 2px;
color: #737987; }
.bk-selector .bk-selector-group-name {
height: 40px;
line-height: 40px;
background: #fafbfd;
padding-left: 10px;
font-weight: bold;
font-size: 14px;
color: #737987;
border-bottom: 1px solid #dde4eb;
border-top: 1px solid #dde4eb; }
.bk-selector .bk-selector-list-item:first-child .bk-selector-group-name {
border-top: none; }
.bk-selector .bk-selector-list-item.active {
color: #3c96ff; }
.bk-selector .bk-selector-list-item.active .bk-selector-node {
background-color: #eef6fe; }
.bk-selector .bk-selector-list-item .bk-selector-node.is-disabled {
color: #c3cdd7;
background: #fff;
cursor: not-allowed; }
.bk-selector .bk-selector-list-item .bk-selector-node.is-disabled.bk-selector-selected {
background-color: #eef6fe;
color: #3c96ff;
cursor: default; }
.bk-selector .active {
color: #3c96ff; }
.bk-selector .active .bk-selector-node {
background-color: #eef6fe; }
.bk-selector .bk-selector-loading {
padding: 10px;
text-align: center; }
.bk-selector .selector-loading-icon {
position: absolute;
right: 10px;
top: 10px; }
.bk-icon-button {
min-width: 36px;
height: 36px;
line-height: 34px;
display: inline-block;
white-space: nowrap;
outline: none;
cursor: pointer;
white-space: nowrap;
-webkit-appearance: none;
padding: 0;
text-align: center;
vertical-align: middle;
font-size: 14px;
background: #ffffff;
border: 1px solid #c3cdd7;
border-radius: 2px;
color: #737987;
overflow: hidden;
text-decoration: none;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.bk-icon-button:hover, .bk-icon-button.hover {
background-color: #fafafa;
color: #737987;
text-decoration: none;
opacity: 1; }
.bk-icon-button:active, .bk-icon-button.active {
background-color: #eee;
color: #737987;
text-decoration: none;
opacity: 1; }
.bk-icon-button.is-disabled, .bk-icon-button[disabled] {
background-color: #ffffff !important;
border-color: #e5e5e5 !important;
color: #e6e6e6 !important;
cursor: not-allowed; }
.bk-icon-button.is-disabled .bk-text, .bk-icon-button[disabled] .bk-text {
background-color: #ffffff !important;
border-color: #e5e5e5 !important;
color: #e6e6e6 !important;
cursor: default; }
.bk-icon-button.is-loading {
position: relative; }
.bk-icon-button.is-loading .bk-icon {
font-family: "yahei" !important;
position: relative; }
.bk-icon-button.is-loading .bk-icon::before {
content: "";
display: block;
width: 12px;
height: 12px;
position: absolute;
left: 50%;
top: 50%;
background: url("images/loading_circle2.png") no-repeat 0 0;
margin: -6px 0 0 -6px;
animation: bk-icon-button-loading 0.8s infinite linear;
-ms-animation: bk-icon-button-loading 0.8s infinite linear;
-moz-animation: bk-icon-button-loading 0.8s infinite linear;
-webkit-animation: bk-icon-button-loading 0.8s infinite linear; }
.bk-icon-button.is-loading:hover .bk-icon::before {
background-image: url("images/loading_circle1.png"); }
.bk-icon-button.bk-default.is-loading:hover .bk-icon::before {
background-image: url("images/loading_circle2.png"); }
.bk-icon-button.bk-info {
background: #fafafa;
color: #88c3ff; }
.bk-icon-button.bk-info:hover, .bk-icon-button.bk-info.hover {
background-color: #7ab9fa;
border-color: #7ab9fa;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-info:hover .bk-text, .bk-icon-button.bk-info.hover .bk-text {
color: #fff;
background-color: #9ccbfb;
border-color: #9ccbfb; }
.bk-icon-button.bk-info:active, .bk-icon-button.bk-info.active {
background-color: #6eb5fe;
border-color: #6eb5fe;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-info:active .bk-text, .bk-icon-button.bk-info.active .bk-text {
color: #fff;
background-color: #a1cffe;
border-color: #a1cffe; }
.bk-icon-button.bk-primary {
background: #fafafa;
color: #3c96ff; }
.bk-icon-button.bk-primary:hover, .bk-icon-button.bk-primary.hover {
background-color: #0082ff;
border-color: #0082ff;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-primary:hover .bk-text, .bk-icon-button.bk-primary.hover .bk-text {
color: #fff;
background-color: #2494ff;
border-color: #2494ff; }
.bk-icon-button.bk-primary:active, .bk-icon-button.bk-primary.active {
background-color: #0978e2;
border-color: #0978e2;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-primary:active .bk-text, .bk-icon-button.bk-primary.active .bk-text {
color: #fff;
background-color: #2891f6;
border-color: #2891f6; }
.bk-icon-button.bk-success {
background: #fafafa;
color: #30d878; }
.bk-icon-button.bk-success:hover, .bk-icon-button.bk-success.hover {
background-color: #00c873;
border-color: #00c873;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-success:hover .bk-text, .bk-icon-button.bk-success.hover .bk-text {
color: #fff;
background-color: #00ec88;
border-color: #00ec88; }
.bk-icon-button.bk-success:active, .bk-icon-button.bk-success.active {
background-color: #00ae64;
border-color: #00ae64;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-success:active .bk-text, .bk-icon-button.bk-success.active .bk-text {
color: #fff;
background-color: #00e181;
border-color: #00e181; }
.bk-icon-button.bk-warning {
background: #fafafa;
color: #ffb400; }
.bk-icon-button.bk-warning:hover, .bk-icon-button.bk-warning.hover {
background-color: #ff9600;
border-color: #ff9600;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-warning:hover .bk-text, .bk-icon-button.bk-warning.hover .bk-text {
color: #fff;
background-color: #ffa524;
border-color: #ffa524; }
.bk-icon-button.bk-warning:active, .bk-icon-button.bk-warning.active {
background-color: #e38601;
border-color: #e38601;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-warning:active .bk-text, .bk-icon-button.bk-warning.active .bk-text {
color: #fff;
background-color: #fea019;
border-color: #fea019; }
.bk-icon-button.bk-danger {
background: #fafafa;
color: #ff5656; }
.bk-icon-button.bk-danger:hover, .bk-icon-button.bk-danger.hover {
background-color: #f72239;
border-color: #f72239;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-danger:hover .bk-text, .bk-icon-button.bk-danger.hover .bk-text {
color: #fff;
background-color: #f84458;
border-color: #f84458; }
.bk-icon-button.bk-danger:active, .bk-icon-button.bk-danger.active {
background-color: #cb2537;
border-color: #cb2537;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-danger:active .bk-text, .bk-icon-button.bk-danger.active .bk-text {
color: #fff;
background-color: #dd4656;
border-color: #dd4656; }
.bk-icon-button .bk-icon {
display: inline-block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
vertical-align: middle;
float: left;
margin-top: 0; }
.bk-icon-button .bk-text {
display: inline-block;
height: 34px;
line-height: 36px;
padding: 0 10px;
font-style: normal;
border-left: 1px solid #c3cdd7;
min-width: 70px;
vertical-align: middle;
float: left;
color: #666; }
.bk-icon-button .bk-text.is-disabled {
cursor: not-allowed; }
.bk-icon-button.bk-button-mini {
min-width: 24px;
height: 24px;
line-height: 22px;
font-size: 12px; }
.bk-icon-button.bk-button-mini .bk-icon {
width: 24px;
height: 24px;
line-height: 22px; }
.bk-icon-button.bk-button-mini .bk-text {
height: 24px;
line-height: 22px;
padding: 0 5px;
min-width: 30px; }
.bk-icon-button.bk-button-small {
min-width: 32px;
height: 32px;
line-height: 30px; }
.bk-icon-button.bk-button-small .bk-icon {
width: 32px;
height: 32px;
line-height: 30px; }
.bk-icon-button.bk-button-small .bk-text {
height: 32px;
line-height: 30px;
min-width: 60px; }
.bk-icon-button.bk-button-large {
min-width: 42px;
height: 42px;
line-height: 40px; }
.bk-icon-button.bk-button-large .bk-icon {
width: 42px;
height: 42px;
line-height: 40px; }
.bk-icon-button.bk-button-large .bk-text {
height: 42px;
line-height: 40px;
min-width: 80px; }
@keyframes bk-icon-button-loading {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes bk-icon-button-loading {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.bk-loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.9);
z-index: 1000; }
.bk-loading .bk-loading-wrapper {
text-align: center;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-loading-title {
text-align: center;
font-size: 14px;
color: #737987;
line-height: initial;
margin-top: 5px; }
.bk-loading .bk-loading1 {
position: relative;
width: 75px;
height: 14px;
margin: auto;
display: inline-block; }
.bk-loading .bk-loading1 .point {
position: absolute;
top: 0;
width: 14px;
height: 14px;
-webkit-animation-name: scale-animate;
animation-name: scale-animate;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
border-radius: 19px; }
.bk-loading .bk-loading1 .point1 {
background-color: #fd6154;
left: 0;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.bk-loading .bk-loading1 .point2 {
background-color: #ffb726;
left: 20px;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
.bk-loading .bk-loading1 .point3 {
background-color: #4cd084;
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.bk-loading .bk-loading1 .point4 {
background-color: #57a3f1;
left: 60px;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.bk-loading .bk-loading1.bk-black .point1,
.bk-loading .bk-loading1.bk-black .point2,
.bk-loading .bk-loading1.bk-black .point3,
.bk-loading .bk-loading1.bk-black .point4 {
background: #39424e; }
.bk-dot-loading,
.bk-loading1 {
position: relative;
width: 75px;
height: 14px;
margin: auto;
display: inline-block; }
.bk-dot-loading .point,
.bk-loading1 .point {
position: absolute;
top: 0;
width: 14px;
height: 14px;
-webkit-animation-name: scale-animate;
animation-name: scale-animate;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
border-radius: 19px; }
.bk-dot-loading .point1,
.bk-loading1 .point1 {
background-color: #fd6154;
left: 0;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.bk-dot-loading .point2,
.bk-loading1 .point2 {
background-color: #ffb726;
left: 20px;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
.bk-dot-loading .point3,
.bk-loading1 .point3 {
background-color: #4cd084;
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.bk-dot-loading .point4,
.bk-loading1 .point4 {
background-color: #57a3f1;
left: 60px;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.bk-dot-loading.bk-black .point1,
.bk-dot-loading.bk-black .point2,
.bk-dot-loading.bk-black .point3,
.bk-dot-loading.bk-black .point4,
.bk-loading1.bk-black .point1,
.bk-loading1.bk-black .point2,
.bk-loading1.bk-black .point3,
.bk-loading1.bk-black .point4 {
background: #39424e; }
@keyframes scale-animate {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0.6);
transform: scale(0.6); } }
@-webkit-keyframes scale-animate {
0% {
-webkit-transform: scale(1); }
100% {
-webkit-transform: scale(0.6); } }
.bk-spin-loading,
.bk-loading2 {
width: 39px;
height: 39px;
position: relative;
margin: auto;
display: inline-block;
vertical-align: middle; }
.bk-spin-loading .rotate,
.bk-loading2 .rotate {
position: absolute;
top: 77%;
right: 43%;
background-color: none;
background-color: #39424e\9\0;
width: 6px;
height: 8px;
-webkit-transform-origin: 50% -10px;
-ms-transform-origin: 50% -10px;
transform-origin: 50% -10px;
border-radius: 8px;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-animation-name: fade;
animation-name: fade;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal; }
.bk-spin-loading.bk-spin-loading-success .rotate,
.bk-loading2.bk-spin-loading-success .rotate {
background: #30d878\9\0;
-webkit-animation-name: fadeSuccess;
animation-name: fadeSuccess; }
.bk-spin-loading.bk-spin-loading-danger .rotate,
.bk-loading2.bk-spin-loading-danger .rotate {
background: #ff5656\9\0;
-webkit-animation-name: fadeDanger;
animation-name: fadeDanger; }
.bk-spin-loading.bk-spin-loading-warning .rotate,
.bk-loading2.bk-spin-loading-warning .rotate {
background: #ffb400\9\0;
-webkit-animation-name: fadeWarning;
animation-name: fadeWarning; }
.bk-spin-loading.bk-spin-loading-primary .rotate,
.bk-loading2.bk-spin-loading-primary .rotate {
background: #3c96ff\9\0;
-webkit-animation-name: fadePrimary;
animation-name: fadePrimary; }
.bk-spin-loading.bk-spin-loading-white .rotate,
.bk-loading2.bk-spin-loading-white .rotate {
background: #fff\9\0;
-webkit-animation-name: fadeWhite;
animation-name: fadeWhite; }
.bk-spin-loading .rotate1,
.bk-loading2 .rotate1 {
-webkit-animation-delay: 0.45s;
animation-delay: 0.45s;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.bk-spin-loading .rotate2,
.bk-loading2 .rotate2 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.bk-spin-loading .rotate3,
.bk-loading2 .rotate3 {
-webkit-animation-delay: 0.75s;
animation-delay: 0.75s;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
.bk-spin-loading .rotate4,
.bk-loading2 .rotate4 {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.bk-spin-loading .rotate5,
.bk-loading2 .rotate5 {
-webkit-animation-delay: 1.05s;
animation-delay: 1.05s;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.bk-spin-loading .rotate6,
.bk-loading2 .rotate6 {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg); }
.bk-spin-loading .rotate7,
.bk-loading2 .rotate7 {
-webkit-animation-delay: 1.35s;
animation-delay: 1.35s;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-spin-loading .rotate8,
.bk-loading2 .rotate8 {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.bk-spin-loading.bk-spin-loading-large,
.bk-loading2.bk-spin-loading-large {
width: 69px;
height: 69px; }
.bk-spin-loading.bk-spin-loading-large .rotate,
.bk-loading2.bk-spin-loading-large .rotate {
width: 10px;
height: 14px;
-webkit-transform-origin: 50% -18px;
-ms-transform-origin: 50% -18px;
transform-origin: 50% -18px; }
.bk-spin-loading.bk-spin-loading-small,
.bk-loading2.bk-spin-loading-small {
width: 27px;
height: 27px; }
.bk-spin-loading.bk-spin-loading-small .rotate,
.bk-loading2.bk-spin-loading-small .rotate {
width: 4px;
height: 5px;
-webkit-transform-origin: 50% -7px;
-ms-transform-origin: 50% -7px;
transform-origin: 50% -7px; }
.bk-spin-loading.bk-spin-loading-mini,
.bk-loading2.bk-spin-loading-mini {
width: 16px;
height: 16px; }
.bk-spin-loading.bk-spin-loading-mini .rotate,
.bk-loading2.bk-spin-loading-mini .rotate {
width: 2px;
height: 3px;
-webkit-transform-origin: 50% -4px;
-ms-transform-origin: 50% -4px;
transform-origin: 50% -4px; }
@keyframes fade {
0% {
background-color: #39424e; }
100% {
background-color: none; } }
@-webkit-keyframes fade {
0% {
background-color: #39424e; }
100% {
background-color: none; } }
@keyframes fadeSuccess {
0% {
background-color: #30d878; }
100% {
background-color: none; } }
@-webkit-keyframes fadeSuccess {
0% {
background-color: #30d878; }
100% {
background-color: none; } }
@keyframes fadePrimary {
0% {
background-color: #3c96ff; }
100% {
background-color: none; } }
@-webkit-keyframes fadePrimary {
0% {
background-color: #3c96ff; }
100% {
background-color: none; } }
@keyframes fadeDanger {
0% {
background-color: #ff5656; }
100% {
background-color: none; } }
@-webkit-keyframes fadeDanger {
0% {
background-color: #ff5656; }
100% {
background-color: none; } }
@keyframes fadeWarning {
0% {
background-color: #ffb400; }
100% {
background-color: none; } }
@-webkit-keyframes fadeWarning {
0% {
background-color: #ffb400; }
100% {
background-color: none; } }
@keyframes fadeWhite {
0% {
background-color: white; }
100% {
background-color: none; } }
@-webkit-keyframes fadeWhite {
0% {
background-color: white; }
100% {
background-color: none; } }
.bk-loading-box,
.bk-loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.9);
z-index: 1000; }
.bk-loading-box .bk-loading-wrapper,
.bk-loading .bk-loading-wrapper {
text-align: center;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.bk-loading-box-title,
.bk-loading-title {
text-align: center;
font-size: 14px;
color: #737987;
line-height: initial;
margin-top: 5px; }
.bk-message {
z-index: 2000;
position: fixed;
top: 3px;
left: 50%;
padding: 0 35px 0 10px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all linear .2s;
transition: all linear .2s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-width: 247px;
min-height: 42px;
border: 1px solid #fff;
border-radius: 3px;
background-color: #fff;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
/* 基于原生 JS 版本的样式 */ }
.bk-message:before, .bk-message:after {
content: '';
display: table;
line-height: 0; }
.bk-message:after {
clear: both; }
.bk-message-icon-wrapper {
float: left; }
.bk-message-icon {
width: 20px;
height: 20px;
line-height: 22px;
margin: 14px 10px 0 0;
text-align: center;
font-size: 12px;
border-radius: 50%; }
.bk-message-content {
word-break: break-all;
min-height: 42px;
padding: 14px 0;
line-height: 20px;
font-size: 14px;
font-weight: bold; }
.bk-message-close {
position: absolute;
right: 3px;
top: 9px;
width: 26px;
height: 26px;
cursor: pointer;
font-size: 14px;
text-align: center;
line-height: 26px; }
.bk-message.error {
background-color: #fbdddd;
border-color: #ffcdcd; }
.bk-message.error .bk-message-icon {
background-color: #ff5656;
color: #fbdddd; }
.bk-message.error .bk-message-content {
color: #ff5656; }
.bk-message.error .bk-message-close {
color: #f5a1a1; }
.bk-message.warning {
background-color: #ffeeca;
border-color: #ffe4ae; }
.bk-message.warning .bk-message-icon {
background-color: #ffb400;
color: #ffeeca; }
.bk-message.warning .bk-message-content {
color: #ffb400; }
.bk-message.warning .bk-message-close {
color: #ffca5d; }
.bk-message.success {
background-color: #d5fde5;
border-color: #bff3d4; }
.bk-message.success .bk-message-icon {
background-color: #30d878;
color: #d5fde5; }
.bk-message.success .bk-message-content {
color: #30d878; }
.bk-message.success .bk-message-close {
color: #98e7b8; }
.bk-message.primary {
background-color: #e1f3ff;
border-color: #bfdfff; }
.bk-message.primary .bk-message-icon {
color: #3c96ff;
font-size: 16px;
margin-top: 13px; }
.bk-message.primary .bk-message-content {
color: #3c96ff; }
.bk-message.primary .bk-message-close {
color: #8ec3f7; }
.bk-message.dom-version {
top: -50px; }
.bk-sideslider-show {
overflow-y: hidden !important; }
.bk-sideslider-show body {
overflow-y: hidden !important; }
.bk-sideslider-show.has-sideslider-padding {
padding-right: 17px !important; }
.bk-sideslider {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1500;
-webkit-transition: all linear .2s;
transition: all linear .2s; }
.bk-sideslider-wrapper {
position: absolute;
top: 0;
bottom: 0;
padding-bottom: 20px;
background-color: #fff;
-webkit-transition: all linear .2s;
transition: all linear .2s;
overflow-y: auto; }
.bk-sideslider-wrapper.left {
left: 0; }
.bk-sideslider-wrapper.right {
right: 0; }
.bk-sideslider-header {
width: 100%;
height: 60px; }
.bk-sideslider-header:before, .bk-sideslider-header:after {
content: '';
display: table;
line-height: 0; }
.bk-sideslider-header:after {
clear: both; }
.bk-sideslider-closer {
width: 30px;
height: 60px;
line-height: 60px;
background-color: #ff6666;
text-align: center;
color: #fff;
cursor: pointer; }
.bk-sideslider-closer span {
display: block;
margin-top: 22px; }
.bk-sideslider-title {
height: 60px;
line-height: 60px;
border-bottom: 1px solid #e6e6e6;
font-size: 16px;
font-weight: bold;
color: #666; }
.bk-steps {
display: table;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.bk-steps .bk-icon {
font-size: 18px; }
.bk-steps .bk-step.done .bk-step-number,
.bk-steps .bk-step.done .bk-step-icon,
.bk-steps .bk-step.done .bk-step-text {
background-color: #3c96ff;
border-color: #3c96ff; }
.bk-steps .bk-step.done::after {
background-color: #3c96ff; }
.bk-steps .bk-step.current .bk-step-number,
.bk-steps .bk-step.current .bk-step-icon,
.bk-steps .bk-step.current .bk-step-text {
border-color: #3c96ff;
color: #3c96ff; }
.bk-steps .bk-step {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center; }
.bk-steps .bk-step::after {
content: "";
position: absolute;
left: 50%;
top: 17px;
width: 100%;
height: 2px;
background-color: #c3cdd7; }
.bk-steps .bk-step .bk-step-indicator {
position: relative;
display: inline-block;
width: 36px;
height: 36px;
padding: 0;
border: 2px solid #c3cdd7;
border-radius: 50%;
line-height: 32px;
color: #c3cdd7;
text-align: center;
background-color: #fff;
z-index: 1; }
.bk-steps .bk-step .bk-step-number {
font-size: 18px;
font-family: arial; }
.bk-steps .bk-step .bk-step-icon {
font-size: 20px; }
.bk-steps .bk-step .bk-step-title {
display: block;
margin-top: 10px;
color: #c3cdd7;
font-size: 14px; }
.bk-steps .bk-step:last-of-type::after {
display: none; }
.bk-steps .bk-step.done .bk-step-number,
.bk-steps .bk-step.done .bk-step-icon,
.bk-steps .bk-step.done .bk-step-text {
color: #fff; }
.bk-steps .bk-step.done .bk-step-title {
color: #737987; }
.bk-steps .bk-step.current .bk-step-number,
.bk-steps .bk-step.current .bk-step-icon,
.bk-steps .bk-step.current .bk-step-text {
border-width: 2px; }
.bk-steps .bk-step.current .bk-step-title {
color: #737987; }
.bk-steps-info .bk-step.done .bk-step-number,
.bk-steps-info .bk-step.done .bk-step-icon,
.bk-steps-info .bk-step.done .bk-step-text {
background-color: #88c3ff;
border-color: #88c3ff; }
.bk-steps-info .bk-step.done::after {
background-color: #88c3ff; }
.bk-steps-info .bk-step.current .bk-step-number,
.bk-steps-info .bk-step.current .bk-step-icon,
.bk-steps-info .bk-step.current .bk-step-text {
border-color: #88c3ff;
color: #88c3ff; }
.bk-steps-success .bk-step.done .bk-step-number,
.bk-steps-success .bk-step.done .bk-step-icon,
.bk-steps-success .bk-step.done .bk-step-text {
background-color: #30d878;
border-color: #30d878; }
.bk-steps-success .bk-step.done::after {
background-color: #30d878; }
.bk-steps-success .bk-step.current .bk-step-number,
.bk-steps-success .bk-step.current .bk-step-icon,
.bk-steps-success .bk-step.current .bk-step-text {
border-color: #30d878;
color: #30d878; }
.bk-steps-warning .bk-step.done .bk-step-number,
.bk-steps-warning .bk-step.done .bk-step-icon,
.bk-steps-warning .bk-step.done .bk-step-text {
background-color: #ffb400;
border-color: #ffb400; }
.bk-steps-warning .bk-step.done::after {
background-color: #ffb400; }
.bk-steps-warning .bk-step.current .bk-step-number,
.bk-steps-warning .bk-step.current .bk-step-icon,
.bk-steps-warning .bk-step.current .bk-step-text {
border-color: #ffb400;
color: #ffb400; }
.bk-steps-danger .bk-step.done .bk-step-number,
.bk-steps-danger .bk-step.done .bk-step-icon,
.bk-steps-danger .bk-step.done .bk-step-text {
background-color: #ff5656;
border-color: #ff5656; }
.bk-steps-danger .bk-step.done::after {
background-color: #ff5656; }
.bk-steps-danger .bk-step.current .bk-step-number,
.bk-steps-danger .bk-step.current .bk-step-icon,
.bk-steps-danger .bk-step.current .bk-step-text {
border-color: #ff5656;
color: #ff5656; }
.bk-switcher {
width: 54px;
height: 28px;
line-height: 28px;
position: relative;
border-radius: 50px;
display: inline-block;
vertical-align: middle;
-webkit-transition: all .4s ease;
transition: all .4s ease;
background-color: #c3cdd7;
text-align: left; }
.bk-switcher:after {
left: 2px;
top: 2px;
content: "";
height: 24px;
width: 24px;
border-radius: 100px;
display: block;
-webkit-transition: all .3s ease;
transition: all .3s ease;
position: absolute;
cursor: pointer;
background: #fff;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.bk-switcher .switcher-label {
width: 30px;
height: 28px;
font-size: 12px;
color: #fff;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
font-weight: normal;
display: none;
margin: 0 0 0 26px;
text-align: center;
vertical-align: top; }
.bk-switcher .switcher-label .on-text {
display: none; }
.bk-switcher .switcher-label .off-text {
display: inline-block; }
.bk-switcher.bk-switcher-small .switcher-label {
margin-left: 25px; }
.bk-switcher.show-label {
width: 61px; }
.bk-switcher.show-label .switcher-label {
display: inline-block; }
.bk-switcher.is-disabled {
cursor: default;
background-color: #eee !important; }
.bk-switcher.is-disabled input[type=checkbox] {
cursor: not-allowed; }
.bk-switcher.is-checked {
background: #30d878; }
.bk-switcher.is-checked:after {
left: 100%;
top: 2px;
margin-left: -26px; }
.bk-switcher.is-checked .switcher-label {
margin-left: 4px; }
.bk-switcher.is-checked .switcher-label .on-text {
display: inline-block; }
.bk-switcher.is-checked .switcher-label .off-text {
display: none; }
.bk-switcher.bk-switcher-outline {
background: #fff;
border: 1px solid #c3cdd7; }
.bk-switcher.bk-switcher-outline:after {
width: 22px;
height: 22px;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #c3cdd7; }
.bk-switcher.bk-switcher-outline .switcher-label {
height: 26px;
color: #c3cdd7;
margin-left: 24px; }
.bk-switcher.bk-switcher-outline.is-checked {
border: 1px solid #30d878; }
.bk-switcher.bk-switcher-outline.is-checked:after {
margin-left: -24px;
background-color: #30d878; }
.bk-switcher.bk-switcher-outline.is-checked .switcher-label {
color: #30d878;
margin-left: 4px; }
.bk-switcher.bk-switcher-outline.is-disabled {
background-color: #fff !important;
border-color: #eee !important; }
.bk-switcher.bk-switcher-outline.is-disabled .switcher-label {
color: #eee; }
.bk-switcher.bk-switcher-outline.is-disabled:after {
background-color: #eee; }
.bk-switcher.bk-switcher-outline.bk-switcher-small:after {
width: 18px;
height: 18px; }
.bk-switcher.bk-switcher-outline.bk-switcher-small.is-checked:after {
margin-left: -20px; }
.bk-switcher.bk-switcher-square {
border-radius: 2px; }
.bk-switcher.bk-switcher-square:after {
border-radius: 2px; }
.bk-switcher.bk-switcher-square .switcher-label {
width: 35px; }
.bk-switcher.bk-switcher-small {
width: 44px;
height: 24px;
line-height: 22px; }
.bk-switcher.bk-switcher-small .switcher-label {
font-size: 12px;
display: none !important; }
.bk-switcher.bk-switcher-small:after {
width: 20px;
height: 20px; }
.bk-switcher.bk-switcher-small.is-checked:after {
left: 100%;
top: 2px;
margin-left: -22px; }
.bk-switcher input[type=checkbox],
.bk-switcher input[type=radio] {
opacity: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
cursor: pointer;
left: 0;
top: 0;
margin: 0; }
/*===================================================*\
* bk-form
\*===================================================*/
.bk-form.bk-inline-form {
display: inline-block; }
.bk-form.bk-inline-form .bk-form-item {
display: inline-block;
margin-bottom: 0;
margin-left: 10px; }
.bk-form.bk-inline-form .bk-form-item:first-child {
margin-left: 0; }
.bk-form.bk-inline-form .bk-form-item + .bk-form-item {
margin-top: 0; }
.bk-form.bk-inline-form .bk-form-inline-item {
display: inline-block;
vertical-align: top; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label {
position: relative; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: absolute;
margin: 3px -7px 0 2px;
display: inline-block;
vertical-align: middle;
right: 18px; }
.bk-form.bk-inline-form .bk-label {
width: auto;
display: inline-block;
padding: 10px 15px 10px 0; }
.bk-form.bk-inline-form.is-required > .bk-label:after {
right: 5px; }
.bk-form.bk-inline-form .bk-form-content {
display: inline-block;
margin-left: 0; }
.bk-form.bk-form-vertical .bk-label {
width: auto;
text-align: left; }
.bk-form.bk-form-vertical .bk-form-content {
clear: both;
margin-left: 0 !important; }
.bk-form.bk-form-vertical .bk-form-item + .bk-form-item {
margin-top: 8px; }
.bk-form.bk-form-vertical .bk-form-item.bk-form-action {
margin-top: 20px; }
.bk-form.bk-form-vertical .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form.bk-form-vertical .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form.bk-form-vertical .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form .bk-label {
width: 150px;
text-align: right;
vertical-align: middle;
float: left;
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 28px 10px 0; }
.bk-form .bk-form-content {
width: auto;
margin-left: 150px;
position: relative; }
.bk-form .bk-form-content > .bk-tip-text {
font-size: 14px;
color: #737987;
margin: 10px 0 0 0; }
.bk-form .bk-form-content > .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form .bk-form-content > .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form .bk-form-content > .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form ::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form ::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form ::placeholder {
color: #c3cdd7; }
.bk-form::after,
.bk-form .bk-form-item::before {
display: table;
content: "";
clear: both;
visibility: hidden;
font-size: 0; }
.bk-form input:-webkit-autofill, .bk-form textarea:-webkit-autofill, .bk-form select:-webkit-autofill {
background: #fff !important; }
.bk-form-item {
position: relative; }
.bk-form-item label {
margin-bottom: 0; }
.bk-form-item + .bk-form-item {
margin-top: 20px; }
.bk-form-item.is-required .bk-label {
position: relative; }
.bk-form-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: relative;
margin: 2px -7px 0 2px;
display: inline-block;
vertical-align: middle; }
.bk-form-item.is-readonly input[type="text"],
.bk-form-item.is-readonly input[type="password"],
.bk-form-item.is-readonly textarea,
.bk-form-item.is-readonly select {
background-color: #fafafa; }
.bk-form-item.is-disabled input[type="text"],
.bk-form-item.is-disabled input[type="password"],
.bk-form-item.is-disabled textarea,
.bk-form-item.is-disabled select {
background-color: #fafafa; }
.bk-form-item.is-danger input[type="text"],
.bk-form-item.is-danger input[type="password"],
.bk-form-item.is-danger textarea,
.bk-form-item.is-danger select, .bk-form-item.is-error input[type="text"],
.bk-form-item.is-error input[type="password"],
.bk-form-item.is-error textarea,
.bk-form-item.is-error select {
border-color: #ff5656; }
.bk-form-item.is-warning input[type="text"],
.bk-form-item.is-warning input[type="password"],
.bk-form-item.is-warning textarea,
.bk-form-item.is-warning select {
border-color: #ffb400; }
.bk-form-item.is-success input[type="text"],
.bk-form-item.is-success input[type="password"],
.bk-form-item.is-success textarea,
.bk-form-item.is-success select {
border-color: #30d878; }
.bk-form-item input.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-success + .bk-form-tip .bk-tip-text {
color: #30d878; }
.bk-form-item input.bk-error,
.bk-form-item select.bk-error,
.bk-form-item textarea.bk-error,
.bk-form-item input.is-danger,
.bk-form-item select.is-danger,
.bk-form-item textarea.is-danger {
border-color: #ff5656;
background-color: #fff4f4;
color: #ff5656; }
.bk-form-item input.bk-error::-webkit-input-placeholder,
.bk-form-item select.bk-error::-webkit-input-placeholder,
.bk-form-item textarea.bk-error::-webkit-input-placeholder,
.bk-form-item input.is-danger::-webkit-input-placeholder,
.bk-form-item select.is-danger::-webkit-input-placeholder,
.bk-form-item textarea.is-danger::-webkit-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::-ms-input-placeholder,
.bk-form-item select.bk-error::-ms-input-placeholder,
.bk-form-item textarea.bk-error::-ms-input-placeholder,
.bk-form-item input.is-danger::-ms-input-placeholder,
.bk-form-item select.is-danger::-ms-input-placeholder,
.bk-form-item textarea.is-danger::-ms-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::placeholder,
.bk-form-item select.bk-error::placeholder,
.bk-form-item textarea.bk-error::placeholder,
.bk-form-item input.is-danger::placeholder,
.bk-form-item select.is-danger::placeholder,
.bk-form-item textarea.is-danger::placeholder {
color: #ff5656; }
.bk-form-item input.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-danger + .bk-form-tip .bk-tip-text {
color: #ff5656; }
.bk-form-input,
.bk-form-password,
.bk-form-select,
.bk-form-textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 36px;
line-height: 1;
color: #666;
background-color: #fff;
border-radius: 2px;
width: 100%;
box-sizing: border-box;
border: 1px solid #c3cdd7;
padding: 0 10px;
font-size: 14px;
text-align: left;
vertical-align: middle;
outline: none;
resize: none;
-webkit-transition: border linear .2s;
transition: border linear .2s; }
.bk-form-input:focus,
.bk-form-password:focus,
.bk-form-select:focus,
.bk-form-textarea:focus {
border-color: #3c96ff !important;
background-color: #fff !important;
color: #737987 !important; }
.bk-form-input:focus::-webkit-input-placeholder,
.bk-form-password:focus::-webkit-input-placeholder,
.bk-form-select:focus::-webkit-input-placeholder,
.bk-form-textarea:focus::-webkit-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::-ms-input-placeholder,
.bk-form-password:focus::-ms-input-placeholder,
.bk-form-select:focus::-ms-input-placeholder,
.bk-form-textarea:focus::-ms-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::placeholder,
.bk-form-password:focus::placeholder,
.bk-form-select:focus::placeholder,
.bk-form-textarea:focus::placeholder {
color: #c3cdd7 !important; }
.bk-form-input::-webkit-input-placeholder,
.bk-form-password::-webkit-input-placeholder,
.bk-form-select::-webkit-input-placeholder,
.bk-form-textarea::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form-input::-ms-input-placeholder,
.bk-form-password::-ms-input-placeholder,
.bk-form-select::-ms-input-placeholder,
.bk-form-textarea::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form-input::placeholder,
.bk-form-password::placeholder,
.bk-form-select::placeholder,
.bk-form-textarea::placeholder {
color: #c3cdd7; }
.bk-form-input[disabled], .bk-form-input[readonly],
.bk-form-password[disabled],
.bk-form-password[readonly],
.bk-form-select[disabled],
.bk-form-select[readonly],
.bk-form-textarea[disabled],
.bk-form-textarea[readonly] {
background-color: #fafafa; }
.bk-form-input[disabled],
.bk-form-password[disabled],
.bk-form-select[disabled],
.bk-form-textarea[disabled] {
color: #ccc; }
.bk-form-select {
line-height: 32px;
padding-left: 0\9\0;
padding-right: 0\9\0; }
.bk-form-textarea {
min-height: 70px;
padding: 10px; }
.bk-form-mini .bk-form-input,
.bk-form-mini .bk-form-password,
.bk-form-mini .bk-form-select,
.bk-form-mini .bk-form-textarea {
height: 24px;
font-size: 12px; }
.bk-form-small .bk-form-input,
.bk-form-small .bk-form-password,
.bk-form-small .bk-form-select,
.bk-form-small .bk-form-textarea {
height: 32px;
font-size: 12px; }
.bk-form-large .bk-form-input,
.bk-form-large .bk-form-password,
.bk-form-large .bk-form-select,
.bk-form-large .bk-form-textarea {
height: 42px;
font-size: 14px; }
.bk-form-larger .bk-form-input,
.bk-form-larger .bk-form-password,
.bk-form-larger .bk-form-select,
.bk-form-larger .bk-form-textarea {
height: 54px;
font-size: 18px; }
.bk-form-tip {
height: 36px;
line-height: 36px;
padding: 0 10px 0 35px;
position: relative;
position: absolute;
left: 100%;
top: 0; }
.bk-form-tip .bk-badge {
vertical-align: middle; }
.bk-form-tip .bk-tip-text {
float: left;
font-size: 14px;
color: #737987;
display: inline-block;
padding: 0;
margin: 0;
white-space: nowrap; }
.bk-form-radio {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-radio .bk-radio-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-radio input[type=radio] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background-color: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 0;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-radio input[type=radio]:checked {
background-position: -33px 0; }
.bk-form-radio input[type=radio]:checked[disabled] {
color: #ccc;
background-position: -99px 0; }
.bk-form-radio input[type=radio][disabled] {
background-position: -66px 0;
cursor: default; }
.bk-form-radio input[type=radio][disabled] + .bk-radio-text {
color: #ccc;
cursor: default; }
.bk-form-radio.bk-radio-small input[type=radio] {
width: 14px;
height: 14px;
background-position: 0 -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked {
background-position: -33px -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked[disabled] {
background-position: -99px -33px; }
.bk-form-radio.bk-radio-small input[type=radio][disabled] {
background-position: -66px -33px; }
.bk-form-checkbox {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-checkbox .bk-checkbox-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-checkbox input[type=checkbox] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 -62px;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-checkbox input[type=checkbox]:checked {
background-position: -33px -62px; }
.bk-form-checkbox input[type=checkbox]:checked[disabled] {
color: #ccc;
background-position: -99px -62px; }
.bk-form-checkbox input[type=checkbox][disabled] {
background-position: -66px -62px;
cursor: default; }
.bk-form-checkbox input[type=checkbox][disabled] + .bk-checkbox-text {
color: #ccc;
cursor: default; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox] {
width: 14px;
height: 14px;
background-position: 0 -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked {
background-position: -33px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked[disabled] {
background-position: -99px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox][disabled] {
background-position: -66px -95px; }
.bk-radio {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
cursor: pointer;
height: 34px;
padding: 8px 0;
position: relative; }
.bk-radio.bk-radio-small input[type='radio'] {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-control {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-text {
line-height: 14px; }
.bk-radio input[type='radio'] {
width: 18px;
height: 18px;
opacity: 0;
vertical-align: middle; }
.bk-radio .bk-radio-control {
width: 18px;
height: 18px;
border-radius: 50%;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-radio .bk-radio-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-radio input:checked ~ .bk-radio-control:after, .bk-radio input[checked="checked"] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/radio.png");
background-size: cover;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-radio input[disabled] ~ .bk-radio-control {
cursor: not-allowed; }
.bk-radio input[disabled] ~ .bk-radio-text {
color: #ccc;
cursor: not-allowed; }
.bk-radio input[disabled][checked] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: #ccc;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
height: 34px;
position: relative;
display: inline-block;
padding: 8px 0; }
.bk-checkbox.bk-checkbox-small input[type='checkbox'] {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-control {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-text {
line-height: 14px; }
.bk-checkbox input[type='checkbox'] {
width: 18px;
height: 18px;
opacity: 0; }
.bk-checkbox .bk-checkbox-control {
width: 18px;
height: 18px;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-checkbox .bk-checkbox-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-checkbox input:checked ~ .bk-checkbox-control:after, .bk-checkbox input[checked="checked"] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox input[disabled] ~ .bk-checkbox-control {
cursor: not-allowed; }
.bk-checkbox input[disabled] ~ .bk-checkbox-text {
color: #ccc;
cursor: not-allowed; }
.bk-checkbox input[disabled][checked] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox-disabled.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-tag-selector {
position: relative; }
.bk-tag-selector .bk-tag-input {
padding: 3px 0 0 3px;
border: 1px solid #e6e6e7;
min-height: 36px;
border-radius: 2px;
font-size: 12px;
position: relative;
z-index: 1;
background: #fff;
cursor: pointer;
overflow: hidden; }
.bk-tag-selector .bk-tag-input.disabled {
background: #fafafa;
cursor: not-allowed; }
.bk-tag-selector .bk-tag-input.disabled .tag-list > li {
cursor: not-allowed; }
.bk-tag-selector .bk-tag-input.disabled .tag-list .key-node {
padding-right: 2px; }
.bk-tag-selector .bk-tag-input .placeholder {
margin: 0;
padding: 0;
position: absolute;
top: 7px;
left: 10px;
color: #c3cdd7; }
.bk-tag-selector .bk-tag-input .input {
width: 10px;
height: 24px;
padding: 0;
border: 0;
-webkit-box-shadow: border-box;
box-shadow: border-box;
outline: none;
max-width: 295px;
margin-top: 2px; }
.bk-tag-selector .bk-tag-input .tag-list {
display: inline-block;
max-height: 135px;
overflow: auto;
float: left;
margin: 0;
padding: 0; }
.bk-tag-selector .bk-tag-input .tag-list > li {
display: inline-block;
cursor: pointer;
position: relative;
margin: 0 3px 3px 0;
border-radius: 2px;
float: left;
height: 28px;
line-height: 26px; }
.bk-tag-selector .bk-tag-input .tag-list > li.key-node {
border: solid 1px #e6e6e7; }
.bk-tag-selector .bk-tag-input .tag-list .key-node {
background: #fafafa; }
.bk-tag-selector .bk-tag-input .tag-list .key-node .remove-key {
display: inline-block; }
.bk-tag-selector .bk-tag-input .tag-list .remove-key {
position: relative;
width: 16px;
height: 16px;
line-height: 16px;
top: 2px;
right: 5px;
display: inline-block;
font-size: 12px;
text-align: center;
color: #666;
display: none;
text-decoration: none; }
.bk-tag-selector .bk-tag-input .tag {
display: inline-block;
background-color: #fafafa;
color: #666;
font-size: 12px;
border: none;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
border-radius: 2px;
padding: 0 11px;
min-height: 21px;
line-height: 21px;
word-break: break-all;
max-width: 200px;
overflow: hidden;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap; }
.bk-tag-selector .bk-tag-input .dropdown-actions {
width: 100%;
font-size: 0; }
.bk-tag-selector .bk-tag-input .dropdown-actions .bk-button {
width: 50%;
margin: 0;
border-radius: 0;
border-width: 0;
border-top-width: 1px; }
.bk-tag-selector .bk-selector-list {
position: absolute;
top: calc(100% + 5px);
left: 0;
right: 0;
-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 2px;
background-color: #fff;
z-index: 100;
overflow-y: hidden; }
.bk-tag-selector .bk-selector-list > ul {
max-height: 160px;
padding: 0;
margin: 0;
list-style: none;
overflow-y: auto; }
.bk-tag-selector .bk-selector-list > ul::-webkit-scrollbar {
width: 4px;
background-color: white; }
.bk-tag-selector .bk-selector-list > ul::-webkit-scrollbar-thumb {
height: 5px;
border-radius: 2px;
background-color: #e6e9ea; }
.bk-tag-selector .bk-selector-list-item {
position: relative;
width: 100%;
border-left: #c3cdd7;
border-right: #c3cdd7;
background-color: #fff;
cursor: pointer; }
.bk-tag-selector .bk-selector-list-item:first-child {
border-top: #c3cdd7; }
.bk-tag-selector .bk-selector-list-item:last-child {
border-bottom: #c3cdd7; }
.bk-tag-selector .bk-selector-list-item:hover, .bk-tag-selector .bk-selector-list-item.bk-selector-selected {
background-color: #eef6fe;
color: #3c96ff; }
.bk-tag-selector .bk-selector-list-item:hover .bk-selector-tools, .bk-tag-selector .bk-selector-list-item.bk-selector-selected .bk-selector-tools {
display: block; }
.bk-tag-selector .bk-selector-list-item .text {
padding: 0 10px;
line-height: 42px;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.bk-tag-selector .bk-selector-list-item .bk-selector-tools {
position: absolute;
display: none;
top: 10px;
right: 0;
font-size: 12px; }
.bk-tag-selector .bk-selector-list-item .bk-selector-tools .bk-selector-list-icon {
margin-right: 14px; }
.bk-transfer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative; }
.bk-transfer .transfer {
width: 30px;
height: 30px;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
background: url(images/transfer.png) no-repeat center center; }
.bk-transfer .source-list,
.bk-transfer .target-list {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 200px;
height: 400px;
background-color: #fff;
border-radius: 2px;
border: 1px solid #dde4eb;
overflow: hidden; }
.bk-transfer .source-list .slot-header,
.bk-transfer .target-list .slot-header {
height: 43px;
line-height: 43px;
background-color: #fafbfd;
border-bottom: 1px solid #dde4eb;
padding: 0 20px;
position: relative; }
.bk-transfer .source-list .slot-header .slot-content,
.bk-transfer .target-list .slot-header .slot-content {
position: relative; }
.bk-transfer .source-list .header,
.bk-transfer .target-list .header {
height: 43px;
line-height: 43px;
background-color: #fafbfd;
border-bottom: 1px solid #dde4eb;
padding: 0 20px;
position: relative; }
.bk-transfer .source-list .header span,
.bk-transfer .target-list .header span {
position: absolute;
right: 10px;
font-size: 12px;
color: #3c96ff;
cursor: pointer; }
.bk-transfer .source-list .header span.disabled,
.bk-transfer .target-list .header span.disabled {
color: #c3cdd7;
cursor: not-allowed; }
.bk-transfer .source-list .empty,
.bk-transfer .target-list .empty {
width: 100%;
position: relative;
top: 40%;
text-align: center;
color: #c3cdd7;
cursor: default; }
.bk-transfer .source-list .content,
.bk-transfer .target-list .content {
max-height: 82%;
overflow-y: auto;
position: relative;
padding: 0; }
.bk-transfer .source-list .content li,
.bk-transfer .target-list .content li {
height: 40px;
line-height: 40px;
padding: 0 20px;
list-style: none;
cursor: pointer;
position: relative; }
.bk-transfer .source-list .content li:hover,
.bk-transfer .target-list .content li:hover {
background-color: #eef6fe;
color: #3c96ff; }
.bk-transfer .source-list .content li .icon-wrapper,
.bk-transfer .target-list .content li .icon-wrapper {
position: absolute;
right: 20px;
display: none; }
.bk-transfer .source-list .content li .icon-wrapper.hover,
.bk-transfer .target-list .content li .icon-wrapper.hover {
display: inline-block; }
.bk-transfer .source-list .content::-webkit-scrollbar,
.bk-transfer .target-list .content::-webkit-scrollbar {
width: 4px;
background-color: rgba(204, 204, 204, 0); }
.bk-transfer .source-list .content::-webkit-scrollbar-thumb,
.bk-transfer .target-list .content::-webkit-scrollbar-thumb {
height: 5px;
border-radius: 2px;
background-color: #e6e9ea; }
.bk-transfer .target-list {
margin-left: 33px; }
.bk-loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.9);
z-index: 1000; }
.bk-loading .bk-loading-wrapper {
text-align: center;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-loading-title {
text-align: center;
font-size: 14px;
color: #737987;
line-height: initial;
margin-top: 5px; }
.bk-loading .bk-loading1 {
position: relative;
width: 75px;
height: 14px;
margin: auto;
display: inline-block; }
.bk-loading .bk-loading1 .point {
position: absolute;
top: 0;
width: 14px;
height: 14px;
-webkit-animation-name: scale-animate;
animation-name: scale-animate;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
border-radius: 19px; }
.bk-loading .bk-loading1 .point1 {
background-color: #fd6154;
left: 0;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.bk-loading .bk-loading1 .point2 {
background-color: #ffb726;
left: 20px;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
.bk-loading .bk-loading1 .point3 {
background-color: #4cd084;
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.bk-loading .bk-loading1 .point4 {
background-color: #57a3f1;
left: 60px;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.bk-loading .bk-loading1.bk-black .point1,
.bk-loading .bk-loading1.bk-black .point2,
.bk-loading .bk-loading1.bk-black .point3,
.bk-loading .bk-loading1.bk-black .point4 {
background: #39424e; }
.bk-dot-loading,
.bk-loading1 {
position: relative;
width: 75px;
height: 14px;
margin: auto;
display: inline-block; }
.bk-dot-loading .point,
.bk-loading1 .point {
position: absolute;
top: 0;
width: 14px;
height: 14px;
-webkit-animation-name: scale-animate;
animation-name: scale-animate;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
border-radius: 19px; }
.bk-dot-loading .point1,
.bk-loading1 .point1 {
background-color: #fd6154;
left: 0;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.bk-dot-loading .point2,
.bk-loading1 .point2 {
background-color: #ffb726;
left: 20px;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
.bk-dot-loading .point3,
.bk-loading1 .point3 {
background-color: #4cd084;
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.bk-dot-loading .point4,
.bk-loading1 .point4 {
background-color: #57a3f1;
left: 60px;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.bk-dot-loading.bk-black .point1,
.bk-dot-loading.bk-black .point2,
.bk-dot-loading.bk-black .point3,
.bk-dot-loading.bk-black .point4,
.bk-loading1.bk-black .point1,
.bk-loading1.bk-black .point2,
.bk-loading1.bk-black .point3,
.bk-loading1.bk-black .point4 {
background: #39424e; }
@keyframes scale-animate {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0.6);
transform: scale(0.6); } }
@-webkit-keyframes scale-animate {
0% {
-webkit-transform: scale(1); }
100% {
-webkit-transform: scale(0.6); } }
.bk-spin-loading,
.bk-loading2 {
width: 39px;
height: 39px;
position: relative;
margin: auto;
display: inline-block;
vertical-align: middle; }
.bk-spin-loading .rotate,
.bk-loading2 .rotate {
position: absolute;
top: 77%;
right: 43%;
background-color: none;
background-color: #39424e\9\0;
width: 6px;
height: 8px;
-webkit-transform-origin: 50% -10px;
-ms-transform-origin: 50% -10px;
transform-origin: 50% -10px;
border-radius: 8px;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-animation-name: fade;
animation-name: fade;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal; }
.bk-spin-loading.bk-spin-loading-success .rotate,
.bk-loading2.bk-spin-loading-success .rotate {
background: #30d878\9\0;
-webkit-animation-name: fadeSuccess;
animation-name: fadeSuccess; }
.bk-spin-loading.bk-spin-loading-danger .rotate,
.bk-loading2.bk-spin-loading-danger .rotate {
background: #ff5656\9\0;
-webkit-animation-name: fadeDanger;
animation-name: fadeDanger; }
.bk-spin-loading.bk-spin-loading-warning .rotate,
.bk-loading2.bk-spin-loading-warning .rotate {
background: #ffb400\9\0;
-webkit-animation-name: fadeWarning;
animation-name: fadeWarning; }
.bk-spin-loading.bk-spin-loading-primary .rotate,
.bk-loading2.bk-spin-loading-primary .rotate {
background: #3c96ff\9\0;
-webkit-animation-name: fadePrimary;
animation-name: fadePrimary; }
.bk-spin-loading.bk-spin-loading-white .rotate,
.bk-loading2.bk-spin-loading-white .rotate {
background: #fff\9\0;
-webkit-animation-name: fadeWhite;
animation-name: fadeWhite; }
.bk-spin-loading .rotate1,
.bk-loading2 .rotate1 {
-webkit-animation-delay: 0.45s;
animation-delay: 0.45s;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.bk-spin-loading .rotate2,
.bk-loading2 .rotate2 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.bk-spin-loading .rotate3,
.bk-loading2 .rotate3 {
-webkit-animation-delay: 0.75s;
animation-delay: 0.75s;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
.bk-spin-loading .rotate4,
.bk-loading2 .rotate4 {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.bk-spin-loading .rotate5,
.bk-loading2 .rotate5 {
-webkit-animation-delay: 1.05s;
animation-delay: 1.05s;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.bk-spin-loading .rotate6,
.bk-loading2 .rotate6 {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg); }
.bk-spin-loading .rotate7,
.bk-loading2 .rotate7 {
-webkit-animation-delay: 1.35s;
animation-delay: 1.35s;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-spin-loading .rotate8,
.bk-loading2 .rotate8 {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.bk-spin-loading.bk-spin-loading-large,
.bk-loading2.bk-spin-loading-large {
width: 69px;
height: 69px; }
.bk-spin-loading.bk-spin-loading-large .rotate,
.bk-loading2.bk-spin-loading-large .rotate {
width: 10px;
height: 14px;
-webkit-transform-origin: 50% -18px;
-ms-transform-origin: 50% -18px;
transform-origin: 50% -18px; }
.bk-spin-loading.bk-spin-loading-small,
.bk-loading2.bk-spin-loading-small {
width: 27px;
height: 27px; }
.bk-spin-loading.bk-spin-loading-small .rotate,
.bk-loading2.bk-spin-loading-small .rotate {
width: 4px;
height: 5px;
-webkit-transform-origin: 50% -7px;
-ms-transform-origin: 50% -7px;
transform-origin: 50% -7px; }
.bk-spin-loading.bk-spin-loading-mini,
.bk-loading2.bk-spin-loading-mini {
width: 16px;
height: 16px; }
.bk-spin-loading.bk-spin-loading-mini .rotate,
.bk-loading2.bk-spin-loading-mini .rotate {
width: 2px;
height: 3px;
-webkit-transform-origin: 50% -4px;
-ms-transform-origin: 50% -4px;
transform-origin: 50% -4px; }
@keyframes fade {
0% {
background-color: #39424e; }
100% {
background-color: none; } }
@-webkit-keyframes fade {
0% {
background-color: #39424e; }
100% {
background-color: none; } }
@keyframes fadeSuccess {
0% {
background-color: #30d878; }
100% {
background-color: none; } }
@-webkit-keyframes fadeSuccess {
0% {
background-color: #30d878; }
100% {
background-color: none; } }
@keyframes fadePrimary {
0% {
background-color: #3c96ff; }
100% {
background-color: none; } }
@-webkit-keyframes fadePrimary {
0% {
background-color: #3c96ff; }
100% {
background-color: none; } }
@keyframes fadeDanger {
0% {
background-color: #ff5656; }
100% {
background-color: none; } }
@-webkit-keyframes fadeDanger {
0% {
background-color: #ff5656; }
100% {
background-color: none; } }
@keyframes fadeWarning {
0% {
background-color: #ffb400; }
100% {
background-color: none; } }
@-webkit-keyframes fadeWarning {
0% {
background-color: #ffb400; }
100% {
background-color: none; } }
@keyframes fadeWhite {
0% {
background-color: white; }
100% {
background-color: none; } }
@-webkit-keyframes fadeWhite {
0% {
background-color: white; }
100% {
background-color: none; } }
.bk-loading-box,
.bk-loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.9);
z-index: 1000; }
.bk-loading-box .bk-loading-wrapper,
.bk-loading .bk-loading-wrapper {
text-align: center;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.bk-loading-box-title,
.bk-loading-title {
text-align: center;
font-size: 14px;
color: #737987;
line-height: initial;
margin-top: 5px; }
.fade-enter-active, .fade-leave-active {
-webkit-transition: opacity .2s;
transition: opacity .2s; }
.fade-enter, .fade-leave-to {
opacity: 0; }
.bk-tree {
font-size: 14px;
-webkit-transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;
transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out; }
.bk-tree .expand-enter-active {
-webkit-transition: all 3s ease;
transition: all 3s ease;
height: 50px;
overflow: hidden; }
.bk-tree .expand-leave-active {
-webkit-transition: all 3s ease;
transition: all 3s ease;
height: 0px;
overflow: hidden; }
.bk-tree .expand-enter, .bk-tree .bk-tree .expand-leave {
height: 0;
opacity: 0; }
.bk-tree ul {
-webkit-box-sizing: border-box;
box-sizing: border-box;
list-style-type: none;
text-align: left;
padding-left: 18px; }
.bk-tree li {
position: relative;
margin: 0;
list-style: none;
list-style-type: none;
text-align: left; }
.bk-tree li.leaf {
padding-left: 18px; }
.bk-tree .search-no-data {
color: #999;
font-size: 14px;
text-align: left; }
.bk-tree .tree-drag-node .tree-expanded-icon {
position: relative;
top: 1px;
color: #c0c4cc;
cursor: pointer; }
.bk-tree .tree-drag-node .tree-node {
display: inline-block; }
.bk-tree .tree-singe {
padding-bottom: 10px; }
.bk-tree .loading {
width: 14px;
height: 14px;
display: inline-block; }
.bk-tree .node-title {
border-radius: 3px;
cursor: pointer; }
.bk-tree .node-selected {
color: #3c96ff; }
.bk-tree .node-icon {
position: relative;
top: 2px;
left: 2px; }
.bk-tree .mr5 {
margin-right: -6px !important; }
.bk-tree .bk-form-half-checked {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-tree .bk-form-half-checked .bk-checkbox-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-tree .bk-form-half-checked input[type=checkbox] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background: #fff;
background-image: url("images/bk_half_check.svg");
display: inline-block;
background-position: 0 -62px;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-tree .bk-form-half-checked input[type=checkbox]:checked {
background-position: -33px -62px; }
.bk-tree .bk-form-half-checked input[type=checkbox]:checked[disabled] {
color: #ccc;
background-position: -99px -62px; }
.bk-tree .bk-form-half-checked input[type=checkbox][disabled] {
background-position: -66px -62px;
cursor: default; }
.bk-tree .bk-form-half-checked input[type=checkbox][disabled] + .bk-checkbox-text {
color: #ccc;
cursor: default; }
.bk-tree .bk-form-half-checked.bk-checkbox-small input[type=checkbox] {
width: 14px;
height: 14px;
background-position: 0 -98px; }
.bk-tree .bk-form-half-checked.bk-checkbox-small input[type=checkbox]:checked {
background-position: -42px -98px; }
.bk-tree .bk-form-half-checked.bk-checkbox-small input[type=checkbox]:checked[disabled] {
background-position: -99px -98px; }
.bk-tree .bk-form-half-checked.bk-checkbox-small input[type=checkbox][disabled] {
background-position: -66px -98px;
background-color: #ccc; }
.bk-tree .bk-form-checkbox {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-tree .bk-form-checkbox .bk-checkbox-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-tree .bk-form-checkbox input[type=checkbox] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 -62px;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-tree .bk-form-checkbox input[type=checkbox]:checked {
background-position: -33px -62px; }
.bk-tree .bk-form-checkbox input[type=checkbox]:checked[disabled] {
color: #ccc;
background-position: -99px -62px; }
.bk-tree .bk-form-checkbox input[type=checkbox][disabled] {
background-position: -66px -62px;
cursor: default; }
.bk-tree .bk-form-checkbox input[type=checkbox][disabled] + .bk-checkbox-text {
color: #ccc;
cursor: default; }
.bk-tree .bk-form-checkbox.bk-checkbox-small input[type=checkbox] {
width: 14px;
height: 14px;
background-position: 0 -95px; }
.bk-tree .bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked {
background-position: -33px -95px; }
.bk-tree .bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked[disabled] {
background-position: -99px -95px;
cursor: not-allowed; }
.bk-tree .bk-form-checkbox.bk-checkbox-small input[type=checkbox][disabled] {
background-position: -66px -95px;
background-color: #ccc;
cursor: not-allowed; }
.bk-tree > ul {
padding-left: 0; }
.bk-has-border-tree li:before {
content: '';
left: -8px;
position: absolute;
right: auto;
border-width: 1px;
border-left: 1px dotted #c3cdd7;
bottom: 50px;
height: 100%;
left: -12px;
top: -11px;
width: 1px; }
.bk-has-border-tree li:after {
content: '';
left: -8px;
position: absolute;
right: auto;
border-width: 1px;
border-top: 1px dotted #c3cdd7;
height: 20px;
top: 15px;
width: 16px; }
.bk-has-border-tree li:last-child::before {
height: 26px; }
.bk-has-border-tree li.leaf:after {
content: '';
left: -7px;
position: absolute;
right: auto;
border-width: 1px;
border-top: 1px dotted #c3cdd7;
height: 20px;
top: 15px;
width: 20px; }
.bk-has-border-tree li.single:before {
top: -15px; }
.bk-has-border-tree li.single:after {
top: 10px; }
.bk-has-border-tree li.leaf.single:after {
top: 11px; }
.bk-has-border-tree > li.tree-first-node:before {
top: 17px; }
.bk-has-border-tree > li.tree-second-node:before {
top: 4px; }
.bk-has-border-tree > li.tree-first-node.tree-only-node::before {
border-left: none; }
.bk-has-border-tree > li.tree-only-node:after {
border-top: none; }
.bk-timeline > ul {
list-style: none;
padding-left: 6px; }
.bk-timeline .default {
position: relative;
border-left: 2px solid #999999;
padding-left: 14px;
padding-bottom: 25px;
font-size: 0; }
.bk-timeline .default::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #999999;
border-radius: 50%;
position: absolute;
top: 0;
left: -7px; }
.bk-timeline .default:last-child::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #999999;
border-radius: 100%;
position: absolute;
bottom: 0;
left: -7px; }
.bk-timeline .primary {
position: relative;
border-left: 2px solid #3c96ff;
padding-left: 14px;
padding-bottom: 25px;
font-size: 0; }
.bk-timeline .primary::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #3c96ff;
border-radius: 50%;
position: absolute;
top: 0;
left: -7px; }
.bk-timeline .primary:last-child::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #3c96ff;
border-radius: 100%;
position: absolute;
bottom: 0;
left: -7px; }
.bk-timeline .warning {
position: relative;
border-left: 2px solid #ffb400;
padding-left: 14px;
padding-bottom: 25px;
font-size: 0; }
.bk-timeline .warning::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #ffb400;
border-radius: 50%;
position: absolute;
top: 0;
left: -7px; }
.bk-timeline .warning:last-child::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #ffb400;
border-radius: 100%;
position: absolute;
bottom: 0;
left: -7px; }
.bk-timeline .success {
position: relative;
border-left: 2px solid #30d878;
padding-left: 14px;
padding-bottom: 25px;
font-size: 0; }
.bk-timeline .success::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #30d878;
border-radius: 50%;
position: absolute;
top: 0;
left: -7px; }
.bk-timeline .success:last-child::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #30d878;
border-radius: 100%;
position: absolute;
bottom: 0;
left: -7px; }
.bk-timeline .danger {
position: relative;
border-left: 2px solid #ff5656;
padding-left: 14px;
padding-bottom: 25px;
font-size: 0; }
.bk-timeline .danger::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #ff5656;
border-radius: 50%;
position: absolute;
top: 0;
left: -7px; }
.bk-timeline .danger:last-child::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #ff5656;
border-radius: 100%;
position: absolute;
bottom: 0;
left: -7px; }
.bk-timeline .bk-timeline-dot .bk-timeline-time {
font-size: 12px;
color: #999999;
padding-bottom: 10px;
display: inline-block;
margin-top: -2px;
cursor: pointer; }
.bk-timeline .bk-timeline-dot .bk-timeline-content {
max-width: 300px;
word-break: break-all;
font-size: 14px;
color: #666666; }
.bk-loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.9);
z-index: 1000; }
.bk-loading .bk-loading-wrapper {
text-align: center;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-loading-title {
text-align: center;
font-size: 14px;
color: #737987;
line-height: initial;
margin-top: 5px; }
.bk-loading .bk-loading1 {
position: relative;
width: 75px;
height: 14px;
margin: auto;
display: inline-block; }
.bk-loading .bk-loading1 .point {
position: absolute;
top: 0;
width: 14px;
height: 14px;
-webkit-animation-name: scale-animate;
animation-name: scale-animate;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
border-radius: 19px; }
.bk-loading .bk-loading1 .point1 {
background-color: #fd6154;
left: 0;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.bk-loading .bk-loading1 .point2 {
background-color: #ffb726;
left: 20px;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
.bk-loading .bk-loading1 .point3 {
background-color: #4cd084;
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.bk-loading .bk-loading1 .point4 {
background-color: #57a3f1;
left: 60px;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.bk-loading .bk-loading1.bk-black .point1,
.bk-loading .bk-loading1.bk-black .point2,
.bk-loading .bk-loading1.bk-black .point3,
.bk-loading .bk-loading1.bk-black .point4 {
background: #39424e; }
.bk-dot-loading,
.bk-loading1 {
position: relative;
width: 75px;
height: 14px;
margin: auto;
display: inline-block; }
.bk-dot-loading .point,
.bk-loading1 .point {
position: absolute;
top: 0;
width: 14px;
height: 14px;
-webkit-animation-name: scale-animate;
animation-name: scale-animate;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
border-radius: 19px; }
.bk-dot-loading .point1,
.bk-loading1 .point1 {
background-color: #fd6154;
left: 0;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.bk-dot-loading .point2,
.bk-loading1 .point2 {
background-color: #ffb726;
left: 20px;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
.bk-dot-loading .point3,
.bk-loading1 .point3 {
background-color: #4cd084;
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.bk-dot-loading .point4,
.bk-loading1 .point4 {
background-color: #57a3f1;
left: 60px;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.bk-dot-loading.bk-black .point1,
.bk-dot-loading.bk-black .point2,
.bk-dot-loading.bk-black .point3,
.bk-dot-loading.bk-black .point4,
.bk-loading1.bk-black .point1,
.bk-loading1.bk-black .point2,
.bk-loading1.bk-black .point3,
.bk-loading1.bk-black .point4 {
background: #39424e; }
@keyframes scale-animate {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0.6);
transform: scale(0.6); } }
@-webkit-keyframes scale-animate {
0% {
-webkit-transform: scale(1); }
100% {
-webkit-transform: scale(0.6); } }
.bk-spin-loading,
.bk-loading2 {
width: 39px;
height: 39px;
position: relative;
margin: auto;
display: inline-block;
vertical-align: middle; }
.bk-spin-loading .rotate,
.bk-loading2 .rotate {
position: absolute;
top: 77%;
right: 43%;
background-color: none;
background-color: #39424e\9\0;
width: 6px;
height: 8px;
-webkit-transform-origin: 50% -10px;
-ms-transform-origin: 50% -10px;
transform-origin: 50% -10px;
border-radius: 8px;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-animation-name: fade;
animation-name: fade;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal; }
.bk-spin-loading.bk-spin-loading-success .rotate,
.bk-loading2.bk-spin-loading-success .rotate {
background: #30d878\9\0;
-webkit-animation-name: fadeSuccess;
animation-name: fadeSuccess; }
.bk-spin-loading.bk-spin-loading-danger .rotate,
.bk-loading2.bk-spin-loading-danger .rotate {
background: #ff5656\9\0;
-webkit-animation-name: fadeDanger;
animation-name: fadeDanger; }
.bk-spin-loading.bk-spin-loading-warning .rotate,
.bk-loading2.bk-spin-loading-warning .rotate {
background: #ffb400\9\0;
-webkit-animation-name: fadeWarning;
animation-name: fadeWarning; }
.bk-spin-loading.bk-spin-loading-primary .rotate,
.bk-loading2.bk-spin-loading-primary .rotate {
background: #3c96ff\9\0;
-webkit-animation-name: fadePrimary;
animation-name: fadePrimary; }
.bk-spin-loading.bk-spin-loading-white .rotate,
.bk-loading2.bk-spin-loading-white .rotate {
background: #fff\9\0;
-webkit-animation-name: fadeWhite;
animation-name: fadeWhite; }
.bk-spin-loading .rotate1,
.bk-loading2 .rotate1 {
-webkit-animation-delay: 0.45s;
animation-delay: 0.45s;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.bk-spin-loading .rotate2,
.bk-loading2 .rotate2 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.bk-spin-loading .rotate3,
.bk-loading2 .rotate3 {
-webkit-animation-delay: 0.75s;
animation-delay: 0.75s;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
.bk-spin-loading .rotate4,
.bk-loading2 .rotate4 {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.bk-spin-loading .rotate5,
.bk-loading2 .rotate5 {
-webkit-animation-delay: 1.05s;
animation-delay: 1.05s;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.bk-spin-loading .rotate6,
.bk-loading2 .rotate6 {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg); }
.bk-spin-loading .rotate7,
.bk-loading2 .rotate7 {
-webkit-animation-delay: 1.35s;
animation-delay: 1.35s;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-spin-loading .rotate8,
.bk-loading2 .rotate8 {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.bk-spin-loading.bk-spin-loading-large,
.bk-loading2.bk-spin-loading-large {
width: 69px;
height: 69px; }
.bk-spin-loading.bk-spin-loading-large .rotate,
.bk-loading2.bk-spin-loading-large .rotate {
width: 10px;
height: 14px;
-webkit-transform-origin: 50% -18px;
-ms-transform-origin: 50% -18px;
transform-origin: 50% -18px; }
.bk-spin-loading.bk-spin-loading-small,
.bk-loading2.bk-spin-loading-small {
width: 27px;
height: 27px; }
.bk-spin-loading.bk-spin-loading-small .rotate,
.bk-loading2.bk-spin-loading-small .rotate {
width: 4px;
height: 5px;
-webkit-transform-origin: 50% -7px;
-ms-transform-origin: 50% -7px;
transform-origin: 50% -7px; }
.bk-spin-loading.bk-spin-loading-mini,
.bk-loading2.bk-spin-loading-mini {
width: 16px;
height: 16px; }
.bk-spin-loading.bk-spin-loading-mini .rotate,
.bk-loading2.bk-spin-loading-mini .rotate {
width: 2px;
height: 3px;
-webkit-transform-origin: 50% -4px;
-ms-transform-origin: 50% -4px;
transform-origin: 50% -4px; }
@keyframes fade {
0% {
background-color: #39424e; }
100% {
background-color: none; } }
@-webkit-keyframes fade {
0% {
background-color: #39424e; }
100% {
background-color: none; } }
@keyframes fadeSuccess {
0% {
background-color: #30d878; }
100% {
background-color: none; } }
@-webkit-keyframes fadeSuccess {
0% {
background-color: #30d878; }
100% {
background-color: none; } }
@keyframes fadePrimary {
0% {
background-color: #3c96ff; }
100% {
background-color: none; } }
@-webkit-keyframes fadePrimary {
0% {
background-color: #3c96ff; }
100% {
background-color: none; } }
@keyframes fadeDanger {
0% {
background-color: #ff5656; }
100% {
background-color: none; } }
@-webkit-keyframes fadeDanger {
0% {
background-color: #ff5656; }
100% {
background-color: none; } }
@keyframes fadeWarning {
0% {
background-color: #ffb400; }
100% {
background-color: none; } }
@-webkit-keyframes fadeWarning {
0% {
background-color: #ffb400; }
100% {
background-color: none; } }
@keyframes fadeWhite {
0% {
background-color: white; }
100% {
background-color: none; } }
@-webkit-keyframes fadeWhite {
0% {
background-color: white; }
100% {
background-color: none; } }
.bk-loading-box,
.bk-loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.9);
z-index: 1000; }
.bk-loading-box .bk-loading-wrapper,
.bk-loading .bk-loading-wrapper {
text-align: center;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.bk-loading-box-title,
.bk-loading-title {
text-align: center;
font-size: 14px;
color: #737987;
line-height: initial;
margin-top: 5px; }
.bk-process {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative; }
.bk-process .bk-process-toggle {
position: relative;
left: 15px;
width: 24px;
height: 24px;
line-height: 24px;
border-radius: 50%;
text-align: center;
border: 1px solid #c3cdd7;
font-size: 12px;
color: #737987;
text-decoration: none; }
.bk-process .bk-process-toggle.active, .bk-process .bk-process-toggle:hover {
color: #fff;
background: #3c96ff;
border-color: #3c96ff; }
.bk-process > ul {
display: table;
width: 100%;
display: -webkit-box;
display: flex;
-ms-display: flex;
-moz-display: flex;
-webkit-display: flex;
margin: auto;
padding: 0; }
.bk-process li {
background: #dde4eb;
display: table-cell;
-webkit-box-flex: 1;
flex: 1;
-ms-flex: 1;
-moz-flex: 1;
-webkit-flex: 1;
text-align: center;
height: 24px;
line-height: 24px;
position: relative;
font-size: 12px;
color: #737987; }
.bk-process li i {
display: none; }
.bk-process li:first-of-type {
border-radius: 13px 0 0 13px; }
.bk-process li:last-of-type {
border-radius: 0 13px 13px 0; }
.bk-process li:last-of-type::before {
display: none; }
.bk-process li:last-of-type::after {
display: none; }
.bk-process li::before {
content: "";
width: 0;
height: 0;
border: 12px solid;
border-color: transparent transparent transparent #fff;
position: absolute;
right: -25px;
top: 0;
z-index: 1; }
.bk-process li::after {
content: "";
width: 0;
height: 0;
border: 12px solid;
border-color: transparent transparent transparent #dde4eb;
position: absolute;
right: -23px;
top: 0;
z-index: 1; }
.bk-process li .bk-process-step {
color: #737987;
font-size: 12px; }
.bk-process li .bk-process-step dd {
margin: 0;
line-height: 32px; }
.bk-process li .bk-process-step i {
display: none; }
.bk-process li .bk-process-step .success i {
display: inline-block;
color: #30d878; }
.bk-process li .bk-process-step .steps-loading {
top: -2px; }
.bk-process li.bk-process-success {
background: #30d878;
color: #fff; }
.bk-process li.bk-process-success::after {
border-color: transparent transparent transparent #30d878; }
.bk-process li.bk-process-success .bk-process-step i {
color: #30d878; }
.bk-process li.bk-process-success i {
display: inline-block; }
.bk-process li.success {
background: #30d878;
color: #fff; }
.bk-process li.success::after {
border-color: transparent transparent transparent #30d878; }
.bk-process li.success .bk-process-step i {
color: #30d878; }
.bk-process li.success i {
display: inline-block; }
.bk-process li.current {
background: #3c96ff;
color: #fff; }
.bk-process li.current::after {
border-color: transparent transparent transparent #3c96ff; }
.bk-process li.current > .bk-spin-loading {
vertical-align: -3px; }
.bk-process li.bk-process-current {
background: #3c96ff;
color: #fff; }
.bk-process li.bk-process-current::after {
border-color: transparent transparent transparent #3c96ff; }
.bk-process li.bk-process-current > .bk-spin-loading {
vertical-align: -3px; }
.bk-circle {
display: inline-block;
position: relative;
text-align: center; }
.bk-circle circle {
line-height: 1;
/* transition: stroke-dasharray .25s; */
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
stroke-linecap: round; }
.bk-circle .title {
text-align: center;
position: absolute;
left: 50%;
width: 100%;
overflow: auto;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
.bk-circle .num {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -60%);
-ms-transform: translate(-50%, -60%);
transform: translate(-50%, -60%);
color: #737987; }
.bk-circle .progress-background {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
.bk-circle .progress-bar {
-webkit-transform: scale(0.9) rotate(-90deg);
-ms-transform: scale(0.9) rotate(-90deg);
transform: scale(0.9) rotate(-90deg);
-webkit-transition: stroke-dashoffset 0.5s ease;
transition: stroke-dashoffset 0.5s ease; }
.bk-tab2 {
border: 1px solid #c3cdd7;
border-radius: 2px;
background: #fff; }
.bk-tab2 .bk-panel-label {
display: inline-block;
vertical-align: middle;
margin-right: 3px; }
.bk-tab2 .bk-panel-title {
vertical-align: middle; }
.bk-tab2 .bk-tab2-control {
display: inline-block;
height: 58px;
line-height: 58px;
width: 30px;
position: relative;
cursor: pointer; }
.bk-tab2 .bk-tab2-control.left {
float: left;
border-right: 1px solid #c3cdd7;
border-bottom: 1px solid #c3cdd7; }
.bk-tab2 .bk-tab2-control.right {
float: right;
border-left: 1px solid #c3cdd7;
border-bottom: 1px solid #c3cdd7; }
.bk-tab2 .bk-tab2-control.left.disabled, .bk-tab2 .bk-tab2-control.right.disabled {
color: #ebf0f5;
cursor: not-allowed; }
.bk-tab2 .bk-tab2-control .bk-tab2-icon {
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
font-size: 18px; }
.bk-tab2 .bk-tab2-head {
position: relative;
height: 58px;
overflow: hidden;
white-space: nowrap; }
.bk-tab2 .bk-tab2-head.scroll {
margin: 0 30px; }
.bk-tab2 .bk-tab2-head.scroll .bk-tab2-nav > .tab2-nav-item.active:last-child {
border-right: none; }
.bk-tab2 .bk-tab2-head::after {
display: block;
clear: both;
content: "";
font-size: 0;
height: 0;
visibility: hidden; }
.bk-tab2 .bk-tab2-head.is-fill {
background: #fafbfd; }
.bk-tab2 .bk-tab2-head.is-fill .bk-tab2-nav > .tab2-nav-item {
border-left: 1px solid transparent;
border-right: 1px solid transparent; }
.bk-tab2 .bk-tab2-head.is-fill .bk-tab2-nav > .tab2-nav-item.active {
background: #fff;
border-color: #c3cdd7;
border-right: 1px solid #c3cdd7; }
.bk-tab2 .bk-tab2-head.is-fill .bk-tab2-nav > .tab2-nav-item.active:first-child {
border-left-color: transparent; }
.bk-tab2 .bk-tab2-head.is-fill .bk-tab2-nav > .tab2-nav-item.active::after {
bottom: -1px;
left: 0;
height: 1px;
background: #fff; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav {
float: left;
list-style: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #c3cdd7;
height: 100%;
-webkit-transition: -webkit-transform .5s ease-in-out;
transition: -webkit-transform .5s ease-in-out;
transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav::after {
display: block;
clear: both;
content: "";
font-size: 0;
height: 0;
visibility: hidden; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav > .tab2-nav-item {
display: inline-block;
max-width: 180px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
position: relative;
height: 58px;
line-height: 58px;
padding: 0 20px;
color: #737987;
font-size: 14px;
cursor: pointer;
-webkit-transition: background-color ease 0.3s, color ease 0.3s;
transition: background-color ease 0.3s, color ease 0.3s; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav > .tab2-nav-item::after {
content: '';
display: inline-block;
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
opacity: 0;
height: 0;
background: #3c96ff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav > .tab2-nav-item.active {
color: #3c96ff; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav > .tab2-nav-item.active::after {
opacity: 1;
height: 3px; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav .tab2-nav-item-tag {
position: relative;
top: -2px; }
.bk-tab2 .bk-tab2-head .bk-tab2-act,
.bk-tab2 .bk-tab2-head .bk-tab2-action {
height: 100%;
display: table;
position: absolute;
right: 20px; }
.bk-tab2 .bk-tab2-head .bk-tab2-act .action-wrapper,
.bk-tab2 .bk-tab2-head .bk-tab2-action .action-wrapper {
display: table-cell;
vertical-align: middle; }
.bk-tab2.bk-tab2-small .bk-tab2-control {
height: 43px;
line-height: 43px; }
.bk-tab2.bk-tab2-small .bk-tab2-head {
height: 43px; }
.bk-tab2.bk-tab2-small .bk-tab2-head .bk-tab2-nav > .tab2-nav-item {
height: 43px;
line-height: 43px;
padding: 0 15px; }
.bk-tab2 .bk-tab2-content .bk-tab2-pane {
display: none;
opacity: 0; }
.bk-tab2 .bk-tab2-content .bk-tab2-pane.active {
opacity: 1;
display: block; }
.bk-tag {
display: inline-block;
background-color: #fafafa;
color: #c3cdd7;
font-size: 12px;
border: 1px solid #c3cdd7;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
border-radius: 2px;
white-space: nowrap;
padding: 0 9px;
height: 21px;
line-height: 19px; }
.bk-tag.is-round {
border-radius: 21px;
padding: 0 14px; }
.bk-tag.is-text {
border-color: #fff;
background-color: #fff; }
.bk-tag.is-fill {
background-color: #c3cdd7;
color: #fff; }
.bk-tag.bk-gray {
background-color: #fafbfd;
border-color: #ebf0f5;
color: #c3cdd7; }
.bk-tag.bk-gray.is-fill {
background-color: #ebf0f5;
color: #c3cdd7; }
.bk-tag.bk-gray.is-text {
border-color: #fff;
background-color: #fff;
color: #c3cdd7; }
.bk-tag.bk-light-gray {
background-color: #e7edf2;
border-color: #737987;
color: #c3cdd7; }
.bk-tag.bk-light-gray.is-fill {
background-color: #737987;
color: #fff; }
.bk-tag.bk-light-gray.is-text {
border-color: #fff;
background-color: #fff;
color: #c3cdd7; }
.bk-tag.bk-info {
background-color: #6eb5fe;
border-color: #88c3ff;
color: #88c3ff; }
.bk-tag.bk-info.is-fill {
background-color: #88c3ff;
color: #fff; }
.bk-tag.bk-info.is-text {
border-color: #fff;
background-color: #fff;
color: #88c3ff; }
.bk-tag.bk-danger {
background-color: #ffe0e0;
border-color: #ff5656;
color: #ff5656; }
.bk-tag.bk-danger.is-fill {
background-color: #ff5656;
color: #fff; }
.bk-tag.bk-danger.is-text {
border-color: #fff;
background-color: #fff;
color: #ff5656; }
.bk-tag.bk-warning {
background-color: #fff3da;
border-color: #ffb400;
color: #ffb400; }
.bk-tag.bk-warning.is-fill {
background-color: #ffb400;
color: #fff; }
.bk-tag.bk-warning.is-text {
border-color: #fff;
background-color: #fff;
color: #ffb400; }
.bk-tag.bk-success {
background-color: #d5fde5;
border-color: #30d878;
color: #30d878; }
.bk-tag.bk-success.is-fill {
background-color: #30d878;
color: #fff; }
.bk-tag.bk-success.is-text {
border-color: #fff;
background-color: #fff;
color: #30d878; }
.bk-tag.bk-primary {
background-color: #e1f3ff;
border-color: #3c96ff;
color: #3c96ff; }
.bk-tag.bk-primary.is-fill {
background-color: #3c96ff;
color: #fff; }
.bk-tag.bk-primary.is-text {
border-color: #fff;
background-color: #fff;
color: #3c96ff; }
.bk-tooltip {
display: inline-block; }
.bk-tooltip-rel {
display: inline-block;
position: relative; }
.bk-tooltip-popper {
display: block;
visibility: visible;
font-size: 12px;
line-height: 1.5;
position: absolute;
z-index: 1060; }
.bk-tooltip-popper[x-placement^="top"] {
padding: 5px 0 8px 0; }
.bk-tooltip-popper[x-placement^="top"] .bk-tooltip-arrow {
bottom: 3px;
border-width: 5px 5px 0;
border-top-color: #333; }
.bk-tooltip-popper[x-placement="top"] .bk-tooltip-arrow {
left: 50%;
margin-left: -5px; }
.bk-tooltip-popper[x-placement^="right"] {
padding: 0 5px 0 8px; }
.bk-tooltip-popper[x-placement^="right"] .bk-tooltip-arrow {
left: 3px;
border-width: 5px 5px 5px 0;
border-right-color: #333; }
.bk-tooltip-popper[x-placement="right"] .bk-tooltip-arrow {
top: 50%;
margin-top: -5px; }
.bk-tooltip-popper[x-placement^="bottom"] {
padding: 8px 0 5px 0; }
.bk-tooltip-popper[x-placement^="bottom"] .bk-tooltip-arrow {
top: 3px;
border-width: 0 5px 5px;
border-bottom-color: #333; }
.bk-tooltip-popper[x-placement="bottom"] .bk-tooltip-arrow {
left: 50%;
margin-left: -5px; }
.bk-tooltip-popper[x-placement^="left"] {
padding: 0 8px 0 5px; }
.bk-tooltip-popper[x-placement^="left"] .bk-tooltip-arrow {
right: 3px;
border-width: 5px 0 5px 5px;
border-left-color: #333; }
.bk-tooltip-popper[x-placement="left"] .bk-tooltip-arrow {
top: 50%;
margin-top: -5px; }
.bk-tooltip-popper[x-placement="top-start"] .bk-tooltip-arrow {
left: 16px; }
.bk-tooltip-popper[x-placement="top-end"] .bk-tooltip-arrow {
right: 16px; }
.bk-tooltip-popper[x-placement="right-start"] .bk-tooltip-arrow {
top: 8px; }
.bk-tooltip-popper[x-placement="right-end"] .bk-tooltip-arrow {
bottom: 8px; }
.bk-tooltip-popper[x-placement="left-start"] .bk-tooltip-arrow {
top: 8px; }
.bk-tooltip-popper[x-placement="left-end"] .bk-tooltip-arrow {
bottom: 8px; }
.bk-tooltip-popper[x-placement="bottom-start"] .bk-tooltip-arrow {
left: 16px; }
.bk-tooltip-popper[x-placement="bottom-end"] .bk-tooltip-arrow {
right: 16px; }
.bk-tooltip-inner {
max-width: 500px;
min-height: 34px;
padding: 8px 12px;
color: #fff;
text-align: left;
text-decoration: none;
background-color: #333;
border-radius: 4px;
white-space: nowrap; }
.bk-tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.bk-tooltips {
position: absolute;
z-index: 999999; }
.bk-tooltips-wrapper {
padding: 6px 12px;
background-color: #333;
border: 1px solid #000;
border-radius: 3px;
color: #fff;
line-height: 1.5;
font-size: 12px;
font-weight: normal; }
.bk-tooltips-wrapper span {
display: inline-block; }
.bk-tooltips-wrapper a {
padding: 6px 18px;
display: inline-block;
border-right: solid 1px #000;
cursor: pointer; }
.bk-tooltips-wrapper a:last-child {
border-right: none; }
.bk-tooltips-wrapper a:hover {
background-color: #000; }
.bk-tooltips-default {
padding: 0; }
.bk-tooltips-arrow {
position: absolute;
display: block;
width: 10px;
height: 12px; }
.bk-tooltips-arrow:before {
content: '';
position: absolute;
top: -1px;
left: 3px;
border-right: 7px solid #333;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
z-index: 20; }
.bk-tooltips-arrow:after {
content: '';
position: absolute;
top: -3px;
left: 2px;
border-right: 8px solid #000;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
z-index: 10; }
.bk-tooltips.top .bk-tooltips-arrow {
bottom: -10px;
left: 50%;
-webkit-transform: translateX(-50%) rotate(270deg);
-ms-transform: translateX(-50%) rotate(270deg);
transform: translateX(-50%) rotate(270deg); }
.bk-tooltips.right .bk-tooltips-arrow {
top: 50%;
left: -9px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.bk-tooltips.bottom .bk-tooltips-arrow {
top: -10px;
left: 50%;
-webkit-transform: translateX(-50%) rotate(90deg);
-ms-transform: translateX(-50%) rotate(90deg);
transform: translateX(-50%) rotate(90deg); }
.bk-tooltips.left .bk-tooltips-arrow {
top: 50%;
left: calc(100% - 1px);
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg); }
.v-tooltips-container {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 200px;
padding: 6px 8px;
margin: 0;
color: #000;
font-size: 12px;
background: #fff;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
border: 1px solid #d9d9d9;
border-radius: 4px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: opacity .3s;
transition: opacity .3s;
will-change: opacity, transform;
-webkit-font-smoothing: subpixel-antialiased; }
.v-tooltips-container .v-tooltips-title,
.v-tooltips-container .v-tooltips-content {
padding: 0;
margin: 0; }
.v-tooltips-container .v-tooltips-title {
font-size: 14px;
font-weight: 400; }
.v-tooltips-container .v-tooltips-content {
overflow-y: auto;
line-height: 2;
text-align: left;
word-wrap: break-word;
background-color: inherit; }
.v-tooltips-container .v-tooltips-arrows {
position: absolute;
z-index: -1;
width: 0;
height: 0;
padding: 0;
margin: 0;
border-color: transparent;
border-style: inherit;
border-width: 10px; }
.v-tooltips-container .v-tooltips-arrows::after {
content: '';
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: inherit;
border-width: inherit;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.v-tooltips-container .v-tooltips-arrows[class^='top-'], .v-tooltips-container .v-tooltips-arrows[class*=' top-'] {
border-top-color: inherit;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
.v-tooltips-container .v-tooltips-arrows[class^='top-']::after, .v-tooltips-container .v-tooltips-arrows[class*=' top-']::after {
top: -2px;
border-top-color: #fff; }
.v-tooltips-container .v-tooltips-arrows[class^='bottom-'], .v-tooltips-container .v-tooltips-arrows[class*=' bottom-'] {
border-bottom-color: inherit;
-webkit-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
transform: translate(-50%, -100%); }
.v-tooltips-container .v-tooltips-arrows[class^='bottom-']::after, .v-tooltips-container .v-tooltips-arrows[class*=' bottom-']::after {
top: 2px;
border-bottom-color: #fff; }
.v-tooltips-container .v-tooltips-arrows[class^='left-'], .v-tooltips-container .v-tooltips-arrows[class*=' left-'] {
border-left-color: inherit;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%); }
.v-tooltips-container .v-tooltips-arrows[class^='left-']::after, .v-tooltips-container .v-tooltips-arrows[class*=' left-']::after {
left: -2px;
border-left-color: #fff; }
.v-tooltips-container .v-tooltips-arrows[class^='right-'], .v-tooltips-container .v-tooltips-arrows[class*=' right-'] {
border-right-color: inherit;
-webkit-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%); }
.v-tooltips-container .v-tooltips-arrows[class^='right-']::after, .v-tooltips-container .v-tooltips-arrows[class*=' right-']::after {
left: 2px;
border-right-color: #fff; }
.v-tooltips-container.dark {
color: #fff;
background: #333;
border-color: #333; }
.v-tooltips-container.dark [class^='top-']::after,
.v-tooltips-container.dark [class*=' top-']::after {
border-top-color: #333; }
.v-tooltips-container.dark [class^='bottom-']::after,
.v-tooltips-container.dark [class*=' bottom-']::after {
border-bottom-color: #333; }
.v-tooltips-container.dark [class^='left-']::after,
.v-tooltips-container.dark [class*=' left-']::after {
border-left-color: #333; }
.v-tooltips-container.dark [class^='right-']::after,
.v-tooltips-container.dark [class*=' right-']::after {
border-right-color: #333; }
.v-tooltips-container.v-tooltips-fade-enter, .v-tooltips-container.v-tooltips-fade-leave-active {
opacity: 0; }
.bk-page {
height: 36px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.bk-page .bk-icon {
font-size: 14px; }
.bk-page > ul {
margin: 0;
padding: 0;
display: inline-block;
overflow: hidden;
height: 36px; }
.bk-page a {
text-decoration: none; }
.bk-page.bk-page-small {
height: 32px; }
.bk-page.bk-page-small > ul {
height: 32px; }
.bk-page.bk-page-small .page-item {
height: 32px;
min-width: 32px;
line-height: 32px;
margin-right: 4px; }
.bk-page.bk-page-small .page-item .page-button {
line-height: 32px; }
.bk-page.bk-page-small .bk-icon {
font-size: 10px; }
.bk-page.bk-page-compact .page-item {
margin-right: -1px;
border-radius: 0; }
.bk-page.bk-page-compact .page-item:hover {
position: relative;
z-index: 1; }
.bk-page.bk-page-compact .page-item:first-child {
border-radius: 2px 0 0 2px; }
.bk-page.bk-page-compact .page-item:last-child {
border-radius: 0 2px 2px 0; }
.bk-page.bk-page-compact .page-item.cur-page {
position: relative;
z-index: 1; }
.bk-page .page-item {
min-width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
display: inline-block;
vertical-align: middle;
font-size: 14px;
float: left;
margin-right: 10px;
border: 1px solid #c3cdd7;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 2px;
overflow: hidden; }
.bk-page .page-item:hover {
border-color: #3c96ff; }
.bk-page .page-item.disabled {
border-color: #c3cdd7; }
.bk-page .page-item.disabled .page-button {
cursor: not-allowed;
background: #fafbfd;
color: #DCDEE5; }
.bk-page .page-item.disabled .page-button:hover {
color: #DCDEE5; }
.bk-page .page-item.page-omit {
border: none;
min-width: auto;
line-height: 28px; }
.bk-page .page-item.page-omit > span {
margin-top: -5px;
display: inline-block; }
.bk-page .page-item .page-button {
display: block;
color: #737987;
background: #fff;
cursor: pointer; }
.bk-page .page-item .page-button:hover {
color: #3c96ff; }
.bk-page .page-item.cur-page {
border-color: #3c96ff; }
.bk-page .page-item.cur-page .page-button {
background: #3c96ff;
color: #fff; }
.bk-page .page-item:last-child {
margin-right: 0; }
.bk-collapse {
border-top: 1px solid #c3cdd7; }
.bk-collapse-header {
padding: 10px;
font-size: 14px; }
.bk-collapse-header i.bk-icon {
-webkit-transition: all linear 0.3s;
transition: all linear 0.3s; }
.bk-collapse-header .rotate-icon {
position: relative;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.bk-collapse-content {
padding: 5px 10px 20px 10px;
will-change: all;
font-size: 14px;
color: #737987; }
.bk-collapse-item .bk-collapse-item-header {
padding: 0px 10px;
height: 42px;
text-overflow: ellipsis;
overflow: hidden;
line-height: 42px;
font-size: 14px;
cursor: pointer; }
.bk-collapse-item .bk-collapse-item-header .collapse-expand {
position: relative;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.bk-collapse-item .bk-collapse-item-header span {
-webkit-transition: all linear 0.2s;
transition: all linear 0.2s; }
.bk-collapse-item .bk-collapse-item-header:hover {
color: #3c96ff; }
.bk-collapse-item .bk-collapse-item-content {
padding: 0px 10px; }
.bk-collapse-item .collapse-transition {
-webkit-transition: .2s height ease-in-out, .2s padding-top ease-in-out, .2s padding-bottom ease-in-out;
transition: .2s height ease-in-out, .2s padding-top ease-in-out, .2s padding-bottom ease-in-out; }
.bk-upload .file-wrapper {
position: relative;
width: 100%;
height: 70px;
line-height: 70px;
margin-bottom: 2px;
font-size: 14px;
border-radius: 2px;
border: 1px dashed #c3cdd7;
text-align: center; }
.bk-upload .file-wrapper .upload-icon {
position: relative;
left: -3px;
margin-top: -5px;
width: 24px;
vertical-align: middle; }
.bk-upload .file-wrapper .click-upload {
color: #3c96ff; }
.bk-upload .file-wrapper .drop-upload {
color: #c3cdd7; }
.bk-upload .file-wrapper input[type=file] {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 10;
cursor: pointer;
opacity: 0; }
.bk-upload .tip {
margin: 5px 0 10px 0;
font-size: 12px;
text-align: left;
color: #c3cdd7; }
.bk-upload .isdrag {
border: 1px solid #0082ff; }
.bk-upload .all-file .file-item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 10px;
height: 70px;
padding: 15px;
border-radius: 2px;
border: 1px dashed #c3cdd7;
background: #fafbfd; }
.bk-upload .all-file .file-item .file-icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 42px;
flex: 0 0 42px;
height: 42px;
width: 42px;
border-radius: 2px;
margin-left: 5px; }
.bk-upload .all-file .file-item .close-upload {
position: absolute;
top: 6px;
right: 8px;
font-size: 12px;
color: #c3cdd7;
cursor: pointer; }
.bk-upload .all-file .file-item .close-upload:hover {
color: #737987; }
.bk-upload .all-file .file-item .file-info {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
margin-left: 10px;
font-size: 12px; }
.bk-upload .all-file .file-item .file-info .file-name {
display: inline-block;
font-size: 12px;
max-width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.bk-upload .all-file .file-item .file-info .file-message {
position: absolute;
right: 25px;
display: inline-block; }
.bk-upload .all-file .file-item .file-info .file-message .upload-speed {
padding-right: 40px; }
.bk-upload .all-file .file-item .file-info .file-message .done {
color: #30d878; }
.bk-upload .all-file .file-item .file-info .progress-bar-wrapper {
width: 97%;
height: 6px;
border-radius: 3px;
background: #dde4eb; }
.bk-upload .all-file .file-item .file-info .progress-bar-wrapper .progress-bar {
height: 5px;
width: 0%;
background: #30d878;
border-radius: 2px; }
.bk-upload .all-file .file-item .file-info .progress-bar-wrapper .fail {
background: #FF5656; }
.bk-upload .all-file .error-msg {
margin: 7px 0;
padding-right: 15px;
word-wrap: break-word;
word-break: break-all;
overflow: hidden;
font-size: 12px;
color: #ff5656; }
.bk-exception {
text-align: center;
width: 400px;
margin: 50px auto 0; }
.bk-exception .exception-text {
font-size: 20px;
color: #979797;
margin: 32px 0;
font-weight: normal; }
.bk-page-count {
font-size: 14px; }
.bk-page-count .bk-selector {
width: 60px;
display: inline-block;
margin-left: 40px; }
.bk-page-count .bk-selector::after {
content: '条';
position: absolute;
left: 65px;
top: 8px; }
.bk-page-count .bk-selector::before {
content: '每页';
position: absolute;
left: -32px;
top: 8px; }
.bk-page-count .bk-selector .bk-selector-wrapper .bk-selector-input {
padding: 0 22px 0 10px; }
.bk-page-count .bk-total-page {
display: inline-block; }
/*# sourceMappingURL=bk-magic-vue.css.map */
|
bcs-ui/frontend/src/components/bk-magic/ui/bk-magic-vue.css
|
@charset "UTF-8";
/**
* all css,for all import
*/
html,
body {
margin: 0;
padding: 0; }
* {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
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"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
::-ms-clear,
::-ms-reveal {
display: none; }
input[type="text"]::-ms-clear {
display: none; }
input[type="text"]::-ms-reveal {
display: none; }
input[type="search"] {
-webkit-appearance: textfield;
-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; }
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; }
.transition-effect {
-webkit-transition: all linear .2s;
transition: all linear .2s; }
.fade-enter-active,
.fade-leave-active {
-webkit-transition: opacity linear .2s;
transition: opacity linear .2s; }
.fade-enter,
.fade-leave-active {
opacity: 0; }
.fade-show-enter-active,
.fade-show-leave-active {
-webkit-transition: opacity linear .2s, margin linear .2s;
transition: opacity linear .2s, margin linear .2s; }
.fade-show-enter,
.fade-show-leave-active {
opacity: 0;
margin-top: -20px; }
.displacement-fade-show-enter-active,
.displacement-fade-show-leave-active {
-webkit-transition: opacity linear .2s, margin linear .2s;
transition: opacity linear .2s, margin linear .2s; }
.displacement-fade-show-enter,
.displacement-fade-show-leave-active {
opacity: 0;
margin-top: -50px; }
.fade-center-enter-active,
.fade-center-leave-active {
-webkit-transition: opacity linear .2s, -webkit-transform linear .2s;
transition: opacity linear .2s, -webkit-transform linear .2s;
transition: opacity linear .2s, transform linear .2s;
transition: opacity linear .2s, transform linear .2s, -webkit-transform linear .2s;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center; }
.fade-center-enter,
.fade-center-leave-active {
opacity: 0;
-webkit-transform: translate(50%, -50%) scale(0, 0) !important;
-ms-transform: translate(50%, -50%) scale(0, 0) !important;
transform: translate(50%, -50%) scale(0, 0) !important; }
.slide-leave .bk-sideslider-wrapper,
.slide-enter-active .bk-sideslider-wrapper {
-webkit-transition: all linear .2s;
transition: all linear .2s;
right: 0; }
.slide-enter .bk-sideslider-wrapper.left,
.slide-leave-active .bk-sideslider-wrapper.left {
left: -100%; }
.slide-enter .bk-sideslider-wrapper.right,
.slide-leave-active .bk-sideslider-wrapper.right {
right: -100%; }
.slide-fade-enter-active,
.fade-leave-active {
-webkit-transition: opacity linear .2s, -webkit-transform linear .2s;
transition: opacity linear .2s, -webkit-transform linear .2s;
transition: transform linear .2s, opacity linear .2s;
transition: transform linear .2s, opacity linear .2s, -webkit-transform linear .2s; }
.slide-fade-enter {
opacity: 0;
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%); }
.slide-fade-leave-active {
opacity: 0;
-webkit-transform: translateX(-20%);
-ms-transform: translateX(-20%);
transform: translateX(-20%); }
.toggle-slide-enter-active,
.toggle-slide-leave-active {
-webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.23, 1);
transition: opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.23, 1);
transition: transform 0.3s cubic-bezier(0.23, 1, 0.23, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1);
transition: transform 0.3s cubic-bezier(0.23, 1, 0.23, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.23, 1);
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top; }
.toggle-slide-enter,
.toggle-slide-leave-active {
-webkit-transform: translateZ(0) scaleY(0);
transform: translateZ(0) scaleY(0);
opacity: 0; }
.toggle-slide2-enter-active,
.toggle-slide2-leave-active {
-webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.23, 1);
transition: opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.23, 1);
transition: transform 0.3s cubic-bezier(0.23, 1, 0.23, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1);
transition: transform 0.3s cubic-bezier(0.23, 1, 0.23, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.23, 1);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom; }
.toggle-slide2-enter,
.toggle-slide2-leave-active {
-webkit-transform: translateZ(0) scaleY(0);
transform: translateZ(0) scaleY(0);
opacity: 0; }
@font-face {
font-family: 'bk-icons-linear';
src: url("fonts/icomoon.eot?gwzxfm");
src: url("fonts/icomoon.eot?gwzxfm");
src: url("fonts/icomoon.eot?gwzxfm#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gwzxfm") format("truetype"), url("fonts/icomoon.woff?gwzxfm") format("woff"), url("fonts/icomoon.svg?gwzxfm#icomoon") format("svg");
font-weight: normal;
font-style: normal; }
.fa {
font-family: FontAwesome !important; }
.bk-icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'bk-icons-linear' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-edit:before {
content: "\e98b"; }
.icon-close:before {
content: "\e9b7"; }
.icon-plus:before {
content: "\e97c"; }
.icon-block-shape:before {
content: "\e9cf"; }
.icon-docker:before {
content: "\e900"; }
.icon-execute:before {
content: "\e901"; }
.icon-monitors:before {
content: "\e902"; }
.icon-monitors-cog:before {
content: "\e903"; }
.icon-panel:before {
content: "\e904"; }
.icon-panel-permission:before {
content: "\e905"; }
.icon-panels:before {
content: "\e906"; }
.icon-panel-shape:before {
content: "\e907"; }
.icon-project:before {
content: "\e908"; }
.icon-rtx:before {
content: "\e909"; }
.icon-script-file:before {
content: "\e90a"; }
.icon-script-files:before {
content: "\e90b"; }
.icon-work-manage:before {
content: "\e90c"; }
.icon-apps-shape:before {
content: "\e90d"; }
.icon-arrows-down-circle-shape:before {
content: "\e90e"; }
.icon-arrows-down-shape:before {
content: "\e90f"; }
.icon-arrows-left-circle-shape:before {
content: "\e910"; }
.icon-arrows-left-shape:before {
content: "\e911"; }
.icon-arrows-m-down-shape:before {
content: "\e912"; }
.icon-arrows-m-left-shape:before {
content: "\e913"; }
.icon-arrows-m-right-shape:before {
content: "\e914"; }
.icon-arrows-m-up-shape:before {
content: "\e915"; }
.icon-arrows-right-circle-shape:before {
content: "\e916"; }
.icon-arrows-right-shape:before {
content: "\e917"; }
.icon-arrows-up-circle-shape:before {
content: "\e918"; }
.icon-arrows-up-shape:before {
content: "\e919"; }
.icon-back-shape:before {
content: "\e91a"; }
.icon-calendar-shape:before {
content: "\e91b"; }
.icon-check-circle-shape:before {
content: "\e91c"; }
.icon-circle-shape:before {
content: "\e91d"; }
.icon-clipboard-shape:before {
content: "\e91e"; }
.icon-clock-shape:before {
content: "\e91f"; }
.icon-close3-shape:before {
content: "\e920"; }
.icon-close-circle-shape:before {
content: "\e921"; }
.icon-cog-shape:before {
content: "\e922"; }
.icon-cry-shape:before {
content: "\e923"; }
.icon-dashboard-2-shape:before {
content: "\e924"; }
.icon-dashboard-shape:before {
content: "\e925"; }
.icon-data2-shape:before {
content: "\e926"; }
.icon-data-shape:before {
content: "\e927"; }
.icon-dialogue-empty-shape:before {
content: "\e928"; }
.icon-dialogue-shape:before {
content: "\e929"; }
.icon-dispirited-shape:before {
content: "\e92a"; }
.icon-down-shape:before {
content: "\e92b"; }
.icon-email-shape:before {
content: "\e92c"; }
.icon-empty-shape:before {
content: "\e92d"; }
.icon-exclamation-circle-shape:before {
content: "\e92e"; }
.icon-exclamation-triangle-shape:before {
content: "\e92f"; }
.icon-eye-shape:before {
content: "\e930"; }
.icon-eye-slash-shape:before {
content: "\e931"; }
.icon-file-plus-shape:before {
content: "\e932"; }
.icon-file-shape:before {
content: "\e933"; }
.icon-folder-open-shape:before {
content: "\e934"; }
.icon-folder-plus-shape:before {
content: "\e935"; }
.icon-folder-shape:before {
content: "\e936"; }
.icon-heart-shape:before {
content: "\e937"; }
.icon-home-shape:before {
content: "\e938"; }
.icon-id-shape:before {
content: "\e939"; }
.icon-image-shape:before {
content: "\e93a"; }
.icon-info-circle-shape:before {
content: "\e93b"; }
.icon-left-shape:before {
content: "\e93c"; }
.icon-lock-shape:before {
content: "\e93d"; }
.icon-minus-circle-shape:before {
content: "\e93e"; }
.icon-minus-square-shape:before {
content: "\e93f"; }
.icon-mobile-shape:before {
content: "\e940"; }
.icon-next-shape:before {
content: "\e941"; }
.icon-order-shape:before {
content: "\e942"; }
.icon-password-shape:before {
content: "\e943"; }
.icon-pc-shape:before {
content: "\e944"; }
.icon-pie-chart-shape:before {
content: "\e945"; }
.icon-pipeline-shape:before {
content: "\e946"; }
.icon-play-circle-shape:before {
content: "\e947"; }
.icon-play-shape:before {
content: "\e948"; }
.icon-plus-circle-shape:before {
content: "\e949"; }
.icon-plus-square-shape:before {
content: "\e94a"; }
.icon-qq-shape:before {
content: "\e94b"; }
.icon-question-circle-shape:before {
content: "\e94c"; }
.icon-right-shape:before {
content: "\e94d"; }
.icon-save-shape:before {
content: "\e94e"; }
.icon-sina-shape:before {
content: "\e94f"; }
.icon-sitemap-shape:before {
content: "\e950"; }
.icon-smile-shape:before {
content: "\e951"; }
.icon-star-shape:before {
content: "\e952"; }
.icon-stop-shape:before {
content: "\e953"; }
.icon-tree-application-shape:before {
content: "\e954"; }
.icon-tree-group-shape:before {
content: "\e955"; }
.icon-tree-module-shape:before {
content: "\e956"; }
.icon-tree-process-shape:before {
content: "\e957"; }
.icon-unlock-shape:before {
content: "\e958"; }
.icon-up-shape:before {
content: "\e959"; }
.icon-user-shape:before {
content: "\e95a"; }
.icon-weixin-shape:before {
content: "\e95b"; }
.icon-more:before {
content: "\e95c"; }
.icon-circle-2-1:before {
content: "\e95d"; }
.icon-circle-4-1:before {
content: "\e95e"; }
.icon-angle-double-down:before {
content: "\e95f"; }
.icon-angle-double-left:before {
content: "\e960"; }
.icon-angle-double-right:before {
content: "\e961"; }
.icon-angle-double-up:before {
content: "\e962"; }
.icon-angle-down:before {
content: "\e963"; }
.icon-angle-left:before {
content: "\e964"; }
.icon-angle-right:before {
content: "\e965"; }
.icon-angle-up:before {
content: "\e966"; }
.icon-apps:before {
content: "\e967"; }
.icon-area-chart:before {
content: "\e968"; }
.icon-arrows-down:before {
content: "\e969"; }
.icon-arrows-down-circle:before {
content: "\e96a"; }
.icon-arrows-left:before {
content: "\e96b"; }
.icon-arrows-left-circle:before {
content: "\e96c"; }
.icon-arrows-right:before {
content: "\e96d"; }
.icon-arrows-right-circle:before {
content: "\e96e"; }
.icon-arrows-up:before {
content: "\e96f"; }
.icon-arrows-up-circle:before {
content: "\e970"; }
.icon-back:before {
content: "\e971"; }
.icon-back2:before {
content: "\e972"; }
.icon-bar-chart:before {
content: "\e973"; }
.icon-bk:before {
content: "\e974"; }
.icon-calendar:before {
content: "\e975"; }
.icon-chain:before {
content: "\e976"; }
.icon-check-1:before {
content: "\e977"; }
.icon-check-circle:before {
content: "\e978"; }
.icon-circle:before {
content: "\e979"; }
.icon-clipboard:before {
content: "\e97a"; }
.icon-clock:before {
content: "\e97b"; }
.icon-close-circle:before {
content: "\e97d"; }
.icon-delete:before {
content: "\e97e"; }
.icon-code:before {
content: "\e97f"; }
.icon-cog:before {
content: "\e980"; }
.icon-cry:before {
content: "\e981"; }
.icon-dashboard:before {
content: "\e982"; }
.icon-dashboard-2:before {
content: "\e983"; }
.icon-data:before {
content: "\e984"; }
.icon-data2:before {
content: "\e985"; }
.icon-dedent:before {
content: "\e986"; }
.icon-dialogue:before {
content: "\e987"; }
.icon-dialogue-empty:before {
content: "\e988"; }
.icon-dispirited:before {
content: "\e989"; }
.icon-download:before {
content: "\e98a"; }
.icon-edit2:before {
content: "\e98c"; }
.icon-ellipsis:before {
content: "\e98d"; }
.icon-email:before {
content: "\e98e"; }
.icon-empty:before {
content: "\e98f"; }
.icon-end:before {
content: "\e990"; }
.icon-exclamation:before {
content: "\e991"; }
.icon-exclamation-circle:before {
content: "\e992"; }
.icon-exclamation-triangle:before {
content: "\e993"; }
.icon-eye:before {
content: "\e994"; }
.icon-eye-slash:before {
content: "\e995"; }
.icon-file:before {
content: "\e996"; }
.icon-file-plus:before {
content: "\e997"; }
.icon-folder:before {
content: "\e998"; }
.icon-folder-open:before {
content: "\e999"; }
.icon-folder-plus:before {
content: "\e99a"; }
.icon-full-screen:before {
content: "\e99b"; }
.icon-heart:before {
content: "\e99c"; }
.icon-hide:before {
content: "\e99d"; }
.icon-home:before {
content: "\e99e"; }
.icon-id:before {
content: "\e99f"; }
.icon-image:before {
content: "\e9a0"; }
.icon-indent:before {
content: "\e9a1"; }
.icon-info:before {
content: "\e9a2"; }
.icon-info-circle:before {
content: "\e9a3"; }
.icon-key:before {
content: "\e9a4"; }
.icon-line-chart:before {
content: "\e9a5"; }
.icon-list:before {
content: "\e9a6"; }
.icon-lock:before {
content: "\e9a7"; }
.icon-minus:before {
content: "\e9a8"; }
.icon-minus-circle:before {
content: "\e9a9"; }
.icon-minus-square:before {
content: "\e9aa"; }
.icon-mobile:before {
content: "\e9ab"; }
.icon-move:before {
content: "\e9ac"; }
.icon-next:before {
content: "\e9ad"; }
.icon-order:before {
content: "\e9ae"; }
.icon-password:before {
content: <PASSWORD>"; }
.icon-pause:before {
content: "\e9b0"; }
.icon-pc:before {
content: "\e9b1"; }
.icon-pie-chart:before {
content: "\e9b2"; }
.icon-pipeline:before {
content: "\e9b3"; }
.icon-play:before {
content: "\e9b4"; }
.icon-play2:before {
content: "\e9b5"; }
.icon-play3:before {
content: "\e9b6"; }
.icon-plus-circle:before {
content: "\e9b8"; }
.icon-plus-square:before {
content: "\e9b9"; }
.icon-qq:before {
content: "\e9ba"; }
.icon-question:before {
content: "\e9bb"; }
.icon-question-circle:before {
content: "\e9bc"; }
.icon-refresh:before {
content: "\e9bd"; }
.icon-save:before {
content: "\e9be"; }
.icon-search:before {
content: "\e9bf"; }
.icon-sina:before {
content: "\e9c0"; }
.icon-sitemap:before {
content: "\e9c1"; }
.icon-smile:before {
content: "\e9c2"; }
.icon-sort:before {
content: "\e9c3"; }
.icon-star:before {
content: "\e9c4"; }
.icon-stop:before {
content: "\e9c5"; }
.icon-tree-application:before {
content: "\e9c6"; }
.icon-tree-Group:before {
content: "\e9c7"; }
.icon-tree-module:before {
content: "\e9c8"; }
.icon-tree-process:before {
content: "\e9c9"; }
.icon-un-full-screen:before {
content: "\e9ca"; }
.icon-unlock:before {
content: "\e9cb"; }
.icon-upload:before {
content: "\e9cc"; }
.icon-user:before {
content: "\e9cd"; }
.icon-weixin:before {
content: "\e9ce"; }
/*===================================================*\
* 字体大小
\*===================================================*/
.f10 {
font-size: 10px !important; }
.f11 {
font-size: 11px !important; }
.f12 {
font-size: 12px !important; }
.f13 {
font-size: 13px !important; }
.f14 {
font-size: 14px !important; }
.f15 {
font-size: 15px !important; }
.f16 {
font-size: 16px !important; }
.f17 {
font-size: 17px !important; }
.f18 {
font-size: 18px !important; }
.f19 {
font-size: 19px !important; }
.f20 {
font-size: 20px !important; }
.f21 {
font-size: 21px !important; }
.f22 {
font-size: 22px !important; }
.f23 {
font-size: 23px !important; }
.f24 {
font-size: 24px !important; }
.f25 {
font-size: 25px !important; }
.f26 {
font-size: 26px !important; }
.f27 {
font-size: 27px !important; }
.f28 {
font-size: 28px !important; }
.f29 {
font-size: 29px !important; }
.f30 {
font-size: 30px !important; }
.f31 {
font-size: 31px !important; }
.f32 {
font-size: 32px !important; }
.f33 {
font-size: 33px !important; }
.f34 {
font-size: 34px !important; }
.f35 {
font-size: 35px !important; }
.f36 {
font-size: 36px !important; }
.f37 {
font-size: 37px !important; }
.f38 {
font-size: 38px !important; }
.f39 {
font-size: 39px !important; }
.f40 {
font-size: 40px !important; }
/*===================================================*\
* margin 和 padding什
\*===================================================*/
.m0 {
margin: 0px !important; }
.m5 {
margin: 5px !important; }
.m10 {
margin: 10px !important; }
.m15 {
margin: 15px !important; }
.m20 {
margin: 20px !important; }
.m25 {
margin: 25px !important; }
.m30 {
margin: 30px !important; }
.m35 {
margin: 35px !important; }
.m40 {
margin: 40px !important; }
.m45 {
margin: 45px !important; }
.m50 {
margin: 50px !important; }
.mt0 {
margin-top: 0px !important; }
.mt5 {
margin-top: 5px !important; }
.mt10 {
margin-top: 10px !important; }
.mt15 {
margin-top: 15px !important; }
.mt20 {
margin-top: 20px !important; }
.mt25 {
margin-top: 25px !important; }
.mt30 {
margin-top: 30px !important; }
.mt35 {
margin-top: 35px !important; }
.mt40 {
margin-top: 40px !important; }
.mt45 {
margin-top: 45px !important; }
.mt50 {
margin-top: 50px !important; }
.mb0 {
margin-bottom: 0px !important; }
.mb5 {
margin-bottom: 5px !important; }
.mb10 {
margin-bottom: 10px !important; }
.mb15 {
margin-bottom: 15px !important; }
.mb20 {
margin-bottom: 20px !important; }
.mb25 {
margin-bottom: 25px !important; }
.mb30 {
margin-bottom: 30px !important; }
.mb35 {
margin-bottom: 35px !important; }
.mb40 {
margin-bottom: 40px !important; }
.mb45 {
margin-bottom: 45px !important; }
.mb50 {
margin-bottom: 50px !important; }
.ml0 {
margin-left: 0px !important; }
.ml5 {
margin-left: 5px !important; }
.ml10 {
margin-left: 10px !important; }
.ml15 {
margin-left: 15px !important; }
.ml20 {
margin-left: 20px !important; }
.ml25 {
margin-left: 25px !important; }
.ml30 {
margin-left: 30px !important; }
.ml35 {
margin-left: 35px !important; }
.ml40 {
margin-left: 40px !important; }
.ml45 {
margin-left: 45px !important; }
.ml50 {
margin-left: 50px !important; }
.mr0 {
margin-right: 0px !important; }
.mr5 {
margin-right: 5px !important; }
.mr10 {
margin-right: 10px !important; }
.mr15 {
margin-right: 15px !important; }
.mr20 {
margin-right: 20px !important; }
.mr25 {
margin-right: 25px !important; }
.mr30 {
margin-right: 30px !important; }
.mr35 {
margin-right: 35px !important; }
.mr40 {
margin-right: 40px !important; }
.mr45 {
margin-right: 45px !important; }
.mr50 {
margin-right: 50px !important; }
.p0 {
padding: 0px !important; }
.p5 {
padding: 5px !important; }
.p10 {
padding: 10px !important; }
.p15 {
padding: 15px !important; }
.p20 {
padding: 20px !important; }
.p25 {
padding: 25px !important; }
.p30 {
padding: 30px !important; }
.p35 {
padding: 35px !important; }
.p40 {
padding: 40px !important; }
.p45 {
padding: 45px !important; }
.p50 {
padding: 50px !important; }
.pt0 {
padding-top: 0px !important; }
.pt5 {
padding-top: 5px !important; }
.pt10 {
padding-top: 10px !important; }
.pt15 {
padding-top: 15px !important; }
.pt20 {
padding-top: 20px !important; }
.pt25 {
padding-top: 25px !important; }
.pt30 {
padding-top: 30px !important; }
.pt35 {
padding-top: 35px !important; }
.pt40 {
padding-top: 40px !important; }
.pt45 {
padding-top: 45px !important; }
.pt50 {
padding-top: 50px !important; }
.pb0 {
padding-bottom: 0px !important; }
.pb5 {
padding-bottom: 5px !important; }
.pb10 {
padding-bottom: 10px !important; }
.pb15 {
padding-bottom: 15px !important; }
.pb20 {
padding-bottom: 20px !important; }
.pb25 {
padding-bottom: 25px !important; }
.pb30 {
padding-bottom: 30px !important; }
.pb35 {
padding-bottom: 35px !important; }
.pb40 {
padding-bottom: 40px !important; }
.pb45 {
padding-bottom: 45px !important; }
.pb50 {
padding-bottom: 50px !important; }
.pl0 {
padding-left: 0px !important; }
.pl5 {
padding-left: 5px !important; }
.pl10 {
padding-left: 10px !important; }
.pl15 {
padding-left: 15px !important; }
.pl20 {
padding-left: 20px !important; }
.pl25 {
padding-left: 25px !important; }
.pl30 {
padding-left: 30px !important; }
.pl35 {
padding-left: 35px !important; }
.pl40 {
padding-left: 40px !important; }
.pl45 {
padding-left: 45px !important; }
.pl50 {
padding-left: 50px !important; }
.pr0 {
padding-right: 0px !important; }
.pr5 {
padding-right: 5px !important; }
.pr10 {
padding-right: 10px !important; }
.pr15 {
padding-right: 15px !important; }
.pr20 {
padding-right: 20px !important; }
.pr25 {
padding-right: 25px !important; }
.pr30 {
padding-right: 30px !important; }
.pr35 {
padding-right: 35px !important; }
.pr40 {
padding-right: 40px !important; }
.pr45 {
padding-right: 45px !important; }
.pr50 {
padding-right: 50px !important; }
/*===================================================*\
* 基础背景色
\*===================================================*/
.bk-bg-default {
background-color: #fafafa; }
.bk-bg-info {
background-color: #88c3ff; }
.bk-bg-primary {
background-color: #3c96ff; }
.bk-bg-warning {
background-color: #ffb400; }
.bk-bg-danger {
background-color: #ff5656; }
.bk-bg-success {
background-color: #30d878; }
/*===================================================*\
* 基础字体色
\*===================================================*/
.bk-text-default {
color: #888; }
.bk-text-info {
color: #88c3ff; }
.bk-text-primary {
color: #3c96ff; }
.bk-text-warning {
color: #ffb400; }
.bk-text-danger {
color: #ff5656; }
.bk-text-success {
color: #30d878; }
.bk-text-main {
color: #737987; }
.bk-text-minor {
color: #c3cdd7; }
/*===================================================*\
* 基础字体
\*===================================================*/
.bk-text-yahei {
font-family: "Microsoft Yahei"; }
.fb {
font-weight: bold !important; }
.fn {
font-weight: normal !important; }
.lh150 {
line-height: 150% !important; }
.lh180 {
line-height: 180% !important; }
.lh200 {
line-height: 200% !important; }
.unl {
text-decoration: underline !important; }
.no_unl {
text-decoration: none !important; }
.tl {
text-align: left !important; }
.tc {
text-align: center !important; }
.tr {
text-align: right !important; }
.bc {
margin-left: auto !important;
margin-right: auto !important; }
.fl {
float: left !important; }
.fr {
float: right !important; }
.cb {
clear: both !important; }
.cl {
clear: left !important; }
.cr {
clear: right !important; }
.clearfix:after {
content: '.';
display: block;
height: 0;
clear: both;
visibility: hidden; }
.clearfix {
display: inline-block; }
.clearfix {
display: block;
zoom: 1; }
.vm {
vertical-align: middle !important; }
.pr {
position: relative !important; }
.pa {
position: absolute !important; }
.abs-right {
position: absolute !important; }
.zoom {
zoom: 1; }
.hidden {
visibility: hidden !important; }
.none {
display: none !important; }
.h50 {
height: 50px !important; }
.h80 {
height: 80px !important; }
.h100 {
height: 100px !important; }
.h200 {
height: 200px !important; }
.h {
height: 100% !important; }
.bk-has-submenu {
position: relative; }
.bk-has-submenu:hover .bk-submenu {
display: block; }
.bk-has-submenu .bk-submenu {
display: none;
position: absolute;
width: 100%;
left: 0;
right: 0;
padding: 0; }
.bk-has-submenu .bk-submenu > li {
display: block; }
/*===================================================*\
* bk-form
\*===================================================*/
.bk-form.bk-inline-form {
display: inline-block; }
.bk-form.bk-inline-form .bk-form-item {
display: inline-block;
margin-bottom: 0;
margin-left: 10px; }
.bk-form.bk-inline-form .bk-form-item:first-child {
margin-left: 0; }
.bk-form.bk-inline-form .bk-form-item + .bk-form-item {
margin-top: 0; }
.bk-form.bk-inline-form .bk-form-inline-item {
display: inline-block;
vertical-align: top; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label {
position: relative; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: absolute;
margin: 3px -7px 0 2px;
display: inline-block;
vertical-align: middle;
right: 18px; }
.bk-form.bk-inline-form .bk-label {
width: auto;
display: inline-block;
padding: 10px 15px 10px 0; }
.bk-form.bk-inline-form.is-required > .bk-label:after {
right: 5px; }
.bk-form.bk-inline-form .bk-form-content {
display: inline-block;
margin-left: 0; }
.bk-form.bk-form-vertical .bk-label {
width: auto;
text-align: left; }
.bk-form.bk-form-vertical .bk-form-content {
clear: both;
margin-left: 0 !important; }
.bk-form.bk-form-vertical .bk-form-item + .bk-form-item {
margin-top: 8px; }
.bk-form.bk-form-vertical .bk-form-item.bk-form-action {
margin-top: 20px; }
.bk-form.bk-form-vertical .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form.bk-form-vertical .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form.bk-form-vertical .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form .bk-label {
width: 150px;
text-align: right;
vertical-align: middle;
float: left;
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 28px 10px 0; }
.bk-form .bk-form-content {
width: auto;
margin-left: 150px;
position: relative; }
.bk-form .bk-form-content > .bk-tip-text {
font-size: 14px;
color: #737987;
margin: 10px 0 0 0; }
.bk-form .bk-form-content > .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form .bk-form-content > .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form .bk-form-content > .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form ::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form ::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form ::placeholder {
color: #c3cdd7; }
.bk-form::after,
.bk-form .bk-form-item::before {
display: table;
content: "";
clear: both;
visibility: hidden;
font-size: 0; }
.bk-form input:-webkit-autofill, .bk-form textarea:-webkit-autofill, .bk-form select:-webkit-autofill {
background: #fff !important; }
.bk-form-item {
position: relative; }
.bk-form-item label {
margin-bottom: 0; }
.bk-form-item + .bk-form-item {
margin-top: 20px; }
.bk-form-item.is-required .bk-label {
position: relative; }
.bk-form-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: relative;
margin: 2px -7px 0 2px;
display: inline-block;
vertical-align: middle; }
.bk-form-item.is-readonly input[type="text"],
.bk-form-item.is-readonly input[type="password"],
.bk-form-item.is-readonly textarea,
.bk-form-item.is-readonly select {
background-color: #fafafa; }
.bk-form-item.is-disabled input[type="text"],
.bk-form-item.is-disabled input[type="password"],
.bk-form-item.is-disabled textarea,
.bk-form-item.is-disabled select {
background-color: #fafafa; }
.bk-form-item.is-danger input[type="text"],
.bk-form-item.is-danger input[type="password"],
.bk-form-item.is-danger textarea,
.bk-form-item.is-danger select, .bk-form-item.is-error input[type="text"],
.bk-form-item.is-error input[type="password"],
.bk-form-item.is-error textarea,
.bk-form-item.is-error select {
border-color: #ff5656; }
.bk-form-item.is-warning input[type="text"],
.bk-form-item.is-warning input[type="password"],
.bk-form-item.is-warning textarea,
.bk-form-item.is-warning select {
border-color: #ffb400; }
.bk-form-item.is-success input[type="text"],
.bk-form-item.is-success input[type="password"],
.bk-form-item.is-success textarea,
.bk-form-item.is-success select {
border-color: #30d878; }
.bk-form-item input.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-success + .bk-form-tip .bk-tip-text {
color: #30d878; }
.bk-form-item input.bk-error,
.bk-form-item select.bk-error,
.bk-form-item textarea.bk-error,
.bk-form-item input.is-danger,
.bk-form-item select.is-danger,
.bk-form-item textarea.is-danger {
border-color: #ff5656;
background-color: #fff4f4;
color: #ff5656; }
.bk-form-item input.bk-error::-webkit-input-placeholder,
.bk-form-item select.bk-error::-webkit-input-placeholder,
.bk-form-item textarea.bk-error::-webkit-input-placeholder,
.bk-form-item input.is-danger::-webkit-input-placeholder,
.bk-form-item select.is-danger::-webkit-input-placeholder,
.bk-form-item textarea.is-danger::-webkit-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::-ms-input-placeholder,
.bk-form-item select.bk-error::-ms-input-placeholder,
.bk-form-item textarea.bk-error::-ms-input-placeholder,
.bk-form-item input.is-danger::-ms-input-placeholder,
.bk-form-item select.is-danger::-ms-input-placeholder,
.bk-form-item textarea.is-danger::-ms-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::placeholder,
.bk-form-item select.bk-error::placeholder,
.bk-form-item textarea.bk-error::placeholder,
.bk-form-item input.is-danger::placeholder,
.bk-form-item select.is-danger::placeholder,
.bk-form-item textarea.is-danger::placeholder {
color: #ff5656; }
.bk-form-item input.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-danger + .bk-form-tip .bk-tip-text {
color: #ff5656; }
.bk-form-input,
.bk-form-password,
.bk-form-select,
.bk-form-textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 36px;
line-height: 1;
color: #666;
background-color: #fff;
border-radius: 2px;
width: 100%;
box-sizing: border-box;
border: 1px solid #c3cdd7;
padding: 0 10px;
font-size: 14px;
text-align: left;
vertical-align: middle;
outline: none;
resize: none;
-webkit-transition: border linear .2s;
transition: border linear .2s; }
.bk-form-input:focus,
.bk-form-password:focus,
.bk-form-select:focus,
.bk-form-textarea:focus {
border-color: #3c96ff !important;
background-color: #fff !important;
color: #737987 !important; }
.bk-form-input:focus::-webkit-input-placeholder,
.bk-form-password:focus::-webkit-input-placeholder,
.bk-form-select:focus::-webkit-input-placeholder,
.bk-form-textarea:focus::-webkit-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::-ms-input-placeholder,
.bk-form-password:focus::-ms-input-placeholder,
.bk-form-select:focus::-ms-input-placeholder,
.bk-form-textarea:focus::-ms-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::placeholder,
.bk-form-password:focus::placeholder,
.bk-form-select:focus::placeholder,
.bk-form-textarea:focus::placeholder {
color: #c3cdd7 !important; }
.bk-form-input::-webkit-input-placeholder,
.bk-form-password::-webkit-input-placeholder,
.bk-form-select::-webkit-input-placeholder,
.bk-form-textarea::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form-input::-ms-input-placeholder,
.bk-form-password::-ms-input-placeholder,
.bk-form-select::-ms-input-placeholder,
.bk-form-textarea::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form-input::placeholder,
.bk-form-password::placeholder,
.bk-form-select::placeholder,
.bk-form-textarea::placeholder {
color: #c3cdd7; }
.bk-form-input[disabled], .bk-form-input[readonly],
.bk-form-password[disabled],
.bk-form-password[readonly],
.bk-form-select[disabled],
.bk-form-select[readonly],
.bk-form-textarea[disabled],
.bk-form-textarea[readonly] {
background-color: #fafafa; }
.bk-form-input[disabled],
.bk-form-password[disabled],
.bk-form-select[disabled],
.bk-form-textarea[disabled] {
color: #ccc; }
.bk-form-select {
line-height: 32px;
padding-left: 0\9\0;
padding-right: 0\9\0; }
.bk-form-textarea {
min-height: 70px;
padding: 10px; }
.bk-form-mini .bk-form-input,
.bk-form-mini .bk-form-password,
.bk-form-mini .bk-form-select,
.bk-form-mini .bk-form-textarea {
height: 24px;
font-size: 12px; }
.bk-form-small .bk-form-input,
.bk-form-small .bk-form-password,
.bk-form-small .bk-form-select,
.bk-form-small .bk-form-textarea {
height: 32px;
font-size: 12px; }
.bk-form-large .bk-form-input,
.bk-form-large .bk-form-password,
.bk-form-large .bk-form-select,
.bk-form-large .bk-form-textarea {
height: 42px;
font-size: 14px; }
.bk-form-larger .bk-form-input,
.bk-form-larger .bk-form-password,
.bk-form-larger .bk-form-select,
.bk-form-larger .bk-form-textarea {
height: 54px;
font-size: 18px; }
.bk-form-tip {
height: 36px;
line-height: 36px;
padding: 0 10px 0 35px;
position: relative;
position: absolute;
left: 100%;
top: 0; }
.bk-form-tip .bk-badge {
vertical-align: middle; }
.bk-form-tip .bk-tip-text {
float: left;
font-size: 14px;
color: #737987;
display: inline-block;
padding: 0;
margin: 0;
white-space: nowrap; }
.bk-form-radio {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-radio .bk-radio-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-radio input[type=radio] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background-color: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 0;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-radio input[type=radio]:checked {
background-position: -33px 0; }
.bk-form-radio input[type=radio]:checked[disabled] {
color: #ccc;
background-position: -99px 0; }
.bk-form-radio input[type=radio][disabled] {
background-position: -66px 0;
cursor: default; }
.bk-form-radio input[type=radio][disabled] + .bk-radio-text {
color: #ccc;
cursor: default; }
.bk-form-radio.bk-radio-small input[type=radio] {
width: 14px;
height: 14px;
background-position: 0 -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked {
background-position: -33px -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked[disabled] {
background-position: -99px -33px; }
.bk-form-radio.bk-radio-small input[type=radio][disabled] {
background-position: -66px -33px; }
.bk-form-checkbox {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-checkbox .bk-checkbox-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-checkbox input[type=checkbox] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 -62px;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-checkbox input[type=checkbox]:checked {
background-position: -33px -62px; }
.bk-form-checkbox input[type=checkbox]:checked[disabled] {
color: #ccc;
background-position: -99px -62px; }
.bk-form-checkbox input[type=checkbox][disabled] {
background-position: -66px -62px;
cursor: default; }
.bk-form-checkbox input[type=checkbox][disabled] + .bk-checkbox-text {
color: #ccc;
cursor: default; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox] {
width: 14px;
height: 14px;
background-position: 0 -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked {
background-position: -33px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked[disabled] {
background-position: -99px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox][disabled] {
background-position: -66px -95px; }
.bk-radio {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
cursor: pointer;
height: 34px;
padding: 8px 0;
position: relative; }
.bk-radio.bk-radio-small input[type='radio'] {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-control {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-text {
line-height: 14px; }
.bk-radio input[type='radio'] {
width: 18px;
height: 18px;
opacity: 0;
vertical-align: middle; }
.bk-radio .bk-radio-control {
width: 18px;
height: 18px;
border-radius: 50%;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-radio .bk-radio-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-radio input:checked ~ .bk-radio-control:after, .bk-radio input[checked="checked"] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/radio.png");
background-size: cover;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-radio input[disabled] ~ .bk-radio-control {
cursor: not-allowed; }
.bk-radio input[disabled] ~ .bk-radio-text {
color: #ccc;
cursor: not-allowed; }
.bk-radio input[disabled][checked] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: #ccc;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
height: 34px;
position: relative;
display: inline-block;
padding: 8px 0; }
.bk-checkbox.bk-checkbox-small input[type='checkbox'] {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-control {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-text {
line-height: 14px; }
.bk-checkbox input[type='checkbox'] {
width: 18px;
height: 18px;
opacity: 0; }
.bk-checkbox .bk-checkbox-control {
width: 18px;
height: 18px;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-checkbox .bk-checkbox-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-checkbox input:checked ~ .bk-checkbox-control:after, .bk-checkbox input[checked="checked"] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox input[disabled] ~ .bk-checkbox-control {
cursor: not-allowed; }
.bk-checkbox input[disabled] ~ .bk-checkbox-text {
color: #ccc;
cursor: not-allowed; }
.bk-checkbox input[disabled][checked] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox-disabled.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-badge {
position: relative;
display: inline-block;
min-width: 18px;
height: 18px;
line-height: 16px;
padding: 0 2px;
border: 1px solid #c3cdd7;
border-radius: 18px;
background-color: #fff;
font-size: 12px;
text-align: center; }
.bk-badge .bk-icon {
position: absolute;
left: 50%;
top: 50%;
margin-top: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.bk-badge.bk-danger {
background-color: #ff5656;
border-color: #ff5656;
color: #fff; }
.bk-badge.bk-warning {
background-color: #ffb400;
border-color: #ffb400;
color: #fff; }
.bk-badge.bk-success {
background-color: #30d878;
border-color: #30d878;
color: #fff; }
.bk-badge.bk-primary {
background-color: #3c96ff;
border-color: #3c96ff;
color: #fff; }
.bk-badge.bk-info {
background-color: #88c3ff;
border-color: #88c3ff;
color: #fff; }
.bk-badge-wrapper {
position: relative;
display: inline-block; }
.bk-badge-wrapper .bk-badge.pinned {
position: absolute; }
.bk-badge-wrapper .bk-badge.pinned.top-right {
top: 0;
right: 0;
-webkit-transform: translate(50%, -50%) scale(1, 1);
-ms-transform: translate(50%, -50%) scale(1, 1);
transform: translate(50%, -50%) scale(1, 1); }
.bk-badge-wrapper .bk-badge.pinned.top-right.fade-center-enter, .bk-badge-wrapper .bk-badge.pinned.top-right.fade-center-leave-active {
opacity: 0;
-webkit-transform: translate(50%, -50%) scale(0, 0);
-ms-transform: translate(50%, -50%) scale(0, 0);
transform: translate(50%, -50%) scale(0, 0); }
.bk-badge-wrapper .bk-badge.pinned.bottom-right {
bottom: 0;
right: 0;
-webkit-transform: translate(50%, 50%) scale(1, 1);
-ms-transform: translate(50%, 50%) scale(1, 1);
transform: translate(50%, 50%) scale(1, 1); }
.bk-badge-wrapper .bk-badge.pinned.bottom-right.fade-center-enter, .bk-badge-wrapper .bk-badge.pinned.bottom-right.fade-center-leave-active {
opacity: 0;
-webkit-transform: translate(50%, 50%) scale(0, 0);
-ms-transform: translate(50%, 50%) scale(0, 0);
transform: translate(50%, 50%) scale(0, 0); }
.bk-badge-wrapper .bk-badge.pinned.top-left {
top: 0;
left: 0;
-webkit-transform: translate(-50%, -50%) scale(1, 1);
-ms-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1); }
.bk-badge-wrapper .bk-badge.pinned.top-left.fade-center-enter, .bk-badge-wrapper .bk-badge.pinned.top-left.fade-center-leave-active {
opacity: 0;
-webkit-transform: translate(-50%, -50%) scale(0, 0);
-ms-transform: translate(-50%, -50%) scale(0, 0);
transform: translate(-50%, -50%) scale(0, 0); }
.bk-badge-wrapper .bk-badge.pinned.bottom-left {
bottom: 0;
left: 0;
-webkit-transform: translate(-50%, 50%) scale(1, 1);
-ms-transform: translate(-50%, 50%) scale(1, 1);
transform: translate(-50%, 50%) scale(1, 1); }
.bk-badge-wrapper .bk-badge.pinned.bottom-left.fade-center-enter, .bk-badge-wrapper .bk-badge.pinned.bottom-left.fade-center-leave-active {
opacity: 0;
-webkit-transform: translate(-50%, 50%) scale(0, 0);
-ms-transform: translate(-50%, 50%) scale(0, 0);
transform: translate(-50%, 50%) scale(0, 0); }
.bk-badge-wrapper .bk-badge.dot {
width: 8px;
height: 8px;
min-width: 8px; }
.bk-badge-wrapper .bk-badge .bk-icon {
display: block;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
line-height: 18px; }
.bk-button {
height: 36px;
line-height: 34px;
display: inline-block;
white-space: nowrap;
outline: none;
cursor: pointer;
white-space: nowrap;
-webkit-appearance: none;
padding: 0 19px;
text-align: center;
vertical-align: middle;
font-size: 14px;
background: #ffffff;
border: 1px solid #c3cdd7;
border-radius: 2px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #737987;
text-decoration: none;
-webkit-transition: background-color ease 0.3s;
transition: background-color ease 0.3s; }
.bk-button:hover, .bk-button.hover {
background-color: #fafafa;
color: #737987;
text-decoration: none; }
.bk-button:active, .bk-button.active {
background-color: #eee;
color: #737987;
text-decoration: none; }
.bk-button.bk-iconed {
min-width: 36px;
width: 36px;
padding: 0; }
.bk-button.is-disabled, .bk-button[disabled] {
background-color: #fafafa !important;
border-color: #e6e6e6 !important;
color: #cccccc !important;
cursor: not-allowed !important; }
.bk-button.is-loading {
color: #fff;
background-color: #fff !important;
position: relative;
cursor: default; }
.bk-button.is-loading span {
opacity: 0; }
.bk-button.is-loading .bk-icon {
opacity: 0;
display: none; }
.bk-button.is-loading::before {
content: "";
display: block;
width: 28px;
height: 4px;
position: absolute;
left: 50%;
top: 50%;
background-image: url("images/loading-point1.png");
background-position: 0 0;
background-repeat: no-repeat;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
animation: bk-button-loading1 1s infinite linear;
-ms-animation: bk-button-loading1 1s infinite linear;
-moz-animation: bk-button-loading1 1s infinite linear;
-webkit-animation: bk-button-loading1 1s infinite linear; }
.bk-button.is-selected {
background-color: #3c96ff !important;
border-color: #3c96ff !important;
color: #fff !important;
position: relative;
z-index: 1;
cursor: default; }
.bk-button.is-outline {
color: #737987;
border-color: #c3cdd7;
background-color: #fff; }
.bk-button.is-outline:hover, .bk-button.is-outline.hover {
background-color: #fff;
border-color: #3c96ff;
color: #3c96ff; }
.bk-button.is-outline:active, .bk-button.is-outline.active {
background-color: #fff;
border-color: #0978e2;
color: #0978e2; }
.bk-button.is-icon {
min-width: 36px;
padding: 0 9px; }
.bk-button.is-icon.bk-button-mini {
min-width: 24px;
padding: 0 3px; }
.bk-button.is-icon.bk-button-small {
min-width: 32px;
padding: 0 7px; }
.bk-button.is-icon.bk-button-large {
min-width: 42px;
padding: 0 7px; }
.bk-button.is-icon.bk-button-larger {
min-width: 54px;
padding: 0 7px; }
.bk-button.bk-button-mini {
height: 24px;
line-height: 22px;
padding: 0 11px;
font-size: 12px; }
.bk-button.bk-button-mini.bk-iconed {
min-width: 24px;
width: 24px;
padding: 0; }
.bk-button.bk-button-small {
height: 32px;
line-height: 30px;
padding: 0 14px; }
.bk-button.bk-button-small.bk-iconed {
min-width: 32px;
width: 32px;
padding: 0; }
.bk-button.bk-button-large {
height: 42px;
line-height: 40px;
padding: 0 19px; }
.bk-button.bk-button-large.bk-iconed {
min-width: 42px;
width: 42px;
padding: 0; }
.bk-button.bk-button-larger {
height: 54px;
line-height: 52px;
padding: 0 20px;
min-width: 150px;
font-size: 18px; }
.bk-button.bk-button-larger.bk-iconed {
min-width: 54px;
width: 54px;
padding: 0; }
.bk-button.bk-default.is-loading {
position: relative; }
.bk-button.bk-default.is-loading::before {
content: "";
display: block;
width: 28px;
height: 4px;
position: absolute;
left: 50%;
top: 50%;
background-image: url("images/loading-point7.png");
background-position: 0 0;
background-repeat: no-repeat;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
animation: bk-button-loading2 1s infinite linear;
-ms-animation: bk-button-loading2 1s infinite linear;
-moz-animation: bk-button-loading2 1s infinite linear;
-webkit-animation: bk-button-loading2 1s infinite linear; }
.bk-button.bk-info {
background: #88c3ff;
border-color: #88c3ff;
color: #fff; }
.bk-button.bk-info:hover, .bk-button.bk-info.hover {
background-color: #7ab9fa;
border-color: #7ab9fa;
opacity: 1; }
.bk-button.bk-info:active, .bk-button.bk-info.active {
background-color: #6eb5fe;
border-color: #6eb5fe; }
.bk-button.bk-info.is-loading {
color: #88c3ff;
background-color: #88c3ff !important;
border-color: #88c3ff !important; }
.bk-button.bk-info.is-selected {
background-color: #6eb5fe !important;
border-color: #6eb5fe !important;
color: #fff !important;
position: relative;
z-index: 1;
cursor: default; }
.bk-button.bk-info.is-outline {
color: #88c3ff;
border-color: #88c3ff;
background-color: #fff; }
.bk-button.bk-info.is-outline:hover, .bk-button.bk-info.is-outline.hover {
background-color: #7ab9fa;
border-color: #7ab9fa;
color: #fff; }
.bk-button.bk-info.is-outline.active, .bk-button.bk-info.is-outline:active {
background-color: #6eb5fe;
border-color: #6eb5fe;
color: #fff; }
.bk-button.bk-primary {
background: #3c96ff;
border-color: #3c96ff;
color: #fff; }
.bk-button.bk-primary:hover, .bk-button.bk-primary.hover {
background-color: #0082ff;
border-color: #0082ff;
opacity: 1; }
.bk-button.bk-primary:active, .bk-button.bk-primary.active {
background-color: #0978e2;
border-color: #0978e2; }
.bk-button.bk-primary.is-loading {
color: #3c96ff;
background-color: #3c96ff !important;
border-color: #3c96ff !important; }
.bk-button.bk-primary.is-selected {
background-color: #0978e2 !important;
border-color: #0978e2 !important;
color: #fff !important;
position: relative;
z-index: 1;
cursor: default; }
.bk-button.bk-primary.is-outline {
color: #3c96ff;
border-color: #3c96ff;
background-color: #fff; }
.bk-button.bk-primary.is-outline:hover, .bk-button.bk-primary.is-outline.hover {
background-color: #0082ff;
border-color: #0082ff;
color: #fff; }
.bk-button.bk-primary.is-outline.active, .bk-button.bk-primary.is-outline:active {
background-color: #0978e2;
border-color: #0978e2;
color: #fff; }
.bk-button.bk-success {
background: #30d878;
border-color: #30d878;
color: #fff; }
.bk-button.bk-success:hover, .bk-button.bk-success.hover {
background-color: #00c873;
border-color: #00c873;
opacity: 1; }
.bk-button.bk-success:active, .bk-button.bk-success.active {
background-color: #00ae64;
border-color: #00ae64; }
.bk-button.bk-success.is-loading {
color: #30d878;
background-color: #30d878 !important;
border-color: #30d878 !important; }
.bk-button.bk-success.is-selected {
background-color: #00ae64 !important;
border-color: #00ae64 !important;
color: #fff !important;
position: relative;
z-index: 1;
cursor: default; }
.bk-button.bk-success.is-outline {
color: #30d878;
border-color: #30d878;
background-color: #fff; }
.bk-button.bk-success.is-outline:hover, .bk-button.bk-success.is-outline.hover {
background-color: #00c873;
border-color: #00c873;
color: #fff; }
.bk-button.bk-success.is-outline.active, .bk-button.bk-success.is-outline:active {
background-color: #00ae64;
border-color: #00ae64;
color: #fff; }
.bk-button.bk-warning {
background: #ffb400;
border-color: #ffb400;
color: #fff; }
.bk-button.bk-warning:hover, .bk-button.bk-warning.hover {
background-color: #ff9600;
border-color: #ff9600;
opacity: 1; }
.bk-button.bk-warning:active, .bk-button.bk-warning.active {
background-color: #e38601;
border-color: #e38601; }
.bk-button.bk-warning.is-loading {
color: #ffb400;
background-color: #ffb400 !important;
border-color: #ffb400 !important; }
.bk-button.bk-warning.is-selected {
background-color: #e38601 !important;
border-color: #e38601 !important;
color: #fff !important;
position: relative;
z-index: 1;
cursor: default; }
.bk-button.bk-warning.is-outline {
color: #ffb400;
border-color: #ffb400;
background-color: #fff; }
.bk-button.bk-warning.is-outline:hover, .bk-button.bk-warning.is-outline.hover {
background-color: #ff9600;
border-color: #ff9600;
color: #fff; }
.bk-button.bk-warning.is-outline.active, .bk-button.bk-warning.is-outline:active {
background-color: #e38601;
border-color: #e38601;
color: #fff; }
.bk-button.bk-danger {
background: #ff5656;
border-color: #ff5656;
color: #fff; }
.bk-button.bk-danger:hover, .bk-button.bk-danger.hover {
background-color: #f72239;
border-color: #f72239;
opacity: 1; }
.bk-button.bk-danger:active, .bk-button.bk-danger.active {
background-color: #cb2537;
border-color: #cb2537; }
.bk-button.bk-danger.is-loading {
color: #ff5656;
background-color: #ff5656 !important;
border-color: #ff5656 !important; }
.bk-button.bk-danger.is-selected {
background-color: #cb2537 !important;
border-color: #cb2537 !important;
color: #fff !important;
position: relative;
z-index: 1;
cursor: default; }
.bk-button.bk-danger.is-outline {
color: #ff5656;
border-color: #ff5656;
background-color: #fff; }
.bk-button.bk-danger.is-outline:hover, .bk-button.bk-danger.is-outline.hover {
background-color: #f72239;
border-color: #f72239;
color: #fff; }
.bk-button.bk-danger.is-outline.active, .bk-button.bk-danger.is-outline:active {
background-color: #cb2537;
border-color: #cb2537;
color: #fff; }
.bk-button .bk-icon {
width: 16px;
height: 16px;
line-height: 16px;
min-width: 16px;
display: inline-block;
position: relative;
top: 1px; }
.bk-button .bk-icon + span {
margin-left: 7px; }
.bk-button span + .bk-icon {
margin-left: 7px; }
.bk-button-group {
font-size: 0;
margin-left: 1px;
display: inline-block; }
.bk-button-group .bk-button {
margin: 0 0 0 -1px;
border-radius: 0; }
.bk-button-group .bk-button.hover, .bk-button-group .bk-button:hover {
position: relative;
z-index: 1; }
.bk-button-group .bk-button:first-child {
border-radius: 2px 0 0 2px; }
.bk-button-group .bk-button:last-child {
border-radius: 0 2px 2px 0; }
.bk-text-button {
border: none;
background: none;
color: #3c96ff;
cursor: pointer;
text-decoration: none; }
.bk-text-button .bk-icon {
width: 16px;
min-width: 16px;
margin-right: 5px;
display: inline-block; }
.bk-text-button + .bk-text-button {
margin-left: 15px; }
.bk-text-button:hover {
color: #0082ff;
text-decoration: none; }
.bk-text-button.is-disabled {
color: #e6e6e6 !important;
cursor: not-allowed; }
.bk-text-button.bk-default {
color: #737987; }
.bk-text-button.bk-default:hover {
color: #5c606b; }
.bk-text-button.bk-info {
color: #88c3ff; }
.bk-text-button.bk-info:hover {
color: #7ab9fa; }
.bk-text-button.bk-primary {
color: #3c96ff; }
.bk-text-button.bk-primary:hover {
color: #0082ff; }
.bk-text-button.bk-success {
color: #30d878; }
.bk-text-button.bk-success:hover {
color: #00c873; }
.bk-text-button.bk-warning {
color: #ffb400; }
.bk-text-button.bk-warning:hover {
color: #ff9600; }
.bk-text-button.bk-danger {
color: #ff5656; }
.bk-text-button.bk-danger:hover {
color: #f72239; }
.bk-text-button .bk-icon {
width: 16px;
min-width: 16px; }
.bk-radio-group {
display: inline-block;
margin-left: 1px; }
.bk-radio-group .bk-radio-button {
float: left;
margin-left: -1px;
min-width: 100px;
height: 36px;
line-height: 34px;
white-space: nowrap;
outline: none;
cursor: pointer;
padding: 0 15px;
text-align: center;
vertical-align: middle;
font-size: 14px;
background: #ffffff;
border: 1px solid #d6d6d6;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #737987;
position: relative; }
.bk-radio-group .bk-radio-button:nth-of-type(1) {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.bk-radio-group .bk-radio-button:nth-last-of-type(1) {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px; }
.bk-radio-group .bk-radio-button:hover {
background-color: #fafafa;
color: #737987;
text-decoration: none;
opacity: 1; }
.bk-radio-group .bk-radio-button.is-checked {
color: #fff;
background: #3c96ff;
border-color: #3c96ff;
z-index: 10; }
.bk-radio-group .bk-radio-button.is-disabled, .bk-radio-group .bk-radio-button[disabled] {
background-color: #ffffff !important;
border-color: #e5e5e5 !important;
color: #e6e6e6 !important;
cursor: not-allowed; }
.bk-radio-group.bk-radio-mini .bk-radio-button {
height: 24px;
line-height: 22px;
padding: 0 7px;
min-width: 50px;
font-size: 12px; }
.bk-radio-group.bk-radio-small .bk-radio-button {
height: 32px;
line-height: 30px;
padding: 0 10px;
min-width: 80px; }
.bk-radio-group.bk-radio-large .bk-radio-button {
height: 42px;
line-height: 40px;
padding: 0 16px;
min-width: 120px; }
@keyframes bk-button-loading1 {
0% {
background-image: url("images/loading-point1.png"); }
50% {
background-image: url("images/loading-point2.png"); }
100% {
background-image: url("images/loading-point3.png"); } }
@-webkit-keyframes bk-button-loading1 {
0% {
background-image: url("images/loading-point1.png"); }
50% {
background-image: url("images/loading-point2.png"); }
100% {
background-image: url("images/loading-point3.png"); } }
@keyframes bk-button-loading2 {
0% {
background-image: url("images/loading-point7.png"); }
50% {
background-image: url("images/loading-point8.png"); }
100% {
background-image: url("images/loading-point9.png"); } }
@-webkit-keyframes bk-button-loading2 {
0% {
background-image: url("images/loading-point7.png"); }
50% {
background-image: url("images/loading-point8.png"); }
100% {
background-image: url("images/loading-point9.png"); } }
.bk-date-picker {
width: 300px;
height: 36px;
border-radius: 2px;
position: relative;
cursor: pointer;
display: inline-block; }
.bk-date-picker input[name="date-select"] {
display: block;
width: 100%;
height: 36px;
border: 1px solid #c3cdd7;
line-height: 36px;
font-size: 14px;
outline: none;
padding: 0 36px 0 10px;
color: #999;
cursor: pointer; }
.bk-date-picker input[name="date-select"]:focus {
border: 1px solid #3c96ff; }
.bk-date-picker input[disabled] {
background: #fafafa;
color: #ccc;
cursor: not-allowed; }
.bk-date-picker input::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-date-picker.disabled:after {
cursor: not-allowed; }
.bk-date-picker:after {
content: '';
width: 36px;
height: 36px;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #c3cdd7;
background: url("images/date/bk-date-icon.png") no-repeat center center;
cursor: pointer; }
.bk-date-picker .date-dropdown-panel {
min-width: 300px;
position: absolute;
width: 100%;
border: 1px solid #dde4eb;
-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
border-radius: 2px;
background: #fff;
padding: 15px 16px 0 16px;
cursor: default;
z-index: 200; }
.bk-date-picker .date-dropdown-panel.has-sidebar {
min-width: 660px; }
.bk-date-picker .date-top-bar {
text-align: center;
line-height: 16px; }
.bk-date-picker .date-top-bar span {
display: inline-block;
vertical-align: middle; }
.bk-date-picker .date-top-bar .current-date {
font-size: 14px;
color: #737987;
font-weight: bold; }
.bk-date-picker .date-top-bar .year-switch-icon {
width: 16px;
height: 16px;
margin-top: 2px;
cursor: pointer; }
.bk-date-picker .date-top-bar .year-switch-icon:before {
content: '';
float: left;
width: 8px;
height: 16px;
background: url("images/date/switch-icon.png") no-repeat center center; }
.bk-date-picker .date-top-bar .year-switch-icon:after {
content: '';
float: left;
width: 8px;
height: 16px;
background: url("images/date/switch-icon.png") no-repeat center center; }
.bk-date-picker .date-top-bar .year-switch-icon:hover:before {
background: url("images/date/switch-icon-on.png") no-repeat center center; }
.bk-date-picker .date-top-bar .year-switch-icon:hover:after {
background: url("images/date/switch-icon-on.png") no-repeat center center; }
.bk-date-picker .date-top-bar .month-switch-icon {
width: 8px;
height: 16px;
background: url("images/date/switch-icon.png") no-repeat center center;
margin-top: 2px;
cursor: pointer; }
.bk-date-picker .date-top-bar .month-switch-icon:hover {
background: url("images/date/switch-icon-on.png") no-repeat center center; }
.bk-date-picker .date-top-bar .next-year, .bk-date-picker .date-top-bar .next-month {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-date-picker .date-top-bar .next-month, .bk-date-picker .date-top-bar .pre-year {
margin-right: 12px; }
.bk-date-picker .date-select-panel {
margin: 16px 0; }
.bk-date-picker .date-select-panel dl {
font-size: 0;
letter-spacing: -5px; }
.bk-date-picker .date-select-panel dl .date-item-view, .bk-date-picker .date-select-panel dl .date-table-item {
display: inline-block;
width: 38px;
height: 34px;
font-size: 12px;
color: #737987;
text-align: center;
line-height: 32px;
letter-spacing: 0; }
.bk-date-picker .date-select-panel dl .date-disable-item {
color: #c3cdd7;
cursor: not-allowed; }
.bk-date-picker .date-select-panel dl .date-table-item:hover, .bk-date-picker .date-select-panel dl .date-table-item.selected {
background: #3c96ff;
color: #FFF;
cursor: pointer; }
.bk-date-picker .date-select-panel dl .date-range-view {
background: #ebf4ff; }
.bk-date-picker .date-select-panel dl .today {
color: #3c96ff; }
.bk-date-picker .date-select-panel dl dd {
display: inline-block;
margin: 0; }
.bk-date-picker .time-set-panel {
height: 40px;
background: #fafbfd;
border-top: 1px solid #dde4eb;
margin: 0 -16px;
font-size: 0;
letter-spacing: -5px; }
.bk-date-picker .time-set-panel .time-item {
display: inline-block;
font-size: 14px;
line-height: 40px;
letter-spacing: 0;
color: #737987;
width: 33.333%;
border-left: 1px solid #dde4eb;
padding: 0 8px 0 18px; }
.bk-date-picker .time-set-panel .time-item:first-child {
border-left: 0; }
.bk-date-picker .time-set-panel .time-item input::-webkit-outer-spin-button,
.bk-date-picker .time-set-panel .time-item input::-webkit-inner-spin-button {
-webkit-appearance: none; }
.bk-date-picker .time-set-panel .time-item input[type="number"] {
width: 30px;
-moz-appearance: textfield;
border: none;
outline: none;
background: none; }
.bk-date-picker .time-set-panel .time-option {
margin-top: 8px; }
.bk-date-picker .time-set-panel i {
display: block;
width: 10px;
height: 6px;
background: url("images/date/time-icon.png");
cursor: pointer; }
.bk-date-picker .time-set-panel i:hover {
background: url("images/date/time-icon-on.png"); }
.bk-date-picker .time-set-panel i.no-hover {
background: url("images/date/time-icon.png");
cursor: default; }
.bk-date-picker .time-set-panel i.up {
margin-bottom: 10px; }
.bk-date-picker .time-set-panel i.down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-date-picker .range-config {
width: 138px;
padding: 6px 0; }
.bk-date-picker .range-config a {
display: block;
font-size: 14px;
color: #737987;
text-decoration: none;
line-height: 16px;
padding: 8px 16px; }
.bk-date-picker .range-config a.active {
background: #ebf4ff; }
.bk-date-picker .range-config a:hover {
color: #3c96ff; }
.bk-date-picker .range-action {
padding: 6px 0; }
.bk-date-picker .range-action a {
display: inline-block;
font-size: 14px;
color: #3c96ff;
text-decoration: none;
line-height: 16px;
padding: 8px 0 8px 16px; }
.bk-date-picker .range-action a.active {
background: #ebf4ff; }
.bk-date-picker .range-action a:hover {
color: #3c96ff; }
.bk-date-range {
width: 300px;
height: 36px;
border-radius: 2px;
position: relative;
cursor: pointer; }
.bk-date-range input[name="date-select"] {
display: block;
width: 100%;
height: 36px;
border: 1px solid #c3cdd7;
line-height: 36px;
font-size: 14px;
outline: none;
padding: 0 36px 0 10px;
color: #999;
cursor: pointer; }
.bk-date-range input[name="date-select"]:focus {
border: 1px solid #3c96ff; }
.bk-date-range input[disabled] {
background: #fafafa;
color: #ccc;
cursor: not-allowed; }
.bk-date-range input::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-date-range.disabled:after {
cursor: not-allowed; }
.bk-date-range:after {
content: '';
width: 36px;
height: 36px;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #c3cdd7;
background: url("images/date/bk-date-icon.png") no-repeat center center;
cursor: pointer; }
.bk-date-range .date-dropdown-panel {
position: absolute;
width: 100%;
border: 1px solid #dde4eb;
-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
border-radius: 2px;
background: #fff;
padding: 15px 16px 0 16px;
cursor: default;
z-index: 200; }
.bk-date-range .date-dropdown-panel.has-sidebar {
min-width: 740px; }
.bk-date-range .daterange-dropdown-panel {
min-width: 602px;
padding: 0; }
.bk-date-range .date-top-bar {
text-align: center;
line-height: 16px; }
.bk-date-range .date-top-bar span {
display: inline-block;
vertical-align: middle; }
.bk-date-range .date-top-bar .current-date {
font-size: 14px;
color: #737987;
font-weight: bold; }
.bk-date-range .date-top-bar .year-switch-icon {
width: 16px;
height: 16px;
margin-top: 2px;
cursor: pointer; }
.bk-date-range .date-top-bar .year-switch-icon:before {
content: '';
float: left;
width: 8px;
height: 16px;
background: url("images/date/switch-icon.png") no-repeat center center; }
.bk-date-range .date-top-bar .year-switch-icon:after {
content: '';
float: left;
width: 8px;
height: 16px;
background: url("images/date/switch-icon.png") no-repeat center center; }
.bk-date-range .date-top-bar .year-switch-icon:hover:before {
background: url("images/date/switch-icon-on.png") no-repeat center center; }
.bk-date-range .date-top-bar .year-switch-icon:hover:after {
background: url("images/date/switch-icon-on.png") no-repeat center center; }
.bk-date-range .date-top-bar .year-switch-icon.is-disabled:before, .bk-date-range .date-top-bar .year-switch-icon.is-disabled:after {
cursor: not-allowed;
background: url("images/date/switch-icon-disabled.png") no-repeat center center; }
.bk-date-range .date-top-bar .year-switch-icon.is-disabled:hover:before, .bk-date-range .date-top-bar .year-switch-icon.is-disabled:hover:after {
background: url("images/date/switch-icon-disabled.png") no-repeat center center; }
.bk-date-range .date-top-bar .month-switch-icon {
width: 8px;
height: 16px;
background: url("images/date/switch-icon.png") no-repeat center center;
margin-top: 2px;
cursor: pointer; }
.bk-date-range .date-top-bar .month-switch-icon:hover {
background: url("images/date/switch-icon-on.png") no-repeat center center; }
.bk-date-range .date-top-bar .month-switch-icon.is-disabled {
cursor: not-allowed;
background: url("images/date/switch-icon-disabled.png") no-repeat center center; }
.bk-date-range .date-top-bar .month-switch-icon.is-disabled:hover {
background: url("images/date/switch-icon-disabled.png") no-repeat center center; }
.bk-date-range .date-top-bar .next-year, .bk-date-range .date-top-bar .next-month {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-date-range .date-top-bar .next-month, .bk-date-range .date-top-bar .pre-year {
margin-right: 12px; }
.bk-date-range .date-select-panel {
margin: 16px 0; }
.bk-date-range .date-select-panel dl {
font-size: 0;
letter-spacing: -5px; }
.bk-date-range .date-select-panel dl .date-item-view, .bk-date-range .date-select-panel dl .date-table-item {
display: inline-block;
width: 38px;
height: 34px;
font-size: 12px;
color: #737987;
text-align: center;
line-height: 32px;
letter-spacing: 0; }
.bk-date-range .date-select-panel dl .date-disable-item {
color: #c3cdd7;
cursor: not-allowed; }
.bk-date-range .date-select-panel dl .date-table-item:hover, .bk-date-range .date-select-panel dl .date-table-item.selected {
background: #3c96ff;
color: #FFF;
cursor: pointer; }
.bk-date-range .date-select-panel dl .date-range-view {
background: #ebf4ff; }
.bk-date-range .date-select-panel dl .today {
color: #3c96ff; }
.bk-date-range .date-select-panel dl dd {
display: inline-block;
margin: 0; }
.bk-date-range .time-set-panel {
height: 40px;
background: #fafbfd;
border-top: 1px solid #dde4eb;
margin: 0 -16px;
font-size: 0;
letter-spacing: -5px; }
.bk-date-range .time-set-panel .time-item {
display: inline-block;
font-size: 14px;
line-height: 40px;
letter-spacing: 0;
color: #737987;
width: 33.333%;
border-left: 1px solid #dde4eb;
padding: 0 8px 0 18px; }
.bk-date-range .time-set-panel .time-item:first-child {
border-left: 0; }
.bk-date-range .time-set-panel .time-item input::-webkit-outer-spin-button,
.bk-date-range .time-set-panel .time-item input::-webkit-inner-spin-button {
-webkit-appearance: none; }
.bk-date-range .time-set-panel .time-item input[type="number"] {
width: 30px;
-moz-appearance: textfield;
border: none;
outline: none;
background: none; }
.bk-date-range .time-set-panel .time-option {
margin-top: 8px; }
.bk-date-range .time-set-panel i {
display: block;
width: 10px;
height: 6px;
background: url("images/date/time-icon.png");
cursor: pointer; }
.bk-date-range .time-set-panel i:hover {
background: url("images/date/time-icon-on.png"); }
.bk-date-range .time-set-panel i.no-hover {
background: url("images/date/time-icon.png");
cursor: default; }
.bk-date-range .time-set-panel i.up {
margin-bottom: 10px; }
.bk-date-range .time-set-panel i.down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-date-range .date-select-container {
width: 300px;
height: auto;
padding: 15px 16px 0 16px;
border-right: 1px solid #dde4eb; }
.bk-date-range .date-select-container:last-child {
border-right: none; }
.bk-date-range .range-config {
width: 138px;
padding: 6px 0; }
.bk-date-range .range-config a {
display: block;
font-size: 14px;
color: #737987;
text-decoration: none;
line-height: 16px;
padding: 8px 16px; }
.bk-date-range .range-config a.active {
background: #ebf4ff; }
.bk-date-range .range-config a:hover {
color: #3c96ff; }
.bk-date-range .range-action {
padding: 6px 0; }
.bk-date-range .range-action a {
display: inline-block;
font-size: 14px;
color: #3c96ff;
text-decoration: none;
line-height: 16px;
padding: 8px 0 8px 16px; }
.bk-date-range .range-action a.active {
background: #ebf4ff; }
.bk-date-range .range-action a:hover {
color: #3c96ff; }
.bk-dialog {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1500;
font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif; }
.bk-dialog-wrapper {
display: table;
width: 100%;
height: 100%; }
.bk-dialog-position {
display: table-cell;
vertical-align: middle; }
.bk-dialog-style {
position: relative;
width: 400px;
margin: 0 auto;
background-color: #fff;
border-radius: 2px;
-webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1); }
.bk-dialog-tool {
min-height: 30px;
position: relative; }
.bk-dialog-tool.draggable {
cursor: move; }
.bk-dialog-tool .bk-dialog-mark {
cursor: pointer; }
.bk-dialog .bk-dialog-close {
position: absolute;
top: 2px;
right: 4px;
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
border-radius: 50%;
background-repeat: no-repeat;
background-size: 11px 11px;
background-position: 50% 50%;
cursor: pointer; }
.bk-dialog .bk-dialog-close:hover {
background-color: #f3f3f3; }
.bk-dialog .bk-dialog-mark {
display: block;
width: 27px;
height: 27px;
line-height: 27px;
margin: 4px 4px 0 0;
border-radius: 50%;
text-align: center;
font-size: 12px;
color: #4c4c4c; }
.bk-dialog .bk-dialog-mark:hover {
background-color: #f3f3f3; }
.bk-dialog-header {
padding: 10px 30px 10px;
color: #333;
font-size: 22px; }
.bk-dialog-header .bk-dialog-title {
margin: 0; }
.bk-dialog-body {
padding: 15px 65px;
color: #666;
font-size: 14px;
line-height: 1.5; }
.bk-dialog-footer {
text-align: center;
padding: 20px 65px 40px; }
.bk-dialog-footer.bk-d-footer {
height: 60px;
line-height: 60px;
padding: 0;
border-top: 1px solid #e5e5e5;
background-color: #fafafa; }
.bk-dialog-footer .bk-dialog-outer {
padding: 0 10px 0 0;
text-align: right; }
.bk-dialog-footer .bk-dialog-outer button {
width: 72px;
height: 36px;
line-height: 34px;
min-width: 72px;
margin-right: 10px;
margin-top: 12px; }
.bk-dialog-footer .bk-dialog-outer button.bk-dialog-btn-cancel {
margin-left: 0;
background-color: #fff; }
.bk-dialog-title {
text-align: center;
font-size: 22px;
color: #333; }
.bk-dialog-subtitle {
color: #666; }
.bk-dialog-default-status {
padding: 40px 0; }
.bk-dialog-default-status.bk-dialog-warning-body {
padding-bottom: 15px; }
.bk-dialog-default-status.bk-dialog-warning {
padding-bottom: 35px; }
.bk-dialog-default-status ~ .bk-dialog-footer {
padding-top: 0; }
.bk-dialog-default-status .bk-dialog-mark {
display: block;
margin: 0 auto; }
.bk-dialog-default-status .bk-dialog-mark.bk-dialog-loading {
width: 58px;
height: 58px;
line-height: 58px;
font-size: 30px;
border-radius: 50%;
-webkit-animation: loading linear 1s infinite;
animation: loading linear 1s infinite; }
.bk-dialog-default-status .bk-dialog-mark.bk-dialog-warning, .bk-dialog-default-status .bk-dialog-mark.bk-dialog-error, .bk-dialog-default-status .bk-dialog-mark.bk-dialog-success {
width: 58px;
height: 58px;
line-height: 58px;
font-size: 30px;
color: #fff;
border-radius: 50%; }
.bk-dialog-default-status .bk-dialog-mark.bk-dialog-warning {
background-color: #ffc200; }
.bk-dialog-default-status .bk-dialog-mark.bk-dialog-error {
background-color: #ff5454; }
.bk-dialog-default-status .bk-dialog-mark.bk-dialog-success {
background-color: #5bd18a; }
.bk-dialog-default-status .bk-dialog-title {
margin: 20px 20px 0 20px; }
.bk-dialog-default-status .bk-dialog-subtitle {
margin: 16px 20px 0 20px; }
.bk-dialog-error-text {
color: #ff7979; }
.bk-dialog-primary-text {
color: #6793ee; }
.bk-dialog-btn {
width: 110px;
height: 36px;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
border-radius: 2px;
background-color: #fff;
font-size: 14px;
border: 1px solid #c3cdd7;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap; }
.bk-dialog-btn:hover {
background-color: #fafafa;
opacity: 1; }
.bk-dialog-btn:active {
background-color: #eee;
opacity: 1; }
.bk-dialog-btn.bk-btn-info {
color: #fff;
background-color: #88c3ff;
border-color: #88c3ff; }
.bk-dialog-btn.bk-btn-info:hover {
background-color: #7ab9fa;
border-color: #7ab9fa; }
.bk-dialog-btn.bk-btn-info:active {
background-color: #6eb5fe;
border-color: #6eb5fe; }
.bk-dialog-btn.bk-btn-primary {
color: #fff;
background-color: #3c96ff;
border-color: #3c96ff; }
.bk-dialog-btn.bk-btn-primary:hover {
background-color: #0082ff;
border-color: #0082ff; }
.bk-dialog-btn.bk-btn-primary:active {
background-color: #0978e2;
border-color: #0978e2; }
.bk-dialog-btn.bk-btn-danger {
color: #fff;
background-color: #ff5656;
border-color: #ff5656; }
.bk-dialog-btn.bk-btn-danger:hover {
background-color: #f72239;
border-color: #f72239; }
.bk-dialog-btn.bk-btn-danger:active {
background-color: #cb2537;
border-color: #cb2537; }
.bk-dialog-btn.bk-btn-success {
color: #fff;
background-color: #30d878;
border-color: #30d878; }
.bk-dialog-btn.bk-btn-success:hover {
background-color: #00c873;
border-color: #00c873; }
.bk-dialog-btn.bk-btn-success:active {
background-color: #00ae64;
border-color: #00ae64; }
.bk-dialog-btn.bk-btn-warning {
color: #fff;
background-color: #ffb400;
border-color: #ffb400; }
.bk-dialog-btn.bk-btn-warning:hover {
background-color: #ff9600;
border-color: #ff9600; }
.bk-dialog-btn.bk-btn-warning:active {
background-color: #e38601;
border-color: #e38601; }
.bk-dialog-btn-confirm {
margin-right: 10px;
color: #fff; }
.bk-dialog-btn-cancel {
margin-left: 10px;
color: #666; }
.bk-dialog-row {
text-align: center; }
.bk-dialog h1 {
margin: 0;
padding: 0;
font-weight: normal; }
.bk-dialog h2 {
margin: 0;
padding: 0;
font-weight: normal; }
.bk-dialog h3 {
margin: 0;
padding: 0;
font-weight: normal; }
.bk-dialog h4 {
margin: 0;
padding: 0;
font-weight: normal; }
.bk-dialog h5 {
margin: 0;
padding: 0;
font-weight: normal; }
.bk-dialog h6 {
margin: 0;
padding: 0;
font-weight: normal; }
.bk-dialog p {
margin: 0; }
.bk-dialog a {
text-decoration: none; }
.bk-dialog .hidden {
display: none; }
@-webkit-keyframes loading {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes loading {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
/*===================================================*\
* bk-dropdown-menu
\*===================================================*/
.bk-dropdown-menu {
display: inline-block;
position: relative; }
.bk-dropdown-menu.disabled {
cursor: not-allowed; }
.bk-dropdown-menu .bk-dropdown-trigger .bk-icon {
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s; }
.bk-dropdown-menu .bk-dropdown-trigger .bk-icon.icon-flip {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-dropdown-menu .bk-dropdown-content {
min-width: 100%;
height: auto;
background: #ffffff;
padding: 0;
margin: 0;
position: absolute;
z-index: 50;
border-radius: 2px;
border: 1px solid #c3cdd7;
-webkit-box-sizing: border-box;
box-sizing: border-box;
opacity: 0;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
-webkit-box-shadow: 0 2px 6px rgba(51, 60, 72, 0.1);
box-shadow: 0 2px 6px rgba(51, 60, 72, 0.1);
display: none;
text-align: left; }
.bk-dropdown-menu .bk-dropdown-content::-webkit-scrollbar {
width: 4px;
background-color: white; }
.bk-dropdown-menu .bk-dropdown-content::-webkit-scrollbar-thumb {
height: 5px;
border-radius: 2px;
background-color: #e6e9ea; }
.bk-dropdown-menu .bk-dropdown-content.is-show {
opacity: 1;
display: inline-block;
overflow: auto;
height: auto; }
.bk-dropdown-menu .bk-dropdown-content.left-align {
left: 0; }
.bk-dropdown-menu .bk-dropdown-content.right-align {
right: 0; }
.bk-dropdown-menu .bk-dropdown-content.center-align {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.bk-dropdown-menu .bk-dropdown-list {
width: 100%;
max-height: 166px;
list-style: none;
padding: 0;
margin: 0; }
.bk-dropdown-menu .bk-dropdown-list::-webkit-scrollbar {
width: 4px;
height: 4px; }
.bk-dropdown-menu .bk-dropdown-list::-webkit-scrollbar-thumb {
border-radius: 20px;
background: #dde4eb;
-webkit-box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3); }
.bk-dropdown-menu .bk-dropdown-list > li {
width: 100%;
margin: 0;
display: inline-block; }
.bk-dropdown-menu .bk-dropdown-list > li > a {
display: block;
line-height: 41px;
padding: 0 15px;
color: #737987;
font-size: 14px;
text-decoration: none;
white-space: nowrap; }
.bk-dropdown-menu .bk-dropdown-list > li > a:hover {
background: #ebf4ff;
color: #3c96ff; }
.bk-dropdown-menu .bk-dropdown-list > li .bk-icon {
margin-right: 5px; }
/*===================================================*\
* bk-form
\*===================================================*/
.bk-form.bk-inline-form {
display: inline-block; }
.bk-form.bk-inline-form .bk-form-item {
display: inline-block;
margin-bottom: 0;
margin-left: 10px; }
.bk-form.bk-inline-form .bk-form-item:first-child {
margin-left: 0; }
.bk-form.bk-inline-form .bk-form-item + .bk-form-item {
margin-top: 0; }
.bk-form.bk-inline-form .bk-form-inline-item {
display: inline-block;
vertical-align: top; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label {
position: relative; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: absolute;
margin: 3px -7px 0 2px;
display: inline-block;
vertical-align: middle;
right: 18px; }
.bk-form.bk-inline-form .bk-label {
width: auto;
display: inline-block;
padding: 10px 15px 10px 0; }
.bk-form.bk-inline-form.is-required > .bk-label:after {
right: 5px; }
.bk-form.bk-inline-form .bk-form-content {
display: inline-block;
margin-left: 0; }
.bk-form.bk-form-vertical .bk-label {
width: auto;
text-align: left; }
.bk-form.bk-form-vertical .bk-form-content {
clear: both;
margin-left: 0 !important; }
.bk-form.bk-form-vertical .bk-form-item + .bk-form-item {
margin-top: 8px; }
.bk-form.bk-form-vertical .bk-form-item.bk-form-action {
margin-top: 20px; }
.bk-form.bk-form-vertical .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form.bk-form-vertical .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form.bk-form-vertical .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form .bk-label {
width: 150px;
text-align: right;
vertical-align: middle;
float: left;
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 28px 10px 0; }
.bk-form .bk-form-content {
width: auto;
margin-left: 150px;
position: relative; }
.bk-form .bk-form-content > .bk-tip-text {
font-size: 14px;
color: #737987;
margin: 10px 0 0 0; }
.bk-form .bk-form-content > .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form .bk-form-content > .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form .bk-form-content > .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form ::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form ::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form ::placeholder {
color: #c3cdd7; }
.bk-form::after,
.bk-form .bk-form-item::before {
display: table;
content: "";
clear: both;
visibility: hidden;
font-size: 0; }
.bk-form input:-webkit-autofill, .bk-form textarea:-webkit-autofill, .bk-form select:-webkit-autofill {
background: #fff !important; }
.bk-form-item {
position: relative; }
.bk-form-item label {
margin-bottom: 0; }
.bk-form-item + .bk-form-item {
margin-top: 20px; }
.bk-form-item.is-required .bk-label {
position: relative; }
.bk-form-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: relative;
margin: 2px -7px 0 2px;
display: inline-block;
vertical-align: middle; }
.bk-form-item.is-readonly input[type="text"],
.bk-form-item.is-readonly input[type="password"],
.bk-form-item.is-readonly textarea,
.bk-form-item.is-readonly select {
background-color: #fafafa; }
.bk-form-item.is-disabled input[type="text"],
.bk-form-item.is-disabled input[type="password"],
.bk-form-item.is-disabled textarea,
.bk-form-item.is-disabled select {
background-color: #fafafa; }
.bk-form-item.is-danger input[type="text"],
.bk-form-item.is-danger input[type="password"],
.bk-form-item.is-danger textarea,
.bk-form-item.is-danger select, .bk-form-item.is-error input[type="text"],
.bk-form-item.is-error input[type="password"],
.bk-form-item.is-error textarea,
.bk-form-item.is-error select {
border-color: #ff5656; }
.bk-form-item.is-warning input[type="text"],
.bk-form-item.is-warning input[type="password"],
.bk-form-item.is-warning textarea,
.bk-form-item.is-warning select {
border-color: #ffb400; }
.bk-form-item.is-success input[type="text"],
.bk-form-item.is-success input[type="password"],
.bk-form-item.is-success textarea,
.bk-form-item.is-success select {
border-color: #30d878; }
.bk-form-item input.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-success + .bk-form-tip .bk-tip-text {
color: #30d878; }
.bk-form-item input.bk-error,
.bk-form-item select.bk-error,
.bk-form-item textarea.bk-error,
.bk-form-item input.is-danger,
.bk-form-item select.is-danger,
.bk-form-item textarea.is-danger {
border-color: #ff5656;
background-color: #fff4f4;
color: #ff5656; }
.bk-form-item input.bk-error::-webkit-input-placeholder,
.bk-form-item select.bk-error::-webkit-input-placeholder,
.bk-form-item textarea.bk-error::-webkit-input-placeholder,
.bk-form-item input.is-danger::-webkit-input-placeholder,
.bk-form-item select.is-danger::-webkit-input-placeholder,
.bk-form-item textarea.is-danger::-webkit-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::-ms-input-placeholder,
.bk-form-item select.bk-error::-ms-input-placeholder,
.bk-form-item textarea.bk-error::-ms-input-placeholder,
.bk-form-item input.is-danger::-ms-input-placeholder,
.bk-form-item select.is-danger::-ms-input-placeholder,
.bk-form-item textarea.is-danger::-ms-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::placeholder,
.bk-form-item select.bk-error::placeholder,
.bk-form-item textarea.bk-error::placeholder,
.bk-form-item input.is-danger::placeholder,
.bk-form-item select.is-danger::placeholder,
.bk-form-item textarea.is-danger::placeholder {
color: #ff5656; }
.bk-form-item input.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-danger + .bk-form-tip .bk-tip-text {
color: #ff5656; }
.bk-form-input,
.bk-form-password,
.bk-form-select,
.bk-form-textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 36px;
line-height: 1;
color: #666;
background-color: #fff;
border-radius: 2px;
width: 100%;
box-sizing: border-box;
border: 1px solid #c3cdd7;
padding: 0 10px;
font-size: 14px;
text-align: left;
vertical-align: middle;
outline: none;
resize: none;
-webkit-transition: border linear .2s;
transition: border linear .2s; }
.bk-form-input:focus,
.bk-form-password:focus,
.bk-form-select:focus,
.bk-form-textarea:focus {
border-color: #3c96ff !important;
background-color: #fff !important;
color: #737987 !important; }
.bk-form-input:focus::-webkit-input-placeholder,
.bk-form-password:focus::-webkit-input-placeholder,
.bk-form-select:focus::-webkit-input-placeholder,
.bk-form-textarea:focus::-webkit-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::-ms-input-placeholder,
.bk-form-password:focus::-ms-input-placeholder,
.bk-form-select:focus::-ms-input-placeholder,
.bk-form-textarea:focus::-ms-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::placeholder,
.bk-form-password:focus::placeholder,
.bk-form-select:focus::placeholder,
.bk-form-textarea:focus::placeholder {
color: #c3cdd7 !important; }
.bk-form-input::-webkit-input-placeholder,
.bk-form-password::-webkit-input-placeholder,
.bk-form-select::-webkit-input-placeholder,
.bk-form-textarea::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form-input::-ms-input-placeholder,
.bk-form-password::-ms-input-placeholder,
.bk-form-select::-ms-input-placeholder,
.bk-form-textarea::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form-input::placeholder,
.bk-form-password::placeholder,
.bk-form-select::placeholder,
.bk-form-textarea::placeholder {
color: #c3cdd7; }
.bk-form-input[disabled], .bk-form-input[readonly],
.bk-form-password[disabled],
.bk-form-password[readonly],
.bk-form-select[disabled],
.bk-form-select[readonly],
.bk-form-textarea[disabled],
.bk-form-textarea[readonly] {
background-color: #fafafa; }
.bk-form-input[disabled],
.bk-form-password[disabled],
.bk-form-select[disabled],
.bk-form-textarea[disabled] {
color: #ccc; }
.bk-form-select {
line-height: 32px;
padding-left: 0\9\0;
padding-right: 0\9\0; }
.bk-form-textarea {
min-height: 70px;
padding: 10px; }
.bk-form-mini .bk-form-input,
.bk-form-mini .bk-form-password,
.bk-form-mini .bk-form-select,
.bk-form-mini .bk-form-textarea {
height: 24px;
font-size: 12px; }
.bk-form-small .bk-form-input,
.bk-form-small .bk-form-password,
.bk-form-small .bk-form-select,
.bk-form-small .bk-form-textarea {
height: 32px;
font-size: 12px; }
.bk-form-large .bk-form-input,
.bk-form-large .bk-form-password,
.bk-form-large .bk-form-select,
.bk-form-large .bk-form-textarea {
height: 42px;
font-size: 14px; }
.bk-form-larger .bk-form-input,
.bk-form-larger .bk-form-password,
.bk-form-larger .bk-form-select,
.bk-form-larger .bk-form-textarea {
height: 54px;
font-size: 18px; }
.bk-form-tip {
height: 36px;
line-height: 36px;
padding: 0 10px 0 35px;
position: relative;
position: absolute;
left: 100%;
top: 0; }
.bk-form-tip .bk-badge {
vertical-align: middle; }
.bk-form-tip .bk-tip-text {
float: left;
font-size: 14px;
color: #737987;
display: inline-block;
padding: 0;
margin: 0;
white-space: nowrap; }
.bk-form-radio {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-radio .bk-radio-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-radio input[type=radio] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background-color: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 0;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-radio input[type=radio]:checked {
background-position: -33px 0; }
.bk-form-radio input[type=radio]:checked[disabled] {
color: #ccc;
background-position: -99px 0; }
.bk-form-radio input[type=radio][disabled] {
background-position: -66px 0;
cursor: default; }
.bk-form-radio input[type=radio][disabled] + .bk-radio-text {
color: #ccc;
cursor: default; }
.bk-form-radio.bk-radio-small input[type=radio] {
width: 14px;
height: 14px;
background-position: 0 -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked {
background-position: -33px -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked[disabled] {
background-position: -99px -33px; }
.bk-form-radio.bk-radio-small input[type=radio][disabled] {
background-position: -66px -33px; }
.bk-form-checkbox {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-checkbox .bk-checkbox-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-checkbox input[type=checkbox] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 -62px;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-checkbox input[type=checkbox]:checked {
background-position: -33px -62px; }
.bk-form-checkbox input[type=checkbox]:checked[disabled] {
color: #ccc;
background-position: -99px -62px; }
.bk-form-checkbox input[type=checkbox][disabled] {
background-position: -66px -62px;
cursor: default; }
.bk-form-checkbox input[type=checkbox][disabled] + .bk-checkbox-text {
color: #ccc;
cursor: default; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox] {
width: 14px;
height: 14px;
background-position: 0 -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked {
background-position: -33px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked[disabled] {
background-position: -99px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox][disabled] {
background-position: -66px -95px; }
.bk-radio {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
cursor: pointer;
height: 34px;
padding: 8px 0;
position: relative; }
.bk-radio.bk-radio-small input[type='radio'] {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-control {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-text {
line-height: 14px; }
.bk-radio input[type='radio'] {
width: 18px;
height: 18px;
opacity: 0;
vertical-align: middle; }
.bk-radio .bk-radio-control {
width: 18px;
height: 18px;
border-radius: 50%;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-radio .bk-radio-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-radio input:checked ~ .bk-radio-control:after, .bk-radio input[checked="checked"] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/radio.png");
background-size: cover;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-radio input[disabled] ~ .bk-radio-control {
cursor: not-allowed; }
.bk-radio input[disabled] ~ .bk-radio-text {
color: #ccc;
cursor: not-allowed; }
.bk-radio input[disabled][checked] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: #ccc;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
height: 34px;
position: relative;
display: inline-block;
padding: 8px 0; }
.bk-checkbox.bk-checkbox-small input[type='checkbox'] {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-control {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-text {
line-height: 14px; }
.bk-checkbox input[type='checkbox'] {
width: 18px;
height: 18px;
opacity: 0; }
.bk-checkbox .bk-checkbox-control {
width: 18px;
height: 18px;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-checkbox .bk-checkbox-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-checkbox input:checked ~ .bk-checkbox-control:after, .bk-checkbox input[checked="checked"] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox input[disabled] ~ .bk-checkbox-control {
cursor: not-allowed; }
.bk-checkbox input[disabled] ~ .bk-checkbox-text {
color: #ccc;
cursor: not-allowed; }
.bk-checkbox input[disabled][checked] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox-disabled.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-dropdown {
position: relative;
width: 100%; }
.bk-dropdown .bk-form-checkbox {
padding: 0; }
.bk-dropdown.open {
border-color: #3c96ff; }
.bk-dropdown.open .bk-dropdown-icon {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-dropdown-icon {
cursor: pointer; }
.bk-dropdown-wrapper {
position: relative;
width: 100%; }
.bk-dropdown-selector, .bk-dropdown-input {
width: 100%;
height: 36px;
line-height: 36px;
padding: 0 10px;
border: 1px solid #ccc;
border-radius: 2px;
font-size: 14px;
color: #737987;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
-webkit-transition: border linear .2s;
transition: border linear .2s; }
.bk-dropdown-selector:hover:not([disabled="disabled"]), .bk-dropdown-input:hover:not([disabled="disabled"]) {
border-color: #0082ff; }
.bk-dropdown-selector.placeholder, .bk-dropdown-input.placeholder {
color: #ccc; }
.bk-dropdown-selector.active, .bk-dropdown-input.active {
border-color: #0082ff !important; }
.bk-dropdown-selector[disabled="disabled"], .bk-dropdown-input[disabled="disabled"] {
color: #aaa;
cursor: not-allowed;
background: #fafafa; }
.bk-dropdown-icon {
position: absolute;
top: 13px;
right: 10px;
font-size: 12px;
color: #d3d3d3;
-webkit-transition: -webkit-transform linear .2s;
transition: -webkit-transform linear .2s;
transition: transform linear .2s;
transition: transform linear .2s, -webkit-transform linear .2s; }
.bk-dropdown-icon.clear-icon {
top: 10px;
right: 7px;
width: 18px;
height: 18px;
line-height: 18px;
border-radius: 50%;
background-color: #ddd;
color: #fff;
text-align: center;
font-size: 12px;
-webkit-transition: backgroundColor linear .2s;
transition: backgroundColor linear .2s; }
.bk-dropdown-icon.clear-icon:hover {
background-color: #ccc; }
.bk-dropdown-icon.clear-icon:before {
display: block;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7); }
.bk-dropdown .bk-dropdown-list {
position: absolute;
top: 40px;
left: 0;
right: 0;
-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
z-index: 100;
max-height: 160px;
overflow-y: auto; }
.bk-dropdown .bk-dropdown-list::-webkit-scrollbar {
width: 6px;
height: 5px; }
.bk-dropdown .bk-dropdown-list::-webkit-scrollbar-thumb {
border-radius: 20px;
background: #a5a5a5;
-webkit-box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3); }
.bk-dropdown .bk-dropdown-list ul {
padding: 0;
margin: 0;
list-style: none; }
.bk-dropdown .bk-dropdown-list-item {
position: relative;
width: 100%;
border-left: #c3cdd7;
border-right: #c3cdd7;
background-color: #fff;
cursor: pointer;
text-align: left; }
.bk-dropdown .bk-dropdown-list-item:first-child {
border-top: #c3cdd7; }
.bk-dropdown .bk-dropdown-list-item:last-child {
border-bottom: #c3cdd7; }
.bk-dropdown .bk-dropdown-list-item:hover, .bk-dropdown .bk-dropdown-list-item.bk-dropdown-selected {
background-color: #eef6fe; }
.bk-dropdown .bk-dropdown-list-item:hover .bk-dropdown-tools, .bk-dropdown .bk-dropdown-list-item.bk-dropdown-selected .bk-dropdown-tools {
display: block; }
.bk-dropdown .bk-dropdown-list-item .text {
padding: 0 10px;
line-height: 42px;
font-size: 14px;
display: block;
text-align: left; }
.bk-dropdown .bk-dropdown-list-item .bk-dropdown-tools {
position: absolute;
display: none;
top: 10px;
right: 0;
font-size: 12px; }
.bk-dropdown .bk-dropdown-list-item .bk-dropdown-tools .bk-selector-list-icon {
margin-right: 14px; }
.bk-dropdown-create-item .text {
text-align: left;
color: #eef6fe; }
.bk-dropdown-create-item .text:hover {
color: #fff; }
.bk-dropdown-multi-label {
display: block;
line-height: 42px;
cursor: pointer; }
.bk-dropdown-search-item {
position: relative;
border-bottom: 1px solid #e5e5e5;
cursor: default;
height: 32px; }
.bk-dropdown-search-item:hover {
color: #666;
background-color: #fff; }
.bk-dropdown-search-item > i {
position: absolute;
left: 10px;
top: 0;
height: 30px;
line-height: 30px;
color: #ccc; }
.bk-dropdown-search-item > input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 30px;
width: calc(100% - 30px);
height: 30px;
padding: 10px;
font-size: 14px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background-color: #fff;
color: #737987; }
/*===================================================*\
* bk-form
\*===================================================*/
.bk-form.bk-inline-form {
display: inline-block; }
.bk-form.bk-inline-form .bk-form-item {
display: inline-block;
margin-bottom: 0;
margin-left: 10px; }
.bk-form.bk-inline-form .bk-form-item:first-child {
margin-left: 0; }
.bk-form.bk-inline-form .bk-form-item + .bk-form-item {
margin-top: 0; }
.bk-form.bk-inline-form .bk-form-inline-item {
display: inline-block;
vertical-align: top; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label {
position: relative; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: absolute;
margin: 3px -7px 0 2px;
display: inline-block;
vertical-align: middle;
right: 18px; }
.bk-form.bk-inline-form .bk-label {
width: auto;
display: inline-block;
padding: 10px 15px 10px 0; }
.bk-form.bk-inline-form.is-required > .bk-label:after {
right: 5px; }
.bk-form.bk-inline-form .bk-form-content {
display: inline-block;
margin-left: 0; }
.bk-form.bk-form-vertical .bk-label {
width: auto;
text-align: left; }
.bk-form.bk-form-vertical .bk-form-content {
clear: both;
margin-left: 0 !important; }
.bk-form.bk-form-vertical .bk-form-item + .bk-form-item {
margin-top: 8px; }
.bk-form.bk-form-vertical .bk-form-item.bk-form-action {
margin-top: 20px; }
.bk-form.bk-form-vertical .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form.bk-form-vertical .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form.bk-form-vertical .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form .bk-label {
width: 150px;
text-align: right;
vertical-align: middle;
float: left;
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 28px 10px 0; }
.bk-form .bk-form-content {
width: auto;
margin-left: 150px;
position: relative; }
.bk-form .bk-form-content > .bk-tip-text {
font-size: 14px;
color: #737987;
margin: 10px 0 0 0; }
.bk-form .bk-form-content > .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form .bk-form-content > .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form .bk-form-content > .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form ::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form ::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form ::placeholder {
color: #c3cdd7; }
.bk-form::after,
.bk-form .bk-form-item::before {
display: table;
content: "";
clear: both;
visibility: hidden;
font-size: 0; }
.bk-form input:-webkit-autofill, .bk-form textarea:-webkit-autofill, .bk-form select:-webkit-autofill {
background: #fff !important; }
.bk-form-item {
position: relative; }
.bk-form-item label {
margin-bottom: 0; }
.bk-form-item + .bk-form-item {
margin-top: 20px; }
.bk-form-item.is-required .bk-label {
position: relative; }
.bk-form-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: relative;
margin: 2px -7px 0 2px;
display: inline-block;
vertical-align: middle; }
.bk-form-item.is-readonly input[type="text"],
.bk-form-item.is-readonly input[type="password"],
.bk-form-item.is-readonly textarea,
.bk-form-item.is-readonly select {
background-color: #fafafa; }
.bk-form-item.is-disabled input[type="text"],
.bk-form-item.is-disabled input[type="password"],
.bk-form-item.is-disabled textarea,
.bk-form-item.is-disabled select {
background-color: #fafafa; }
.bk-form-item.is-danger input[type="text"],
.bk-form-item.is-danger input[type="password"],
.bk-form-item.is-danger textarea,
.bk-form-item.is-danger select, .bk-form-item.is-error input[type="text"],
.bk-form-item.is-error input[type="password"],
.bk-form-item.is-error textarea,
.bk-form-item.is-error select {
border-color: #ff5656; }
.bk-form-item.is-warning input[type="text"],
.bk-form-item.is-warning input[type="password"],
.bk-form-item.is-warning textarea,
.bk-form-item.is-warning select {
border-color: #ffb400; }
.bk-form-item.is-success input[type="text"],
.bk-form-item.is-success input[type="password"],
.bk-form-item.is-success textarea,
.bk-form-item.is-success select {
border-color: #30d878; }
.bk-form-item input.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-success + .bk-form-tip .bk-tip-text {
color: #30d878; }
.bk-form-item input.bk-error,
.bk-form-item select.bk-error,
.bk-form-item textarea.bk-error,
.bk-form-item input.is-danger,
.bk-form-item select.is-danger,
.bk-form-item textarea.is-danger {
border-color: #ff5656;
background-color: #fff4f4;
color: #ff5656; }
.bk-form-item input.bk-error::-webkit-input-placeholder,
.bk-form-item select.bk-error::-webkit-input-placeholder,
.bk-form-item textarea.bk-error::-webkit-input-placeholder,
.bk-form-item input.is-danger::-webkit-input-placeholder,
.bk-form-item select.is-danger::-webkit-input-placeholder,
.bk-form-item textarea.is-danger::-webkit-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::-ms-input-placeholder,
.bk-form-item select.bk-error::-ms-input-placeholder,
.bk-form-item textarea.bk-error::-ms-input-placeholder,
.bk-form-item input.is-danger::-ms-input-placeholder,
.bk-form-item select.is-danger::-ms-input-placeholder,
.bk-form-item textarea.is-danger::-ms-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::placeholder,
.bk-form-item select.bk-error::placeholder,
.bk-form-item textarea.bk-error::placeholder,
.bk-form-item input.is-danger::placeholder,
.bk-form-item select.is-danger::placeholder,
.bk-form-item textarea.is-danger::placeholder {
color: #ff5656; }
.bk-form-item input.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-danger + .bk-form-tip .bk-tip-text {
color: #ff5656; }
.bk-form-input,
.bk-form-password,
.bk-form-select,
.bk-form-textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 36px;
line-height: 1;
color: #666;
background-color: #fff;
border-radius: 2px;
width: 100%;
box-sizing: border-box;
border: 1px solid #c3cdd7;
padding: 0 10px;
font-size: 14px;
text-align: left;
vertical-align: middle;
outline: none;
resize: none;
-webkit-transition: border linear .2s;
transition: border linear .2s; }
.bk-form-input:focus,
.bk-form-password:focus,
.bk-form-select:focus,
.bk-form-textarea:focus {
border-color: #3c96ff !important;
background-color: #fff !important;
color: #737987 !important; }
.bk-form-input:focus::-webkit-input-placeholder,
.bk-form-password:focus::-webkit-input-placeholder,
.bk-form-select:focus::-webkit-input-placeholder,
.bk-form-textarea:focus::-webkit-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::-ms-input-placeholder,
.bk-form-password:focus::-ms-input-placeholder,
.bk-form-select:focus::-ms-input-placeholder,
.bk-form-textarea:focus::-ms-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::placeholder,
.bk-form-password:focus::placeholder,
.bk-form-select:focus::placeholder,
.bk-form-textarea:focus::placeholder {
color: #c3cdd7 !important; }
.bk-form-input::-webkit-input-placeholder,
.bk-form-password::-webkit-input-placeholder,
.bk-form-select::-webkit-input-placeholder,
.bk-form-textarea::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form-input::-ms-input-placeholder,
.bk-form-password::-ms-input-placeholder,
.bk-form-select::-ms-input-placeholder,
.bk-form-textarea::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form-input::placeholder,
.bk-form-password::placeholder,
.bk-form-select::placeholder,
.bk-form-textarea::placeholder {
color: #c3cdd7; }
.bk-form-input[disabled], .bk-form-input[readonly],
.bk-form-password[disabled],
.bk-form-password[readonly],
.bk-form-select[disabled],
.bk-form-select[readonly],
.bk-form-textarea[disabled],
.bk-form-textarea[readonly] {
background-color: #fafafa; }
.bk-form-input[disabled],
.bk-form-password[disabled],
.bk-form-select[disabled],
.bk-form-textarea[disabled] {
color: #ccc; }
.bk-form-select {
line-height: 32px;
padding-left: 0\9\0;
padding-right: 0\9\0; }
.bk-form-textarea {
min-height: 70px;
padding: 10px; }
.bk-form-mini .bk-form-input,
.bk-form-mini .bk-form-password,
.bk-form-mini .bk-form-select,
.bk-form-mini .bk-form-textarea {
height: 24px;
font-size: 12px; }
.bk-form-small .bk-form-input,
.bk-form-small .bk-form-password,
.bk-form-small .bk-form-select,
.bk-form-small .bk-form-textarea {
height: 32px;
font-size: 12px; }
.bk-form-large .bk-form-input,
.bk-form-large .bk-form-password,
.bk-form-large .bk-form-select,
.bk-form-large .bk-form-textarea {
height: 42px;
font-size: 14px; }
.bk-form-larger .bk-form-input,
.bk-form-larger .bk-form-password,
.bk-form-larger .bk-form-select,
.bk-form-larger .bk-form-textarea {
height: 54px;
font-size: 18px; }
.bk-form-tip {
height: 36px;
line-height: 36px;
padding: 0 10px 0 35px;
position: relative;
position: absolute;
left: 100%;
top: 0; }
.bk-form-tip .bk-badge {
vertical-align: middle; }
.bk-form-tip .bk-tip-text {
float: left;
font-size: 14px;
color: #737987;
display: inline-block;
padding: 0;
margin: 0;
white-space: nowrap; }
.bk-form-radio {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-radio .bk-radio-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-radio input[type=radio] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background-color: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 0;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-radio input[type=radio]:checked {
background-position: -33px 0; }
.bk-form-radio input[type=radio]:checked[disabled] {
color: #ccc;
background-position: -99px 0; }
.bk-form-radio input[type=radio][disabled] {
background-position: -66px 0;
cursor: default; }
.bk-form-radio input[type=radio][disabled] + .bk-radio-text {
color: #ccc;
cursor: default; }
.bk-form-radio.bk-radio-small input[type=radio] {
width: 14px;
height: 14px;
background-position: 0 -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked {
background-position: -33px -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked[disabled] {
background-position: -99px -33px; }
.bk-form-radio.bk-radio-small input[type=radio][disabled] {
background-position: -66px -33px; }
.bk-form-checkbox {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-checkbox .bk-checkbox-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-checkbox input[type=checkbox] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 -62px;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-checkbox input[type=checkbox]:checked {
background-position: -33px -62px; }
.bk-form-checkbox input[type=checkbox]:checked[disabled] {
color: #ccc;
background-position: -99px -62px; }
.bk-form-checkbox input[type=checkbox][disabled] {
background-position: -66px -62px;
cursor: default; }
.bk-form-checkbox input[type=checkbox][disabled] + .bk-checkbox-text {
color: #ccc;
cursor: default; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox] {
width: 14px;
height: 14px;
background-position: 0 -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked {
background-position: -33px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked[disabled] {
background-position: -99px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox][disabled] {
background-position: -66px -95px; }
.bk-radio {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
cursor: pointer;
height: 34px;
padding: 8px 0;
position: relative; }
.bk-radio.bk-radio-small input[type='radio'] {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-control {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-text {
line-height: 14px; }
.bk-radio input[type='radio'] {
width: 18px;
height: 18px;
opacity: 0;
vertical-align: middle; }
.bk-radio .bk-radio-control {
width: 18px;
height: 18px;
border-radius: 50%;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-radio .bk-radio-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-radio input:checked ~ .bk-radio-control:after, .bk-radio input[checked="checked"] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/radio.png");
background-size: cover;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-radio input[disabled] ~ .bk-radio-control {
cursor: not-allowed; }
.bk-radio input[disabled] ~ .bk-radio-text {
color: #ccc;
cursor: not-allowed; }
.bk-radio input[disabled][checked] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: #ccc;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
height: 34px;
position: relative;
display: inline-block;
padding: 8px 0; }
.bk-checkbox.bk-checkbox-small input[type='checkbox'] {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-control {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-text {
line-height: 14px; }
.bk-checkbox input[type='checkbox'] {
width: 18px;
height: 18px;
opacity: 0; }
.bk-checkbox .bk-checkbox-control {
width: 18px;
height: 18px;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-checkbox .bk-checkbox-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-checkbox input:checked ~ .bk-checkbox-control:after, .bk-checkbox input[checked="checked"] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox input[disabled] ~ .bk-checkbox-control {
cursor: not-allowed; }
.bk-checkbox input[disabled] ~ .bk-checkbox-text {
color: #ccc;
cursor: not-allowed; }
.bk-checkbox input[disabled][checked] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox-disabled.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-selector {
position: relative;
width: 100%; }
.bk-selector .bk-form-checkbox {
padding: 0; }
.bk-selector .no-search-result {
font-size: 12px;
padding: 10px; }
.bk-selector ul,
.bk-selector li {
margin: 0;
padding: 0; }
.bk-selector .bk-selector-icon.disabled {
cursor: default; }
.bk-selector.open {
border-color: #3c96ff; }
.bk-selector.open .bk-selector-icon {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-selector-wrapper {
position: relative;
width: 100%; }
.bk-selector-input {
width: 100%;
height: 36px;
line-height: 36px;
padding: 0 32px 0 10px;
border: 1px solid #c3cdd7;
border-radius: 2px;
font-size: 14px;
color: #666;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
-webkit-transition: border linear .2s;
transition: border linear .2s; }
.bk-selector-input:hover:not([disabled="disabled"]) {
border-color: #0082ff; }
.bk-selector-input:hover + .bk-icon {
color: #3c96ff; }
.bk-selector-input.placeholder {
color: #c3cdd7; }
.bk-selector-input.active {
border-color: #0082ff !important; }
.bk-selector-input.active + .bk-icon {
color: #3c96ff; }
.bk-selector-input[disabled="disabled"] {
color: #aaa;
cursor: not-allowed;
background: #fafafa; }
.bk-selector-icon {
position: absolute;
top: 12px;
right: 10px;
font-size: 12px;
-webkit-transition: all linear .2s;
transition: all linear .2s;
cursor: pointer; }
.bk-selector-icon.clear-icon {
top: 10px;
right: 7px;
width: 18px;
height: 18px;
line-height: 18px;
border-radius: 50%;
background-color: #ddd;
color: #fff;
text-align: center;
font-size: 12px;
-webkit-transition: backgroundColor linear .2s;
transition: backgroundColor linear .2s; }
.bk-selector-icon.clear-icon:hover {
background-color: #ccc; }
.bk-selector-icon.clear-icon:before {
display: block;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7); }
.bk-selector .bk-selector-list {
position: absolute;
top: 40px;
left: 0;
right: 0;
border-radius: 2px;
-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
background-color: #fff;
z-index: 100;
overflow-y: hidden; }
.bk-selector .bk-selector-list > ul {
max-height: 160px;
padding: 0;
margin: 0;
list-style: none;
overflow-y: auto; }
.bk-selector .bk-selector-list > ul::-webkit-scrollbar {
width: 6px;
height: 5px; }
.bk-selector .bk-selector-list > ul::-webkit-scrollbar-thumb {
border-radius: 20px;
background: #a5a5a5;
-webkit-box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3); }
.bk-selector .bk-selector-list .bk-selector-group-list-item:hover, .bk-selector .bk-selector-list .bk-selector-group-list-item.bk-selector-selected {
background-color: inherit;
color: inherit; }
.bk-selector .bk-selector-node {
position: relative;
width: 100%;
border-left: #c3cdd7;
border-right: #c3cdd7;
background-color: #fff;
cursor: pointer;
text-align: left; }
.bk-selector .bk-selector-node.bk-selector-selected {
background-color: #eef6fe;
color: #3c96ff; }
.bk-selector .bk-selector-node.bk-selector-sub-node {
padding-left: 10px; }
.bk-selector .bk-selector-node:hover, .bk-selector .bk-selector-node.bk-selector-selected {
background-color: #eef6fe;
color: #3c96ff; }
.bk-selector .bk-selector-node:hover .bk-selector-tools, .bk-selector .bk-selector-node.bk-selector-selected .bk-selector-tools {
display: block; }
.bk-selector .bk-selector-node .text {
padding: 0 10px;
line-height: 42px;
font-size: 14px; }
.bk-selector .bk-selector-node .bk-selector-tools {
position: absolute;
display: none;
top: 10px;
right: 0;
font-size: 12px; }
.bk-selector .bk-selector-node .bk-selector-tools .bk-selector-list-icon {
margin-right: 4px; }
.bk-selector .bk-selector-node .bk-form-checkbox input[type=checkbox] {
position: relative;
top: -1px; }
.bk-selector-create-item {
cursor: pointer;
height: 42px;
line-height: 42px;
font-size: 14px;
background: #fafbfd;
padding-left: 10px;
border-top: 1px solid #e5e5e5; }
.bk-selector-create-item .text {
font-style: normal;
text-align: left;
color: #737987; }
.bk-selector-multi-label {
display: block;
line-height: 42px;
cursor: pointer; }
.bk-selector-search-item {
position: relative;
border-bottom: 1px solid #e5e5e5;
cursor: default;
padding: 5px; }
.bk-selector-search-item:hover {
color: #666;
background-color: #fff; }
.bk-selector-search-item > .bk-icon {
position: absolute;
right: 14px;
top: 5px;
height: 30px;
line-height: 30px;
color: #ccc; }
.bk-selector-search-item > input {
width: 100%;
height: 32px;
line-height: 32px;
padding: 10px;
font-size: 14px;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
background-color: #fafbfd;
border: 1px solid #dde4eb;
border-radius: 2px;
color: #737987; }
.bk-selector .bk-selector-group-name {
height: 40px;
line-height: 40px;
background: #fafbfd;
padding-left: 10px;
font-weight: bold;
font-size: 14px;
color: #737987;
border-bottom: 1px solid #dde4eb;
border-top: 1px solid #dde4eb; }
.bk-selector .bk-selector-list-item:first-child .bk-selector-group-name {
border-top: none; }
.bk-selector .bk-selector-list-item.active {
color: #3c96ff; }
.bk-selector .bk-selector-list-item.active .bk-selector-node {
background-color: #eef6fe; }
.bk-selector .bk-selector-list-item .bk-selector-node.is-disabled {
color: #c3cdd7;
background: #fff;
cursor: not-allowed; }
.bk-selector .bk-selector-list-item .bk-selector-node.is-disabled.bk-selector-selected {
background-color: #eef6fe;
color: #3c96ff;
cursor: default; }
.bk-selector .active {
color: #3c96ff; }
.bk-selector .active .bk-selector-node {
background-color: #eef6fe; }
.bk-selector .bk-selector-loading {
padding: 10px;
text-align: center; }
.bk-selector .selector-loading-icon {
position: absolute;
right: 10px;
top: 10px; }
.bk-icon-button {
min-width: 36px;
height: 36px;
line-height: 34px;
display: inline-block;
white-space: nowrap;
outline: none;
cursor: pointer;
white-space: nowrap;
-webkit-appearance: none;
padding: 0;
text-align: center;
vertical-align: middle;
font-size: 14px;
background: #ffffff;
border: 1px solid #c3cdd7;
border-radius: 2px;
color: #737987;
overflow: hidden;
text-decoration: none;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.bk-icon-button:hover, .bk-icon-button.hover {
background-color: #fafafa;
color: #737987;
text-decoration: none;
opacity: 1; }
.bk-icon-button:active, .bk-icon-button.active {
background-color: #eee;
color: #737987;
text-decoration: none;
opacity: 1; }
.bk-icon-button.is-disabled, .bk-icon-button[disabled] {
background-color: #ffffff !important;
border-color: #e5e5e5 !important;
color: #e6e6e6 !important;
cursor: not-allowed; }
.bk-icon-button.is-disabled .bk-text, .bk-icon-button[disabled] .bk-text {
background-color: #ffffff !important;
border-color: #e5e5e5 !important;
color: #e6e6e6 !important;
cursor: default; }
.bk-icon-button.is-loading {
position: relative; }
.bk-icon-button.is-loading .bk-icon {
font-family: "yahei" !important;
position: relative; }
.bk-icon-button.is-loading .bk-icon::before {
content: "";
display: block;
width: 12px;
height: 12px;
position: absolute;
left: 50%;
top: 50%;
background: url("images/loading_circle2.png") no-repeat 0 0;
margin: -6px 0 0 -6px;
animation: bk-icon-button-loading 0.8s infinite linear;
-ms-animation: bk-icon-button-loading 0.8s infinite linear;
-moz-animation: bk-icon-button-loading 0.8s infinite linear;
-webkit-animation: bk-icon-button-loading 0.8s infinite linear; }
.bk-icon-button.is-loading:hover .bk-icon::before {
background-image: url("images/loading_circle1.png"); }
.bk-icon-button.bk-default.is-loading:hover .bk-icon::before {
background-image: url("images/loading_circle2.png"); }
.bk-icon-button.bk-info {
background: #fafafa;
color: #88c3ff; }
.bk-icon-button.bk-info:hover, .bk-icon-button.bk-info.hover {
background-color: #7ab9fa;
border-color: #7ab9fa;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-info:hover .bk-text, .bk-icon-button.bk-info.hover .bk-text {
color: #fff;
background-color: #9ccbfb;
border-color: #9ccbfb; }
.bk-icon-button.bk-info:active, .bk-icon-button.bk-info.active {
background-color: #6eb5fe;
border-color: #6eb5fe;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-info:active .bk-text, .bk-icon-button.bk-info.active .bk-text {
color: #fff;
background-color: #a1cffe;
border-color: #a1cffe; }
.bk-icon-button.bk-primary {
background: #fafafa;
color: #3c96ff; }
.bk-icon-button.bk-primary:hover, .bk-icon-button.bk-primary.hover {
background-color: #0082ff;
border-color: #0082ff;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-primary:hover .bk-text, .bk-icon-button.bk-primary.hover .bk-text {
color: #fff;
background-color: #2494ff;
border-color: #2494ff; }
.bk-icon-button.bk-primary:active, .bk-icon-button.bk-primary.active {
background-color: #0978e2;
border-color: #0978e2;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-primary:active .bk-text, .bk-icon-button.bk-primary.active .bk-text {
color: #fff;
background-color: #2891f6;
border-color: #2891f6; }
.bk-icon-button.bk-success {
background: #fafafa;
color: #30d878; }
.bk-icon-button.bk-success:hover, .bk-icon-button.bk-success.hover {
background-color: #00c873;
border-color: #00c873;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-success:hover .bk-text, .bk-icon-button.bk-success.hover .bk-text {
color: #fff;
background-color: #00ec88;
border-color: #00ec88; }
.bk-icon-button.bk-success:active, .bk-icon-button.bk-success.active {
background-color: #00ae64;
border-color: #00ae64;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-success:active .bk-text, .bk-icon-button.bk-success.active .bk-text {
color: #fff;
background-color: #00e181;
border-color: #00e181; }
.bk-icon-button.bk-warning {
background: #fafafa;
color: #ffb400; }
.bk-icon-button.bk-warning:hover, .bk-icon-button.bk-warning.hover {
background-color: #ff9600;
border-color: #ff9600;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-warning:hover .bk-text, .bk-icon-button.bk-warning.hover .bk-text {
color: #fff;
background-color: #ffa524;
border-color: #ffa524; }
.bk-icon-button.bk-warning:active, .bk-icon-button.bk-warning.active {
background-color: #e38601;
border-color: #e38601;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-warning:active .bk-text, .bk-icon-button.bk-warning.active .bk-text {
color: #fff;
background-color: #fea019;
border-color: #fea019; }
.bk-icon-button.bk-danger {
background: #fafafa;
color: #ff5656; }
.bk-icon-button.bk-danger:hover, .bk-icon-button.bk-danger.hover {
background-color: #f72239;
border-color: #f72239;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-danger:hover .bk-text, .bk-icon-button.bk-danger.hover .bk-text {
color: #fff;
background-color: #f84458;
border-color: #f84458; }
.bk-icon-button.bk-danger:active, .bk-icon-button.bk-danger.active {
background-color: #cb2537;
border-color: #cb2537;
color: #fff;
opacity: 1; }
.bk-icon-button.bk-danger:active .bk-text, .bk-icon-button.bk-danger.active .bk-text {
color: #fff;
background-color: #dd4656;
border-color: #dd4656; }
.bk-icon-button .bk-icon {
display: inline-block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
vertical-align: middle;
float: left;
margin-top: 0; }
.bk-icon-button .bk-text {
display: inline-block;
height: 34px;
line-height: 36px;
padding: 0 10px;
font-style: normal;
border-left: 1px solid #c3cdd7;
min-width: 70px;
vertical-align: middle;
float: left;
color: #666; }
.bk-icon-button .bk-text.is-disabled {
cursor: not-allowed; }
.bk-icon-button.bk-button-mini {
min-width: 24px;
height: 24px;
line-height: 22px;
font-size: 12px; }
.bk-icon-button.bk-button-mini .bk-icon {
width: 24px;
height: 24px;
line-height: 22px; }
.bk-icon-button.bk-button-mini .bk-text {
height: 24px;
line-height: 22px;
padding: 0 5px;
min-width: 30px; }
.bk-icon-button.bk-button-small {
min-width: 32px;
height: 32px;
line-height: 30px; }
.bk-icon-button.bk-button-small .bk-icon {
width: 32px;
height: 32px;
line-height: 30px; }
.bk-icon-button.bk-button-small .bk-text {
height: 32px;
line-height: 30px;
min-width: 60px; }
.bk-icon-button.bk-button-large {
min-width: 42px;
height: 42px;
line-height: 40px; }
.bk-icon-button.bk-button-large .bk-icon {
width: 42px;
height: 42px;
line-height: 40px; }
.bk-icon-button.bk-button-large .bk-text {
height: 42px;
line-height: 40px;
min-width: 80px; }
@keyframes bk-icon-button-loading {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes bk-icon-button-loading {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.bk-loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.9);
z-index: 1000; }
.bk-loading .bk-loading-wrapper {
text-align: center;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-loading-title {
text-align: center;
font-size: 14px;
color: #737987;
line-height: initial;
margin-top: 5px; }
.bk-loading .bk-loading1 {
position: relative;
width: 75px;
height: 14px;
margin: auto;
display: inline-block; }
.bk-loading .bk-loading1 .point {
position: absolute;
top: 0;
width: 14px;
height: 14px;
-webkit-animation-name: scale-animate;
animation-name: scale-animate;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
border-radius: 19px; }
.bk-loading .bk-loading1 .point1 {
background-color: #fd6154;
left: 0;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.bk-loading .bk-loading1 .point2 {
background-color: #ffb726;
left: 20px;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
.bk-loading .bk-loading1 .point3 {
background-color: #4cd084;
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.bk-loading .bk-loading1 .point4 {
background-color: #57a3f1;
left: 60px;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.bk-loading .bk-loading1.bk-black .point1,
.bk-loading .bk-loading1.bk-black .point2,
.bk-loading .bk-loading1.bk-black .point3,
.bk-loading .bk-loading1.bk-black .point4 {
background: #39424e; }
.bk-dot-loading,
.bk-loading1 {
position: relative;
width: 75px;
height: 14px;
margin: auto;
display: inline-block; }
.bk-dot-loading .point,
.bk-loading1 .point {
position: absolute;
top: 0;
width: 14px;
height: 14px;
-webkit-animation-name: scale-animate;
animation-name: scale-animate;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
border-radius: 19px; }
.bk-dot-loading .point1,
.bk-loading1 .point1 {
background-color: #fd6154;
left: 0;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.bk-dot-loading .point2,
.bk-loading1 .point2 {
background-color: #ffb726;
left: 20px;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
.bk-dot-loading .point3,
.bk-loading1 .point3 {
background-color: #4cd084;
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.bk-dot-loading .point4,
.bk-loading1 .point4 {
background-color: #57a3f1;
left: 60px;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.bk-dot-loading.bk-black .point1,
.bk-dot-loading.bk-black .point2,
.bk-dot-loading.bk-black .point3,
.bk-dot-loading.bk-black .point4,
.bk-loading1.bk-black .point1,
.bk-loading1.bk-black .point2,
.bk-loading1.bk-black .point3,
.bk-loading1.bk-black .point4 {
background: #39424e; }
@keyframes scale-animate {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0.6);
transform: scale(0.6); } }
@-webkit-keyframes scale-animate {
0% {
-webkit-transform: scale(1); }
100% {
-webkit-transform: scale(0.6); } }
.bk-spin-loading,
.bk-loading2 {
width: 39px;
height: 39px;
position: relative;
margin: auto;
display: inline-block;
vertical-align: middle; }
.bk-spin-loading .rotate,
.bk-loading2 .rotate {
position: absolute;
top: 77%;
right: 43%;
background-color: none;
background-color: #39424e\9\0;
width: 6px;
height: 8px;
-webkit-transform-origin: 50% -10px;
-ms-transform-origin: 50% -10px;
transform-origin: 50% -10px;
border-radius: 8px;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-animation-name: fade;
animation-name: fade;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal; }
.bk-spin-loading.bk-spin-loading-success .rotate,
.bk-loading2.bk-spin-loading-success .rotate {
background: #30d878\9\0;
-webkit-animation-name: fadeSuccess;
animation-name: fadeSuccess; }
.bk-spin-loading.bk-spin-loading-danger .rotate,
.bk-loading2.bk-spin-loading-danger .rotate {
background: #ff5656\9\0;
-webkit-animation-name: fadeDanger;
animation-name: fadeDanger; }
.bk-spin-loading.bk-spin-loading-warning .rotate,
.bk-loading2.bk-spin-loading-warning .rotate {
background: #ffb400\9\0;
-webkit-animation-name: fadeWarning;
animation-name: fadeWarning; }
.bk-spin-loading.bk-spin-loading-primary .rotate,
.bk-loading2.bk-spin-loading-primary .rotate {
background: #3c96ff\9\0;
-webkit-animation-name: fadePrimary;
animation-name: fadePrimary; }
.bk-spin-loading.bk-spin-loading-white .rotate,
.bk-loading2.bk-spin-loading-white .rotate {
background: #fff\9\0;
-webkit-animation-name: fadeWhite;
animation-name: fadeWhite; }
.bk-spin-loading .rotate1,
.bk-loading2 .rotate1 {
-webkit-animation-delay: 0.45s;
animation-delay: 0.45s;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.bk-spin-loading .rotate2,
.bk-loading2 .rotate2 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.bk-spin-loading .rotate3,
.bk-loading2 .rotate3 {
-webkit-animation-delay: 0.75s;
animation-delay: 0.75s;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
.bk-spin-loading .rotate4,
.bk-loading2 .rotate4 {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.bk-spin-loading .rotate5,
.bk-loading2 .rotate5 {
-webkit-animation-delay: 1.05s;
animation-delay: 1.05s;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.bk-spin-loading .rotate6,
.bk-loading2 .rotate6 {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg); }
.bk-spin-loading .rotate7,
.bk-loading2 .rotate7 {
-webkit-animation-delay: 1.35s;
animation-delay: 1.35s;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-spin-loading .rotate8,
.bk-loading2 .rotate8 {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.bk-spin-loading.bk-spin-loading-large,
.bk-loading2.bk-spin-loading-large {
width: 69px;
height: 69px; }
.bk-spin-loading.bk-spin-loading-large .rotate,
.bk-loading2.bk-spin-loading-large .rotate {
width: 10px;
height: 14px;
-webkit-transform-origin: 50% -18px;
-ms-transform-origin: 50% -18px;
transform-origin: 50% -18px; }
.bk-spin-loading.bk-spin-loading-small,
.bk-loading2.bk-spin-loading-small {
width: 27px;
height: 27px; }
.bk-spin-loading.bk-spin-loading-small .rotate,
.bk-loading2.bk-spin-loading-small .rotate {
width: 4px;
height: 5px;
-webkit-transform-origin: 50% -7px;
-ms-transform-origin: 50% -7px;
transform-origin: 50% -7px; }
.bk-spin-loading.bk-spin-loading-mini,
.bk-loading2.bk-spin-loading-mini {
width: 16px;
height: 16px; }
.bk-spin-loading.bk-spin-loading-mini .rotate,
.bk-loading2.bk-spin-loading-mini .rotate {
width: 2px;
height: 3px;
-webkit-transform-origin: 50% -4px;
-ms-transform-origin: 50% -4px;
transform-origin: 50% -4px; }
@keyframes fade {
0% {
background-color: #39424e; }
100% {
background-color: none; } }
@-webkit-keyframes fade {
0% {
background-color: #39424e; }
100% {
background-color: none; } }
@keyframes fadeSuccess {
0% {
background-color: #30d878; }
100% {
background-color: none; } }
@-webkit-keyframes fadeSuccess {
0% {
background-color: #30d878; }
100% {
background-color: none; } }
@keyframes fadePrimary {
0% {
background-color: #3c96ff; }
100% {
background-color: none; } }
@-webkit-keyframes fadePrimary {
0% {
background-color: #3c96ff; }
100% {
background-color: none; } }
@keyframes fadeDanger {
0% {
background-color: #ff5656; }
100% {
background-color: none; } }
@-webkit-keyframes fadeDanger {
0% {
background-color: #ff5656; }
100% {
background-color: none; } }
@keyframes fadeWarning {
0% {
background-color: #ffb400; }
100% {
background-color: none; } }
@-webkit-keyframes fadeWarning {
0% {
background-color: #ffb400; }
100% {
background-color: none; } }
@keyframes fadeWhite {
0% {
background-color: white; }
100% {
background-color: none; } }
@-webkit-keyframes fadeWhite {
0% {
background-color: white; }
100% {
background-color: none; } }
.bk-loading-box,
.bk-loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.9);
z-index: 1000; }
.bk-loading-box .bk-loading-wrapper,
.bk-loading .bk-loading-wrapper {
text-align: center;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.bk-loading-box-title,
.bk-loading-title {
text-align: center;
font-size: 14px;
color: #737987;
line-height: initial;
margin-top: 5px; }
.bk-message {
z-index: 2000;
position: fixed;
top: 3px;
left: 50%;
padding: 0 35px 0 10px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all linear .2s;
transition: all linear .2s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-width: 247px;
min-height: 42px;
border: 1px solid #fff;
border-radius: 3px;
background-color: #fff;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
/* 基于原生 JS 版本的样式 */ }
.bk-message:before, .bk-message:after {
content: '';
display: table;
line-height: 0; }
.bk-message:after {
clear: both; }
.bk-message-icon-wrapper {
float: left; }
.bk-message-icon {
width: 20px;
height: 20px;
line-height: 22px;
margin: 14px 10px 0 0;
text-align: center;
font-size: 12px;
border-radius: 50%; }
.bk-message-content {
word-break: break-all;
min-height: 42px;
padding: 14px 0;
line-height: 20px;
font-size: 14px;
font-weight: bold; }
.bk-message-close {
position: absolute;
right: 3px;
top: 9px;
width: 26px;
height: 26px;
cursor: pointer;
font-size: 14px;
text-align: center;
line-height: 26px; }
.bk-message.error {
background-color: #fbdddd;
border-color: #ffcdcd; }
.bk-message.error .bk-message-icon {
background-color: #ff5656;
color: #fbdddd; }
.bk-message.error .bk-message-content {
color: #ff5656; }
.bk-message.error .bk-message-close {
color: #f5a1a1; }
.bk-message.warning {
background-color: #ffeeca;
border-color: #ffe4ae; }
.bk-message.warning .bk-message-icon {
background-color: #ffb400;
color: #ffeeca; }
.bk-message.warning .bk-message-content {
color: #ffb400; }
.bk-message.warning .bk-message-close {
color: #ffca5d; }
.bk-message.success {
background-color: #d5fde5;
border-color: #bff3d4; }
.bk-message.success .bk-message-icon {
background-color: #30d878;
color: #d5fde5; }
.bk-message.success .bk-message-content {
color: #30d878; }
.bk-message.success .bk-message-close {
color: #98e7b8; }
.bk-message.primary {
background-color: #e1f3ff;
border-color: #bfdfff; }
.bk-message.primary .bk-message-icon {
color: #3c96ff;
font-size: 16px;
margin-top: 13px; }
.bk-message.primary .bk-message-content {
color: #3c96ff; }
.bk-message.primary .bk-message-close {
color: #8ec3f7; }
.bk-message.dom-version {
top: -50px; }
.bk-sideslider-show {
overflow-y: hidden !important; }
.bk-sideslider-show body {
overflow-y: hidden !important; }
.bk-sideslider-show.has-sideslider-padding {
padding-right: 17px !important; }
.bk-sideslider {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1500;
-webkit-transition: all linear .2s;
transition: all linear .2s; }
.bk-sideslider-wrapper {
position: absolute;
top: 0;
bottom: 0;
padding-bottom: 20px;
background-color: #fff;
-webkit-transition: all linear .2s;
transition: all linear .2s;
overflow-y: auto; }
.bk-sideslider-wrapper.left {
left: 0; }
.bk-sideslider-wrapper.right {
right: 0; }
.bk-sideslider-header {
width: 100%;
height: 60px; }
.bk-sideslider-header:before, .bk-sideslider-header:after {
content: '';
display: table;
line-height: 0; }
.bk-sideslider-header:after {
clear: both; }
.bk-sideslider-closer {
width: 30px;
height: 60px;
line-height: 60px;
background-color: #ff6666;
text-align: center;
color: #fff;
cursor: pointer; }
.bk-sideslider-closer span {
display: block;
margin-top: 22px; }
.bk-sideslider-title {
height: 60px;
line-height: 60px;
border-bottom: 1px solid #e6e6e6;
font-size: 16px;
font-weight: bold;
color: #666; }
.bk-steps {
display: table;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.bk-steps .bk-icon {
font-size: 18px; }
.bk-steps .bk-step.done .bk-step-number,
.bk-steps .bk-step.done .bk-step-icon,
.bk-steps .bk-step.done .bk-step-text {
background-color: #3c96ff;
border-color: #3c96ff; }
.bk-steps .bk-step.done::after {
background-color: #3c96ff; }
.bk-steps .bk-step.current .bk-step-number,
.bk-steps .bk-step.current .bk-step-icon,
.bk-steps .bk-step.current .bk-step-text {
border-color: #3c96ff;
color: #3c96ff; }
.bk-steps .bk-step {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center; }
.bk-steps .bk-step::after {
content: "";
position: absolute;
left: 50%;
top: 17px;
width: 100%;
height: 2px;
background-color: #c3cdd7; }
.bk-steps .bk-step .bk-step-indicator {
position: relative;
display: inline-block;
width: 36px;
height: 36px;
padding: 0;
border: 2px solid #c3cdd7;
border-radius: 50%;
line-height: 32px;
color: #c3cdd7;
text-align: center;
background-color: #fff;
z-index: 1; }
.bk-steps .bk-step .bk-step-number {
font-size: 18px;
font-family: arial; }
.bk-steps .bk-step .bk-step-icon {
font-size: 20px; }
.bk-steps .bk-step .bk-step-title {
display: block;
margin-top: 10px;
color: #c3cdd7;
font-size: 14px; }
.bk-steps .bk-step:last-of-type::after {
display: none; }
.bk-steps .bk-step.done .bk-step-number,
.bk-steps .bk-step.done .bk-step-icon,
.bk-steps .bk-step.done .bk-step-text {
color: #fff; }
.bk-steps .bk-step.done .bk-step-title {
color: #737987; }
.bk-steps .bk-step.current .bk-step-number,
.bk-steps .bk-step.current .bk-step-icon,
.bk-steps .bk-step.current .bk-step-text {
border-width: 2px; }
.bk-steps .bk-step.current .bk-step-title {
color: #737987; }
.bk-steps-info .bk-step.done .bk-step-number,
.bk-steps-info .bk-step.done .bk-step-icon,
.bk-steps-info .bk-step.done .bk-step-text {
background-color: #88c3ff;
border-color: #88c3ff; }
.bk-steps-info .bk-step.done::after {
background-color: #88c3ff; }
.bk-steps-info .bk-step.current .bk-step-number,
.bk-steps-info .bk-step.current .bk-step-icon,
.bk-steps-info .bk-step.current .bk-step-text {
border-color: #88c3ff;
color: #88c3ff; }
.bk-steps-success .bk-step.done .bk-step-number,
.bk-steps-success .bk-step.done .bk-step-icon,
.bk-steps-success .bk-step.done .bk-step-text {
background-color: #30d878;
border-color: #30d878; }
.bk-steps-success .bk-step.done::after {
background-color: #30d878; }
.bk-steps-success .bk-step.current .bk-step-number,
.bk-steps-success .bk-step.current .bk-step-icon,
.bk-steps-success .bk-step.current .bk-step-text {
border-color: #30d878;
color: #30d878; }
.bk-steps-warning .bk-step.done .bk-step-number,
.bk-steps-warning .bk-step.done .bk-step-icon,
.bk-steps-warning .bk-step.done .bk-step-text {
background-color: #ffb400;
border-color: #ffb400; }
.bk-steps-warning .bk-step.done::after {
background-color: #ffb400; }
.bk-steps-warning .bk-step.current .bk-step-number,
.bk-steps-warning .bk-step.current .bk-step-icon,
.bk-steps-warning .bk-step.current .bk-step-text {
border-color: #ffb400;
color: #ffb400; }
.bk-steps-danger .bk-step.done .bk-step-number,
.bk-steps-danger .bk-step.done .bk-step-icon,
.bk-steps-danger .bk-step.done .bk-step-text {
background-color: #ff5656;
border-color: #ff5656; }
.bk-steps-danger .bk-step.done::after {
background-color: #ff5656; }
.bk-steps-danger .bk-step.current .bk-step-number,
.bk-steps-danger .bk-step.current .bk-step-icon,
.bk-steps-danger .bk-step.current .bk-step-text {
border-color: #ff5656;
color: #ff5656; }
.bk-switcher {
width: 54px;
height: 28px;
line-height: 28px;
position: relative;
border-radius: 50px;
display: inline-block;
vertical-align: middle;
-webkit-transition: all .4s ease;
transition: all .4s ease;
background-color: #c3cdd7;
text-align: left; }
.bk-switcher:after {
left: 2px;
top: 2px;
content: "";
height: 24px;
width: 24px;
border-radius: 100px;
display: block;
-webkit-transition: all .3s ease;
transition: all .3s ease;
position: absolute;
cursor: pointer;
background: #fff;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.bk-switcher .switcher-label {
width: 30px;
height: 28px;
font-size: 12px;
color: #fff;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
font-weight: normal;
display: none;
margin: 0 0 0 26px;
text-align: center;
vertical-align: top; }
.bk-switcher .switcher-label .on-text {
display: none; }
.bk-switcher .switcher-label .off-text {
display: inline-block; }
.bk-switcher.bk-switcher-small .switcher-label {
margin-left: 25px; }
.bk-switcher.show-label {
width: 61px; }
.bk-switcher.show-label .switcher-label {
display: inline-block; }
.bk-switcher.is-disabled {
cursor: default;
background-color: #eee !important; }
.bk-switcher.is-disabled input[type=checkbox] {
cursor: not-allowed; }
.bk-switcher.is-checked {
background: #30d878; }
.bk-switcher.is-checked:after {
left: 100%;
top: 2px;
margin-left: -26px; }
.bk-switcher.is-checked .switcher-label {
margin-left: 4px; }
.bk-switcher.is-checked .switcher-label .on-text {
display: inline-block; }
.bk-switcher.is-checked .switcher-label .off-text {
display: none; }
.bk-switcher.bk-switcher-outline {
background: #fff;
border: 1px solid #c3cdd7; }
.bk-switcher.bk-switcher-outline:after {
width: 22px;
height: 22px;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #c3cdd7; }
.bk-switcher.bk-switcher-outline .switcher-label {
height: 26px;
color: #c3cdd7;
margin-left: 24px; }
.bk-switcher.bk-switcher-outline.is-checked {
border: 1px solid #30d878; }
.bk-switcher.bk-switcher-outline.is-checked:after {
margin-left: -24px;
background-color: #30d878; }
.bk-switcher.bk-switcher-outline.is-checked .switcher-label {
color: #30d878;
margin-left: 4px; }
.bk-switcher.bk-switcher-outline.is-disabled {
background-color: #fff !important;
border-color: #eee !important; }
.bk-switcher.bk-switcher-outline.is-disabled .switcher-label {
color: #eee; }
.bk-switcher.bk-switcher-outline.is-disabled:after {
background-color: #eee; }
.bk-switcher.bk-switcher-outline.bk-switcher-small:after {
width: 18px;
height: 18px; }
.bk-switcher.bk-switcher-outline.bk-switcher-small.is-checked:after {
margin-left: -20px; }
.bk-switcher.bk-switcher-square {
border-radius: 2px; }
.bk-switcher.bk-switcher-square:after {
border-radius: 2px; }
.bk-switcher.bk-switcher-square .switcher-label {
width: 35px; }
.bk-switcher.bk-switcher-small {
width: 44px;
height: 24px;
line-height: 22px; }
.bk-switcher.bk-switcher-small .switcher-label {
font-size: 12px;
display: none !important; }
.bk-switcher.bk-switcher-small:after {
width: 20px;
height: 20px; }
.bk-switcher.bk-switcher-small.is-checked:after {
left: 100%;
top: 2px;
margin-left: -22px; }
.bk-switcher input[type=checkbox],
.bk-switcher input[type=radio] {
opacity: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
cursor: pointer;
left: 0;
top: 0;
margin: 0; }
/*===================================================*\
* bk-form
\*===================================================*/
.bk-form.bk-inline-form {
display: inline-block; }
.bk-form.bk-inline-form .bk-form-item {
display: inline-block;
margin-bottom: 0;
margin-left: 10px; }
.bk-form.bk-inline-form .bk-form-item:first-child {
margin-left: 0; }
.bk-form.bk-inline-form .bk-form-item + .bk-form-item {
margin-top: 0; }
.bk-form.bk-inline-form .bk-form-inline-item {
display: inline-block;
vertical-align: top; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label {
position: relative; }
.bk-form.bk-inline-form .bk-form-inline-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: absolute;
margin: 3px -7px 0 2px;
display: inline-block;
vertical-align: middle;
right: 18px; }
.bk-form.bk-inline-form .bk-label {
width: auto;
display: inline-block;
padding: 10px 15px 10px 0; }
.bk-form.bk-inline-form.is-required > .bk-label:after {
right: 5px; }
.bk-form.bk-inline-form .bk-form-content {
display: inline-block;
margin-left: 0; }
.bk-form.bk-form-vertical .bk-label {
width: auto;
text-align: left; }
.bk-form.bk-form-vertical .bk-form-content {
clear: both;
margin-left: 0 !important; }
.bk-form.bk-form-vertical .bk-form-item + .bk-form-item {
margin-top: 8px; }
.bk-form.bk-form-vertical .bk-form-item.bk-form-action {
margin-top: 20px; }
.bk-form.bk-form-vertical .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form.bk-form-vertical .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form.bk-form-vertical .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form .bk-label {
width: 150px;
text-align: right;
vertical-align: middle;
float: left;
font-size: 14px;
font-weight: normal;
color: #666;
line-height: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 28px 10px 0; }
.bk-form .bk-form-content {
width: auto;
margin-left: 150px;
position: relative; }
.bk-form .bk-form-content > .bk-tip-text {
font-size: 14px;
color: #737987;
margin: 10px 0 0 0; }
.bk-form .bk-form-content > .bk-form-tip {
padding: 0;
margin: 10px 0 0 0;
position: relative;
height: auto;
line-height: 1;
left: 0; }
.bk-form .bk-form-content > .bk-form-tip .bk-tip-text {
float: none;
vertical-align: middle; }
.bk-form .bk-form-content > .bk-form-tip .bk-badge {
margin-right: 5px; }
.bk-form ::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form ::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form ::placeholder {
color: #c3cdd7; }
.bk-form::after,
.bk-form .bk-form-item::before {
display: table;
content: "";
clear: both;
visibility: hidden;
font-size: 0; }
.bk-form input:-webkit-autofill, .bk-form textarea:-webkit-autofill, .bk-form select:-webkit-autofill {
background: #fff !important; }
.bk-form-item {
position: relative; }
.bk-form-item label {
margin-bottom: 0; }
.bk-form-item + .bk-form-item {
margin-top: 20px; }
.bk-form-item.is-required .bk-label {
position: relative; }
.bk-form-item.is-required .bk-label:after {
content: '*';
color: #ff5656;
position: relative;
margin: 2px -7px 0 2px;
display: inline-block;
vertical-align: middle; }
.bk-form-item.is-readonly input[type="text"],
.bk-form-item.is-readonly input[type="password"],
.bk-form-item.is-readonly textarea,
.bk-form-item.is-readonly select {
background-color: #fafafa; }
.bk-form-item.is-disabled input[type="text"],
.bk-form-item.is-disabled input[type="password"],
.bk-form-item.is-disabled textarea,
.bk-form-item.is-disabled select {
background-color: #fafafa; }
.bk-form-item.is-danger input[type="text"],
.bk-form-item.is-danger input[type="password"],
.bk-form-item.is-danger textarea,
.bk-form-item.is-danger select, .bk-form-item.is-error input[type="text"],
.bk-form-item.is-error input[type="password"],
.bk-form-item.is-error textarea,
.bk-form-item.is-error select {
border-color: #ff5656; }
.bk-form-item.is-warning input[type="text"],
.bk-form-item.is-warning input[type="password"],
.bk-form-item.is-warning textarea,
.bk-form-item.is-warning select {
border-color: #ffb400; }
.bk-form-item.is-success input[type="text"],
.bk-form-item.is-success input[type="password"],
.bk-form-item.is-success textarea,
.bk-form-item.is-success select {
border-color: #30d878; }
.bk-form-item input.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-success + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-success + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-success + .bk-form-tip .bk-tip-text {
color: #30d878; }
.bk-form-item input.bk-error,
.bk-form-item select.bk-error,
.bk-form-item textarea.bk-error,
.bk-form-item input.is-danger,
.bk-form-item select.is-danger,
.bk-form-item textarea.is-danger {
border-color: #ff5656;
background-color: #fff4f4;
color: #ff5656; }
.bk-form-item input.bk-error::-webkit-input-placeholder,
.bk-form-item select.bk-error::-webkit-input-placeholder,
.bk-form-item textarea.bk-error::-webkit-input-placeholder,
.bk-form-item input.is-danger::-webkit-input-placeholder,
.bk-form-item select.is-danger::-webkit-input-placeholder,
.bk-form-item textarea.is-danger::-webkit-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::-ms-input-placeholder,
.bk-form-item select.bk-error::-ms-input-placeholder,
.bk-form-item textarea.bk-error::-ms-input-placeholder,
.bk-form-item input.is-danger::-ms-input-placeholder,
.bk-form-item select.is-danger::-ms-input-placeholder,
.bk-form-item textarea.is-danger::-ms-input-placeholder {
color: #ff5656; }
.bk-form-item input.bk-error::placeholder,
.bk-form-item select.bk-error::placeholder,
.bk-form-item textarea.bk-error::placeholder,
.bk-form-item input.is-danger::placeholder,
.bk-form-item select.is-danger::placeholder,
.bk-form-item textarea.is-danger::placeholder {
color: #ff5656; }
.bk-form-item input.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item select.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.bk-error + .bk-form-tip .bk-tip-text,
.bk-form-item input.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item select.is-danger + .bk-form-tip .bk-tip-text,
.bk-form-item textarea.is-danger + .bk-form-tip .bk-tip-text {
color: #ff5656; }
.bk-form-input,
.bk-form-password,
.bk-form-select,
.bk-form-textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 36px;
line-height: 1;
color: #666;
background-color: #fff;
border-radius: 2px;
width: 100%;
box-sizing: border-box;
border: 1px solid #c3cdd7;
padding: 0 10px;
font-size: 14px;
text-align: left;
vertical-align: middle;
outline: none;
resize: none;
-webkit-transition: border linear .2s;
transition: border linear .2s; }
.bk-form-input:focus,
.bk-form-password:focus,
.bk-form-select:focus,
.bk-form-textarea:focus {
border-color: #3c96ff !important;
background-color: #fff !important;
color: #737987 !important; }
.bk-form-input:focus::-webkit-input-placeholder,
.bk-form-password:focus::-webkit-input-placeholder,
.bk-form-select:focus::-webkit-input-placeholder,
.bk-form-textarea:focus::-webkit-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::-ms-input-placeholder,
.bk-form-password:focus::-ms-input-placeholder,
.bk-form-select:focus::-ms-input-placeholder,
.bk-form-textarea:focus::-ms-input-placeholder {
color: #c3cdd7 !important; }
.bk-form-input:focus::placeholder,
.bk-form-password:focus::placeholder,
.bk-form-select:focus::placeholder,
.bk-form-textarea:focus::placeholder {
color: #c3cdd7 !important; }
.bk-form-input::-webkit-input-placeholder,
.bk-form-password::-webkit-input-placeholder,
.bk-form-select::-webkit-input-placeholder,
.bk-form-textarea::-webkit-input-placeholder {
color: #c3cdd7; }
.bk-form-input::-ms-input-placeholder,
.bk-form-password::-ms-input-placeholder,
.bk-form-select::-ms-input-placeholder,
.bk-form-textarea::-ms-input-placeholder {
color: #c3cdd7; }
.bk-form-input::placeholder,
.bk-form-password::placeholder,
.bk-form-select::placeholder,
.bk-form-textarea::placeholder {
color: #c3cdd7; }
.bk-form-input[disabled], .bk-form-input[readonly],
.bk-form-password[disabled],
.bk-form-password[readonly],
.bk-form-select[disabled],
.bk-form-select[readonly],
.bk-form-textarea[disabled],
.bk-form-textarea[readonly] {
background-color: #fafafa; }
.bk-form-input[disabled],
.bk-form-password[disabled],
.bk-form-select[disabled],
.bk-form-textarea[disabled] {
color: #ccc; }
.bk-form-select {
line-height: 32px;
padding-left: 0\9\0;
padding-right: 0\9\0; }
.bk-form-textarea {
min-height: 70px;
padding: 10px; }
.bk-form-mini .bk-form-input,
.bk-form-mini .bk-form-password,
.bk-form-mini .bk-form-select,
.bk-form-mini .bk-form-textarea {
height: 24px;
font-size: 12px; }
.bk-form-small .bk-form-input,
.bk-form-small .bk-form-password,
.bk-form-small .bk-form-select,
.bk-form-small .bk-form-textarea {
height: 32px;
font-size: 12px; }
.bk-form-large .bk-form-input,
.bk-form-large .bk-form-password,
.bk-form-large .bk-form-select,
.bk-form-large .bk-form-textarea {
height: 42px;
font-size: 14px; }
.bk-form-larger .bk-form-input,
.bk-form-larger .bk-form-password,
.bk-form-larger .bk-form-select,
.bk-form-larger .bk-form-textarea {
height: 54px;
font-size: 18px; }
.bk-form-tip {
height: 36px;
line-height: 36px;
padding: 0 10px 0 35px;
position: relative;
position: absolute;
left: 100%;
top: 0; }
.bk-form-tip .bk-badge {
vertical-align: middle; }
.bk-form-tip .bk-tip-text {
float: left;
font-size: 14px;
color: #737987;
display: inline-block;
padding: 0;
margin: 0;
white-space: nowrap; }
.bk-form-radio {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-radio .bk-radio-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-radio input[type=radio] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background-color: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 0;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-radio input[type=radio]:checked {
background-position: -33px 0; }
.bk-form-radio input[type=radio]:checked[disabled] {
color: #ccc;
background-position: -99px 0; }
.bk-form-radio input[type=radio][disabled] {
background-position: -66px 0;
cursor: default; }
.bk-form-radio input[type=radio][disabled] + .bk-radio-text {
color: #ccc;
cursor: default; }
.bk-form-radio.bk-radio-small input[type=radio] {
width: 14px;
height: 14px;
background-position: 0 -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked {
background-position: -33px -33px; }
.bk-form-radio.bk-radio-small input[type=radio]:checked[disabled] {
background-position: -99px -33px; }
.bk-form-radio.bk-radio-small input[type=radio][disabled] {
background-position: -66px -33px; }
.bk-form-checkbox {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-form-checkbox .bk-checkbox-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-form-checkbox input[type=checkbox] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 -62px;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-form-checkbox input[type=checkbox]:checked {
background-position: -33px -62px; }
.bk-form-checkbox input[type=checkbox]:checked[disabled] {
color: #ccc;
background-position: -99px -62px; }
.bk-form-checkbox input[type=checkbox][disabled] {
background-position: -66px -62px;
cursor: default; }
.bk-form-checkbox input[type=checkbox][disabled] + .bk-checkbox-text {
color: #ccc;
cursor: default; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox] {
width: 14px;
height: 14px;
background-position: 0 -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked {
background-position: -33px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked[disabled] {
background-position: -99px -95px; }
.bk-form-checkbox.bk-checkbox-small input[type=checkbox][disabled] {
background-position: -66px -95px; }
.bk-radio {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
cursor: pointer;
height: 34px;
padding: 8px 0;
position: relative; }
.bk-radio.bk-radio-small input[type='radio'] {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-control {
width: 14px;
height: 14px; }
.bk-radio.bk-radio-small .bk-radio-text {
line-height: 14px; }
.bk-radio input[type='radio'] {
width: 18px;
height: 18px;
opacity: 0;
vertical-align: middle; }
.bk-radio .bk-radio-control {
width: 18px;
height: 18px;
border-radius: 50%;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-radio .bk-radio-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-radio input:checked ~ .bk-radio-control:after, .bk-radio input[checked="checked"] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/radio.png");
background-size: cover;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-radio input[disabled] ~ .bk-radio-control {
cursor: not-allowed; }
.bk-radio input[disabled] ~ .bk-radio-text {
color: #ccc;
cursor: not-allowed; }
.bk-radio input[disabled][checked] ~ .bk-radio-control:after {
content: "";
width: 50%;
height: 50%;
background: #ccc;
border-radius: 80px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
height: 34px;
position: relative;
display: inline-block;
padding: 8px 0; }
.bk-checkbox.bk-checkbox-small input[type='checkbox'] {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-control {
width: 14px;
height: 14px; }
.bk-checkbox.bk-checkbox-small .bk-checkbox-text {
line-height: 14px; }
.bk-checkbox input[type='checkbox'] {
width: 18px;
height: 18px;
opacity: 0; }
.bk-checkbox .bk-checkbox-control {
width: 18px;
height: 18px;
border: 1px solid #cdcdcd;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
margin-top: -9px; }
.bk-checkbox .bk-checkbox-text {
color: #666;
font-size: 12px;
line-height: 18px;
padding: 0 32px 0 7px;
vertical-align: top; }
.bk-checkbox input:checked ~ .bk-checkbox-control:after, .bk-checkbox input[checked="checked"] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-checkbox input[disabled] ~ .bk-checkbox-control {
cursor: not-allowed; }
.bk-checkbox input[disabled] ~ .bk-checkbox-text {
color: #ccc;
cursor: not-allowed; }
.bk-checkbox input[disabled][checked] ~ .bk-checkbox-control:after {
content: "";
width: 50%;
height: 50%;
background: url("images/checkbox-disabled.png") no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-tag-selector {
position: relative; }
.bk-tag-selector .bk-tag-input {
padding: 3px 0 0 3px;
border: 1px solid #e6e6e7;
min-height: 36px;
border-radius: 2px;
font-size: 12px;
position: relative;
z-index: 1;
background: #fff;
cursor: pointer;
overflow: hidden; }
.bk-tag-selector .bk-tag-input.disabled {
background: #fafafa;
cursor: not-allowed; }
.bk-tag-selector .bk-tag-input.disabled .tag-list > li {
cursor: not-allowed; }
.bk-tag-selector .bk-tag-input.disabled .tag-list .key-node {
padding-right: 2px; }
.bk-tag-selector .bk-tag-input .placeholder {
margin: 0;
padding: 0;
position: absolute;
top: 7px;
left: 10px;
color: #c3cdd7; }
.bk-tag-selector .bk-tag-input .input {
width: 10px;
height: 24px;
padding: 0;
border: 0;
-webkit-box-shadow: border-box;
box-shadow: border-box;
outline: none;
max-width: 295px;
margin-top: 2px; }
.bk-tag-selector .bk-tag-input .tag-list {
display: inline-block;
max-height: 135px;
overflow: auto;
float: left;
margin: 0;
padding: 0; }
.bk-tag-selector .bk-tag-input .tag-list > li {
display: inline-block;
cursor: pointer;
position: relative;
margin: 0 3px 3px 0;
border-radius: 2px;
float: left;
height: 28px;
line-height: 26px; }
.bk-tag-selector .bk-tag-input .tag-list > li.key-node {
border: solid 1px #e6e6e7; }
.bk-tag-selector .bk-tag-input .tag-list .key-node {
background: #fafafa; }
.bk-tag-selector .bk-tag-input .tag-list .key-node .remove-key {
display: inline-block; }
.bk-tag-selector .bk-tag-input .tag-list .remove-key {
position: relative;
width: 16px;
height: 16px;
line-height: 16px;
top: 2px;
right: 5px;
display: inline-block;
font-size: 12px;
text-align: center;
color: #666;
display: none;
text-decoration: none; }
.bk-tag-selector .bk-tag-input .tag {
display: inline-block;
background-color: #fafafa;
color: #666;
font-size: 12px;
border: none;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
border-radius: 2px;
padding: 0 11px;
min-height: 21px;
line-height: 21px;
word-break: break-all;
max-width: 200px;
overflow: hidden;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap; }
.bk-tag-selector .bk-tag-input .dropdown-actions {
width: 100%;
font-size: 0; }
.bk-tag-selector .bk-tag-input .dropdown-actions .bk-button {
width: 50%;
margin: 0;
border-radius: 0;
border-width: 0;
border-top-width: 1px; }
.bk-tag-selector .bk-selector-list {
position: absolute;
top: calc(100% + 5px);
left: 0;
right: 0;
-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 2px;
background-color: #fff;
z-index: 100;
overflow-y: hidden; }
.bk-tag-selector .bk-selector-list > ul {
max-height: 160px;
padding: 0;
margin: 0;
list-style: none;
overflow-y: auto; }
.bk-tag-selector .bk-selector-list > ul::-webkit-scrollbar {
width: 4px;
background-color: white; }
.bk-tag-selector .bk-selector-list > ul::-webkit-scrollbar-thumb {
height: 5px;
border-radius: 2px;
background-color: #e6e9ea; }
.bk-tag-selector .bk-selector-list-item {
position: relative;
width: 100%;
border-left: #c3cdd7;
border-right: #c3cdd7;
background-color: #fff;
cursor: pointer; }
.bk-tag-selector .bk-selector-list-item:first-child {
border-top: #c3cdd7; }
.bk-tag-selector .bk-selector-list-item:last-child {
border-bottom: #c3cdd7; }
.bk-tag-selector .bk-selector-list-item:hover, .bk-tag-selector .bk-selector-list-item.bk-selector-selected {
background-color: #eef6fe;
color: #3c96ff; }
.bk-tag-selector .bk-selector-list-item:hover .bk-selector-tools, .bk-tag-selector .bk-selector-list-item.bk-selector-selected .bk-selector-tools {
display: block; }
.bk-tag-selector .bk-selector-list-item .text {
padding: 0 10px;
line-height: 42px;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.bk-tag-selector .bk-selector-list-item .bk-selector-tools {
position: absolute;
display: none;
top: 10px;
right: 0;
font-size: 12px; }
.bk-tag-selector .bk-selector-list-item .bk-selector-tools .bk-selector-list-icon {
margin-right: 14px; }
.bk-transfer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative; }
.bk-transfer .transfer {
width: 30px;
height: 30px;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
background: url(images/transfer.png) no-repeat center center; }
.bk-transfer .source-list,
.bk-transfer .target-list {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 200px;
height: 400px;
background-color: #fff;
border-radius: 2px;
border: 1px solid #dde4eb;
overflow: hidden; }
.bk-transfer .source-list .slot-header,
.bk-transfer .target-list .slot-header {
height: 43px;
line-height: 43px;
background-color: #fafbfd;
border-bottom: 1px solid #dde4eb;
padding: 0 20px;
position: relative; }
.bk-transfer .source-list .slot-header .slot-content,
.bk-transfer .target-list .slot-header .slot-content {
position: relative; }
.bk-transfer .source-list .header,
.bk-transfer .target-list .header {
height: 43px;
line-height: 43px;
background-color: #fafbfd;
border-bottom: 1px solid #dde4eb;
padding: 0 20px;
position: relative; }
.bk-transfer .source-list .header span,
.bk-transfer .target-list .header span {
position: absolute;
right: 10px;
font-size: 12px;
color: #3c96ff;
cursor: pointer; }
.bk-transfer .source-list .header span.disabled,
.bk-transfer .target-list .header span.disabled {
color: #c3cdd7;
cursor: not-allowed; }
.bk-transfer .source-list .empty,
.bk-transfer .target-list .empty {
width: 100%;
position: relative;
top: 40%;
text-align: center;
color: #c3cdd7;
cursor: default; }
.bk-transfer .source-list .content,
.bk-transfer .target-list .content {
max-height: 82%;
overflow-y: auto;
position: relative;
padding: 0; }
.bk-transfer .source-list .content li,
.bk-transfer .target-list .content li {
height: 40px;
line-height: 40px;
padding: 0 20px;
list-style: none;
cursor: pointer;
position: relative; }
.bk-transfer .source-list .content li:hover,
.bk-transfer .target-list .content li:hover {
background-color: #eef6fe;
color: #3c96ff; }
.bk-transfer .source-list .content li .icon-wrapper,
.bk-transfer .target-list .content li .icon-wrapper {
position: absolute;
right: 20px;
display: none; }
.bk-transfer .source-list .content li .icon-wrapper.hover,
.bk-transfer .target-list .content li .icon-wrapper.hover {
display: inline-block; }
.bk-transfer .source-list .content::-webkit-scrollbar,
.bk-transfer .target-list .content::-webkit-scrollbar {
width: 4px;
background-color: rgba(204, 204, 204, 0); }
.bk-transfer .source-list .content::-webkit-scrollbar-thumb,
.bk-transfer .target-list .content::-webkit-scrollbar-thumb {
height: 5px;
border-radius: 2px;
background-color: #e6e9ea; }
.bk-transfer .target-list {
margin-left: 33px; }
.bk-loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.9);
z-index: 1000; }
.bk-loading .bk-loading-wrapper {
text-align: center;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-loading-title {
text-align: center;
font-size: 14px;
color: #737987;
line-height: initial;
margin-top: 5px; }
.bk-loading .bk-loading1 {
position: relative;
width: 75px;
height: 14px;
margin: auto;
display: inline-block; }
.bk-loading .bk-loading1 .point {
position: absolute;
top: 0;
width: 14px;
height: 14px;
-webkit-animation-name: scale-animate;
animation-name: scale-animate;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
border-radius: 19px; }
.bk-loading .bk-loading1 .point1 {
background-color: #fd6154;
left: 0;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.bk-loading .bk-loading1 .point2 {
background-color: #ffb726;
left: 20px;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
.bk-loading .bk-loading1 .point3 {
background-color: #4cd084;
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.bk-loading .bk-loading1 .point4 {
background-color: #57a3f1;
left: 60px;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.bk-loading .bk-loading1.bk-black .point1,
.bk-loading .bk-loading1.bk-black .point2,
.bk-loading .bk-loading1.bk-black .point3,
.bk-loading .bk-loading1.bk-black .point4 {
background: #39424e; }
.bk-dot-loading,
.bk-loading1 {
position: relative;
width: 75px;
height: 14px;
margin: auto;
display: inline-block; }
.bk-dot-loading .point,
.bk-loading1 .point {
position: absolute;
top: 0;
width: 14px;
height: 14px;
-webkit-animation-name: scale-animate;
animation-name: scale-animate;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
border-radius: 19px; }
.bk-dot-loading .point1,
.bk-loading1 .point1 {
background-color: #fd6154;
left: 0;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.bk-dot-loading .point2,
.bk-loading1 .point2 {
background-color: #ffb726;
left: 20px;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
.bk-dot-loading .point3,
.bk-loading1 .point3 {
background-color: #4cd084;
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.bk-dot-loading .point4,
.bk-loading1 .point4 {
background-color: #57a3f1;
left: 60px;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.bk-dot-loading.bk-black .point1,
.bk-dot-loading.bk-black .point2,
.bk-dot-loading.bk-black .point3,
.bk-dot-loading.bk-black .point4,
.bk-loading1.bk-black .point1,
.bk-loading1.bk-black .point2,
.bk-loading1.bk-black .point3,
.bk-loading1.bk-black .point4 {
background: #39424e; }
@keyframes scale-animate {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0.6);
transform: scale(0.6); } }
@-webkit-keyframes scale-animate {
0% {
-webkit-transform: scale(1); }
100% {
-webkit-transform: scale(0.6); } }
.bk-spin-loading,
.bk-loading2 {
width: 39px;
height: 39px;
position: relative;
margin: auto;
display: inline-block;
vertical-align: middle; }
.bk-spin-loading .rotate,
.bk-loading2 .rotate {
position: absolute;
top: 77%;
right: 43%;
background-color: none;
background-color: #39424e\9\0;
width: 6px;
height: 8px;
-webkit-transform-origin: 50% -10px;
-ms-transform-origin: 50% -10px;
transform-origin: 50% -10px;
border-radius: 8px;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-animation-name: fade;
animation-name: fade;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal; }
.bk-spin-loading.bk-spin-loading-success .rotate,
.bk-loading2.bk-spin-loading-success .rotate {
background: #30d878\9\0;
-webkit-animation-name: fadeSuccess;
animation-name: fadeSuccess; }
.bk-spin-loading.bk-spin-loading-danger .rotate,
.bk-loading2.bk-spin-loading-danger .rotate {
background: #ff5656\9\0;
-webkit-animation-name: fadeDanger;
animation-name: fadeDanger; }
.bk-spin-loading.bk-spin-loading-warning .rotate,
.bk-loading2.bk-spin-loading-warning .rotate {
background: #ffb400\9\0;
-webkit-animation-name: fadeWarning;
animation-name: fadeWarning; }
.bk-spin-loading.bk-spin-loading-primary .rotate,
.bk-loading2.bk-spin-loading-primary .rotate {
background: #3c96ff\9\0;
-webkit-animation-name: fadePrimary;
animation-name: fadePrimary; }
.bk-spin-loading.bk-spin-loading-white .rotate,
.bk-loading2.bk-spin-loading-white .rotate {
background: #fff\9\0;
-webkit-animation-name: fadeWhite;
animation-name: fadeWhite; }
.bk-spin-loading .rotate1,
.bk-loading2 .rotate1 {
-webkit-animation-delay: 0.45s;
animation-delay: 0.45s;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.bk-spin-loading .rotate2,
.bk-loading2 .rotate2 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.bk-spin-loading .rotate3,
.bk-loading2 .rotate3 {
-webkit-animation-delay: 0.75s;
animation-delay: 0.75s;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
.bk-spin-loading .rotate4,
.bk-loading2 .rotate4 {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.bk-spin-loading .rotate5,
.bk-loading2 .rotate5 {
-webkit-animation-delay: 1.05s;
animation-delay: 1.05s;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.bk-spin-loading .rotate6,
.bk-loading2 .rotate6 {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg); }
.bk-spin-loading .rotate7,
.bk-loading2 .rotate7 {
-webkit-animation-delay: 1.35s;
animation-delay: 1.35s;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-spin-loading .rotate8,
.bk-loading2 .rotate8 {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.bk-spin-loading.bk-spin-loading-large,
.bk-loading2.bk-spin-loading-large {
width: 69px;
height: 69px; }
.bk-spin-loading.bk-spin-loading-large .rotate,
.bk-loading2.bk-spin-loading-large .rotate {
width: 10px;
height: 14px;
-webkit-transform-origin: 50% -18px;
-ms-transform-origin: 50% -18px;
transform-origin: 50% -18px; }
.bk-spin-loading.bk-spin-loading-small,
.bk-loading2.bk-spin-loading-small {
width: 27px;
height: 27px; }
.bk-spin-loading.bk-spin-loading-small .rotate,
.bk-loading2.bk-spin-loading-small .rotate {
width: 4px;
height: 5px;
-webkit-transform-origin: 50% -7px;
-ms-transform-origin: 50% -7px;
transform-origin: 50% -7px; }
.bk-spin-loading.bk-spin-loading-mini,
.bk-loading2.bk-spin-loading-mini {
width: 16px;
height: 16px; }
.bk-spin-loading.bk-spin-loading-mini .rotate,
.bk-loading2.bk-spin-loading-mini .rotate {
width: 2px;
height: 3px;
-webkit-transform-origin: 50% -4px;
-ms-transform-origin: 50% -4px;
transform-origin: 50% -4px; }
@keyframes fade {
0% {
background-color: #39424e; }
100% {
background-color: none; } }
@-webkit-keyframes fade {
0% {
background-color: #39424e; }
100% {
background-color: none; } }
@keyframes fadeSuccess {
0% {
background-color: #30d878; }
100% {
background-color: none; } }
@-webkit-keyframes fadeSuccess {
0% {
background-color: #30d878; }
100% {
background-color: none; } }
@keyframes fadePrimary {
0% {
background-color: #3c96ff; }
100% {
background-color: none; } }
@-webkit-keyframes fadePrimary {
0% {
background-color: #3c96ff; }
100% {
background-color: none; } }
@keyframes fadeDanger {
0% {
background-color: #ff5656; }
100% {
background-color: none; } }
@-webkit-keyframes fadeDanger {
0% {
background-color: #ff5656; }
100% {
background-color: none; } }
@keyframes fadeWarning {
0% {
background-color: #ffb400; }
100% {
background-color: none; } }
@-webkit-keyframes fadeWarning {
0% {
background-color: #ffb400; }
100% {
background-color: none; } }
@keyframes fadeWhite {
0% {
background-color: white; }
100% {
background-color: none; } }
@-webkit-keyframes fadeWhite {
0% {
background-color: white; }
100% {
background-color: none; } }
.bk-loading-box,
.bk-loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.9);
z-index: 1000; }
.bk-loading-box .bk-loading-wrapper,
.bk-loading .bk-loading-wrapper {
text-align: center;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.bk-loading-box-title,
.bk-loading-title {
text-align: center;
font-size: 14px;
color: #737987;
line-height: initial;
margin-top: 5px; }
.fade-enter-active, .fade-leave-active {
-webkit-transition: opacity .2s;
transition: opacity .2s; }
.fade-enter, .fade-leave-to {
opacity: 0; }
.bk-tree {
font-size: 14px;
-webkit-transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;
transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out; }
.bk-tree .expand-enter-active {
-webkit-transition: all 3s ease;
transition: all 3s ease;
height: 50px;
overflow: hidden; }
.bk-tree .expand-leave-active {
-webkit-transition: all 3s ease;
transition: all 3s ease;
height: 0px;
overflow: hidden; }
.bk-tree .expand-enter, .bk-tree .bk-tree .expand-leave {
height: 0;
opacity: 0; }
.bk-tree ul {
-webkit-box-sizing: border-box;
box-sizing: border-box;
list-style-type: none;
text-align: left;
padding-left: 18px; }
.bk-tree li {
position: relative;
margin: 0;
list-style: none;
list-style-type: none;
text-align: left; }
.bk-tree li.leaf {
padding-left: 18px; }
.bk-tree .search-no-data {
color: #999;
font-size: 14px;
text-align: left; }
.bk-tree .tree-drag-node .tree-expanded-icon {
position: relative;
top: 1px;
color: #c0c4cc;
cursor: pointer; }
.bk-tree .tree-drag-node .tree-node {
display: inline-block; }
.bk-tree .tree-singe {
padding-bottom: 10px; }
.bk-tree .loading {
width: 14px;
height: 14px;
display: inline-block; }
.bk-tree .node-title {
border-radius: 3px;
cursor: pointer; }
.bk-tree .node-selected {
color: #3c96ff; }
.bk-tree .node-icon {
position: relative;
top: 2px;
left: 2px; }
.bk-tree .mr5 {
margin-right: -6px !important; }
.bk-tree .bk-form-half-checked {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-tree .bk-form-half-checked .bk-checkbox-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-tree .bk-form-half-checked input[type=checkbox] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background: #fff;
background-image: url("images/bk_half_check.svg");
display: inline-block;
background-position: 0 -62px;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-tree .bk-form-half-checked input[type=checkbox]:checked {
background-position: -33px -62px; }
.bk-tree .bk-form-half-checked input[type=checkbox]:checked[disabled] {
color: #ccc;
background-position: -99px -62px; }
.bk-tree .bk-form-half-checked input[type=checkbox][disabled] {
background-position: -66px -62px;
cursor: default; }
.bk-tree .bk-form-half-checked input[type=checkbox][disabled] + .bk-checkbox-text {
color: #ccc;
cursor: default; }
.bk-tree .bk-form-half-checked.bk-checkbox-small input[type=checkbox] {
width: 14px;
height: 14px;
background-position: 0 -98px; }
.bk-tree .bk-form-half-checked.bk-checkbox-small input[type=checkbox]:checked {
background-position: -42px -98px; }
.bk-tree .bk-form-half-checked.bk-checkbox-small input[type=checkbox]:checked[disabled] {
background-position: -99px -98px; }
.bk-tree .bk-form-half-checked.bk-checkbox-small input[type=checkbox][disabled] {
background-position: -66px -98px;
background-color: #ccc; }
.bk-tree .bk-form-checkbox {
font-size: 14px;
color: #666666;
margin-right: 30px;
line-height: 18px;
display: inline-block;
padding: 7px 0; }
.bk-tree .bk-form-checkbox .bk-checkbox-text {
font-style: normal;
font-weight: normal;
cursor: pointer;
vertical-align: middle; }
.bk-tree .bk-form-checkbox input[type=checkbox] {
width: 18px;
height: 18px;
outline: none;
visibility: visible;
cursor: pointer;
vertical-align: middle;
background: #fff;
background-image: url("images/bk_check.png");
display: inline-block;
background-position: 0 -62px;
-webkit-appearance: none;
margin: 0 5px 0 0; }
.bk-tree .bk-form-checkbox input[type=checkbox]:checked {
background-position: -33px -62px; }
.bk-tree .bk-form-checkbox input[type=checkbox]:checked[disabled] {
color: #ccc;
background-position: -99px -62px; }
.bk-tree .bk-form-checkbox input[type=checkbox][disabled] {
background-position: -66px -62px;
cursor: default; }
.bk-tree .bk-form-checkbox input[type=checkbox][disabled] + .bk-checkbox-text {
color: #ccc;
cursor: default; }
.bk-tree .bk-form-checkbox.bk-checkbox-small input[type=checkbox] {
width: 14px;
height: 14px;
background-position: 0 -95px; }
.bk-tree .bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked {
background-position: -33px -95px; }
.bk-tree .bk-form-checkbox.bk-checkbox-small input[type=checkbox]:checked[disabled] {
background-position: -99px -95px;
cursor: not-allowed; }
.bk-tree .bk-form-checkbox.bk-checkbox-small input[type=checkbox][disabled] {
background-position: -66px -95px;
background-color: #ccc;
cursor: not-allowed; }
.bk-tree > ul {
padding-left: 0; }
.bk-has-border-tree li:before {
content: '';
left: -8px;
position: absolute;
right: auto;
border-width: 1px;
border-left: 1px dotted #c3cdd7;
bottom: 50px;
height: 100%;
left: -12px;
top: -11px;
width: 1px; }
.bk-has-border-tree li:after {
content: '';
left: -8px;
position: absolute;
right: auto;
border-width: 1px;
border-top: 1px dotted #c3cdd7;
height: 20px;
top: 15px;
width: 16px; }
.bk-has-border-tree li:last-child::before {
height: 26px; }
.bk-has-border-tree li.leaf:after {
content: '';
left: -7px;
position: absolute;
right: auto;
border-width: 1px;
border-top: 1px dotted #c3cdd7;
height: 20px;
top: 15px;
width: 20px; }
.bk-has-border-tree li.single:before {
top: -15px; }
.bk-has-border-tree li.single:after {
top: 10px; }
.bk-has-border-tree li.leaf.single:after {
top: 11px; }
.bk-has-border-tree > li.tree-first-node:before {
top: 17px; }
.bk-has-border-tree > li.tree-second-node:before {
top: 4px; }
.bk-has-border-tree > li.tree-first-node.tree-only-node::before {
border-left: none; }
.bk-has-border-tree > li.tree-only-node:after {
border-top: none; }
.bk-timeline > ul {
list-style: none;
padding-left: 6px; }
.bk-timeline .default {
position: relative;
border-left: 2px solid #999999;
padding-left: 14px;
padding-bottom: 25px;
font-size: 0; }
.bk-timeline .default::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #999999;
border-radius: 50%;
position: absolute;
top: 0;
left: -7px; }
.bk-timeline .default:last-child::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #999999;
border-radius: 100%;
position: absolute;
bottom: 0;
left: -7px; }
.bk-timeline .primary {
position: relative;
border-left: 2px solid #3c96ff;
padding-left: 14px;
padding-bottom: 25px;
font-size: 0; }
.bk-timeline .primary::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #3c96ff;
border-radius: 50%;
position: absolute;
top: 0;
left: -7px; }
.bk-timeline .primary:last-child::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #3c96ff;
border-radius: 100%;
position: absolute;
bottom: 0;
left: -7px; }
.bk-timeline .warning {
position: relative;
border-left: 2px solid #ffb400;
padding-left: 14px;
padding-bottom: 25px;
font-size: 0; }
.bk-timeline .warning::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #ffb400;
border-radius: 50%;
position: absolute;
top: 0;
left: -7px; }
.bk-timeline .warning:last-child::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #ffb400;
border-radius: 100%;
position: absolute;
bottom: 0;
left: -7px; }
.bk-timeline .success {
position: relative;
border-left: 2px solid #30d878;
padding-left: 14px;
padding-bottom: 25px;
font-size: 0; }
.bk-timeline .success::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #30d878;
border-radius: 50%;
position: absolute;
top: 0;
left: -7px; }
.bk-timeline .success:last-child::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #30d878;
border-radius: 100%;
position: absolute;
bottom: 0;
left: -7px; }
.bk-timeline .danger {
position: relative;
border-left: 2px solid #ff5656;
padding-left: 14px;
padding-bottom: 25px;
font-size: 0; }
.bk-timeline .danger::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #ff5656;
border-radius: 50%;
position: absolute;
top: 0;
left: -7px; }
.bk-timeline .danger:last-child::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #fff;
border: 2px solid #ff5656;
border-radius: 100%;
position: absolute;
bottom: 0;
left: -7px; }
.bk-timeline .bk-timeline-dot .bk-timeline-time {
font-size: 12px;
color: #999999;
padding-bottom: 10px;
display: inline-block;
margin-top: -2px;
cursor: pointer; }
.bk-timeline .bk-timeline-dot .bk-timeline-content {
max-width: 300px;
word-break: break-all;
font-size: 14px;
color: #666666; }
.bk-loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.9);
z-index: 1000; }
.bk-loading .bk-loading-wrapper {
text-align: center;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.bk-loading-title {
text-align: center;
font-size: 14px;
color: #737987;
line-height: initial;
margin-top: 5px; }
.bk-loading .bk-loading1 {
position: relative;
width: 75px;
height: 14px;
margin: auto;
display: inline-block; }
.bk-loading .bk-loading1 .point {
position: absolute;
top: 0;
width: 14px;
height: 14px;
-webkit-animation-name: scale-animate;
animation-name: scale-animate;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
border-radius: 19px; }
.bk-loading .bk-loading1 .point1 {
background-color: #fd6154;
left: 0;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.bk-loading .bk-loading1 .point2 {
background-color: #ffb726;
left: 20px;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
.bk-loading .bk-loading1 .point3 {
background-color: #4cd084;
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.bk-loading .bk-loading1 .point4 {
background-color: #57a3f1;
left: 60px;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.bk-loading .bk-loading1.bk-black .point1,
.bk-loading .bk-loading1.bk-black .point2,
.bk-loading .bk-loading1.bk-black .point3,
.bk-loading .bk-loading1.bk-black .point4 {
background: #39424e; }
.bk-dot-loading,
.bk-loading1 {
position: relative;
width: 75px;
height: 14px;
margin: auto;
display: inline-block; }
.bk-dot-loading .point,
.bk-loading1 .point {
position: absolute;
top: 0;
width: 14px;
height: 14px;
-webkit-animation-name: scale-animate;
animation-name: scale-animate;
-webkit-animation-duration: .8s;
animation-duration: .8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
border-radius: 19px; }
.bk-dot-loading .point1,
.bk-loading1 .point1 {
background-color: #fd6154;
left: 0;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.bk-dot-loading .point2,
.bk-loading1 .point2 {
background-color: #ffb726;
left: 20px;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s; }
.bk-dot-loading .point3,
.bk-loading1 .point3 {
background-color: #4cd084;
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.bk-dot-loading .point4,
.bk-loading1 .point4 {
background-color: #57a3f1;
left: 60px;
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s; }
.bk-dot-loading.bk-black .point1,
.bk-dot-loading.bk-black .point2,
.bk-dot-loading.bk-black .point3,
.bk-dot-loading.bk-black .point4,
.bk-loading1.bk-black .point1,
.bk-loading1.bk-black .point2,
.bk-loading1.bk-black .point3,
.bk-loading1.bk-black .point4 {
background: #39424e; }
@keyframes scale-animate {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0.6);
transform: scale(0.6); } }
@-webkit-keyframes scale-animate {
0% {
-webkit-transform: scale(1); }
100% {
-webkit-transform: scale(0.6); } }
.bk-spin-loading,
.bk-loading2 {
width: 39px;
height: 39px;
position: relative;
margin: auto;
display: inline-block;
vertical-align: middle; }
.bk-spin-loading .rotate,
.bk-loading2 .rotate {
position: absolute;
top: 77%;
right: 43%;
background-color: none;
background-color: #39424e\9\0;
width: 6px;
height: 8px;
-webkit-transform-origin: 50% -10px;
-ms-transform-origin: 50% -10px;
transform-origin: 50% -10px;
border-radius: 8px;
-webkit-transform: scale(0.4);
-ms-transform: scale(0.4);
transform: scale(0.4);
-webkit-animation-name: fade;
animation-name: fade;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal; }
.bk-spin-loading.bk-spin-loading-success .rotate,
.bk-loading2.bk-spin-loading-success .rotate {
background: #30d878\9\0;
-webkit-animation-name: fadeSuccess;
animation-name: fadeSuccess; }
.bk-spin-loading.bk-spin-loading-danger .rotate,
.bk-loading2.bk-spin-loading-danger .rotate {
background: #ff5656\9\0;
-webkit-animation-name: fadeDanger;
animation-name: fadeDanger; }
.bk-spin-loading.bk-spin-loading-warning .rotate,
.bk-loading2.bk-spin-loading-warning .rotate {
background: #ffb400\9\0;
-webkit-animation-name: fadeWarning;
animation-name: fadeWarning; }
.bk-spin-loading.bk-spin-loading-primary .rotate,
.bk-loading2.bk-spin-loading-primary .rotate {
background: #3c96ff\9\0;
-webkit-animation-name: fadePrimary;
animation-name: fadePrimary; }
.bk-spin-loading.bk-spin-loading-white .rotate,
.bk-loading2.bk-spin-loading-white .rotate {
background: #fff\9\0;
-webkit-animation-name: fadeWhite;
animation-name: fadeWhite; }
.bk-spin-loading .rotate1,
.bk-loading2 .rotate1 {
-webkit-animation-delay: 0.45s;
animation-delay: 0.45s;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.bk-spin-loading .rotate2,
.bk-loading2 .rotate2 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.bk-spin-loading .rotate3,
.bk-loading2 .rotate3 {
-webkit-animation-delay: 0.75s;
animation-delay: 0.75s;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); }
.bk-spin-loading .rotate4,
.bk-loading2 .rotate4 {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.bk-spin-loading .rotate5,
.bk-loading2 .rotate5 {
-webkit-animation-delay: 1.05s;
animation-delay: 1.05s;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.bk-spin-loading .rotate6,
.bk-loading2 .rotate6 {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg); }
.bk-spin-loading .rotate7,
.bk-loading2 .rotate7 {
-webkit-animation-delay: 1.35s;
animation-delay: 1.35s;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.bk-spin-loading .rotate8,
.bk-loading2 .rotate8 {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.bk-spin-loading.bk-spin-loading-large,
.bk-loading2.bk-spin-loading-large {
width: 69px;
height: 69px; }
.bk-spin-loading.bk-spin-loading-large .rotate,
.bk-loading2.bk-spin-loading-large .rotate {
width: 10px;
height: 14px;
-webkit-transform-origin: 50% -18px;
-ms-transform-origin: 50% -18px;
transform-origin: 50% -18px; }
.bk-spin-loading.bk-spin-loading-small,
.bk-loading2.bk-spin-loading-small {
width: 27px;
height: 27px; }
.bk-spin-loading.bk-spin-loading-small .rotate,
.bk-loading2.bk-spin-loading-small .rotate {
width: 4px;
height: 5px;
-webkit-transform-origin: 50% -7px;
-ms-transform-origin: 50% -7px;
transform-origin: 50% -7px; }
.bk-spin-loading.bk-spin-loading-mini,
.bk-loading2.bk-spin-loading-mini {
width: 16px;
height: 16px; }
.bk-spin-loading.bk-spin-loading-mini .rotate,
.bk-loading2.bk-spin-loading-mini .rotate {
width: 2px;
height: 3px;
-webkit-transform-origin: 50% -4px;
-ms-transform-origin: 50% -4px;
transform-origin: 50% -4px; }
@keyframes fade {
0% {
background-color: #39424e; }
100% {
background-color: none; } }
@-webkit-keyframes fade {
0% {
background-color: #39424e; }
100% {
background-color: none; } }
@keyframes fadeSuccess {
0% {
background-color: #30d878; }
100% {
background-color: none; } }
@-webkit-keyframes fadeSuccess {
0% {
background-color: #30d878; }
100% {
background-color: none; } }
@keyframes fadePrimary {
0% {
background-color: #3c96ff; }
100% {
background-color: none; } }
@-webkit-keyframes fadePrimary {
0% {
background-color: #3c96ff; }
100% {
background-color: none; } }
@keyframes fadeDanger {
0% {
background-color: #ff5656; }
100% {
background-color: none; } }
@-webkit-keyframes fadeDanger {
0% {
background-color: #ff5656; }
100% {
background-color: none; } }
@keyframes fadeWarning {
0% {
background-color: #ffb400; }
100% {
background-color: none; } }
@-webkit-keyframes fadeWarning {
0% {
background-color: #ffb400; }
100% {
background-color: none; } }
@keyframes fadeWhite {
0% {
background-color: white; }
100% {
background-color: none; } }
@-webkit-keyframes fadeWhite {
0% {
background-color: white; }
100% {
background-color: none; } }
.bk-loading-box,
.bk-loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.9);
z-index: 1000; }
.bk-loading-box .bk-loading-wrapper,
.bk-loading .bk-loading-wrapper {
text-align: center;
line-height: 1;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.bk-loading-box-title,
.bk-loading-title {
text-align: center;
font-size: 14px;
color: #737987;
line-height: initial;
margin-top: 5px; }
.bk-process {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative; }
.bk-process .bk-process-toggle {
position: relative;
left: 15px;
width: 24px;
height: 24px;
line-height: 24px;
border-radius: 50%;
text-align: center;
border: 1px solid #c3cdd7;
font-size: 12px;
color: #737987;
text-decoration: none; }
.bk-process .bk-process-toggle.active, .bk-process .bk-process-toggle:hover {
color: #fff;
background: #3c96ff;
border-color: #3c96ff; }
.bk-process > ul {
display: table;
width: 100%;
display: -webkit-box;
display: flex;
-ms-display: flex;
-moz-display: flex;
-webkit-display: flex;
margin: auto;
padding: 0; }
.bk-process li {
background: #dde4eb;
display: table-cell;
-webkit-box-flex: 1;
flex: 1;
-ms-flex: 1;
-moz-flex: 1;
-webkit-flex: 1;
text-align: center;
height: 24px;
line-height: 24px;
position: relative;
font-size: 12px;
color: #737987; }
.bk-process li i {
display: none; }
.bk-process li:first-of-type {
border-radius: 13px 0 0 13px; }
.bk-process li:last-of-type {
border-radius: 0 13px 13px 0; }
.bk-process li:last-of-type::before {
display: none; }
.bk-process li:last-of-type::after {
display: none; }
.bk-process li::before {
content: "";
width: 0;
height: 0;
border: 12px solid;
border-color: transparent transparent transparent #fff;
position: absolute;
right: -25px;
top: 0;
z-index: 1; }
.bk-process li::after {
content: "";
width: 0;
height: 0;
border: 12px solid;
border-color: transparent transparent transparent #dde4eb;
position: absolute;
right: -23px;
top: 0;
z-index: 1; }
.bk-process li .bk-process-step {
color: #737987;
font-size: 12px; }
.bk-process li .bk-process-step dd {
margin: 0;
line-height: 32px; }
.bk-process li .bk-process-step i {
display: none; }
.bk-process li .bk-process-step .success i {
display: inline-block;
color: #30d878; }
.bk-process li .bk-process-step .steps-loading {
top: -2px; }
.bk-process li.bk-process-success {
background: #30d878;
color: #fff; }
.bk-process li.bk-process-success::after {
border-color: transparent transparent transparent #30d878; }
.bk-process li.bk-process-success .bk-process-step i {
color: #30d878; }
.bk-process li.bk-process-success i {
display: inline-block; }
.bk-process li.success {
background: #30d878;
color: #fff; }
.bk-process li.success::after {
border-color: transparent transparent transparent #30d878; }
.bk-process li.success .bk-process-step i {
color: #30d878; }
.bk-process li.success i {
display: inline-block; }
.bk-process li.current {
background: #3c96ff;
color: #fff; }
.bk-process li.current::after {
border-color: transparent transparent transparent #3c96ff; }
.bk-process li.current > .bk-spin-loading {
vertical-align: -3px; }
.bk-process li.bk-process-current {
background: #3c96ff;
color: #fff; }
.bk-process li.bk-process-current::after {
border-color: transparent transparent transparent #3c96ff; }
.bk-process li.bk-process-current > .bk-spin-loading {
vertical-align: -3px; }
.bk-circle {
display: inline-block;
position: relative;
text-align: center; }
.bk-circle circle {
line-height: 1;
/* transition: stroke-dasharray .25s; */
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
stroke-linecap: round; }
.bk-circle .title {
text-align: center;
position: absolute;
left: 50%;
width: 100%;
overflow: auto;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
.bk-circle .num {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -60%);
-ms-transform: translate(-50%, -60%);
transform: translate(-50%, -60%);
color: #737987; }
.bk-circle .progress-background {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
.bk-circle .progress-bar {
-webkit-transform: scale(0.9) rotate(-90deg);
-ms-transform: scale(0.9) rotate(-90deg);
transform: scale(0.9) rotate(-90deg);
-webkit-transition: stroke-dashoffset 0.5s ease;
transition: stroke-dashoffset 0.5s ease; }
.bk-tab2 {
border: 1px solid #c3cdd7;
border-radius: 2px;
background: #fff; }
.bk-tab2 .bk-panel-label {
display: inline-block;
vertical-align: middle;
margin-right: 3px; }
.bk-tab2 .bk-panel-title {
vertical-align: middle; }
.bk-tab2 .bk-tab2-control {
display: inline-block;
height: 58px;
line-height: 58px;
width: 30px;
position: relative;
cursor: pointer; }
.bk-tab2 .bk-tab2-control.left {
float: left;
border-right: 1px solid #c3cdd7;
border-bottom: 1px solid #c3cdd7; }
.bk-tab2 .bk-tab2-control.right {
float: right;
border-left: 1px solid #c3cdd7;
border-bottom: 1px solid #c3cdd7; }
.bk-tab2 .bk-tab2-control.left.disabled, .bk-tab2 .bk-tab2-control.right.disabled {
color: #ebf0f5;
cursor: not-allowed; }
.bk-tab2 .bk-tab2-control .bk-tab2-icon {
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
font-size: 18px; }
.bk-tab2 .bk-tab2-head {
position: relative;
height: 58px;
overflow: hidden;
white-space: nowrap; }
.bk-tab2 .bk-tab2-head.scroll {
margin: 0 30px; }
.bk-tab2 .bk-tab2-head.scroll .bk-tab2-nav > .tab2-nav-item.active:last-child {
border-right: none; }
.bk-tab2 .bk-tab2-head::after {
display: block;
clear: both;
content: "";
font-size: 0;
height: 0;
visibility: hidden; }
.bk-tab2 .bk-tab2-head.is-fill {
background: #fafbfd; }
.bk-tab2 .bk-tab2-head.is-fill .bk-tab2-nav > .tab2-nav-item {
border-left: 1px solid transparent;
border-right: 1px solid transparent; }
.bk-tab2 .bk-tab2-head.is-fill .bk-tab2-nav > .tab2-nav-item.active {
background: #fff;
border-color: #c3cdd7;
border-right: 1px solid #c3cdd7; }
.bk-tab2 .bk-tab2-head.is-fill .bk-tab2-nav > .tab2-nav-item.active:first-child {
border-left-color: transparent; }
.bk-tab2 .bk-tab2-head.is-fill .bk-tab2-nav > .tab2-nav-item.active::after {
bottom: -1px;
left: 0;
height: 1px;
background: #fff; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav {
float: left;
list-style: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #c3cdd7;
height: 100%;
-webkit-transition: -webkit-transform .5s ease-in-out;
transition: -webkit-transform .5s ease-in-out;
transition: transform .5s ease-in-out;
transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav::after {
display: block;
clear: both;
content: "";
font-size: 0;
height: 0;
visibility: hidden; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav > .tab2-nav-item {
display: inline-block;
max-width: 180px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
position: relative;
height: 58px;
line-height: 58px;
padding: 0 20px;
color: #737987;
font-size: 14px;
cursor: pointer;
-webkit-transition: background-color ease 0.3s, color ease 0.3s;
transition: background-color ease 0.3s, color ease 0.3s; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav > .tab2-nav-item::after {
content: '';
display: inline-block;
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
opacity: 0;
height: 0;
background: #3c96ff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav > .tab2-nav-item.active {
color: #3c96ff; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav > .tab2-nav-item.active::after {
opacity: 1;
height: 3px; }
.bk-tab2 .bk-tab2-head .bk-tab2-nav .tab2-nav-item-tag {
position: relative;
top: -2px; }
.bk-tab2 .bk-tab2-head .bk-tab2-act,
.bk-tab2 .bk-tab2-head .bk-tab2-action {
height: 100%;
display: table;
position: absolute;
right: 20px; }
.bk-tab2 .bk-tab2-head .bk-tab2-act .action-wrapper,
.bk-tab2 .bk-tab2-head .bk-tab2-action .action-wrapper {
display: table-cell;
vertical-align: middle; }
.bk-tab2.bk-tab2-small .bk-tab2-control {
height: 43px;
line-height: 43px; }
.bk-tab2.bk-tab2-small .bk-tab2-head {
height: 43px; }
.bk-tab2.bk-tab2-small .bk-tab2-head .bk-tab2-nav > .tab2-nav-item {
height: 43px;
line-height: 43px;
padding: 0 15px; }
.bk-tab2 .bk-tab2-content .bk-tab2-pane {
display: none;
opacity: 0; }
.bk-tab2 .bk-tab2-content .bk-tab2-pane.active {
opacity: 1;
display: block; }
.bk-tag {
display: inline-block;
background-color: #fafafa;
color: #c3cdd7;
font-size: 12px;
border: 1px solid #c3cdd7;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
border-radius: 2px;
white-space: nowrap;
padding: 0 9px;
height: 21px;
line-height: 19px; }
.bk-tag.is-round {
border-radius: 21px;
padding: 0 14px; }
.bk-tag.is-text {
border-color: #fff;
background-color: #fff; }
.bk-tag.is-fill {
background-color: #c3cdd7;
color: #fff; }
.bk-tag.bk-gray {
background-color: #fafbfd;
border-color: #ebf0f5;
color: #c3cdd7; }
.bk-tag.bk-gray.is-fill {
background-color: #ebf0f5;
color: #c3cdd7; }
.bk-tag.bk-gray.is-text {
border-color: #fff;
background-color: #fff;
color: #c3cdd7; }
.bk-tag.bk-light-gray {
background-color: #e7edf2;
border-color: #737987;
color: #c3cdd7; }
.bk-tag.bk-light-gray.is-fill {
background-color: #737987;
color: #fff; }
.bk-tag.bk-light-gray.is-text {
border-color: #fff;
background-color: #fff;
color: #c3cdd7; }
.bk-tag.bk-info {
background-color: #6eb5fe;
border-color: #88c3ff;
color: #88c3ff; }
.bk-tag.bk-info.is-fill {
background-color: #88c3ff;
color: #fff; }
.bk-tag.bk-info.is-text {
border-color: #fff;
background-color: #fff;
color: #88c3ff; }
.bk-tag.bk-danger {
background-color: #ffe0e0;
border-color: #ff5656;
color: #ff5656; }
.bk-tag.bk-danger.is-fill {
background-color: #ff5656;
color: #fff; }
.bk-tag.bk-danger.is-text {
border-color: #fff;
background-color: #fff;
color: #ff5656; }
.bk-tag.bk-warning {
background-color: #fff3da;
border-color: #ffb400;
color: #ffb400; }
.bk-tag.bk-warning.is-fill {
background-color: #ffb400;
color: #fff; }
.bk-tag.bk-warning.is-text {
border-color: #fff;
background-color: #fff;
color: #ffb400; }
.bk-tag.bk-success {
background-color: #d5fde5;
border-color: #30d878;
color: #30d878; }
.bk-tag.bk-success.is-fill {
background-color: #30d878;
color: #fff; }
.bk-tag.bk-success.is-text {
border-color: #fff;
background-color: #fff;
color: #30d878; }
.bk-tag.bk-primary {
background-color: #e1f3ff;
border-color: #3c96ff;
color: #3c96ff; }
.bk-tag.bk-primary.is-fill {
background-color: #3c96ff;
color: #fff; }
.bk-tag.bk-primary.is-text {
border-color: #fff;
background-color: #fff;
color: #3c96ff; }
.bk-tooltip {
display: inline-block; }
.bk-tooltip-rel {
display: inline-block;
position: relative; }
.bk-tooltip-popper {
display: block;
visibility: visible;
font-size: 12px;
line-height: 1.5;
position: absolute;
z-index: 1060; }
.bk-tooltip-popper[x-placement^="top"] {
padding: 5px 0 8px 0; }
.bk-tooltip-popper[x-placement^="top"] .bk-tooltip-arrow {
bottom: 3px;
border-width: 5px 5px 0;
border-top-color: #333; }
.bk-tooltip-popper[x-placement="top"] .bk-tooltip-arrow {
left: 50%;
margin-left: -5px; }
.bk-tooltip-popper[x-placement^="right"] {
padding: 0 5px 0 8px; }
.bk-tooltip-popper[x-placement^="right"] .bk-tooltip-arrow {
left: 3px;
border-width: 5px 5px 5px 0;
border-right-color: #333; }
.bk-tooltip-popper[x-placement="right"] .bk-tooltip-arrow {
top: 50%;
margin-top: -5px; }
.bk-tooltip-popper[x-placement^="bottom"] {
padding: 8px 0 5px 0; }
.bk-tooltip-popper[x-placement^="bottom"] .bk-tooltip-arrow {
top: 3px;
border-width: 0 5px 5px;
border-bottom-color: #333; }
.bk-tooltip-popper[x-placement="bottom"] .bk-tooltip-arrow {
left: 50%;
margin-left: -5px; }
.bk-tooltip-popper[x-placement^="left"] {
padding: 0 8px 0 5px; }
.bk-tooltip-popper[x-placement^="left"] .bk-tooltip-arrow {
right: 3px;
border-width: 5px 0 5px 5px;
border-left-color: #333; }
.bk-tooltip-popper[x-placement="left"] .bk-tooltip-arrow {
top: 50%;
margin-top: -5px; }
.bk-tooltip-popper[x-placement="top-start"] .bk-tooltip-arrow {
left: 16px; }
.bk-tooltip-popper[x-placement="top-end"] .bk-tooltip-arrow {
right: 16px; }
.bk-tooltip-popper[x-placement="right-start"] .bk-tooltip-arrow {
top: 8px; }
.bk-tooltip-popper[x-placement="right-end"] .bk-tooltip-arrow {
bottom: 8px; }
.bk-tooltip-popper[x-placement="left-start"] .bk-tooltip-arrow {
top: 8px; }
.bk-tooltip-popper[x-placement="left-end"] .bk-tooltip-arrow {
bottom: 8px; }
.bk-tooltip-popper[x-placement="bottom-start"] .bk-tooltip-arrow {
left: 16px; }
.bk-tooltip-popper[x-placement="bottom-end"] .bk-tooltip-arrow {
right: 16px; }
.bk-tooltip-inner {
max-width: 500px;
min-height: 34px;
padding: 8px 12px;
color: #fff;
text-align: left;
text-decoration: none;
background-color: #333;
border-radius: 4px;
white-space: nowrap; }
.bk-tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid; }
.bk-tooltips {
position: absolute;
z-index: 999999; }
.bk-tooltips-wrapper {
padding: 6px 12px;
background-color: #333;
border: 1px solid #000;
border-radius: 3px;
color: #fff;
line-height: 1.5;
font-size: 12px;
font-weight: normal; }
.bk-tooltips-wrapper span {
display: inline-block; }
.bk-tooltips-wrapper a {
padding: 6px 18px;
display: inline-block;
border-right: solid 1px #000;
cursor: pointer; }
.bk-tooltips-wrapper a:last-child {
border-right: none; }
.bk-tooltips-wrapper a:hover {
background-color: #000; }
.bk-tooltips-default {
padding: 0; }
.bk-tooltips-arrow {
position: absolute;
display: block;
width: 10px;
height: 12px; }
.bk-tooltips-arrow:before {
content: '';
position: absolute;
top: -1px;
left: 3px;
border-right: 7px solid #333;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
z-index: 20; }
.bk-tooltips-arrow:after {
content: '';
position: absolute;
top: -3px;
left: 2px;
border-right: 8px solid #000;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
z-index: 10; }
.bk-tooltips.top .bk-tooltips-arrow {
bottom: -10px;
left: 50%;
-webkit-transform: translateX(-50%) rotate(270deg);
-ms-transform: translateX(-50%) rotate(270deg);
transform: translateX(-50%) rotate(270deg); }
.bk-tooltips.right .bk-tooltips-arrow {
top: 50%;
left: -9px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.bk-tooltips.bottom .bk-tooltips-arrow {
top: -10px;
left: 50%;
-webkit-transform: translateX(-50%) rotate(90deg);
-ms-transform: translateX(-50%) rotate(90deg);
transform: translateX(-50%) rotate(90deg); }
.bk-tooltips.left .bk-tooltips-arrow {
top: 50%;
left: calc(100% - 1px);
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg); }
.v-tooltips-container {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 200px;
padding: 6px 8px;
margin: 0;
color: #000;
font-size: 12px;
background: #fff;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
border: 1px solid #d9d9d9;
border-radius: 4px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: opacity .3s;
transition: opacity .3s;
will-change: opacity, transform;
-webkit-font-smoothing: subpixel-antialiased; }
.v-tooltips-container .v-tooltips-title,
.v-tooltips-container .v-tooltips-content {
padding: 0;
margin: 0; }
.v-tooltips-container .v-tooltips-title {
font-size: 14px;
font-weight: 400; }
.v-tooltips-container .v-tooltips-content {
overflow-y: auto;
line-height: 2;
text-align: left;
word-wrap: break-word;
background-color: inherit; }
.v-tooltips-container .v-tooltips-arrows {
position: absolute;
z-index: -1;
width: 0;
height: 0;
padding: 0;
margin: 0;
border-color: transparent;
border-style: inherit;
border-width: 10px; }
.v-tooltips-container .v-tooltips-arrows::after {
content: '';
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: inherit;
border-width: inherit;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.v-tooltips-container .v-tooltips-arrows[class^='top-'], .v-tooltips-container .v-tooltips-arrows[class*=' top-'] {
border-top-color: inherit;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
.v-tooltips-container .v-tooltips-arrows[class^='top-']::after, .v-tooltips-container .v-tooltips-arrows[class*=' top-']::after {
top: -2px;
border-top-color: #fff; }
.v-tooltips-container .v-tooltips-arrows[class^='bottom-'], .v-tooltips-container .v-tooltips-arrows[class*=' bottom-'] {
border-bottom-color: inherit;
-webkit-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
transform: translate(-50%, -100%); }
.v-tooltips-container .v-tooltips-arrows[class^='bottom-']::after, .v-tooltips-container .v-tooltips-arrows[class*=' bottom-']::after {
top: 2px;
border-bottom-color: #fff; }
.v-tooltips-container .v-tooltips-arrows[class^='left-'], .v-tooltips-container .v-tooltips-arrows[class*=' left-'] {
border-left-color: inherit;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%); }
.v-tooltips-container .v-tooltips-arrows[class^='left-']::after, .v-tooltips-container .v-tooltips-arrows[class*=' left-']::after {
left: -2px;
border-left-color: #fff; }
.v-tooltips-container .v-tooltips-arrows[class^='right-'], .v-tooltips-container .v-tooltips-arrows[class*=' right-'] {
border-right-color: inherit;
-webkit-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%); }
.v-tooltips-container .v-tooltips-arrows[class^='right-']::after, .v-tooltips-container .v-tooltips-arrows[class*=' right-']::after {
left: 2px;
border-right-color: #fff; }
.v-tooltips-container.dark {
color: #fff;
background: #333;
border-color: #333; }
.v-tooltips-container.dark [class^='top-']::after,
.v-tooltips-container.dark [class*=' top-']::after {
border-top-color: #333; }
.v-tooltips-container.dark [class^='bottom-']::after,
.v-tooltips-container.dark [class*=' bottom-']::after {
border-bottom-color: #333; }
.v-tooltips-container.dark [class^='left-']::after,
.v-tooltips-container.dark [class*=' left-']::after {
border-left-color: #333; }
.v-tooltips-container.dark [class^='right-']::after,
.v-tooltips-container.dark [class*=' right-']::after {
border-right-color: #333; }
.v-tooltips-container.v-tooltips-fade-enter, .v-tooltips-container.v-tooltips-fade-leave-active {
opacity: 0; }
.bk-page {
height: 36px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.bk-page .bk-icon {
font-size: 14px; }
.bk-page > ul {
margin: 0;
padding: 0;
display: inline-block;
overflow: hidden;
height: 36px; }
.bk-page a {
text-decoration: none; }
.bk-page.bk-page-small {
height: 32px; }
.bk-page.bk-page-small > ul {
height: 32px; }
.bk-page.bk-page-small .page-item {
height: 32px;
min-width: 32px;
line-height: 32px;
margin-right: 4px; }
.bk-page.bk-page-small .page-item .page-button {
line-height: 32px; }
.bk-page.bk-page-small .bk-icon {
font-size: 10px; }
.bk-page.bk-page-compact .page-item {
margin-right: -1px;
border-radius: 0; }
.bk-page.bk-page-compact .page-item:hover {
position: relative;
z-index: 1; }
.bk-page.bk-page-compact .page-item:first-child {
border-radius: 2px 0 0 2px; }
.bk-page.bk-page-compact .page-item:last-child {
border-radius: 0 2px 2px 0; }
.bk-page.bk-page-compact .page-item.cur-page {
position: relative;
z-index: 1; }
.bk-page .page-item {
min-width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
display: inline-block;
vertical-align: middle;
font-size: 14px;
float: left;
margin-right: 10px;
border: 1px solid #c3cdd7;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 2px;
overflow: hidden; }
.bk-page .page-item:hover {
border-color: #3c96ff; }
.bk-page .page-item.disabled {
border-color: #c3cdd7; }
.bk-page .page-item.disabled .page-button {
cursor: not-allowed;
background: #fafbfd;
color: #DCDEE5; }
.bk-page .page-item.disabled .page-button:hover {
color: #DCDEE5; }
.bk-page .page-item.page-omit {
border: none;
min-width: auto;
line-height: 28px; }
.bk-page .page-item.page-omit > span {
margin-top: -5px;
display: inline-block; }
.bk-page .page-item .page-button {
display: block;
color: #737987;
background: #fff;
cursor: pointer; }
.bk-page .page-item .page-button:hover {
color: #3c96ff; }
.bk-page .page-item.cur-page {
border-color: #3c96ff; }
.bk-page .page-item.cur-page .page-button {
background: #3c96ff;
color: #fff; }
.bk-page .page-item:last-child {
margin-right: 0; }
.bk-collapse {
border-top: 1px solid #c3cdd7; }
.bk-collapse-header {
padding: 10px;
font-size: 14px; }
.bk-collapse-header i.bk-icon {
-webkit-transition: all linear 0.3s;
transition: all linear 0.3s; }
.bk-collapse-header .rotate-icon {
position: relative;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.bk-collapse-content {
padding: 5px 10px 20px 10px;
will-change: all;
font-size: 14px;
color: #737987; }
.bk-collapse-item .bk-collapse-item-header {
padding: 0px 10px;
height: 42px;
text-overflow: ellipsis;
overflow: hidden;
line-height: 42px;
font-size: 14px;
cursor: pointer; }
.bk-collapse-item .bk-collapse-item-header .collapse-expand {
position: relative;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.bk-collapse-item .bk-collapse-item-header span {
-webkit-transition: all linear 0.2s;
transition: all linear 0.2s; }
.bk-collapse-item .bk-collapse-item-header:hover {
color: #3c96ff; }
.bk-collapse-item .bk-collapse-item-content {
padding: 0px 10px; }
.bk-collapse-item .collapse-transition {
-webkit-transition: .2s height ease-in-out, .2s padding-top ease-in-out, .2s padding-bottom ease-in-out;
transition: .2s height ease-in-out, .2s padding-top ease-in-out, .2s padding-bottom ease-in-out; }
.bk-upload .file-wrapper {
position: relative;
width: 100%;
height: 70px;
line-height: 70px;
margin-bottom: 2px;
font-size: 14px;
border-radius: 2px;
border: 1px dashed #c3cdd7;
text-align: center; }
.bk-upload .file-wrapper .upload-icon {
position: relative;
left: -3px;
margin-top: -5px;
width: 24px;
vertical-align: middle; }
.bk-upload .file-wrapper .click-upload {
color: #3c96ff; }
.bk-upload .file-wrapper .drop-upload {
color: #c3cdd7; }
.bk-upload .file-wrapper input[type=file] {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 10;
cursor: pointer;
opacity: 0; }
.bk-upload .tip {
margin: 5px 0 10px 0;
font-size: 12px;
text-align: left;
color: #c3cdd7; }
.bk-upload .isdrag {
border: 1px solid #0082ff; }
.bk-upload .all-file .file-item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 10px;
height: 70px;
padding: 15px;
border-radius: 2px;
border: 1px dashed #c3cdd7;
background: #fafbfd; }
.bk-upload .all-file .file-item .file-icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 42px;
flex: 0 0 42px;
height: 42px;
width: 42px;
border-radius: 2px;
margin-left: 5px; }
.bk-upload .all-file .file-item .close-upload {
position: absolute;
top: 6px;
right: 8px;
font-size: 12px;
color: #c3cdd7;
cursor: pointer; }
.bk-upload .all-file .file-item .close-upload:hover {
color: #737987; }
.bk-upload .all-file .file-item .file-info {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
margin-left: 10px;
font-size: 12px; }
.bk-upload .all-file .file-item .file-info .file-name {
display: inline-block;
font-size: 12px;
max-width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.bk-upload .all-file .file-item .file-info .file-message {
position: absolute;
right: 25px;
display: inline-block; }
.bk-upload .all-file .file-item .file-info .file-message .upload-speed {
padding-right: 40px; }
.bk-upload .all-file .file-item .file-info .file-message .done {
color: #30d878; }
.bk-upload .all-file .file-item .file-info .progress-bar-wrapper {
width: 97%;
height: 6px;
border-radius: 3px;
background: #dde4eb; }
.bk-upload .all-file .file-item .file-info .progress-bar-wrapper .progress-bar {
height: 5px;
width: 0%;
background: #30d878;
border-radius: 2px; }
.bk-upload .all-file .file-item .file-info .progress-bar-wrapper .fail {
background: #FF5656; }
.bk-upload .all-file .error-msg {
margin: 7px 0;
padding-right: 15px;
word-wrap: break-word;
word-break: break-all;
overflow: hidden;
font-size: 12px;
color: #ff5656; }
.bk-exception {
text-align: center;
width: 400px;
margin: 50px auto 0; }
.bk-exception .exception-text {
font-size: 20px;
color: #979797;
margin: 32px 0;
font-weight: normal; }
.bk-page-count {
font-size: 14px; }
.bk-page-count .bk-selector {
width: 60px;
display: inline-block;
margin-left: 40px; }
.bk-page-count .bk-selector::after {
content: '条';
position: absolute;
left: 65px;
top: 8px; }
.bk-page-count .bk-selector::before {
content: '每页';
position: absolute;
left: -32px;
top: 8px; }
.bk-page-count .bk-selector .bk-selector-wrapper .bk-selector-input {
padding: 0 22px 0 10px; }
.bk-page-count .bk-total-page {
display: inline-block; }
/*# sourceMappingURL=bk-magic-vue.css.map */
| 0.405331 | 0.048835 |
@import 'login2.css';
@import 'cbs2.css';
@import 'cbs3.css';
@import 'cbs4.css';
* {
box-sizing: border-box;
}
.over {
background: #ecf0f3;
color: rgb(10, 133, 152) ;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-family: 'Quintessential', cursive;
height: 100vh;
margin: -20px 0;
}
h1 {
font-family: 'Quintessential', cursive;
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 rgb(10, 133, 152);
background-color: rgb(10, 133, 152);
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
padding: 12px 45px;
letter-spacing: 1px;
text-transform: uppercase;
transition: transform 80ms ease-in;
box-shadow: 3px 3px 8px #b1b1b1,
-3px -3px 8px #ffffff
}
button:active {
transform: scale(0.95);
}
button:focus {
outline: none;
}
button.ghost {
background-color: transparent;
border-color: #FFFFFF;
box-shadow: 18px 18px 36px rgb(10, 133, 152), -18px -18px 36px rgb(10, 133, 152);
}
form {
background-color: #ecf0f3;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0 50px;
height: 100%;
text-align: center;
}
input {
font-size: 15px;
padding: 10px 15px;
margin: 10px 0;
width: 100%;
}
.container {
background-color: #fff;
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;
background: #ecf0f3;
}
.container.right-panel-active .sign-in-container {
transform: translateX(100%);
}
.sign-up-container {
left: 0;
width: 50%;
opacity: 0;
z-index: 1;
background: #ecf0f3;
}
.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: rgb(10, 133, 152);
background: -webkit-linear-gradient(to right, rgb(10, 133, 152), rgb(10, 133, 152));
background: linear-gradient(to right, rgb(10, 133, 152),rgb(10, 133, 152));
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{
box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
.social-container {
margin: 20px 0;
}
.social-container a {
border: 1px solid #DDDDDD;
border-radius: 50%;
display: inline-flex;
justify-content: center;
align-items: center;
margin: 0 5px;
height: 40px;
width: 40px;
}
.container{
background: #ecf0f3;
box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}
.conatiner input{
border: none;
outline: none;
background: none;
color: #555;
}
.username-input, .pass-input, .email-input{
border-radius: 25px;
box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
border: none;
outline: none;
background: none;
color: #555;
}
.footer-basic {
padding: 40px 0;
background-color: #ffffff;
color: #4b4c4d;
}
.footer-basic ul {
padding: 0;
list-style: none;
text-align: center;
font-size: 18px;
line-height: 1.6;
margin-bottom: 0;
}
.footer-basic li {
padding: 0 10px;
}
.footer-basic ul a {
color: inherit;
text-decoration: none;
opacity: 0.8;
}
.footer-basic ul a:hover {
opacity: 1;
}
.footer-basic .social {
text-align: center;
padding-bottom: 25px;
}
.footer-basic .social > a {
font-size: 24px;
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
text-align: center;
border-radius: 50%;
border: 1px solid #ccc;
margin: 0 8px;
color: inherit;
opacity: 0.75;
}
.footer-basic .social > a:hover {
opacity: 0.9;
}
.footer-basic .copyright {
margin-top: 15px;
text-align: center;
font-size: 13px;
color: #aaa;
margin-bottom: 0;
}
|
public/css/login.css
|
@import 'login2.css';
@import 'cbs2.css';
@import 'cbs3.css';
@import 'cbs4.css';
* {
box-sizing: border-box;
}
.over {
background: #ecf0f3;
color: rgb(10, 133, 152) ;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-family: 'Quintessential', cursive;
height: 100vh;
margin: -20px 0;
}
h1 {
font-family: 'Quintessential', cursive;
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 rgb(10, 133, 152);
background-color: rgb(10, 133, 152);
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
padding: 12px 45px;
letter-spacing: 1px;
text-transform: uppercase;
transition: transform 80ms ease-in;
box-shadow: 3px 3px 8px #b1b1b1,
-3px -3px 8px #ffffff
}
button:active {
transform: scale(0.95);
}
button:focus {
outline: none;
}
button.ghost {
background-color: transparent;
border-color: #FFFFFF;
box-shadow: 18px 18px 36px rgb(10, 133, 152), -18px -18px 36px rgb(10, 133, 152);
}
form {
background-color: #ecf0f3;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0 50px;
height: 100%;
text-align: center;
}
input {
font-size: 15px;
padding: 10px 15px;
margin: 10px 0;
width: 100%;
}
.container {
background-color: #fff;
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;
background: #ecf0f3;
}
.container.right-panel-active .sign-in-container {
transform: translateX(100%);
}
.sign-up-container {
left: 0;
width: 50%;
opacity: 0;
z-index: 1;
background: #ecf0f3;
}
.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: rgb(10, 133, 152);
background: -webkit-linear-gradient(to right, rgb(10, 133, 152), rgb(10, 133, 152));
background: linear-gradient(to right, rgb(10, 133, 152),rgb(10, 133, 152));
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{
box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
.social-container {
margin: 20px 0;
}
.social-container a {
border: 1px solid #DDDDDD;
border-radius: 50%;
display: inline-flex;
justify-content: center;
align-items: center;
margin: 0 5px;
height: 40px;
width: 40px;
}
.container{
background: #ecf0f3;
box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}
.conatiner input{
border: none;
outline: none;
background: none;
color: #555;
}
.username-input, .pass-input, .email-input{
border-radius: 25px;
box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
border: none;
outline: none;
background: none;
color: #555;
}
.footer-basic {
padding: 40px 0;
background-color: #ffffff;
color: #4b4c4d;
}
.footer-basic ul {
padding: 0;
list-style: none;
text-align: center;
font-size: 18px;
line-height: 1.6;
margin-bottom: 0;
}
.footer-basic li {
padding: 0 10px;
}
.footer-basic ul a {
color: inherit;
text-decoration: none;
opacity: 0.8;
}
.footer-basic ul a:hover {
opacity: 1;
}
.footer-basic .social {
text-align: center;
padding-bottom: 25px;
}
.footer-basic .social > a {
font-size: 24px;
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
text-align: center;
border-radius: 50%;
border: 1px solid #ccc;
margin: 0 8px;
color: inherit;
opacity: 0.75;
}
.footer-basic .social > a:hover {
opacity: 0.9;
}
.footer-basic .copyright {
margin-top: 15px;
text-align: center;
font-size: 13px;
color: #aaa;
margin-bottom: 0;
}
| 0.352313 | 0.059949 |
body{
background-image: url("../img/01.jpg");
background-repeat: no-repeat;
background-size:cover;
margin: auto;
width: 75%;
position: relative;
text-align: center ;
text-align: center;
}
nav{
position:static;
background-color: #950c6eb4;
border-radius: 5px;
display: inline-flex;
box-shadow: 2px 2px 16px black;
width: 100%;
}
nav * {
text-align: left;
text-decoration: none;
color: #f3e851;
text-shadow: 2px 2px 17px #461111;
margin:6px 7px 2px 2px;
font-size: 20px;
font-weight: bold;
display: inline-block;
}
nav div{
margin-bottom: 20px;
width: 100%;
}
nav div ul li{
margin-top: 10px;
display: flex;
}
nav div ul li:last-child{
margin-right: 20px;
}
nav a:hover{
color: #ff005c;
text-shadow: 2px 2px 7px #000000;
}
nav img{
width: 150px;
margin: 4px auto 6px 20px;
}
h1{
font-family: 'Berkshire Swash', cursive;
color: rgb(33, 20, 220);
text-align: center;
font-size: 40px;
text-shadow:2px 5px #dd5e5e;
}
#repLink a{
color: rgb(82, 255, 47);
text-shadow:5px 3px 10px #03010f;
background-color: rgb(19, 156, 247);
text-align:center;
border: rgb(7, 13, 122) solid 3px;
display: block;
padding: 10px;
border-radius: 15px;
font-size: x-large;
margin: auto 40% auto 40%;
box-shadow:1px 1px 10px 3px #ffffff;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bolder ;
}
div#repLink{
left: 50px;
}
header{
position: relative;
}
#logo{
display: block;
margin-left: auto;
margin-right: auto;
width: 30%;
}
h3{
font-family: 'Berkshire Swash', cursive;
color: rgb(146, 0, 44);
text-align: center;
font-size: 35px;
text-shadow:2px 5px #dd5e5e;
}
header{
text-align: center;
}
#locations{
position: relative;
text-align: center;
margin: auto;
width: 100%;
border-radius: 10PX;
padding: auto 50px auto 500px ;
font-size: 20px;
font-weight: bold;
text-shadow:1px 1px 1px #000000;
}
#locations div{
margin: 15px;
align-items: center;
border-radius: 15px;
display: inline-flex;
}
#locations div div {
background-color: #ffffff77;
width: 50%;
display: block;
box-shadow:10px 10px 7px #272727;
}
div img{
display: inline-flex;
width: 70px;
height: 60px;
margin: 10px;
border-radius: 10px;
}
#imgs{
border: brown solid 2px;
border-radius: 15px;
width: 50%;
text-align: center;
margin: auto;
font-size: 15px;
}
#imgs img{
box-shadow:4px 6px 14px #756c6c;
}
p img{
width: 200px;
height: inherit;
}
button{
background-color: rgb(107, 0, 0);
color: white;
width: 200px;
height: 50px;
font-size: 20px;
border-radius: 10px;
}
button:hover{
background-color: rgb(250, 83, 139);
color: white;
width: 200px;
height: 50px;
font-size: 20px;
border-radius: 10px;
font-weight: bold;
}
p.lblx{
font-family: 'Berkshire Swash', cursive;
font-size: 35px;
margin: 0px;
font-weight: bold;
color:rgb(3, 16, 53);
text-shadow: 2px 5px #dd5e5e}
.hrImg
{
clear: both;
display:block;
border:none;
height:10px;
background-image:url('/img/hr-img.png');}
#rightSec{
margin-top: 22px;
float: right;
width: 50%;
text-align: right;
}
#rightSec ul:first-child{
margin-right: 10px;
}
#rightSec ul{
display: inline
}
#rightSec ul li{
display: inline-block;
}
#rightSec ul li img{
border-radius: 10px;
}
footer div:last-child{
display: inline-flex;
}
#leftSec{
margin-top: 22px;
float: left;
width: 50%;
text-align: left;}
#allLocations{
position: relative;
border: brown solid;
border-radius: 15px;
margin:auto;
width:95%;
padding: 15px;}
h1,h2{
font-family: 'Berkshire Swash', cursive;
text-align: center;
text-shadow:2px 5px #dd5e5e;
font-weight: bold;
}
header h2 {
color: rgb(249, 249, 250);
}
h1 {
color: rgb(11, 3, 116);
}
table *{
background-color: rgba(255, 248, 220, 0.25);
padding: 5px;
border: 2px solid rgb(73, 73, 71);
text-align: center;
border-radius: 10px;
font-size: 15px;
font-weight:bolder;
}
table *:last-child{
background-color:#73ce7791;
color: #010172;
text-shadow: 0px 0px 15px white;
}
table tr:first-child {
background-color: #0481a796;
}
table td:first-child {
background-color: rgba(245, 0, 74, 0.601);
font-weight: bold;
}
table tr:hover:not(:first-child){
background-color: rgba(251, 56, 137, 0.5);
}
table td:hover:not(:first-child) {
background-color: rgb(255, 59, 59);
box-shadow: 2px 1px 2px rgb(109, 2, 2) inset;
}
table tr:last-child th:hover{
background-color: #53ec5a;
box-shadow: 2px 1px 2px #220ce4de inset;
}
button{
background-color: rgb(253, 67, 67);
color: rgb(250, 253, 54);
width: 45%;
height: 50px;
font-size: 17px;
border-radius: 10px;
text-shadow:1px 1px 1px #000000;
}
button:hover{
background-color: rgb(239, 250, 83);
color: rgb(255, 0, 0);
width: 120px;
height: 50px;
font-size: 20px;
border-radius: 10px;
font-weight: bold;
text-shadow:1px 1px 1px #000000;}
form{
font-family: 'Berkshire Swash', cursive;
margin: auto;
width: 55%;
text-shadow:1px 1px 3px #00000096
}
input[type=submit]{
background: linear-gradient(to right, #f5af19, #f12711, #f5af19);
/* background-color:#74c224;*/
color: rgb(255, 254, 254);
width: 150px;
height: 40px;
font-size: 15px;
font-weight: bold;
border-radius: 25px;
text-shadow:1px 1px 1px #060563;
}
input[type=submit]:hover{
background-color: rgb(239, 250, 83);
color: rgb(238, 255, 0);
width: 160px;
height: 40px;
font-size: 17px;
border-radius: 10px;
font-weight: bold;
text-shadow:1px 1px 1px #000000;
border-radius: 25px;}
input[type=text],input[type=number]{
border-radius: 10px;
height: 20px;
float: right;
display: inline;
width: 35%;
text-align: center;
font-size: 16px;
font-weight: bold;
}
input{ display: inline;}
input:focus{
outline: 0;
}
form div{
background-color: #b81b8c54;
padding: 1px;
border-radius: 5px;
margin: 10px;
height: 35px;
box-shadow: 6px 6px 10px #0e0d0d;
}
form div *{
margin:4px 2px auto 3px;
height: 10px;
}
legend{
font-size: 20px;
font-weight: bold;
color: rgb(1, 1, 87);
text-shadow: 2px 5px 4px #db4a4a;
}
label{
float: left;
display: inline-flex;
color: #ffffff;
width: 55%;
}
#miniMax{
display: flex;
}
#max1{
float: left;
}
#min1{
border: violet solid 2px;
display: inline-block;
float: right;
}
.field {
width: 100%;
height: 56px;
border-radius: 4px;
position: relative;
background-color: rgba(255, 255, 255, 0.856);
transition: 0.3s all;
}
.field:hover {
background-color: rgba(125, 214, 129, 0.685);
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
#ourLocations div{
display: inline-block;
margin: auto;
align-items: center;
padding: 0px;
}
iframe{
width: 150px;
height: 150px;
box-shadow:6px 11px 14px #756c6c;
margin:25px 10px auto 10px;
border-radius: 15px;
}
div div div p {
background-color:#be0000 ;
box-shadow:4px 6px 10px #756c6c;
border-radius: 15px;
color:#9ede73;
text-shadow:2px 2px 5px rgb(0, 0, 0) ;
}
|
css/Style.css
|
body{
background-image: url("../img/01.jpg");
background-repeat: no-repeat;
background-size:cover;
margin: auto;
width: 75%;
position: relative;
text-align: center ;
text-align: center;
}
nav{
position:static;
background-color: #950c6eb4;
border-radius: 5px;
display: inline-flex;
box-shadow: 2px 2px 16px black;
width: 100%;
}
nav * {
text-align: left;
text-decoration: none;
color: #f3e851;
text-shadow: 2px 2px 17px #461111;
margin:6px 7px 2px 2px;
font-size: 20px;
font-weight: bold;
display: inline-block;
}
nav div{
margin-bottom: 20px;
width: 100%;
}
nav div ul li{
margin-top: 10px;
display: flex;
}
nav div ul li:last-child{
margin-right: 20px;
}
nav a:hover{
color: #ff005c;
text-shadow: 2px 2px 7px #000000;
}
nav img{
width: 150px;
margin: 4px auto 6px 20px;
}
h1{
font-family: 'Berkshire Swash', cursive;
color: rgb(33, 20, 220);
text-align: center;
font-size: 40px;
text-shadow:2px 5px #dd5e5e;
}
#repLink a{
color: rgb(82, 255, 47);
text-shadow:5px 3px 10px #03010f;
background-color: rgb(19, 156, 247);
text-align:center;
border: rgb(7, 13, 122) solid 3px;
display: block;
padding: 10px;
border-radius: 15px;
font-size: x-large;
margin: auto 40% auto 40%;
box-shadow:1px 1px 10px 3px #ffffff;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bolder ;
}
div#repLink{
left: 50px;
}
header{
position: relative;
}
#logo{
display: block;
margin-left: auto;
margin-right: auto;
width: 30%;
}
h3{
font-family: 'Berkshire Swash', cursive;
color: rgb(146, 0, 44);
text-align: center;
font-size: 35px;
text-shadow:2px 5px #dd5e5e;
}
header{
text-align: center;
}
#locations{
position: relative;
text-align: center;
margin: auto;
width: 100%;
border-radius: 10PX;
padding: auto 50px auto 500px ;
font-size: 20px;
font-weight: bold;
text-shadow:1px 1px 1px #000000;
}
#locations div{
margin: 15px;
align-items: center;
border-radius: 15px;
display: inline-flex;
}
#locations div div {
background-color: #ffffff77;
width: 50%;
display: block;
box-shadow:10px 10px 7px #272727;
}
div img{
display: inline-flex;
width: 70px;
height: 60px;
margin: 10px;
border-radius: 10px;
}
#imgs{
border: brown solid 2px;
border-radius: 15px;
width: 50%;
text-align: center;
margin: auto;
font-size: 15px;
}
#imgs img{
box-shadow:4px 6px 14px #756c6c;
}
p img{
width: 200px;
height: inherit;
}
button{
background-color: rgb(107, 0, 0);
color: white;
width: 200px;
height: 50px;
font-size: 20px;
border-radius: 10px;
}
button:hover{
background-color: rgb(250, 83, 139);
color: white;
width: 200px;
height: 50px;
font-size: 20px;
border-radius: 10px;
font-weight: bold;
}
p.lblx{
font-family: 'Berkshire Swash', cursive;
font-size: 35px;
margin: 0px;
font-weight: bold;
color:rgb(3, 16, 53);
text-shadow: 2px 5px #dd5e5e}
.hrImg
{
clear: both;
display:block;
border:none;
height:10px;
background-image:url('/img/hr-img.png');}
#rightSec{
margin-top: 22px;
float: right;
width: 50%;
text-align: right;
}
#rightSec ul:first-child{
margin-right: 10px;
}
#rightSec ul{
display: inline
}
#rightSec ul li{
display: inline-block;
}
#rightSec ul li img{
border-radius: 10px;
}
footer div:last-child{
display: inline-flex;
}
#leftSec{
margin-top: 22px;
float: left;
width: 50%;
text-align: left;}
#allLocations{
position: relative;
border: brown solid;
border-radius: 15px;
margin:auto;
width:95%;
padding: 15px;}
h1,h2{
font-family: 'Berkshire Swash', cursive;
text-align: center;
text-shadow:2px 5px #dd5e5e;
font-weight: bold;
}
header h2 {
color: rgb(249, 249, 250);
}
h1 {
color: rgb(11, 3, 116);
}
table *{
background-color: rgba(255, 248, 220, 0.25);
padding: 5px;
border: 2px solid rgb(73, 73, 71);
text-align: center;
border-radius: 10px;
font-size: 15px;
font-weight:bolder;
}
table *:last-child{
background-color:#73ce7791;
color: #010172;
text-shadow: 0px 0px 15px white;
}
table tr:first-child {
background-color: #0481a796;
}
table td:first-child {
background-color: rgba(245, 0, 74, 0.601);
font-weight: bold;
}
table tr:hover:not(:first-child){
background-color: rgba(251, 56, 137, 0.5);
}
table td:hover:not(:first-child) {
background-color: rgb(255, 59, 59);
box-shadow: 2px 1px 2px rgb(109, 2, 2) inset;
}
table tr:last-child th:hover{
background-color: #53ec5a;
box-shadow: 2px 1px 2px #220ce4de inset;
}
button{
background-color: rgb(253, 67, 67);
color: rgb(250, 253, 54);
width: 45%;
height: 50px;
font-size: 17px;
border-radius: 10px;
text-shadow:1px 1px 1px #000000;
}
button:hover{
background-color: rgb(239, 250, 83);
color: rgb(255, 0, 0);
width: 120px;
height: 50px;
font-size: 20px;
border-radius: 10px;
font-weight: bold;
text-shadow:1px 1px 1px #000000;}
form{
font-family: 'Berkshire Swash', cursive;
margin: auto;
width: 55%;
text-shadow:1px 1px 3px #00000096
}
input[type=submit]{
background: linear-gradient(to right, #f5af19, #f12711, #f5af19);
/* background-color:#74c224;*/
color: rgb(255, 254, 254);
width: 150px;
height: 40px;
font-size: 15px;
font-weight: bold;
border-radius: 25px;
text-shadow:1px 1px 1px #060563;
}
input[type=submit]:hover{
background-color: rgb(239, 250, 83);
color: rgb(238, 255, 0);
width: 160px;
height: 40px;
font-size: 17px;
border-radius: 10px;
font-weight: bold;
text-shadow:1px 1px 1px #000000;
border-radius: 25px;}
input[type=text],input[type=number]{
border-radius: 10px;
height: 20px;
float: right;
display: inline;
width: 35%;
text-align: center;
font-size: 16px;
font-weight: bold;
}
input{ display: inline;}
input:focus{
outline: 0;
}
form div{
background-color: #b81b8c54;
padding: 1px;
border-radius: 5px;
margin: 10px;
height: 35px;
box-shadow: 6px 6px 10px #0e0d0d;
}
form div *{
margin:4px 2px auto 3px;
height: 10px;
}
legend{
font-size: 20px;
font-weight: bold;
color: rgb(1, 1, 87);
text-shadow: 2px 5px 4px #db4a4a;
}
label{
float: left;
display: inline-flex;
color: #ffffff;
width: 55%;
}
#miniMax{
display: flex;
}
#max1{
float: left;
}
#min1{
border: violet solid 2px;
display: inline-block;
float: right;
}
.field {
width: 100%;
height: 56px;
border-radius: 4px;
position: relative;
background-color: rgba(255, 255, 255, 0.856);
transition: 0.3s all;
}
.field:hover {
background-color: rgba(125, 214, 129, 0.685);
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
#ourLocations div{
display: inline-block;
margin: auto;
align-items: center;
padding: 0px;
}
iframe{
width: 150px;
height: 150px;
box-shadow:6px 11px 14px #756c6c;
margin:25px 10px auto 10px;
border-radius: 15px;
}
div div div p {
background-color:#be0000 ;
box-shadow:4px 6px 10px #756c6c;
border-radius: 15px;
color:#9ede73;
text-shadow:2px 2px 5px rgb(0, 0, 0) ;
}
| 0.420719 | 0.102305 |
.Main-WhatsPopingBox
{
position: relative;
border: 1px solid #e6ecf0;
border-radius: 0;
/*background: #deeff7;*/
background: #fdfdfd;
padding: 5px;
}
.WhatsPopingBox
{
position: relative;
background: #f2fbf7;
border-radius: 0;
}
.WhatsPopingBox-avatar32
{
width: 32px;
height: 32px;
}
.user-image
{
position: absolute !important;
left: 5%;
top: 11px;
}
.whatspoping-wrapper
{
position: relative;
background: inherit;
width: 85%;
left: 15%;
}
#lbltextpost
{
cursor: none;
}
.whatspoping-form > .whatspoping-wrapper> textarea.txtwhatspoping,
.whatspoping-form > .whatspoping-wrapper> div.txtwhatspoping,
div.txtwhatspoping
{
border: 1px solid #e6ecf0;
border-radius: 0;
width: 100%;
padding: 10px !important;
transition: height .2s cubic-bezier(0.89,-0.35, 0.01, 1.34);
overflow: hidden !important;
}
.isFocus
{
outline: -webkit-focus-ring-color auto 5px;
}
label.choose
{
position: absolute !important;
right: 7.5px;
top: 7.5px;
color: #46c0f9;
transition: all 0.1s linear;
}
label.mainFile-selection-lbl
{
color: #46c0f9;
}
.customFile-selection, .mainFile-selection
{
width: 0.1px;
height: 0.1px;
position: absolute;
font-style: 0.1px;
opacity: 0.1;
z-index: -1;
}
input[type="file"]#customFile-selection:focus, .no-outline
{
outline: none !important;
}
.displayNon
{
display: none !important;
position: absolute;
}
.photoThumb
{
transition: height 0.2s linear;
}
.videoThumb
{
height: 250px !important;
transition: height 0.2s linear;
}
.Action-section
{
position: relative;
width: 85%;
left: 15%;
padding: 1.5px;
transition: height 0.2s linear;
}
#counter
{
position: absolute;
right: 1px;
background: #fff;
top: 63px;
}
.safe-count
{
border: none;
width: 30px;
color: #838a8e;
letter-spacing: 0.4px;
font-weight: lighter;
background: transparent;
transition: height 0.2s linear;
}
.danger-count
{
color: #ea2222;
transition: color 0.2s linear;
border: none;
width: 30px;
letter-spacing: 0.4px;
font-weight: lighter;
background: transparent;
}
.previewWrapper
{
width: 100%;
max-height: 0;
box-sizing: content-box;
position: relative;
padding: 0;
border-radius: 0;
background: #deeff7;
transition: max-height 0.1s linear;
overflow: hidden;
}
.thumbnailsPreview
{
position: relative;
width: 100%;
}
#Content-Preview
{
position: relative;
width: 100%;
padding: 0;
overflow-y: hidden;
}
.thumbnailPreview
{
height: 155px;
width: 40%;
border-radius: 5px;
position: relative;
display: inline-block;
top: 0;
overflow: hidden;
margin: 1.5px 7.5px;
}
@media(min-width: 767px){
.thumbnailPreview{
width: 25%;
}
}
.thumbnailPreview img
{
width: 100%;
height: 155px;
}
.thumbnailPreview:nth-first-child()
{
margin-left: 15px;
}
.thumbnailPreview:nth-last-child()
{
margin-right: 15px;
}
.cancel
{
color: #3097d1;
position: absolute;
top: 1px;
right: 0px;
}
.cancel:hover
{
color: #d13046;
}
.thumbnailPreview-video
{
width: 140px;
height: 240px;
display: inline-block;
top: -3px;
border-radius: 5px;
position: relative;
left: 50% !important;
margin-left: -70px !important;
overflow: hidden !important;
}
@media(max-width: 580px){
.whatspoping-form > .txtwhatspoping
{
width: 90% !important;
}
.whatspoping-wrapper
{
width: 90%;
left: 10%;
}
.user-image
{
left: 2.5%;
width: 25px;
height: 25px;
}
.Action-section
{
width: 90% !important;
left: 10%;
}
}
@media(min-width: 767px){
}
.textarea{
width: 100%;
outline: none;
border: none;
letter-spacing: 1px;
font-weight: lighter;
border-radius: 3px;
overflow: hidden !important;
}
.textarea::-webkit-scrollbar{
width: 1px;
}
.textarea::-webkit-scrollbar-thumb{
background: grey;
border-radius: 1px;
cursor: pointer;
}
.userMention{
text-decoration: none !important;
color: #0312e0 !important;
font-size: 17px;
padding: 2.5px;
font-weight: 500 !important;
background: #c6deec63;
font-style: italic;
}
.userMention:hover{
text-decoration: none !important;
cursor: text;
color: #79b9d8;
}
.textEntry{
max-height: 88px;
box-sizing: border-box;
padding: 10px;
height: 44px;
border: solid 0.5px #e5ecef!important;
}
.textEntryTyping{
height: 88px !important;
}
.highlighted
{
background: #03a9f4 !important;
}
.visible
{
display: block !important;
}
.autocompletion-25-avatar
{
position: relative;
width: 25px;
height: 25px;
}
.autocompletion, ._autocompletion
{
list-style: none;
display: block;
text-align: center;
width: auto;
max-width: 260px !important;
height: auto;
max-height: 150px;
outline: none;
border-radius: 5px;
background: #fdfdfc;
z-index: 9999;
display: none;
}
.autocompletion li, ._autocompletion li
{
padding: 5px;
box-sizing: border-box;
text-align: left;
position: relative;
border-radius: 0;
background: #fff;
}
.autocompletion li:hover, ._autocompletion li:hover
{
background: #03a9f4;
}
.autocompletion li > a, ._autocompletion li > a
{
text-decoration: none !important;
text-align: right;
font-weight: lighter;
word-spacing: 1px;
color: #585c5f;
}
.autocompletion li span, ._autocompletion li span
{
color: #397292 !important;
left: 40px; padding-left: 10px;
}
.autocompletion li span > a, ._autocompletion li span > a
{
text-decoration: none;
color: #397292;
}
.autocompletion li:nth-child(1), ._autocompletion li:nth-child(1)
{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.autocompletion li:nth-last-child, ._autocompletion li:nth-last-child
{
background: red;
}
@media(max-width: 480px){
.WhatsPopingBox
{
margin-top: 19px;
}
}
.whatspoping-wrapper-focus
{
/*outline: #2777bd solid 1.5px;*/
/*border: #2777bd solid .5px;*/
}
.thumbnailPreview-video img, .thumbnailPreview-video video
{
height: 240px;
width: 140px;
}
/*XBEN SOMMO 2018 && 2017*/
|
style.css
|
.Main-WhatsPopingBox
{
position: relative;
border: 1px solid #e6ecf0;
border-radius: 0;
/*background: #deeff7;*/
background: #fdfdfd;
padding: 5px;
}
.WhatsPopingBox
{
position: relative;
background: #f2fbf7;
border-radius: 0;
}
.WhatsPopingBox-avatar32
{
width: 32px;
height: 32px;
}
.user-image
{
position: absolute !important;
left: 5%;
top: 11px;
}
.whatspoping-wrapper
{
position: relative;
background: inherit;
width: 85%;
left: 15%;
}
#lbltextpost
{
cursor: none;
}
.whatspoping-form > .whatspoping-wrapper> textarea.txtwhatspoping,
.whatspoping-form > .whatspoping-wrapper> div.txtwhatspoping,
div.txtwhatspoping
{
border: 1px solid #e6ecf0;
border-radius: 0;
width: 100%;
padding: 10px !important;
transition: height .2s cubic-bezier(0.89,-0.35, 0.01, 1.34);
overflow: hidden !important;
}
.isFocus
{
outline: -webkit-focus-ring-color auto 5px;
}
label.choose
{
position: absolute !important;
right: 7.5px;
top: 7.5px;
color: #46c0f9;
transition: all 0.1s linear;
}
label.mainFile-selection-lbl
{
color: #46c0f9;
}
.customFile-selection, .mainFile-selection
{
width: 0.1px;
height: 0.1px;
position: absolute;
font-style: 0.1px;
opacity: 0.1;
z-index: -1;
}
input[type="file"]#customFile-selection:focus, .no-outline
{
outline: none !important;
}
.displayNon
{
display: none !important;
position: absolute;
}
.photoThumb
{
transition: height 0.2s linear;
}
.videoThumb
{
height: 250px !important;
transition: height 0.2s linear;
}
.Action-section
{
position: relative;
width: 85%;
left: 15%;
padding: 1.5px;
transition: height 0.2s linear;
}
#counter
{
position: absolute;
right: 1px;
background: #fff;
top: 63px;
}
.safe-count
{
border: none;
width: 30px;
color: #838a8e;
letter-spacing: 0.4px;
font-weight: lighter;
background: transparent;
transition: height 0.2s linear;
}
.danger-count
{
color: #ea2222;
transition: color 0.2s linear;
border: none;
width: 30px;
letter-spacing: 0.4px;
font-weight: lighter;
background: transparent;
}
.previewWrapper
{
width: 100%;
max-height: 0;
box-sizing: content-box;
position: relative;
padding: 0;
border-radius: 0;
background: #deeff7;
transition: max-height 0.1s linear;
overflow: hidden;
}
.thumbnailsPreview
{
position: relative;
width: 100%;
}
#Content-Preview
{
position: relative;
width: 100%;
padding: 0;
overflow-y: hidden;
}
.thumbnailPreview
{
height: 155px;
width: 40%;
border-radius: 5px;
position: relative;
display: inline-block;
top: 0;
overflow: hidden;
margin: 1.5px 7.5px;
}
@media(min-width: 767px){
.thumbnailPreview{
width: 25%;
}
}
.thumbnailPreview img
{
width: 100%;
height: 155px;
}
.thumbnailPreview:nth-first-child()
{
margin-left: 15px;
}
.thumbnailPreview:nth-last-child()
{
margin-right: 15px;
}
.cancel
{
color: #3097d1;
position: absolute;
top: 1px;
right: 0px;
}
.cancel:hover
{
color: #d13046;
}
.thumbnailPreview-video
{
width: 140px;
height: 240px;
display: inline-block;
top: -3px;
border-radius: 5px;
position: relative;
left: 50% !important;
margin-left: -70px !important;
overflow: hidden !important;
}
@media(max-width: 580px){
.whatspoping-form > .txtwhatspoping
{
width: 90% !important;
}
.whatspoping-wrapper
{
width: 90%;
left: 10%;
}
.user-image
{
left: 2.5%;
width: 25px;
height: 25px;
}
.Action-section
{
width: 90% !important;
left: 10%;
}
}
@media(min-width: 767px){
}
.textarea{
width: 100%;
outline: none;
border: none;
letter-spacing: 1px;
font-weight: lighter;
border-radius: 3px;
overflow: hidden !important;
}
.textarea::-webkit-scrollbar{
width: 1px;
}
.textarea::-webkit-scrollbar-thumb{
background: grey;
border-radius: 1px;
cursor: pointer;
}
.userMention{
text-decoration: none !important;
color: #0312e0 !important;
font-size: 17px;
padding: 2.5px;
font-weight: 500 !important;
background: #c6deec63;
font-style: italic;
}
.userMention:hover{
text-decoration: none !important;
cursor: text;
color: #79b9d8;
}
.textEntry{
max-height: 88px;
box-sizing: border-box;
padding: 10px;
height: 44px;
border: solid 0.5px #e5ecef!important;
}
.textEntryTyping{
height: 88px !important;
}
.highlighted
{
background: #03a9f4 !important;
}
.visible
{
display: block !important;
}
.autocompletion-25-avatar
{
position: relative;
width: 25px;
height: 25px;
}
.autocompletion, ._autocompletion
{
list-style: none;
display: block;
text-align: center;
width: auto;
max-width: 260px !important;
height: auto;
max-height: 150px;
outline: none;
border-radius: 5px;
background: #fdfdfc;
z-index: 9999;
display: none;
}
.autocompletion li, ._autocompletion li
{
padding: 5px;
box-sizing: border-box;
text-align: left;
position: relative;
border-radius: 0;
background: #fff;
}
.autocompletion li:hover, ._autocompletion li:hover
{
background: #03a9f4;
}
.autocompletion li > a, ._autocompletion li > a
{
text-decoration: none !important;
text-align: right;
font-weight: lighter;
word-spacing: 1px;
color: #585c5f;
}
.autocompletion li span, ._autocompletion li span
{
color: #397292 !important;
left: 40px; padding-left: 10px;
}
.autocompletion li span > a, ._autocompletion li span > a
{
text-decoration: none;
color: #397292;
}
.autocompletion li:nth-child(1), ._autocompletion li:nth-child(1)
{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.autocompletion li:nth-last-child, ._autocompletion li:nth-last-child
{
background: red;
}
@media(max-width: 480px){
.WhatsPopingBox
{
margin-top: 19px;
}
}
.whatspoping-wrapper-focus
{
/*outline: #2777bd solid 1.5px;*/
/*border: #2777bd solid .5px;*/
}
.thumbnailPreview-video img, .thumbnailPreview-video video
{
height: 240px;
width: 140px;
}
/*XBEN SOMMO 2018 && 2017*/
| 0.192729 | 0.037468 |
.wrap {width:100%; max-width:1580px; min-width:320px; margin:0 auto; padding:40px 15px 0}
.wrap.slide-block {max-width:100%;}
.show {display:block}
.headline {max-width:1024px; font-weight:500; font-size:20px; margin:0 auto 30px}
.nav-ctrl span, .dots-ctrl span {transition:all 0.3s}
.gallery {width:100%; visibility:hidden; margin:0 auto 30px}
.slider {width:100%; max-width:1580px; position:relative; overflow:hidden; margin:0 auto}
.stage {overflow:hidden}
.stage > div {float:left; position:relative}
.stage > div img {width:100%; max-width:800px; height:auto}
.control {width:100%; text-align:center; position:relative}
.nav-ctrl {display:none; line-height:20px; margin-top:10px}
.nav-ctrl span {width:100px; height:30px; display:inline-block; font-weight:500; font-size:12px; line-height:30px; color:#eee; font-family:'Roboto', sans-serif; text-transform:uppercase; text-align:center; margin:0 5px; border:solid 1px #357ebd; -webkit-border-radius:3px; border-radius:3px; outline:none; -webkit-user-select:none; user-select:none; background-color:#428bca; cursor:pointer; transition:all 0.3s}
.nav-ctrl span:hover {border-color:#285e8e; background-color:#3276b1}
.nav-ctrl .disable, .nav-ctrl .disable:hover {border:solid 1px #357ebd; background-color:#428bca; opacity:0.4; cursor:default}
.dots-ctrl {display:none; margin-top:10px}
.dots-ctrl li {display:inline-block}
.dots-ctrl span {width:10px; height:10px; display:block; margin:5px; -webkit-border-radius:50%; border-radius:50%; background-color:#0099ff; opacity:0.4; cursor:pointer}
.dots-ctrl .active span, .dots-ctrl span:hover {opacity:1}
.carousel .item{
background: #333;
text-align: center;
height: 300px !important;
}
.carousel h2{
color: #fff;
margin: 0;
padding-top: 50px;
font-size: 48px;
}
.carousel p{
color: #666;
font-weight: bold;
font-size: 16px;
margin-top: 30px;
margin-bottom: 40px;
}
#bstext {
margin: -99px auto 0;
position: relative;
z-index: 9;
padding: 0;
}
#testCarousel li::before {
background: linear-gradient(-180deg, rgba(234,237,237,0), #ffffff);
content: "";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00EAEDED', endColorstr='#EAEDED',GradientType=0);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00EAEDED', endColorstr='#EAEDED',GradientType=0)";
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 279px;
z-index: 1;
min-height: 40rem;
}
#bstext .thumbnail p {
padding: 9px;
color: #333333;
font-size: 14px;
font-weight: 100;
margin-top: auto;
margin-bottom: auto;
}
#bstext .thumbnail {
min-height: 471px;
}
#bstext .carousel-control.right {
padding: 9px;
color: #333333;
font-size: 14px;
font-weight: 100;
margin-top: auto;
margin-bottom: auto;
}
#testCarousel .carousel-control {
height: 250px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0) 100%);
}
#testCarousel .item img{
width: 100%;
}
.panel.panel-info.poll{
min-height: 323px;
background-image: linear-gradient(-180deg, rgba(234,237,237,0), #7c9659 250px), url(https://www.culture.ru/storage/images/151dd9a6bb12602e90dfb8a1009da6db/54383c7ff7a4f24fcb2155b43ebb643a.jpeg);
border-radius: 11px;
position: relative;
}
.poll .question {
color: white;
font-weight: bold;
text-shadow: 1px 1px 1px #000000;
min-height: 105px;
}
.poll .badge{
background: rgba(0,0,0,0);
}
.poll .list-group-item {
border-radius: 11px;
padding: 6px 15px;
margin-bottom: 7px;
background: rgba(221,221,221,0.5);
border: 0 solid #ddd;
}
.poll input{margin: auto;}
.poll .progress{
height: 32px;
background: rgba(221,221,221,0.3);
}
.poll .progress-bar{
background: rgba(221,221,221,0.3);
}
|
frontend/web/css/carousel.css
|
.wrap {width:100%; max-width:1580px; min-width:320px; margin:0 auto; padding:40px 15px 0}
.wrap.slide-block {max-width:100%;}
.show {display:block}
.headline {max-width:1024px; font-weight:500; font-size:20px; margin:0 auto 30px}
.nav-ctrl span, .dots-ctrl span {transition:all 0.3s}
.gallery {width:100%; visibility:hidden; margin:0 auto 30px}
.slider {width:100%; max-width:1580px; position:relative; overflow:hidden; margin:0 auto}
.stage {overflow:hidden}
.stage > div {float:left; position:relative}
.stage > div img {width:100%; max-width:800px; height:auto}
.control {width:100%; text-align:center; position:relative}
.nav-ctrl {display:none; line-height:20px; margin-top:10px}
.nav-ctrl span {width:100px; height:30px; display:inline-block; font-weight:500; font-size:12px; line-height:30px; color:#eee; font-family:'Roboto', sans-serif; text-transform:uppercase; text-align:center; margin:0 5px; border:solid 1px #357ebd; -webkit-border-radius:3px; border-radius:3px; outline:none; -webkit-user-select:none; user-select:none; background-color:#428bca; cursor:pointer; transition:all 0.3s}
.nav-ctrl span:hover {border-color:#285e8e; background-color:#3276b1}
.nav-ctrl .disable, .nav-ctrl .disable:hover {border:solid 1px #357ebd; background-color:#428bca; opacity:0.4; cursor:default}
.dots-ctrl {display:none; margin-top:10px}
.dots-ctrl li {display:inline-block}
.dots-ctrl span {width:10px; height:10px; display:block; margin:5px; -webkit-border-radius:50%; border-radius:50%; background-color:#0099ff; opacity:0.4; cursor:pointer}
.dots-ctrl .active span, .dots-ctrl span:hover {opacity:1}
.carousel .item{
background: #333;
text-align: center;
height: 300px !important;
}
.carousel h2{
color: #fff;
margin: 0;
padding-top: 50px;
font-size: 48px;
}
.carousel p{
color: #666;
font-weight: bold;
font-size: 16px;
margin-top: 30px;
margin-bottom: 40px;
}
#bstext {
margin: -99px auto 0;
position: relative;
z-index: 9;
padding: 0;
}
#testCarousel li::before {
background: linear-gradient(-180deg, rgba(234,237,237,0), #ffffff);
content: "";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00EAEDED', endColorstr='#EAEDED',GradientType=0);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00EAEDED', endColorstr='#EAEDED',GradientType=0)";
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 279px;
z-index: 1;
min-height: 40rem;
}
#bstext .thumbnail p {
padding: 9px;
color: #333333;
font-size: 14px;
font-weight: 100;
margin-top: auto;
margin-bottom: auto;
}
#bstext .thumbnail {
min-height: 471px;
}
#bstext .carousel-control.right {
padding: 9px;
color: #333333;
font-size: 14px;
font-weight: 100;
margin-top: auto;
margin-bottom: auto;
}
#testCarousel .carousel-control {
height: 250px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0) 100%);
}
#testCarousel .item img{
width: 100%;
}
.panel.panel-info.poll{
min-height: 323px;
background-image: linear-gradient(-180deg, rgba(234,237,237,0), #7c9659 250px), url(https://www.culture.ru/storage/images/151dd9a6bb12602e90dfb8a1009da6db/54383c7ff7a4f24fcb2155b43ebb643a.jpeg);
border-radius: 11px;
position: relative;
}
.poll .question {
color: white;
font-weight: bold;
text-shadow: 1px 1px 1px #000000;
min-height: 105px;
}
.poll .badge{
background: rgba(0,0,0,0);
}
.poll .list-group-item {
border-radius: 11px;
padding: 6px 15px;
margin-bottom: 7px;
background: rgba(221,221,221,0.5);
border: 0 solid #ddd;
}
.poll input{margin: auto;}
.poll .progress{
height: 32px;
background: rgba(221,221,221,0.3);
}
.poll .progress-bar{
background: rgba(221,221,221,0.3);
}
| 0.456168 | 0.155816 |
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
body {
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
div {
background-color: rgba(255,255,255,0.6);
}
h1 {
font-family: 'Staatliches', sans-serif;
color: #287abe;
font-size: 5rem;
line-height: 100vh;
text-align: center;
}
p {
position: absolute;
text-align: center;
left: 50%;
-webkit-transform: translate(-50%, 0);
bottom: 35%;
font-family: 'Poppins', sans-serif;
color: #06A8FF;
font-size: 2rem;
}
.arrow{
position: absolute;
top: 83%;
left: 50%;
transform: translate(-50%,-50%);
}
.arrow span{
display: block;
width: 30px;
height: 30px;
border-bottom: 5px solid #287ABE;
border-right: 5px solid #287ABE;
transform: rotate(45deg);
margin: -10px;
animation: animate 2s infinite;
}
.arrow span:nth-child(2){
animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
animation-delay: -0.4s;
}
/*
@keyframes fadeIn2 {
0% {
background-color: rgba(0,0,0,0.25);
}
1% {
background-color: rgba(0,0,0,0.25);
}
50% {
background-color: rgba(0,0,0,1);
}
100% {
background-color: rgba(0,0,0,0.25);
}
}
@-webkit-keyframes fadeIn2 {
0% {
background-color: rgba(0,0,0,0.25);
}
1% {
background-color: rgba(0,0,0,0.25);
}
50% {
background-color: rgba(0,0,0,1);
}
}
*/
@keyframes fadeIn {
0% {
opacity: 0;
}
1% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
1% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes animate {
0%{
opacity: 0;
transform: rotate(45deg) translate(-20px,-20px);
}
50%{
opacity: 1;
}
100%{
opacity: 0;
transform: rotate(45deg) translate(20px,20px);
}
}
@keyframes animatedBackground {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
#animate-area {
background-repeat: repeat-x;
animation: fadeIn 3s ease-in-out ;
overflow: hidden; /* hide scrollbars */
opacity: 1.0;
-webkit-transition: background 1.5s linear;
-moz-transition: background 1.5s linear;
-o-transition: background 1.5s linear;
transition: background 1.5s linear;
}
|
webapp/src/css/index_local.css
|
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
body {
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
div {
background-color: rgba(255,255,255,0.6);
}
h1 {
font-family: 'Staatliches', sans-serif;
color: #287abe;
font-size: 5rem;
line-height: 100vh;
text-align: center;
}
p {
position: absolute;
text-align: center;
left: 50%;
-webkit-transform: translate(-50%, 0);
bottom: 35%;
font-family: 'Poppins', sans-serif;
color: #06A8FF;
font-size: 2rem;
}
.arrow{
position: absolute;
top: 83%;
left: 50%;
transform: translate(-50%,-50%);
}
.arrow span{
display: block;
width: 30px;
height: 30px;
border-bottom: 5px solid #287ABE;
border-right: 5px solid #287ABE;
transform: rotate(45deg);
margin: -10px;
animation: animate 2s infinite;
}
.arrow span:nth-child(2){
animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
animation-delay: -0.4s;
}
/*
@keyframes fadeIn2 {
0% {
background-color: rgba(0,0,0,0.25);
}
1% {
background-color: rgba(0,0,0,0.25);
}
50% {
background-color: rgba(0,0,0,1);
}
100% {
background-color: rgba(0,0,0,0.25);
}
}
@-webkit-keyframes fadeIn2 {
0% {
background-color: rgba(0,0,0,0.25);
}
1% {
background-color: rgba(0,0,0,0.25);
}
50% {
background-color: rgba(0,0,0,1);
}
}
*/
@keyframes fadeIn {
0% {
opacity: 0;
}
1% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
1% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes animate {
0%{
opacity: 0;
transform: rotate(45deg) translate(-20px,-20px);
}
50%{
opacity: 1;
}
100%{
opacity: 0;
transform: rotate(45deg) translate(20px,20px);
}
}
@keyframes animatedBackground {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
#animate-area {
background-repeat: repeat-x;
animation: fadeIn 3s ease-in-out ;
overflow: hidden; /* hide scrollbars */
opacity: 1.0;
-webkit-transition: background 1.5s linear;
-moz-transition: background 1.5s linear;
-o-transition: background 1.5s linear;
transition: background 1.5s linear;
}
| 0.361616 | 0.140631 |
html, body{
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
}
#header-wrapper {
height: 60px;
background: #fff;
z-index: 20;
position: fixed;
top:0;
left: 0;
width: 100%;
line-height: 60px;
border-bottom: 1px solid #dbdbdb;
}
#leftmenu-wrapper {
width: 250px;
height: 100vh;
position: fixed;
top:0;
left: 0;
z-index: 19;
}
#main-wrapper {
height: 100vh;
margin-left: 250px;
}
.main-playlist {
height: 100%;
}
#equaliser-wrapper {
background: #f3f3f3;
height: 40vh;
border-bottom: 1px solid #dbdbdb;
}
#list-songs-wrapper {
height: 60vh;
position: relative;
}
.header-logo {
margin-left: 10px;
width: 80px;
height: 42px;
}
#user-profile-wrapper {
display: inline-block;
}
#user-profile-wrapper {
width: 40px;
height: 40px;
border-radius: 50px;
margin-top: 10px;
line-height: 40px;
float: right;
margin-right: 10px;
}
#user-profile-wrapper img {
width: 40px;
height: 40px;
border-radius: 40px;
}
.song-list-wrapper {
border-right: 1px solid #e7e7e7;
height: 100%;
position: relative;
overflow: hidden;
}
.song-ad-wrapper{
background:url("/images/mic_img.png") no-repeat center center;
height: 100%;
}
.song-list {
padding: 0;
list-style: none;
overflow: auto;
display: inline-block;
width: 100%;
height: 100%;
}
.song-name {
display: inline-block;
margin: 0;
font-size: 14px;
line-height: 50px;
color: rgba(0,0,0,0.7);
}
.song-item {
border-bottom: 1px solid #e7e7e7;
}
.song-item article {
height: 50px;
line-height: 50px;
}
.song-action {
text-align: right;
height: 50px;
}
.song-action button {
background: #fff;
outline: none;
border: none;
font-size: 16px;
height: 50px;
line-height: 50px;
width: 50px;
padding:0;
}
.song-action button span {
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
width: 50px;
height: 50px;
display: block;
}
.song-action .upvote-icon {
background-image: url(/images/list_like.png);
}
.song-action .upvote.active .upvote-icon {
background-image: url(/images/list_like_select.png);
}
.song-action .downvote-icon {
background-image: url(/images/list_dis_like.png);
}
.song-action .downvote.active .downvote-icon {
background-image: url(/images/list_dis_like_select.png);
}
.button-divider{
width: 1px;
height: 35px;
display: inline-block;
margin-top: 8px;
vertical-align: top;
background-color: #dbdbdb;
}
.pd0 {
padding: 0;
}
.current-song-wrapper {
height: 60px;
position: absolute;
width: 100%;
background: #43248b;
bottom: 0;
}
.current-song-wrapper p {
color: #fff;
display: inline-block;
line-height: 60px;
height: 60px;
vertical-align: top;
font-size: 16px;
}
.player-control-btn {
width: 54px;
height: 54px;
margin: 4px 10px 4px 0px;
border-radius: 54px;
border: none;
outline: none;
padding: 0;
background: #fff;
}
.player-control-btn span {
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
width: 54px;
height: 54px;
display: block;
}
.player-control-btn.play .player-control-icon {
background-image: url(/images/play_ic.png);
}
.player-control-btn.pause .player-control-icon {
background-image: url(/images/pass_ic.png);
}
.player-action {
text-align: right;
height: 60px;
display: inline-block;
vertical-align: top;
line-height: 60px;
}
.player-action button {
background: #43248b;
outline: none;
border: none;
font-size: 16px;
height: 60px;
line-height: 60px;
width: 60px;
padding:0;
}
.player-action button span {
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
width: 60px;
height: 60px;
display: block;
}
.player-action .upvote-icon {
background-image: url(/images/bottom_like.png);
}
.player-action .upvote.active .upvote-icon {
background-image: url(/images/list_like_select.png);
}
.player-action .downvote-icon {
background-image: url(/images/list_dis_like.png);
}
.player-action .downvote.active .downvote-icon {
background-image: url(/images/list_dis_like_select.png);
}
#categorymodal {
z-index: 21;
width: 70vw;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
background: #fff;
border: 1px solid #ececec;
height: 60vh;
padding: 10px;
}
.overlay {
background: rgba(0,0,0,0.4);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20;
transition: 0.3s;
display: none;
}
#categorymodal h1 {
font-size: 20px;
text-align: center;
}
#categorymodal ul {
padding: 0;
list-style: none;
}
#categorymodal ul li {
display: inline-block;
margin: 5px;
}
#categorymodal button {
color: #333;
background-color: #fff;
border: 1px solid;
outline: none;
padding: 5px 10px;
border-radius: 3px;
border-color: #ccc;
}
.add-song-wrapper{
position: relative;
width: 90%;
}
.add-song-wrapper:after{
}
.add-song-wrapper img{
position: absolute;
right: 70px;
bottom: -25px;
cursor: pointer;
}
.add-song-wrapper .form-control{
padding: 9px;
position: absolute;
height: 46px;
top: -75px;
left: 10px;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.add-song-wrapper .form-control input{
border: 0;
height: 26px;
outline: none;
width: 40%;
}
.add-song-wrapper .form-control input:nth-child(1){
margin-right: 10px;
}
.add-song-wrapper .form-control button{
float: right;
margin: 2px 0 0 0;
}
.arrow_box:after, .arrow_box:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box:after {
border-color: rgba(136, 183, 213, 0);
border-top-color: #88b7d5;
border-width: 30px;
margin-left: -30px;
}
.arrow_box:before {
border-color: rgba(0, 0, 0, 0);
border-top-color: #000000;
border-width: 36px;
margin-left: -36px;
}
|
public/stylesheets/style.css
|
html, body{
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
}
#header-wrapper {
height: 60px;
background: #fff;
z-index: 20;
position: fixed;
top:0;
left: 0;
width: 100%;
line-height: 60px;
border-bottom: 1px solid #dbdbdb;
}
#leftmenu-wrapper {
width: 250px;
height: 100vh;
position: fixed;
top:0;
left: 0;
z-index: 19;
}
#main-wrapper {
height: 100vh;
margin-left: 250px;
}
.main-playlist {
height: 100%;
}
#equaliser-wrapper {
background: #f3f3f3;
height: 40vh;
border-bottom: 1px solid #dbdbdb;
}
#list-songs-wrapper {
height: 60vh;
position: relative;
}
.header-logo {
margin-left: 10px;
width: 80px;
height: 42px;
}
#user-profile-wrapper {
display: inline-block;
}
#user-profile-wrapper {
width: 40px;
height: 40px;
border-radius: 50px;
margin-top: 10px;
line-height: 40px;
float: right;
margin-right: 10px;
}
#user-profile-wrapper img {
width: 40px;
height: 40px;
border-radius: 40px;
}
.song-list-wrapper {
border-right: 1px solid #e7e7e7;
height: 100%;
position: relative;
overflow: hidden;
}
.song-ad-wrapper{
background:url("/images/mic_img.png") no-repeat center center;
height: 100%;
}
.song-list {
padding: 0;
list-style: none;
overflow: auto;
display: inline-block;
width: 100%;
height: 100%;
}
.song-name {
display: inline-block;
margin: 0;
font-size: 14px;
line-height: 50px;
color: rgba(0,0,0,0.7);
}
.song-item {
border-bottom: 1px solid #e7e7e7;
}
.song-item article {
height: 50px;
line-height: 50px;
}
.song-action {
text-align: right;
height: 50px;
}
.song-action button {
background: #fff;
outline: none;
border: none;
font-size: 16px;
height: 50px;
line-height: 50px;
width: 50px;
padding:0;
}
.song-action button span {
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
width: 50px;
height: 50px;
display: block;
}
.song-action .upvote-icon {
background-image: url(/images/list_like.png);
}
.song-action .upvote.active .upvote-icon {
background-image: url(/images/list_like_select.png);
}
.song-action .downvote-icon {
background-image: url(/images/list_dis_like.png);
}
.song-action .downvote.active .downvote-icon {
background-image: url(/images/list_dis_like_select.png);
}
.button-divider{
width: 1px;
height: 35px;
display: inline-block;
margin-top: 8px;
vertical-align: top;
background-color: #dbdbdb;
}
.pd0 {
padding: 0;
}
.current-song-wrapper {
height: 60px;
position: absolute;
width: 100%;
background: #43248b;
bottom: 0;
}
.current-song-wrapper p {
color: #fff;
display: inline-block;
line-height: 60px;
height: 60px;
vertical-align: top;
font-size: 16px;
}
.player-control-btn {
width: 54px;
height: 54px;
margin: 4px 10px 4px 0px;
border-radius: 54px;
border: none;
outline: none;
padding: 0;
background: #fff;
}
.player-control-btn span {
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
width: 54px;
height: 54px;
display: block;
}
.player-control-btn.play .player-control-icon {
background-image: url(/images/play_ic.png);
}
.player-control-btn.pause .player-control-icon {
background-image: url(/images/pass_ic.png);
}
.player-action {
text-align: right;
height: 60px;
display: inline-block;
vertical-align: top;
line-height: 60px;
}
.player-action button {
background: #43248b;
outline: none;
border: none;
font-size: 16px;
height: 60px;
line-height: 60px;
width: 60px;
padding:0;
}
.player-action button span {
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
width: 60px;
height: 60px;
display: block;
}
.player-action .upvote-icon {
background-image: url(/images/bottom_like.png);
}
.player-action .upvote.active .upvote-icon {
background-image: url(/images/list_like_select.png);
}
.player-action .downvote-icon {
background-image: url(/images/list_dis_like.png);
}
.player-action .downvote.active .downvote-icon {
background-image: url(/images/list_dis_like_select.png);
}
#categorymodal {
z-index: 21;
width: 70vw;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
background: #fff;
border: 1px solid #ececec;
height: 60vh;
padding: 10px;
}
.overlay {
background: rgba(0,0,0,0.4);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20;
transition: 0.3s;
display: none;
}
#categorymodal h1 {
font-size: 20px;
text-align: center;
}
#categorymodal ul {
padding: 0;
list-style: none;
}
#categorymodal ul li {
display: inline-block;
margin: 5px;
}
#categorymodal button {
color: #333;
background-color: #fff;
border: 1px solid;
outline: none;
padding: 5px 10px;
border-radius: 3px;
border-color: #ccc;
}
.add-song-wrapper{
position: relative;
width: 90%;
}
.add-song-wrapper:after{
}
.add-song-wrapper img{
position: absolute;
right: 70px;
bottom: -25px;
cursor: pointer;
}
.add-song-wrapper .form-control{
padding: 9px;
position: absolute;
height: 46px;
top: -75px;
left: 10px;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.add-song-wrapper .form-control input{
border: 0;
height: 26px;
outline: none;
width: 40%;
}
.add-song-wrapper .form-control input:nth-child(1){
margin-right: 10px;
}
.add-song-wrapper .form-control button{
float: right;
margin: 2px 0 0 0;
}
.arrow_box:after, .arrow_box:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box:after {
border-color: rgba(136, 183, 213, 0);
border-top-color: #88b7d5;
border-width: 30px;
margin-left: -30px;
}
.arrow_box:before {
border-color: rgba(0, 0, 0, 0);
border-top-color: #000000;
border-width: 36px;
margin-left: -36px;
}
| 0.387459 | 0.059894 |
html,body{
margin: 0;
padding: 0;
}
/* 字体 */
@font-face{
font-family: borderland;
src: url(../fonts/countachweb-italic.woff);
}
/* 标题 */
h1,h2,h3,h4,h5,h6{
margin: 0;
font-weight: 400;
color: #ffea02;
font-family: borderland,sans-serif;
text-transform: uppercase;
line-height: .95;
}
/* 列表 */
ul{
margin: 0;
padding: 0;
list-style: none;
}
/* a标签 */
a{
text-decoration:none;
}
/* 文字阴影 */
.text-shadow{
text-shadow: -3px 3px 6px rgba(4,226,255,.5) , -2px 2px 1px #000;
}
/* 按钮 */
.btn{
float: left;
overflow: hidden;
cursor: pointer;
}
.btn-rl{
float: left;
background-repeat: no-repeat;
}
.btn-center{
float: left;
font-size: 20px;
font-family: borderland,sans-serif;
background-size: 100% 100%;
text-align: center;
}
/* p标签 */
p{
margin: 0;
}
.yya{
position: fixed;
top: 0;
}
.sildeUp{
top: 0px;
}
.sildeDown{
top: -72px;
}
/* 导航 */
.nav{
width: 100%;
height: 72px;
box-sizing: border-box;
z-index: 99;
transition: all 0.5s;
}
.nav-content{
position: absolute;
top: 0px;
width: auto;
height: 52px;
margin: 0 160px;
box-sizing: border-box;
}
.nav-logo{
float: left;
width: 150px;
height: 43px;
margin: 4px 35px 0 20px;
}
/* 导航栏左 */
.nav-list-left{
float: left;
width: 560px;
height: 22px;
margin: 15px 0 15px;
padding-right: 20px;
}
.nav-item{
position: relative;
float: left;
max-width: 95px;
height: 38px;
padding-right: 35px;
cursor: pointer;
}
.list-linkone{
color: #fff;
transition: all 0.6s;
}
.nav-item:hover .list-linkone{
color: #ffea02;
}
.nav-item:hover span{
color: #ffea02;
}
.nav-item:hover div{
background-position: -481px -91px;
}
.nav-item span{
color: #fff;
font-size: 19px;
}
.shift{
float: left;
display: block;
width: 78px;
height: 14px;
margin-top: 5px;
background: url(../images/index/sprite-ui-1x.png) no-repeat center;
background-position: -230px -300px;
/* 鼠标移入后的坐标 */
/* background-position: -150px -300px; */
}
.shift-nosee{
float: left;
display: none;
width: 78px;
height: 14px;
margin-top: 5px;
background: url(../images/index/sprite-ui-1x.png) no-repeat center;
background-position: -150px -300px;
}
.nav-item div{
float: right;
width: 10px;
height: 8px;
margin-top:8px;
margin-left: 5px;
background: url(../images/index/sprite-ui-1x.png) no-repeat center;
background-position: -425px -101px;
}
.nav-logo a{
height: 100%;
display: block;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: -344px 0;
}
.nav-item-list{
position: absolute;
top: 35px;
left: -17px;
width: 0px;
height: 0px;
background-color: rgba(0,0,0,0.7);
display: none;
z-index: 100;
/* 切角 */
clip-path: polygon(0px 0, calc(100%) 0, 100% 20px,
100% calc(100% - 20px), calc(100% - 20px) 100%,
20px 100%, 0 calc(100%), 0 20px);
}
.long{
width: 140px;
}
.nav-item-list li{
position: relative;
left: 10px;
width: auto;
height: 34px;
display: none;
font-size: 18px;
padding: 0 15px 10px 15px;
}
.nav-item-list li a{
color: #fff;
transition: all 0.6s;
}
.nav-item-list li:hover a{
color: #ffea02;
}
/* 导航栏右 */
.nav-list-right{
position: relative;
float: left;
width: 414px;
height: 30px;
margin-top: 12px;
}
.nav-list-right .nav-item{
float: right;
margin: 0;
width: 34px;
padding-right: 0;
}
.nav-list-right .nav-item div{
margin-left: 0;
}
.language{
float: left;
display: block;
width: 19px;
height: 18px;
margin-top: 5px;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: -317px -392px;
/* 鼠标移入后的样式 */
/* background-position: -297px -392px; */
}
.language-nosee{
float: left;
display: none;
width: 19px;
height: 18px;
margin-top: 5px;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: -296px -392px;
}
.nav-list-right .nav-item-list{
font-family: borderland;
min-width: 110px;
}
.nav-button{
position: absolute;
top: 0px;
left: 228px;
width: 120px;
height: 100%;
margin-right: 30px;
transition: all 0.5s;
}
.nav-button:hover{
top: -3px;
}
.nav-button-left{
width: 11px;
height: 100%;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: -481px -44px;
}
.nav-button-center{
width: 96px;
height: 100%;
line-height: 30px;
font-size: 19px;
background-image: url(../images/index/button-yellow-sm-m.webp);
color: #000000;
}
.nav-button-right{
width: 11px;
height: 100%;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: -480px -237px;
}
/* 订阅 */
.subscription{
position: absolute;
bottom: 0;
width: 100%;
height: 400px;
overflow: hidden;
}
.subscription-content{
position: absolute;
bottom: 0;
width: 100%;
height: 270px;
padding: 35px 0;
}
.subscription-content-container{
width: 1040px;
height: 264px;
padding: 0 80px;
margin: 0 160px;
}
.px-ly{
width: 940px;
height: 264px;
padding: 0 50px;
}
.px-ly h3{
margin-top: 5px;
color: #fff;
text-align: center;
font-size: 42px;
}
.px-ly p{
margin-top: 15px;
color: #fff;
text-align: center;
font-size: 16px;
}
.px-ly-center{
width: 100%;
height: 57px;
margin-top: 20px;
}
.subscription-button{
position: relative;
top: 0;
float: left;
width: 222px;
height: 100%;
/* padding: 0 20px; */
transition: all 0.7s;
transform: translateX(163%);
}
.subscription-button:hover{
top: -5px;
}
.subscription-btn-left{
width: 28px;
height: 100%;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: 0 -329px;
}
.subscription-btn-center{
width: 165px;
height: 61px;
font-size: 20px;
color: #fff;
line-height: 58px;
font-family: borderlands,sans-serif;
background-image: url(../images/index/button-stroke-m.webp);
/* color: #009cf7; */
}
.subscription-btn-right{
width: 28px;
height: 100%;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: -30px -329px;
}
.px-ly-down{
width: 100%;
height: 71px;
margin-top: 35px;
}
.px-ly-down-text{
width: 100%;
height: 25px;
padding-bottom: 5px;
color: #fff;
font-size: 17px;
font-family: borderlands,sans-serif;
text-align: center;
}
.px-ly-down-icon{
position: relative;
top: 0;
display: inline-block;
margin: 10px 10px 0 0;
width: 34px;
height: 34px;
transition: all 0.7s;
transform: translateX(1021%);
opacity: 0.5;
}
.px-ly-down-icon span{
float: left;
display: block;
width: 34px;
height: 34px;
background-image: url(../images/index/sprite-ui-1x.png);
}
.px-ly-down-icon:nth-child(2) span{
background-position: -36px -392px;
}
.px-ly-down-icon:nth-child(3) span{
background-position: -144px -392px;
}
.px-ly-down-icon:nth-child(4) span{
background-position: -180px -392px;
}
.px-ly-down-icon:nth-child(5) span{
background-position: 0 -392px;
}
.px-ly-down-icon:nth-child(6) span{
background-position: -72px -392px;
}
.px-ly-down-icon:hover{
top: -5px;
opacity: 1;
}
/* 尾部 */
footer{
float: left;
width: 100%;
height: 268px;
background-color: #000;
}
.footer-content{
width: 1180px;
height: 116px;
padding: 35px 10px;
margin: 0 160px;
}
.footer-content-img{
float: left;
width: 200px;
height: 115px;
padding-right: 35px;
}
.footer-content-img img{
width: 200px;
height: 95px;
}
.footer-content-text{
float: left;
width: 945px;
height: 116px;
}
.footer-link{
display: block;
float: left;
font-size: 12px;
font-family: inherit;
font-weight: 700;
color: #ffea02;
}
.footer-content-text span{
display: block;
float: left;
margin: 0 5px;
font-size: 12px;
color: #ffea02;
}
.footer-content-smalltt{
float: left;
width: 100%;
height: 86px;
margin-top: 15px;
font-size: 9px;
color: #fff;
}
#click-here{
color: #fff;
font-size: 9px;
}
.brand{
float: left;
height: 47px;
padding: 0 454px 35px;
}
.brand-icon{
float: left;
margin-right: 20px;
text-align: center;
}
.lg{
margin-top: 10px;
}
|
css/nf.css
|
html,body{
margin: 0;
padding: 0;
}
/* 字体 */
@font-face{
font-family: borderland;
src: url(../fonts/countachweb-italic.woff);
}
/* 标题 */
h1,h2,h3,h4,h5,h6{
margin: 0;
font-weight: 400;
color: #ffea02;
font-family: borderland,sans-serif;
text-transform: uppercase;
line-height: .95;
}
/* 列表 */
ul{
margin: 0;
padding: 0;
list-style: none;
}
/* a标签 */
a{
text-decoration:none;
}
/* 文字阴影 */
.text-shadow{
text-shadow: -3px 3px 6px rgba(4,226,255,.5) , -2px 2px 1px #000;
}
/* 按钮 */
.btn{
float: left;
overflow: hidden;
cursor: pointer;
}
.btn-rl{
float: left;
background-repeat: no-repeat;
}
.btn-center{
float: left;
font-size: 20px;
font-family: borderland,sans-serif;
background-size: 100% 100%;
text-align: center;
}
/* p标签 */
p{
margin: 0;
}
.yya{
position: fixed;
top: 0;
}
.sildeUp{
top: 0px;
}
.sildeDown{
top: -72px;
}
/* 导航 */
.nav{
width: 100%;
height: 72px;
box-sizing: border-box;
z-index: 99;
transition: all 0.5s;
}
.nav-content{
position: absolute;
top: 0px;
width: auto;
height: 52px;
margin: 0 160px;
box-sizing: border-box;
}
.nav-logo{
float: left;
width: 150px;
height: 43px;
margin: 4px 35px 0 20px;
}
/* 导航栏左 */
.nav-list-left{
float: left;
width: 560px;
height: 22px;
margin: 15px 0 15px;
padding-right: 20px;
}
.nav-item{
position: relative;
float: left;
max-width: 95px;
height: 38px;
padding-right: 35px;
cursor: pointer;
}
.list-linkone{
color: #fff;
transition: all 0.6s;
}
.nav-item:hover .list-linkone{
color: #ffea02;
}
.nav-item:hover span{
color: #ffea02;
}
.nav-item:hover div{
background-position: -481px -91px;
}
.nav-item span{
color: #fff;
font-size: 19px;
}
.shift{
float: left;
display: block;
width: 78px;
height: 14px;
margin-top: 5px;
background: url(../images/index/sprite-ui-1x.png) no-repeat center;
background-position: -230px -300px;
/* 鼠标移入后的坐标 */
/* background-position: -150px -300px; */
}
.shift-nosee{
float: left;
display: none;
width: 78px;
height: 14px;
margin-top: 5px;
background: url(../images/index/sprite-ui-1x.png) no-repeat center;
background-position: -150px -300px;
}
.nav-item div{
float: right;
width: 10px;
height: 8px;
margin-top:8px;
margin-left: 5px;
background: url(../images/index/sprite-ui-1x.png) no-repeat center;
background-position: -425px -101px;
}
.nav-logo a{
height: 100%;
display: block;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: -344px 0;
}
.nav-item-list{
position: absolute;
top: 35px;
left: -17px;
width: 0px;
height: 0px;
background-color: rgba(0,0,0,0.7);
display: none;
z-index: 100;
/* 切角 */
clip-path: polygon(0px 0, calc(100%) 0, 100% 20px,
100% calc(100% - 20px), calc(100% - 20px) 100%,
20px 100%, 0 calc(100%), 0 20px);
}
.long{
width: 140px;
}
.nav-item-list li{
position: relative;
left: 10px;
width: auto;
height: 34px;
display: none;
font-size: 18px;
padding: 0 15px 10px 15px;
}
.nav-item-list li a{
color: #fff;
transition: all 0.6s;
}
.nav-item-list li:hover a{
color: #ffea02;
}
/* 导航栏右 */
.nav-list-right{
position: relative;
float: left;
width: 414px;
height: 30px;
margin-top: 12px;
}
.nav-list-right .nav-item{
float: right;
margin: 0;
width: 34px;
padding-right: 0;
}
.nav-list-right .nav-item div{
margin-left: 0;
}
.language{
float: left;
display: block;
width: 19px;
height: 18px;
margin-top: 5px;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: -317px -392px;
/* 鼠标移入后的样式 */
/* background-position: -297px -392px; */
}
.language-nosee{
float: left;
display: none;
width: 19px;
height: 18px;
margin-top: 5px;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: -296px -392px;
}
.nav-list-right .nav-item-list{
font-family: borderland;
min-width: 110px;
}
.nav-button{
position: absolute;
top: 0px;
left: 228px;
width: 120px;
height: 100%;
margin-right: 30px;
transition: all 0.5s;
}
.nav-button:hover{
top: -3px;
}
.nav-button-left{
width: 11px;
height: 100%;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: -481px -44px;
}
.nav-button-center{
width: 96px;
height: 100%;
line-height: 30px;
font-size: 19px;
background-image: url(../images/index/button-yellow-sm-m.webp);
color: #000000;
}
.nav-button-right{
width: 11px;
height: 100%;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: -480px -237px;
}
/* 订阅 */
.subscription{
position: absolute;
bottom: 0;
width: 100%;
height: 400px;
overflow: hidden;
}
.subscription-content{
position: absolute;
bottom: 0;
width: 100%;
height: 270px;
padding: 35px 0;
}
.subscription-content-container{
width: 1040px;
height: 264px;
padding: 0 80px;
margin: 0 160px;
}
.px-ly{
width: 940px;
height: 264px;
padding: 0 50px;
}
.px-ly h3{
margin-top: 5px;
color: #fff;
text-align: center;
font-size: 42px;
}
.px-ly p{
margin-top: 15px;
color: #fff;
text-align: center;
font-size: 16px;
}
.px-ly-center{
width: 100%;
height: 57px;
margin-top: 20px;
}
.subscription-button{
position: relative;
top: 0;
float: left;
width: 222px;
height: 100%;
/* padding: 0 20px; */
transition: all 0.7s;
transform: translateX(163%);
}
.subscription-button:hover{
top: -5px;
}
.subscription-btn-left{
width: 28px;
height: 100%;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: 0 -329px;
}
.subscription-btn-center{
width: 165px;
height: 61px;
font-size: 20px;
color: #fff;
line-height: 58px;
font-family: borderlands,sans-serif;
background-image: url(../images/index/button-stroke-m.webp);
/* color: #009cf7; */
}
.subscription-btn-right{
width: 28px;
height: 100%;
background-image: url(../images/index/sprite-ui-1x.png);
background-position: -30px -329px;
}
.px-ly-down{
width: 100%;
height: 71px;
margin-top: 35px;
}
.px-ly-down-text{
width: 100%;
height: 25px;
padding-bottom: 5px;
color: #fff;
font-size: 17px;
font-family: borderlands,sans-serif;
text-align: center;
}
.px-ly-down-icon{
position: relative;
top: 0;
display: inline-block;
margin: 10px 10px 0 0;
width: 34px;
height: 34px;
transition: all 0.7s;
transform: translateX(1021%);
opacity: 0.5;
}
.px-ly-down-icon span{
float: left;
display: block;
width: 34px;
height: 34px;
background-image: url(../images/index/sprite-ui-1x.png);
}
.px-ly-down-icon:nth-child(2) span{
background-position: -36px -392px;
}
.px-ly-down-icon:nth-child(3) span{
background-position: -144px -392px;
}
.px-ly-down-icon:nth-child(4) span{
background-position: -180px -392px;
}
.px-ly-down-icon:nth-child(5) span{
background-position: 0 -392px;
}
.px-ly-down-icon:nth-child(6) span{
background-position: -72px -392px;
}
.px-ly-down-icon:hover{
top: -5px;
opacity: 1;
}
/* 尾部 */
footer{
float: left;
width: 100%;
height: 268px;
background-color: #000;
}
.footer-content{
width: 1180px;
height: 116px;
padding: 35px 10px;
margin: 0 160px;
}
.footer-content-img{
float: left;
width: 200px;
height: 115px;
padding-right: 35px;
}
.footer-content-img img{
width: 200px;
height: 95px;
}
.footer-content-text{
float: left;
width: 945px;
height: 116px;
}
.footer-link{
display: block;
float: left;
font-size: 12px;
font-family: inherit;
font-weight: 700;
color: #ffea02;
}
.footer-content-text span{
display: block;
float: left;
margin: 0 5px;
font-size: 12px;
color: #ffea02;
}
.footer-content-smalltt{
float: left;
width: 100%;
height: 86px;
margin-top: 15px;
font-size: 9px;
color: #fff;
}
#click-here{
color: #fff;
font-size: 9px;
}
.brand{
float: left;
height: 47px;
padding: 0 454px 35px;
}
.brand-icon{
float: left;
margin-right: 20px;
text-align: center;
}
.lg{
margin-top: 10px;
}
| 0.301156 | 0.051893 |
html, body {
text-align: left;
padding: 0;
margin: 0;
height: 100%;
overflow: hidden;
}
body {
font: normal 12px/1.5 Tahoma,sans-serif;
}
*::-moz-selection { background: #1179e5; color: #fff; }
::selection { background: #1179e5; color: #fff; }
#kendo-themebuilder .styling-options {
width: auto;
}
#kendo-themebuilder .styling-options {
padding: .4em;
}
#kendo-themebuilder label {
display: inline-block;
width: 50%;
padding-left: 4%;
text-align: left;
color: #444;
}
#stylable-elements,
#kendo-themebuilder .k-style-apply {
margin: .6em 0 0;
}
#kendo-themebuilder .k-color-preview,
#kendo-themebuilder .k-colorinput .k-i-arrow-s,
#kendo-themebuilder .k-colorinput .k-i-arrow-60-down {
border: 1px solid rgba(0,0,0,.5);
background-image: none;
border-radius: 50%;
}
#kendo-themebuilder .k-colorinput .k-i-arrow-s::before,
#kendo-themebuilder .k-colorinput .k-i-arrow-60-down::before {
content: "";
}
.k-color-preview,
.ktb-texture-preview {
opacity: 1;
border-radius: 50%;
float: left;
margin: 1px 0 0 1px;
}
.k-color-preview {
background-image: none;
}
#kendo-themebuilder .k-icon {
opacity: 1;
}
.ktb-texture-preview {
width: 19px;
height: 19px;
}
.ktb-small-items .k-list {
text-align: center;
}
.ktb-small-items .k-list .k-item {
width: 19px;
height: 19px;
overflow: hidden;
display: inline-block;
text-align: center;
padding: 1px;
border-width: 0;
}
.ktb-small-items .k-list .k-state-hover,
.ktb-small-items .k-list .k-state-focused,
.ktb-small-items .k-list .k-state-selected {
padding: 1px;
}
#kendo-themebuilder div.k-colorinput,
#kendo-themebuilder .k-gradient-editor,
#kendo-themebuilder .k-numerictextbox,
#kendo-themebuilder .k-combobox,
#kendo-themebuilder .k-dropdown,
#kendo-themebuilder .k-shadowinput {
width: 100px;
margin-bottom: 5px;
}
.k-colorinput .k-i-arrow-s {
margin-top: -1px;
}
.k-colorinput .k-input,
.k-color-name,
textarea {
font: 12px Consolas, Courier, monospace;
}
.ktb-view {
color: #fff;
display: none;
background-color: #e2e4e7;
}
#editing-interface {
display: block;
}
.ktb-view,
.ktb-overlay,
.ktb-content{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ktb-view > .k-button {
margin-right: .6em;
}
.ktb-content {
overflow: scroll;
overflow-x: hidden;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.ktb-overlay {
display: none;
position: absolute;
z-index: 2;
}
.ktb-overlay .ktb-content {
overflow: hidden;
}
.ktb-overlay textarea {
color: #fff;
background-color: #e2e4e7;
border: 0;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
resize: none;
outline: none;
}
.k-gradient-editor {
display: inline-block;
border-width: 0;
}
#docs-link {
color: #19a3ee;
float: right;
}
#docs-link:hover {
color: #39c3fe;
}
.ktb-action-import {
float: right;
}
.suite-list {
list-style: none;
text-align: center;
padding: 0;
margin: 1em 0;
}
.suite-list li {
display: inline-block;
margin: 0 .5em;
}
|
cmd/static/kendo/examples/content/themebuilder/styles/styles.css
|
html, body {
text-align: left;
padding: 0;
margin: 0;
height: 100%;
overflow: hidden;
}
body {
font: normal 12px/1.5 Tahoma,sans-serif;
}
*::-moz-selection { background: #1179e5; color: #fff; }
::selection { background: #1179e5; color: #fff; }
#kendo-themebuilder .styling-options {
width: auto;
}
#kendo-themebuilder .styling-options {
padding: .4em;
}
#kendo-themebuilder label {
display: inline-block;
width: 50%;
padding-left: 4%;
text-align: left;
color: #444;
}
#stylable-elements,
#kendo-themebuilder .k-style-apply {
margin: .6em 0 0;
}
#kendo-themebuilder .k-color-preview,
#kendo-themebuilder .k-colorinput .k-i-arrow-s,
#kendo-themebuilder .k-colorinput .k-i-arrow-60-down {
border: 1px solid rgba(0,0,0,.5);
background-image: none;
border-radius: 50%;
}
#kendo-themebuilder .k-colorinput .k-i-arrow-s::before,
#kendo-themebuilder .k-colorinput .k-i-arrow-60-down::before {
content: "";
}
.k-color-preview,
.ktb-texture-preview {
opacity: 1;
border-radius: 50%;
float: left;
margin: 1px 0 0 1px;
}
.k-color-preview {
background-image: none;
}
#kendo-themebuilder .k-icon {
opacity: 1;
}
.ktb-texture-preview {
width: 19px;
height: 19px;
}
.ktb-small-items .k-list {
text-align: center;
}
.ktb-small-items .k-list .k-item {
width: 19px;
height: 19px;
overflow: hidden;
display: inline-block;
text-align: center;
padding: 1px;
border-width: 0;
}
.ktb-small-items .k-list .k-state-hover,
.ktb-small-items .k-list .k-state-focused,
.ktb-small-items .k-list .k-state-selected {
padding: 1px;
}
#kendo-themebuilder div.k-colorinput,
#kendo-themebuilder .k-gradient-editor,
#kendo-themebuilder .k-numerictextbox,
#kendo-themebuilder .k-combobox,
#kendo-themebuilder .k-dropdown,
#kendo-themebuilder .k-shadowinput {
width: 100px;
margin-bottom: 5px;
}
.k-colorinput .k-i-arrow-s {
margin-top: -1px;
}
.k-colorinput .k-input,
.k-color-name,
textarea {
font: 12px Consolas, Courier, monospace;
}
.ktb-view {
color: #fff;
display: none;
background-color: #e2e4e7;
}
#editing-interface {
display: block;
}
.ktb-view,
.ktb-overlay,
.ktb-content{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ktb-view > .k-button {
margin-right: .6em;
}
.ktb-content {
overflow: scroll;
overflow-x: hidden;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.ktb-overlay {
display: none;
position: absolute;
z-index: 2;
}
.ktb-overlay .ktb-content {
overflow: hidden;
}
.ktb-overlay textarea {
color: #fff;
background-color: #e2e4e7;
border: 0;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
resize: none;
outline: none;
}
.k-gradient-editor {
display: inline-block;
border-width: 0;
}
#docs-link {
color: #19a3ee;
float: right;
}
#docs-link:hover {
color: #39c3fe;
}
.ktb-action-import {
float: right;
}
.suite-list {
list-style: none;
text-align: center;
padding: 0;
margin: 1em 0;
}
.suite-list li {
display: inline-block;
margin: 0 .5em;
}
| 0.594904 | 0.08196 |
@charset "utf-8";
/* CSS Document */
body{
padding: 25px;
}
/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
background: #990000;
padding: 0px;
height: 74px;
background: url(../images/nav-bg.jpg);
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}
/*^'^ Primary Items ^'^*/
#nav-container a{
padding:7px 17px 7px 18px;
margin: 10px 0px 0px 0px;
color: #FFFFFF;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: url(../images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: top;
}
#nav-container a:hover{
color: #6C3600;
background: url(../images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: center;
}
/*^'^ Secondary Items Container ^'^*/
#nav-container div, #nav-container ul{
padding:10px 4px 10px 4px;
margin:0px 0px 0px 0px;
background: url(../images/item-secondary-container-bg.jpg);
background-repeat: repeat-x;
background-color: #FF9900;
border-bottom: 1px solid #CA6500;
}
/*^'^ Secondary Items ^'^*/
#nav-container div a, #nav-container ul a{
padding:3px 10px 3px 6px;
background-color: #FFFFFF;
background: url(../images/item-secondary-bg.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:11px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 149px;
}
/*^'^ Secondary Items Hover State ^'^*/
#nav-container div a:hover, #nav-container ul a:hover{
background-color: #FFFFFF;
background: url(../images/item-secondary-bg.jpg);
background-repeat: no-repeat;
color:#CC0000;
}
/*^'^ Secondary Item Titles ^'^*/
#nav-container .item-secondary-title{
cursor:default;
padding:4px 0px 3px 7px;
color: #6C3600;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
/* background: url(../images/item-secondary-title-bg.jpg); */
background-repeat: no-repeat;
font-weight:bold;
}
/*^'^ Horizontal Dividers ^'^*/
#nav-container .divider-horiz{
border-top-width:1px;
margin:5px 5px;
border-color: #C16100;
}
/*^'^ Vertical Dividers ^'^*/
#nav-container .divider-vert{
border-left-width:1px;
height:15px;
margin:4px 2px 0px 2px;
border-color:#AAAAAA;
}
|
ClientGeneAnalisys/WebContent/css/menu.css
|
@charset "utf-8";
/* CSS Document */
body{
padding: 25px;
}
/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
background: #990000;
padding: 0px;
height: 74px;
background: url(../images/nav-bg.jpg);
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}
/*^'^ Primary Items ^'^*/
#nav-container a{
padding:7px 17px 7px 18px;
margin: 10px 0px 0px 0px;
color: #FFFFFF;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: url(../images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: top;
}
#nav-container a:hover{
color: #6C3600;
background: url(../images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: center;
}
/*^'^ Secondary Items Container ^'^*/
#nav-container div, #nav-container ul{
padding:10px 4px 10px 4px;
margin:0px 0px 0px 0px;
background: url(../images/item-secondary-container-bg.jpg);
background-repeat: repeat-x;
background-color: #FF9900;
border-bottom: 1px solid #CA6500;
}
/*^'^ Secondary Items ^'^*/
#nav-container div a, #nav-container ul a{
padding:3px 10px 3px 6px;
background-color: #FFFFFF;
background: url(../images/item-secondary-bg.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:11px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 149px;
}
/*^'^ Secondary Items Hover State ^'^*/
#nav-container div a:hover, #nav-container ul a:hover{
background-color: #FFFFFF;
background: url(../images/item-secondary-bg.jpg);
background-repeat: no-repeat;
color:#CC0000;
}
/*^'^ Secondary Item Titles ^'^*/
#nav-container .item-secondary-title{
cursor:default;
padding:4px 0px 3px 7px;
color: #6C3600;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
/* background: url(../images/item-secondary-title-bg.jpg); */
background-repeat: no-repeat;
font-weight:bold;
}
/*^'^ Horizontal Dividers ^'^*/
#nav-container .divider-horiz{
border-top-width:1px;
margin:5px 5px;
border-color: #C16100;
}
/*^'^ Vertical Dividers ^'^*/
#nav-container .divider-vert{
border-left-width:1px;
height:15px;
margin:4px 2px 0px 2px;
border-color:#AAAAAA;
}
| 0.190536 | 0.039085 |
@charset "UTF-8";
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #4d4d4d;
/*background-color:#eaeaea;*/
background-color: #fff;
}
ul {
padding: 0px;
margin: 0px;
outline: 0
}
a:-webkit-any-link {
text-decoration: none;
}
ul.ui-autocomplete {
margin: 0px;
padding: 3px;
list-style: none;
max-width: 200px;
background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
}
ul.ui-autocomplete li {
border-bottom: solid 1px #f0f0f0;
padding: 6px;
}
ul.ui-autocomplete li:last-child {
border: none;
}
ul.ui-autocomplete li.ui-state-focus {
background-color: #fff;
}
#content {
padding-top: 60px;
padding-bottom: 60px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
display: block;
}
label {
font-size: 13px;
color: #777;
font-weight: normal
}
.form-group .col-label, .form-group .col-input {
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
width: 100%;
}
@media screen and (min-width: 1200px) {
.form-group .col-input {
width: 75%;
}
.form-group .col-label {
width: 25%;
}
}
@media (min-width: 992px) {
.form-group .col-input {
width: 75%;
}
.form-group .col-label {
width: 25%;
}
}
@media (min-width: 768px) {
.form-group .col-input {
width: 75%;
}
.form-group .col-label {
width: 25%;
}
}
.hl-top-menu-wrap {
box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
background: #FFF none repeat scroll 0 0;
}
.container960 {
padding: 0px;
margin: 0 auto;
}
@media (min-width: 960px) {
.container960 {
width: 960px
}
}
@media (max-width: 768px) {
.container960 {
width: 100%;
}
}
.container1080 {
padding: 0px;
margin: 0 auto;
max-width: 1080px;
}
.container960 .navbar-brand {
padding-left: 0px;
padding-right: 0px;
}
.navbar-default {
background-color: #ed3239;
border-color: #e9141c;
}
.navbar-default {
border-bottom: 1px solid #9d181c;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
color: #eee;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
color: #fff;
background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
color: #eee;
}
.navbar-nav > li > a {
text-transform: uppercase;
line-height: 50px;
margin: 0;
}
.dropdown-menu.login-form {
padding: 15px;
width: 260px;
}
#ajax-login #ajax-login-header {
font-size: 16px;
line-height: 1.5;
}
#ajax-login #fb_login_form {
padding: 10px 0;
border-bottom: 1px dashed #ccc;
margin-bottom: 10px;
}
#ajax-login a {
font-size: 13px;
text-shadow: none !important;
}
#ajax-login .ajax-login-footer {
border-top: 1px dashed #ccc;
margin: 15px 0px 0px;
padding: 10px 0px 0px;
}
#ajax-login a.small {
color: #333;
margin-top: 4px;
}
a.facebookConnectionButton, a.facebookConnectionButton:hover, a.facebookConnectionButton:focus {
text-decoration: none;
}
.facebookLoginButton {
background: #4164a3 url("") no-repeat left center;
border-radius: 4px;
text-align: center;
color: #fff;
cursor: pointer;
display: block;
font-size: 14px;
line-height: 32px;
height: 32px;
text-shadow: rgba(0, 0, 0, 0.5) 0 -1px;
-webkit-text-stroke: 1px transparent;
}
.col-checkbox {
width: 20px;
height: 20px;
margin-top: 6px !important;
}
.navbar a.dropdown-toggle.profile-link {
overflow: hidden;
padding: 4px 8px 7px 8px;
font-size: 12px;
}
.profile-icon {
background-color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 45px;
height: 45px
}
.Mg0 {
margin: 0px;
}
|
public/resources/funny/base/css/style.css
|
@charset "UTF-8";
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #4d4d4d;
/*background-color:#eaeaea;*/
background-color: #fff;
}
ul {
padding: 0px;
margin: 0px;
outline: 0
}
a:-webkit-any-link {
text-decoration: none;
}
ul.ui-autocomplete {
margin: 0px;
padding: 3px;
list-style: none;
max-width: 200px;
background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
}
ul.ui-autocomplete li {
border-bottom: solid 1px #f0f0f0;
padding: 6px;
}
ul.ui-autocomplete li:last-child {
border: none;
}
ul.ui-autocomplete li.ui-state-focus {
background-color: #fff;
}
#content {
padding-top: 60px;
padding-bottom: 60px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
display: block;
}
label {
font-size: 13px;
color: #777;
font-weight: normal
}
.form-group .col-label, .form-group .col-input {
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
width: 100%;
}
@media screen and (min-width: 1200px) {
.form-group .col-input {
width: 75%;
}
.form-group .col-label {
width: 25%;
}
}
@media (min-width: 992px) {
.form-group .col-input {
width: 75%;
}
.form-group .col-label {
width: 25%;
}
}
@media (min-width: 768px) {
.form-group .col-input {
width: 75%;
}
.form-group .col-label {
width: 25%;
}
}
.hl-top-menu-wrap {
box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
background: #FFF none repeat scroll 0 0;
}
.container960 {
padding: 0px;
margin: 0 auto;
}
@media (min-width: 960px) {
.container960 {
width: 960px
}
}
@media (max-width: 768px) {
.container960 {
width: 100%;
}
}
.container1080 {
padding: 0px;
margin: 0 auto;
max-width: 1080px;
}
.container960 .navbar-brand {
padding-left: 0px;
padding-right: 0px;
}
.navbar-default {
background-color: #ed3239;
border-color: #e9141c;
}
.navbar-default {
border-bottom: 1px solid #9d181c;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
color: #eee;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
color: #fff;
background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
color: #eee;
}
.navbar-nav > li > a {
text-transform: uppercase;
line-height: 50px;
margin: 0;
}
.dropdown-menu.login-form {
padding: 15px;
width: 260px;
}
#ajax-login #ajax-login-header {
font-size: 16px;
line-height: 1.5;
}
#ajax-login #fb_login_form {
padding: 10px 0;
border-bottom: 1px dashed #ccc;
margin-bottom: 10px;
}
#ajax-login a {
font-size: 13px;
text-shadow: none !important;
}
#ajax-login .ajax-login-footer {
border-top: 1px dashed #ccc;
margin: 15px 0px 0px;
padding: 10px 0px 0px;
}
#ajax-login a.small {
color: #333;
margin-top: 4px;
}
a.facebookConnectionButton, a.facebookConnectionButton:hover, a.facebookConnectionButton:focus {
text-decoration: none;
}
.facebookLoginButton {
background: #4164a3 url("") no-repeat left center;
border-radius: 4px;
text-align: center;
color: #fff;
cursor: pointer;
display: block;
font-size: 14px;
line-height: 32px;
height: 32px;
text-shadow: rgba(0, 0, 0, 0.5) 0 -1px;
-webkit-text-stroke: 1px transparent;
}
.col-checkbox {
width: 20px;
height: 20px;
margin-top: 6px !important;
}
.navbar a.dropdown-toggle.profile-link {
overflow: hidden;
padding: 4px 8px 7px 8px;
font-size: 12px;
}
.profile-icon {
background-color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 45px;
height: 45px
}
.Mg0 {
margin: 0px;
}
| 0.334698 | 0.072768 |
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
.img-logo {
height: 100%;
}
.underline {
text-decoration: underline;
}
#logo-container {
line-height: 64px;
height: 64px;
}
.btn_search {
vertical-align: bottom;
margin-left: 1.5rem;
margin-top: 1.34rem;
height: 2.75rem;
}
.collection-item {
color: rgba(0, 0, 0, 0.87) !important;
cursor: default;
}
ul.laws li {
list-style-type: disc;
}
ul.laws {
margin-left: 20px;
}
.active_komitet_row {
border: 0 solid red !important;
border-radius: 5px;
}
.tabs li:first-child{
margin-left: 0px !important;
}
.tabs li {
margin-left: 5px !important;
}
.tabs li a {
color: #fff !important;
background-color: #ff9800;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border: 2px solid #ff9800;
font-size: 0.9rem !important;
line-height: 1rem !important;
border-bottom: none;
padding: 0.1rem !important;
overflow: visible !important;
white-space: normal !important;
text-transform: none !important;
letter-spacing: 1px !important;
}
.tabs li, .tabs-wrapper1, .tabs {
overflow: visible !important;
}
.tabs li a.active {
border-bottom-left-radius: 1px;
border-bottom-right-radius: 1px;
height: 105%;
color: #ff9800 !important;
background-color: #fff;
border-top: 2px solid #ff9800;
border-bottom: none;
z-index: 10000000;
}
.tabs .indicator {
background: none;
}
.myTab {
margin-left: 11px !important;
margin-right: 11px !important;
padding: 1rem !important;
border: 2px solid #ff9800;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
width: 100% !important;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
.page-wrapper {
min-height: 100%;
margin-bottom: -190px;
overflow: auto;
}
* html .page-wrapper {
height: 100%;
}
.page-buffer{
height: 190px;
}
|
style.css
|
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
.img-logo {
height: 100%;
}
.underline {
text-decoration: underline;
}
#logo-container {
line-height: 64px;
height: 64px;
}
.btn_search {
vertical-align: bottom;
margin-left: 1.5rem;
margin-top: 1.34rem;
height: 2.75rem;
}
.collection-item {
color: rgba(0, 0, 0, 0.87) !important;
cursor: default;
}
ul.laws li {
list-style-type: disc;
}
ul.laws {
margin-left: 20px;
}
.active_komitet_row {
border: 0 solid red !important;
border-radius: 5px;
}
.tabs li:first-child{
margin-left: 0px !important;
}
.tabs li {
margin-left: 5px !important;
}
.tabs li a {
color: #fff !important;
background-color: #ff9800;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border: 2px solid #ff9800;
font-size: 0.9rem !important;
line-height: 1rem !important;
border-bottom: none;
padding: 0.1rem !important;
overflow: visible !important;
white-space: normal !important;
text-transform: none !important;
letter-spacing: 1px !important;
}
.tabs li, .tabs-wrapper1, .tabs {
overflow: visible !important;
}
.tabs li a.active {
border-bottom-left-radius: 1px;
border-bottom-right-radius: 1px;
height: 105%;
color: #ff9800 !important;
background-color: #fff;
border-top: 2px solid #ff9800;
border-bottom: none;
z-index: 10000000;
}
.tabs .indicator {
background: none;
}
.myTab {
margin-left: 11px !important;
margin-right: 11px !important;
padding: 1rem !important;
border: 2px solid #ff9800;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
width: 100% !important;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
.page-wrapper {
min-height: 100%;
margin-bottom: -190px;
overflow: auto;
}
* html .page-wrapper {
height: 100%;
}
.page-buffer{
height: 190px;
}
| 0.554953 | 0.107907 |
body{
font-family: Poppins;
}
.home{
padding: 10vh;
}
.upper{
display: flex;
float: right;
display: flex;
justify-content: space-between;
float: right;
list-style: none;
display: flex;
justify-content: space-between;
text-decoration: none;
font-size: 17px;
background: linear-gradient(120deg,white yellow);
}
.brand {
display: flex;
font-family:Sofia;
float:left;
}
.rain{
display: flex;
}
button{
background-color: #c06a1a;
color: white;
border-radius: 40px 40px 20px ;
height: 5vh;
width: 15vh;
border: none;
}
.mainburger{
justify-content: right;
background-position: left;
}
.services{
display: flex;
padding: 10vh;
justify-content: space-around;
background-color: lightcyan;
}
.services p{
font-weight: normal;
font-size: x-small;
}
.serv{
border-color: violet;
border: 0.5px;
border-style: solid;
border-radius: 20px;
align-items: center;
text-align: center;
padding-top: 3vh;
}
.serv2{
border-color: violet;
border: 0.5px;
border-style: solid;
border-radius: 20px;
align-items: center;
text-align: center;
padding-top: 3vh;
font-size: x-small;
box-shadow: 1px 2px 4px 2px rgb(185, 178, 178);
border: none;
}
.services2{
display: flex;
justify-content: space-around;
}
.services3{
padding-top: 7vh;
display: flex;
justify-content: space-around;
}
.services h3{
color: maroon;
}
.serv3{
border-color: violet;
border: 0.5px;
border-style: solid;
border-radius: 20px;
align-items: center;
text-align: center;
padding-top: 3vh;
font-size: x-small;
box-shadow: 1px 2px 4px 2px rgb(185, 178, 178);
border: none;
}
.services3 h3{
color:maroon;
}
.services2 h3{
color:maroon;
}
.menu{
text-align:center;
}
.mobile{
display: flex;
justify-content: space-between;
padding-top: 7vh;
}
.discover{
display:flex;
justify-content: space-between;
background-color: yellow;
}
.checker{
background-color: lightcyan;
font-size: x-large;
}
.footer{
display:flex;
justify-content: space-around;
font-weight: normal;
}
.seclast{
display: flex;
align-content: center;
font-family:Sofia;
}
.footerup{
display: flex;
justify-content: space-between;
font-weight: normal;
background-color: lightcyan;
}
ul{
list-style: none;
}
#email{
height: 7vh;
width: 30vh;
border-color: #e6dfdf;
border-right: none;
border-radius: 5px;
border-width: thin;
}
#sub{
color: white;
background-color: #F6B400;
height: 7vh;
width: 20vh;
margin: 0px;
padding: 0%;
border: none;
}
.site{
padding-top: 4vh;
}
.navbar{
padding: 10px;
margin-top:0%;
font-style: italic;
}
ul{
float:left;
display: flex;
}
ul li {
display: inline;
padding: 20px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
ul li a{
text-decoration: none;
font-weight: bold;
color: black
}
ul li a:hover {
color:chartreuse;
}
|
styles.css
|
body{
font-family: Poppins;
}
.home{
padding: 10vh;
}
.upper{
display: flex;
float: right;
display: flex;
justify-content: space-between;
float: right;
list-style: none;
display: flex;
justify-content: space-between;
text-decoration: none;
font-size: 17px;
background: linear-gradient(120deg,white yellow);
}
.brand {
display: flex;
font-family:Sofia;
float:left;
}
.rain{
display: flex;
}
button{
background-color: #c06a1a;
color: white;
border-radius: 40px 40px 20px ;
height: 5vh;
width: 15vh;
border: none;
}
.mainburger{
justify-content: right;
background-position: left;
}
.services{
display: flex;
padding: 10vh;
justify-content: space-around;
background-color: lightcyan;
}
.services p{
font-weight: normal;
font-size: x-small;
}
.serv{
border-color: violet;
border: 0.5px;
border-style: solid;
border-radius: 20px;
align-items: center;
text-align: center;
padding-top: 3vh;
}
.serv2{
border-color: violet;
border: 0.5px;
border-style: solid;
border-radius: 20px;
align-items: center;
text-align: center;
padding-top: 3vh;
font-size: x-small;
box-shadow: 1px 2px 4px 2px rgb(185, 178, 178);
border: none;
}
.services2{
display: flex;
justify-content: space-around;
}
.services3{
padding-top: 7vh;
display: flex;
justify-content: space-around;
}
.services h3{
color: maroon;
}
.serv3{
border-color: violet;
border: 0.5px;
border-style: solid;
border-radius: 20px;
align-items: center;
text-align: center;
padding-top: 3vh;
font-size: x-small;
box-shadow: 1px 2px 4px 2px rgb(185, 178, 178);
border: none;
}
.services3 h3{
color:maroon;
}
.services2 h3{
color:maroon;
}
.menu{
text-align:center;
}
.mobile{
display: flex;
justify-content: space-between;
padding-top: 7vh;
}
.discover{
display:flex;
justify-content: space-between;
background-color: yellow;
}
.checker{
background-color: lightcyan;
font-size: x-large;
}
.footer{
display:flex;
justify-content: space-around;
font-weight: normal;
}
.seclast{
display: flex;
align-content: center;
font-family:Sofia;
}
.footerup{
display: flex;
justify-content: space-between;
font-weight: normal;
background-color: lightcyan;
}
ul{
list-style: none;
}
#email{
height: 7vh;
width: 30vh;
border-color: #e6dfdf;
border-right: none;
border-radius: 5px;
border-width: thin;
}
#sub{
color: white;
background-color: #F6B400;
height: 7vh;
width: 20vh;
margin: 0px;
padding: 0%;
border: none;
}
.site{
padding-top: 4vh;
}
.navbar{
padding: 10px;
margin-top:0%;
font-style: italic;
}
ul{
float:left;
display: flex;
}
ul li {
display: inline;
padding: 20px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
ul li a{
text-decoration: none;
font-weight: bold;
color: black
}
ul li a:hover {
color:chartreuse;
}
| 0.359589 | 0.088426 |
:root {
--primary-color: #b1d5f0;
--secondary-color: #e5714e;
--text-color: #373735;
--line-color: #c6c6c6;
}
body,
html {
width: 100%;
height: 100%;
}
body {
font-family: 'Montserrat', 'Lato', Arial, sans-serif;
}
hr {
margin-left: 40%;
max-width: 50px;
border-width: 3px;
border-color: var(--secondary-color);
}
hr.light {
border-color: #fff;
}
a {
color: var(--secondary-color);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
color: var(--secondary-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: rgb(80,86,82);
font-family: 'Montserrat', 'Lato', Arial, sans-serif;
}
.bg-primary {
background-color: var(--primary-color) !important;
padding-top: 60px;
}
.bg-white {
background-color: white !important;
}
.bg-secondary {
background-color: rgb(252,219,238) !important;
padding-top: 60px;
}
.bg-dark {
background-color: #212529 !important;
}
.text-faded {
color: rgb(197, 38, 42, 0.7);
}
section {
padding: 6rem 0;
}
.section-heading {
margin-top: 0;
}
::-moz-selection {
color: #fff;
background: #212529;
text-shadow: none;
}
::selection {
color: #fff;
background: #212529;
text-shadow: none;
}
img::-moz-selection {
color: #fff;
background: transparent;
}
img::selection {
color: #fff;
background: transparent;
}
img::-moz-selection {
color: #fff;
background: transparent;
}
#mainNav {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: white;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
#mainNav .navbar-brand {
font-weight: 700;
color: var(--secondary-color);
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: var(--secondary-color);
}
#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;
color: #75C9D4;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: var(--secondary-color);
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
color: var(--secondary-color) !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;
}
@media (min-width: 992px) {
#mainNav {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: white;
}
#mainNav .navbar-brand {
color: var(--secondary-color);
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: var(--secondary-color);
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
padding: 0.5rem 1rem;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
color: #212529;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: var(--secondary-color);
}
#mainNav.navbar-shrink {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: white;
}
#mainNav.navbar-shrink .navbar-brand {
color: var(--secondary-color);
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
color: var(--secondary-color);
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
color: #212529;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: var(--secondary-color);
}
}
header.masthead {
padding-top: 60px;
background-image: url("../img/header.jpg");
background-position: center center;
background-size: cover;
}
header.masthead hr {
margin-top: 30px;
margin-bottom: 30px;
}
header.masthead h1 {
font-size: 2rem;
color: var(--secondary-color);
}
@media (min-width: 1200px) {
header.masthead h1 {
font-size: 4rem;
}
}
.service-box {
max-width: 33%;
max-width: 150px;
}
#bottom-triangle{
width:0;
height:0;
border-style:solid;
border-width:160px 100vw 0 0;
border-color: var(--primary-color) transparent transparent transparent;
}
@media (max-width: 960px){
#bottom-triangle
{border-width:80px 100vw 0 0;}}
#top-triangle{
width:0;
height:0;
border-style:solid;
border-width:0 100vw 160px 0;
border-color: transparent transparent var(--primary-color) transparent;
}
@media (max-width: 960px){
#top-triangle
{border-width:0 100vw 80px 0;}}
.portfolio-box {
position: relative;
display: block;
max-width: 650px;
margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
position: absolute;
bottom: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
color: #fff;
background: rgba(240, 95, 64, 0.9);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
position: absolute;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
padding: 0 15px;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 14px;
font-weight: 600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
opacity: 1;
}
.portfolio-box:focus {
outline: none;
}
@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
}
.text-primary {
color: var(--text-color) !important;
}
.logo-div{
width: 33%;
display: block;
height: 150px;
line-height: 150px;
vertical-align: middle;
}
.w3-container{
padding: 1rem;
border-radius: 20px 20px 0 0;
}
.w3-block{
border-radius: 0 0 20px 20px;
background-color: var(--secondary-color);
}
.w3-block:hover{
background-color: #A2D8B9 !important;
}
.w3-card-4{
border-radius: 20px;
}
.btn {
margin-top: 20px;
font-weight: 700;
border: none;
border-radius: 300px;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.btn-xl {
padding: 1rem 2rem;
}
.btn-primary {
margin: 10px;
background-color: var(--secondary-color);
border-color: var(--secondary-color);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
color: #fff;
background-color: #ee4b28 !important;
}
.btn-primary:active, .btn-primary:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
footer {
padding: 25px 0;
text-align: center;
}
footer span.copyright {
font-size: 90%;
line-height: 40px;
text-transform: none;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
footer ul.quicklinks {
font-size: 90%;
line-height: 40px;
margin-bottom: 0;
text-transform: none;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
header.masthead .device-container {
max-width: 225px;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
}
.social{
height:50px;
}
.col-lg-6{
margin:auto;
}
body {
background-color: transparent;
font-family: sans-serif;
}
.lang a {
color: black;
text-decoration: none;
}
.lang {
border: solid 1px black;
min-width: 4rem;
width: 5%;
position: relative;
}
.lang__list,
.lang__option {
display: block;
}
.lang__chevron {
display: inline-block;
float: right;
transform: rotate(90deg);
}
.lang__option {
padding: 0.5rem;
}
.lang__option:hover {
background-color: white;
}
.lang__option:focus {
background-color: white;
}
.lang__list {
display: none;
list-style-type: none;
}
.is-open {
border-bottom: none;
}
.is-open .lang__list {
border: solid 1px;
border-top: none;
display: block;
position: absolute;
left: -1px;
width: 100%;
padding-right: 3.9rem;
}
.is-open .lang__chevron {
transform: rotate(270deg);
}
ul {
padding-inline-start:0px;
}
.fas{
font-size: xx-large;
}
|
css/creative.css
|
:root {
--primary-color: #b1d5f0;
--secondary-color: #e5714e;
--text-color: #373735;
--line-color: #c6c6c6;
}
body,
html {
width: 100%;
height: 100%;
}
body {
font-family: 'Montserrat', 'Lato', Arial, sans-serif;
}
hr {
margin-left: 40%;
max-width: 50px;
border-width: 3px;
border-color: var(--secondary-color);
}
hr.light {
border-color: #fff;
}
a {
color: var(--secondary-color);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
color: var(--secondary-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: rgb(80,86,82);
font-family: 'Montserrat', 'Lato', Arial, sans-serif;
}
.bg-primary {
background-color: var(--primary-color) !important;
padding-top: 60px;
}
.bg-white {
background-color: white !important;
}
.bg-secondary {
background-color: rgb(252,219,238) !important;
padding-top: 60px;
}
.bg-dark {
background-color: #212529 !important;
}
.text-faded {
color: rgb(197, 38, 42, 0.7);
}
section {
padding: 6rem 0;
}
.section-heading {
margin-top: 0;
}
::-moz-selection {
color: #fff;
background: #212529;
text-shadow: none;
}
::selection {
color: #fff;
background: #212529;
text-shadow: none;
}
img::-moz-selection {
color: #fff;
background: transparent;
}
img::selection {
color: #fff;
background: transparent;
}
img::-moz-selection {
color: #fff;
background: transparent;
}
#mainNav {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: white;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
#mainNav .navbar-brand {
font-weight: 700;
color: var(--secondary-color);
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: var(--secondary-color);
}
#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;
color: #75C9D4;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: var(--secondary-color);
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
color: var(--secondary-color) !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;
}
@media (min-width: 992px) {
#mainNav {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: white;
}
#mainNav .navbar-brand {
color: var(--secondary-color);
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: var(--secondary-color);
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
padding: 0.5rem 1rem;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
color: #212529;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: var(--secondary-color);
}
#mainNav.navbar-shrink {
border-bottom: 1px solid rgba(33, 37, 41, 0.1);
background-color: white;
}
#mainNav.navbar-shrink .navbar-brand {
color: var(--secondary-color);
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
color: var(--secondary-color);
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
color: #212529;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: var(--secondary-color);
}
}
header.masthead {
padding-top: 60px;
background-image: url("../img/header.jpg");
background-position: center center;
background-size: cover;
}
header.masthead hr {
margin-top: 30px;
margin-bottom: 30px;
}
header.masthead h1 {
font-size: 2rem;
color: var(--secondary-color);
}
@media (min-width: 1200px) {
header.masthead h1 {
font-size: 4rem;
}
}
.service-box {
max-width: 33%;
max-width: 150px;
}
#bottom-triangle{
width:0;
height:0;
border-style:solid;
border-width:160px 100vw 0 0;
border-color: var(--primary-color) transparent transparent transparent;
}
@media (max-width: 960px){
#bottom-triangle
{border-width:80px 100vw 0 0;}}
#top-triangle{
width:0;
height:0;
border-style:solid;
border-width:0 100vw 160px 0;
border-color: transparent transparent var(--primary-color) transparent;
}
@media (max-width: 960px){
#top-triangle
{border-width:0 100vw 80px 0;}}
.portfolio-box {
position: relative;
display: block;
max-width: 650px;
margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
position: absolute;
bottom: 0;
display: block;
width: 100%;
height: 100%;
text-align: center;
opacity: 0;
color: #fff;
background: rgba(240, 95, 64, 0.9);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
position: absolute;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
padding: 0 15px;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 14px;
font-weight: 600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
opacity: 1;
}
.portfolio-box:focus {
outline: none;
}
@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
}
.text-primary {
color: var(--text-color) !important;
}
.logo-div{
width: 33%;
display: block;
height: 150px;
line-height: 150px;
vertical-align: middle;
}
.w3-container{
padding: 1rem;
border-radius: 20px 20px 0 0;
}
.w3-block{
border-radius: 0 0 20px 20px;
background-color: var(--secondary-color);
}
.w3-block:hover{
background-color: #A2D8B9 !important;
}
.w3-card-4{
border-radius: 20px;
}
.btn {
margin-top: 20px;
font-weight: 700;
border: none;
border-radius: 300px;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.btn-xl {
padding: 1rem 2rem;
}
.btn-primary {
margin: 10px;
background-color: var(--secondary-color);
border-color: var(--secondary-color);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
color: #fff;
background-color: #ee4b28 !important;
}
.btn-primary:active, .btn-primary:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
footer {
padding: 25px 0;
text-align: center;
}
footer span.copyright {
font-size: 90%;
line-height: 40px;
text-transform: none;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
footer ul.quicklinks {
font-size: 90%;
line-height: 40px;
margin-bottom: 0;
text-transform: none;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
header.masthead .device-container {
max-width: 225px;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
}
.social{
height:50px;
}
.col-lg-6{
margin:auto;
}
body {
background-color: transparent;
font-family: sans-serif;
}
.lang a {
color: black;
text-decoration: none;
}
.lang {
border: solid 1px black;
min-width: 4rem;
width: 5%;
position: relative;
}
.lang__list,
.lang__option {
display: block;
}
.lang__chevron {
display: inline-block;
float: right;
transform: rotate(90deg);
}
.lang__option {
padding: 0.5rem;
}
.lang__option:hover {
background-color: white;
}
.lang__option:focus {
background-color: white;
}
.lang__list {
display: none;
list-style-type: none;
}
.is-open {
border-bottom: none;
}
.is-open .lang__list {
border: solid 1px;
border-top: none;
display: block;
position: absolute;
left: -1px;
width: 100%;
padding-right: 3.9rem;
}
.is-open .lang__chevron {
transform: rotate(270deg);
}
ul {
padding-inline-start:0px;
}
.fas{
font-size: xx-large;
}
| 0.418103 | 0.091829 |
@media only screen and (max-width: 767px) {
.ptb-100 {
padding-top: 50px;
padding-bottom: 50px;
}
.pt-100 {
padding-top: 50px;
}
.pb-100 {
padding-bottom: 50px;
}
.pt-70 {
padding-top: 50px;
}
.pb-70 {
padding-bottom: 20px;
}
p {
font-size: 14px;
}
h3 {
font-size: 18px;
}
.ml-30 {
margin: 0;
}
.section-title {
margin-top: -5px;
margin-bottom: 30px;
}
.section-title span {
font-size: 12px;
margin-bottom: 10px;
}
.section-title h2 {
font-size: 25px;
margin-bottom: 15px;
}
.fixed-top {
position: unset;
}
.header-area .top-header-area {
background-color: #ffffff;
}
.header-area .top-header-area .header-content-right {
float: unset;
}
.header-area .top-header-area .header-content-right li {
padding-right: 0;
margin-bottom: 8px;
display: block;
}
.header-area .top-header-area .header-content-right li:last-child {
margin-bottom: 0;
}
.header-area .top-header-area .header-content-left p {
font-size: 13px;
margin-bottom: 8px;
}
.nav-area .others-option {
position: absolute;
right: 35px;
top: 23px;
}
.nav-area .others-option .sidebar-menu i {
display: none;
}
.nav-area .others-option .subscribe .default-btn {
display: none;
}
.nav-area .others-option .option-item {
top: -3px;
}
.nav-area .others-option .option-item .search-btn {
font-size: 15px;
width: 29px;
height: 29px;
line-height: 29px;
}
.nav-area .others-option .option-item .close-btn {
font-size: 15px;
width: 29px;
height: 29px;
line-height: 29px;
}
.nav-area .others-option .option-item .search-overlay.search-popup {
right: -49px;
width: 250px;
}
.default-btn {
font-size: 15px;
padding: 14px 15px;
}
.default-btn.active {
margin-left: 15px;
}
.main-banner-area {
padding-top: 135px;
padding-bottom: 70px;
text-align: center;
}
.main-banner-area .container-fluid {
max-width: 540px;
margin-left: auto;
margin-right: auto;
}
.main-banner-area .container-fluid .pr-0 {
padding-right: 15px !important;
}
.main-banner-area .banner-text {
margin: auto;
}
.main-banner-area .banner-text span {
font-size: 14px;
margin-bottom: 10px;
font-weight: 500;
}
.main-banner-area .banner-text h1 {
font-size: 25px;
margin-bottom: 20px;
}
.main-banner-area .banner-text p {
font-size: 15px;
margin-bottom: 30px;
}
.main-banner-area .banner-img {
margin-top: 30px;
}
.about-area .about-content span {
font-weight: 500;
margin-bottom: 10px;
margin-top: -6px;
}
.about-area .about-content h2 {
font-size: 25px;
}
.about-area .about-content .about-list {
margin-top: 25px;
}
.about-area .about-content .about-list ul li {
font-size: 14px;
}
.about-area .about-content .about-list ul li i {
font-size: 20px;
top: -3px;
}
.about-area .about-img.wow {
margin-top: 30px;
}
.our-vision-area .vision-content span {
font-weight: 500;
margin-bottom: 10px;
margin-top: -6px;
}
.our-vision-area .vision-content h2 {
font-size: 25px;
}
.our-vision-area .vision-content .vision-list {
margin-top: 25px;
}
.our-vision-area .vision-content .vision-list ul li {
font-size: 14px;
}
.our-vision-area .vision-content .vision-list ul li i {
font-size: 20px;
top: 3px;
}
.our-vision-area .about-img {
margin-bottom: 30px;
}
.single-services {
padding: 20px;
}
.single-services i {
position: unset;
margin-bottom: 20px;
display: inline-block;
}
.get-quat-img {
margin-bottom: 30px;
}
.get-quat-area .quat-form {
padding: 20px;
}
.get-quat-area .quat-form .tabs li a {
padding-right: 15px;
font-size: 18px;
}
.single-counter {
border-right: none;
}
.single-counter h2 {
font-size: 30px;
margin-bottom: 10px;
}
.single-counter p {
font-size: 15px;
}
.achievement-area {
padding-bottom: 50px;
}
.achievement-area .achievement-content span {
margin-bottom: 10px;
font-size: 14px;
}
.achievement-area .achievement-content h2 {
font-size: 25px;
margin-bottom: 20px;
}
.achievement-area .achievement-content .default-btn {
margin-top: 15px;
}
.achievement-area .video-img {
margin-bottom: 30px;
}
.achievement-area .video-img::before {
display: none;
}
.agent-now-area .call-now {
padding: 20px;
padding-left: 70px;
margin-bottom: 30px;
}
.agent-now-area .call-now p {
font-size: 16px;
}
.agent-now-area .call-now span {
font-size: 20px;
}
.agent-now-area .call-now i {
font-size: 35px;
top: 30px;
left: 20px;
}
.agent-now-area .subscribe-wrap {
padding: 20px;
}
.agent-now-area .subscribe-wrap p {
font-size: 16px;
}
.agent-now-area .subscribe-wrap .newsletter-form .default-btn {
position: relative;
display: block;
width: 100%;
margin-top: 20px;
}
.agent-now-area .agent-shape {
display: none;
}
.business-contact-area .row {
margin-left: 0;
margin-right: 0;
}
.business-contact-area .business-content {
padding: 20px;
}
.business-contact-area .business-content h3 {
font-size: 20px;
}
.business-contact-area .business-content p {
margin-left: 20px;
bottom: 22px;
left: 40%;
}
.main-banner-area-two {
height: 100%;
padding-top: 135px;
padding-bottom: 70px;
text-align: center;
}
.main-banner-area-two .container-fluid {
max-width: 540px;
margin-left: auto;
margin-right: auto;
}
.main-banner-area-two .container-fluid .pr-0 {
padding-right: 15px !important;
}
.main-banner-area-two .banner-text {
text-align: center;
padding: 0;
}
.main-banner-area-two .banner-text span {
font-size: 14px;
margin-bottom: 10px;
font-weight: 500;
}
.main-banner-area-two .banner-text h1 {
font-size: 25px;
margin-bottom: 20px;
}
.main-banner-area-two .banner-text p {
font-size: 15px;
margin-bottom: 30px;
}
.main-banner-area-two .banner-img {
margin-top: 30px;
height: 500px;
border-radius: 0;
}
.about-area .about-img-3 {
margin-top: 20px;
float: unset;
}
.about-area .about-img-3 img {
width: 100%;
}
.about-area .about-img-3 .about-img-2 {
position: absolute;
top: unset;
left: 0;
bottom: 0;
}
.about-area .about-content .about-list .about-single-list {
padding-left: 40px;
}
.about-area .about-content .about-list .about-single-list span {
font-size: 14px;
}
.about-area .about-content .about-list .about-single-list i {
font-size: 30px;
}
.about-single-list.list-2 {
margin-bottom: 30px;
}
.service-area-two .single-service .service-content {
padding: 15px;
padding-top: 55px;
}
.testimonial-wrap-two .single-client {
padding: 20px;
padding-left: 20px;
text-align: center;
}
.testimonial-wrap-two .single-client .client-text {
position: unset;
}
.testimonial-wrap-two .single-client p {
margin-bottom: 18px;
}
.any-contact-area .contact-text {
padding: 0;
}
.any-contact-area .contact-call {
padding: 0;
margin-top: 20px;
}
.choose-us-area-two .single-choose span {
width: 70px;
height: 70px;
line-height: 70px;
font-size: 30px;
}
.single-choose {
padding: 20px;
}
.service-area-two .single-service .service-content {
padding-top: 40px;
}
.service-area-two .single-service .service-content .icon-style {
font-size: 25px;
line-height: 50px;
width: 50px;
height: 50px;
}
.hero-slider-area .slider-item {
height: 100%;
padding-top: 70px;
padding-bottom: 70px;
}
.hero-slider-area .slider-item .slider-text {
margin-top: 70px;
}
.hero-slider-area .slider-item .slider-text h1 {
font-size: 30px;
margin-bottom: 20px;
}
.hero-slider-area .slider-item .slider-text p {
font-size: 15px;
margin-bottom: 27px;
}
.hero-slider-area .owl-theme .owl-dots {
bottom: 0;
}
.choose-us-area-three .single-choose span {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 35px;
}
.get-quat-content {
margin-bottom: 30px;
}
.work-area .container-fluid {
margin-left: 0;
margin-right: 15px;
max-width: 540px;
padding-left: 15px !important;
padding-right: 15px !important;
margin: auto;
}
.go-top.active {
left: 85%;
}
.contact-area .contact-wrap {
padding: 20px;
}
.contact-area .section-title h2 {
font-size: 25px;
}
.contact-area .quick-contact h3 {
font-size: 25px;
}
.page-navigation-area {
margin-top: 0;
}
.user-area-all-style .contact-form-action {
padding: 20px;
}
.user-area-all-style .contact-form-action .form-heading .form-title {
font-size: 25px;
}
.user-area-all-style .contact-form-action .form-heading .form-desc {
font-size: 15px;
}
.user-area-all-style .contact-form-action .default-btn {
display: block;
width: 100%;
}
.user-area-all-style .contact-form-action .agree-label {
text-align: center;
}
.user-area-all-style .contact-form-action .forget {
float: unset;
float: unset;
margin-bottom: 30px;
text-align: center;
display: block;
}
.user-area-all-style .contact-form-action .now-register {
float: unset;
margin-top: 10px;
}
.coming-soon-area .coming-soon-content {
height: 100%;
}
.coming-soon-area .coming-soon-content h1 {
font-size: 40px;
line-height: 1.1;
margin-top: 0;
}
.coming-soon-area .coming-soon-content p {
font-size: 13px;
margin-top: 15px;
}
.coming-soon-area .coming-soon-content #timer {
margin-top: 20px;
}
.coming-soon-area .coming-soon-content #timer div {
font-size: 40px;
margin-left: 8px;
margin-right: 8px;
}
.coming-soon-area .coming-soon-content #timer div span {
font-size: 14px;
margin-top: -5px;
}
.coming-soon-area .coming-soon-content #timer div::before {
display: none;
}
.coming-soon-area .coming-soon-content .newsletter-form {
margin-top: 35px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
height: 55px;
padding-left: 13px;
font-size: 15px;
}
.coming-soon-area .coming-soon-content .newsletter-form button {
position: relative;
height: auto;
padding: 14px 30px;
font-size: 14px;
margin-top: 15px;
}
.error-area {
padding: 70px 0;
}
.error-area .error-content-wrap p {
margin: 15px 0 20px;
}
.error-area .error-content-wrap h1 {
font-size: 100px;
}
.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title {
font-size: 14px;
}
.service-list-img {
margin-bottom: 30px;
}
.service-details-wrap .ask-question {
padding: 15px;
}
.contact-area {
margin-top: 0;
padding-top: 50px;
}
.contact-area .quick-contact {
margin-top: 50px;
}
.map-area #map {
height: 300px;
}
.page-title-area {
padding-top: 150px;
padding-bottom: 80px;
}
.page-title-area .page-title-content h2 {
font-size: 30px;
}
.page-title-area .page-title-content ul li {
font-size: 14px;
}
.blog-details-area .widget-area .widget:first-child {
margin-top: 35px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
display: block;
font-size: 15px;
margin-right: 0;
margin-bottom: 5px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li::before {
display: none;
}
.blog-details-area .blog-details-desc .article-content h3 {
line-height: 1.5;
margin-bottom: 10px;
margin-top: 20px;
font-size: 22px;
}
.blog-details-area .blog-details-desc .article-content p {
font-size: 15px;
}
.blog-details-area .blog-details-desc .article-content .features-list li {
font-size: 15px;
}
.blog-details-area .widget-area .widget {
padding: 0;
}
.blog-details-area blockquote {
padding: 30px !important;
}
.blog-details-area blockquote p {
font-size: 16px !important;
}
.blog-details-area .blockquote {
padding: 30px !important;
}
.blog-details-area .blockquote p {
font-size: 16px !important;
}
.blog-details-area .comments-area {
padding: 20px;
}
.blog-details-area .comments-area .comment-author {
font-size: 15px;
margin-bottom: 0.3em;
}
.blog-details-area .comments-area .comment-author .avatar {
left: 0;
position: relative;
display: block;
margin-bottom: 10px;
}
.blog-details-area .comments-area .comment-body {
padding-left: 0;
}
.blog-details-area .comments-area .comments-title {
font-size: 19px;
}
.blog-details-area .comments-area .comments-title::before {
left: -20px;
}
.blog-details-area .comments-area .comment-metadata {
font-size: 12px;
}
.blog-details-area .comments-area .comment-respond .comment-reply-title {
font-size: 19px;
}
.blog-details-area .comments-area .comment-respond .comment-reply-title::before {
left: -20px;
}
.blog-details-area .comments-area .comment-respond .comment-form-author {
width: 100%;
padding-right: 0;
}
.blog-details-area .comments-area .comment-respond .comment-form-email {
width: 100%;
padding-left: 0;
}
.blog-details-area .comments-area .comment-respond .form-submit input {
padding: 12px 25px 10px;
}
.blog-details-area .widget-area .widget:first-child {
margin-top: 35px;
}
.faq-area .faq-accordion {
padding: 20px;
}
.faq-area .faq-accordion h2 {
font-size: 22px;
margin-bottom: 20px;
}
.portfolio-wraps .shorting-menu .filter {
padding: 10px 15px;
margin-bottom: 10px;
}
.service-details-wrap h2 {
font-size: 25px;
}
.single-blog .blog-content {
padding: 20px;
max-width: unset;
margin: 0 auto 0;
}
.single-blog-area {
margin-top: 35px;
}
.header-area .top-header-area {
text-align: center;
}
.header-area .top-header-area .header-content-right li .option-item {
display: none;
}
.header-area .top-header-area .header-content-right li .option-item .search-overlay.search-popup {
z-index: 9999;
}
.sidebar-modal .modal.right .modal-dialog {
width: 300px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.nav-area .others-option {
display: block;
position: absolute;
right: 65px;
top: 23px;
}
.nav-area .others-option .sidebar-menu i {
font-size: 28px;
top: -1px;
display: block;
}
.nav-area .others-option .subscribe .default-btn {
padding: 6px 10px;
display: block;
}
.nav-area .others-option .option-item {
top: -10px;
}
.coming-soon-area .coming-soon-content h1 {
font-size: 55px;
}
.coming-soon-area .coming-soon-content #timer div {
font-size: 45px;
}
.coming-soon-area .coming-soon-content #timer div::before {
font-size: 65px;
right: -49px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
display: inline-block;
font-size: 15px;
margin-right: 10px;
}
.header-area .top-header-area {
text-align: center;
}
.header-area .top-header-area .header-content-right li {
display: inline-block;
padding-right: 10px;
}
.single-blog .blog-content {
padding: 30px;
}
.single-client {
padding: 0 20px 20px 20px;
}
.portfolio-wraps .shorting-menu .filter {
margin-bottom: 0;
}
.single-choose {
padding: 19px;
}
.ml-30 {
margin-left: 30px !important;
}
.single-services {
padding: 15px;
text-align: center;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ptb-100 {
padding-top: 70px;
padding-bottom: 70px;
}
.pt-100 {
padding-top: 70px;
}
.pb-100 {
padding-bottom: 70px;
}
.pt-70 {
padding-top: 70px;
}
.pb-70 {
padding-bottom: 40px;
}
p {
font-size: 14px;
}
h3 {
font-size: 18px;
}
.go-top.active {
left: 85%;
}
.section-title {
margin-bottom: 30px;
}
.section-title span {
font-size: 12px;
margin-bottom: 10px;
}
.section-title h2 {
font-size: 24px;
margin-bottom: 15px;
}
.default-btn {
font-size: 15px;
padding: 14px 15px;
}
.default-btn.active {
margin-left: 15px;
}
.fixed-top {
position: unset;
}
.header-area .top-header-area {
background-color: #ffffff;
text-align: center;
}
.header-area .top-header-area .header-content-right {
float: unset;
}
.header-area .top-header-area .header-content-right li {
margin-bottom: 8px;
display: inline-block;
padding-right: 10px;
}
.header-area .top-header-area .header-content-right li:last-child {
margin-bottom: 0;
}
.header-area .top-header-area .header-content-left p {
font-size: 13px;
margin-bottom: 8px;
}
.nav-area .others-option {
display: block;
position: absolute;
right: 65px;
top: 23px;
}
.nav-area .others-option .sidebar-menu i {
font-size: 28px;
top: -1px;
}
.nav-area .others-option .subscribe .default-btn {
padding: 6px 10px;
}
.nav-area .others-option .option-item {
top: -10px;
}
.nav-area .others-option .option-item .search-btn {
font-size: 15px;
width: 29px;
height: 29px;
line-height: 29px;
}
.nav-area .others-option .option-item .close-btn {
font-size: 15px;
width: 29px;
height: 29px;
line-height: 29px;
}
.main-banner-area {
padding-top: 135px;
padding-bottom: 70px;
text-align: center;
}
.main-banner-area .container-fluid {
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.main-banner-area .container-fluid .pr-0 {
padding-right: 15px !important;
}
.main-banner-area .banner-text {
margin: auto;
}
.main-banner-area .banner-text span {
font-size: 14px;
margin-bottom: 10px;
font-weight: 500;
}
.main-banner-area .banner-text h1 {
font-size: 25px;
margin-bottom: 20px;
}
.main-banner-area .banner-text p {
font-size: 15px;
margin-bottom: 30px;
}
.main-banner-area .banner-img {
margin-top: 30px;
}
.about-area .about-content span {
font-weight: 500;
margin-bottom: 10px;
}
.about-area .about-content h2 {
font-size: 25px;
}
.about-area .about-content .about-list {
margin-top: 25px;
}
.about-area .about-content .about-list ul li {
font-size: 14px;
}
.about-area .about-content .about-list ul li i {
font-size: 20px;
top: -3px;
}
.about-area .about-img {
margin-top: 30px;
}
.about-area .about-img img {
width: 100%;
}
.our-vision-area .vision-content span {
font-weight: 500;
margin-bottom: 10px;
}
.our-vision-area .vision-content h2 {
font-size: 25px;
}
.our-vision-area .vision-content .vision-list {
margin-top: 25px;
}
.our-vision-area .vision-content .vision-list ul li {
font-size: 14px;
}
.our-vision-area .vision-content .vision-list ul li i {
font-size: 20px;
top: 3px;
}
.our-vision-area .about-img {
margin-bottom: 30px;
}
.our-vision-area .about-img img {
width: 100%;
}
.single-services {
padding: 20px;
}
.single-services i {
position: unset;
margin-bottom: 20px;
display: inline-block;
}
.get-quat-img {
margin-bottom: 30px;
}
.get-quat-img img {
width: 100%;
}
.get-quat-area .quat-form {
padding: 20px;
}
.get-quat-area .quat-form .tabs li a {
padding-right: 15px;
font-size: 18px;
}
.single-counter {
border-right: none;
}
.single-counter h2 {
font-size: 30px;
margin-bottom: 10px;
}
.single-counter p {
font-size: 15px;
}
.achievement-area {
padding-bottom: 50px;
}
.achievement-area .achievement-content span {
margin-bottom: 10px;
font-size: 14px;
}
.achievement-area .achievement-content h2 {
font-size: 25px;
margin-bottom: 20px;
}
.achievement-area .achievement-content .default-btn {
margin-top: 15px;
}
.achievement-area .video-img {
margin-bottom: 30px;
}
.achievement-area .video-img::before {
display: none;
}
.achievement-area .video-img img {
width: 100%;
}
.agent-now-area .call-now {
padding: 20px;
padding-left: 70px;
margin-bottom: 30px;
}
.agent-now-area .call-now p {
font-size: 16px;
}
.agent-now-area .call-now span {
font-size: 20px;
}
.agent-now-area .call-now i {
font-size: 25px;
top: 20px;
left: 20px;
}
.agent-now-area .subscribe-wrap {
padding: 20px;
}
.agent-now-area .subscribe-wrap p {
font-size: 16px;
}
.agent-now-area .subscribe-wrap .newsletter-form .default-btn {
position: relative;
display: block;
width: 100%;
margin-top: 20px;
}
.agent-now-area .agent-shape {
display: none;
}
.business-contact-area .row {
margin-left: 0;
margin-right: 0;
}
.business-contact-area .business-content {
padding: 20px;
}
.business-contact-area .business-content h3 {
font-size: 18px;
line-height: 1.4;
}
.business-contact-area .business-content p {
margin-left: 20px;
bottom: 22px;
left: 40%;
}
.main-banner-area-two {
height: 100%;
padding-top: 135px;
padding-bottom: 70px;
text-align: center;
}
.main-banner-area-two .container-fluid {
max-width: 540px;
margin-left: auto;
margin-right: auto;
}
.main-banner-area-two .container-fluid .pr-0 {
padding-right: 15px !important;
}
.main-banner-area-two .banner-text {
text-align: center;
padding: 0;
}
.main-banner-area-two .banner-text span {
font-size: 14px;
margin-bottom: 10px;
font-weight: 500;
}
.main-banner-area-two .banner-text h1 {
font-size: 25px;
margin-bottom: 20px;
}
.main-banner-area-two .banner-text p {
font-size: 15px;
margin-bottom: 30px;
}
.main-banner-area-two .banner-img {
margin-top: 30px;
height: 500px;
border-radius: 0;
}
.about-area .about-img-3 {
margin-top: 20px;
float: unset;
}
.about-area .about-img-3 img {
width: 100%;
}
.about-area .about-img-3 .about-img-2 {
position: absolute;
top: unset;
left: 0;
bottom: 0;
}
.about-area .about-content .about-list .about-single-list {
padding-left: 40px;
}
.about-area .about-content .about-list .about-single-list span {
font-size: 14px;
}
.about-area .about-content .about-list .about-single-list i {
font-size: 30px;
}
.about-single-list.list-2 {
margin-bottom: 30px;
}
.testimonial-wrap-two .single-client {
padding: 20px;
padding-left: 20px;
text-align: center;
}
.testimonial-wrap-two .single-client .client-text {
position: unset;
}
.testimonial-wrap-two .single-client p {
margin-bottom: 18px;
}
.any-contact-area .contact-text {
padding: 0;
}
.any-contact-area .contact-call {
padding: 0;
margin-top: 20px;
}
.choose-us-area-two .single-choose span {
width: 70px;
height: 70px;
line-height: 70px;
font-size: 30px;
}
.single-choose {
padding: 20px;
}
.service-area-two .single-service .service-content {
padding-top: 40px;
}
.service-area-two .single-service .service-content .icon-style {
font-size: 25px;
line-height: 50px;
width: 50px;
height: 50px;
}
.hero-slider-area .slider-item {
height: 100%;
padding-top: 70px;
padding-bottom: 70px;
}
.hero-slider-area .slider-item .slider-text {
margin-top: 70px;
}
.hero-slider-area .slider-item .slider-text h1 {
font-size: 30px;
margin-bottom: 20px;
}
.hero-slider-area .slider-item .slider-text p {
font-size: 15px;
margin-bottom: 27px;
}
.hero-slider-area .owl-theme .owl-dots {
bottom: 0;
}
.choose-us-area-three .single-choose span {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 35px;
}
.get-quat-content {
margin-bottom: 30px;
}
.work-area .container-fluid {
margin-left: 0;
margin-right: 15px;
max-width: 720px;
padding-left: 15px !important;
padding-right: 15px !important;
margin: auto;
}
.faq-area .faq-accordion {
padding: 20px;
}
.faq-area .faq-accordion h2 {
font-size: 25px;
margin-bottom: 20px;
}
.contact-area .contact-wrap {
padding: 20px;
}
.contact-area .section-title h2 {
font-size: 25px;
}
.page-navigation-area {
margin-top: 0;
}
.user-area-all-style .contact-form-action {
padding: 20px;
}
.user-area-all-style .contact-form-action .form-heading .form-title {
font-size: 25px;
}
.user-area-all-style .contact-form-action .form-heading .form-desc {
font-size: 15px;
}
.contact-area {
margin-top: 0;
padding-top: 70px;
}
.contact-area .quick-contact {
margin-top: 70px;
}
.map-area #map {
height: 300px;
}
.page-title-area {
padding-top: 150px;
padding-bottom: 80px;
}
.page-title-area .page-title-content h2 {
font-size: 30px;
}
.page-title-area .page-title-content ul li {
font-size: 14px;
}
.section-title {
margin: 0px auto 30px;
}
.contact-info-area .contact-info-wrap {
padding: 30px;
}
.contact-info-area .contact-info-wrap h2 {
margin-bottom: 30px;
}
.service-details-area .faq-area {
padding-top: 0;
padding-bottom: 0;
}
.service-details-area .service-details-wrap .ask-question {
margin-top: 30px;
}
.blog-details-area .widget-area .widget:first-child {
margin-top: 35px;
}
.go-top.active {
top: 93%;
}
.blog-details-area .widget-area .widget:first-child {
margin-top: 35px;
}
.service-details-wrap h2 {
font-size: 25px;
}
.single-blog .blog-content {
padding: 20px;
max-width: unset;
margin: 0 auto 0;
}
.single-blog-area {
margin-top: 35px;
}
.header-area .top-header-area .header-content-right li .option-item .search-overlay.search-popup {
z-index: 9999;
margin-top: 25px;
}
.sidebar-modal .modal.right .modal-dialog {
width: 300px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .others-option {
top: 4px;
}
.header-area .others-option .sidebar-menu i {
font-size: 30px;
top: -2px;
}
.header-area .others-option .subscribe .default-btn {
padding: 8px 10px;
}
.header-area .others-option .option-item {
top: -13px;
}
.header-area .others-option .option-item .search-btn {
font-size: 15px;
width: 30px;
height: 30px;
line-height: 30px;
}
.header-area .others-option .option-item .close-btn {
font-size: 15px;
width: 30px;
height: 30px;
line-height: 30px;
}
.main-banner-area {
padding-top: 200px;
padding-bottom: 100px;
}
.main-banner-area .container-fluid {
max-width: 960px;
margin-right: auto;
}
.main-banner-area .container-fluid .pr-0 {
padding-right: 15px !important;
}
.main-banner-area .banner-text h1 {
font-size: 45px;
}
.section-title h2 {
font-size: 35px;
}
.about-area .about-content h2 {
font-size: 35px;
}
.our-vision-area .vision-content h2 {
font-size: 35px;
}
.main-banner-area-two {
height: 100%;
}
.main-banner-area-two .container-fluid {
max-width: 960px;
}
.main-banner-area-two .banner-text {
padding-top: 300px;
}
.main-banner-area-two .banner-text h1 {
font-size: 45px;
}
.choose-us-area-two .single-choose {
padding: 15px;
}
.choose-us-area-two .single-choose span {
width: 70px;
height: 70px;
line-height: 70px;
font-size: 35px;
}
.choose-us-area-two .single-choose h3 {
font-size: 18px;
}
.about-area .about-img-3 .about-img-2 {
top: unset;
left: 0;
bottom: 0;
}
.business-contact-area .business-content h3 {
font-size: 25px;
}
.business-contact-area .business-content p {
left: 45%;
}
.any-contact-area .contact-text h3 {
font-size: 18px;
}
.header-area-three .nav-area .navbar-area .navbar {
max-width: 960px;
margin: 0px auto 0;
position: relative;
}
.header-area-three .nav-area .navbar-area .navbar::after {
display: none;
}
.hero-slider-area .slider-item .slider-text h1 {
font-size: 50px;
}
.sidebar-modal .modal.right .modal-dialog {
width: 350px;
}
}
@media only screen and (min-width: 1700px) {
.main-banner-area {
padding-top: 300px;
padding-bottom: 300px;
}
.our-vision-area .vision-shape img {
width: 800px;
}
.main-banner-area-two .banner-text {
padding-top: 350px;
padding-bottom: 250px;
}
.choose-us-area-two .container {
max-width: 1500px;
}
}
@media only screen and (max-width: 991px) {
.mean-container .mean-bar {
background-color: #fff;
-webkit-box-shadow: 0px 20px 20px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 20px 20px 20px rgba(0, 0, 0, 0.05);
height: 70px;
}
.mean-container a.meanmenu-reveal {
padding: 25px 15px 0 0;
color: #31abfc;
}
.mean-container a.meanmenu-reveal span {
background-color: #31abfc;
position: relative;
top: 8px;
margin-top: -5px;
}
.mobile-nav .logo {
width: 70px;
top: 14px;
}
.mobile-nav.mean-container .mean-nav {
margin-top: 70px;
}
.mobile-nav.mean-container .mean-nav ul li a:hover {
color: #31abfc;
}
.mobile-nav.mean-container .mean-nav ul li a.active {
color: #31abfc;
}
}
/*# sourceMappingURL=responsive.css.map */
|
public/front-page/assets/css/responsive.css
|
@media only screen and (max-width: 767px) {
.ptb-100 {
padding-top: 50px;
padding-bottom: 50px;
}
.pt-100 {
padding-top: 50px;
}
.pb-100 {
padding-bottom: 50px;
}
.pt-70 {
padding-top: 50px;
}
.pb-70 {
padding-bottom: 20px;
}
p {
font-size: 14px;
}
h3 {
font-size: 18px;
}
.ml-30 {
margin: 0;
}
.section-title {
margin-top: -5px;
margin-bottom: 30px;
}
.section-title span {
font-size: 12px;
margin-bottom: 10px;
}
.section-title h2 {
font-size: 25px;
margin-bottom: 15px;
}
.fixed-top {
position: unset;
}
.header-area .top-header-area {
background-color: #ffffff;
}
.header-area .top-header-area .header-content-right {
float: unset;
}
.header-area .top-header-area .header-content-right li {
padding-right: 0;
margin-bottom: 8px;
display: block;
}
.header-area .top-header-area .header-content-right li:last-child {
margin-bottom: 0;
}
.header-area .top-header-area .header-content-left p {
font-size: 13px;
margin-bottom: 8px;
}
.nav-area .others-option {
position: absolute;
right: 35px;
top: 23px;
}
.nav-area .others-option .sidebar-menu i {
display: none;
}
.nav-area .others-option .subscribe .default-btn {
display: none;
}
.nav-area .others-option .option-item {
top: -3px;
}
.nav-area .others-option .option-item .search-btn {
font-size: 15px;
width: 29px;
height: 29px;
line-height: 29px;
}
.nav-area .others-option .option-item .close-btn {
font-size: 15px;
width: 29px;
height: 29px;
line-height: 29px;
}
.nav-area .others-option .option-item .search-overlay.search-popup {
right: -49px;
width: 250px;
}
.default-btn {
font-size: 15px;
padding: 14px 15px;
}
.default-btn.active {
margin-left: 15px;
}
.main-banner-area {
padding-top: 135px;
padding-bottom: 70px;
text-align: center;
}
.main-banner-area .container-fluid {
max-width: 540px;
margin-left: auto;
margin-right: auto;
}
.main-banner-area .container-fluid .pr-0 {
padding-right: 15px !important;
}
.main-banner-area .banner-text {
margin: auto;
}
.main-banner-area .banner-text span {
font-size: 14px;
margin-bottom: 10px;
font-weight: 500;
}
.main-banner-area .banner-text h1 {
font-size: 25px;
margin-bottom: 20px;
}
.main-banner-area .banner-text p {
font-size: 15px;
margin-bottom: 30px;
}
.main-banner-area .banner-img {
margin-top: 30px;
}
.about-area .about-content span {
font-weight: 500;
margin-bottom: 10px;
margin-top: -6px;
}
.about-area .about-content h2 {
font-size: 25px;
}
.about-area .about-content .about-list {
margin-top: 25px;
}
.about-area .about-content .about-list ul li {
font-size: 14px;
}
.about-area .about-content .about-list ul li i {
font-size: 20px;
top: -3px;
}
.about-area .about-img.wow {
margin-top: 30px;
}
.our-vision-area .vision-content span {
font-weight: 500;
margin-bottom: 10px;
margin-top: -6px;
}
.our-vision-area .vision-content h2 {
font-size: 25px;
}
.our-vision-area .vision-content .vision-list {
margin-top: 25px;
}
.our-vision-area .vision-content .vision-list ul li {
font-size: 14px;
}
.our-vision-area .vision-content .vision-list ul li i {
font-size: 20px;
top: 3px;
}
.our-vision-area .about-img {
margin-bottom: 30px;
}
.single-services {
padding: 20px;
}
.single-services i {
position: unset;
margin-bottom: 20px;
display: inline-block;
}
.get-quat-img {
margin-bottom: 30px;
}
.get-quat-area .quat-form {
padding: 20px;
}
.get-quat-area .quat-form .tabs li a {
padding-right: 15px;
font-size: 18px;
}
.single-counter {
border-right: none;
}
.single-counter h2 {
font-size: 30px;
margin-bottom: 10px;
}
.single-counter p {
font-size: 15px;
}
.achievement-area {
padding-bottom: 50px;
}
.achievement-area .achievement-content span {
margin-bottom: 10px;
font-size: 14px;
}
.achievement-area .achievement-content h2 {
font-size: 25px;
margin-bottom: 20px;
}
.achievement-area .achievement-content .default-btn {
margin-top: 15px;
}
.achievement-area .video-img {
margin-bottom: 30px;
}
.achievement-area .video-img::before {
display: none;
}
.agent-now-area .call-now {
padding: 20px;
padding-left: 70px;
margin-bottom: 30px;
}
.agent-now-area .call-now p {
font-size: 16px;
}
.agent-now-area .call-now span {
font-size: 20px;
}
.agent-now-area .call-now i {
font-size: 35px;
top: 30px;
left: 20px;
}
.agent-now-area .subscribe-wrap {
padding: 20px;
}
.agent-now-area .subscribe-wrap p {
font-size: 16px;
}
.agent-now-area .subscribe-wrap .newsletter-form .default-btn {
position: relative;
display: block;
width: 100%;
margin-top: 20px;
}
.agent-now-area .agent-shape {
display: none;
}
.business-contact-area .row {
margin-left: 0;
margin-right: 0;
}
.business-contact-area .business-content {
padding: 20px;
}
.business-contact-area .business-content h3 {
font-size: 20px;
}
.business-contact-area .business-content p {
margin-left: 20px;
bottom: 22px;
left: 40%;
}
.main-banner-area-two {
height: 100%;
padding-top: 135px;
padding-bottom: 70px;
text-align: center;
}
.main-banner-area-two .container-fluid {
max-width: 540px;
margin-left: auto;
margin-right: auto;
}
.main-banner-area-two .container-fluid .pr-0 {
padding-right: 15px !important;
}
.main-banner-area-two .banner-text {
text-align: center;
padding: 0;
}
.main-banner-area-two .banner-text span {
font-size: 14px;
margin-bottom: 10px;
font-weight: 500;
}
.main-banner-area-two .banner-text h1 {
font-size: 25px;
margin-bottom: 20px;
}
.main-banner-area-two .banner-text p {
font-size: 15px;
margin-bottom: 30px;
}
.main-banner-area-two .banner-img {
margin-top: 30px;
height: 500px;
border-radius: 0;
}
.about-area .about-img-3 {
margin-top: 20px;
float: unset;
}
.about-area .about-img-3 img {
width: 100%;
}
.about-area .about-img-3 .about-img-2 {
position: absolute;
top: unset;
left: 0;
bottom: 0;
}
.about-area .about-content .about-list .about-single-list {
padding-left: 40px;
}
.about-area .about-content .about-list .about-single-list span {
font-size: 14px;
}
.about-area .about-content .about-list .about-single-list i {
font-size: 30px;
}
.about-single-list.list-2 {
margin-bottom: 30px;
}
.service-area-two .single-service .service-content {
padding: 15px;
padding-top: 55px;
}
.testimonial-wrap-two .single-client {
padding: 20px;
padding-left: 20px;
text-align: center;
}
.testimonial-wrap-two .single-client .client-text {
position: unset;
}
.testimonial-wrap-two .single-client p {
margin-bottom: 18px;
}
.any-contact-area .contact-text {
padding: 0;
}
.any-contact-area .contact-call {
padding: 0;
margin-top: 20px;
}
.choose-us-area-two .single-choose span {
width: 70px;
height: 70px;
line-height: 70px;
font-size: 30px;
}
.single-choose {
padding: 20px;
}
.service-area-two .single-service .service-content {
padding-top: 40px;
}
.service-area-two .single-service .service-content .icon-style {
font-size: 25px;
line-height: 50px;
width: 50px;
height: 50px;
}
.hero-slider-area .slider-item {
height: 100%;
padding-top: 70px;
padding-bottom: 70px;
}
.hero-slider-area .slider-item .slider-text {
margin-top: 70px;
}
.hero-slider-area .slider-item .slider-text h1 {
font-size: 30px;
margin-bottom: 20px;
}
.hero-slider-area .slider-item .slider-text p {
font-size: 15px;
margin-bottom: 27px;
}
.hero-slider-area .owl-theme .owl-dots {
bottom: 0;
}
.choose-us-area-three .single-choose span {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 35px;
}
.get-quat-content {
margin-bottom: 30px;
}
.work-area .container-fluid {
margin-left: 0;
margin-right: 15px;
max-width: 540px;
padding-left: 15px !important;
padding-right: 15px !important;
margin: auto;
}
.go-top.active {
left: 85%;
}
.contact-area .contact-wrap {
padding: 20px;
}
.contact-area .section-title h2 {
font-size: 25px;
}
.contact-area .quick-contact h3 {
font-size: 25px;
}
.page-navigation-area {
margin-top: 0;
}
.user-area-all-style .contact-form-action {
padding: 20px;
}
.user-area-all-style .contact-form-action .form-heading .form-title {
font-size: 25px;
}
.user-area-all-style .contact-form-action .form-heading .form-desc {
font-size: 15px;
}
.user-area-all-style .contact-form-action .default-btn {
display: block;
width: 100%;
}
.user-area-all-style .contact-form-action .agree-label {
text-align: center;
}
.user-area-all-style .contact-form-action .forget {
float: unset;
float: unset;
margin-bottom: 30px;
text-align: center;
display: block;
}
.user-area-all-style .contact-form-action .now-register {
float: unset;
margin-top: 10px;
}
.coming-soon-area .coming-soon-content {
height: 100%;
}
.coming-soon-area .coming-soon-content h1 {
font-size: 40px;
line-height: 1.1;
margin-top: 0;
}
.coming-soon-area .coming-soon-content p {
font-size: 13px;
margin-top: 15px;
}
.coming-soon-area .coming-soon-content #timer {
margin-top: 20px;
}
.coming-soon-area .coming-soon-content #timer div {
font-size: 40px;
margin-left: 8px;
margin-right: 8px;
}
.coming-soon-area .coming-soon-content #timer div span {
font-size: 14px;
margin-top: -5px;
}
.coming-soon-area .coming-soon-content #timer div::before {
display: none;
}
.coming-soon-area .coming-soon-content .newsletter-form {
margin-top: 35px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
height: 55px;
padding-left: 13px;
font-size: 15px;
}
.coming-soon-area .coming-soon-content .newsletter-form button {
position: relative;
height: auto;
padding: 14px 30px;
font-size: 14px;
margin-top: 15px;
}
.error-area {
padding: 70px 0;
}
.error-area .error-content-wrap p {
margin: 15px 0 20px;
}
.error-area .error-content-wrap h1 {
font-size: 100px;
}
.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title {
font-size: 14px;
}
.service-list-img {
margin-bottom: 30px;
}
.service-details-wrap .ask-question {
padding: 15px;
}
.contact-area {
margin-top: 0;
padding-top: 50px;
}
.contact-area .quick-contact {
margin-top: 50px;
}
.map-area #map {
height: 300px;
}
.page-title-area {
padding-top: 150px;
padding-bottom: 80px;
}
.page-title-area .page-title-content h2 {
font-size: 30px;
}
.page-title-area .page-title-content ul li {
font-size: 14px;
}
.blog-details-area .widget-area .widget:first-child {
margin-top: 35px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
display: block;
font-size: 15px;
margin-right: 0;
margin-bottom: 5px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li::before {
display: none;
}
.blog-details-area .blog-details-desc .article-content h3 {
line-height: 1.5;
margin-bottom: 10px;
margin-top: 20px;
font-size: 22px;
}
.blog-details-area .blog-details-desc .article-content p {
font-size: 15px;
}
.blog-details-area .blog-details-desc .article-content .features-list li {
font-size: 15px;
}
.blog-details-area .widget-area .widget {
padding: 0;
}
.blog-details-area blockquote {
padding: 30px !important;
}
.blog-details-area blockquote p {
font-size: 16px !important;
}
.blog-details-area .blockquote {
padding: 30px !important;
}
.blog-details-area .blockquote p {
font-size: 16px !important;
}
.blog-details-area .comments-area {
padding: 20px;
}
.blog-details-area .comments-area .comment-author {
font-size: 15px;
margin-bottom: 0.3em;
}
.blog-details-area .comments-area .comment-author .avatar {
left: 0;
position: relative;
display: block;
margin-bottom: 10px;
}
.blog-details-area .comments-area .comment-body {
padding-left: 0;
}
.blog-details-area .comments-area .comments-title {
font-size: 19px;
}
.blog-details-area .comments-area .comments-title::before {
left: -20px;
}
.blog-details-area .comments-area .comment-metadata {
font-size: 12px;
}
.blog-details-area .comments-area .comment-respond .comment-reply-title {
font-size: 19px;
}
.blog-details-area .comments-area .comment-respond .comment-reply-title::before {
left: -20px;
}
.blog-details-area .comments-area .comment-respond .comment-form-author {
width: 100%;
padding-right: 0;
}
.blog-details-area .comments-area .comment-respond .comment-form-email {
width: 100%;
padding-left: 0;
}
.blog-details-area .comments-area .comment-respond .form-submit input {
padding: 12px 25px 10px;
}
.blog-details-area .widget-area .widget:first-child {
margin-top: 35px;
}
.faq-area .faq-accordion {
padding: 20px;
}
.faq-area .faq-accordion h2 {
font-size: 22px;
margin-bottom: 20px;
}
.portfolio-wraps .shorting-menu .filter {
padding: 10px 15px;
margin-bottom: 10px;
}
.service-details-wrap h2 {
font-size: 25px;
}
.single-blog .blog-content {
padding: 20px;
max-width: unset;
margin: 0 auto 0;
}
.single-blog-area {
margin-top: 35px;
}
.header-area .top-header-area {
text-align: center;
}
.header-area .top-header-area .header-content-right li .option-item {
display: none;
}
.header-area .top-header-area .header-content-right li .option-item .search-overlay.search-popup {
z-index: 9999;
}
.sidebar-modal .modal.right .modal-dialog {
width: 300px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.nav-area .others-option {
display: block;
position: absolute;
right: 65px;
top: 23px;
}
.nav-area .others-option .sidebar-menu i {
font-size: 28px;
top: -1px;
display: block;
}
.nav-area .others-option .subscribe .default-btn {
padding: 6px 10px;
display: block;
}
.nav-area .others-option .option-item {
top: -10px;
}
.coming-soon-area .coming-soon-content h1 {
font-size: 55px;
}
.coming-soon-area .coming-soon-content #timer div {
font-size: 45px;
}
.coming-soon-area .coming-soon-content #timer div::before {
font-size: 65px;
right: -49px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
display: inline-block;
font-size: 15px;
margin-right: 10px;
}
.header-area .top-header-area {
text-align: center;
}
.header-area .top-header-area .header-content-right li {
display: inline-block;
padding-right: 10px;
}
.single-blog .blog-content {
padding: 30px;
}
.single-client {
padding: 0 20px 20px 20px;
}
.portfolio-wraps .shorting-menu .filter {
margin-bottom: 0;
}
.single-choose {
padding: 19px;
}
.ml-30 {
margin-left: 30px !important;
}
.single-services {
padding: 15px;
text-align: center;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.ptb-100 {
padding-top: 70px;
padding-bottom: 70px;
}
.pt-100 {
padding-top: 70px;
}
.pb-100 {
padding-bottom: 70px;
}
.pt-70 {
padding-top: 70px;
}
.pb-70 {
padding-bottom: 40px;
}
p {
font-size: 14px;
}
h3 {
font-size: 18px;
}
.go-top.active {
left: 85%;
}
.section-title {
margin-bottom: 30px;
}
.section-title span {
font-size: 12px;
margin-bottom: 10px;
}
.section-title h2 {
font-size: 24px;
margin-bottom: 15px;
}
.default-btn {
font-size: 15px;
padding: 14px 15px;
}
.default-btn.active {
margin-left: 15px;
}
.fixed-top {
position: unset;
}
.header-area .top-header-area {
background-color: #ffffff;
text-align: center;
}
.header-area .top-header-area .header-content-right {
float: unset;
}
.header-area .top-header-area .header-content-right li {
margin-bottom: 8px;
display: inline-block;
padding-right: 10px;
}
.header-area .top-header-area .header-content-right li:last-child {
margin-bottom: 0;
}
.header-area .top-header-area .header-content-left p {
font-size: 13px;
margin-bottom: 8px;
}
.nav-area .others-option {
display: block;
position: absolute;
right: 65px;
top: 23px;
}
.nav-area .others-option .sidebar-menu i {
font-size: 28px;
top: -1px;
}
.nav-area .others-option .subscribe .default-btn {
padding: 6px 10px;
}
.nav-area .others-option .option-item {
top: -10px;
}
.nav-area .others-option .option-item .search-btn {
font-size: 15px;
width: 29px;
height: 29px;
line-height: 29px;
}
.nav-area .others-option .option-item .close-btn {
font-size: 15px;
width: 29px;
height: 29px;
line-height: 29px;
}
.main-banner-area {
padding-top: 135px;
padding-bottom: 70px;
text-align: center;
}
.main-banner-area .container-fluid {
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.main-banner-area .container-fluid .pr-0 {
padding-right: 15px !important;
}
.main-banner-area .banner-text {
margin: auto;
}
.main-banner-area .banner-text span {
font-size: 14px;
margin-bottom: 10px;
font-weight: 500;
}
.main-banner-area .banner-text h1 {
font-size: 25px;
margin-bottom: 20px;
}
.main-banner-area .banner-text p {
font-size: 15px;
margin-bottom: 30px;
}
.main-banner-area .banner-img {
margin-top: 30px;
}
.about-area .about-content span {
font-weight: 500;
margin-bottom: 10px;
}
.about-area .about-content h2 {
font-size: 25px;
}
.about-area .about-content .about-list {
margin-top: 25px;
}
.about-area .about-content .about-list ul li {
font-size: 14px;
}
.about-area .about-content .about-list ul li i {
font-size: 20px;
top: -3px;
}
.about-area .about-img {
margin-top: 30px;
}
.about-area .about-img img {
width: 100%;
}
.our-vision-area .vision-content span {
font-weight: 500;
margin-bottom: 10px;
}
.our-vision-area .vision-content h2 {
font-size: 25px;
}
.our-vision-area .vision-content .vision-list {
margin-top: 25px;
}
.our-vision-area .vision-content .vision-list ul li {
font-size: 14px;
}
.our-vision-area .vision-content .vision-list ul li i {
font-size: 20px;
top: 3px;
}
.our-vision-area .about-img {
margin-bottom: 30px;
}
.our-vision-area .about-img img {
width: 100%;
}
.single-services {
padding: 20px;
}
.single-services i {
position: unset;
margin-bottom: 20px;
display: inline-block;
}
.get-quat-img {
margin-bottom: 30px;
}
.get-quat-img img {
width: 100%;
}
.get-quat-area .quat-form {
padding: 20px;
}
.get-quat-area .quat-form .tabs li a {
padding-right: 15px;
font-size: 18px;
}
.single-counter {
border-right: none;
}
.single-counter h2 {
font-size: 30px;
margin-bottom: 10px;
}
.single-counter p {
font-size: 15px;
}
.achievement-area {
padding-bottom: 50px;
}
.achievement-area .achievement-content span {
margin-bottom: 10px;
font-size: 14px;
}
.achievement-area .achievement-content h2 {
font-size: 25px;
margin-bottom: 20px;
}
.achievement-area .achievement-content .default-btn {
margin-top: 15px;
}
.achievement-area .video-img {
margin-bottom: 30px;
}
.achievement-area .video-img::before {
display: none;
}
.achievement-area .video-img img {
width: 100%;
}
.agent-now-area .call-now {
padding: 20px;
padding-left: 70px;
margin-bottom: 30px;
}
.agent-now-area .call-now p {
font-size: 16px;
}
.agent-now-area .call-now span {
font-size: 20px;
}
.agent-now-area .call-now i {
font-size: 25px;
top: 20px;
left: 20px;
}
.agent-now-area .subscribe-wrap {
padding: 20px;
}
.agent-now-area .subscribe-wrap p {
font-size: 16px;
}
.agent-now-area .subscribe-wrap .newsletter-form .default-btn {
position: relative;
display: block;
width: 100%;
margin-top: 20px;
}
.agent-now-area .agent-shape {
display: none;
}
.business-contact-area .row {
margin-left: 0;
margin-right: 0;
}
.business-contact-area .business-content {
padding: 20px;
}
.business-contact-area .business-content h3 {
font-size: 18px;
line-height: 1.4;
}
.business-contact-area .business-content p {
margin-left: 20px;
bottom: 22px;
left: 40%;
}
.main-banner-area-two {
height: 100%;
padding-top: 135px;
padding-bottom: 70px;
text-align: center;
}
.main-banner-area-two .container-fluid {
max-width: 540px;
margin-left: auto;
margin-right: auto;
}
.main-banner-area-two .container-fluid .pr-0 {
padding-right: 15px !important;
}
.main-banner-area-two .banner-text {
text-align: center;
padding: 0;
}
.main-banner-area-two .banner-text span {
font-size: 14px;
margin-bottom: 10px;
font-weight: 500;
}
.main-banner-area-two .banner-text h1 {
font-size: 25px;
margin-bottom: 20px;
}
.main-banner-area-two .banner-text p {
font-size: 15px;
margin-bottom: 30px;
}
.main-banner-area-two .banner-img {
margin-top: 30px;
height: 500px;
border-radius: 0;
}
.about-area .about-img-3 {
margin-top: 20px;
float: unset;
}
.about-area .about-img-3 img {
width: 100%;
}
.about-area .about-img-3 .about-img-2 {
position: absolute;
top: unset;
left: 0;
bottom: 0;
}
.about-area .about-content .about-list .about-single-list {
padding-left: 40px;
}
.about-area .about-content .about-list .about-single-list span {
font-size: 14px;
}
.about-area .about-content .about-list .about-single-list i {
font-size: 30px;
}
.about-single-list.list-2 {
margin-bottom: 30px;
}
.testimonial-wrap-two .single-client {
padding: 20px;
padding-left: 20px;
text-align: center;
}
.testimonial-wrap-two .single-client .client-text {
position: unset;
}
.testimonial-wrap-two .single-client p {
margin-bottom: 18px;
}
.any-contact-area .contact-text {
padding: 0;
}
.any-contact-area .contact-call {
padding: 0;
margin-top: 20px;
}
.choose-us-area-two .single-choose span {
width: 70px;
height: 70px;
line-height: 70px;
font-size: 30px;
}
.single-choose {
padding: 20px;
}
.service-area-two .single-service .service-content {
padding-top: 40px;
}
.service-area-two .single-service .service-content .icon-style {
font-size: 25px;
line-height: 50px;
width: 50px;
height: 50px;
}
.hero-slider-area .slider-item {
height: 100%;
padding-top: 70px;
padding-bottom: 70px;
}
.hero-slider-area .slider-item .slider-text {
margin-top: 70px;
}
.hero-slider-area .slider-item .slider-text h1 {
font-size: 30px;
margin-bottom: 20px;
}
.hero-slider-area .slider-item .slider-text p {
font-size: 15px;
margin-bottom: 27px;
}
.hero-slider-area .owl-theme .owl-dots {
bottom: 0;
}
.choose-us-area-three .single-choose span {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 35px;
}
.get-quat-content {
margin-bottom: 30px;
}
.work-area .container-fluid {
margin-left: 0;
margin-right: 15px;
max-width: 720px;
padding-left: 15px !important;
padding-right: 15px !important;
margin: auto;
}
.faq-area .faq-accordion {
padding: 20px;
}
.faq-area .faq-accordion h2 {
font-size: 25px;
margin-bottom: 20px;
}
.contact-area .contact-wrap {
padding: 20px;
}
.contact-area .section-title h2 {
font-size: 25px;
}
.page-navigation-area {
margin-top: 0;
}
.user-area-all-style .contact-form-action {
padding: 20px;
}
.user-area-all-style .contact-form-action .form-heading .form-title {
font-size: 25px;
}
.user-area-all-style .contact-form-action .form-heading .form-desc {
font-size: 15px;
}
.contact-area {
margin-top: 0;
padding-top: 70px;
}
.contact-area .quick-contact {
margin-top: 70px;
}
.map-area #map {
height: 300px;
}
.page-title-area {
padding-top: 150px;
padding-bottom: 80px;
}
.page-title-area .page-title-content h2 {
font-size: 30px;
}
.page-title-area .page-title-content ul li {
font-size: 14px;
}
.section-title {
margin: 0px auto 30px;
}
.contact-info-area .contact-info-wrap {
padding: 30px;
}
.contact-info-area .contact-info-wrap h2 {
margin-bottom: 30px;
}
.service-details-area .faq-area {
padding-top: 0;
padding-bottom: 0;
}
.service-details-area .service-details-wrap .ask-question {
margin-top: 30px;
}
.blog-details-area .widget-area .widget:first-child {
margin-top: 35px;
}
.go-top.active {
top: 93%;
}
.blog-details-area .widget-area .widget:first-child {
margin-top: 35px;
}
.service-details-wrap h2 {
font-size: 25px;
}
.single-blog .blog-content {
padding: 20px;
max-width: unset;
margin: 0 auto 0;
}
.single-blog-area {
margin-top: 35px;
}
.header-area .top-header-area .header-content-right li .option-item .search-overlay.search-popup {
z-index: 9999;
margin-top: 25px;
}
.sidebar-modal .modal.right .modal-dialog {
width: 300px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .others-option {
top: 4px;
}
.header-area .others-option .sidebar-menu i {
font-size: 30px;
top: -2px;
}
.header-area .others-option .subscribe .default-btn {
padding: 8px 10px;
}
.header-area .others-option .option-item {
top: -13px;
}
.header-area .others-option .option-item .search-btn {
font-size: 15px;
width: 30px;
height: 30px;
line-height: 30px;
}
.header-area .others-option .option-item .close-btn {
font-size: 15px;
width: 30px;
height: 30px;
line-height: 30px;
}
.main-banner-area {
padding-top: 200px;
padding-bottom: 100px;
}
.main-banner-area .container-fluid {
max-width: 960px;
margin-right: auto;
}
.main-banner-area .container-fluid .pr-0 {
padding-right: 15px !important;
}
.main-banner-area .banner-text h1 {
font-size: 45px;
}
.section-title h2 {
font-size: 35px;
}
.about-area .about-content h2 {
font-size: 35px;
}
.our-vision-area .vision-content h2 {
font-size: 35px;
}
.main-banner-area-two {
height: 100%;
}
.main-banner-area-two .container-fluid {
max-width: 960px;
}
.main-banner-area-two .banner-text {
padding-top: 300px;
}
.main-banner-area-two .banner-text h1 {
font-size: 45px;
}
.choose-us-area-two .single-choose {
padding: 15px;
}
.choose-us-area-two .single-choose span {
width: 70px;
height: 70px;
line-height: 70px;
font-size: 35px;
}
.choose-us-area-two .single-choose h3 {
font-size: 18px;
}
.about-area .about-img-3 .about-img-2 {
top: unset;
left: 0;
bottom: 0;
}
.business-contact-area .business-content h3 {
font-size: 25px;
}
.business-contact-area .business-content p {
left: 45%;
}
.any-contact-area .contact-text h3 {
font-size: 18px;
}
.header-area-three .nav-area .navbar-area .navbar {
max-width: 960px;
margin: 0px auto 0;
position: relative;
}
.header-area-three .nav-area .navbar-area .navbar::after {
display: none;
}
.hero-slider-area .slider-item .slider-text h1 {
font-size: 50px;
}
.sidebar-modal .modal.right .modal-dialog {
width: 350px;
}
}
@media only screen and (min-width: 1700px) {
.main-banner-area {
padding-top: 300px;
padding-bottom: 300px;
}
.our-vision-area .vision-shape img {
width: 800px;
}
.main-banner-area-two .banner-text {
padding-top: 350px;
padding-bottom: 250px;
}
.choose-us-area-two .container {
max-width: 1500px;
}
}
@media only screen and (max-width: 991px) {
.mean-container .mean-bar {
background-color: #fff;
-webkit-box-shadow: 0px 20px 20px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 20px 20px 20px rgba(0, 0, 0, 0.05);
height: 70px;
}
.mean-container a.meanmenu-reveal {
padding: 25px 15px 0 0;
color: #31abfc;
}
.mean-container a.meanmenu-reveal span {
background-color: #31abfc;
position: relative;
top: 8px;
margin-top: -5px;
}
.mobile-nav .logo {
width: 70px;
top: 14px;
}
.mobile-nav.mean-container .mean-nav {
margin-top: 70px;
}
.mobile-nav.mean-container .mean-nav ul li a:hover {
color: #31abfc;
}
.mobile-nav.mean-container .mean-nav ul li a.active {
color: #31abfc;
}
}
/*# sourceMappingURL=responsive.css.map */
| 0.258794 | 0.081593 |
.cssload-inner.cssload-three, .cssload-inner.cssload-two{
border-color:#ffb600;
}
.green_t{
color:#ffb600;
}
/* ---------------- Button ---------------- */
.btn-white:before{
background:#ffb600;
}
.btn-green{
background:#ffb600;
border-color:#ffb600;
}
.btn-white:hover {
border-color:#ffb600;
}
/* ---------------- wigdet ---------------- */
ul.links li a:hover, ul.links li a:focus,
.footer_small .breadcrumb li a:hover, .footer_small .breadcrumb li a:focus{ color:#ffb600;}
.widget .tags > li a:hover, .widget .tags > li a:focus{
border-color:#ffb600;
color:#ffb600;
}
.single_post .text a:hover, .single_post .text a:focus{
color:#ffb600;
}
/*Pagination*/
.pager li > a:hover, .pager li > a:focus, .pager li.active > a:hover{
background:#ffb600;
border-color:#ffb600;
}
.pager li.active > a{
background:#019bb6;
border-color:#019bb6;
}
/*Overlays*/
.layout_second .overlay{
background:rgba(239,35,67, .8);
}
.overlay.white{
background:rgba(255,255,255, .8);
}
.service_wrap .overlay, #layout-project .overlay{
background:rgba(37, 116, 62, .8);
}
.overlay a.overlay_center:hover, .overlay a.overlay_center:focus{
background:#019bb6;
}
a.back-to:hover, a.back-to:focus{ background:#ffb600;}
/* ----------------- HEADER -----------------*/
nav.navbar.bootsnav ul.nav > li.dropdown > .dropdown-toggle:hover,
nav.navbar.bootsnav ul.nav > li.dropdown.on > .dropdown-toggle{
color:#ffb600;
}
nav.navbar.bootsnav ul.nav > li > a.border:before{
background:#ffb600;
}
.navbar.bootsnav .navbar-toggle{
color:#ffb600;
}
/*Push Menu*/
/*this is the nav*/
.pushmenu{
border-top:5px solid #ffb600;
}
.pushmenu .push_nav > li > a:hover, .pushmenu .push_nav > li > a:focus,
.pushmenu .push_nav > li.active > a,
#layout_bottom nav.navbar.bootsnav ul.nav > li > a:hover,
#layout_bottom nav.navbar.bootsnav ul.nav > li > a:focus,
#layout_bottom nav.navbar.bootsnav ul.nav > li.active > a{
color:#ffb600;
}
/* ----------------- HEADER ----------------- */
/* ----------------- Iconic Text Box ----------------- */
#info .text_box:hover span{
box-shadow: inset 0 0 0 5px #fff;
border:3px solid #ffb600;
background:#ffb600;
}
#info .text_box span.fill{
background:#ffb600;
border: 3px solid #ffb600;
box-shadow: inset 0 0 0 3px #fff;
}
#info .text_box:hover span.fill{
box-shadow: inset 0 0 0 5px #fff;
border:3px solid #019BB6;
background:#019BB6;
}
#info .desc_box .readmore:hover, #info .desc_box .readmore:focus{
color:#ff9f1c;
}
.info .icon_box.blue i{
color: #ffb600;
}
.info .icon_box i {
color: #00abc9;
}
.info .icon_box:hover{ background:#ffb600; }
.info .icon_box.blue:hover{ background:#00abc9; }
/* ----------------- Iconic Text ends ----------------- */
/* ----------------- OWL Slider ----------------- */
.owl-controls .owl-page span:hover, .owl-controls .owl-page.active span{
background:#ffb600;
}
.layout_second .owl-controls .owl-page span:hover, .layout_second .owl-controls .owl-page.active span{
background:#F89714 !important;
}
.layout_second .btn-border:before{
background:#F89714;
border-color:#F89714 !important;
}
#plan_slider{ position:relative;}
#plan_slider .item{
padding-left:15px;
padding-right:15px;
}
#plan_slider .item, #plan_slider .item h2, #plan_slider .item p,
#plan_slider .item span, #plan_slider .item a{
-moz-transform:scale none !important;
-ms-transform:scale none !important;
-o-transform:scale none !important;
-webkit-transform:scale none !important;
transform:sscale none !important;
}
/* ----------------- OWL Slider ends ----------------- */
/* ----------------- News & Thoughts / Blog & Our Team----------------- */
.team_wrap:hover h3, .news:hover h4,
.news ul.news_crumb li a:hover, .news ul.news_crumb li a:focus, .news a:hover, .news a:focus,
.blog_item:hover a, .blog_item:focus a{
color:#ffb600;
}
/* ----------------- News & Thoughts ends ----------------- */
/* ----------------- Page Header ----------------- */
.page_linker .breadcrumb li a:hover, .page_linker .breadcrumb li a:focus, .page_linker .breadcrumb li.active{
color:#ffb600;
}
/* ----------------- Page Header ends ----------------- */
/* ----------------- About Us ----------------- */
ul.check li > i{
color:#ffb600;
}
/* ----------------- About Us ends ----------------- */
/* ----------------- Layout Wraps ----------------- */
#quality .right .media-object{
border:1px solid #ffb600;
}
.media:hover .media-object{
background:#ffb600;
border-color:#ffb600;
}
/* ----------------- Layout Wraps Ends ----------------- */
/* ----------------- Services ----------------- */
.services ul.tabs li:hover, .services ul.tabs li:focus, .services ul.tabs li.active{
background:#ffb600;
}
.services_content .items > li > a.expanded:after,
.services_content .items > li > a:hover::after{
background: #ffb600;
}
/* ----------------- Services Ends ----------------- */
/* ----------------- Projects ----------------- */
.project_cap:hover h3 > a{
color:#ffb600;
}
#project-filter .cbp-filter-item:after, #project-filter .cbp-filter-item.cbp-filter-item-active:after{
background:#ffb600;
}
#project-filter .cbp-filter-item:hover, #project-filter .cbp-filter-item.cbp-filter-item-active{
color:#ffb600;
}
#project .project_nav span:hover, #project .project_nav a:hover{
color:#ffb600;
}
#project .project_nav a.grid_icon:hover, #project .project_nav a.grid_icon:focus{
background:#ffb600;
}
/* ----------------- Projects Ends ----------------- */
/* ----------------- Faq's ----------------- */
#faq .accordion_title > a.active, #faq .accordion_title > a:hover, #faq .accordion_title > a:focus{
background: #019bb6;
color:#fff;
margin-bottom:10px;
border-color:#019bb6;
}
#faq .accordion_title > a.active i, #faq .accordion_title > a:hover i, #faq .accordion_title > a:focus i {
color: #019bb6;
background:#fff;
}
#faq .accordion_title > a i {
padding:3px 4px 2px 4px;
background:#019bb6;
border-radius:1px;
color:#fff;
margin:0;
top:50%;
position:absolute;
transform:translateY(-50%);
right:10px;
}
.content { border:1px solid #d9d9d9;}
/* ----------------- Faq's ends ----------------- */
/* ----------------- Comming Soon ----------------- */
.comming_center .input-group-btn .btn-coming{
background:#ffb600;
}
/* ----------------- Comming Soon ends ----------------- */
/* ----------------- 404 ----------------- */
#error{
position:relative;
}
#error .error_inner {
left: 50%;
position: relative;
-moz-transform: translate(-50%);
-ms-transform: translate(-50%);
-o-transform: translate(-50%);
-webkit-transform: translate(-50%);
transform: translate(-50%);
}
#error .content{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
display:block;
border:none;
}
#error .content h2{
font-size:55px;
line-height:1;
}
/* ----------------- 404 ends ----------------- */
/* ----------------- Contact Info ----------------- */
.bg_contact.bg_one{
background:url(../images/bg-contact.jpg) no-repeat;
background-position:center right;
}
.bg_contact.bg_two{
background:url(../images/bg-contact2.jpg) no-repeat;
background-position:center right;
}
.bg_contact.red{
background:url(../images/bg-contactRed.jpg) no-repeat;
background-position:center right;
}
/* ----------------- Contact Info Ends----------------- */
/* ----------------- Footer ----------------- */
.footer_top .footer_panel .media-body a:hover, .footer_top .footer_panel .media-body a:focus{
color:#ffb600;
}
.footer_top.layout_second .footer_panel .media-body a:hover,
.footer_top.layout_second .footer_panel .media-body a:focus{
color:#ff9f1c;
}
.copyright{ background:#0a0a0b; }
.copyright p{
color:#a6a6a6;
margin:20px 0;
}
.copyright.layout_second p a:hover, .copyright.layout_second p:focus{ color:#ef233c;}
.footer_small{
padding:30px 0;
}
.footer_small .breadcrumb{
background:transparent;
padding:0;
}
.footer_small .breadcrumb li{
display:inline-block;
}
/*Responsive Layouts*/
@media screen and (max-width: 1024px){
.parallax_one, .parallax_two, #bg-video, .parallax_news, .parallax_bg_slider, .page_header{
background-position:center center !important;
}
#about .number-counters .counters-item p.data > strong{
font-size: 40px;
}
#about .number-counters .counters-item p.data > sub{
font-size: 26px;
}
}
@media screen and (max-width: 992px){
h2{
font-size:28px;
}
h3{
font-size:20px;
}
h4{
font-size:18px;
}
.topbar {
width:100%;
position:relative !important;
right:0 !important;
}
.attr-nav, .layout_second .attr-nav, #layout_bottom .attr-nav{
left: 50%;
position: absolute;
right: auto;
top: auto !important;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
margin-top: 12px;
}
nav.navbar.bootsnav .navbar-brand{
display: inline-block;
padding:10px 0;
}
nav.navbar.bootsnav .navbar-brand > img{
width:75%;
}
header.layout_fifth nav.bootsnav.brand-center .navbar-brand {
float: left;
}
header.layout_fifth .brand-center.no-background {
padding-top: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
font-size:12px;
padding:10px 0 !important;
border-color:transparent;
}
nav.navbar.bootsnav ul.nav > li > a.border:before{
display:none;
}
#quality .quality_wrap .left{
top:0;
position:relative;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
-webkit-transform:none;
transform:none;
}
#quality .right {
padding:35px 15px;
}
.blog_item .media-left .media-object{
max-width:270px;
}
.page_header{ padding:80px 0;}
#faq .accordion_title > a{
font-size:14px;
}
}
@media screen and (max-width: 767px){
.layout_first, .layout_sixth{
top:0;
}
.topbar, .attr-nav, #rev_slider_second p, .rev_slider p, .tparrows{
display:none;
}
/* Good Plan */
#plans .content_right{
top:0;
position:relative;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
-webkit-transform:none;
transform:none;
margin:0 15px 0px 15px;
}
#facts .number-counters .counters-item,
#about .number-counters .counters-item{
padding:0 15px;
}
#facts .number-counters .counters-item p.data > strong {
font-size: 50px;
}
#facts .number-counters .counters-item p.data > sub{
font-size: 30px;
}
#bg-video .video{
margin-bottom:30px;
}
.page_header h1 {
font-size: 30px;
}
.services ul.tabs{
display:none;
}
.services .tab_drawer_heading{
display:block;
}
#map{ height:230px;}
}
@media screen and (max-width: 544px){
.do_media .media-body, .do_media .media-left, .blog_item .media-left, .blog_item .media-body{
display: block;
}
.do_media .media-left .media-object, .blog_item .media-left .media-object{
width: 100%;
}
.do_media .media-body, .blog_item .media-body{
width:auto;
padding-top:30px;
}
#clockdiv .count-inner span {
font-size: 30px;
}
.smalltext {
font-size: 12px;
}
}
@media screen and (max-width: 479px){
.attr-nav {
display:none;
}
}
|
public/css/yellow.css
|
.cssload-inner.cssload-three, .cssload-inner.cssload-two{
border-color:#ffb600;
}
.green_t{
color:#ffb600;
}
/* ---------------- Button ---------------- */
.btn-white:before{
background:#ffb600;
}
.btn-green{
background:#ffb600;
border-color:#ffb600;
}
.btn-white:hover {
border-color:#ffb600;
}
/* ---------------- wigdet ---------------- */
ul.links li a:hover, ul.links li a:focus,
.footer_small .breadcrumb li a:hover, .footer_small .breadcrumb li a:focus{ color:#ffb600;}
.widget .tags > li a:hover, .widget .tags > li a:focus{
border-color:#ffb600;
color:#ffb600;
}
.single_post .text a:hover, .single_post .text a:focus{
color:#ffb600;
}
/*Pagination*/
.pager li > a:hover, .pager li > a:focus, .pager li.active > a:hover{
background:#ffb600;
border-color:#ffb600;
}
.pager li.active > a{
background:#019bb6;
border-color:#019bb6;
}
/*Overlays*/
.layout_second .overlay{
background:rgba(239,35,67, .8);
}
.overlay.white{
background:rgba(255,255,255, .8);
}
.service_wrap .overlay, #layout-project .overlay{
background:rgba(37, 116, 62, .8);
}
.overlay a.overlay_center:hover, .overlay a.overlay_center:focus{
background:#019bb6;
}
a.back-to:hover, a.back-to:focus{ background:#ffb600;}
/* ----------------- HEADER -----------------*/
nav.navbar.bootsnav ul.nav > li.dropdown > .dropdown-toggle:hover,
nav.navbar.bootsnav ul.nav > li.dropdown.on > .dropdown-toggle{
color:#ffb600;
}
nav.navbar.bootsnav ul.nav > li > a.border:before{
background:#ffb600;
}
.navbar.bootsnav .navbar-toggle{
color:#ffb600;
}
/*Push Menu*/
/*this is the nav*/
.pushmenu{
border-top:5px solid #ffb600;
}
.pushmenu .push_nav > li > a:hover, .pushmenu .push_nav > li > a:focus,
.pushmenu .push_nav > li.active > a,
#layout_bottom nav.navbar.bootsnav ul.nav > li > a:hover,
#layout_bottom nav.navbar.bootsnav ul.nav > li > a:focus,
#layout_bottom nav.navbar.bootsnav ul.nav > li.active > a{
color:#ffb600;
}
/* ----------------- HEADER ----------------- */
/* ----------------- Iconic Text Box ----------------- */
#info .text_box:hover span{
box-shadow: inset 0 0 0 5px #fff;
border:3px solid #ffb600;
background:#ffb600;
}
#info .text_box span.fill{
background:#ffb600;
border: 3px solid #ffb600;
box-shadow: inset 0 0 0 3px #fff;
}
#info .text_box:hover span.fill{
box-shadow: inset 0 0 0 5px #fff;
border:3px solid #019BB6;
background:#019BB6;
}
#info .desc_box .readmore:hover, #info .desc_box .readmore:focus{
color:#ff9f1c;
}
.info .icon_box.blue i{
color: #ffb600;
}
.info .icon_box i {
color: #00abc9;
}
.info .icon_box:hover{ background:#ffb600; }
.info .icon_box.blue:hover{ background:#00abc9; }
/* ----------------- Iconic Text ends ----------------- */
/* ----------------- OWL Slider ----------------- */
.owl-controls .owl-page span:hover, .owl-controls .owl-page.active span{
background:#ffb600;
}
.layout_second .owl-controls .owl-page span:hover, .layout_second .owl-controls .owl-page.active span{
background:#F89714 !important;
}
.layout_second .btn-border:before{
background:#F89714;
border-color:#F89714 !important;
}
#plan_slider{ position:relative;}
#plan_slider .item{
padding-left:15px;
padding-right:15px;
}
#plan_slider .item, #plan_slider .item h2, #plan_slider .item p,
#plan_slider .item span, #plan_slider .item a{
-moz-transform:scale none !important;
-ms-transform:scale none !important;
-o-transform:scale none !important;
-webkit-transform:scale none !important;
transform:sscale none !important;
}
/* ----------------- OWL Slider ends ----------------- */
/* ----------------- News & Thoughts / Blog & Our Team----------------- */
.team_wrap:hover h3, .news:hover h4,
.news ul.news_crumb li a:hover, .news ul.news_crumb li a:focus, .news a:hover, .news a:focus,
.blog_item:hover a, .blog_item:focus a{
color:#ffb600;
}
/* ----------------- News & Thoughts ends ----------------- */
/* ----------------- Page Header ----------------- */
.page_linker .breadcrumb li a:hover, .page_linker .breadcrumb li a:focus, .page_linker .breadcrumb li.active{
color:#ffb600;
}
/* ----------------- Page Header ends ----------------- */
/* ----------------- About Us ----------------- */
ul.check li > i{
color:#ffb600;
}
/* ----------------- About Us ends ----------------- */
/* ----------------- Layout Wraps ----------------- */
#quality .right .media-object{
border:1px solid #ffb600;
}
.media:hover .media-object{
background:#ffb600;
border-color:#ffb600;
}
/* ----------------- Layout Wraps Ends ----------------- */
/* ----------------- Services ----------------- */
.services ul.tabs li:hover, .services ul.tabs li:focus, .services ul.tabs li.active{
background:#ffb600;
}
.services_content .items > li > a.expanded:after,
.services_content .items > li > a:hover::after{
background: #ffb600;
}
/* ----------------- Services Ends ----------------- */
/* ----------------- Projects ----------------- */
.project_cap:hover h3 > a{
color:#ffb600;
}
#project-filter .cbp-filter-item:after, #project-filter .cbp-filter-item.cbp-filter-item-active:after{
background:#ffb600;
}
#project-filter .cbp-filter-item:hover, #project-filter .cbp-filter-item.cbp-filter-item-active{
color:#ffb600;
}
#project .project_nav span:hover, #project .project_nav a:hover{
color:#ffb600;
}
#project .project_nav a.grid_icon:hover, #project .project_nav a.grid_icon:focus{
background:#ffb600;
}
/* ----------------- Projects Ends ----------------- */
/* ----------------- Faq's ----------------- */
#faq .accordion_title > a.active, #faq .accordion_title > a:hover, #faq .accordion_title > a:focus{
background: #019bb6;
color:#fff;
margin-bottom:10px;
border-color:#019bb6;
}
#faq .accordion_title > a.active i, #faq .accordion_title > a:hover i, #faq .accordion_title > a:focus i {
color: #019bb6;
background:#fff;
}
#faq .accordion_title > a i {
padding:3px 4px 2px 4px;
background:#019bb6;
border-radius:1px;
color:#fff;
margin:0;
top:50%;
position:absolute;
transform:translateY(-50%);
right:10px;
}
.content { border:1px solid #d9d9d9;}
/* ----------------- Faq's ends ----------------- */
/* ----------------- Comming Soon ----------------- */
.comming_center .input-group-btn .btn-coming{
background:#ffb600;
}
/* ----------------- Comming Soon ends ----------------- */
/* ----------------- 404 ----------------- */
#error{
position:relative;
}
#error .error_inner {
left: 50%;
position: relative;
-moz-transform: translate(-50%);
-ms-transform: translate(-50%);
-o-transform: translate(-50%);
-webkit-transform: translate(-50%);
transform: translate(-50%);
}
#error .content{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
display:block;
border:none;
}
#error .content h2{
font-size:55px;
line-height:1;
}
/* ----------------- 404 ends ----------------- */
/* ----------------- Contact Info ----------------- */
.bg_contact.bg_one{
background:url(../images/bg-contact.jpg) no-repeat;
background-position:center right;
}
.bg_contact.bg_two{
background:url(../images/bg-contact2.jpg) no-repeat;
background-position:center right;
}
.bg_contact.red{
background:url(../images/bg-contactRed.jpg) no-repeat;
background-position:center right;
}
/* ----------------- Contact Info Ends----------------- */
/* ----------------- Footer ----------------- */
.footer_top .footer_panel .media-body a:hover, .footer_top .footer_panel .media-body a:focus{
color:#ffb600;
}
.footer_top.layout_second .footer_panel .media-body a:hover,
.footer_top.layout_second .footer_panel .media-body a:focus{
color:#ff9f1c;
}
.copyright{ background:#0a0a0b; }
.copyright p{
color:#a6a6a6;
margin:20px 0;
}
.copyright.layout_second p a:hover, .copyright.layout_second p:focus{ color:#ef233c;}
.footer_small{
padding:30px 0;
}
.footer_small .breadcrumb{
background:transparent;
padding:0;
}
.footer_small .breadcrumb li{
display:inline-block;
}
/*Responsive Layouts*/
@media screen and (max-width: 1024px){
.parallax_one, .parallax_two, #bg-video, .parallax_news, .parallax_bg_slider, .page_header{
background-position:center center !important;
}
#about .number-counters .counters-item p.data > strong{
font-size: 40px;
}
#about .number-counters .counters-item p.data > sub{
font-size: 26px;
}
}
@media screen and (max-width: 992px){
h2{
font-size:28px;
}
h3{
font-size:20px;
}
h4{
font-size:18px;
}
.topbar {
width:100%;
position:relative !important;
right:0 !important;
}
.attr-nav, .layout_second .attr-nav, #layout_bottom .attr-nav{
left: 50%;
position: absolute;
right: auto;
top: auto !important;
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
margin-top: 12px;
}
nav.navbar.bootsnav .navbar-brand{
display: inline-block;
padding:10px 0;
}
nav.navbar.bootsnav .navbar-brand > img{
width:75%;
}
header.layout_fifth nav.bootsnav.brand-center .navbar-brand {
float: left;
}
header.layout_fifth .brand-center.no-background {
padding-top: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
font-size:12px;
padding:10px 0 !important;
border-color:transparent;
}
nav.navbar.bootsnav ul.nav > li > a.border:before{
display:none;
}
#quality .quality_wrap .left{
top:0;
position:relative;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
-webkit-transform:none;
transform:none;
}
#quality .right {
padding:35px 15px;
}
.blog_item .media-left .media-object{
max-width:270px;
}
.page_header{ padding:80px 0;}
#faq .accordion_title > a{
font-size:14px;
}
}
@media screen and (max-width: 767px){
.layout_first, .layout_sixth{
top:0;
}
.topbar, .attr-nav, #rev_slider_second p, .rev_slider p, .tparrows{
display:none;
}
/* Good Plan */
#plans .content_right{
top:0;
position:relative;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
-webkit-transform:none;
transform:none;
margin:0 15px 0px 15px;
}
#facts .number-counters .counters-item,
#about .number-counters .counters-item{
padding:0 15px;
}
#facts .number-counters .counters-item p.data > strong {
font-size: 50px;
}
#facts .number-counters .counters-item p.data > sub{
font-size: 30px;
}
#bg-video .video{
margin-bottom:30px;
}
.page_header h1 {
font-size: 30px;
}
.services ul.tabs{
display:none;
}
.services .tab_drawer_heading{
display:block;
}
#map{ height:230px;}
}
@media screen and (max-width: 544px){
.do_media .media-body, .do_media .media-left, .blog_item .media-left, .blog_item .media-body{
display: block;
}
.do_media .media-left .media-object, .blog_item .media-left .media-object{
width: 100%;
}
.do_media .media-body, .blog_item .media-body{
width:auto;
padding-top:30px;
}
#clockdiv .count-inner span {
font-size: 30px;
}
.smalltext {
font-size: 12px;
}
}
@media screen and (max-width: 479px){
.attr-nav {
display:none;
}
}
| 0.165391 | 0.055387 |
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
:root{
--mint-cream: #f7fff6ff;
--magic-mint: #bcebcbff;
--granny-smith-apple: #87d68dff;
--green-pantone: #39a742ff;
--light-slate-gray: #8491a3ff;
--nyanza: rgb(232, 247, 230);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
body{
background: var(--nyanza);
font-family: 'Poppins', sans-serif;
}
header .container-header{
display: flex;
flex-direction: row;
align-items: center;
justify-content:space-around;
background: var(--green-pantone);
}
header .logo{
margin-left: 5px;
font-family: 'Poppins', sans-serif;
font-size: 40px;
color: var(--mint-cream);
}
header nav button{
font-family: 'Poppins', sans-serif;
font-weight: 600;
height: 2.5rem;
padding: 0 1rem;
border-radius: 2rem;
margin-right: 0.25rem;
border: none;
}
header nav .login{
background: #132A13;
color: var(--mint-cream);
}
header nav .anunciar{
background: var(--mint-cream);
}
header nav button:hover{
background: var(--magic-mint);
}
header nav .login:hover{
color: black;
}
header nav button a{
color:var(--mint-cream)
}
header nav img {
height: 18px;
margin-right: 10px;
}
.imagem-principal {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 5%;
/* border: solid 1px; */
}
.imagem-principal img{
width: 15%;
align-items: center;
/* border: solid 1px; */
}
.imagem-principal h3{
margin-top: 2%;
/* border: 1px solid; */
}
.localizacao {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 5%;
/* border: solid 1px; */
}
.localizacao form {
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
}
.localizacao form select {
margin: 1% 40%;
height: 3rem;
padding-left: 1rem;
font-size: 1rem;
}
.localizacao form a{
background: var(--granny-smith-apple);
border: none;
border-radius: 10px;;
height: 3rem;
margin: 1% 40%;
font-size: 1rem;
color: white;
font-size: 1.5rem;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.corpo {
margin-top: 3%;
}
.corpo a {
border: 1px solid gray;
color: black;
padding: 0.5rem 1rem;
border-radius: 0.25rem;
margin-left: 10%;
}
.corpo .estado, .cidades-encontradas {
margin-top: 2%;
margin-left: 10%;
}
.cidades {
display: flex;
margin-left: 10%;
margin-top: 2%;
height: 8rem;
border-left: solid 3px var(--green-pantone);
}
.cidades a{
display: flex;
flex-direction: row;
justify-content: start;
align-items: center;
background: white;
width: 90%;
}
.cidades a:hover {
background: var(--mint-cream);
transform: 1s;
}
.cidades .cidade-imagem img {
margin-top: 1rem;
margin-left: 1rem;
height: 3rem;
}
.cidades .cidade-nome p {
color: black;
font-size: 2rem;
margin-left: 1rem;
}
.form-login {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.form-imagem{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.form-imagem img {
width: 100%;
height: 12rem;
}
.form-login form {
margin-top: 2rem;
width: 28%;
}
.form-login form input {
width: 100%;
height: 2rem;
padding-left: 1rem;
}
.form-login form a{
background: var(--granny-smith-apple);
border: none;
border-radius: 10px;;
height: 3rem;
margin: 1% 40%;
font-size: 1rem;
color: white;
font-size: 1.5rem;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
|
frontend/style.css
|
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
:root{
--mint-cream: #f7fff6ff;
--magic-mint: #bcebcbff;
--granny-smith-apple: #87d68dff;
--green-pantone: #39a742ff;
--light-slate-gray: #8491a3ff;
--nyanza: rgb(232, 247, 230);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
body{
background: var(--nyanza);
font-family: 'Poppins', sans-serif;
}
header .container-header{
display: flex;
flex-direction: row;
align-items: center;
justify-content:space-around;
background: var(--green-pantone);
}
header .logo{
margin-left: 5px;
font-family: 'Poppins', sans-serif;
font-size: 40px;
color: var(--mint-cream);
}
header nav button{
font-family: 'Poppins', sans-serif;
font-weight: 600;
height: 2.5rem;
padding: 0 1rem;
border-radius: 2rem;
margin-right: 0.25rem;
border: none;
}
header nav .login{
background: #132A13;
color: var(--mint-cream);
}
header nav .anunciar{
background: var(--mint-cream);
}
header nav button:hover{
background: var(--magic-mint);
}
header nav .login:hover{
color: black;
}
header nav button a{
color:var(--mint-cream)
}
header nav img {
height: 18px;
margin-right: 10px;
}
.imagem-principal {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 5%;
/* border: solid 1px; */
}
.imagem-principal img{
width: 15%;
align-items: center;
/* border: solid 1px; */
}
.imagem-principal h3{
margin-top: 2%;
/* border: 1px solid; */
}
.localizacao {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 5%;
/* border: solid 1px; */
}
.localizacao form {
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
}
.localizacao form select {
margin: 1% 40%;
height: 3rem;
padding-left: 1rem;
font-size: 1rem;
}
.localizacao form a{
background: var(--granny-smith-apple);
border: none;
border-radius: 10px;;
height: 3rem;
margin: 1% 40%;
font-size: 1rem;
color: white;
font-size: 1.5rem;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.corpo {
margin-top: 3%;
}
.corpo a {
border: 1px solid gray;
color: black;
padding: 0.5rem 1rem;
border-radius: 0.25rem;
margin-left: 10%;
}
.corpo .estado, .cidades-encontradas {
margin-top: 2%;
margin-left: 10%;
}
.cidades {
display: flex;
margin-left: 10%;
margin-top: 2%;
height: 8rem;
border-left: solid 3px var(--green-pantone);
}
.cidades a{
display: flex;
flex-direction: row;
justify-content: start;
align-items: center;
background: white;
width: 90%;
}
.cidades a:hover {
background: var(--mint-cream);
transform: 1s;
}
.cidades .cidade-imagem img {
margin-top: 1rem;
margin-left: 1rem;
height: 3rem;
}
.cidades .cidade-nome p {
color: black;
font-size: 2rem;
margin-left: 1rem;
}
.form-login {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.form-imagem{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.form-imagem img {
width: 100%;
height: 12rem;
}
.form-login form {
margin-top: 2rem;
width: 28%;
}
.form-login form input {
width: 100%;
height: 2rem;
padding-left: 1rem;
}
.form-login form a{
background: var(--granny-smith-apple);
border: none;
border-radius: 10px;;
height: 3rem;
margin: 1% 40%;
font-size: 1rem;
color: white;
font-size: 1.5rem;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
| 0.427755 | 0.103295 |
@font-face {
font-family: bauhaus;
src: url(BauhausStd-Heavy.otf);
}
@font-face {
font-family: quantify;
src: url(quantify-bold.woff);
}
#main {
width: 1500px;
height: 1200px;
padding: 0px;
}
body{
background-color: #eee2dc;
}
#header {
width: 1496px;
height: 150px;
border: solid #bab2b5 4px;
background-color: #edc7b7;
}
#title {
position: absolute;
width: 750px;
height: 150px;
color: #123c69;
}
#title h1{
font-family: bauhaus;
font-size: 100px;
height: 75px;
width: 500px;
text-align: center;
line-height: 75px;
position: absolute; bottom: -10px;
}
#title p {
font-family: bauhaus;
font-size: 25px;
position: absolute; top: 65px; left: 15px;
}
#welcome {
position: relative; top: 10px;
width:75%;
height: 100px;
margin: 20px 20px 20px 20px;
border: solid #bab2b5 2px;
color: #ac3b61;
border-radius: 3px;
background-color: #edc7b7;
}
#welcome h2 {
font-family: quantify;
margin-left: 15px;
margin-top: 3px;
color: #123c69;
}
#welcome p {
font-family: quantify;
margin: 10px 10px 10px 10px;
position: relative; left: 10px; bottom: 20px;
}
#about {
position: relative; top: 10px;
width: 75%;
height: 225px;
border: solid #bab2b5 2px;
margin: 20px 10px 20px 20px;
border-radius: 3px;
color: #ac3b61;
background-color: #edc7b7;
}
#about h2 {
font-family: quantify;
font-size: 40px;
margin-left: 20px;
width: 400px;
height: 50px;
position: relative; bottom: 33px;
color: #123c69;
}
#about p {
font-family: quantify;
margin: 10px 10px 10px 10px;
position: relative; bottom: 60px; left: 10px;
}
#links {
width: 20%;
height: 350px;
border: solid #bab2b5 2px;
border-radius: 3px;
position: absolute; right: 7px; top: 175px;
margin: 20px 10px 20px 10px;
background-color: #edc7b7;
}
#links h2 {
color: #123c69;
font-family: quantify;
text-align: center;
padding: 5px;
width: 200px;
height: 50px;
position: relative; left: 45px; bottom: 25px;
}
#links ul {
margin: 0px;
padding: 0px;
width: 150px;
height: 300px;
position: relative; left: 10px; bottom: 50px;
}
#links li {
list-style-type: none;
width: 150px;
height: 30px;
margin-bottom: 20px;
}
a:link {
text-decoration: none;
}
#logo {
width: 275px;
height: 160px;
position: absolute; left: 10px; bottom: 10px;
}
#media {
margin: 20px 20px 20px 20px;
width: 1458px;
height: 515px;
border: solid #bab2b5 2px;
border-radius: 3px;
position: relative; top: 10px;
background-color: #edc7b7;
}
.img {
text-align: center;
line-height: 250px;
margin: 0;
padding: 0;
width: 420px;
height: 250px;
}
#img1 {
margin: 30px 25px 20px 50px
}
#img2 {
position: relative;bottom: 302px; left: 505px;
margin: 50px 25px 25px 25px;
}
#banner {
width: 900px;
height: 200px;
position: relative; bottom: 310px; left: 50px;
}
#banner p {
text-align: left;
}
#gamelist {
text-align: center;
font-family: quantify;
font-size: 30px;
width: 420px;
height: 467px;
color: #123c69;
position: relative; bottom: 781px; left: 1000px;
}
#gamelist p {
margin: 0px;
}
.game-img {
width: 96%;
height: 16%;
margin: 10px;
}
#game1 {
margin-top: 0px;
}
#login {
width: 300px;
height: 130px;
margin: 10px;
border-left: 2px solid #bab2b5;
font-family: quantify;
position: absolute; right: 20px;
}
#login p {
margin: 10px 0px 0px 10px;
padding: 0px;
float: left;
}
#login input {
margin: 10px 0px 0px 10px;
}
#pwd {
position: relative; left: 3px;
}
#loginbtn {
border: none;
padding: 10px 25px;
color: white;
background-color: grey;
border-radius: 3px;
position: absolute; right: 10px; bottom: 10px;
}
#signup {
font-size: 15px;
position: absolute; bottom: 10px; left: 10px;
}
button:hover {
cursor:pointer;
}
#signup:hover {
cursor: pointer;
}
#footer {
font-family: quantify;
position: absolute; right: 40px;
}
#social-media {
position: absolute; top: 50px; left: 75px;
width: 60%;
height: 100px;
}
.social-img {
margin: 0px 15px 15px 10px;
width: 50px;
height: 50px;
}
|
GameFrameMaster(1)/GameFrameFrontEnd/style.css
|
@font-face {
font-family: bauhaus;
src: url(BauhausStd-Heavy.otf);
}
@font-face {
font-family: quantify;
src: url(quantify-bold.woff);
}
#main {
width: 1500px;
height: 1200px;
padding: 0px;
}
body{
background-color: #eee2dc;
}
#header {
width: 1496px;
height: 150px;
border: solid #bab2b5 4px;
background-color: #edc7b7;
}
#title {
position: absolute;
width: 750px;
height: 150px;
color: #123c69;
}
#title h1{
font-family: bauhaus;
font-size: 100px;
height: 75px;
width: 500px;
text-align: center;
line-height: 75px;
position: absolute; bottom: -10px;
}
#title p {
font-family: bauhaus;
font-size: 25px;
position: absolute; top: 65px; left: 15px;
}
#welcome {
position: relative; top: 10px;
width:75%;
height: 100px;
margin: 20px 20px 20px 20px;
border: solid #bab2b5 2px;
color: #ac3b61;
border-radius: 3px;
background-color: #edc7b7;
}
#welcome h2 {
font-family: quantify;
margin-left: 15px;
margin-top: 3px;
color: #123c69;
}
#welcome p {
font-family: quantify;
margin: 10px 10px 10px 10px;
position: relative; left: 10px; bottom: 20px;
}
#about {
position: relative; top: 10px;
width: 75%;
height: 225px;
border: solid #bab2b5 2px;
margin: 20px 10px 20px 20px;
border-radius: 3px;
color: #ac3b61;
background-color: #edc7b7;
}
#about h2 {
font-family: quantify;
font-size: 40px;
margin-left: 20px;
width: 400px;
height: 50px;
position: relative; bottom: 33px;
color: #123c69;
}
#about p {
font-family: quantify;
margin: 10px 10px 10px 10px;
position: relative; bottom: 60px; left: 10px;
}
#links {
width: 20%;
height: 350px;
border: solid #bab2b5 2px;
border-radius: 3px;
position: absolute; right: 7px; top: 175px;
margin: 20px 10px 20px 10px;
background-color: #edc7b7;
}
#links h2 {
color: #123c69;
font-family: quantify;
text-align: center;
padding: 5px;
width: 200px;
height: 50px;
position: relative; left: 45px; bottom: 25px;
}
#links ul {
margin: 0px;
padding: 0px;
width: 150px;
height: 300px;
position: relative; left: 10px; bottom: 50px;
}
#links li {
list-style-type: none;
width: 150px;
height: 30px;
margin-bottom: 20px;
}
a:link {
text-decoration: none;
}
#logo {
width: 275px;
height: 160px;
position: absolute; left: 10px; bottom: 10px;
}
#media {
margin: 20px 20px 20px 20px;
width: 1458px;
height: 515px;
border: solid #bab2b5 2px;
border-radius: 3px;
position: relative; top: 10px;
background-color: #edc7b7;
}
.img {
text-align: center;
line-height: 250px;
margin: 0;
padding: 0;
width: 420px;
height: 250px;
}
#img1 {
margin: 30px 25px 20px 50px
}
#img2 {
position: relative;bottom: 302px; left: 505px;
margin: 50px 25px 25px 25px;
}
#banner {
width: 900px;
height: 200px;
position: relative; bottom: 310px; left: 50px;
}
#banner p {
text-align: left;
}
#gamelist {
text-align: center;
font-family: quantify;
font-size: 30px;
width: 420px;
height: 467px;
color: #123c69;
position: relative; bottom: 781px; left: 1000px;
}
#gamelist p {
margin: 0px;
}
.game-img {
width: 96%;
height: 16%;
margin: 10px;
}
#game1 {
margin-top: 0px;
}
#login {
width: 300px;
height: 130px;
margin: 10px;
border-left: 2px solid #bab2b5;
font-family: quantify;
position: absolute; right: 20px;
}
#login p {
margin: 10px 0px 0px 10px;
padding: 0px;
float: left;
}
#login input {
margin: 10px 0px 0px 10px;
}
#pwd {
position: relative; left: 3px;
}
#loginbtn {
border: none;
padding: 10px 25px;
color: white;
background-color: grey;
border-radius: 3px;
position: absolute; right: 10px; bottom: 10px;
}
#signup {
font-size: 15px;
position: absolute; bottom: 10px; left: 10px;
}
button:hover {
cursor:pointer;
}
#signup:hover {
cursor: pointer;
}
#footer {
font-family: quantify;
position: absolute; right: 40px;
}
#social-media {
position: absolute; top: 50px; left: 75px;
width: 60%;
height: 100px;
}
.social-img {
margin: 0px 15px 15px 10px;
width: 50px;
height: 50px;
}
| 0.285671 | 0.079531 |
body{
height: auto;
min-height: 100vh;
user-select: none;
color: var(--text);
}
#wallpaper{
position: fixed;
z-index: -10000;
transform: translateX(-50%) translateY(-50%) rotate(90deg);
height: 150vw;
width: 300vw;
top: 50%;
left: 50%;
}
.top{
display: flex;
align-items: center;
flex-direction: column;
padding-top: 150px;
transition: 0.2s linear padding-top;
}
h1{
font-size: 3.5em;
}
.top p{
font-size: 0.7em;
opacity: 0.7;
}
.searchDiv{
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
}
#query{
width: min(87%,500px);
margin-top: 70px;
font-size: 1em;
padding: 18px 10px 18px 18px;
outline : none;
border: 1.5px solid var(--text);
color: var(--text);
transition: 0.3s linear border-color;
border-radius: 3px;
background-color: transparent;
backdrop-filter: blur(5px);
}
#query::placeholder{
color: var(--text);
}
#query::-webkit-search-cancel-button{
-webkit-appearance: none;
height: 1.5em;
height: 13px;
width: 13px;
border-radius:10px;
background: url("../icons/cross.svg");
}
#query:focus{
border-color: var(--color);
}
.searchDiv .suggestions{
width: min(88%,500px);
height: auto;
background-color: #00000000;
backdrop-filter: blur(15px);
border-radius: 10px;
overflow: hidden;
position: absolute;
margin-top: 136px;
box-shadow: 0px 0px 10px 10px #00000008;
z-index: 100;
}
.searchDiv .suggestions p{
padding: 15px 15px 15px 20px;
}
.searchDiv .suggestions p:active{
background-color: #ddd;
}
.shortcuts{
width: min(88%,500px);
margin: auto;
margin-top: 70px;
}
.shortcuts p{
padding:11px 21px;
margin: 5px;
border-radius: 5px;
background-color: #00000008;
font-size: 0.85em;
transition: 0.1s linear transform;
background-color: #eeeeee88;
backdrop-filter: blur(5px);
color: black;
}
.shortcuts p:active{
transform: scale(0.9);
}
#newShortcuts{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
height: auto;
}
|
css/index.css
|
body{
height: auto;
min-height: 100vh;
user-select: none;
color: var(--text);
}
#wallpaper{
position: fixed;
z-index: -10000;
transform: translateX(-50%) translateY(-50%) rotate(90deg);
height: 150vw;
width: 300vw;
top: 50%;
left: 50%;
}
.top{
display: flex;
align-items: center;
flex-direction: column;
padding-top: 150px;
transition: 0.2s linear padding-top;
}
h1{
font-size: 3.5em;
}
.top p{
font-size: 0.7em;
opacity: 0.7;
}
.searchDiv{
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
}
#query{
width: min(87%,500px);
margin-top: 70px;
font-size: 1em;
padding: 18px 10px 18px 18px;
outline : none;
border: 1.5px solid var(--text);
color: var(--text);
transition: 0.3s linear border-color;
border-radius: 3px;
background-color: transparent;
backdrop-filter: blur(5px);
}
#query::placeholder{
color: var(--text);
}
#query::-webkit-search-cancel-button{
-webkit-appearance: none;
height: 1.5em;
height: 13px;
width: 13px;
border-radius:10px;
background: url("../icons/cross.svg");
}
#query:focus{
border-color: var(--color);
}
.searchDiv .suggestions{
width: min(88%,500px);
height: auto;
background-color: #00000000;
backdrop-filter: blur(15px);
border-radius: 10px;
overflow: hidden;
position: absolute;
margin-top: 136px;
box-shadow: 0px 0px 10px 10px #00000008;
z-index: 100;
}
.searchDiv .suggestions p{
padding: 15px 15px 15px 20px;
}
.searchDiv .suggestions p:active{
background-color: #ddd;
}
.shortcuts{
width: min(88%,500px);
margin: auto;
margin-top: 70px;
}
.shortcuts p{
padding:11px 21px;
margin: 5px;
border-radius: 5px;
background-color: #00000008;
font-size: 0.85em;
transition: 0.1s linear transform;
background-color: #eeeeee88;
backdrop-filter: blur(5px);
color: black;
}
.shortcuts p:active{
transform: scale(0.9);
}
#newShortcuts{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
height: auto;
}
| 0.456894 | 0.094803 |
@font-face {
font-family: 'MuseoSans900';
src: url('../type/MuseoSans_900-webfont.eot');
src: url('../type/MuseoSans_900-webfont.eot?#iefix') format('embedded-opentype'),
url('../type/MuseoSans_900-webfont.woff') format('woff'),
url('../type/MuseoSans_900-webfont.ttf') format('truetype'),
url('../type/MuseoSans_900-webfont.svg#MuseoSans900') format('svg');
font-weight: bold;
font-style: normal;
}
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, font, img, ins, kbd, q, s, samp, small, strike, 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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
}
html {
background: url('../video/background.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #000000;
}
body {
text-align: center;
font-family: 'MuseoSans900', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #FFF;
text-shadow: 0 1px 2px rgba(0,0,0,.25);
-webkit-font-smoothing: antialiased;
background-color: transparent;
}
html, body {
margin: 0;
width: 100%;
height: 100%;
}
/* Layout –––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#outer-wrapper {
position: absolute;
width: 100%;
height: 100%;
background: transparent url('../img/iron-grip.png');
/* From www.transparenttextures.com */
}
main {
position:absolute; top:0; bottom:0; left:0; right:0;
margin:auto; height:240px; width:70%;
font-size: 55px;
letter-spacing: -3px;
}
main #frame {
height: 125px;
background: transparent url('../img/icons.png') no-repeat center bottom;
margin: 0 auto;
display: inline-block;
padding: 0 25px;
}
main #frame h1 {
padding-top: 29px
}
main #frame p.est {
display: none;
}
footer {
position: fixed;
bottom: 0;
left: 0;
height: 100px;
width: 100%;
clear: both;
padding: 0 0 50px 0;
}
#wrapper {
width: 750px;
margin: 0 auto;
}
#me {
display: none;
}
/* #me {
display: none;
float: left;
width: 375px;
height: 50px;
text-align: left;
}
#me h2 {
font-family: 'MuseoSans900', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 25px;
letter-spacing: -0.05em;
line-height: 25px;
}
#me h3 {
text-transform: uppercase;
font-size: 10px;
font-weight: normal;
letter-spacing: 2px;
} */
#social {
width: 320px;
margin: 0 auto;
}
/* Icons –––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#social ul li {
display: inline-block;
}
#social ul li a {
width: 40px;
height: 40px;
display: block;
background: transparent url('../img/icons.png') no-repeat;
text-indent: -9999px;
margin: 0 5px;
}
#social li a.github {
background-position: -50px 0;
}
#social li a.github:hover {
background-position: -50px -50px;
}
#social li a.dribbble {
background-position: -100px 0;
}
#social li a.dribbble:hover {
background-position: -100px -50px;
}
#social li a.instagram {
background-position: -150px 0;
}
#social li a.instagram:hover {
background-position: -150px -50px;
}
#social li a.linkedin {
background-position: -200px 0;
}
#social li a.linkedin:hover {
background-position: -200px -50px;
}
#social li a.email {
background-position: -250px 0;
}
#social li a.email:hover {
background-position: -250px -50px;
}
#social ul li a:hover {
background-position: 0 -50px;
}
/* Video –––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.video-background {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
z-index: 0;
}
.video-background video {
min-height: 100%;
min-width:100%;
}
|
css/fernando.css
|
@font-face {
font-family: 'MuseoSans900';
src: url('../type/MuseoSans_900-webfont.eot');
src: url('../type/MuseoSans_900-webfont.eot?#iefix') format('embedded-opentype'),
url('../type/MuseoSans_900-webfont.woff') format('woff'),
url('../type/MuseoSans_900-webfont.ttf') format('truetype'),
url('../type/MuseoSans_900-webfont.svg#MuseoSans900') format('svg');
font-weight: bold;
font-style: normal;
}
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, font, img, ins, kbd, q, s, samp, small, strike, 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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
}
html {
background: url('../video/background.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #000000;
}
body {
text-align: center;
font-family: 'MuseoSans900', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #FFF;
text-shadow: 0 1px 2px rgba(0,0,0,.25);
-webkit-font-smoothing: antialiased;
background-color: transparent;
}
html, body {
margin: 0;
width: 100%;
height: 100%;
}
/* Layout –––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#outer-wrapper {
position: absolute;
width: 100%;
height: 100%;
background: transparent url('../img/iron-grip.png');
/* From www.transparenttextures.com */
}
main {
position:absolute; top:0; bottom:0; left:0; right:0;
margin:auto; height:240px; width:70%;
font-size: 55px;
letter-spacing: -3px;
}
main #frame {
height: 125px;
background: transparent url('../img/icons.png') no-repeat center bottom;
margin: 0 auto;
display: inline-block;
padding: 0 25px;
}
main #frame h1 {
padding-top: 29px
}
main #frame p.est {
display: none;
}
footer {
position: fixed;
bottom: 0;
left: 0;
height: 100px;
width: 100%;
clear: both;
padding: 0 0 50px 0;
}
#wrapper {
width: 750px;
margin: 0 auto;
}
#me {
display: none;
}
/* #me {
display: none;
float: left;
width: 375px;
height: 50px;
text-align: left;
}
#me h2 {
font-family: 'MuseoSans900', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 25px;
letter-spacing: -0.05em;
line-height: 25px;
}
#me h3 {
text-transform: uppercase;
font-size: 10px;
font-weight: normal;
letter-spacing: 2px;
} */
#social {
width: 320px;
margin: 0 auto;
}
/* Icons –––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#social ul li {
display: inline-block;
}
#social ul li a {
width: 40px;
height: 40px;
display: block;
background: transparent url('../img/icons.png') no-repeat;
text-indent: -9999px;
margin: 0 5px;
}
#social li a.github {
background-position: -50px 0;
}
#social li a.github:hover {
background-position: -50px -50px;
}
#social li a.dribbble {
background-position: -100px 0;
}
#social li a.dribbble:hover {
background-position: -100px -50px;
}
#social li a.instagram {
background-position: -150px 0;
}
#social li a.instagram:hover {
background-position: -150px -50px;
}
#social li a.linkedin {
background-position: -200px 0;
}
#social li a.linkedin:hover {
background-position: -200px -50px;
}
#social li a.email {
background-position: -250px 0;
}
#social li a.email:hover {
background-position: -250px -50px;
}
#social ul li a:hover {
background-position: 0 -50px;
}
/* Video –––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.video-background {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
z-index: 0;
}
.video-background video {
min-height: 100%;
min-width:100%;
}
| 0.271541 | 0.056966 |
@charset "utf-8";
/**
* @file: m-normalize.css V1.0.0
* @author: 小天同学
* @update: 2016-01-26 16:56:29;
* @copyright: 基于 Neat.css | MIT License
*/
/**
* m-normalize.css 解决的问题
* 基于目前移动端web开发主要做以下几点:
* 1.解决BUG,移动端浏览器的BUG和app中webview的bug;
* 2.统一效果,不盲目reset;
* 3.放弃部分PC浏览器的兼容;
* 4.充分考虑响应式和webapp开发;
* 5.考虑移动设备。
*/
/*
移除非必要默认值
-------------------------------------------------------------------------- */
/**
* 移除默认的margin,padding值
*/
body, div, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, p, blockquote, hr,
form, fieldset, legend, input, textarea, optgroup, select,
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section
table, thead, tbody, tfoot, th, tr, td {
margin: 0;
padding: 0;
}
/**
* 去除列表样式
*/
ul, ol {
list-style:none;
}
/*
链接
-------------------------------------------------------------------------- */
/**
* 去除点击链接时的灰色背景
*/
a {
background-color: transparent;
}
/**
* 去除链接默认的下划线
*/
a {
text-decoration: none;
}
/**
* 去掉点击时的焦点框,同时保证使用键盘可以显示焦点框
*/
a:active,
a:hover {
outline: 0 none;
}
/*
字体和排版
-------------------------------------------------------------------------- */
/**
* 1.防止 iOS 横屏字号放大,同时保证在PC上 zoom 功能正常
*/
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
/* 1 */
}
/**
各系统默认字体
*ios {
中文【Heiti SC】
英文【 Helvetica】
数字【Helvetica Neue】
}
*android{
中文【Droid Sans Fallback】
英文数字【Droid Sans/Roboto】
}
*windows{
中文【微软雅黑】(\5FAE\8F6F\96C5\9ED1)
英文数字【Segoe】
}
*Linux{
中文【文泉驿微米黑】(wenquanyi micro hei)
}
*/
/**
* 中文优先使用冬青黑体简体(OS X)、微软雅黑(Windows)和文泉驿微米黑(Linux)
* 西文使用 Helvetica
* 1. 防止元素中「font-family」不能继承
* 2. 西文字体和 OS X 字体写在前面
*/
body,
button, input, select, textarea {
font-family: 'helvetica neue',Helvetica,'Droid Sans',Roboto,Segoe,'Heiti SC',stheiti,'Droid Sans Fallback','wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;
}
/**
* 统一修正设置为粗体
*/
b,
strong {
font-weight: bold;
}
/**
* 修正没有样式的问题
*/
dfn {
font-style: italic;
}
/**
* 修正浏览器之间的差异
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* 防止所有浏览器中的<sub>和<sup>影响行高
* http://jsbin.com/usoyal/1/edit
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/*
嵌入元素
-------------------------------------------------------------------------- */
/**
* 1. 去除a 内部 img 元素默认的边框
* 2. 防止 img 指定「height」时图片高度不能按照宽度等比缩放,导致图片变形
* 3. 让图片支持响应式
* 4. 去除现代浏览器图片底部的空隙
*/
img {
border: 0 none;
/* 1 */
height: auto;
/* 2 */
max-width: 100%;
/* 3 */
vertical-align: top;
/* 4 */
}
/**
* 修复 IE9/10/11 中「overflow」不隐藏的问题
*/
svg:not(:root) {
overflow: hidden;
}
/*
HTML5元素
-------------------------------------------------------------------------- */
/**
* 修正未定义为「block」的元素
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. 修正未定义为「inline-block」的元素
* 2. 修正 Chrome、Firefox、Opera 中 「progress」元素 vertical-align 默认值不一致
*/
audio,
canvas,
video,
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* 1.防止现代浏览器将没有「controls」属性的 「audio」元素显示出来
* 2.去掉 iOS 5 中多余的高度
*/
audio:not([controls]) {
display: none;
/* 1 */
height: 0;
/* 2 */
}
/*
表单
-------------------------------------------------------------------------- */
/**
* 1. 修正文字不换行的问题
*/
legend {
white-space: normal;
/* 1 */
}
/**
* 1. 修正所有浏览器中字体不继承的问题
* 2. 修正所有浏览器中字号不继承的问题
* 3. 修正 Firefox 3+, Safari5 和 Chrome 中外边距不同的问题
* 4. 改善在所有浏览器下的垂直对齐方式
*/
button,
input,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 2 */
margin: 0;
/* 3 */
vertical-align: baseline;
/* 4 */
*vertical-align: middle;
/* 4 */
}
/**
* 统一各浏览器「text-transform」不会继承的问题
*/
button,
select {
text-transform: none;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input{-webkit-appearance:none; resize: none;}
/**
* 1. 避免 Android 4.0.* 中的 WebKit bug ,该bug会破坏原生的
「audio」 和「video」的控制器
* 2. 更正 iOS 中无法设置可点击的「input」的问题
* 3. 统一其他类型的「input」的光标样式
*/
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
/**
* 1. 修正 Safari 5 和 Chrome 中「appearance」被设置为「searchfield」的问题
* 2. 修正 Safari 5 和 Chrome 中「box-sizing」被设置为 「border-box」的问题
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
/**
* 1.移除 OS X 中 Safari5 和 Chrome 搜索框内侧的左边距
* 2.如果需要隐藏清除按钮需要加上
input[type="search"]::-webkit-search-cancel-button
*/
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 修正 Chrome 中 input [type="number"] 在特定高度和 font-size 时,
* 下面一个箭头光标变成「cursor: text」
* @demo: http://jsfiddle.net/FFXEc/
* 动画演示:http://gtms04.alicdn.com/tps/i4/T18kd8FCtaXXc_FhcF-330-350.gif
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. 移除 IE6-11 中默认的垂直滚动条
* 2. 禁止水平拖动,防止破坏布局
*/
textarea {
overflow: auto;
/* 1 */
resize: vertical;
/* 2 */
}
/*
表单
-------------------------------------------------------------------------- */
/**
* 合并单元格边框
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
|
m-normalize.css
|
@charset "utf-8";
/**
* @file: m-normalize.css V1.0.0
* @author: 小天同学
* @update: 2016-01-26 16:56:29;
* @copyright: 基于 Neat.css | MIT License
*/
/**
* m-normalize.css 解决的问题
* 基于目前移动端web开发主要做以下几点:
* 1.解决BUG,移动端浏览器的BUG和app中webview的bug;
* 2.统一效果,不盲目reset;
* 3.放弃部分PC浏览器的兼容;
* 4.充分考虑响应式和webapp开发;
* 5.考虑移动设备。
*/
/*
移除非必要默认值
-------------------------------------------------------------------------- */
/**
* 移除默认的margin,padding值
*/
body, div, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, p, blockquote, hr,
form, fieldset, legend, input, textarea, optgroup, select,
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section
table, thead, tbody, tfoot, th, tr, td {
margin: 0;
padding: 0;
}
/**
* 去除列表样式
*/
ul, ol {
list-style:none;
}
/*
链接
-------------------------------------------------------------------------- */
/**
* 去除点击链接时的灰色背景
*/
a {
background-color: transparent;
}
/**
* 去除链接默认的下划线
*/
a {
text-decoration: none;
}
/**
* 去掉点击时的焦点框,同时保证使用键盘可以显示焦点框
*/
a:active,
a:hover {
outline: 0 none;
}
/*
字体和排版
-------------------------------------------------------------------------- */
/**
* 1.防止 iOS 横屏字号放大,同时保证在PC上 zoom 功能正常
*/
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
/* 1 */
}
/**
各系统默认字体
*ios {
中文【Heiti SC】
英文【 Helvetica】
数字【Helvetica Neue】
}
*android{
中文【Droid Sans Fallback】
英文数字【Droid Sans/Roboto】
}
*windows{
中文【微软雅黑】(\5FAE\8F6F\96C5\9ED1)
英文数字【Segoe】
}
*Linux{
中文【文泉驿微米黑】(wenquanyi micro hei)
}
*/
/**
* 中文优先使用冬青黑体简体(OS X)、微软雅黑(Windows)和文泉驿微米黑(Linux)
* 西文使用 Helvetica
* 1. 防止元素中「font-family」不能继承
* 2. 西文字体和 OS X 字体写在前面
*/
body,
button, input, select, textarea {
font-family: 'helvetica neue',Helvetica,'Droid Sans',Roboto,Segoe,'Heiti SC',stheiti,'Droid Sans Fallback','wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;
}
/**
* 统一修正设置为粗体
*/
b,
strong {
font-weight: bold;
}
/**
* 修正没有样式的问题
*/
dfn {
font-style: italic;
}
/**
* 修正浏览器之间的差异
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* 防止所有浏览器中的<sub>和<sup>影响行高
* http://jsbin.com/usoyal/1/edit
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/*
嵌入元素
-------------------------------------------------------------------------- */
/**
* 1. 去除a 内部 img 元素默认的边框
* 2. 防止 img 指定「height」时图片高度不能按照宽度等比缩放,导致图片变形
* 3. 让图片支持响应式
* 4. 去除现代浏览器图片底部的空隙
*/
img {
border: 0 none;
/* 1 */
height: auto;
/* 2 */
max-width: 100%;
/* 3 */
vertical-align: top;
/* 4 */
}
/**
* 修复 IE9/10/11 中「overflow」不隐藏的问题
*/
svg:not(:root) {
overflow: hidden;
}
/*
HTML5元素
-------------------------------------------------------------------------- */
/**
* 修正未定义为「block」的元素
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. 修正未定义为「inline-block」的元素
* 2. 修正 Chrome、Firefox、Opera 中 「progress」元素 vertical-align 默认值不一致
*/
audio,
canvas,
video,
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* 1.防止现代浏览器将没有「controls」属性的 「audio」元素显示出来
* 2.去掉 iOS 5 中多余的高度
*/
audio:not([controls]) {
display: none;
/* 1 */
height: 0;
/* 2 */
}
/*
表单
-------------------------------------------------------------------------- */
/**
* 1. 修正文字不换行的问题
*/
legend {
white-space: normal;
/* 1 */
}
/**
* 1. 修正所有浏览器中字体不继承的问题
* 2. 修正所有浏览器中字号不继承的问题
* 3. 修正 Firefox 3+, Safari5 和 Chrome 中外边距不同的问题
* 4. 改善在所有浏览器下的垂直对齐方式
*/
button,
input,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 2 */
margin: 0;
/* 3 */
vertical-align: baseline;
/* 4 */
*vertical-align: middle;
/* 4 */
}
/**
* 统一各浏览器「text-transform」不会继承的问题
*/
button,
select {
text-transform: none;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input{-webkit-appearance:none; resize: none;}
/**
* 1. 避免 Android 4.0.* 中的 WebKit bug ,该bug会破坏原生的
「audio」 和「video」的控制器
* 2. 更正 iOS 中无法设置可点击的「input」的问题
* 3. 统一其他类型的「input」的光标样式
*/
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
/**
* 1. 修正 Safari 5 和 Chrome 中「appearance」被设置为「searchfield」的问题
* 2. 修正 Safari 5 和 Chrome 中「box-sizing」被设置为 「border-box」的问题
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
/**
* 1.移除 OS X 中 Safari5 和 Chrome 搜索框内侧的左边距
* 2.如果需要隐藏清除按钮需要加上
input[type="search"]::-webkit-search-cancel-button
*/
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 修正 Chrome 中 input [type="number"] 在特定高度和 font-size 时,
* 下面一个箭头光标变成「cursor: text」
* @demo: http://jsfiddle.net/FFXEc/
* 动画演示:http://gtms04.alicdn.com/tps/i4/T18kd8FCtaXXc_FhcF-330-350.gif
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. 移除 IE6-11 中默认的垂直滚动条
* 2. 禁止水平拖动,防止破坏布局
*/
textarea {
overflow: auto;
/* 1 */
resize: vertical;
/* 2 */
}
/*
表单
-------------------------------------------------------------------------- */
/**
* 合并单元格边框
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
| 0.209874 | 0.111773 |
body {
background-color: honeydew;
}
header .Menu {
display: flex;
background-image: url(./Assets/Pork\ Hanging.webp);
color: rgb(238, 23, 23);
border: 1em double;
border-radius: 2em;
border-color: aliceblue;
justify-content: space-between;
height: 30em;
}
.Menu .Date {
display: flex;
margin-right:15em;
font-size: 2em;
}
.Menu #Menu a {
color: #e71010;
display: grid;
background-color: rgb(199, 201, 199);
width: 15em;
height: 5em;
font-weight: 600;
text-decoration: none;
}
a:hover{
color:cadetblue;
}
/*700px width for example*/
#Menu option {
color: #e71010;
font-size: 2em;
margin-left: 2em;
width: 500px; /*default would be inherit*/
height: 60px; /*just changed for example*/
}
.Date #Date button {
font-size: 1em;
width: 250px; /*default would be inherit*/
height: 50px;
}
/* ====================================================================== */
.about {
display: flex;
margin-left: 45px;
text-align: center;
box-shadow: 0px 2px 9px grey;
width: 80%;
margin: auto;
margin-top: 20px;
justify-content: space-around;
background-color: rgb(211, 220, 228);
}
.about h2 {
font-weight: 1000;
font-size: 3em;
color: rgba(56, 56, 224, 0.884);
}
.about h4 {
color: #e71010;
font-size: 2em;
font-weight: 650;
}
.about ul li {
font-style: italic;
font-weight: 50;
margin-top: 1em;
font-size: 2em;
}
.about a {
color: #e71010;
background-color: wheat;
border: 2px solid;
box-shadow: 0px 2px 9px grey;
margin-bottom: 5px;
}
/* =================================================================== */
.landing {
display: inline;
justify-content: space-between;
}
.landing .video {
border-color: aliceblue;
display: flex;
justify-content: space-between;
}
.landing .video video{
margin-left: 13em;
margin-top: 0px;
}
.landing .video .img {
display: flex;
margin-top: 15em;
margin-right: 30em;
}
.landing .lpc {
display: flex;
margin-left: 16em;
color: rgb(0, 7, 14);
margin-right: 20em;
border: 3px solid;
border-radius: 2em;
border-color: rgb(36, 6, 168);
box-shadow: 8em blue;
background-color: rgba(236, 236, 227, 0.747);
}
.landing .lpc h2 {
color: rgb(19, 19, 95);
font-weight: 1000;
font-size: 3em;
}
.landing .lpc p {
font-weight: 600;
margin-top: 1em;
font-size: 20px;
}
.landing .lpc li {
font-style: italic;
font-weight: 650;
margin-top: 1em;
font-size: 1em;
}
.landing img {
margin-right: 1em;
height: fit-content;
}
.customers {
color: rgb(253, 251, 251);
background-color: #e71010;
text-align: center;
font-style: italic;
font-size: 2em;
}
.comments {
background-color: rgb(236, 236, 227);
display: flex;
justify-content: space-evenly;
font-size: 1em;
}
.comments h3 {
font-style: italic;
font-weight: 1000;
text-align: center;
}
.comments .comment1 {
box-shadow: 0px 2px 9px grey;
border: 2px solid;
border-color: gray;
}
.comments .comment3 {
box-shadow: 0px 2px 9px rgba(10, 158, 4, 0.863);
border: 2px solid;
border-color: gray;
}
/* ===================================================== */
footer {
display: flex;
justify-content: space-evenly;
}
footer .social {
text-align: center;
display: inline;
color: rgb(19, 19, 189);
}
.social #contacts {
color: rgb(243, 41, 41);
text-shadow: 2px 2px 4px #030000;
}
.handles {
text-align: center;
height: 25em;
display: inline;
justify-content: space-between;
}
.handles {
text-align: center;
height: 25em;
display: inline;
justify-content: space-between;
}
.handles .media {
color: rgb(243, 41, 41);
text-shadow: 2px 2px 4px #030000;
}
footer .handles img {
height: 3em;
width: 3em;
}
/*========================================================*/
.copyright {
text-align: center;
color: aliceblue;
background-color: #e71010;
}
|
style.css
|
body {
background-color: honeydew;
}
header .Menu {
display: flex;
background-image: url(./Assets/Pork\ Hanging.webp);
color: rgb(238, 23, 23);
border: 1em double;
border-radius: 2em;
border-color: aliceblue;
justify-content: space-between;
height: 30em;
}
.Menu .Date {
display: flex;
margin-right:15em;
font-size: 2em;
}
.Menu #Menu a {
color: #e71010;
display: grid;
background-color: rgb(199, 201, 199);
width: 15em;
height: 5em;
font-weight: 600;
text-decoration: none;
}
a:hover{
color:cadetblue;
}
/*700px width for example*/
#Menu option {
color: #e71010;
font-size: 2em;
margin-left: 2em;
width: 500px; /*default would be inherit*/
height: 60px; /*just changed for example*/
}
.Date #Date button {
font-size: 1em;
width: 250px; /*default would be inherit*/
height: 50px;
}
/* ====================================================================== */
.about {
display: flex;
margin-left: 45px;
text-align: center;
box-shadow: 0px 2px 9px grey;
width: 80%;
margin: auto;
margin-top: 20px;
justify-content: space-around;
background-color: rgb(211, 220, 228);
}
.about h2 {
font-weight: 1000;
font-size: 3em;
color: rgba(56, 56, 224, 0.884);
}
.about h4 {
color: #e71010;
font-size: 2em;
font-weight: 650;
}
.about ul li {
font-style: italic;
font-weight: 50;
margin-top: 1em;
font-size: 2em;
}
.about a {
color: #e71010;
background-color: wheat;
border: 2px solid;
box-shadow: 0px 2px 9px grey;
margin-bottom: 5px;
}
/* =================================================================== */
.landing {
display: inline;
justify-content: space-between;
}
.landing .video {
border-color: aliceblue;
display: flex;
justify-content: space-between;
}
.landing .video video{
margin-left: 13em;
margin-top: 0px;
}
.landing .video .img {
display: flex;
margin-top: 15em;
margin-right: 30em;
}
.landing .lpc {
display: flex;
margin-left: 16em;
color: rgb(0, 7, 14);
margin-right: 20em;
border: 3px solid;
border-radius: 2em;
border-color: rgb(36, 6, 168);
box-shadow: 8em blue;
background-color: rgba(236, 236, 227, 0.747);
}
.landing .lpc h2 {
color: rgb(19, 19, 95);
font-weight: 1000;
font-size: 3em;
}
.landing .lpc p {
font-weight: 600;
margin-top: 1em;
font-size: 20px;
}
.landing .lpc li {
font-style: italic;
font-weight: 650;
margin-top: 1em;
font-size: 1em;
}
.landing img {
margin-right: 1em;
height: fit-content;
}
.customers {
color: rgb(253, 251, 251);
background-color: #e71010;
text-align: center;
font-style: italic;
font-size: 2em;
}
.comments {
background-color: rgb(236, 236, 227);
display: flex;
justify-content: space-evenly;
font-size: 1em;
}
.comments h3 {
font-style: italic;
font-weight: 1000;
text-align: center;
}
.comments .comment1 {
box-shadow: 0px 2px 9px grey;
border: 2px solid;
border-color: gray;
}
.comments .comment3 {
box-shadow: 0px 2px 9px rgba(10, 158, 4, 0.863);
border: 2px solid;
border-color: gray;
}
/* ===================================================== */
footer {
display: flex;
justify-content: space-evenly;
}
footer .social {
text-align: center;
display: inline;
color: rgb(19, 19, 189);
}
.social #contacts {
color: rgb(243, 41, 41);
text-shadow: 2px 2px 4px #030000;
}
.handles {
text-align: center;
height: 25em;
display: inline;
justify-content: space-between;
}
.handles {
text-align: center;
height: 25em;
display: inline;
justify-content: space-between;
}
.handles .media {
color: rgb(243, 41, 41);
text-shadow: 2px 2px 4px #030000;
}
footer .handles img {
height: 3em;
width: 3em;
}
/*========================================================*/
.copyright {
text-align: center;
color: aliceblue;
background-color: #e71010;
}
| 0.362743 | 0.090856 |
body {
background-color: #fff;
font-family: 'Open Sans', sans-serif;
}
@media(min-width:768px) {
body {
}
}
#wrapper_page .header-style-default {
background: whitesmoke;
color: #484545;
}
#wrapper_page .header-style-default .container span.header-title {
color: #777777;
float: left;
font-size: 12px;
letter-spacing: 0.3px;
line-height: 10px;
margin: 15px 20px 15px 0;
font-family: 'Open Sans', sans-serif;
}
#wrapper_page .header-style-default .container .nav li a {
padding-top: 11px;
padding-bottom: 11px;
color: #777777;
font-size: 12px;
padding-left: 0;
}
#wrapper_page .header-style-default .container .nav li a:hover, #wrapper_page .header-style-default .container .nav li a:focus, #wrapper_page .header-style-default .container .nav li a:active {
background: transparent;
}
#wrapper_page .navbar-style-default {
background: #fff;
margin-bottom: 0;
padding: 10px 0px 10px 0px;
}
#wrapper_page .navbar-style-default ul li a {
color: #5F5959;
}
#wrapper_page .navbar-style-default ul li a:hover,#wrapper_page .navbar-style-default ul li a:active,
#wrapper_page .navbar-style-default ul li a:focus,#wrapper_page .navbar-style-default ul li a:visited {
background-color: transparent;
}
.navbar-form .input-group .input-group-addon {
background: #fff;
padding-left: 5px;
padding-right: 5px;
}
.navbar-form .input-group .btnSearch {
background: #fff;
border: none;
outline: none;
}
.social-ico-list{ padding: 0;
margin: 0;}
.social-ico-list li{
float: right;
display: inline;
text-decoration: none;
list-style: none;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
}
.social-ico-list li a.facebook-ico{
background: url(../img/social/facebook.png)no-repeat 0px -38px;
width: 28px;
height: 28px;
}
.social-ico-list li a.twitter-ico{
background: url(../img/social/twitter.png)no-repeat 0px -38px;
width: 28px;
height: 28px;
}
.social-ico-list li a.rss-ico{
background: url(../img/social/rss.png)no-repeat 0px -38px;
width: 28px;
height: 28px;
}
#page-wrapper {
width: 100%;
padding: 0;
background-color: #fff;
}
.right-sidepage{
margin-left: 280px;
padding-right: 40px;
padding-left: 40px;
}
.left-sidepage{
float:left;
width: 240px;
padding-top: 20px;
margin-left: 40px;
}
.left-sidepage .left-list-wrap{
margin-top: 20px;
}
.btn-success {
background-color: #2ecc71;
border-color: #27ae60;
}
.btn {
border: none;
padding: 6px 12px;
border-bottom: 4px solid;
-webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
outline: none;
}
.checkbox-nice label {
padding-top: 3px;
}
label {
font-weight: 400;
font-size: 0.875em;
}
.checkbox-nice input[type=checkbox] {
visibility: hidden;
}
.checkbox-nice {
position: relative;
padding-left: 15px;
}
.widget-todo .name {
float: left;
}
.widget-todo>li {
border-bottom: 1px solid #ebebeb;
padding: 10px 5px;
}
.widget-todo {
list-style: none;
margin: 0;
padding: 0;
}
.widget-products li .product>.warranty>i {
color: #f1c40f;
}
.widget-products li .product>.warranty {
display: block;
text-decoration: none;
width: 50%;
float: left;
font-size: 0.875em;
}
.widget-products li .product>.price>i {
color: #E06049;
}
.widget-products li .product>.price {
display: block;
text-decoration: none;
width: 50%;
float: left;
font-size: 0.875em;
}
.widget-products li .product>.name {
display: block;
font-weight: 600;
padding-bottom: 7px;
}
.widget-products li .product {
display: block;
margin-left: 90px;
margin-top: 19px;
}
.widget-products li .img {
display: block;
float: left;
text-align: center;
width: 70px;
height: 70px;
overflow: hidden;
margin-top: 7px;
}
.widget-products li>a {
height: 88px;
display: block;
width: 100%;
color: #344644;
padding: 3px 10px;
position: relative;
-webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
}
.widget-products li {
border-bottom: 1px solid #ebebeb;
}
.widget-products {
list-style: none;
margin: 0;
padding: 0;
}
.widget-users li {
border-bottom: 1px solid #ebebeb;
padding: 15px 0;
height: 96px;
}
.label {
border-radius: 3px;
font-size: 0.875em;
font-weight: 600;
}
.widget-users li>.details>.time {
color: #3498db;
font-size: 0.75em;
padding-bottom: 7px;
}
.widget-users li>.details>.name>a {
color: #344644;
}
.widget-users li>.details>.name {
font-weight: 600;
}
.widget-users li>.details {
margin-left: 60px;
}
.widget-users li>.img {
float: left;
margin-top: 8px;
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
}
.widget-users {
list-style: none;
margin: 0;
padding: 0;
}
.tabs-wrapper.tabs-no-header .tab-content {
padding: 0 20px 20px;
}
.nav-tabs>li>a {
border-radius: 0;
font-size: 1.125em;
font-weight: 300;
outline: none;
color: #555;
margin-right: 3px;
}
.nav>li {
float: left;
}
.tabs-wrapper .nav-tabs {
margin-bottom: 15px;
}
.nav-tabs {
background: #d0d8de;
border-color: transparent;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.main-box {
background: #FFFFFF;
-webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
-moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
-o-box-shadow: 1px 1px 2px 0 #CCCCCC;
-ms-box-shadow: 1px 1px 2px 0 #CCCCCC;
box-shadow: 1px 1px 2px 0 #CCCCCC;
margin-bottom: 16px;
-webikt-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/* heading */
.heading-5{
position: relative;
text-align: left;
margin-top: 30px;
text-transform: uppercase;
}
.heading-5:before{
background: none repeat scroll 0 0 #99CD29;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
bottom: -4px;
content: "";
height: 10px;
position: absolute;
right: -1px;
width: 10px;
}
.heading-5 h2{
font-size: 18px;
border-bottom: 1px solid #99CD29;
width: 100%;
margin: 0;
line-height: 35px;
padding-left: 5px;
border-left: 1px solid #99CD29;
text-shadow: 1px 1px 1px #BFBFBF;
}
.heading-5 h2 i{
padding-right: 6px;
font-size: 15px;
}
.heading-3 {
float: left;
margin-bottom: 35px;
position: relative;
width: 100%;
}
.heading-3:before{
background: none repeat scroll 0 0 #D8D8D8;
content: "";
height: 1px;
left: 0;
position: absolute;
top: 12px;
width: 100%;
}
.heading-3 h2{
background: none repeat scroll 0 0 #FFFFFF;
color: #525252;
display: table;
float: left;
font-size: 20px;
letter-spacing: 0.3px;
margin: 0;
padding-left: 0;
padding-right: 50px;
padding-top: 0;
text-shadow: 1px 1px 1px #BFBFBF;
position: relative;
z-index: 99;
text-transform: uppercase;
}
/* heading */
.huge {
font-size: 50px;
line-height: normal;
}
@media(min-width:768px) {
#wrapper {
padding-left: 225px;
}
#page-wrapper {
padding: 10px;
}
}
/* color */
.sp-red {
color: #C70C0C;
}
.sp-orange {
color: #D86612;
}
/* end-color */
/* Top Navigation */
.top-nav {
padding: 0 15px;
}
.top-nav>li {
display: inline-block;
float: left;
}
.top-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
line-height: 20px;
color: #999;
}
.top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus {
color: #fff;
background-color: #000;
}
.top-nav>.open>.dropdown-menu {
float: left;
position: absolute;
margin-top: 0;
border: 1px solid rgba(0, 0, 0, .15);
border-top-left-radius: 0;
border-top-right-radius: 0;
background-color: #fff;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.top-nav>.open>.dropdown-menu>li>a {
white-space: normal;
}
ul.message-dropdown {
padding: 0;
max-height: 250px;
overflow-x: hidden;
overflow-y: auto;
}
li.message-preview {
width: 275px;
border-bottom: 1px solid rgba(0, 0, 0, .15);
}
li.message-preview>a {
padding-top: 15px;
padding-bottom: 15px;
}
li.message-footer {
margin: 5px 0;
}
ul.alert-dropdown {
width: 200px;
}
/* custom style */
.border-btm {
border-bottom: 1px solid rgba(234, 234, 234, 0.87)
}
.border-top {
border-top: 1px solid rgba(234, 234, 234, 0.87)
}
.no-p {
padding: 0
}
.no-p-left{
padding-left: 0
}
.no-p-right{
padding-right: 0
}
.no-p-btm{
padding-bottom: 0
}
.p-t-5{
padding-top: 5px
}
.p-l-10 {
padding-left: 10px
}
.p-l-20 {
padding-left: 20px
}
.p-l-30 {
padding-left: 30px
}
.p-l-40 {
padding-left: 40px
}
.p-l-50 {
padding-left: 50px
}
.p-r-10 {
padding-right: 10px
}
.p-r-20 {
padding-right: 20px
}
.p-r-30 {
padding-right: 30px
}
.p-r-40 {
padding-right: 40px
}
.p-r-50 {
padding-right: 50px
}
.p-t-10 {
padding-top: 10px
}
.p-t-20 {
padding-top: 20px
}
.p-t-30 {
padding-top: 30px
}
.p-t-40 {
padding-top: 40px
}
.p-t-50 {
padding-top: 50px
}
.p-b-10 {
padding-bottom: 10px
}
.p-b-20 {
padding-bottom: 20px
}
.p-b-30 {
padding-bottom: 30px
}
.p-b-40 {
padding-bottom: 40px
}
.p-b-50 {
padding-bottom: 50px
}
.no-m {
margin: 0
}
.m-l-10 {
margin-left: 10px
}
.m-l-20 {
margin-left: 20px
}
.m-l-30 {
margin-left: 30px
}
.m-l-40 {
margin-left: 40px
}
.m-l-50 {
margin-left: 50px
}
.m-r-10 {
margin-right: 10px
}
.m-r-20 {
margin-right: 20px
}
.m-r-30 {
margin-right: 30px
}
.m-r-40 {
margin-right: 40px
}
.m-r-50 {
margin-right: 50px
}
.m-t-10 {
margin-top: 10px
}
.m-t-20 {
margin-top: 20px
}
.m-t-30 {
margin-top: 30px
}
.m-t-40 {
margin-top: 40px
}
.m-t-50 {
margin-top: 50px
}
.m-b-10 {
margin-bottom: 10px
}
.m-b-20 {
margin-bottom: 20px
}
.m-b-30 {
margin-bottom: 30px
}
.m-b-40 {
margin-bottom: 40px
}
.m-b-50 {
margin-bottom: 50px
}
/* end custom style */
/* Side Navigation */
@media(min-width:768px) {
.side-nav {
position: fixed;
top: 51px;
left: 225px;
width: 225px;
margin-left: -225px;
border: none;
border-radius: 0;
overflow-y: auto;
background-color: #222;
bottom: 0;
overflow-x: hidden;
padding-bottom: 40px;
}
.side-nav>li>a {
width: 225px;
}
.side-nav li a:hover, .side-nav li a:focus {
outline: none;
background-color: #000 !important;
}
}
.side-nav>li>ul {
padding: 0;
}
.side-nav>li>ul>li>a {
display: block;
padding: 10px 15px 10px 38px;
text-decoration: none;
color: #999;
}
.side-nav>li>ul>li>a:hover {
color: #fff;
}
/* Flot Chart Containers */
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}
/* Custom Colored Panels */
.huge {
font-size: 40px;
}
.panel-green {
border-color: #5cb85c;
}
.panel-green > .panel-heading {
border-color: #5cb85c;
color: #fff;
background-color: #5cb85c;
}
.panel-green > a {
color: #5cb85c;
}
.panel-green > a:hover {
color: #3d8b3d;
}
.panel-red {
border-color: #d9534f;
}
.panel-red > .panel-heading {
border-color: #d9534f;
color: #fff;
background-color: #d9534f;
}
.panel-red > a {
color: #d9534f;
}
.panel-red > a:hover {
color: #b52b27;
}
.panel-yellow {
border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
border-color: #f0ad4e;
color: #fff;
background-color: #f0ad4e;
}
.panel-yellow > a {
color: #f0ad4e;
}
.panel-yellow > a:hover {
color: #df8a13;
}
.quote-content{padding: 10px;padding-top: 0;}
.quote-content i{
font-size: x-small;
position: relative;
top: -3px;
padding-right: 5px;
padding-left: 5px;
}
.quote-content p{display: inline;font-size: 11px;}
.btn-product {
padding: 5px;
border: 2px solid #797171;
padding-left: 10px;
padding-right: 10px;
color: #797171;
background: transparent;
}
.btn-product:hover{
border: 2px solid #B57129;
-webkit-transition: border-color 0.2s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
transition: border-color 0.2s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
}
.action-control{
margin-top: 15px;
}
.caption-detail{
text-align: center;
border-bottom: 2px solid #E06049;
}
.caption-detail .title{font-size: 17px;text-transform: uppercase;text-shadow: 1px 1px 1px #BFBFBF;}
.caption-detail .price i{color: #E06049;}
/* list product */
.col-item
{
border: 5px solid rgba(195, 195, 195, 0.33);
background: #FFF;
margin-bottom: 25px;
padding: 10px;
-webkit-transition: border-color 0.2s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
transition: border-color 0.5s ease-in-out 0s,background-color 0.1s ease-in-out 0.5s;
}
.col-item .photo img
{
margin: 0 auto;
width: 100%;
height: 200px;
}
.col-item .info
{
padding: 10px;
border-radius: 0 0 5px 5px;
margin-top: 1px;
}
.col-item:hover {
border: 5px solid #F9CEA1;
-webkit-transition: border-color 0.2s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
transition: border-color 0.5s ease-in-out 0s,background-color 0.1s ease-in-out 0.5s;
}
.col-item .price
{
float: left;
padding-bottom: 10px;
padding-left: 0;
padding-right: 0;
}
.col-item .price h5
{
line-height: 20px;
margin: 0;
}
.col-item .price h5 i{
color: #E06049
}
.col-item .price h5.title-product{margin-bottom: 10px;font-size: 16px;text-shadow: 0px 0px 1px #CECECE;color: #545454;}
.col-item .price h5.price-text-color{
color: #222;
}
.price-text-color
{
color: #219FD1;
}
.col-item .info .rating
{
color: #777;
}
.col-item .rating
{
/*width: 50%;*/
float: left;
font-size: 17px;
text-align: right;
line-height: 52px;
margin-bottom: 10px;
height: 52px;
}
.col-item .separator
{
border-top: 1px solid #E1E1E1;
}
.clear-left
{
clear: left;
}
.col-item .separator p
{
line-height: 20px;
margin-bottom: 0;
margin-top: 10px;
text-align: center;
}
.col-item .separator p i
{
margin-right: 5px;
}
.col-item .btn-add
{
width: 50%;
float: left;
}
.col-item .btn-add
{
border-right: 1px solid #E1E1E1;
}
.col-item .btn-details
{
width: 50%;
float: left;
}
.control-product .btn-add a{color: #222;}
.control-product .btn-add a i{color: #4475A0;}
.control-product .btn-details a{
color: #222;
}
.control-product .btn-details a i{color: #479A1E;}
/* list product */
|
css/components.css
|
body {
background-color: #fff;
font-family: 'Open Sans', sans-serif;
}
@media(min-width:768px) {
body {
}
}
#wrapper_page .header-style-default {
background: whitesmoke;
color: #484545;
}
#wrapper_page .header-style-default .container span.header-title {
color: #777777;
float: left;
font-size: 12px;
letter-spacing: 0.3px;
line-height: 10px;
margin: 15px 20px 15px 0;
font-family: 'Open Sans', sans-serif;
}
#wrapper_page .header-style-default .container .nav li a {
padding-top: 11px;
padding-bottom: 11px;
color: #777777;
font-size: 12px;
padding-left: 0;
}
#wrapper_page .header-style-default .container .nav li a:hover, #wrapper_page .header-style-default .container .nav li a:focus, #wrapper_page .header-style-default .container .nav li a:active {
background: transparent;
}
#wrapper_page .navbar-style-default {
background: #fff;
margin-bottom: 0;
padding: 10px 0px 10px 0px;
}
#wrapper_page .navbar-style-default ul li a {
color: #5F5959;
}
#wrapper_page .navbar-style-default ul li a:hover,#wrapper_page .navbar-style-default ul li a:active,
#wrapper_page .navbar-style-default ul li a:focus,#wrapper_page .navbar-style-default ul li a:visited {
background-color: transparent;
}
.navbar-form .input-group .input-group-addon {
background: #fff;
padding-left: 5px;
padding-right: 5px;
}
.navbar-form .input-group .btnSearch {
background: #fff;
border: none;
outline: none;
}
.social-ico-list{ padding: 0;
margin: 0;}
.social-ico-list li{
float: right;
display: inline;
text-decoration: none;
list-style: none;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
}
.social-ico-list li a.facebook-ico{
background: url(../img/social/facebook.png)no-repeat 0px -38px;
width: 28px;
height: 28px;
}
.social-ico-list li a.twitter-ico{
background: url(../img/social/twitter.png)no-repeat 0px -38px;
width: 28px;
height: 28px;
}
.social-ico-list li a.rss-ico{
background: url(../img/social/rss.png)no-repeat 0px -38px;
width: 28px;
height: 28px;
}
#page-wrapper {
width: 100%;
padding: 0;
background-color: #fff;
}
.right-sidepage{
margin-left: 280px;
padding-right: 40px;
padding-left: 40px;
}
.left-sidepage{
float:left;
width: 240px;
padding-top: 20px;
margin-left: 40px;
}
.left-sidepage .left-list-wrap{
margin-top: 20px;
}
.btn-success {
background-color: #2ecc71;
border-color: #27ae60;
}
.btn {
border: none;
padding: 6px 12px;
border-bottom: 4px solid;
-webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
outline: none;
}
.checkbox-nice label {
padding-top: 3px;
}
label {
font-weight: 400;
font-size: 0.875em;
}
.checkbox-nice input[type=checkbox] {
visibility: hidden;
}
.checkbox-nice {
position: relative;
padding-left: 15px;
}
.widget-todo .name {
float: left;
}
.widget-todo>li {
border-bottom: 1px solid #ebebeb;
padding: 10px 5px;
}
.widget-todo {
list-style: none;
margin: 0;
padding: 0;
}
.widget-products li .product>.warranty>i {
color: #f1c40f;
}
.widget-products li .product>.warranty {
display: block;
text-decoration: none;
width: 50%;
float: left;
font-size: 0.875em;
}
.widget-products li .product>.price>i {
color: #E06049;
}
.widget-products li .product>.price {
display: block;
text-decoration: none;
width: 50%;
float: left;
font-size: 0.875em;
}
.widget-products li .product>.name {
display: block;
font-weight: 600;
padding-bottom: 7px;
}
.widget-products li .product {
display: block;
margin-left: 90px;
margin-top: 19px;
}
.widget-products li .img {
display: block;
float: left;
text-align: center;
width: 70px;
height: 70px;
overflow: hidden;
margin-top: 7px;
}
.widget-products li>a {
height: 88px;
display: block;
width: 100%;
color: #344644;
padding: 3px 10px;
position: relative;
-webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
}
.widget-products li {
border-bottom: 1px solid #ebebeb;
}
.widget-products {
list-style: none;
margin: 0;
padding: 0;
}
.widget-users li {
border-bottom: 1px solid #ebebeb;
padding: 15px 0;
height: 96px;
}
.label {
border-radius: 3px;
font-size: 0.875em;
font-weight: 600;
}
.widget-users li>.details>.time {
color: #3498db;
font-size: 0.75em;
padding-bottom: 7px;
}
.widget-users li>.details>.name>a {
color: #344644;
}
.widget-users li>.details>.name {
font-weight: 600;
}
.widget-users li>.details {
margin-left: 60px;
}
.widget-users li>.img {
float: left;
margin-top: 8px;
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
}
.widget-users {
list-style: none;
margin: 0;
padding: 0;
}
.tabs-wrapper.tabs-no-header .tab-content {
padding: 0 20px 20px;
}
.nav-tabs>li>a {
border-radius: 0;
font-size: 1.125em;
font-weight: 300;
outline: none;
color: #555;
margin-right: 3px;
}
.nav>li {
float: left;
}
.tabs-wrapper .nav-tabs {
margin-bottom: 15px;
}
.nav-tabs {
background: #d0d8de;
border-color: transparent;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.main-box {
background: #FFFFFF;
-webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
-moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
-o-box-shadow: 1px 1px 2px 0 #CCCCCC;
-ms-box-shadow: 1px 1px 2px 0 #CCCCCC;
box-shadow: 1px 1px 2px 0 #CCCCCC;
margin-bottom: 16px;
-webikt-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/* heading */
.heading-5{
position: relative;
text-align: left;
margin-top: 30px;
text-transform: uppercase;
}
.heading-5:before{
background: none repeat scroll 0 0 #99CD29;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
bottom: -4px;
content: "";
height: 10px;
position: absolute;
right: -1px;
width: 10px;
}
.heading-5 h2{
font-size: 18px;
border-bottom: 1px solid #99CD29;
width: 100%;
margin: 0;
line-height: 35px;
padding-left: 5px;
border-left: 1px solid #99CD29;
text-shadow: 1px 1px 1px #BFBFBF;
}
.heading-5 h2 i{
padding-right: 6px;
font-size: 15px;
}
.heading-3 {
float: left;
margin-bottom: 35px;
position: relative;
width: 100%;
}
.heading-3:before{
background: none repeat scroll 0 0 #D8D8D8;
content: "";
height: 1px;
left: 0;
position: absolute;
top: 12px;
width: 100%;
}
.heading-3 h2{
background: none repeat scroll 0 0 #FFFFFF;
color: #525252;
display: table;
float: left;
font-size: 20px;
letter-spacing: 0.3px;
margin: 0;
padding-left: 0;
padding-right: 50px;
padding-top: 0;
text-shadow: 1px 1px 1px #BFBFBF;
position: relative;
z-index: 99;
text-transform: uppercase;
}
/* heading */
.huge {
font-size: 50px;
line-height: normal;
}
@media(min-width:768px) {
#wrapper {
padding-left: 225px;
}
#page-wrapper {
padding: 10px;
}
}
/* color */
.sp-red {
color: #C70C0C;
}
.sp-orange {
color: #D86612;
}
/* end-color */
/* Top Navigation */
.top-nav {
padding: 0 15px;
}
.top-nav>li {
display: inline-block;
float: left;
}
.top-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
line-height: 20px;
color: #999;
}
.top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus {
color: #fff;
background-color: #000;
}
.top-nav>.open>.dropdown-menu {
float: left;
position: absolute;
margin-top: 0;
border: 1px solid rgba(0, 0, 0, .15);
border-top-left-radius: 0;
border-top-right-radius: 0;
background-color: #fff;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.top-nav>.open>.dropdown-menu>li>a {
white-space: normal;
}
ul.message-dropdown {
padding: 0;
max-height: 250px;
overflow-x: hidden;
overflow-y: auto;
}
li.message-preview {
width: 275px;
border-bottom: 1px solid rgba(0, 0, 0, .15);
}
li.message-preview>a {
padding-top: 15px;
padding-bottom: 15px;
}
li.message-footer {
margin: 5px 0;
}
ul.alert-dropdown {
width: 200px;
}
/* custom style */
.border-btm {
border-bottom: 1px solid rgba(234, 234, 234, 0.87)
}
.border-top {
border-top: 1px solid rgba(234, 234, 234, 0.87)
}
.no-p {
padding: 0
}
.no-p-left{
padding-left: 0
}
.no-p-right{
padding-right: 0
}
.no-p-btm{
padding-bottom: 0
}
.p-t-5{
padding-top: 5px
}
.p-l-10 {
padding-left: 10px
}
.p-l-20 {
padding-left: 20px
}
.p-l-30 {
padding-left: 30px
}
.p-l-40 {
padding-left: 40px
}
.p-l-50 {
padding-left: 50px
}
.p-r-10 {
padding-right: 10px
}
.p-r-20 {
padding-right: 20px
}
.p-r-30 {
padding-right: 30px
}
.p-r-40 {
padding-right: 40px
}
.p-r-50 {
padding-right: 50px
}
.p-t-10 {
padding-top: 10px
}
.p-t-20 {
padding-top: 20px
}
.p-t-30 {
padding-top: 30px
}
.p-t-40 {
padding-top: 40px
}
.p-t-50 {
padding-top: 50px
}
.p-b-10 {
padding-bottom: 10px
}
.p-b-20 {
padding-bottom: 20px
}
.p-b-30 {
padding-bottom: 30px
}
.p-b-40 {
padding-bottom: 40px
}
.p-b-50 {
padding-bottom: 50px
}
.no-m {
margin: 0
}
.m-l-10 {
margin-left: 10px
}
.m-l-20 {
margin-left: 20px
}
.m-l-30 {
margin-left: 30px
}
.m-l-40 {
margin-left: 40px
}
.m-l-50 {
margin-left: 50px
}
.m-r-10 {
margin-right: 10px
}
.m-r-20 {
margin-right: 20px
}
.m-r-30 {
margin-right: 30px
}
.m-r-40 {
margin-right: 40px
}
.m-r-50 {
margin-right: 50px
}
.m-t-10 {
margin-top: 10px
}
.m-t-20 {
margin-top: 20px
}
.m-t-30 {
margin-top: 30px
}
.m-t-40 {
margin-top: 40px
}
.m-t-50 {
margin-top: 50px
}
.m-b-10 {
margin-bottom: 10px
}
.m-b-20 {
margin-bottom: 20px
}
.m-b-30 {
margin-bottom: 30px
}
.m-b-40 {
margin-bottom: 40px
}
.m-b-50 {
margin-bottom: 50px
}
/* end custom style */
/* Side Navigation */
@media(min-width:768px) {
.side-nav {
position: fixed;
top: 51px;
left: 225px;
width: 225px;
margin-left: -225px;
border: none;
border-radius: 0;
overflow-y: auto;
background-color: #222;
bottom: 0;
overflow-x: hidden;
padding-bottom: 40px;
}
.side-nav>li>a {
width: 225px;
}
.side-nav li a:hover, .side-nav li a:focus {
outline: none;
background-color: #000 !important;
}
}
.side-nav>li>ul {
padding: 0;
}
.side-nav>li>ul>li>a {
display: block;
padding: 10px 15px 10px 38px;
text-decoration: none;
color: #999;
}
.side-nav>li>ul>li>a:hover {
color: #fff;
}
/* Flot Chart Containers */
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}
/* Custom Colored Panels */
.huge {
font-size: 40px;
}
.panel-green {
border-color: #5cb85c;
}
.panel-green > .panel-heading {
border-color: #5cb85c;
color: #fff;
background-color: #5cb85c;
}
.panel-green > a {
color: #5cb85c;
}
.panel-green > a:hover {
color: #3d8b3d;
}
.panel-red {
border-color: #d9534f;
}
.panel-red > .panel-heading {
border-color: #d9534f;
color: #fff;
background-color: #d9534f;
}
.panel-red > a {
color: #d9534f;
}
.panel-red > a:hover {
color: #b52b27;
}
.panel-yellow {
border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
border-color: #f0ad4e;
color: #fff;
background-color: #f0ad4e;
}
.panel-yellow > a {
color: #f0ad4e;
}
.panel-yellow > a:hover {
color: #df8a13;
}
.quote-content{padding: 10px;padding-top: 0;}
.quote-content i{
font-size: x-small;
position: relative;
top: -3px;
padding-right: 5px;
padding-left: 5px;
}
.quote-content p{display: inline;font-size: 11px;}
.btn-product {
padding: 5px;
border: 2px solid #797171;
padding-left: 10px;
padding-right: 10px;
color: #797171;
background: transparent;
}
.btn-product:hover{
border: 2px solid #B57129;
-webkit-transition: border-color 0.2s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
transition: border-color 0.2s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
}
.action-control{
margin-top: 15px;
}
.caption-detail{
text-align: center;
border-bottom: 2px solid #E06049;
}
.caption-detail .title{font-size: 17px;text-transform: uppercase;text-shadow: 1px 1px 1px #BFBFBF;}
.caption-detail .price i{color: #E06049;}
/* list product */
.col-item
{
border: 5px solid rgba(195, 195, 195, 0.33);
background: #FFF;
margin-bottom: 25px;
padding: 10px;
-webkit-transition: border-color 0.2s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
transition: border-color 0.5s ease-in-out 0s,background-color 0.1s ease-in-out 0.5s;
}
.col-item .photo img
{
margin: 0 auto;
width: 100%;
height: 200px;
}
.col-item .info
{
padding: 10px;
border-radius: 0 0 5px 5px;
margin-top: 1px;
}
.col-item:hover {
border: 5px solid #F9CEA1;
-webkit-transition: border-color 0.2s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
transition: border-color 0.5s ease-in-out 0s,background-color 0.1s ease-in-out 0.5s;
}
.col-item .price
{
float: left;
padding-bottom: 10px;
padding-left: 0;
padding-right: 0;
}
.col-item .price h5
{
line-height: 20px;
margin: 0;
}
.col-item .price h5 i{
color: #E06049
}
.col-item .price h5.title-product{margin-bottom: 10px;font-size: 16px;text-shadow: 0px 0px 1px #CECECE;color: #545454;}
.col-item .price h5.price-text-color{
color: #222;
}
.price-text-color
{
color: #219FD1;
}
.col-item .info .rating
{
color: #777;
}
.col-item .rating
{
/*width: 50%;*/
float: left;
font-size: 17px;
text-align: right;
line-height: 52px;
margin-bottom: 10px;
height: 52px;
}
.col-item .separator
{
border-top: 1px solid #E1E1E1;
}
.clear-left
{
clear: left;
}
.col-item .separator p
{
line-height: 20px;
margin-bottom: 0;
margin-top: 10px;
text-align: center;
}
.col-item .separator p i
{
margin-right: 5px;
}
.col-item .btn-add
{
width: 50%;
float: left;
}
.col-item .btn-add
{
border-right: 1px solid #E1E1E1;
}
.col-item .btn-details
{
width: 50%;
float: left;
}
.control-product .btn-add a{color: #222;}
.control-product .btn-add a i{color: #4475A0;}
.control-product .btn-details a{
color: #222;
}
.control-product .btn-details a i{color: #479A1E;}
/* list product */
| 0.350533 | 0.052765 |
/* Don't want tiny white border inside browser window - apply to html and body. */
html, body {
margin:0;
padding:0;
}
body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; /* no tail font is more readable for small font */
font-size:16px;
}
#titleNav { /* titleNav is fixed, always at the top */
/* position fixed removes the element from the normal flow, placing it where you specify with top/bottom, left/right */
position:fixed;
top:0px;
left:0px;
z-index: 1; /* To make sure titleNav is on top of content, give it a higher z-index than content
(content would have default value of zero). */
width: 100%;
padding-bottom: 10px;
font-weight: bold;
box-shadow: 0px 0px 5px black; /* give a little "3D" effect to the bottom of the title area */
min-width: 650px; /* stop nav bar from unwanted overlap with title */
}
#pageTitle { /* no change */
padding:12px;
padding-bottom: 0px;
font-size:46px;
font-style: italic;
font-family: serif;
letter-spacing: 2.5px; /* spaces out letters a bit */
float: left;
}
#nav { /* fix the nav bar */
float:right;
font-size:24px;
padding-top:30px;
}
#nav a { /* no change */
text-decoration:none; /* Do not want links in "nav" to be underlined */
}
#content { /* Added padding top and bottom to prevent top/bottom content from getting hidden under titleNav/footer */
padding:12px;
padding-top: 80px; /* prevent the top of the content from getting hidden under the fixed titleNav */
padding-bottom: 80px; /* prevent the the bottom of the content from getting hidden under the fixed footer */
}
#footer { /* footer fixed, always at the bottom */
position: fixed;
bottom: 0px;
left: 0px;
z-index: 1; /* make sure footer is on top of content which would have default z-index value of 0 */
width:100%;
text-align:center;
padding:8px;
box-shadow: 0px 0px 5px black; /* give a little "3D" effect to the top of the footer area */
}
.dropdown {
position: relative;
display: inline-block;
margin-right: 1ex;
cursor: pointer;
}
.dropContent {
background-color:black;
right:0px;
position: absolute;
font-size: 14px;
z-index: 3;
padding: 8px;
line-height: 1.7em;
border-radius: 8px;
letter-spacing: 1px;
right: -500px;
visibility: hidden;
/* animate the change of the right property when clicked (zooms in from right)*/
transition: right 0.5s ease 0s;
}
/* don't delete this even though empty - js needs it. */
.dropHeader {
}
.error {
color:red;
}
|
web/LA/style/commonStyle.css
|
/* Don't want tiny white border inside browser window - apply to html and body. */
html, body {
margin:0;
padding:0;
}
body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; /* no tail font is more readable for small font */
font-size:16px;
}
#titleNav { /* titleNav is fixed, always at the top */
/* position fixed removes the element from the normal flow, placing it where you specify with top/bottom, left/right */
position:fixed;
top:0px;
left:0px;
z-index: 1; /* To make sure titleNav is on top of content, give it a higher z-index than content
(content would have default value of zero). */
width: 100%;
padding-bottom: 10px;
font-weight: bold;
box-shadow: 0px 0px 5px black; /* give a little "3D" effect to the bottom of the title area */
min-width: 650px; /* stop nav bar from unwanted overlap with title */
}
#pageTitle { /* no change */
padding:12px;
padding-bottom: 0px;
font-size:46px;
font-style: italic;
font-family: serif;
letter-spacing: 2.5px; /* spaces out letters a bit */
float: left;
}
#nav { /* fix the nav bar */
float:right;
font-size:24px;
padding-top:30px;
}
#nav a { /* no change */
text-decoration:none; /* Do not want links in "nav" to be underlined */
}
#content { /* Added padding top and bottom to prevent top/bottom content from getting hidden under titleNav/footer */
padding:12px;
padding-top: 80px; /* prevent the top of the content from getting hidden under the fixed titleNav */
padding-bottom: 80px; /* prevent the the bottom of the content from getting hidden under the fixed footer */
}
#footer { /* footer fixed, always at the bottom */
position: fixed;
bottom: 0px;
left: 0px;
z-index: 1; /* make sure footer is on top of content which would have default z-index value of 0 */
width:100%;
text-align:center;
padding:8px;
box-shadow: 0px 0px 5px black; /* give a little "3D" effect to the top of the footer area */
}
.dropdown {
position: relative;
display: inline-block;
margin-right: 1ex;
cursor: pointer;
}
.dropContent {
background-color:black;
right:0px;
position: absolute;
font-size: 14px;
z-index: 3;
padding: 8px;
line-height: 1.7em;
border-radius: 8px;
letter-spacing: 1px;
right: -500px;
visibility: hidden;
/* animate the change of the right property when clicked (zooms in from right)*/
transition: right 0.5s ease 0s;
}
/* don't delete this even though empty - js needs it. */
.dropHeader {
}
.error {
color:red;
}
| 0.356335 | 0.135919 |
.rowGallery {
margin-top: 2%;
margin-right: 20%;
margin-left: 20%;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown:hover {
cursor: pointer;
}
.md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab {
/*background-color: #EE334F;*/
background-color: #ebcccc;
}
.md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover, .md-button.md-primary.md-raised:not([disabled]):hover, .md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover, .md-button.md-primary.md-fab:not([disabled]):hover {
/*background-color: #EE334F;*/
background-color: #ebcccc;
}
.navbar-default.affix .navbar-header .navbar-brand {
color: rgba(235, 204, 204, 1);
}
hr {
border-color: #ebcccc;
}
a {
color: #ebcccc;
}
.navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
color: #ebcccc;
}
.portfolio-box .portfolio-box-caption {
background-color: rgba(235, 204, 204, 0.85);
}
.text-primary {
color: #ebcccc;
}
.dropdown-menu > li > a {
color: #ebcccc;
/*#EE334F*/
}
.dropdown-menu > li > a:hover {
background-color: white;
color: #EE334F;
}
.pagination > li > a, .pagination > li > span {
color: #ebcccc;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
background-color: #EE334F;
border-color: #EE334F;
}
.pager .previous > a, .pager .previous > span {
float: none;
}
.pager .next > a, .pager .next > span {
float: none;
}
.custom-dialog {
display: inline-block;
/*background-color: #eaeaea;*/
background-image: linear-gradient(to right, white, #ffeeff);
}
.custom-dialog-image {
width: 49%;
height: 49%;
float: left;
}
.custom-dialog-description {
float: right;
width: 49%;
height: 49%;
margin-top: 1%;
font-style: oblique;
}
.project-name {
text-align: center;
font-size: large;
margin-top: 15px;
font-style: oblique;
}
.custom-dialog-itemPrice {
float: right;
margin-right: 30px;
font-size: large;
font-style: oblique;
color: #EE334F;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 22px;
font-style: oblique;
text-transform: capitalize;
color: white;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 16px;
font-style: oblique;
}
a:hover{
text-decoration: none;
}
/*<Contact CSS>*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);*/
/** {*/
/*margin: 0;*/
/*padding: 0;*/
/*box-sizing: border-box;*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*-webkit-font-smoothing: antialiased;*/
/*-moz-font-smoothing: antialiased;*/
/*-o-font-smoothing: antialiased;*/
/*font-smoothing: antialiased;*/
/*text-rendering: optimizeLegibility;*/
/*}*/
/*.container-contact {*/
/*font-family: "Roboto", Helvetica, Arial, sans-serif;*/
/*font-weight: 100;*/
/*font-size: 12px;*/
/*line-height: 30px;*/
/*color: #777;*/
/*}*/
/*.container-contact {*/
/*max-width: 400px;*/
/*width: 100%;*/
/*margin: 0 auto;*/
/*position: relative;*/
/*}*/
/*#contact input[type="text"],*/
/*#contact input[type="email"],*/
/*#contact input[type="tel"],*/
/*!*#contact input[type="url"],*!*/
/*#contact textarea,*/
/*#contact button[type="submit"] {*/
/*font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;*/
/*border-radius: 5px;*/
/*}*/
/*#contact {*/
/*background: #F9F9F9;*/
/*padding: 25px;*/
/*margin: 30% 0;*/
/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
/*border-radius: 10px;*/
/*}*/
/*#contact h3 {*/
/*display: block;*/
/*font-size: 30px;*/
/*font-weight: 300;*/
/*margin-bottom: 10px;*/
/*}*/
/*#contact h4 {*/
/*margin: 5px 0 15px;*/
/*display: block;*/
/*font-size: 13px;*/
/*font-weight: 400;*/
/*}*/
/*fieldset {*/
/*border: medium none !important;*/
/*margin: 0 0 10px;*/
/*min-width: 100%;*/
/*padding: 0;*/
/*width: 100%;*/
/*}*/
/*#contact input[type="text"],*/
/*#contact input[type="email"],*/
/*#contact input[type="tel"],*/
/*#contact input[type="url"],*/
/*#contact textarea {*/
/*width: 100%;*/
/*border: 1px solid #ccc;*/
/*background: #FFF;*/
/*margin: 0 0 5px;*/
/*padding: 10px;*/
/*}*/
/*#contact input[type="text"]:hover,*/
/*#contact input[type="email"]:hover,*/
/*#contact input[type="tel"]:hover,*/
/*#contact input[type="url"]:hover,*/
/*#contact textarea:hover {*/
/*-webkit-transition: border-color 0.3s ease-in-out;*/
/*-moz-transition: border-color 0.3s ease-in-out;*/
/*transition: border-color 0.3s ease-in-out;*/
/*border: 1px solid #aaa;*/
/*}*/
/*#contact textarea {*/
/*height: 100px;*/
/*max-width: 100%;*/
/*resize: none;*/
/*}*/
/*#contact button[type="submit"] {*/
/*cursor: pointer;*/
/*width: 100%;*/
/*border: none;*/
/*background: #ebcccc;*/
/*color: #FFF;*/
/*margin: 0 0 5px;*/
/*padding: 10px;*/
/*font-size: 15px;*/
/*}*/
/*#contact button[type="submit"]:hover {*/
/*background: #ee334f;*/
/*-webkit-transition: background 0.3s ease-in-out;*/
/*-moz-transition: background 0.3s ease-in-out;*/
/*transition: background-color 0.3s ease-in-out;*/
/*}*/
/*#contact button[type="submit"]:active {*/
/*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);*/
/*}*/
/*.copyright {*/
/*text-align: center;*/
/*}*/
/*#contact input:focus,*/
/*#contact textarea:focus {*/
/*outline: 0;*/
/*border: 1px solid #aaa;*/
/*}*/
/*::-webkit-input-placeholder {*/
/*color: #888;*/
/*}*/
/*:-moz-placeholder {*/
/*color: #888;*/
/*}*/
/*::-moz-placeholder {*/
/*color: #888;*/
/*}*/
/*:-ms-input-placeholder {*/
/*color: #888;*/
/*}*/
/*html.md-default-theme, html, body.md-default-theme, body {*/
/*background-color: white;*/
/*}*/
/*--------------*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
/*.dropdown-backdrop {*/
/*position: fixed;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*top: 0;*/
/*z-index: 990;*/
/*color:#ebcccc;*/
.md-button{
height: 92%;
width: 93%;
background-color: white;
}
.md-content{
background-color: white;
}
@media screen and (max-width : 760px){
/*Make dropdown links appear inline*/
/*.dropdown-menu {*/
/*display:block;*/
/*border: none;*/
/*box-shadow: none;*/
/*text-decoration: none;*/
/*}*/
/*.nav{*/
/*display: block;*/
/*}*/
}
|
app/app.css
|
.rowGallery {
margin-top: 2%;
margin-right: 20%;
margin-left: 20%;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.dropdown:hover {
cursor: pointer;
}
.md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab {
/*background-color: #EE334F;*/
background-color: #ebcccc;
}
.md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover, .md-button.md-primary.md-raised:not([disabled]):hover, .md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover, .md-button.md-primary.md-fab:not([disabled]):hover {
/*background-color: #EE334F;*/
background-color: #ebcccc;
}
.navbar-default.affix .navbar-header .navbar-brand {
color: rgba(235, 204, 204, 1);
}
hr {
border-color: #ebcccc;
}
a {
color: #ebcccc;
}
.navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
color: #ebcccc;
}
.portfolio-box .portfolio-box-caption {
background-color: rgba(235, 204, 204, 0.85);
}
.text-primary {
color: #ebcccc;
}
.dropdown-menu > li > a {
color: #ebcccc;
/*#EE334F*/
}
.dropdown-menu > li > a:hover {
background-color: white;
color: #EE334F;
}
.pagination > li > a, .pagination > li > span {
color: #ebcccc;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
background-color: #EE334F;
border-color: #EE334F;
}
.pager .previous > a, .pager .previous > span {
float: none;
}
.pager .next > a, .pager .next > span {
float: none;
}
.custom-dialog {
display: inline-block;
/*background-color: #eaeaea;*/
background-image: linear-gradient(to right, white, #ffeeff);
}
.custom-dialog-image {
width: 49%;
height: 49%;
float: left;
}
.custom-dialog-description {
float: right;
width: 49%;
height: 49%;
margin-top: 1%;
font-style: oblique;
}
.project-name {
text-align: center;
font-size: large;
margin-top: 15px;
font-style: oblique;
}
.custom-dialog-itemPrice {
float: right;
margin-right: 30px;
font-size: large;
font-style: oblique;
color: #EE334F;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 22px;
font-style: oblique;
text-transform: capitalize;
color: white;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 16px;
font-style: oblique;
}
a:hover{
text-decoration: none;
}
/*<Contact CSS>*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);*/
/** {*/
/*margin: 0;*/
/*padding: 0;*/
/*box-sizing: border-box;*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*-webkit-font-smoothing: antialiased;*/
/*-moz-font-smoothing: antialiased;*/
/*-o-font-smoothing: antialiased;*/
/*font-smoothing: antialiased;*/
/*text-rendering: optimizeLegibility;*/
/*}*/
/*.container-contact {*/
/*font-family: "Roboto", Helvetica, Arial, sans-serif;*/
/*font-weight: 100;*/
/*font-size: 12px;*/
/*line-height: 30px;*/
/*color: #777;*/
/*}*/
/*.container-contact {*/
/*max-width: 400px;*/
/*width: 100%;*/
/*margin: 0 auto;*/
/*position: relative;*/
/*}*/
/*#contact input[type="text"],*/
/*#contact input[type="email"],*/
/*#contact input[type="tel"],*/
/*!*#contact input[type="url"],*!*/
/*#contact textarea,*/
/*#contact button[type="submit"] {*/
/*font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;*/
/*border-radius: 5px;*/
/*}*/
/*#contact {*/
/*background: #F9F9F9;*/
/*padding: 25px;*/
/*margin: 30% 0;*/
/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
/*border-radius: 10px;*/
/*}*/
/*#contact h3 {*/
/*display: block;*/
/*font-size: 30px;*/
/*font-weight: 300;*/
/*margin-bottom: 10px;*/
/*}*/
/*#contact h4 {*/
/*margin: 5px 0 15px;*/
/*display: block;*/
/*font-size: 13px;*/
/*font-weight: 400;*/
/*}*/
/*fieldset {*/
/*border: medium none !important;*/
/*margin: 0 0 10px;*/
/*min-width: 100%;*/
/*padding: 0;*/
/*width: 100%;*/
/*}*/
/*#contact input[type="text"],*/
/*#contact input[type="email"],*/
/*#contact input[type="tel"],*/
/*#contact input[type="url"],*/
/*#contact textarea {*/
/*width: 100%;*/
/*border: 1px solid #ccc;*/
/*background: #FFF;*/
/*margin: 0 0 5px;*/
/*padding: 10px;*/
/*}*/
/*#contact input[type="text"]:hover,*/
/*#contact input[type="email"]:hover,*/
/*#contact input[type="tel"]:hover,*/
/*#contact input[type="url"]:hover,*/
/*#contact textarea:hover {*/
/*-webkit-transition: border-color 0.3s ease-in-out;*/
/*-moz-transition: border-color 0.3s ease-in-out;*/
/*transition: border-color 0.3s ease-in-out;*/
/*border: 1px solid #aaa;*/
/*}*/
/*#contact textarea {*/
/*height: 100px;*/
/*max-width: 100%;*/
/*resize: none;*/
/*}*/
/*#contact button[type="submit"] {*/
/*cursor: pointer;*/
/*width: 100%;*/
/*border: none;*/
/*background: #ebcccc;*/
/*color: #FFF;*/
/*margin: 0 0 5px;*/
/*padding: 10px;*/
/*font-size: 15px;*/
/*}*/
/*#contact button[type="submit"]:hover {*/
/*background: #ee334f;*/
/*-webkit-transition: background 0.3s ease-in-out;*/
/*-moz-transition: background 0.3s ease-in-out;*/
/*transition: background-color 0.3s ease-in-out;*/
/*}*/
/*#contact button[type="submit"]:active {*/
/*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);*/
/*}*/
/*.copyright {*/
/*text-align: center;*/
/*}*/
/*#contact input:focus,*/
/*#contact textarea:focus {*/
/*outline: 0;*/
/*border: 1px solid #aaa;*/
/*}*/
/*::-webkit-input-placeholder {*/
/*color: #888;*/
/*}*/
/*:-moz-placeholder {*/
/*color: #888;*/
/*}*/
/*::-moz-placeholder {*/
/*color: #888;*/
/*}*/
/*:-ms-input-placeholder {*/
/*color: #888;*/
/*}*/
/*html.md-default-theme, html, body.md-default-theme, body {*/
/*background-color: white;*/
/*}*/
/*--------------*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
/*.dropdown-backdrop {*/
/*position: fixed;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*top: 0;*/
/*z-index: 990;*/
/*color:#ebcccc;*/
.md-button{
height: 92%;
width: 93%;
background-color: white;
}
.md-content{
background-color: white;
}
@media screen and (max-width : 760px){
/*Make dropdown links appear inline*/
/*.dropdown-menu {*/
/*display:block;*/
/*border: none;*/
/*box-shadow: none;*/
/*text-decoration: none;*/
/*}*/
/*.nav{*/
/*display: block;*/
/*}*/
}
| 0.285472 | 0.047825 |
img {
display: block;
height: auto;
max-width: 100%;
}
/*=========================================================================
Colors / Style Variables
============================================================================*/
:root {
--color-white: #FFFFFF;
--color-black: #000000;
--color-grey: #999;
--color-grey-dark: #404040;
--color-grey-light: #ddd;
--color-grey-light-light: #F7F7F7;
--color-accent: #EB330E;
--color-background: #404040;
--color-error: #c64f3d;
--color-success: #3dc67a;
--padding-xxl: 3.5rem;
--padding-xl: 3rem;
--padding-large: 1.5rem;
--padding-standard: 1rem;
--padding-small: calc( var(--padding-standard) / var(--scale-ratio) );
--padding-xs: calc( var(--padding-small) / var(--scale-ratio) );
--padding-xxs: calc( var(--padding-xs) / var(--scale-ratio) );
--border-radius: 3px;
--border-radius-big: 1rem;
--shadow-light: 0 1px 10px rgba(0,0,0,0.06), 0 1px 10px rgba(0,0,0,0.12);
--shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
--shadow-active: 0 7px 14px rgba(0,0,0,0.24), 0 5px 5px rgba(0,0,0,0.15);
--transition-time: all 0.5s cubic-bezier(.25,.8,.25,1);
}
/*=========================================================================
Typography
============================================================================*/
:root {
--scale-ratio: 1.2;
--font-size-xxxl: calc( 1rem * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) );;
--font-size-xxl: calc( 1rem * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) );
--font-size-xl: calc( 1rem * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) );
--font-size-lg: calc( 1rem * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) );
--font-size-med: calc( 1rem * var(--scale-ratio) * var(--scale-ratio) );
--font-size-reg: calc( 1rem * var(--scale-ratio) );
--font-size-sm: calc( .65rem * var(--scale-ratio) );
--font-size-xs: calc(.5rem * var(--scale-ratio) );
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-regular: 400;
--font-weight-light: 300;
--margin-xxxl: 4rem;
--margin-xxl: 3.5rem;
--margin-xl: 3rem;
--margin-large: 1.5rem;
--margin-standard: 1rem;
--margin-small: calc( var(--margin-standard) / var(--scale-ratio) );
--margin-xs: calc( var(--margin-small) / var(--scale-ratio) );
--margin-xxs: calc( var(--margin-xs) / var(--scale-ratio) );
--margin-paragraph: calc( var(--font-size-reg) * var(--scale-ratio) );
--font-primary: 'Open Sans', Arial, sans-serif;
}
html {
font-family: var(--font-primary);
line-height: 1.5;
}
/* Headings */
h1 {
font-size: var(--font-size-xxxl);
font-weight: var(--font-weight-bold);
margin-top: 0;
}
h2 {
font-size: var(--font-size-xxl);
font-weight: var(--font-weight-semi-bold);
margin-top: 0;
}
h3 {
font-size: var(--font-size-xl);
font-weight: var(--font-weight-regular);
}
h4 {
font-size: var(--font-size-lg);
font-weight: var(--font-weight-light);
}
h5 {
font-size: var(--font-size-reg);
font-weight: var(--font-weight-semi-bold);
}
h6 {
font-size: var(--font-size-sm);
}
h3, h4 {
margin: var(--margin-xl) 0 var(--margin-standard);
}
p {
color: var(--color-grey-dark);
font-family: var(--font-primary);
font-size: var(--font-size-reg);
font-weight: var(--font-weight-regular);
line-height: 1.8;
margin: 0 0 var(--margin-paragraph) 0;
}
/* Links */
a{
color: var(--color-grey);
text-decoration: none;
transition: var(--transition-time);
transform: scale(.97);
}
p a, main li a {
color: var(--color-accent);
text-decoration: underline;
transition: var(--transition-time);
padding: .2rem;
}
a:hover {
color: var(--color-white);
background-color: var(--color-accent);
border-radius: var(--border-radius);
transition: var(--transition-time);
transform: scale(1);
}
.hero-link {
font-size: var(--font-size-lg);
}
@media ( min-width: 718px ) {
.anchor {
display: block;
position: relative;
top: -80px;
visibility: hidden;
}
}
/* MAININTED STANDARD STYLING
button:focus, a:focus {
outline: 3px solid rgba(235,51,14,.5);
}
*/
.no-hover:hover {
background-color: transparent;
}
.featured {
font-family: var(--font-primary);
font-size: var(--font-size-med);
font-style: italic;
margin-bottom: var(--margin-standard);
}
.meta {
color: var(--color-grey);
font-size: var(--font-size-sm);
font-weight: var(--font-weight-medium);
margin: 0;
}
.meta-footnote {
color: var(--color-grey);
font-size: var(--font-size-sm);
font-weight: var(--font-weight-medium);
margin: var(--margin-xxs) 0;
}
.italic {
font-style: italic;
margin-bottom: var(--margin-large);
font-weight: var(--font-weight-medium);
}
.contact-paragraph {
max-width: 600px;
}
.contact-heading2 {
margin: 0;
}
.contact-heading3 {
margin-bottom: 0;
}
.copy-right {
color: var(--color-grey);
font-size: var(--font-size-xs);
margin: 0;
}
.subtext {
color: var(--color-grey-dark);
font-size: var(--font-size-reg);
font-weight: var(--font-weight-medium);
margin: var(--margin-xxs) 0;
}
.case-study-main .subtext {
font-size: var(--font-size-med);
}
.accent {
color: var(--color-accent);
}
.case-study-hr {
border: 1px solid var(--color-grey-light);
border-radius: .1rem;
margin: 0;
}
.case-study-hr-end {
border: 1px solid var(--color-black);
border-radius: .1rem;
margin: 0 0 var(--margin-standard);
}
hr {
border: 2px solid transparent;
border-radius: .1rem;
margin: 2rem 0;
}
.small-hr {
border: 1px solid var(--color-accent);
border-radius: .1rem;
}
/*=========================================================================
Page Layout
============================================================================*/
body {
margin: 0;
overflow-x: hidden;
}
main {
max-width: 1280px;
margin: 0 var(--margin-standard);
}
@media ( min-width: 1280px ){
main {
margin: 79.59px auto var(--margin-xxl);
}
}
html {
scroll-behavior: smooth;
}
.case-study-main {
max-width: 800px;
margin: 0 var(--margin-standard) 0;
}
@media ( min-width: 718px ) {
.case-study-main {
margin: 0 auto;
}
}
/*=========================================================================
Header
============================================================================*/
.header-item-a {
grid-area: logo;
}
.logo {
display: none;
}
.logo-image {
max-height: 80px;
width: auto;
}
.logo-button {
background-color: var(--color-accent);
border-radius: var(--border-radius);
color: var(--color-white);
display: inline-block;
font-size: var(--font-size-med);
font-weight: var(--font-weight-semi-bold);
padding: .5rem;
text-decoration: none;
text-shadow: none;
transition: var(--transition-time);
transform: scale(.9);
}
.logo-button:hover {
transform: scale(1);
transition: var(--transition-time);
}
header {
background-color: var(--color-white);
z-index: 98;
display: grid;
box-shadow: var(--shadow);
margin: 0;
padding: var(--padding-large) var(--padding-standard);
top: 0;
width: 96%;
align-items: end;
grid-template-columns: 60px auto;
grid-template-rows: auto;
grid-template-areas:
"logo nav"
}
.header-item-b {
display: inline-block;
justify-self: end;
}
@media ( min-width: 718px ) {
header {
grid-template-columns: repeat( 2, 1fr );
background-color: transparent;
box-shadow: none;
}
.header-index {
position: fixed;
}
section {
min-height: 80vh;
margin: 0 0 var(--margin-xxxl);
}
main {
margin-top: 79.59px;
}
.logo-button {
display: none;
}
.logo {
display: block;
max-width: 350px;
padding: .2rem;
}
.header-background {
width: 100vw;
height: 79.38px;
background: var(--color-white);
position: fixed;
top: 0;
z-index: 97;
box-shadow: var(--shadow-light);
}
}
.case-study-main section {
min-height: 0;
}
/*=========================================================================
Blockquote
============================================================================*/
blockquote p {
font-style: italic;
font-size: var(--font-size-med);
font-weight: var(--font-weight-semi-bold);
color: var(--color-black);
text-align: center;
margin: var(--margin-xxl) 0;
}
cite {
margin-left: 80px;
font-size: var(--font-size-med);
font-weight: var(--font-weight-semi-bold);
}
cite + p {
margin-top: var(--margin-large);
}
/*=========================================================================
Image
============================================================================*/
.case-study-image-with-no-caption, .case-study-image-with-caption {
box-shadow: var(--shadow-light);
}
.case-study-image-main {
margin: var(--margin-standard) auto;
}
.no-shadow {
box-shadow: none;
}
.yes-shadow {
box-shadow: var(--shadow-light);
}
.case-study-image-with-no-caption {
margin: var(--margin-standard) auto var(--margin-xxl);
}
.case-study-image-with-caption {
margin: var(--margin-xxl) auto 0;
}
.image-caption {
margin: var(--margin-xxs) 0 var(--margin-xxl);
text-align: center;
}
/*=========================================================================
Card
============================================================================*/
.card-image {
max-height: 180px;
width: auto;
overflow: hidden;
justify-self: center;
align-self: center;
margin: var(--margin-large) 0 var(--margin-xl);
}
@media ( min-width: 900px ) {
.card-image {
max-height: 180px;
max-width: auto;
}
}
.card {
max-width: 100%;
padding: var(--padding-large);
border-radius: var(--border-radius);
box-shadow: var(--shadow);
background-color: var(--color-white);
transition: var(--transition-time);
}
.card-title {
color: var(--color-black);
margin: 0;
font-size: var(--font-size-med);
}
.card .subtext {
font-weight: var(--font-weight-light);
}
.card:hover {
box-shadow: var(--shadow-active);
transition: var(--transition-time);
}
.card-title {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
/*=========================================================================
Grid
============================================================================*/
.grid-layout {
display: grid;
grid-gap: 2rem;
grid-template-columns: 1fr;
margin: var(--margin-xl) 0 ;
}
.card {
display: grid;
grid-template-columns: repeat( 1, 1fr );
grid-template-rows: auto 40px 80px;
}
.card-title {
grid-row: 2;
}
.subtext {
grid-row: 3;
}
.meta {
grid-row: 4;
}
.card-image {
grid-row: 1;
}
@media ( min-width: 600px ) {
.grid-layout {
grid-template-columns: repeat( 2, 1fr );
}
}
@media ( min-width: 1000px ) {
.grid-layout {
grid-template-columns: repeat( 3, 1fr );
}
}
/*
.contact-email {
grid-area: email;
}
.contact-or {
grid-area: or;
justify-self: center;
align-self: center;
}
.contact-cell {
grid-area: cell;
justify-self: end;
}
.contact-grid {
display: grid;
grid-gap: 1rem;
grid-template-columns: repeat( 3, 1fr );
grid-template-areas:
"email or cell"
}
*/
/*=========================================================================
Footer
============================================================================*/
footer {
background-color: var(--color-black);
color: var(--color-white);
margin: var(--margin-xxl) 0 0;
padding: var(--padding-large) var(--padding-standard);
}
.footer-nav {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
}
.footer-talk {
justify-self: center;
}
.footer-help {
justify-self: end;
}
.signature {
margin-top: var(--margin-standard);
grid-column: 1/ span 2;
}
footer h4 {
margin: 0;
}
footer li {
display: inline-block;
margin: 0 var(--margin-large) 0 0;
}
.icon {
display: inline-block;
margin: 0 var(--margin-xxs);
fill: var(--color-grey);
height: 24px;
}
.icon:hover {
background-color: transparent;
box-shadow: none;
}
a svg:hover #linkedin,
a svg:hover #email {
fill: var(--color-accent);
}
/*=========================================================================
Logo
============================================================================*/
.logo {
color: var(--color-black);
font-weight: var(--font-weight-semi-bold);
font-size: var(--font-size-lg);
margin-left: -8px;
}
small {
font-weight: var(--font-weight-regular);
padding: 0;
}
/* ==========================================================================
Lists
========================================================================== */
footer ul, header ul {
margin: 0;
padding-left: 0;
}
ul {
margin-top: 0;
}
li {
color: var(--color-grey-dark);
font-family: var(--font-primary);
font-size: var(--font-size-reg);
font-weight: var(--font-weight-regular);
line-height: 1.6;
margin: var(--margin-xs) 0 0 0;
padding: .1rem 0;
}
ul li {
list-style-type: disc;
}
ul, ol {
margin: var(--margin-large) 0;
}
/*=========================================================================
Nav
============================================================================*/
nav li {
display: inline-block;
margin-right: .5rem;
}
nav li a {
padding: .2rem;
color: var(--color-grey-black);
}
/* ==========================================================================
Hero Image
========================================================================== */
.hero-block {
min-height: 80vh;
padding: 0 var(--padding-standard);
display: grid;
border-radius: var(--border-radius);
background-color: var(--color-grey-light-light);
grid-template-columns: repeat(1, 1fr);
grid-column-gap: var(--margin-xxl);
justify-content: center;
align-content: center;
}
.hero-text {
font-size: var(--font-size-med);
}
/* ==========================================================================
button
========================================================================== */
.hero-button {
background-color: var(--color-black);
border-radius: var(--border-radius);
color: var(--color-white);
display: inline-block;
font-size: var(--font-size-med);
font-weight: var(--font-weight-semi-bold);
padding: .5rem;
text-decoration: none;
text-shadow: none;
box-shadow: var(--shadow);
transition: var(--transition-time);
}
.hero-button:hover {
box-shadow: var(--shadow-active);
background-color: var(--color-accent);
transition: var(--transition-time);
}
.hero-button:active {
outline: none;
}
#myBtn {
font-weight: var(--font-weight-medium);
font-size: var(--font-size-sm);
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
}
@media ( min-width: 650px ) {
#myBtn {
font-size: var(--font-size-med);
}
}
/* ==========================================================================
About
========================================================================== */
.about-title {
grid-area: heading;
}
.about-text {
grid-area: text;
}
.about-image {
grid-area: image;
border: 1px solid var(--color-grey-light);
border-radius: .1rem;
}
.about-resume {
grid-area: resume;
max-width: 250px;
max-height: 35px;
margin-top: 0;
}
.about {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
grid-gap: 0 1rem;
margin: 0;
justify-content: center;
grid-template-areas:
"image"
"heading"
"text"
"resume"
}
@media ( min-width: 850px ) {
.about {
grid-template-columns: 2fr ;
grid-template-areas:
"heading heading"
"text image"
"resume image"
}
.about h3{
margin-top: 0;
}
}
/* ==========================================================================
Animation
========================================================================== */
.text-focus-in {
animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
animation-delay: 300s;
}
@keyframes text-focus-in {
0% {
filter: blur(12px);
opacity: 0;
}
100% {
filter: blur(0px);
opacity: 1;
}
}
|
v1/style.css
|
img {
display: block;
height: auto;
max-width: 100%;
}
/*=========================================================================
Colors / Style Variables
============================================================================*/
:root {
--color-white: #FFFFFF;
--color-black: #000000;
--color-grey: #999;
--color-grey-dark: #404040;
--color-grey-light: #ddd;
--color-grey-light-light: #F7F7F7;
--color-accent: #EB330E;
--color-background: #404040;
--color-error: #c64f3d;
--color-success: #3dc67a;
--padding-xxl: 3.5rem;
--padding-xl: 3rem;
--padding-large: 1.5rem;
--padding-standard: 1rem;
--padding-small: calc( var(--padding-standard) / var(--scale-ratio) );
--padding-xs: calc( var(--padding-small) / var(--scale-ratio) );
--padding-xxs: calc( var(--padding-xs) / var(--scale-ratio) );
--border-radius: 3px;
--border-radius-big: 1rem;
--shadow-light: 0 1px 10px rgba(0,0,0,0.06), 0 1px 10px rgba(0,0,0,0.12);
--shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
--shadow-active: 0 7px 14px rgba(0,0,0,0.24), 0 5px 5px rgba(0,0,0,0.15);
--transition-time: all 0.5s cubic-bezier(.25,.8,.25,1);
}
/*=========================================================================
Typography
============================================================================*/
:root {
--scale-ratio: 1.2;
--font-size-xxxl: calc( 1rem * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) );;
--font-size-xxl: calc( 1rem * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) );
--font-size-xl: calc( 1rem * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) );
--font-size-lg: calc( 1rem * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) );
--font-size-med: calc( 1rem * var(--scale-ratio) * var(--scale-ratio) );
--font-size-reg: calc( 1rem * var(--scale-ratio) );
--font-size-sm: calc( .65rem * var(--scale-ratio) );
--font-size-xs: calc(.5rem * var(--scale-ratio) );
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-regular: 400;
--font-weight-light: 300;
--margin-xxxl: 4rem;
--margin-xxl: 3.5rem;
--margin-xl: 3rem;
--margin-large: 1.5rem;
--margin-standard: 1rem;
--margin-small: calc( var(--margin-standard) / var(--scale-ratio) );
--margin-xs: calc( var(--margin-small) / var(--scale-ratio) );
--margin-xxs: calc( var(--margin-xs) / var(--scale-ratio) );
--margin-paragraph: calc( var(--font-size-reg) * var(--scale-ratio) );
--font-primary: 'Open Sans', Arial, sans-serif;
}
html {
font-family: var(--font-primary);
line-height: 1.5;
}
/* Headings */
h1 {
font-size: var(--font-size-xxxl);
font-weight: var(--font-weight-bold);
margin-top: 0;
}
h2 {
font-size: var(--font-size-xxl);
font-weight: var(--font-weight-semi-bold);
margin-top: 0;
}
h3 {
font-size: var(--font-size-xl);
font-weight: var(--font-weight-regular);
}
h4 {
font-size: var(--font-size-lg);
font-weight: var(--font-weight-light);
}
h5 {
font-size: var(--font-size-reg);
font-weight: var(--font-weight-semi-bold);
}
h6 {
font-size: var(--font-size-sm);
}
h3, h4 {
margin: var(--margin-xl) 0 var(--margin-standard);
}
p {
color: var(--color-grey-dark);
font-family: var(--font-primary);
font-size: var(--font-size-reg);
font-weight: var(--font-weight-regular);
line-height: 1.8;
margin: 0 0 var(--margin-paragraph) 0;
}
/* Links */
a{
color: var(--color-grey);
text-decoration: none;
transition: var(--transition-time);
transform: scale(.97);
}
p a, main li a {
color: var(--color-accent);
text-decoration: underline;
transition: var(--transition-time);
padding: .2rem;
}
a:hover {
color: var(--color-white);
background-color: var(--color-accent);
border-radius: var(--border-radius);
transition: var(--transition-time);
transform: scale(1);
}
.hero-link {
font-size: var(--font-size-lg);
}
@media ( min-width: 718px ) {
.anchor {
display: block;
position: relative;
top: -80px;
visibility: hidden;
}
}
/* MAININTED STANDARD STYLING
button:focus, a:focus {
outline: 3px solid rgba(235,51,14,.5);
}
*/
.no-hover:hover {
background-color: transparent;
}
.featured {
font-family: var(--font-primary);
font-size: var(--font-size-med);
font-style: italic;
margin-bottom: var(--margin-standard);
}
.meta {
color: var(--color-grey);
font-size: var(--font-size-sm);
font-weight: var(--font-weight-medium);
margin: 0;
}
.meta-footnote {
color: var(--color-grey);
font-size: var(--font-size-sm);
font-weight: var(--font-weight-medium);
margin: var(--margin-xxs) 0;
}
.italic {
font-style: italic;
margin-bottom: var(--margin-large);
font-weight: var(--font-weight-medium);
}
.contact-paragraph {
max-width: 600px;
}
.contact-heading2 {
margin: 0;
}
.contact-heading3 {
margin-bottom: 0;
}
.copy-right {
color: var(--color-grey);
font-size: var(--font-size-xs);
margin: 0;
}
.subtext {
color: var(--color-grey-dark);
font-size: var(--font-size-reg);
font-weight: var(--font-weight-medium);
margin: var(--margin-xxs) 0;
}
.case-study-main .subtext {
font-size: var(--font-size-med);
}
.accent {
color: var(--color-accent);
}
.case-study-hr {
border: 1px solid var(--color-grey-light);
border-radius: .1rem;
margin: 0;
}
.case-study-hr-end {
border: 1px solid var(--color-black);
border-radius: .1rem;
margin: 0 0 var(--margin-standard);
}
hr {
border: 2px solid transparent;
border-radius: .1rem;
margin: 2rem 0;
}
.small-hr {
border: 1px solid var(--color-accent);
border-radius: .1rem;
}
/*=========================================================================
Page Layout
============================================================================*/
body {
margin: 0;
overflow-x: hidden;
}
main {
max-width: 1280px;
margin: 0 var(--margin-standard);
}
@media ( min-width: 1280px ){
main {
margin: 79.59px auto var(--margin-xxl);
}
}
html {
scroll-behavior: smooth;
}
.case-study-main {
max-width: 800px;
margin: 0 var(--margin-standard) 0;
}
@media ( min-width: 718px ) {
.case-study-main {
margin: 0 auto;
}
}
/*=========================================================================
Header
============================================================================*/
.header-item-a {
grid-area: logo;
}
.logo {
display: none;
}
.logo-image {
max-height: 80px;
width: auto;
}
.logo-button {
background-color: var(--color-accent);
border-radius: var(--border-radius);
color: var(--color-white);
display: inline-block;
font-size: var(--font-size-med);
font-weight: var(--font-weight-semi-bold);
padding: .5rem;
text-decoration: none;
text-shadow: none;
transition: var(--transition-time);
transform: scale(.9);
}
.logo-button:hover {
transform: scale(1);
transition: var(--transition-time);
}
header {
background-color: var(--color-white);
z-index: 98;
display: grid;
box-shadow: var(--shadow);
margin: 0;
padding: var(--padding-large) var(--padding-standard);
top: 0;
width: 96%;
align-items: end;
grid-template-columns: 60px auto;
grid-template-rows: auto;
grid-template-areas:
"logo nav"
}
.header-item-b {
display: inline-block;
justify-self: end;
}
@media ( min-width: 718px ) {
header {
grid-template-columns: repeat( 2, 1fr );
background-color: transparent;
box-shadow: none;
}
.header-index {
position: fixed;
}
section {
min-height: 80vh;
margin: 0 0 var(--margin-xxxl);
}
main {
margin-top: 79.59px;
}
.logo-button {
display: none;
}
.logo {
display: block;
max-width: 350px;
padding: .2rem;
}
.header-background {
width: 100vw;
height: 79.38px;
background: var(--color-white);
position: fixed;
top: 0;
z-index: 97;
box-shadow: var(--shadow-light);
}
}
.case-study-main section {
min-height: 0;
}
/*=========================================================================
Blockquote
============================================================================*/
blockquote p {
font-style: italic;
font-size: var(--font-size-med);
font-weight: var(--font-weight-semi-bold);
color: var(--color-black);
text-align: center;
margin: var(--margin-xxl) 0;
}
cite {
margin-left: 80px;
font-size: var(--font-size-med);
font-weight: var(--font-weight-semi-bold);
}
cite + p {
margin-top: var(--margin-large);
}
/*=========================================================================
Image
============================================================================*/
.case-study-image-with-no-caption, .case-study-image-with-caption {
box-shadow: var(--shadow-light);
}
.case-study-image-main {
margin: var(--margin-standard) auto;
}
.no-shadow {
box-shadow: none;
}
.yes-shadow {
box-shadow: var(--shadow-light);
}
.case-study-image-with-no-caption {
margin: var(--margin-standard) auto var(--margin-xxl);
}
.case-study-image-with-caption {
margin: var(--margin-xxl) auto 0;
}
.image-caption {
margin: var(--margin-xxs) 0 var(--margin-xxl);
text-align: center;
}
/*=========================================================================
Card
============================================================================*/
.card-image {
max-height: 180px;
width: auto;
overflow: hidden;
justify-self: center;
align-self: center;
margin: var(--margin-large) 0 var(--margin-xl);
}
@media ( min-width: 900px ) {
.card-image {
max-height: 180px;
max-width: auto;
}
}
.card {
max-width: 100%;
padding: var(--padding-large);
border-radius: var(--border-radius);
box-shadow: var(--shadow);
background-color: var(--color-white);
transition: var(--transition-time);
}
.card-title {
color: var(--color-black);
margin: 0;
font-size: var(--font-size-med);
}
.card .subtext {
font-weight: var(--font-weight-light);
}
.card:hover {
box-shadow: var(--shadow-active);
transition: var(--transition-time);
}
.card-title {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
/*=========================================================================
Grid
============================================================================*/
.grid-layout {
display: grid;
grid-gap: 2rem;
grid-template-columns: 1fr;
margin: var(--margin-xl) 0 ;
}
.card {
display: grid;
grid-template-columns: repeat( 1, 1fr );
grid-template-rows: auto 40px 80px;
}
.card-title {
grid-row: 2;
}
.subtext {
grid-row: 3;
}
.meta {
grid-row: 4;
}
.card-image {
grid-row: 1;
}
@media ( min-width: 600px ) {
.grid-layout {
grid-template-columns: repeat( 2, 1fr );
}
}
@media ( min-width: 1000px ) {
.grid-layout {
grid-template-columns: repeat( 3, 1fr );
}
}
/*
.contact-email {
grid-area: email;
}
.contact-or {
grid-area: or;
justify-self: center;
align-self: center;
}
.contact-cell {
grid-area: cell;
justify-self: end;
}
.contact-grid {
display: grid;
grid-gap: 1rem;
grid-template-columns: repeat( 3, 1fr );
grid-template-areas:
"email or cell"
}
*/
/*=========================================================================
Footer
============================================================================*/
footer {
background-color: var(--color-black);
color: var(--color-white);
margin: var(--margin-xxl) 0 0;
padding: var(--padding-large) var(--padding-standard);
}
.footer-nav {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
}
.footer-talk {
justify-self: center;
}
.footer-help {
justify-self: end;
}
.signature {
margin-top: var(--margin-standard);
grid-column: 1/ span 2;
}
footer h4 {
margin: 0;
}
footer li {
display: inline-block;
margin: 0 var(--margin-large) 0 0;
}
.icon {
display: inline-block;
margin: 0 var(--margin-xxs);
fill: var(--color-grey);
height: 24px;
}
.icon:hover {
background-color: transparent;
box-shadow: none;
}
a svg:hover #linkedin,
a svg:hover #email {
fill: var(--color-accent);
}
/*=========================================================================
Logo
============================================================================*/
.logo {
color: var(--color-black);
font-weight: var(--font-weight-semi-bold);
font-size: var(--font-size-lg);
margin-left: -8px;
}
small {
font-weight: var(--font-weight-regular);
padding: 0;
}
/* ==========================================================================
Lists
========================================================================== */
footer ul, header ul {
margin: 0;
padding-left: 0;
}
ul {
margin-top: 0;
}
li {
color: var(--color-grey-dark);
font-family: var(--font-primary);
font-size: var(--font-size-reg);
font-weight: var(--font-weight-regular);
line-height: 1.6;
margin: var(--margin-xs) 0 0 0;
padding: .1rem 0;
}
ul li {
list-style-type: disc;
}
ul, ol {
margin: var(--margin-large) 0;
}
/*=========================================================================
Nav
============================================================================*/
nav li {
display: inline-block;
margin-right: .5rem;
}
nav li a {
padding: .2rem;
color: var(--color-grey-black);
}
/* ==========================================================================
Hero Image
========================================================================== */
.hero-block {
min-height: 80vh;
padding: 0 var(--padding-standard);
display: grid;
border-radius: var(--border-radius);
background-color: var(--color-grey-light-light);
grid-template-columns: repeat(1, 1fr);
grid-column-gap: var(--margin-xxl);
justify-content: center;
align-content: center;
}
.hero-text {
font-size: var(--font-size-med);
}
/* ==========================================================================
button
========================================================================== */
.hero-button {
background-color: var(--color-black);
border-radius: var(--border-radius);
color: var(--color-white);
display: inline-block;
font-size: var(--font-size-med);
font-weight: var(--font-weight-semi-bold);
padding: .5rem;
text-decoration: none;
text-shadow: none;
box-shadow: var(--shadow);
transition: var(--transition-time);
}
.hero-button:hover {
box-shadow: var(--shadow-active);
background-color: var(--color-accent);
transition: var(--transition-time);
}
.hero-button:active {
outline: none;
}
#myBtn {
font-weight: var(--font-weight-medium);
font-size: var(--font-size-sm);
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
}
@media ( min-width: 650px ) {
#myBtn {
font-size: var(--font-size-med);
}
}
/* ==========================================================================
About
========================================================================== */
.about-title {
grid-area: heading;
}
.about-text {
grid-area: text;
}
.about-image {
grid-area: image;
border: 1px solid var(--color-grey-light);
border-radius: .1rem;
}
.about-resume {
grid-area: resume;
max-width: 250px;
max-height: 35px;
margin-top: 0;
}
.about {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
grid-gap: 0 1rem;
margin: 0;
justify-content: center;
grid-template-areas:
"image"
"heading"
"text"
"resume"
}
@media ( min-width: 850px ) {
.about {
grid-template-columns: 2fr ;
grid-template-areas:
"heading heading"
"text image"
"resume image"
}
.about h3{
margin-top: 0;
}
}
/* ==========================================================================
Animation
========================================================================== */
.text-focus-in {
animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
animation-delay: 300s;
}
@keyframes text-focus-in {
0% {
filter: blur(12px);
opacity: 0;
}
100% {
filter: blur(0px);
opacity: 1;
}
}
| 0.352759 | 0.101322 |
@-moz-document domain("www.buxfer.com") {
::-webkit-scrollbar-track-piece {
background-color: #282e33;
border-radius: 3px;
}
.UIPageTitle {
background: #282e33;
padding: 0 25px;
}
element.style {
background-color: #000;
}
.freebird .appContent {
background: #282e33;
padding-bottom: 45px;
}
.UIAppHeader .pageHeaderContent {
color: #606472;
background: #282e33;
border-bottom: 1px solid #282e33;
padding: 0 0 0 25px;
}
.bBorder, .hBorder {
border-bottom: 1px solid #282e33;
}
.UIAppContainer .sectionsContainer.UIGrid>tbody>tr>td, .UIAppContainer .pageSectionCard {
border: 1px solid #282e33;
border: 1px solid #282e33;
padding: 20px;
background: #282e33;
border-radius: 5px;
}
.UIAppFooter {
height: 45px;
background: #282e33;
border-top: 1px solid #282e33;
}
.UIPieChart .totalLabelContainer {
font-size: 13px;
color: #fff;
text-align: center;
}
.UIPieChart .totalAmountContainer{font-family:'Ubuntu Mono';padding-top:10px;font-size:25px;color:#fff;display:inline-block}
.UITransactionList .UIGrid.transactions>tbody>tr>th,.UITransactionList .UIGrid.transactions>tbody>tr>th a{color:#fff}
.UITransactionList .UIGrid.transactions>tbody>tr>th .sortableColumnTitle.sortedUp,.UITransactionList .UIGrid.transactions>tbody>tr>th .sortableColumnTitle.sortedDown{color:#fff}
.UIEditable>a.UIHoverable:hover>.contentContainer,.UIEditable input[type=text]{border:0px solid #fff}
.freebird a {
color: #fff;
}
td, th, textarea, input, select, a {
font-family: inherit;
font-size: inherit;
color: #fff;
}
.UIControl.disabled .controlTitleContainer {
cursor: not-allowed;
background-color: #282e33;
color: #dcdce2;
}
.UIBudgetChart .spentAmount, .UIBudgetChart .leftAmount {
position: relative;
background: transparent;
padding-top: 5px;
}
.UITagToken {
white-space: nowrap;
background: transparent;
border: 1px solid transparent;
}
.UICategoryNavigation {
background: transparent;
text-align: center;
}
.UIBudgetChart .today .markerLabel {
right: -20px;
color: #fdb77b;
background: transparent;
}
.UIProgressBar {
border: 1px solid transparent;
padding: 2px;
}
.UIMembershipBlock {
background: transparent;
}
.UILinkSelector a:hover, .UILinkSelector a.selected {
color: #fff;
}
.UIMembershipBlock.fullPage .titleContainer {
font-size: 25px;
color: #fff;
}
.bigTMargin {
margin-top: 30px;
color: #fff;
}
.UITransactionList .UIGrid.transactions>tbody>tr>th{border-bottom:0px solid #e4e3e7;white-space:nowrap;text-align:left}
.UITransactionList .UIGrid.transactions>tbody>tr>td.actionsContainer {
border-bottom: 1px transparent;
}
.UITransactionList .UIGrid.transactions>tbody>tr.selected>td {
background-color: #1e2226;
}
.UISidebar .logoContainer, .UISidebar .navItem {
border-bottom: 0px solid #1c2024;
}
.UILinkSelector a:hover, .UILinkSelector a.selected {
color: #36c0ff;
}
.UIModalDialog .modalContentContainer {
background-color: #282e33;
}
textarea, input[type=text], input[type=email], input[type=number], input[type=password] {
border: 1px solid #d0d0f0;
max-width: 100%;
color: black;
}
.UIDashboardReminders .reminderListContainer.UIGrid>tbody>tr>td {
padding: 15px;
white-space: nowrap;
border-bottom: 0px solid #e4e3e7;
}
.UIDashboardReminders .reminderListContainer.UIGrid {
margin-top: 20px;
border-top: 0px solid #e4e3e7;
}
.overlayBg, .bxOverlayContainer {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: #fff;
display: none;
}
}
|
data/usercss/118010.user.css
|
@-moz-document domain("www.buxfer.com") {
::-webkit-scrollbar-track-piece {
background-color: #282e33;
border-radius: 3px;
}
.UIPageTitle {
background: #282e33;
padding: 0 25px;
}
element.style {
background-color: #000;
}
.freebird .appContent {
background: #282e33;
padding-bottom: 45px;
}
.UIAppHeader .pageHeaderContent {
color: #606472;
background: #282e33;
border-bottom: 1px solid #282e33;
padding: 0 0 0 25px;
}
.bBorder, .hBorder {
border-bottom: 1px solid #282e33;
}
.UIAppContainer .sectionsContainer.UIGrid>tbody>tr>td, .UIAppContainer .pageSectionCard {
border: 1px solid #282e33;
border: 1px solid #282e33;
padding: 20px;
background: #282e33;
border-radius: 5px;
}
.UIAppFooter {
height: 45px;
background: #282e33;
border-top: 1px solid #282e33;
}
.UIPieChart .totalLabelContainer {
font-size: 13px;
color: #fff;
text-align: center;
}
.UIPieChart .totalAmountContainer{font-family:'Ubuntu Mono';padding-top:10px;font-size:25px;color:#fff;display:inline-block}
.UITransactionList .UIGrid.transactions>tbody>tr>th,.UITransactionList .UIGrid.transactions>tbody>tr>th a{color:#fff}
.UITransactionList .UIGrid.transactions>tbody>tr>th .sortableColumnTitle.sortedUp,.UITransactionList .UIGrid.transactions>tbody>tr>th .sortableColumnTitle.sortedDown{color:#fff}
.UIEditable>a.UIHoverable:hover>.contentContainer,.UIEditable input[type=text]{border:0px solid #fff}
.freebird a {
color: #fff;
}
td, th, textarea, input, select, a {
font-family: inherit;
font-size: inherit;
color: #fff;
}
.UIControl.disabled .controlTitleContainer {
cursor: not-allowed;
background-color: #282e33;
color: #dcdce2;
}
.UIBudgetChart .spentAmount, .UIBudgetChart .leftAmount {
position: relative;
background: transparent;
padding-top: 5px;
}
.UITagToken {
white-space: nowrap;
background: transparent;
border: 1px solid transparent;
}
.UICategoryNavigation {
background: transparent;
text-align: center;
}
.UIBudgetChart .today .markerLabel {
right: -20px;
color: #fdb77b;
background: transparent;
}
.UIProgressBar {
border: 1px solid transparent;
padding: 2px;
}
.UIMembershipBlock {
background: transparent;
}
.UILinkSelector a:hover, .UILinkSelector a.selected {
color: #fff;
}
.UIMembershipBlock.fullPage .titleContainer {
font-size: 25px;
color: #fff;
}
.bigTMargin {
margin-top: 30px;
color: #fff;
}
.UITransactionList .UIGrid.transactions>tbody>tr>th{border-bottom:0px solid #e4e3e7;white-space:nowrap;text-align:left}
.UITransactionList .UIGrid.transactions>tbody>tr>td.actionsContainer {
border-bottom: 1px transparent;
}
.UITransactionList .UIGrid.transactions>tbody>tr.selected>td {
background-color: #1e2226;
}
.UISidebar .logoContainer, .UISidebar .navItem {
border-bottom: 0px solid #1c2024;
}
.UILinkSelector a:hover, .UILinkSelector a.selected {
color: #36c0ff;
}
.UIModalDialog .modalContentContainer {
background-color: #282e33;
}
textarea, input[type=text], input[type=email], input[type=number], input[type=password] {
border: 1px solid #d0d0f0;
max-width: 100%;
color: black;
}
.UIDashboardReminders .reminderListContainer.UIGrid>tbody>tr>td {
padding: 15px;
white-space: nowrap;
border-bottom: 0px solid #e4e3e7;
}
.UIDashboardReminders .reminderListContainer.UIGrid {
margin-top: 20px;
border-top: 0px solid #e4e3e7;
}
.overlayBg, .bxOverlayContainer {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
color: #fff;
display: none;
}
}
| 0.256459 | 0.071656 |
display:block;
float:right;
width:650px;
margin:30px 0 0 0;
padding:0;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:right;
}
#header ul{
margin:0;
padding:0;
list-style:none;
}
#header li{
display:inline;
margin-right:35px;
}
#header li a:link, #header li a:visited, #header li a:hover{
margin:0;
padding:0 3px 10px 3px;
color:#FFFFFF;
background-color:#2D3134;
border-bottom:1px solid #2D3134;
}
#header li a:hover, #header li.active a{
color:#02ACEE;
background-color:#2D3134;
border-bottom-color:#02ACEE;
}
#header #topnav li.last{
margin-right:0;
}
/* ----------------------------------------------Column Navigation-------------------------------------*/
#column .subnav{display:block; width:250px; padding:25px; background-color:#F9F9F9; margin-bottom:30px;}
#column .subnav h2{
margin:0 0 20px 0;
padding:0 0 14px 0;
font-size:20px;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#666666;
background-color:#F9F9F9;
line-height:normal;
border-bottom:1px dotted #666666;
}
#column .subnav ul{
margin:0;
padding:0;
list-style:none;
}
#column .subnav li{
margin:0 0 3px 0;
padding:0;
}
#column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{border-top:none; padding-top:0;}
#column .subnav a{
display:block;
margin:0;
padding:5px 10px 5px 20px;
color:#777777;
background:url("../images/blue_file.gif") no-repeat 10px center #F9F9F9;
text-decoration:none;
border-bottom:1px dotted #666666;
}
#column .subnav a:hover{color:#02ACEE; background-color:#F9F9F9;}
#column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{background:url("../images/black_file.gif") no-repeat #F9F9F9;}
#column .subnav ul ul a{padding-left:40px; background-position:30px center;}
#column .subnav ul ul ul a{padding-left:50px; background-position:40px center;}
#column .subnav ul ul ul ul a{padding-left:60px; background-position:50px center;}
#column .subnav ul ul ul ul ul a{padding-left:70px; background-position:60px center;}
|
info/styles/navi.css
|
display:block;
float:right;
width:650px;
margin:30px 0 0 0;
padding:0;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:right;
}
#header ul{
margin:0;
padding:0;
list-style:none;
}
#header li{
display:inline;
margin-right:35px;
}
#header li a:link, #header li a:visited, #header li a:hover{
margin:0;
padding:0 3px 10px 3px;
color:#FFFFFF;
background-color:#2D3134;
border-bottom:1px solid #2D3134;
}
#header li a:hover, #header li.active a{
color:#02ACEE;
background-color:#2D3134;
border-bottom-color:#02ACEE;
}
#header #topnav li.last{
margin-right:0;
}
/* ----------------------------------------------Column Navigation-------------------------------------*/
#column .subnav{display:block; width:250px; padding:25px; background-color:#F9F9F9; margin-bottom:30px;}
#column .subnav h2{
margin:0 0 20px 0;
padding:0 0 14px 0;
font-size:20px;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#666666;
background-color:#F9F9F9;
line-height:normal;
border-bottom:1px dotted #666666;
}
#column .subnav ul{
margin:0;
padding:0;
list-style:none;
}
#column .subnav li{
margin:0 0 3px 0;
padding:0;
}
#column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{border-top:none; padding-top:0;}
#column .subnav a{
display:block;
margin:0;
padding:5px 10px 5px 20px;
color:#777777;
background:url("../images/blue_file.gif") no-repeat 10px center #F9F9F9;
text-decoration:none;
border-bottom:1px dotted #666666;
}
#column .subnav a:hover{color:#02ACEE; background-color:#F9F9F9;}
#column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{background:url("../images/black_file.gif") no-repeat #F9F9F9;}
#column .subnav ul ul a{padding-left:40px; background-position:30px center;}
#column .subnav ul ul ul a{padding-left:50px; background-position:40px center;}
#column .subnav ul ul ul ul a{padding-left:60px; background-position:50px center;}
#column .subnav ul ul ul ul ul a{padding-left:70px; background-position:60px center;}
| 0.197522 | 0.047958 |
@font-face{
font-family:"Material Design Icons";
src:url(fonts/materialdesignicons-webfont.eot?v=1.8.36);
src:url(fonts/materialdesignicons-webfont.eot?#iefix&v=1.8.36) format("embedded-opentype"),url(fonts/materialdesignicons-webfont.woff2?v=1.8.36) format("woff2"),url(fonts/materialdesignicons-webfont.woff?v=1.8.36) format("woff"),url(fonts/materialdesignicons-webfont.ttf?v=1.8.36) format("truetype"),url(fonts/materialdesignicons-webfont.svg?v=1.8.36#materialdesigniconsregular) format("svg");
font-weight:400;
font-style:normal
}
.mdi-set,.mdi:before{
display:inline-block;
font:normal normal normal 24px/1 "Material Design Icons";
font-size:inherit;
text-rendering:auto;
line-height:inherit;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
transform:translate(0,0)
}
.mdi-access-point:before{
content:"\F002"
}
.mdi-access-point-network:before{
content:"\F003"
}
.mdi-account:before{
content:"\F004"
}
.mdi-account-alert:before{
content:"\F005"
}
.mdi-account-box:before{
content:"\F006"
}
.mdi-account-box-outline:before{
content:"\F007"
}
.mdi-account-card-details:before{
content:"\F5D2"
}
.mdi-account-check:before{
content:"\F008"
}
.mdi-account-circle:before{
content:"\F009"
}
.mdi-account-convert:before{
content:"\F00A"
}
.mdi-account-edit:before{
content:"\F6BB"
}
.mdi-account-key:before{
content:"\F00B"
}
.mdi-account-location:before{
content:"\F00C"
}
.mdi-account-minus:before{
content:"\F00D"
}
.mdi-account-multiple:before{
content:"\F00E"
}
.mdi-account-multiple-minus:before{
content:"\F5D3"
}
.mdi-account-multiple-outline:before{
content:"\F00F"
}
.mdi-account-multiple-plus:before{
content:"\F010"
}
.mdi-account-network:before{
content:"\F011"
}
.mdi-account-off:before{
content:"\F012"
}
.mdi-account-outline:before{
content:"\F013"
}
.mdi-account-plus:before{
content:"\F014"
}
.mdi-account-remove:before{
content:"\F015"
}
.mdi-account-search:before{
content:"\F016"
}
.mdi-account-settings:before{
content:"\F630"
}
.mdi-account-settings-variant:before{
content:"\F631"
}
.mdi-account-star:before{
content:"\F017"
}
.mdi-account-star-variant:before{
content:"\F018"
}
.mdi-account-switch:before{
content:"\F019"
}
.mdi-adjust:before{
content:"\F01A"
}
.mdi-air-conditioner:before{
content:"\F01B"
}
.mdi-airballoon:before{
content:"\F01C"
}
.mdi-airplane:before{
content:"\F01D"
}
.mdi-airplane-landing:before{
content:"\F5D4"
}
.mdi-airplane-off:before{
content:"\F01E"
}
.mdi-airplane-takeoff:before{
content:"\F5D5"
}
.mdi-airplay:before{
content:"\F01F"
}
.mdi-alarm:before{
content:"\F020"
}
.mdi-alarm-check:before{
content:"\F021"
}
.mdi-alarm-multiple:before{
content:"\F022"
}
.mdi-alarm-off:before{
content:"\F023"
}
.mdi-alarm-plus:before{
content:"\F024"
}
.mdi-alarm-snooze:before{
content:"\F68D"
}
.mdi-album:before{
content:"\F025"
}
.mdi-alert:before{
content:"\F026"
}
.mdi-alert-box:before{
content:"\F027"
}
.mdi-alert-circle:before{
content:"\F028"
}
.mdi-alert-circle-outline:before{
content:"\F5D6"
}
.mdi-alert-octagon:before{
content:"\F029"
}
.mdi-alert-octagram:before{
content:"\F6BC"
}
.mdi-alert-outline:before{
content:"\F02A"
}
.mdi-all-inclusive:before{
content:"\F6BD"
}
.mdi-alpha:before{
content:"\F02B"
}
.mdi-alphabetical:before{
content:"\F02C"
}
.mdi-altimeter:before{
content:"\F5D7"
}
.mdi-amazon:before{
content:"\F02D"
}
.mdi-amazon-clouddrive:before{
content:"\F02E"
}
.mdi-ambulance:before{
content:"\F02F"
}
.mdi-amplifier:before{
content:"\F030"
}
.mdi-anchor:before{
content:"\F031"
}
.mdi-andrAdminid:before{
content:"\F032"
}
.mdi-andrAdminid-debug-bridge:before{
content:"\F033"
}
.mdi-andrAdminid-studio:before{
content:"\F034"
}
.mdi-angular:before{
content:"\F6B1"
}
.mdi-angularjs:before{
content:"\F6BE"
}
.mdi-animation:before{
content:"\F5D8"
}
.mdi-apple:before{
content:"\F035"
}
.mdi-apple-finder:before{
content:"\F036"
}
.mdi-apple-ios:before{
content:"\F037"
}
.mdi-apple-keyboard-caps:before{
content:"\F632"
}
.mdi-apple-keyboard-command:before{
content:"\F633"
}
.mdi-apple-keyboard-control:before{
content:"\F634"
}
.mdi-apple-keyboard-option:before{
content:"\F635"
}
.mdi-apple-keyboard-shift:before{
content:"\F636"
}
.mdi-apple-mobileme:before{
content:"\F038"
}
.mdi-apple-safari:before{
content:"\F039"
}
.mdi-application:before{
content:"\F614"
}
.mdi-apps:before{
content:"\F03B"
}
.mdi-archive:before{
content:"\F03C"
}
.mdi-arrange-bring-forward:before{
content:"\F03D"
}
.mdi-arrange-bring-to-front:before{
content:"\F03E"
}
.mdi-arrange-send-backward:before{
content:"\F03F"
}
.mdi-arrange-send-to-back:before{
content:"\F040"
}
.mdi-arrow-all:before{
content:"\F041"
}
.mdi-arrow-bottom-left:before{
content:"\F042"
}
.mdi-arrow-bottom-right:before{
content:"\F043"
}
.mdi-arrow-compress:before{
content:"\F615"
}
.mdi-arrow-compress-all:before{
content:"\F044"
}
.mdi-arrow-down:before{
content:"\F045"
}
.mdi-arrow-down-bold:before{
content:"\F046"
}
.mdi-arrow-down-bold-circle:before{
content:"\F047"
}
.mdi-arrow-down-bold-circle-outline:before{
content:"\F048"
}
.mdi-arrow-down-bold-hexagon-outline:before{
content:"\F049"
}
.mdi-arrow-down-box:before{
content:"\F6BF"
}
.mdi-arrow-down-drop-circle:before{
content:"\F04A"
}
.mdi-arrow-down-drop-circle-outline:before{
content:"\F04B"
}
.mdi-arrow-expand:before{
content:"\F616"
}
.mdi-arrow-expand-all:before{
content:"\F04C"
}
.mdi-arrow-left:before{
content:"\F04D"
}
.mdi-arrow-left-bold:before{
content:"\F04E"
}
.mdi-arrow-left-bold-circle:before{
content:"\F04F"
}
.mdi-arrow-left-bold-circle-outline:before{
content:"\F050"
}
.mdi-arrow-left-bold-hexagon-outline:before{
content:"\F051"
}
.mdi-arrow-left-box:before{
content:"\F6C0"
}
.mdi-arrow-left-drop-circle:before{
content:"\F052"
}
.mdi-arrow-left-drop-circle-outline:before{
content:"\F053"
}
.mdi-arrow-right:before{
content:"\F054"
}
.mdi-arrow-right-bold:before{
content:"\F055"
}
.mdi-arrow-right-bold-circle:before{
content:"\F056"
}
.mdi-arrow-right-bold-circle-outline:before{
content:"\F057"
}
.mdi-arrow-right-bold-hexagon-outline:before{
content:"\F058"
}
.mdi-arrow-right-box:before{
content:"\F6C1"
}
.mdi-arrow-right-drop-circle:before{
content:"\F059"
}
.mdi-arrow-right-drop-circle-outline:before{
content:"\F05A"
}
.mdi-arrow-top-left:before{
content:"\F05B"
}
.mdi-arrow-top-right:before{
content:"\F05C"
}
.mdi-arrow-up:before{
content:"\F05D"
}
.mdi-arrow-up-bold:before{
content:"\F05E"
}
.mdi-arrow-up-bold-circle:before{
content:"\F05F"
}
.mdi-arrow-up-bold-circle-outline:before{
content:"\F060"
}
.mdi-arrow-up-bold-hexagon-outline:before{
content:"\F061"
}
.mdi-arrow-up-box:before{
content:"\F6C2"
}
.mdi-arrow-up-drop-circle:before{
content:"\F062"
}
.mdi-arrow-up-drop-circle-outline:before{
content:"\F063"
}
.mdi-assistant:before{
content:"\F064"
}
.mdi-asterisk:before{
content:"\F6C3"
}
.mdi-at:before{
content:"\F065"
}
.mdi-attachment:before{
content:"\F066"
}
.mdi-audiobook:before{
content:"\F067"
}
.mdi-auto-fix:before{
content:"\F068"
}
.mdi-auto-upload:before{
content:"\F069"
}
.mdi-autorenew:before{
content:"\F06A"
}
.mdi-av-timer:before{
content:"\F06B"
}
.mdi-baby:before{
content:"\F06C"
}
.mdi-baby-buggy:before{
content:"\F68E"
}
.mdi-backburger:before{
content:"\F06D"
}
.mdi-backspace:before{
content:"\F06E"
}
.mdi-backup-restore:before{
content:"\F06F"
}
.mdi-bandcamp:before{
content:"\F674"
}
.mdi-bank:before{
content:"\F070"
}
.mdi-barcode:before{
content:"\F071"
}
.mdi-barcode-scan:before{
content:"\F072"
}
.mdi-barley:before{
content:"\F073"
}
.mdi-barrel:before{
content:"\F074"
}
.mdi-basecamp:before{
content:"\F075"
}
.mdi-basket:before{
content:"\F076"
}
.mdi-basket-fill:before{
content:"\F077"
}
.mdi-basket-unfill:before{
content:"\F078"
}
.mdi-battery:before{
content:"\F079"
}
.mdi-battery-10:before{
content:"\F07A"
}
.mdi-battery-20:before{
content:"\F07B"
}
.mdi-battery-30:before{
content:"\F07C"
}
.mdi-battery-40:before{
content:"\F07D"
}
.mdi-battery-50:before{
content:"\F07E"
}
.mdi-battery-60:before{
content:"\F07F"
}
.mdi-battery-70:before{
content:"\F080"
}
.mdi-battery-80:before{
content:"\F081"
}
.mdi-battery-90:before{
content:"\F082"
}
.mdi-battery-alert:before{
content:"\F083"
}
.mdi-battery-charging:before{
content:"\F084"
}
.mdi-battery-charging-100:before{
content:"\F085"
}
.mdi-battery-charging-20:before{
content:"\F086"
}
.mdi-battery-charging-30:before{
content:"\F087"
}
.mdi-battery-charging-40:before{
content:"\F088"
}
.mdi-battery-charging-60:before{
content:"\F089"
}
.mdi-battery-charging-80:before{
content:"\F08A"
}
.mdi-battery-charging-90:before{
content:"\F08B"
}
.mdi-battery-minus:before{
content:"\F08C"
}
.mdi-battery-negative:before{
content:"\F08D"
}
.mdi-battery-outline:before{
content:"\F08E"
}
.mdi-battery-plus:before{
content:"\F08F"
}
.mdi-battery-positive:before{
content:"\F090"
}
.mdi-battery-unknown:before{
content:"\F091"
}
.mdi-beach:before{
content:"\F092"
}
.mdi-beaker:before{
content:"\F68F"
}
.mdi-beats:before{
content:"\F097"
}
.mdi-beer:before{
content:"\F098"
}
.mdi-behance:before{
content:"\F099"
}
.mdi-bell:before{
content:"\F09A"
}
.mdi-bell-off:before{
content:"\F09B"
}
.mdi-bell-outline:before{
content:"\F09C"
}
.mdi-bell-plus:before{
content:"\F09D"
}
.mdi-bell-ring:before{
content:"\F09E"
}
.mdi-bell-ring-outline:before{
content:"\F09F"
}
.mdi-bell-sleep:before{
content:"\F0A0"
}
.mdi-beta:before{
content:"\F0A1"
}
.mdi-bible:before{
content:"\F0A2"
}
.mdi-bike:before{
content:"\F0A3"
}
.mdi-bing:before{
content:"\F0A4"
}
.mdi-binoculars:before{
content:"\F0A5"
}
.mdi-bio:before{
content:"\F0A6"
}
.mdi-biohazard:before{
content:"\F0A7"
}
.mdi-bitbucket:before{
content:"\F0A8"
}
.mdi-black-mesa:before{
content:"\F0A9"
}
.mdi-blackberry:before{
content:"\F0AA"
}
.mdi-blender:before{
content:"\F0AB"
}
.mdi-blinds:before{
content:"\F0AC"
}
.mdi-block-helper:before{
content:"\F0AD"
}
.mdi-blogger:before{
content:"\F0AE"
}
.mdi-bluetooth:before{
content:"\F0AF"
}
.mdi-bluetooth-audio:before{
content:"\F0B0"
}
.mdi-bluetooth-connect:before{
content:"\F0B1"
}
.mdi-bluetooth-off:before{
content:"\F0B2"
}
.mdi-bluetooth-settings:before{
content:"\F0B3"
}
.mdi-bluetooth-transfer:before{
content:"\F0B4"
}
.mdi-blur:before{
content:"\F0B5"
}
.mdi-blur-linear:before{
content:"\F0B6"
}
.mdi-blur-off:before{
content:"\F0B7"
}
.mdi-blur-radial:before{
content:"\F0B8"
}
.mdi-bomb:before{
content:"\F690"
}
.mdi-bomb-off:before{
content:"\F6C4"
}
.mdi-bone:before{
content:"\F0B9"
}
.mdi-book:before{
content:"\F0BA"
}
.mdi-book-minus:before{
content:"\F5D9"
}
.mdi-book-multiple:before{
content:"\F0BB"
}
.mdi-book-multiple-variant:before{
content:"\F0BC"
}
.mdi-book-open:before{
content:"\F0BD"
}
.mdi-book-open-page-variant:before{
content:"\F5DA"
}
.mdi-book-open-variant:before{
content:"\F0BE"
}
.mdi-book-plus:before{
content:"\F5DB"
}
.mdi-book-variant:before{
content:"\F0BF"
}
.mdi-bookmark:before{
content:"\F0C0"
}
.mdi-bookmark-check:before{
content:"\F0C1"
}
.mdi-bookmark-music:before{
content:"\F0C2"
}
.mdi-bookmark-outline:before{
content:"\F0C3"
}
.mdi-bookmark-plus:before{
content:"\F0C5"
}
.mdi-bookmark-plus-outline:before{
content:"\F0C4"
}
.mdi-bookmark-remove:before{
content:"\F0C6"
}
.mdi-boombox:before{
content:"\F5DC"
}
.mdi-bootstrap:before{
content:"\F6C5"
}
.mdi-border-all:before{
content:"\F0C7"
}
.mdi-border-bottom:before{
content:"\F0C8"
}
.mdi-border-color:before{
content:"\F0C9"
}
.mdi-border-horizontal:before{
content:"\F0CA"
}
.mdi-border-inside:before{
content:"\F0CB"
}
.mdi-border-left:before{
content:"\F0CC"
}
.mdi-border-none:before{
content:"\F0CD"
}
.mdi-border-outside:before{
content:"\F0CE"
}
.mdi-border-right:before{
content:"\F0CF"
}
.mdi-border-style:before{
content:"\F0D0"
}
.mdi-border-top:before{
content:"\F0D1"
}
.mdi-border-vertical:before{
content:"\F0D2"
}
.mdi-bow-tie:before{
content:"\F677"
}
.mdi-bowl:before{
content:"\F617"
}
.mdi-bowling:before{
content:"\F0D3"
}
.mdi-box:before{
content:"\F0D4"
}
.mdi-box-cutter:before{
content:"\F0D5"
}
.mdi-box-shadow:before{
content:"\F637"
}
.mdi-bridge:before{
content:"\F618"
}
.mdi-briefcase:before{
content:"\F0D6"
}
.mdi-briefcase-check:before{
content:"\F0D7"
}
.mdi-briefcase-download:before{
content:"\F0D8"
}
.mdi-briefcase-upload:before{
content:"\F0D9"
}
.mdi-brightness-1:before{
content:"\F0DA"
}
.mdi-brightness-2:before{
content:"\F0DB"
}
.mdi-brightness-3:before{
content:"\F0DC"
}
.mdi-brightness-4:before{
content:"\F0DD"
}
.mdi-brightness-5:before{
content:"\F0DE"
}
.mdi-brightness-6:before{
content:"\F0DF"
}
.mdi-brightness-7:before{
content:"\F0E0"
}
.mdi-brightness-auto:before{
content:"\F0E1"
}
.mdi-broom:before{
content:"\F0E2"
}
.mdi-brush:before{
content:"\F0E3"
}
.mdi-buffer:before{
content:"\F619"
}
.mdi-bug:before{
content:"\F0E4"
}
.mdi-bulletin-board:before{
content:"\F0E5"
}
.mdi-bullhorn:before{
content:"\F0E6"
}
.mdi-bullseye:before{
content:"\F5DD"
}
.mdi-burst-mode:before{
content:"\F5DE"
}
.mdi-bus:before{
content:"\F0E7"
}
.mdi-cached:before{
content:"\F0E8"
}
.mdi-cake:before{
content:"\F0E9"
}
.mdi-cake-layered:before{
content:"\F0EA"
}
.mdi-cake-variant:before{
content:"\F0EB"
}
.mdi-calculator:before{
content:"\F0EC"
}
.mdi-calendar:before{
content:"\F0ED"
}
.mdi-calendar-blank:before{
content:"\F0EE"
}
.mdi-calendar-check:before{
content:"\F0EF"
}
.mdi-calendar-clock:before{
content:"\F0F0"
}
.mdi-calendar-multiple:before{
content:"\F0F1"
}
.mdi-calendar-multiple-check:before{
content:"\F0F2"
}
.mdi-calendar-plus:before{
content:"\F0F3"
}
.mdi-calendar-question:before{
content:"\F691"
}
.mdi-calendar-range:before{
content:"\F678"
}
.mdi-calendar-remove:before{
content:"\F0F4"
}
.mdi-calendar-text:before{
content:"\F0F5"
}
.mdi-calendar-today:before{
content:"\F0F6"
}
.mdi-call-made:before{
content:"\F0F7"
}
.mdi-call-merge:before{
content:"\F0F8"
}
.mdi-call-missed:before{
content:"\F0F9"
}
.mdi-call-received:before{
content:"\F0FA"
}
.mdi-call-split:before{
content:"\F0FB"
}
.mdi-camcorder:before{
content:"\F0FC"
}
.mdi-camcorder-box:before{
content:"\F0FD"
}
.mdi-camcorder-box-off:before{
content:"\F0FE"
}
.mdi-camcorder-off:before{
content:"\F0FF"
}
.mdi-camera:before{
content:"\F100"
}
.mdi-camera-burst:before{
content:"\F692"
}
.mdi-camera-enhance:before{
content:"\F101"
}
.mdi-camera-front:before{
content:"\F102"
}
.mdi-camera-front-variant:before{
content:"\F103"
}
.mdi-camera-iris:before{
content:"\F104"
}
.mdi-camera-off:before{
content:"\F5DF"
}
.mdi-camera-party-mode:before{
content:"\F105"
}
.mdi-camera-rear:before{
content:"\F106"
}
.mdi-camera-rear-variant:before{
content:"\F107"
}
.mdi-camera-switch:before{
content:"\F108"
}
.mdi-camera-timer:before{
content:"\F109"
}
.mdi-candle:before{
content:"\F5E2"
}
.mdi-candycane:before{
content:"\F10A"
}
.mdi-car:before{
content:"\F10B"
}
.mdi-car-battery:before{
content:"\F10C"
}
.mdi-car-connected:before{
content:"\F10D"
}
.mdi-car-wash:before{
content:"\F10E"
}
.mdi-cards:before{
content:"\F638"
}
.mdi-cards-outline:before{
content:"\F639"
}
.mdi-cards-playing-outline:before{
content:"\F63A"
}
.mdi-cards-variant:before{
content:"\F6C6"
}
.mdi-carrot:before{
content:"\F10F"
}
.mdi-cart:before{
content:"\F110"
}
.mdi-cart-off:before{
content:"\F66B"
}
.mdi-cart-outline:before{
content:"\F111"
}
.mdi-cart-plus:before{
content:"\F112"
}
.mdi-case-sensitive-alt:before{
content:"\F113"
}
.mdi-cash:before{
content:"\F114"
}
.mdi-cash-100:before{
content:"\F115"
}
.mdi-cash-multiple:before{
content:"\F116"
}
.mdi-cash-usd:before{
content:"\F117"
}
.mdi-cast:before{
content:"\F118"
}
.mdi-cast-connected:before{
content:"\F119"
}
.mdi-castle:before{
content:"\F11A"
}
.mdi-cat:before{
content:"\F11B"
}
.mdi-cellphone:before{
content:"\F11C"
}
.mdi-cellphone-andrAdminid:before{
content:"\F11D"
}
.mdi-cellphone-basic:before{
content:"\F11E"
}
.mdi-cellphone-dock:before{
content:"\F11F"
}
.mdi-cellphone-iphone:before{
content:"\F120"
}
.mdi-cellphone-link:before{
content:"\F121"
}
.mdi-cellphone-link-off:before{
content:"\F122"
}
.mdi-cellphone-settings:before{
content:"\F123"
}
.mdi-certificate:before{
content:"\F124"
}
.mdi-chair-school:before{
content:"\F125"
}
.mdi-chart-arc:before{
content:"\F126"
}
.mdi-chart-areaspline:before{
content:"\F127"
}
.mdi-chart-bar:before{
content:"\F128"
}
.mdi-chart-bubble:before{
content:"\F5E3"
}
.mdi-chart-gantt:before{
content:"\F66C"
}
.mdi-chart-histogram:before{
content:"\F129"
}
.mdi-chart-line:before{
content:"\F12A"
}
.mdi-chart-pie:before{
content:"\F12B"
}
.mdi-chart-scatterplot-hexbin:before{
content:"\F66D"
}
.mdi-chart-timeline:before{
content:"\F66E"
}
.mdi-check:before{
content:"\F12C"
}
.mdi-check-all:before{
content:"\F12D"
}
.mdi-check-circle:before{
content:"\F5E0"
}
.mdi-check-circle-outline:before{
content:"\F5E1"
}
.mdi-checkbox-blank:before{
content:"\F12E"
}
.mdi-checkbox-blank-circle:before{
content:"\F12F"
}
.mdi-checkbox-blank-circle-outline:before{
content:"\F130"
}
.mdi-checkbox-blank-outline:before{
content:"\F131"
}
.mdi-checkbox-marked:before{
content:"\F132"
}
.mdi-checkbox-marked-circle:before{
content:"\F133"
}
.mdi-checkbox-marked-circle-outline:before{
content:"\F134"
}
.mdi-checkbox-marked-outline:before{
content:"\F135"
}
.mdi-checkbox-multiple-blank:before{
content:"\F136"
}
.mdi-checkbox-multiple-blank-circle:before{
content:"\F63B"
}
.mdi-checkbox-multiple-blank-circle-outline:before{
content:"\F63C"
}
.mdi-checkbox-multiple-blank-outline:before{
content:"\F137"
}
.mdi-checkbox-multiple-marked:before{
content:"\F138"
}
.mdi-checkbox-multiple-marked-circle:before{
content:"\F63D"
}
.mdi-checkbox-multiple-marked-circle-outline:before{
content:"\F63E"
}
.mdi-checkbox-multiple-marked-outline:before{
content:"\F139"
}
.mdi-checkerboard:before{
content:"\F13A"
}
.mdi-chemical-weapon:before{
content:"\F13B"
}
.mdi-chevron-double-down:before{
content:"\F13C"
}
.mdi-chevron-double-left:before{
content:"\F13D"
}
.mdi-chevron-double-right:before{
content:"\F13E"
}
.mdi-chevron-double-up:before{
content:"\F13F"
}
.mdi-chevron-down:before{
content:"\F140"
}
.mdi-chevron-left:before{
content:"\F141"
}
.mdi-chevron-right:before{
content:"\F142"
}
.mdi-chevron-up:before{
content:"\F143"
}
.mdi-chip:before{
content:"\F61A"
}
.mdi-church:before{
content:"\F144"
}
.mdi-cisco-webex:before{
content:"\F145"
}
.mdi-city:before{
content:"\F146"
}
.mdi-clipboard:before{
content:"\F147"
}
.mdi-clipboard-account:before{
content:"\F148"
}
.mdi-clipboard-alert:before{
content:"\F149"
}
.mdi-clipboard-arrow-down:before{
content:"\F14A"
}
.mdi-clipboard-arrow-left:before{
content:"\F14B"
}
.mdi-clipboard-check:before{
content:"\F14C"
}
.mdi-clipboard-flow:before{
content:"\F6C7"
}
.mdi-clipboard-outline:before{
content:"\F14D"
}
.mdi-clipboard-text:before{
content:"\F14E"
}
.mdi-clippy:before{
content:"\F14F"
}
.mdi-clock:before{
content:"\F150"
}
.mdi-clock-alert:before{
content:"\F5CE"
}
.mdi-clock-end:before{
content:"\F151"
}
.mdi-clock-fast:before{
content:"\F152"
}
.mdi-clock-in:before{
content:"\F153"
}
.mdi-clock-out:before{
content:"\F154"
}
.mdi-clock-start:before{
content:"\F155"
}
.mdi-close:before{
content:"\F156"
}
.mdi-close-box:before{
content:"\F157"
}
.mdi-close-box-outline:before{
content:"\F158"
}
.mdi-close-circle:before{
content:"\F159"
}
.mdi-close-circle-outline:before{
content:"\F15A"
}
.mdi-close-network:before{
content:"\F15B"
}
.mdi-close-octagon:before{
content:"\F15C"
}
.mdi-close-octagon-outline:before{
content:"\F15D"
}
.mdi-close-outline:before{
content:"\F6C8"
}
.mdi-closed-caption:before{
content:"\F15E"
}
.mdi-cloud:before{
content:"\F15F"
}
.mdi-cloud-check:before{
content:"\F160"
}
.mdi-cloud-circle:before{
content:"\F161"
}
.mdi-cloud-download:before{
content:"\F162"
}
.mdi-cloud-outline:before{
content:"\F163"
}
.mdi-cloud-outline-off:before{
content:"\F164"
}
.mdi-cloud-print:before{
content:"\F165"
}
.mdi-cloud-print-outline:before{
content:"\F166"
}
.mdi-cloud-sync:before{
content:"\F63F"
}
.mdi-cloud-upload:before{
content:"\F167"
}
.mdi-code-array:before{
content:"\F168"
}
.mdi-code-braces:before{
content:"\F169"
}
.mdi-code-brackets:before{
content:"\F16A"
}
.mdi-code-equal:before{
content:"\F16B"
}
.mdi-code-greater-than:before{
content:"\F16C"
}
.mdi-code-greater-than-or-equal:before{
content:"\F16D"
}
.mdi-code-less-than:before{
content:"\F16E"
}
.mdi-code-less-than-or-equal:before{
content:"\F16F"
}
.mdi-code-not-equal:before{
content:"\F170"
}
.mdi-code-not-equal-variant:before{
content:"\F171"
}
.mdi-code-parentheses:before{
content:"\F172"
}
.mdi-code-string:before{
content:"\F173"
}
.mdi-code-tags:before{
content:"\F174"
}
.mdi-code-tags-check:before{
content:"\F693"
}
.mdi-codepen:before{
content:"\F175"
}
.mdi-coffee:before{
content:"\F176"
}
.mdi-coffee-outline:before{
content:"\F6C9"
}
.mdi-coffee-to-go:before{
content:"\F177"
}
.mdi-coin:before{
content:"\F178"
}
.mdi-coins:before{
content:"\F694"
}
.mdi-collage:before{
content:"\F640"
}
.mdi-color-helper:before{
content:"\F179"
}
.mdi-comment:before{
content:"\F17A"
}
.mdi-comment-account:before{
content:"\F17B"
}
.mdi-comment-account-outline:before{
content:"\F17C"
}
.mdi-comment-alert:before{
content:"\F17D"
}
.mdi-comment-alert-outline:before{
content:"\F17E"
}
.mdi-comment-check:before{
content:"\F17F"
}
.mdi-comment-check-outline:before{
content:"\F180"
}
.mdi-comment-multiple-outline:before{
content:"\F181"
}
.mdi-comment-outline:before{
content:"\F182"
}
.mdi-comment-plus-outline:before{
content:"\F183"
}
.mdi-comment-processing:before{
content:"\F184"
}
.mdi-comment-processing-outline:before{
content:"\F185"
}
.mdi-comment-question-outline:before{
content:"\F186"
}
.mdi-comment-remove-outline:before{
content:"\F187"
}
.mdi-comment-text:before{
content:"\F188"
}
.mdi-comment-text-outline:before{
content:"\F189"
}
.mdi-compare:before{
content:"\F18A"
}
.mdi-compass:before{
content:"\F18B"
}
.mdi-compass-outline:before{
content:"\F18C"
}
.mdi-console:before{
content:"\F18D"
}
.mdi-contact-mail:before{
content:"\F18E"
}
.mdi-contacts:before{
content:"\F6CA"
}
.mdi-content-copy:before{
content:"\F18F"
}
.mdi-content-cut:before{
content:"\F190"
}
.mdi-content-duplicate:before{
content:"\F191"
}
.mdi-content-paste:before{
content:"\F192"
}
.mdi-content-save:before{
content:"\F193"
}
.mdi-content-save-all:before{
content:"\F194"
}
.mdi-content-save-settings:before{
content:"\F61B"
}
.mdi-contrast:before{
content:"\F195"
}
.mdi-contrast-box:before{
content:"\F196"
}
.mdi-contrast-circle:before{
content:"\F197"
}
.mdi-cookie:before{
content:"\F198"
}
.mdi-copyright:before{
content:"\F5E6"
}
.mdi-counter:before{
content:"\F199"
}
.mdi-cow:before{
content:"\F19A"
}
.mdi-creation:before{
content:"\F1C9"
}
.mdi-credit-card:before{
content:"\F19B"
}
.mdi-credit-card-multiple:before{
content:"\F19C"
}
.mdi-credit-card-off:before{
content:"\F5E4"
}
.mdi-credit-card-plus:before{
content:"\F675"
}
.mdi-credit-card-scan:before{
content:"\F19D"
}
.mdi-crop:before{
content:"\F19E"
}
.mdi-crop-free:before{
content:"\F19F"
}
.mdi-crop-landscape:before{
content:"\F1A0"
}
.mdi-crop-portrait:before{
content:"\F1A1"
}
.mdi-crop-rotate:before{
content:"\F695"
}
.mdi-crop-square:before{
content:"\F1A2"
}
.mdi-crosshairs:before{
content:"\F1A3"
}
.mdi-crosshairs-gps:before{
content:"\F1A4"
}
.mdi-crown:before{
content:"\F1A5"
}
.mdi-cube:before{
content:"\F1A6"
}
.mdi-cube-outline:before{
content:"\F1A7"
}
.mdi-cube-send:before{
content:"\F1A8"
}
.mdi-cube-unfolded:before{
content:"\F1A9"
}
.mdi-cup:before{
content:"\F1AA"
}
.mdi-cup-off:before{
content:"\F5E5"
}
.mdi-cup-water:before{
content:"\F1AB"
}
.mdi-currency-btc:before{
content:"\F1AC"
}
.mdi-currency-eur:before{
content:"\F1AD"
}
.mdi-currency-gbp:before{
content:"\F1AE"
}
.mdi-currency-inr:before{
content:"\F1AF"
}
.mdi-currency-ngn:before{
content:"\F1B0"
}
.mdi-currency-rub:before{
content:"\F1B1"
}
.mdi-currency-try:before{
content:"\F1B2"
}
.mdi-currency-usd:before{
content:"\F1B3"
}
.mdi-currency-usd-off:before{
content:"\F679"
}
.mdi-cursor-default:before{
content:"\F1B4"
}
.mdi-cursor-default-outline:before{
content:"\F1B5"
}
.mdi-cursor-move:before{
content:"\F1B6"
}
.mdi-cursor-pointer:before{
content:"\F1B7"
}
.mdi-cursor-text:before{
content:"\F5E7"
}
.mdi-database:before{
content:"\F1B8"
}
.mdi-database-minus:before{
content:"\F1B9"
}
.mdi-database-plus:before{
content:"\F1BA"
}
.mdi-debug-step-into:before{
content:"\F1BB"
}
.mdi-debug-step-out:before{
content:"\F1BC"
}
.mdi-debug-step-over:before{
content:"\F1BD"
}
.mdi-decimal-decrease:before{
content:"\F1BE"
}
.mdi-decimal-increase:before{
content:"\F1BF"
}
.mdi-delete:before{
content:"\F1C0"
}
.mdi-delete-circle:before{
content:"\F682"
}
.mdi-delete-empty:before{
content:"\F6CB"
}
.mdi-delete-forever:before{
content:"\F5E8"
}
.mdi-delete-sweep:before{
content:"\F5E9"
}
.mdi-delete-variant:before{
content:"\F1C1"
}
.mdi-delta:before{
content:"\F1C2"
}
.mdi-deskphone:before{
content:"\F1C3"
}
.mdi-desktop-mac:before{
content:"\F1C4"
}
.mdi-desktop-tower:before{
content:"\F1C5"
}
.mdi-details:before{
content:"\F1C6"
}
.mdi-developer-board:before{
content:"\F696"
}
.mdi-deviantart:before{
content:"\F1C7"
}
.mdi-dialpad:before{
content:"\F61C"
}
.mdi-diamond:before{
content:"\F1C8"
}
.mdi-dice-1:before{
content:"\F1CA"
}
.mdi-dice-2:before{
content:"\F1CB"
}
.mdi-dice-3:before{
content:"\F1CC"
}
.mdi-dice-4:before{
content:"\F1CD"
}
.mdi-dice-5:before{
content:"\F1CE"
}
.mdi-dice-6:before{
content:"\F1CF"
}
.mdi-dice-d20:before{
content:"\F5EA"
}
.mdi-dice-d4:before{
content:"\F5EB"
}
.mdi-dice-d6:before{
content:"\F5EC"
}
.mdi-dice-d8:before{
content:"\F5ED"
}
.mdi-dictionary:before{
content:"\F61D"
}
.mdi-directions:before{
content:"\F1D0"
}
.mdi-directions-fork:before{
content:"\F641"
}
.mdi-discord:before{
content:"\F66F"
}
.mdi-disk:before{
content:"\F5EE"
}
.mdi-disk-alert:before{
content:"\F1D1"
}
.mdi-disqus:before{
content:"\F1D2"
}
.mdi-disqus-outline:before{
content:"\F1D3"
}
.mdi-division:before{
content:"\F1D4"
}
.mdi-division-box:before{
content:"\F1D5"
}
.mdi-dna:before{
content:"\F683"
}
.mdi-dns:before{
content:"\F1D6"
}
.mdi-do-not-disturb:before{
content:"\F697"
}
.mdi-do-not-disturb-off:before{
content:"\F698"
}
.mdi-dolby:before{
content:"\F6B2"
}
.mdi-domain:before{
content:"\F1D7"
}
.mdi-dots-horizontal:before{
content:"\F1D8"
}
.mdi-dots-vertical:before{
content:"\F1D9"
}
.mdi-douban:before{
content:"\F699"
}
.mdi-download:before{
content:"\F1DA"
}
.mdi-drag:before{
content:"\F1DB"
}
.mdi-drag-horizontal:before{
content:"\F1DC"
}
.mdi-drag-vertical:before{
content:"\F1DD"
}
.mdi-drawing:before{
content:"\F1DE"
}
.mdi-drawing-box:before{
content:"\F1DF"
}
.mdi-dribbble:before{
content:"\F1E0"
}
.mdi-dribbble-box:before{
content:"\F1E1"
}
.mdi-drone:before{
content:"\F1E2"
}
.mdi-dropbox:before{
content:"\F1E3"
}
.mdi-drupal:before{
content:"\F1E4"
}
.mdi-duck:before{
content:"\F1E5"
}
.mdi-dumbbell:before{
content:"\F1E6"
}
.mdi-earth:before{
content:"\F1E7"
}
.mdi-earth-box:before{
content:"\F6CC"
}
.mdi-earth-box-off:before{
content:"\F6CD"
}
.mdi-earth-off:before{
content:"\F1E8"
}
.mdi-edge:before{
content:"\F1E9"
}
.mdi-eject:before{
content:"\F1EA"
}
.mdi-elevation-decline:before{
content:"\F1EB"
}
.mdi-elevation-rise:before{
content:"\F1EC"
}
.mdi-elevator:before{
content:"\F1ED"
}
.mdi-email:before{
content:"\F1EE"
}
.mdi-email-alert:before{
content:"\F6CE"
}
.mdi-email-open:before{
content:"\F1EF"
}
.mdi-email-open-outline:before{
content:"\F5EF"
}
.mdi-email-outline:before{
content:"\F1F0"
}
.mdi-email-secure:before{
content:"\F1F1"
}
.mdi-email-variant:before{
content:"\F5F0"
}
.mdi-emby:before{
content:"\F6B3"
}
.mdi-emoticon:before{
content:"\F1F2"
}
.mdi-emoticon-cool:before{
content:"\F1F3"
}
.mdi-emoticon-dead:before{
content:"\F69A"
}
.mdi-emoticon-devil:before{
content:"\F1F4"
}
.mdi-emoticon-excited:before{
content:"\F69B"
}
.mdi-emoticon-happy:before{
content:"\F1F5"
}
.mdi-emoticon-neutral:before{
content:"\F1F6"
}
.mdi-emoticon-poop:before{
content:"\F1F7"
}
.mdi-emoticon-sad:before{
content:"\F1F8"
}
.mdi-emoticon-tongue:before{
content:"\F1F9"
}
.mdi-engine:before{
content:"\F1FA"
}
.mdi-engine-outline:before{
content:"\F1FB"
}
.mdi-equal:before{
content:"\F1FC"
}
.mdi-equal-box:before{
content:"\F1FD"
}
.mdi-eraser:before{
content:"\F1FE"
}
.mdi-eraser-variant:before{
content:"\F642"
}
.mdi-escalator:before{
content:"\F1FF"
}
.mdi-ethernet:before{
content:"\F200"
}
.mdi-ethernet-cable:before{
content:"\F201"
}
.mdi-ethernet-cable-off:before{
content:"\F202"
}
.mdi-etsy:before{
content:"\F203"
}
.mdi-ev-station:before{
content:"\F5F1"
}
.mdi-evernote:before{
content:"\F204"
}
.mdi-exclamation:before{
content:"\F205"
}
.mdi-exit-to-app:before{
content:"\F206"
}
.mdi-export:before{
content:"\F207"
}
.mdi-eye:before{
content:"\F208"
}
.mdi-eye-off:before{
content:"\F209"
}
.mdi-eye-outline:before{
content:"\F6CF"
}
.mdi-eye-outline-off:before{
content:"\F6D0"
}
.mdi-eyedropper:before{
content:"\F20A"
}
.mdi-eyedropper-variant:before{
content:"\F20B"
}
.mdi-face:before{
content:"\F643"
}
.mdi-face-profile:before{
content:"\F644"
}
.mdi-facebook:before{
content:"\F20C"
}
.mdi-facebook-box:before{
content:"\F20D"
}
.mdi-facebook-messenger:before{
content:"\F20E"
}
.mdi-factory:before{
content:"\F20F"
}
.mdi-fan:before{
content:"\F210"
}
.mdi-fast-forward:before{
content:"\F211"
}
.mdi-fast-forward-outline:before{
content:"\F6D1"
}
.mdi-fax:before{
content:"\F212"
}
.mdi-feather:before{
content:"\F6D2"
}
.mdi-ferry:before{
content:"\F213"
}
.mdi-file:before{
content:"\F214"
}
.mdi-file-chart:before{
content:"\F215"
}
.mdi-file-check:before{
content:"\F216"
}
.mdi-file-cloud:before{
content:"\F217"
}
.mdi-file-delimited:before{
content:"\F218"
}
.mdi-file-document:before{
content:"\F219"
}
.mdi-file-document-box:before{
content:"\F21A"
}
.mdi-file-excel:before{
content:"\F21B"
}
.mdi-file-excel-box:before{
content:"\F21C"
}
.mdi-file-export:before{
content:"\F21D"
}
.mdi-file-find:before{
content:"\F21E"
}
.mdi-file-hidden:before{
content:"\F613"
}
.mdi-file-image:before{
content:"\F21F"
}
.mdi-file-import:before{
content:"\F220"
}
.mdi-file-lock:before{
content:"\F221"
}
.mdi-file-multiple:before{
content:"\F222"
}
.mdi-file-music:before{
content:"\F223"
}
.mdi-file-outline:before{
content:"\F224"
}
.mdi-file-pdf:before{
content:"\F225"
}
.mdi-file-pdf-box:before{
content:"\F226"
}
.mdi-file-powerpoint:before{
content:"\F227"
}
.mdi-file-powerpoint-box:before{
content:"\F228"
}
.mdi-file-presentation-box:before{
content:"\F229"
}
.mdi-file-restore:before{
content:"\F670"
}
.mdi-file-send:before{
content:"\F22A"
}
.mdi-file-tree:before{
content:"\F645"
}
.mdi-file-video:before{
content:"\F22B"
}
.mdi-file-word:before{
content:"\F22C"
}
.mdi-file-word-box:before{
content:"\F22D"
}
.mdi-file-xml:before{
content:"\F22E"
}
.mdi-film:before{
content:"\F22F"
}
.mdi-filmstrip:before{
content:"\F230"
}
.mdi-filmstrip-off:before{
content:"\F231"
}
.mdi-filter:before{
content:"\F232"
}
.mdi-filter-outline:before{
content:"\F233"
}
.mdi-filter-remove:before{
content:"\F234"
}
.mdi-filter-remove-outline:before{
content:"\F235"
}
.mdi-filter-variant:before{
content:"\F236"
}
.mdi-find-replace:before{
content:"\F6D3"
}
.mdi-fingerprint:before{
content:"\F237"
}
.mdi-fire:before{
content:"\F238"
}
.mdi-firefox:before{
content:"\F239"
}
.mdi-fish:before{
content:"\F23A"
}
.mdi-flag:before{
content:"\F23B"
}
.mdi-flag-checkered:before{
content:"\F23C"
}
.mdi-flag-outline:before{
content:"\F23D"
}
.mdi-flag-outline-variant:before{
content:"\F23E"
}
.mdi-flag-triangle:before{
content:"\F23F"
}
.mdi-flag-variant:before{
content:"\F240"
}
.mdi-flash:before{
content:"\F241"
}
.mdi-flash-auto:before{
content:"\F242"
}
.mdi-flash-off:before{
content:"\F243"
}
.mdi-flash-outline:before{
content:"\F6D4"
}
.mdi-flash-red-eye:before{
content:"\F67A"
}
.mdi-flashlight:before{
content:"\F244"
}
.mdi-flashlight-off:before{
content:"\F245"
}
.mdi-flask:before{
content:"\F093"
}
.mdi-flask-empty:before{
content:"\F094"
}
.mdi-flask-empty-outline:before{
content:"\F095"
}
.mdi-flask-outline:before{
content:"\F096"
}
.mdi-flattr:before{
content:"\F246"
}
.mdi-flip-to-back:before{
content:"\F247"
}
.mdi-flip-to-front:before{
content:"\F248"
}
.mdi-floppy:before{
content:"\F249"
}
.mdi-flower:before{
content:"\F24A"
}
.mdi-folder:before{
content:"\F24B"
}
.mdi-folder-account:before{
content:"\F24C"
}
.mdi-folder-download:before{
content:"\F24D"
}
.mdi-folder-google-drive:before{
content:"\F24E"
}
.mdi-folder-image:before{
content:"\F24F"
}
.mdi-folder-lock:before{
content:"\F250"
}
.mdi-folder-lock-open:before{
content:"\F251"
}
.mdi-folder-move:before{
content:"\F252"
}
.mdi-folder-multiple:before{
content:"\F253"
}
.mdi-folder-multiple-image:before{
content:"\F254"
}
.mdi-folder-multiple-outline:before{
content:"\F255"
}
.mdi-folder-outline:before{
content:"\F256"
}
.mdi-folder-plus:before{
content:"\F257"
}
.mdi-folder-remove:before{
content:"\F258"
}
.mdi-folder-star:before{
content:"\F69C"
}
.mdi-folder-upload:before{
content:"\F259"
}
.mdi-font-awesome:before{
content:"\F03A"
}
.mdi-food:before{
content:"\F25A"
}
.mdi-food-apple:before{
content:"\F25B"
}
.mdi-food-fork-drink:before{
content:"\F5F2"
}
.mdi-food-off:before{
content:"\F5F3"
}
.mdi-food-variant:before{
content:"\F25C"
}
.mdi-football:before{
content:"\F25D"
}
.mdi-football-australian:before{
content:"\F25E"
}
.mdi-football-helmet:before{
content:"\F25F"
}
.mdi-format-align-center:before{
content:"\F260"
}
.mdi-format-align-justify:before{
content:"\F261"
}
.mdi-format-align-left:before{
content:"\F262"
}
.mdi-format-align-right:before{
content:"\F263"
}
.mdi-format-annotation-plus:before{
content:"\F646"
}
.mdi-format-bold:before{
content:"\F264"
}
.mdi-format-clear:before{
content:"\F265"
}
.mdi-format-color-fill:before{
content:"\F266"
}
.mdi-format-color-text:before{
content:"\F69D"
}
.mdi-format-float-center:before{
content:"\F267"
}
.mdi-format-float-left:before{
content:"\F268"
}
.mdi-format-float-none:before{
content:"\F269"
}
.mdi-format-float-right:before{
content:"\F26A"
}
.mdi-format-font:before{
content:"\F6D5"
}
.mdi-format-header-1:before{
content:"\F26B"
}
.mdi-format-header-2:before{
content:"\F26C"
}
.mdi-format-header-3:before{
content:"\F26D"
}
.mdi-format-header-4:before{
content:"\F26E"
}
.mdi-format-header-5:before{
content:"\F26F"
}
.mdi-format-header-6:before{
content:"\F270"
}
.mdi-format-header-decrease:before{
content:"\F271"
}
.mdi-format-header-equal:before{
content:"\F272"
}
.mdi-format-header-increase:before{
content:"\F273"
}
.mdi-format-header-pound:before{
content:"\F274"
}
.mdi-format-horizontal-align-center:before{
content:"\F61E"
}
.mdi-format-horizontal-align-left:before{
content:"\F61F"
}
.mdi-format-horizontal-align-right:before{
content:"\F620"
}
.mdi-format-indent-decrease:before{
content:"\F275"
}
.mdi-format-indent-increase:before{
content:"\F276"
}
.mdi-format-italic:before{
content:"\F277"
}
.mdi-format-line-spacing:before{
content:"\F278"
}
.mdi-format-line-style:before{
content:"\F5C8"
}
.mdi-format-line-weight:before{
content:"\F5C9"
}
.mdi-format-list-bulleted:before{
content:"\F279"
}
.mdi-format-list-bulleted-type:before{
content:"\F27A"
}
.mdi-format-list-numbers:before{
content:"\F27B"
}
.mdi-format-page-break:before{
content:"\F6D6"
}
.mdi-format-paint:before{
content:"\F27C"
}
.mdi-format-paragraph:before{
content:"\F27D"
}
.mdi-format-pilcrow:before{
content:"\F6D7"
}
.mdi-format-quote:before{
content:"\F27E"
}
.mdi-format-rotate-90:before{
content:"\F6A9"
}
.mdi-format-section:before{
content:"\F69E"
}
.mdi-format-size:before{
content:"\F27F"
}
.mdi-format-strikethrough:before{
content:"\F280"
}
.mdi-format-strikethrough-variant:before{
content:"\F281"
}
.mdi-format-subscript:before{
content:"\F282"
}
.mdi-format-superscript:before{
content:"\F283"
}
.mdi-format-text:before{
content:"\F284"
}
.mdi-format-textdirection-l-to-r:before{
content:"\F285"
}
.mdi-format-textdirection-r-to-l:before{
content:"\F286"
}
.mdi-format-title:before{
content:"\F5F4"
}
.mdi-format-underline:before{
content:"\F287"
}
.mdi-format-vertical-align-bottom:before{
content:"\F621"
}
.mdi-format-vertical-align-center:before{
content:"\F622"
}
.mdi-format-vertical-align-top:before{
content:"\F623"
}
.mdi-format-wrap-inline:before{
content:"\F288"
}
.mdi-format-wrap-square:before{
content:"\F289"
}
.mdi-format-wrap-tight:before{
content:"\F28A"
}
.mdi-format-wrap-top-bottom:before{
content:"\F28B"
}
.mdi-forum:before{
content:"\F28C"
}
.mdi-forward:before{
content:"\F28D"
}
.mdi-foursquare:before{
content:"\F28E"
}
.mdi-fridge:before{
content:"\F28F"
}
.mdi-fridge-filled:before{
content:"\F290"
}
.mdi-fridge-filled-bottom:before{
content:"\F291"
}
.mdi-fridge-filled-top:before{
content:"\F292"
}
.mdi-fullscreen:before{
content:"\F293"
}
.mdi-fullscreen-exit:before{
content:"\F294"
}
.mdi-function:before{
content:"\F295"
}
.mdi-gamepad:before{
content:"\F296"
}
.mdi-gamepad-variant:before{
content:"\F297"
}
.mdi-garage:before{
content:"\F6D8"
}
.mdi-garage-open:before{
content:"\F6D9"
}
.mdi-gas-cylinder:before{
content:"\F647"
}
.mdi-gas-station:before{
content:"\F298"
}
.mdi-gate:before{
content:"\F299"
}
.mdi-gauge:before{
content:"\F29A"
}
.mdi-gavel:before{
content:"\F29B"
}
.mdi-gender-female:before{
content:"\F29C"
}
.mdi-gender-male:before{
content:"\F29D"
}
.mdi-gender-male-female:before{
content:"\F29E"
}
.mdi-gender-transgender:before{
content:"\F29F"
}
.mdi-ghost:before{
content:"\F2A0"
}
.mdi-gift:before{
content:"\F2A1"
}
.mdi-git:before{
content:"\F2A2"
}
.mdi-github-box:before{
content:"\F2A3"
}
.mdi-github-circle:before{
content:"\F2A4"
}
.mdi-github-face:before{
content:"\F6DA"
}
.mdi-glass-flute:before{
content:"\F2A5"
}
.mdi-glass-mug:before{
content:"\F2A6"
}
.mdi-glass-stange:before{
content:"\F2A7"
}
.mdi-glass-tulip:before{
content:"\F2A8"
}
.mdi-glassdoor:before{
content:"\F2A9"
}
.mdi-glasses:before{
content:"\F2AA"
}
.mdi-gmail:before{
content:"\F2AB"
}
.mdi-gnome:before{
content:"\F2AC"
}
.mdi-gondola:before{
content:"\F685"
}
.mdi-google:before{
content:"\F2AD"
}
.mdi-google-cardboard:before{
content:"\F2AE"
}
.mdi-google-chrome:before{
content:"\F2AF"
}
.mdi-google-circles:before{
content:"\F2B0"
}
.mdi-google-circles-communities:before{
content:"\F2B1"
}
.mdi-google-circles-extended:before{
content:"\F2B2"
}
.mdi-google-circles-group:before{
content:"\F2B3"
}
.mdi-google-controller:before{
content:"\F2B4"
}
.mdi-google-controller-off:before{
content:"\F2B5"
}
.mdi-google-drive:before{
content:"\F2B6"
}
.mdi-google-earth:before{
content:"\F2B7"
}
.mdi-google-glass:before{
content:"\F2B8"
}
.mdi-google-keep:before{
content:"\F6DB"
}
.mdi-google-maps:before{
content:"\F5F5"
}
.mdi-google-nearby:before{
content:"\F2B9"
}
.mdi-google-pages:before{
content:"\F2BA"
}
.mdi-google-photos:before{
content:"\F6DC"
}
.mdi-google-physical-web:before{
content:"\F2BB"
}
.mdi-google-play:before{
content:"\F2BC"
}
.mdi-google-plus:before{
content:"\F2BD"
}
.mdi-google-plus-box:before{
content:"\F2BE"
}
.mdi-google-translate:before{
content:"\F2BF"
}
.mdi-google-wallet:before{
content:"\F2C0"
}
.mdi-gradient:before{
content:"\F69F"
}
.mdi-grease-pencil:before{
content:"\F648"
}
.mdi-grid:before{
content:"\F2C1"
}
.mdi-grid-off:before{
content:"\F2C2"
}
.mdi-group:before{
content:"\F2C3"
}
.mdi-guitar-electric:before{
content:"\F2C4"
}
.mdi-guitar-pick:before{
content:"\F2C5"
}
.mdi-guitar-pick-outline:before{
content:"\F2C6"
}
.mdi-hackernews:before{
content:"\F624"
}
.mdi-hamburger:before{
content:"\F684"
}
.mdi-hand-pointing-right:before{
content:"\F2C7"
}
.mdi-hanger:before{
content:"\F2C8"
}
.mdi-hangouts:before{
content:"\F2C9"
}
.mdi-harddisk:before{
content:"\F2CA"
}
.mdi-headphones:before{
content:"\F2CB"
}
.mdi-headphones-box:before{
content:"\F2CC"
}
.mdi-headphones-settings:before{
content:"\F2CD"
}
.mdi-headset:before{
content:"\F2CE"
}
.mdi-headset-dock:before{
content:"\F2CF"
}
.mdi-headset-off:before{
content:"\F2D0"
}
.mdi-heart:before{
content:"\F2D1"
}
.mdi-heart-box:before{
content:"\F2D2"
}
.mdi-heart-box-outline:before{
content:"\F2D3"
}
.mdi-heart-broken:before{
content:"\F2D4"
}
.mdi-heart-half-outline:before{
content:"\F6DD"
}
.mdi-heart-half-part:before{
content:"\F6DE"
}
.mdi-heart-half-part-outline:before{
content:"\F6DF"
}
.mdi-heart-outline:before{
content:"\F2D5"
}
.mdi-heart-pulse:before{
content:"\F5F6"
}
.mdi-help:before{
content:"\F2D6"
}
.mdi-help-circle:before{
content:"\F2D7"
}
.mdi-help-circle-outline:before{
content:"\F625"
}
.mdi-hexagon:before{
content:"\F2D8"
}
.mdi-hexagon-multiple:before{
content:"\F6E0"
}
.mdi-hexagon-outline:before{
content:"\F2D9"
}
.mdi-highway:before{
content:"\F5F7"
}
.mdi-history:before{
content:"\F2DA"
}
.mdi-hololens:before{
content:"\F2DB"
}
.mdi-home:before{
content:"\F2DC"
}
.mdi-home-map-marker:before{
content:"\F5F8"
}
.mdi-home-modern:before{
content:"\F2DD"
}
.mdi-home-outline:before{
content:"\F6A0"
}
.mdi-home-variant:before{
content:"\F2DE"
}
.mdi-hook:before{
content:"\F6E1"
}
.mdi-hook-off:before{
content:"\F6E2"
}
.mdi-hops:before{
content:"\F2DF"
}
.mdi-hospital:before{
content:"\F2E0"
}
.mdi-hospital-building:before{
content:"\F2E1"
}
.mdi-hospital-marker:before{
content:"\F2E2"
}
.mdi-hotel:before{
content:"\F2E3"
}
.mdi-houzz:before{
content:"\F2E4"
}
.mdi-houzz-box:before{
content:"\F2E5"
}
.mdi-human:before{
content:"\F2E6"
}
.mdi-human-child:before{
content:"\F2E7"
}
.mdi-human-female:before{
content:"\F649"
}
.mdi-human-greeting:before{
content:"\F64A"
}
.mdi-human-handsdown:before{
content:"\F64B"
}
.mdi-human-handsup:before{
content:"\F64C"
}
.mdi-human-male:before{
content:"\F64D"
}
.mdi-human-male-female:before{
content:"\F2E8"
}
.mdi-human-pregnant:before{
content:"\F5CF"
}
.mdi-image:before{
content:"\F2E9"
}
.mdi-image-album:before{
content:"\F2EA"
}
.mdi-image-area:before{
content:"\F2EB"
}
.mdi-image-area-close:before{
content:"\F2EC"
}
.mdi-image-broken:before{
content:"\F2ED"
}
.mdi-image-broken-variant:before{
content:"\F2EE"
}
.mdi-image-filter:before{
content:"\F2EF"
}
.mdi-image-filter-black-white:before{
content:"\F2F0"
}
.mdi-image-filter-center-focus:before{
content:"\F2F1"
}
.mdi-image-filter-center-focus-weak:before{
content:"\F2F2"
}
.mdi-image-filter-drama:before{
content:"\F2F3"
}
.mdi-image-filter-frames:before{
content:"\F2F4"
}
.mdi-image-filter-hdr:before{
content:"\F2F5"
}
.mdi-image-filter-none:before{
content:"\F2F6"
}
.mdi-image-filter-tilt-shift:before{
content:"\F2F7"
}
.mdi-image-filter-vintage:before{
content:"\F2F8"
}
.mdi-image-multiple:before{
content:"\F2F9"
}
.mdi-import:before{
content:"\F2FA"
}
.mdi-inbox:before{
content:"\F686"
}
.mdi-inbox-arrow-down:before{
content:"\F2FB"
}
.mdi-inbox-arrow-up:before{
content:"\F3D1"
}
.mdi-incognito:before{
content:"\F5F9"
}
.mdi-infinity:before{
content:"\F6E3"
}
.mdi-information:before{
content:"\F2FC"
}
.mdi-information-outline:before{
content:"\F2FD"
}
.mdi-information-variant:before{
content:"\F64E"
}
.mdi-instagram:before{
content:"\F2FE"
}
.mdi-instapaper:before{
content:"\F2FF"
}
.mdi-internet-explorer:before{
content:"\F300"
}
.mdi-invert-colors:before{
content:"\F301"
}
.mdi-itunes:before{
content:"\F676"
}
.mdi-jeepney:before{
content:"\F302"
}
.mdi-jira:before{
content:"\F303"
}
.mdi-jsfiddle:before{
content:"\F304"
}
.mdi-json:before{
content:"\F626"
}
.mdi-keg:before{
content:"\F305"
}
.mdi-kettle:before{
content:"\F5FA"
}
.mdi-key:before{
content:"\F306"
}
.mdi-key-change:before{
content:"\F307"
}
.mdi-key-minus:before{
content:"\F308"
}
.mdi-key-plus:before{
content:"\F309"
}
.mdi-key-remove:before{
content:"\F30A"
}
.mdi-key-variant:before{
content:"\F30B"
}
.mdi-keyboard:before{
content:"\F30C"
}
.mdi-keyboard-backspace:before{
content:"\F30D"
}
.mdi-keyboard-caps:before{
content:"\F30E"
}
.mdi-keyboard-close:before{
content:"\F30F"
}
.mdi-keyboard-off:before{
content:"\F310"
}
.mdi-keyboard-return:before{
content:"\F311"
}
.mdi-keyboard-tab:before{
content:"\F312"
}
.mdi-keyboard-variant:before{
content:"\F313"
}
.mdi-kodi:before{
content:"\F314"
}
.mdi-label:before{
content:"\F315"
}
.mdi-label-outline:before{
content:"\F316"
}
.mdi-lambda:before{
content:"\F627"
}
.mdi-lamp:before{
content:"\F6B4"
}
.mdi-lan:before{
content:"\F317"
}
.mdi-lan-connect:before{
content:"\F318"
}
.mdi-lan-disconnect:before{
content:"\F319"
}
.mdi-lan-pending:before{
content:"\F31A"
}
.mdi-language-c:before{
content:"\F671"
}
.mdi-language-cpp:before{
content:"\F672"
}
.mdi-language-csharp:before{
content:"\F31B"
}
.mdi-language-css3:before{
content:"\F31C"
}
.mdi-language-html5:before{
content:"\F31D"
}
.mdi-language-javascript:before{
content:"\F31E"
}
.mdi-language-php:before{
content:"\F31F"
}
.mdi-language-python:before{
content:"\F320"
}
.mdi-language-python-text:before{
content:"\F321"
}
.mdi-language-swift:before{
content:"\F6E4"
}
.mdi-language-typescript:before{
content:"\F6E5"
}
.mdi-laptop:before{
content:"\F322"
}
.mdi-laptop-chromebook:before{
content:"\F323"
}
.mdi-laptop-mac:before{
content:"\F324"
}
.mdi-laptop-off:before{
content:"\F6E6"
}
.mdi-laptop-windows:before{
content:"\F325"
}
.mdi-lastfm:before{
content:"\F326"
}
.mdi-launch:before{
content:"\F327"
}
.mdi-layers:before{
content:"\F328"
}
.mdi-layers-off:before{
content:"\F329"
}
.mdi-lead-pencil:before{
content:"\F64F"
}
.mdi-leaf:before{
content:"\F32A"
}
.mdi-led-off:before{
content:"\F32B"
}
.mdi-led-on:before{
content:"\F32C"
}
.mdi-led-outline:before{
content:"\F32D"
}
.mdi-led-variant-off:before{
content:"\F32E"
}
.mdi-led-variant-on:before{
content:"\F32F"
}
.mdi-led-variant-outline:before{
content:"\F330"
}
.mdi-library:before{
content:"\F331"
}
.mdi-library-books:before{
content:"\F332"
}
.mdi-library-music:before{
content:"\F333"
}
.mdi-library-plus:before{
content:"\F334"
}
.mdi-lightbulb:before{
content:"\F335"
}
.mdi-lightbulb-on:before{
content:"\F6E7"
}
.mdi-lightbulb-on-outline:before{
content:"\F6E8"
}
.mdi-lightbulb-outline:before{
content:"\F336"
}
.mdi-link:before{
content:"\F337"
}
.mdi-link-off:before{
content:"\F338"
}
.mdi-link-variant:before{
content:"\F339"
}
.mdi-link-variant-off:before{
content:"\F33A"
}
.mdi-linkedin:before{
content:"\F33B"
}
.mdi-linkedin-box:before{
content:"\F33C"
}
.mdi-linux:before{
content:"\F33D"
}
.mdi-lock:before{
content:"\F33E"
}
.mdi-lock-open:before{
content:"\F33F"
}
.mdi-lock-open-outline:before{
content:"\F340"
}
.mdi-lock-outline:before{
content:"\F341"
}
.mdi-lock-pattern:before{
content:"\F6E9"
}
.mdi-lock-plus:before{
content:"\F5FB"
}
.mdi-login:before{
content:"\F342"
}
.mdi-login-variant:before{
content:"\F5FC"
}
.mdi-logout:before{
content:"\F343"
}
.mdi-logout-variant:before{
content:"\F5FD"
}
.mdi-looks:before{
content:"\F344"
}
.mdi-loop:before{
content:"\F6EA"
}
.mdi-loupe:before{
content:"\F345"
}
.mdi-lumx:before{
content:"\F346"
}
.mdi-magnet:before{
content:"\F347"
}
.mdi-magnet-on:before{
content:"\F348"
}
.mdi-magnify:before{
content:"\F349"
}
.mdi-magnify-minus:before{
content:"\F34A"
}
.mdi-magnify-minus-outline:before{
content:"\F6EB"
}
.mdi-magnify-plus:before{
content:"\F34B"
}
.mdi-magnify-plus-outline:before{
content:"\F6EC"
}
.mdi-mail-ru:before{
content:"\F34C"
}
.mdi-mailbox:before{
content:"\F6ED"
}
.mdi-map:before{
content:"\F34D"
}
.mdi-map-marker:before{
content:"\F34E"
}
.mdi-map-marker-circle:before{
content:"\F34F"
}
.mdi-map-marker-minus:before{
content:"\F650"
}
.mdi-map-marker-multiple:before{
content:"\F350"
}
.mdi-map-marker-off:before{
content:"\F351"
}
.mdi-map-marker-plus:before{
content:"\F651"
}
.mdi-map-marker-radius:before{
content:"\F352"
}
.mdi-margin:before{
content:"\F353"
}
.mdi-markdown:before{
content:"\F354"
}
.mdi-marker:before{
content:"\F652"
}
.mdi-marker-check:before{
content:"\F355"
}
.mdi-martini:before{
content:"\F356"
}
.mdi-material-ui:before{
content:"\F357"
}
.mdi-math-compass:before{
content:"\F358"
}
.mdi-matrix:before{
content:"\F628"
}
.mdi-maxcdn:before{
content:"\F359"
}
.mdi-medical-bag:before{
content:"\F6EE"
}
.mdi-medium:before{
content:"\F35A"
}
.mdi-memory:before{
content:"\F35B"
}
.mdi-menu:before{
content:"\F35C"
}
.mdi-menu-down:before{
content:"\F35D"
}
.mdi-menu-down-outline:before{
content:"\F6B5"
}
.mdi-menu-left:before{
content:"\F35E"
}
.mdi-menu-right:before{
content:"\F35F"
}
.mdi-menu-up:before{
content:"\F360"
}
.mdi-menu-up-outline:before{
content:"\F6B6"
}
.mdi-message:before{
content:"\F361"
}
.mdi-message-alert:before{
content:"\F362"
}
.mdi-message-bulleted:before{
content:"\F6A1"
}
.mdi-message-bulleted-off:before{
content:"\F6A2"
}
.mdi-message-draw:before{
content:"\F363"
}
.mdi-message-image:before{
content:"\F364"
}
.mdi-message-outline:before{
content:"\F365"
}
.mdi-message-plus:before{
content:"\F653"
}
.mdi-message-processing:before{
content:"\F366"
}
.mdi-message-reply:before{
content:"\F367"
}
.mdi-message-reply-text:before{
content:"\F368"
}
.mdi-message-settings:before{
content:"\F6EF"
}
.mdi-message-settings-variant:before{
content:"\F6F0"
}
.mdi-message-text:before{
content:"\F369"
}
.mdi-message-text-outline:before{
content:"\F36A"
}
.mdi-message-video:before{
content:"\F36B"
}
.mdi-meteor:before{
content:"\F629"
}
.mdi-microphone:before{
content:"\F36C"
}
.mdi-microphone-off:before{
content:"\F36D"
}
.mdi-microphone-outline:before{
content:"\F36E"
}
.mdi-microphone-settings:before{
content:"\F36F"
}
.mdi-microphone-variant:before{
content:"\F370"
}
.mdi-microphone-variant-off:before{
content:"\F371"
}
.mdi-microscope:before{
content:"\F654"
}
.mdi-microsoft:before{
content:"\F372"
}
.mdi-minecraft:before{
content:"\F373"
}
.mdi-minus:before{
content:"\F374"
}
.mdi-minus-box:before{
content:"\F375"
}
.mdi-minus-box-outline:before{
content:"\F6F1"
}
.mdi-minus-circle:before{
content:"\F376"
}
.mdi-minus-circle-outline:before{
content:"\F377"
}
.mdi-minus-network:before{
content:"\F378"
}
.mdi-mixcloud:before{
content:"\F62A"
}
.mdi-monitor:before{
content:"\F379"
}
.mdi-monitor-multiple:before{
content:"\F37A"
}
.mdi-more:before{
content:"\F37B"
}
.mdi-motorbike:before{
content:"\F37C"
}
.mdi-mouse:before{
content:"\F37D"
}
.mdi-mouse-off:before{
content:"\F37E"
}
.mdi-mouse-variant:before{
content:"\F37F"
}
.mdi-mouse-variant-off:before{
content:"\F380"
}
.mdi-move-resize:before{
content:"\F655"
}
.mdi-move-resize-variant:before{
content:"\F656"
}
.mdi-movie:before{
content:"\F381"
}
.mdi-multiplication:before{
content:"\F382"
}
.mdi-multiplication-box:before{
content:"\F383"
}
.mdi-music-box:before{
content:"\F384"
}
.mdi-music-box-outline:before{
content:"\F385"
}
.mdi-music-circle:before{
content:"\F386"
}
.mdi-music-note:before{
content:"\F387"
}
.mdi-music-note-bluetooth:before{
content:"\F5FE"
}
.mdi-music-note-bluetooth-off:before{
content:"\F5FF"
}
.mdi-music-note-eighth:before{
content:"\F388"
}
.mdi-music-note-half:before{
content:"\F389"
}
.mdi-music-note-off:before{
content:"\F38A"
}
.mdi-music-note-quarter:before{
content:"\F38B"
}
.mdi-music-note-sixteenth:before{
content:"\F38C"
}
.mdi-music-note-whole:before{
content:"\F38D"
}
.mdi-nature:before{
content:"\F38E"
}
.mdi-nature-people:before{
content:"\F38F"
}
.mdi-navigation:before{
content:"\F390"
}
.mdi-near-me:before{
content:"\F5CD"
}
.mdi-needle:before{
content:"\F391"
}
.mdi-nest-protect:before{
content:"\F392"
}
.mdi-nest-thermostat:before{
content:"\F393"
}
.mdi-network:before{
content:"\F6F2"
}
.mdi-network-download:before{
content:"\F6F3"
}
.mdi-network-question:before{
content:"\F6F4"
}
.mdi-network-upload:before{
content:"\F6F5"
}
.mdi-new-box:before{
content:"\F394"
}
.mdi-newspaper:before{
content:"\F395"
}
.mdi-nfc:before{
content:"\F396"
}
.mdi-nfc-tap:before{
content:"\F397"
}
.mdi-nfc-variant:before{
content:"\F398"
}
.mdi-nodejs:before{
content:"\F399"
}
.mdi-note:before{
content:"\F39A"
}
.mdi-note-multiple:before{
content:"\F6B7"
}
.mdi-note-multiple-outline:before{
content:"\F6B8"
}
.mdi-note-outline:before{
content:"\F39B"
}
.mdi-note-plus:before{
content:"\F39C"
}
.mdi-note-plus-outline:before{
content:"\F39D"
}
.mdi-note-text:before{
content:"\F39E"
}
.mdi-notification-clear-all:before{
content:"\F39F"
}
.mdi-npm:before{
content:"\F6F6"
}
.mdi-nuke:before{
content:"\F6A3"
}
.mdi-numeric:before{
content:"\F3A0"
}
.mdi-numeric-0-box:before{
content:"\F3A1"
}
.mdi-numeric-0-box-multiple-outline:before{
content:"\F3A2"
}
.mdi-numeric-0-box-outline:before{
content:"\F3A3"
}
.mdi-numeric-1-box:before{
content:"\F3A4"
}
.mdi-numeric-1-box-multiple-outline:before{
content:"\F3A5"
}
.mdi-numeric-1-box-outline:before{
content:"\F3A6"
}
.mdi-numeric-2-box:before{
content:"\F3A7"
}
.mdi-numeric-2-box-multiple-outline:before{
content:"\F3A8"
}
.mdi-numeric-2-box-outline:before{
content:"\F3A9"
}
.mdi-numeric-3-box:before{
content:"\F3AA"
}
.mdi-numeric-3-box-multiple-outline:before{
content:"\F3AB"
}
.mdi-numeric-3-box-outline:before{
content:"\F3AC"
}
.mdi-numeric-4-box:before{
content:"\F3AD"
}
.mdi-numeric-4-box-multiple-outline:before{
content:"\F3AE"
}
.mdi-numeric-4-box-outline:before{
content:"\F3AF"
}
.mdi-numeric-5-box:before{
content:"\F3B0"
}
.mdi-numeric-5-box-multiple-outline:before{
content:"\F3B1"
}
.mdi-numeric-5-box-outline:before{
content:"\F3B2"
}
.mdi-numeric-6-box:before{
content:"\F3B3"
}
.mdi-numeric-6-box-multiple-outline:before{
content:"\F3B4"
}
.mdi-numeric-6-box-outline:before{
content:"\F3B5"
}
.mdi-numeric-7-box:before{
content:"\F3B6"
}
.mdi-numeric-7-box-multiple-outline:before{
content:"\F3B7"
}
.mdi-numeric-7-box-outline:before{
content:"\F3B8"
}
.mdi-numeric-8-box:before{
content:"\F3B9"
}
.mdi-numeric-8-box-multiple-outline:before{
content:"\F3BA"
}
.mdi-numeric-8-box-outline:before{
content:"\F3BB"
}
.mdi-numeric-9-box:before{
content:"\F3BC"
}
.mdi-numeric-9-box-multiple-outline:before{
content:"\F3BD"
}
.mdi-numeric-9-box-outline:before{
content:"\F3BE"
}
.mdi-numeric-9-plus-box:before{
content:"\F3BF"
}
.mdi-numeric-9-plus-box-multiple-outline:before{
content:"\F3C0"
}
.mdi-numeric-9-plus-box-outline:before{
content:"\F3C1"
}
.mdi-nut:before{
content:"\F6F7"
}
.mdi-nutrition:before{
content:"\F3C2"
}
.mdi-oar:before{
content:"\F67B"
}
.mdi-octagon:before{
content:"\F3C3"
}
.mdi-octagon-outline:before{
content:"\F3C4"
}
.mdi-octagram:before{
content:"\F6F8"
}
.mdi-odnoklassniki:before{
content:"\F3C5"
}
.mdi-office:before{
content:"\F3C6"
}
.mdi-oil:before{
content:"\F3C7"
}
.mdi-oil-temperature:before{
content:"\F3C8"
}
.mdi-omega:before{
content:"\F3C9"
}
.mdi-onedrive:before{
content:"\F3CA"
}
.mdi-opacity:before{
content:"\F5CC"
}
.mdi-open-in-app:before{
content:"\F3CB"
}
.mdi-open-in-new:before{
content:"\F3CC"
}
.mdi-openid:before{
content:"\F3CD"
}
.mdi-opera:before{
content:"\F3CE"
}
.mdi-ornament:before{
content:"\F3CF"
}
.mdi-ornament-variant:before{
content:"\F3D0"
}
.mdi-owl:before{
content:"\F3D2"
}
.mdi-package:before{
content:"\F3D3"
}
.mdi-package-down:before{
content:"\F3D4"
}
.mdi-package-up:before{
content:"\F3D5"
}
.mdi-package-variant:before{
content:"\F3D6"
}
.mdi-package-variant-closed:before{
content:"\F3D7"
}
.mdi-page-first:before{
content:"\F600"
}
.mdi-page-last:before{
content:"\F601"
}
.mdi-page-layout-body:before{
content:"\F6F9"
}
.mdi-page-layout-footer:before{
content:"\F6FA"
}
.mdi-page-layout-header:before{
content:"\F6FB"
}
.mdi-page-layout-sidebar-left:before{
content:"\F6FC"
}
.mdi-page-layout-sidebar-right:before{
content:"\F6FD"
}
.mdi-palette:before{
content:"\F3D8"
}
.mdi-palette-advanced:before{
content:"\F3D9"
}
.mdi-panda:before{
content:"\F3DA"
}
.mdi-pandora:before{
content:"\F3DB"
}
.mdi-panorama:before{
content:"\F3DC"
}
.mdi-panorama-fisheye:before{
content:"\F3DD"
}
.mdi-panorama-horizontal:before{
content:"\F3DE"
}
.mdi-panorama-vertical:before{
content:"\F3DF"
}
.mdi-panorama-wide-angle:before{
content:"\F3E0"
}
.mdi-paper-cut-vertical:before{
content:"\F3E1"
}
.mdi-paperclip:before{
content:"\F3E2"
}
.mdi-parking:before{
content:"\F3E3"
}
.mdi-pause:before{
content:"\F3E4"
}
.mdi-pause-circle:before{
content:"\F3E5"
}
.mdi-pause-circle-outline:before{
content:"\F3E6"
}
.mdi-pause-octagon:before{
content:"\F3E7"
}
.mdi-pause-octagon-outline:before{
content:"\F3E8"
}
.mdi-paw:before{
content:"\F3E9"
}
.mdi-paw-off:before{
content:"\F657"
}
.mdi-pen:before{
content:"\F3EA"
}
.mdi-pencil:before{
content:"\F3EB"
}
.mdi-pencil-box:before{
content:"\F3EC"
}
.mdi-pencil-box-outline:before{
content:"\F3ED"
}
.mdi-pencil-circle:before{
content:"\F6FE"
}
.mdi-pencil-lock:before{
content:"\F3EE"
}
.mdi-pencil-off:before{
content:"\F3EF"
}
.mdi-pentagon:before{
content:"\F6FF"
}
.mdi-pentagon-outline:before{
content:"\F700"
}
.mdi-percent:before{
content:"\F3F0"
}
.mdi-pharmacy:before{
content:"\F3F1"
}
.mdi-phone:before{
content:"\F3F2"
}
.mdi-phone-bluetooth:before{
content:"\F3F3"
}
.mdi-phone-classic:before{
content:"\F602"
}
.mdi-phone-forward:before{
content:"\F3F4"
}
.mdi-phone-hangup:before{
content:"\F3F5"
}
.mdi-phone-in-talk:before{
content:"\F3F6"
}
.mdi-phone-incoming:before{
content:"\F3F7"
}
.mdi-phone-locked:before{
content:"\F3F8"
}
.mdi-phone-log:before{
content:"\F3F9"
}
.mdi-phone-minus:before{
content:"\F658"
}
.mdi-phone-missed:before{
content:"\F3FA"
}
.mdi-phone-outgoing:before{
content:"\F3FB"
}
.mdi-phone-paused:before{
content:"\F3FC"
}
.mdi-phone-plus:before{
content:"\F659"
}
.mdi-phone-settings:before{
content:"\F3FD"
}
.mdi-phone-voip:before{
content:"\F3FE"
}
.mdi-pi:before{
content:"\F3FF"
}
.mdi-pi-box:before{
content:"\F400"
}
.mdi-piano:before{
content:"\F67C"
}
.mdi-pig:before{
content:"\F401"
}
.mdi-pill:before{
content:"\F402"
}
.mdi-pillar:before{
content:"\F701"
}
.mdi-pin:before{
content:"\F403"
}
.mdi-pin-off:before{
content:"\F404"
}
.mdi-pine-tree:before{
content:"\F405"
}
.mdi-pine-tree-box:before{
content:"\F406"
}
.mdi-pinterest:before{
content:"\F407"
}
.mdi-pinterest-box:before{
content:"\F408"
}
.mdi-pistol:before{
content:"\F702"
}
.mdi-pizza:before{
content:"\F409"
}
.mdi-plane-shield:before{
content:"\F6BA"
}
.mdi-play:before{
content:"\F40A"
}
.mdi-play-box-outline:before{
content:"\F40B"
}
.mdi-play-circle:before{
content:"\F40C"
}
.mdi-play-circle-outline:before{
content:"\F40D"
}
.mdi-play-pause:before{
content:"\F40E"
}
.mdi-play-protected-content:before{
content:"\F40F"
}
.mdi-playlist-check:before{
content:"\F5C7"
}
.mdi-playlist-minus:before{
content:"\F410"
}
.mdi-playlist-play:before{
content:"\F411"
}
.mdi-playlist-plus:before{
content:"\F412"
}
.mdi-playlist-remove:before{
content:"\F413"
}
.mdi-playstation:before{
content:"\F414"
}
.mdi-plex:before{
content:"\F6B9"
}
.mdi-plus:before{
content:"\F415"
}
.mdi-plus-box:before{
content:"\F416"
}
.mdi-plus-box-outline:before{
content:"\F703"
}
.mdi-plus-circle:before{
content:"\F417"
}
.mdi-plus-circle-multiple-outline:before{
content:"\F418"
}
.mdi-plus-circle-outline:before{
content:"\F419"
}
.mdi-plus-network:before{
content:"\F41A"
}
.mdi-plus-one:before{
content:"\F41B"
}
.mdi-plus-outline:before{
content:"\F704"
}
.mdi-pocket:before{
content:"\F41C"
}
.mdi-pokeball:before{
content:"\F41D"
}
.mdi-polarAdminid:before{
content:"\F41E"
}
.mdi-poll:before{
content:"\F41F"
}
.mdi-poll-box:before{
content:"\F420"
}
.mdi-polymer:before{
content:"\F421"
}
.mdi-pool:before{
content:"\F606"
}
.mdi-popcorn:before{
content:"\F422"
}
.mdi-pot:before{
content:"\F65A"
}
.mdi-pot-mix:before{
content:"\F65B"
}
.mdi-pound:before{
content:"\F423"
}
.mdi-pound-box:before{
content:"\F424"
}
.mdi-power:before{
content:"\F425"
}
.mdi-power-plug:before{
content:"\F6A4"
}
.mdi-power-plug-off:before{
content:"\F6A5"
}
.mdi-power-settings:before{
content:"\F426"
}
.mdi-power-socket:before{
content:"\F427"
}
.mdi-prescription:before{
content:"\F705"
}
.mdi-presentation:before{
content:"\F428"
}
.mdi-presentation-play:before{
content:"\F429"
}
.mdi-printer:before{
content:"\F42A"
}
.mdi-printer-3d:before{
content:"\F42B"
}
.mdi-printer-alert:before{
content:"\F42C"
}
.mdi-printer-settings:before{
content:"\F706"
}
.mdi-priority-high:before{
content:"\F603"
}
.mdi-priority-low:before{
content:"\F604"
}
.mdi-professional-hexagon:before{
content:"\F42D"
}
.mdi-projector:before{
content:"\F42E"
}
.mdi-projector-screen:before{
content:"\F42F"
}
.mdi-publish:before{
content:"\F6A6"
}
.mdi-pulse:before{
content:"\F430"
}
.mdi-puzzle:before{
content:"\F431"
}
.mdi-qqchat:before{
content:"\F605"
}
.mdi-qrcode:before{
content:"\F432"
}
.mdi-qrcode-scan:before{
content:"\F433"
}
.mdi-quadcopter:before{
content:"\F434"
}
.mdi-quality-high:before{
content:"\F435"
}
.mdi-quicktime:before{
content:"\F436"
}
.mdi-radar:before{
content:"\F437"
}
.mdi-radiator:before{
content:"\F438"
}
.mdi-radio:before{
content:"\F439"
}
.mdi-radio-handheld:before{
content:"\F43A"
}
.mdi-radio-tower:before{
content:"\F43B"
}
.mdi-radioactive:before{
content:"\F43C"
}
.mdi-radiobox-blank:before{
content:"\F43D"
}
.mdi-radiobox-marked:before{
content:"\F43E"
}
.mdi-raspberrypi:before{
content:"\F43F"
}
.mdi-ray-end:before{
content:"\F440"
}
.mdi-ray-end-arrow:before{
content:"\F441"
}
.mdi-ray-start:before{
content:"\F442"
}
.mdi-ray-start-arrow:before{
content:"\F443"
}
.mdi-ray-start-end:before{
content:"\F444"
}
.mdi-ray-vertex:before{
content:"\F445"
}
.mdi-rdio:before{
content:"\F446"
}
.mdi-react:before{
content:"\F707"
}
.mdi-read:before{
content:"\F447"
}
.mdi-readability:before{
content:"\F448"
}
.mdi-receipt:before{
content:"\F449"
}
.mdi-record:before{
content:"\F44A"
}
.mdi-record-rec:before{
content:"\F44B"
}
.mdi-recycle:before{
content:"\F44C"
}
.mdi-reddit:before{
content:"\F44D"
}
.mdi-redo:before{
content:"\F44E"
}
.mdi-redo-variant:before{
content:"\F44F"
}
.mdi-refresh:before{
content:"\F450"
}
.mdi-regex:before{
content:"\F451"
}
.mdi-relative-scale:before{
content:"\F452"
}
.mdi-reload:before{
content:"\F453"
}
.mdi-remote:before{
content:"\F454"
}
.mdi-rename-box:before{
content:"\F455"
}
.mdi-reorder-horizontal:before{
content:"\F687"
}
.mdi-reorder-vertical:before{
content:"\F688"
}
.mdi-repeat:before{
content:"\F456"
}
.mdi-repeat-off:before{
content:"\F457"
}
.mdi-repeat-once:before{
content:"\F458"
}
.mdi-replay:before{
content:"\F459"
}
.mdi-reply:before{
content:"\F45A"
}
.mdi-reply-all:before{
content:"\F45B"
}
.mdi-reproduction:before{
content:"\F45C"
}
.mdi-resize-bottom-right:before{
content:"\F45D"
}
.mdi-responsive:before{
content:"\F45E"
}
.mdi-restart:before{
content:"\F708"
}
.mdi-restore:before{
content:"\F6A7"
}
.mdi-rewind:before{
content:"\F45F"
}
.mdi-rewind-outline:before{
content:"\F709"
}
.mdi-rhombus:before{
content:"\F70A"
}
.mdi-rhombus-outline:before{
content:"\F70B"
}
.mdi-ribbon:before{
content:"\F460"
}
.mdi-road:before{
content:"\F461"
}
.mdi-road-variant:before{
content:"\F462"
}
.mdi-robot:before{
content:"\F6A8"
}
.mdi-rocket:before{
content:"\F463"
}
.mdi-roomba:before{
content:"\F70C"
}
.mdi-rotate-3d:before{
content:"\F464"
}
.mdi-rotate-left:before{
content:"\F465"
}
.mdi-rotate-left-variant:before{
content:"\F466"
}
.mdi-rotate-right:before{
content:"\F467"
}
.mdi-rotate-right-variant:before{
content:"\F468"
}
.mdi-rounded-corner:before{
content:"\F607"
}
.mdi-router-wireless:before{
content:"\F469"
}
.mdi-routes:before{
content:"\F46A"
}
.mdi-rowing:before{
content:"\F608"
}
.mdi-rss:before{
content:"\F46B"
}
.mdi-rss-box:before{
content:"\F46C"
}
.mdi-ruler:before{
content:"\F46D"
}
.mdi-run:before{
content:"\F70D"
}
.mdi-run-fast:before{
content:"\F46E"
}
.mdi-sale:before{
content:"\F46F"
}
.mdi-satellite:before{
content:"\F470"
}
.mdi-satellite-variant:before{
content:"\F471"
}
.mdi-saxophone:before{
content:"\F609"
}
.mdi-scale:before{
content:"\F472"
}
.mdi-scale-balance:before{
content:"\F5D1"
}
.mdi-scale-bathroom:before{
content:"\F473"
}
.mdi-scanner:before{
content:"\F6AA"
}
.mdi-school:before{
content:"\F474"
}
.mdi-screen-rotation:before{
content:"\F475"
}
.mdi-screen-rotation-lock:before{
content:"\F476"
}
.mdi-screwdriver:before{
content:"\F477"
}
.mdi-script:before{
content:"\F478"
}
.mdi-sd:before{
content:"\F479"
}
.mdi-seal:before{
content:"\F47A"
}
.mdi-search-web:before{
content:"\F70E"
}
.mdi-seat-flat:before{
content:"\F47B"
}
.mdi-seat-flat-angled:before{
content:"\F47C"
}
.mdi-seat-individual-suite:before{
content:"\F47D"
}
.mdi-seat-legroom-extra:before{
content:"\F47E"
}
.mdi-seat-legroom-normal:before{
content:"\F47F"
}
.mdi-seat-legroom-reduced:before{
content:"\F480"
}
.mdi-seat-recline-extra:before{
content:"\F481"
}
.mdi-seat-recline-normal:before{
content:"\F482"
}
.mdi-security:before{
content:"\F483"
}
.mdi-security-home:before{
content:"\F689"
}
.mdi-security-network:before{
content:"\F484"
}
.mdi-select:before{
content:"\F485"
}
.mdi-select-all:before{
content:"\F486"
}
.mdi-select-inverse:before{
content:"\F487"
}
.mdi-select-off:before{
content:"\F488"
}
.mdi-selection:before{
content:"\F489"
}
.mdi-send:before{
content:"\F48A"
}
.mdi-serial-port:before{
content:"\F65C"
}
.mdi-server:before{
content:"\F48B"
}
.mdi-server-minus:before{
content:"\F48C"
}
.mdi-server-network:before{
content:"\F48D"
}
.mdi-server-network-off:before{
content:"\F48E"
}
.mdi-server-off:before{
content:"\F48F"
}
.mdi-server-plus:before{
content:"\F490"
}
.mdi-server-remove:before{
content:"\F491"
}
.mdi-server-security:before{
content:"\F492"
}
.mdi-settings:before{
content:"\F493"
}
.mdi-settings-box:before{
content:"\F494"
}
.mdi-shape-circle-plus:before{
content:"\F65D"
}
.mdi-shape-plus:before{
content:"\F495"
}
.mdi-shape-polygon-plus:before{
content:"\F65E"
}
.mdi-shape-rectangle-plus:before{
content:"\F65F"
}
.mdi-shape-square-plus:before{
content:"\F660"
}
.mdi-share:before{
content:"\F496"
}
.mdi-share-variant:before{
content:"\F497"
}
.mdi-shield:before{
content:"\F498"
}
.mdi-shield-outline:before{
content:"\F499"
}
.mdi-shopping:before{
content:"\F49A"
}
.mdi-shopping-music:before{
content:"\F49B"
}
.mdi-shovel:before{
content:"\F70F"
}
.mdi-shovel-off:before{
content:"\F710"
}
.mdi-shredder:before{
content:"\F49C"
}
.mdi-shuffle:before{
content:"\F49D"
}
.mdi-shuffle-disabled:before{
content:"\F49E"
}
.mdi-shuffle-variant:before{
content:"\F49F"
}
.mdi-sigma:before{
content:"\F4A0"
}
.mdi-sigma-lower:before{
content:"\F62B"
}
.mdi-sign-caution:before{
content:"\F4A1"
}
.mdi-signal:before{
content:"\F4A2"
}
.mdi-signal-2g:before{
content:"\F711"
}
.mdi-signal-3g:before{
content:"\F712"
}
.mdi-signal-4g:before{
content:"\F713"
}
.mdi-signal-hspa:before{
content:"\F714"
}
.mdi-signal-hspa-plus:before{
content:"\F715"
}
.mdi-signal-variant:before{
content:"\F60A"
}
.mdi-silverware:before{
content:"\F4A3"
}
.mdi-silverware-fork:before{
content:"\F4A4"
}
.mdi-silverware-spoon:before{
content:"\F4A5"
}
.mdi-silverware-variant:before{
content:"\F4A6"
}
.mdi-sim:before{
content:"\F4A7"
}
.mdi-sim-alert:before{
content:"\F4A8"
}
.mdi-sim-off:before{
content:"\F4A9"
}
.mdi-sitemap:before{
content:"\F4AA"
}
.mdi-skip-backward:before{
content:"\F4AB"
}
.mdi-skip-forward:before{
content:"\F4AC"
}
.mdi-skip-next:before{
content:"\F4AD"
}
.mdi-skip-next-circle:before{
content:"\F661"
}
.mdi-skip-next-circle-outline:before{
content:"\F662"
}
.mdi-skip-previous:before{
content:"\F4AE"
}
.mdi-skip-previous-circle:before{
content:"\F663"
}
.mdi-skip-previous-circle-outline:before{
content:"\F664"
}
.mdi-skull:before{
content:"\F68B"
}
.mdi-skype:before{
content:"\F4AF"
}
.mdi-skype-business:before{
content:"\F4B0"
}
.mdi-slack:before{
content:"\F4B1"
}
.mdi-sleep:before{
content:"\F4B2"
}
.mdi-sleep-off:before{
content:"\F4B3"
}
.mdi-smoking:before{
content:"\F4B4"
}
.mdi-smoking-off:before{
content:"\F4B5"
}
.mdi-snapchat:before{
content:"\F4B6"
}
.mdi-snowflake:before{
content:"\F716"
}
.mdi-snowman:before{
content:"\F4B7"
}
.mdi-soccer:before{
content:"\F4B8"
}
.mdi-sofa:before{
content:"\F4B9"
}
.mdi-solid:before{
content:"\F68C"
}
.mdi-sort:before{
content:"\F4BA"
}
.mdi-sort-alphabetical:before{
content:"\F4BB"
}
.mdi-sort-ascending:before{
content:"\F4BC"
}
.mdi-sort-descending:before{
content:"\F4BD"
}
.mdi-sort-numeric:before{
content:"\F4BE"
}
.mdi-sort-variant:before{
content:"\F4BF"
}
.mdi-soundcloud:before{
content:"\F4C0"
}
.mdi-source-branch:before{
content:"\F62C"
}
.mdi-source-commit:before{
content:"\F717"
}
.mdi-source-commit-end:before{
content:"\F718"
}
.mdi-source-commit-end-local:before{
content:"\F719"
}
.mdi-source-commit-local:before{
content:"\F71A"
}
.mdi-source-commit-next-local:before{
content:"\F71B"
}
.mdi-source-commit-start:before{
content:"\F71C"
}
.mdi-source-commit-start-next-local:before{
content:"\F71D"
}
.mdi-source-fork:before{
content:"\F4C1"
}
.mdi-source-merge:before{
content:"\F62D"
}
.mdi-source-pull:before{
content:"\F4C2"
}
.mdi-speaker:before{
content:"\F4C3"
}
.mdi-speaker-off:before{
content:"\F4C4"
}
.mdi-speaker-wireless:before{
content:"\F71E"
}
.mdi-speedometer:before{
content:"\F4C5"
}
.mdi-spellcheck:before{
content:"\F4C6"
}
.mdi-spotify:before{
content:"\F4C7"
}
.mdi-spotlight:before{
content:"\F4C8"
}
.mdi-spotlight-beam:before{
content:"\F4C9"
}
.mdi-spray:before{
content:"\F665"
}
.mdi-square-inc:before{
content:"\F4CA"
}
.mdi-square-inc-cash:before{
content:"\F4CB"
}
.mdi-stackexchange:before{
content:"\F60B"
}
.mdi-stackoverflow:before{
content:"\F4CC"
}
.mdi-stadium:before{
content:"\F71F"
}
.mdi-stairs:before{
content:"\F4CD"
}
.mdi-star:before{
content:"\F4CE"
}
.mdi-star-circle:before{
content:"\F4CF"
}
.mdi-star-half:before{
content:"\F4D0"
}
.mdi-star-off:before{
content:"\F4D1"
}
.mdi-star-outline:before{
content:"\F4D2"
}
.mdi-steam:before{
content:"\F4D3"
}
.mdi-steering:before{
content:"\F4D4"
}
.mdi-step-backward:before{
content:"\F4D5"
}
.mdi-step-backward-2:before{
content:"\F4D6"
}
.mdi-step-forward:before{
content:"\F4D7"
}
.mdi-step-forward-2:before{
content:"\F4D8"
}
.mdi-stethoscope:before{
content:"\F4D9"
}
.mdi-sticker:before{
content:"\F5D0"
}
.mdi-stocking:before{
content:"\F4DA"
}
.mdi-stop:before{
content:"\F4DB"
}
.mdi-stop-circle:before{
content:"\F666"
}
.mdi-stop-circle-outline:before{
content:"\F667"
}
.mdi-store:before{
content:"\F4DC"
}
.mdi-store-24-hour:before{
content:"\F4DD"
}
.mdi-stove:before{
content:"\F4DE"
}
.mdi-subdirectory-arrow-left:before{
content:"\F60C"
}
.mdi-subdirectory-arrow-right:before{
content:"\F60D"
}
.mdi-subway:before{
content:"\F6AB"
}
.mdi-subway-variant:before{
content:"\F4DF"
}
.mdi-sunglasses:before{
content:"\F4E0"
}
.mdi-surround-sound:before{
content:"\F5C5"
}
.mdi-svg:before{
content:"\F720"
}
.mdi-swap-horizontal:before{
content:"\F4E1"
}
.mdi-swap-vertical:before{
content:"\F4E2"
}
.mdi-swim:before{
content:"\F4E3"
}
.mdi-switch:before{
content:"\F4E4"
}
.mdi-sword:before{
content:"\F4E5"
}
.mdi-sync:before{
content:"\F4E6"
}
.mdi-sync-alert:before{
content:"\F4E7"
}
.mdi-sync-off:before{
content:"\F4E8"
}
.mdi-tab:before{
content:"\F4E9"
}
.mdi-tab-unselected:before{
content:"\F4EA"
}
.mdi-table:before{
content:"\F4EB"
}
.mdi-table-column-plus-after:before{
content:"\F4EC"
}
.mdi-table-column-plus-before:before{
content:"\F4ED"
}
.mdi-table-column-remove:before{
content:"\F4EE"
}
.mdi-table-column-width:before{
content:"\F4EF"
}
.mdi-table-edit:before{
content:"\F4F0"
}
.mdi-table-large:before{
content:"\F4F1"
}
.mdi-table-row-height:before{
content:"\F4F2"
}
.mdi-table-row-plus-after:before{
content:"\F4F3"
}
.mdi-table-row-plus-before:before{
content:"\F4F4"
}
.mdi-table-row-remove:before{
content:"\F4F5"
}
.mdi-tablet:before{
content:"\F4F6"
}
.mdi-tablet-andrAdminid:before{
content:"\F4F7"
}
.mdi-tablet-ipad:before{
content:"\F4F8"
}
.mdi-tag:before{
content:"\F4F9"
}
.mdi-tag-faces:before{
content:"\F4FA"
}
.mdi-tag-heart:before{
content:"\F68A"
}
.mdi-tag-multiple:before{
content:"\F4FB"
}
.mdi-tag-outline:before{
content:"\F4FC"
}
.mdi-tag-plus:before{
content:"\F721"
}
.mdi-tag-remove:before{
content:"\F722"
}
.mdi-tag-text-outline:before{
content:"\F4FD"
}
.mdi-target:before{
content:"\F4FE"
}
.mdi-taxi:before{
content:"\F4FF"
}
.mdi-teamviewer:before{
content:"\F500"
}
.mdi-telegram:before{
content:"\F501"
}
.mdi-television:before{
content:"\F502"
}
.mdi-television-guide:before{
content:"\F503"
}
.mdi-temperature-celsius:before{
content:"\F504"
}
.mdi-temperature-fahrenheit:before{
content:"\F505"
}
.mdi-temperature-kelvin:before{
content:"\F506"
}
.mdi-tennis:before{
content:"\F507"
}
.mdi-tent:before{
content:"\F508"
}
.mdi-terrain:before{
content:"\F509"
}
.mdi-test-tube:before{
content:"\F668"
}
.mdi-text-shadow:before{
content:"\F669"
}
.mdi-text-to-speech:before{
content:"\F50A"
}
.mdi-text-to-speech-off:before{
content:"\F50B"
}
.mdi-textbox:before{
content:"\F60E"
}
.mdi-texture:before{
content:"\F50C"
}
.mdi-theater:before{
content:"\F50D"
}
.mdi-theme-light-dark:before{
content:"\F50E"
}
.mdi-thermometer:before{
content:"\F50F"
}
.mdi-thermometer-lines:before{
content:"\F510"
}
.mdi-thumb-down:before{
content:"\F511"
}
.mdi-thumb-down-outline:before{
content:"\F512"
}
.mdi-thumb-up:before{
content:"\F513"
}
.mdi-thumb-up-outline:before{
content:"\F514"
}
.mdi-thumbs-up-down:before{
content:"\F515"
}
.mdi-ticket:before{
content:"\F516"
}
.mdi-ticket-account:before{
content:"\F517"
}
.mdi-ticket-confirmation:before{
content:"\F518"
}
.mdi-ticket-percent:before{
content:"\F723"
}
.mdi-tie:before{
content:"\F519"
}
.mdi-tilde:before{
content:"\F724"
}
.mdi-timelapse:before{
content:"\F51A"
}
.mdi-timer:before{
content:"\F51B"
}
.mdi-timer-10:before{
content:"\F51C"
}
.mdi-timer-3:before{
content:"\F51D"
}
.mdi-timer-off:before{
content:"\F51E"
}
.mdi-timer-sand:before{
content:"\F51F"
}
.mdi-timer-sand-empty:before{
content:"\F6AC"
}
.mdi-timetable:before{
content:"\F520"
}
.mdi-toggle-switch:before{
content:"\F521"
}
.mdi-toggle-switch-off:before{
content:"\F522"
}
.mdi-tooltip:before{
content:"\F523"
}
.mdi-tooltip-edit:before{
content:"\F524"
}
.mdi-tooltip-image:before{
content:"\F525"
}
.mdi-tooltip-outline:before{
content:"\F526"
}
.mdi-tooltip-outline-plus:before{
content:"\F527"
}
.mdi-tooltip-text:before{
content:"\F528"
}
.mdi-tooth:before{
content:"\F529"
}
.mdi-tor:before{
content:"\F52A"
}
.mdi-tower-beach:before{
content:"\F680"
}
.mdi-tower-fire:before{
content:"\F681"
}
.mdi-traffic-light:before{
content:"\F52B"
}
.mdi-train:before{
content:"\F52C"
}
.mdi-tram:before{
content:"\F52D"
}
.mdi-transcribe:before{
content:"\F52E"
}
.mdi-transcribe-close:before{
content:"\F52F"
}
.mdi-transfer:before{
content:"\F530"
}
.mdi-transit-transfer:before{
content:"\F6AD"
}
.mdi-translate:before{
content:"\F5CA"
}
.mdi-treasure-chest:before{
content:"\F725"
}
.mdi-tree:before{
content:"\F531"
}
.mdi-trello:before{
content:"\F532"
}
.mdi-trending-down:before{
content:"\F533"
}
.mdi-trending-neutral:before{
content:"\F534"
}
.mdi-trending-up:before{
content:"\F535"
}
.mdi-triangle:before{
content:"\F536"
}
.mdi-triangle-outline:before{
content:"\F537"
}
.mdi-trophy:before{
content:"\F538"
}
.mdi-trophy-award:before{
content:"\F539"
}
.mdi-trophy-outline:before{
content:"\F53A"
}
.mdi-trophy-variant:before{
content:"\F53B"
}
.mdi-trophy-variant-outline:before{
content:"\F53C"
}
.mdi-truck:before{
content:"\F53D"
}
.mdi-truck-delivery:before{
content:"\F53E"
}
.mdi-truck-trailer:before{
content:"\F726"
}
.mdi-tshirt-crew:before{
content:"\F53F"
}
.mdi-tshirt-v:before{
content:"\F540"
}
.mdi-tumblr:before{
content:"\F541"
}
.mdi-tumblr-reblog:before{
content:"\F542"
}
.mdi-tune:before{
content:"\F62E"
}
.mdi-tune-vertical:before{
content:"\F66A"
}
.mdi-twitch:before{
content:"\F543"
}
.mdi-twitter:before{
content:"\F544"
}
.mdi-twitter-box:before{
content:"\F545"
}
.mdi-twitter-circle:before{
content:"\F546"
}
.mdi-twitter-retweet:before{
content:"\F547"
}
.mdi-ubuntu:before{
content:"\F548"
}
.mdi-umbraco:before{
content:"\F549"
}
.mdi-umbrella:before{
content:"\F54A"
}
.mdi-umbrella-outline:before{
content:"\F54B"
}
.mdi-undo:before{
content:"\F54C"
}
.mdi-undo-variant:before{
content:"\F54D"
}
.mdi-unfold-less:before{
content:"\F54E"
}
.mdi-unfold-more:before{
content:"\F54F"
}
.mdi-ungroup:before{
content:"\F550"
}
.mdi-unity:before{
content:"\F6AE"
}
.mdi-untappd:before{
content:"\F551"
}
.mdi-update:before{
content:"\F6AF"
}
.mdi-upload:before{
content:"\F552"
}
.mdi-usb:before{
content:"\F553"
}
.mdi-vector-arrange-above:before{
content:"\F554"
}
.mdi-vector-arrange-below:before{
content:"\F555"
}
.mdi-vector-circle:before{
content:"\F556"
}
.mdi-vector-circle-variant:before{
content:"\F557"
}
.mdi-vector-combine:before{
content:"\F558"
}
.mdi-vector-curve:before{
content:"\F559"
}
.mdi-vector-difference:before{
content:"\F55A"
}
.mdi-vector-difference-ab:before{
content:"\F55B"
}
.mdi-vector-difference-ba:before{
content:"\F55C"
}
.mdi-vector-intersection:before{
content:"\F55D"
}
.mdi-vector-line:before{
content:"\F55E"
}
.mdi-vector-point:before{
content:"\F55F"
}
.mdi-vector-polygon:before{
content:"\F560"
}
.mdi-vector-polyline:before{
content:"\F561"
}
.mdi-vector-rectangle:before{
content:"\F5C6"
}
.mdi-vector-selection:before{
content:"\F562"
}
.mdi-vector-square:before{
content:"\F001"
}
.mdi-vector-triangle:before{
content:"\F563"
}
.mdi-vector-union:before{
content:"\F564"
}
.mdi-verified:before{
content:"\F565"
}
.mdi-vibrate:before{
content:"\F566"
}
.mdi-video:before{
content:"\F567"
}
.mdi-video-off:before{
content:"\F568"
}
.mdi-video-switch:before{
content:"\F569"
}
.mdi-view-agenda:before{
content:"\F56A"
}
.mdi-view-array:before{
content:"\F56B"
}
.mdi-view-carousel:before{
content:"\F56C"
}
.mdi-view-column:before{
content:"\F56D"
}
.mdi-view-dashboard:before{
content:"\F56E"
}
.mdi-view-day:before{
content:"\F56F"
}
.mdi-view-grid:before{
content:"\F570"
}
.mdi-view-headline:before{
content:"\F571"
}
.mdi-view-list:before{
content:"\F572"
}
.mdi-view-module:before{
content:"\F573"
}
.mdi-view-parallel:before{
content:"\F727"
}
.mdi-view-quilt:before{
content:"\F574"
}
.mdi-view-sequential:before{
content:"\F728"
}
.mdi-view-stream:before{
content:"\F575"
}
.mdi-view-week:before{
content:"\F576"
}
.mdi-vimeo:before{
content:"\F577"
}
.mdi-vine:before{
content:"\F578"
}
.mdi-violin:before{
content:"\F60F"
}
.mdi-visualstudio:before{
content:"\F610"
}
.mdi-vk:before{
content:"\F579"
}
.mdi-vk-box:before{
content:"\F57A"
}
.mdi-vk-circle:before{
content:"\F57B"
}
.mdi-vlc:before{
content:"\F57C"
}
.mdi-voice:before{
content:"\F5CB"
}
.mdi-voicemail:before{
content:"\F57D"
}
.mdi-volume-high:before{
content:"\F57E"
}
.mdi-volume-low:before{
content:"\F57F"
}
.mdi-volume-medium:before{
content:"\F580"
}
.mdi-volume-off:before{
content:"\F581"
}
.mdi-vpn:before{
content:"\F582"
}
.mdi-walk:before{
content:"\F583"
}
.mdi-wallet:before{
content:"\F584"
}
.mdi-wallet-giftcard:before{
content:"\F585"
}
.mdi-wallet-membership:before{
content:"\F586"
}
.mdi-wallet-travel:before{
content:"\F587"
}
.mdi-wan:before{
content:"\F588"
}
.mdi-washing-machine:before{
content:"\F729"
}
.mdi-watch:before{
content:"\F589"
}
.mdi-watch-export:before{
content:"\F58A"
}
.mdi-watch-import:before{
content:"\F58B"
}
.mdi-watch-vibrate:before{
content:"\F6B0"
}
.mdi-water:before{
content:"\F58C"
}
.mdi-water-off:before{
content:"\F58D"
}
.mdi-water-percent:before{
content:"\F58E"
}
.mdi-water-pump:before{
content:"\F58F"
}
.mdi-watermark:before{
content:"\F612"
}
.mdi-weather-cloudy:before{
content:"\F590"
}
.mdi-weather-fog:before{
content:"\F591"
}
.mdi-weather-hail:before{
content:"\F592"
}
.mdi-weather-lightning:before{
content:"\F593"
}
.mdi-weather-lightning-rainy:before{
content:"\F67D"
}
.mdi-weather-night:before{
content:"\F594"
}
.mdi-weather-partlycloudy:before{
content:"\F595"
}
.mdi-weather-pouring:before{
content:"\F596"
}
.mdi-weather-rainy:before{
content:"\F597"
}
.mdi-weather-snowy:before{
content:"\F598"
}
.mdi-weather-snowy-rainy:before{
content:"\F67E"
}
.mdi-weather-sunny:before{
content:"\F599"
}
.mdi-weather-sunset:before{
content:"\F59A"
}
.mdi-weather-sunset-down:before{
content:"\F59B"
}
.mdi-weather-sunset-up:before{
content:"\F59C"
}
.mdi-weather-windy:before{
content:"\F59D"
}
.mdi-weather-windy-variant:before{
content:"\F59E"
}
.mdi-web:before{
content:"\F59F"
}
.mdi-webcam:before{
content:"\F5A0"
}
.mdi-webhook:before{
content:"\F62F"
}
.mdi-webpack:before{
content:"\F72A"
}
.mdi-wechat:before{
content:"\F611"
}
.mdi-weight:before{
content:"\F5A1"
}
.mdi-weight-kilogram:before{
content:"\F5A2"
}
.mdi-whatsapp:before{
content:"\F5A3"
}
.mdi-wheelchair-accessibility:before{
content:"\F5A4"
}
.mdi-white-balance-auto:before{
content:"\F5A5"
}
.mdi-white-balance-incandescent:before{
content:"\F5A6"
}
.mdi-white-balance-iridescent:before{
content:"\F5A7"
}
.mdi-white-balance-sunny:before{
content:"\F5A8"
}
.mdi-widgets:before{
content:"\F72B"
}
.mdi-wifi:before{
content:"\F5A9"
}
.mdi-wifi-off:before{
content:"\F5AA"
}
.mdi-wii:before{
content:"\F5AB"
}
.mdi-wiiu:before{
content:"\F72C"
}
.mdi-wikipedia:before{
content:"\F5AC"
}
.mdi-window-close:before{
content:"\F5AD"
}
.mdi-window-closed:before{
content:"\F5AE"
}
.mdi-window-maximize:before{
content:"\F5AF"
}
.mdi-window-minimize:before{
content:"\F5B0"
}
.mdi-window-open:before{
content:"\F5B1"
}
.mdi-window-restore:before{
content:"\F5B2"
}
.mdi-windows:before{
content:"\F5B3"
}
.mdi-wordpress:before{
content:"\F5B4"
}
.mdi-worker:before{
content:"\F5B5"
}
.mdi-wrap:before{
content:"\F5B6"
}
.mdi-wrench:before{
content:"\F5B7"
}
.mdi-wunderlist:before{
content:"\F5B8"
}
.mdi-xaml:before{
content:"\F673"
}
.mdi-xbox:before{
content:"\F5B9"
}
.mdi-xbox-controller:before{
content:"\F5BA"
}
.mdi-xbox-controller-off:before{
content:"\F5BB"
}
.mdi-xda:before{
content:"\F5BC"
}
.mdi-xing:before{
content:"\F5BD"
}
.mdi-xing-box:before{
content:"\F5BE"
}
.mdi-xing-circle:before{
content:"\F5BF"
}
.mdi-xml:before{
content:"\F5C0"
}
.mdi-yeast:before{
content:"\F5C1"
}
.mdi-yelp:before{
content:"\F5C2"
}
.mdi-yin-yang:before{
content:"\F67F"
}
.mdi-youtube-play:before{
content:"\F5C3"
}
.mdi-zip-box:before{
content:"\F5C4"
}
.mdi-18px.mdi-set,.mdi-18px.mdi:before{
font-size:18px
}
.mdi-24px.mdi-set,.mdi-24px.mdi:before{
font-size:24px
}
.mdi-36px.mdi-set,.mdi-36px.mdi:before{
font-size:36px
}
.mdi-48px.mdi-set,.mdi-48px.mdi:before{
font-size:48px
}
.mdi-dark{
color:rgba(0,0,0,.54)
}
.mdi-dark.mdi-inactive{
color:rgba(0,0,0,.26)
}
.mdi-light{
color:#fff
}
.mdi-light.mdi-inactive{
color:rgba(255,255,255,.3)
}
.mdi-rotate-45{
-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg)
}
.mdi-rotate-90{
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg)
}
.mdi-rotate-135{
-webkit-transform:rotate(135deg);
-ms-transform:rotate(135deg);
transform:rotate(135deg)
}
.mdi-rotate-180{
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg)
}
.mdi-rotate-225{
-webkit-transform:rotate(225deg);
-ms-transform:rotate(225deg);
transform:rotate(225deg)
}
.mdi-rotate-270{
-webkit-transform:rotate(270deg);
-ms-transform:rotate(270deg);
transform:rotate(270deg)
}
.mdi-rotate-315{
-webkit-transform:rotate(315deg);
-ms-transform:rotate(315deg);
transform:rotate(315deg)
}
.mdi-flip-horizontal{
-webkit-transform:scaleX(-1);
transform:scaleX(-1);
filter:FlipH;
-ms-filter:"FlipH"
}
.mdi-flip-vertical{
-webkit-transform:scaleY(-1);
transform:scaleY(-1);
filter:FlipV;
-ms-filter:"FlipV"
}
|
extensions/content/css/materialdesignicons.min.css
|
@font-face{
font-family:"Material Design Icons";
src:url(fonts/materialdesignicons-webfont.eot?v=1.8.36);
src:url(fonts/materialdesignicons-webfont.eot?#iefix&v=1.8.36) format("embedded-opentype"),url(fonts/materialdesignicons-webfont.woff2?v=1.8.36) format("woff2"),url(fonts/materialdesignicons-webfont.woff?v=1.8.36) format("woff"),url(fonts/materialdesignicons-webfont.ttf?v=1.8.36) format("truetype"),url(fonts/materialdesignicons-webfont.svg?v=1.8.36#materialdesigniconsregular) format("svg");
font-weight:400;
font-style:normal
}
.mdi-set,.mdi:before{
display:inline-block;
font:normal normal normal 24px/1 "Material Design Icons";
font-size:inherit;
text-rendering:auto;
line-height:inherit;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
transform:translate(0,0)
}
.mdi-access-point:before{
content:"\F002"
}
.mdi-access-point-network:before{
content:"\F003"
}
.mdi-account:before{
content:"\F004"
}
.mdi-account-alert:before{
content:"\F005"
}
.mdi-account-box:before{
content:"\F006"
}
.mdi-account-box-outline:before{
content:"\F007"
}
.mdi-account-card-details:before{
content:"\F5D2"
}
.mdi-account-check:before{
content:"\F008"
}
.mdi-account-circle:before{
content:"\F009"
}
.mdi-account-convert:before{
content:"\F00A"
}
.mdi-account-edit:before{
content:"\F6BB"
}
.mdi-account-key:before{
content:"\F00B"
}
.mdi-account-location:before{
content:"\F00C"
}
.mdi-account-minus:before{
content:"\F00D"
}
.mdi-account-multiple:before{
content:"\F00E"
}
.mdi-account-multiple-minus:before{
content:"\F5D3"
}
.mdi-account-multiple-outline:before{
content:"\F00F"
}
.mdi-account-multiple-plus:before{
content:"\F010"
}
.mdi-account-network:before{
content:"\F011"
}
.mdi-account-off:before{
content:"\F012"
}
.mdi-account-outline:before{
content:"\F013"
}
.mdi-account-plus:before{
content:"\F014"
}
.mdi-account-remove:before{
content:"\F015"
}
.mdi-account-search:before{
content:"\F016"
}
.mdi-account-settings:before{
content:"\F630"
}
.mdi-account-settings-variant:before{
content:"\F631"
}
.mdi-account-star:before{
content:"\F017"
}
.mdi-account-star-variant:before{
content:"\F018"
}
.mdi-account-switch:before{
content:"\F019"
}
.mdi-adjust:before{
content:"\F01A"
}
.mdi-air-conditioner:before{
content:"\F01B"
}
.mdi-airballoon:before{
content:"\F01C"
}
.mdi-airplane:before{
content:"\F01D"
}
.mdi-airplane-landing:before{
content:"\F5D4"
}
.mdi-airplane-off:before{
content:"\F01E"
}
.mdi-airplane-takeoff:before{
content:"\F5D5"
}
.mdi-airplay:before{
content:"\F01F"
}
.mdi-alarm:before{
content:"\F020"
}
.mdi-alarm-check:before{
content:"\F021"
}
.mdi-alarm-multiple:before{
content:"\F022"
}
.mdi-alarm-off:before{
content:"\F023"
}
.mdi-alarm-plus:before{
content:"\F024"
}
.mdi-alarm-snooze:before{
content:"\F68D"
}
.mdi-album:before{
content:"\F025"
}
.mdi-alert:before{
content:"\F026"
}
.mdi-alert-box:before{
content:"\F027"
}
.mdi-alert-circle:before{
content:"\F028"
}
.mdi-alert-circle-outline:before{
content:"\F5D6"
}
.mdi-alert-octagon:before{
content:"\F029"
}
.mdi-alert-octagram:before{
content:"\F6BC"
}
.mdi-alert-outline:before{
content:"\F02A"
}
.mdi-all-inclusive:before{
content:"\F6BD"
}
.mdi-alpha:before{
content:"\F02B"
}
.mdi-alphabetical:before{
content:"\F02C"
}
.mdi-altimeter:before{
content:"\F5D7"
}
.mdi-amazon:before{
content:"\F02D"
}
.mdi-amazon-clouddrive:before{
content:"\F02E"
}
.mdi-ambulance:before{
content:"\F02F"
}
.mdi-amplifier:before{
content:"\F030"
}
.mdi-anchor:before{
content:"\F031"
}
.mdi-andrAdminid:before{
content:"\F032"
}
.mdi-andrAdminid-debug-bridge:before{
content:"\F033"
}
.mdi-andrAdminid-studio:before{
content:"\F034"
}
.mdi-angular:before{
content:"\F6B1"
}
.mdi-angularjs:before{
content:"\F6BE"
}
.mdi-animation:before{
content:"\F5D8"
}
.mdi-apple:before{
content:"\F035"
}
.mdi-apple-finder:before{
content:"\F036"
}
.mdi-apple-ios:before{
content:"\F037"
}
.mdi-apple-keyboard-caps:before{
content:"\F632"
}
.mdi-apple-keyboard-command:before{
content:"\F633"
}
.mdi-apple-keyboard-control:before{
content:"\F634"
}
.mdi-apple-keyboard-option:before{
content:"\F635"
}
.mdi-apple-keyboard-shift:before{
content:"\F636"
}
.mdi-apple-mobileme:before{
content:"\F038"
}
.mdi-apple-safari:before{
content:"\F039"
}
.mdi-application:before{
content:"\F614"
}
.mdi-apps:before{
content:"\F03B"
}
.mdi-archive:before{
content:"\F03C"
}
.mdi-arrange-bring-forward:before{
content:"\F03D"
}
.mdi-arrange-bring-to-front:before{
content:"\F03E"
}
.mdi-arrange-send-backward:before{
content:"\F03F"
}
.mdi-arrange-send-to-back:before{
content:"\F040"
}
.mdi-arrow-all:before{
content:"\F041"
}
.mdi-arrow-bottom-left:before{
content:"\F042"
}
.mdi-arrow-bottom-right:before{
content:"\F043"
}
.mdi-arrow-compress:before{
content:"\F615"
}
.mdi-arrow-compress-all:before{
content:"\F044"
}
.mdi-arrow-down:before{
content:"\F045"
}
.mdi-arrow-down-bold:before{
content:"\F046"
}
.mdi-arrow-down-bold-circle:before{
content:"\F047"
}
.mdi-arrow-down-bold-circle-outline:before{
content:"\F048"
}
.mdi-arrow-down-bold-hexagon-outline:before{
content:"\F049"
}
.mdi-arrow-down-box:before{
content:"\F6BF"
}
.mdi-arrow-down-drop-circle:before{
content:"\F04A"
}
.mdi-arrow-down-drop-circle-outline:before{
content:"\F04B"
}
.mdi-arrow-expand:before{
content:"\F616"
}
.mdi-arrow-expand-all:before{
content:"\F04C"
}
.mdi-arrow-left:before{
content:"\F04D"
}
.mdi-arrow-left-bold:before{
content:"\F04E"
}
.mdi-arrow-left-bold-circle:before{
content:"\F04F"
}
.mdi-arrow-left-bold-circle-outline:before{
content:"\F050"
}
.mdi-arrow-left-bold-hexagon-outline:before{
content:"\F051"
}
.mdi-arrow-left-box:before{
content:"\F6C0"
}
.mdi-arrow-left-drop-circle:before{
content:"\F052"
}
.mdi-arrow-left-drop-circle-outline:before{
content:"\F053"
}
.mdi-arrow-right:before{
content:"\F054"
}
.mdi-arrow-right-bold:before{
content:"\F055"
}
.mdi-arrow-right-bold-circle:before{
content:"\F056"
}
.mdi-arrow-right-bold-circle-outline:before{
content:"\F057"
}
.mdi-arrow-right-bold-hexagon-outline:before{
content:"\F058"
}
.mdi-arrow-right-box:before{
content:"\F6C1"
}
.mdi-arrow-right-drop-circle:before{
content:"\F059"
}
.mdi-arrow-right-drop-circle-outline:before{
content:"\F05A"
}
.mdi-arrow-top-left:before{
content:"\F05B"
}
.mdi-arrow-top-right:before{
content:"\F05C"
}
.mdi-arrow-up:before{
content:"\F05D"
}
.mdi-arrow-up-bold:before{
content:"\F05E"
}
.mdi-arrow-up-bold-circle:before{
content:"\F05F"
}
.mdi-arrow-up-bold-circle-outline:before{
content:"\F060"
}
.mdi-arrow-up-bold-hexagon-outline:before{
content:"\F061"
}
.mdi-arrow-up-box:before{
content:"\F6C2"
}
.mdi-arrow-up-drop-circle:before{
content:"\F062"
}
.mdi-arrow-up-drop-circle-outline:before{
content:"\F063"
}
.mdi-assistant:before{
content:"\F064"
}
.mdi-asterisk:before{
content:"\F6C3"
}
.mdi-at:before{
content:"\F065"
}
.mdi-attachment:before{
content:"\F066"
}
.mdi-audiobook:before{
content:"\F067"
}
.mdi-auto-fix:before{
content:"\F068"
}
.mdi-auto-upload:before{
content:"\F069"
}
.mdi-autorenew:before{
content:"\F06A"
}
.mdi-av-timer:before{
content:"\F06B"
}
.mdi-baby:before{
content:"\F06C"
}
.mdi-baby-buggy:before{
content:"\F68E"
}
.mdi-backburger:before{
content:"\F06D"
}
.mdi-backspace:before{
content:"\F06E"
}
.mdi-backup-restore:before{
content:"\F06F"
}
.mdi-bandcamp:before{
content:"\F674"
}
.mdi-bank:before{
content:"\F070"
}
.mdi-barcode:before{
content:"\F071"
}
.mdi-barcode-scan:before{
content:"\F072"
}
.mdi-barley:before{
content:"\F073"
}
.mdi-barrel:before{
content:"\F074"
}
.mdi-basecamp:before{
content:"\F075"
}
.mdi-basket:before{
content:"\F076"
}
.mdi-basket-fill:before{
content:"\F077"
}
.mdi-basket-unfill:before{
content:"\F078"
}
.mdi-battery:before{
content:"\F079"
}
.mdi-battery-10:before{
content:"\F07A"
}
.mdi-battery-20:before{
content:"\F07B"
}
.mdi-battery-30:before{
content:"\F07C"
}
.mdi-battery-40:before{
content:"\F07D"
}
.mdi-battery-50:before{
content:"\F07E"
}
.mdi-battery-60:before{
content:"\F07F"
}
.mdi-battery-70:before{
content:"\F080"
}
.mdi-battery-80:before{
content:"\F081"
}
.mdi-battery-90:before{
content:"\F082"
}
.mdi-battery-alert:before{
content:"\F083"
}
.mdi-battery-charging:before{
content:"\F084"
}
.mdi-battery-charging-100:before{
content:"\F085"
}
.mdi-battery-charging-20:before{
content:"\F086"
}
.mdi-battery-charging-30:before{
content:"\F087"
}
.mdi-battery-charging-40:before{
content:"\F088"
}
.mdi-battery-charging-60:before{
content:"\F089"
}
.mdi-battery-charging-80:before{
content:"\F08A"
}
.mdi-battery-charging-90:before{
content:"\F08B"
}
.mdi-battery-minus:before{
content:"\F08C"
}
.mdi-battery-negative:before{
content:"\F08D"
}
.mdi-battery-outline:before{
content:"\F08E"
}
.mdi-battery-plus:before{
content:"\F08F"
}
.mdi-battery-positive:before{
content:"\F090"
}
.mdi-battery-unknown:before{
content:"\F091"
}
.mdi-beach:before{
content:"\F092"
}
.mdi-beaker:before{
content:"\F68F"
}
.mdi-beats:before{
content:"\F097"
}
.mdi-beer:before{
content:"\F098"
}
.mdi-behance:before{
content:"\F099"
}
.mdi-bell:before{
content:"\F09A"
}
.mdi-bell-off:before{
content:"\F09B"
}
.mdi-bell-outline:before{
content:"\F09C"
}
.mdi-bell-plus:before{
content:"\F09D"
}
.mdi-bell-ring:before{
content:"\F09E"
}
.mdi-bell-ring-outline:before{
content:"\F09F"
}
.mdi-bell-sleep:before{
content:"\F0A0"
}
.mdi-beta:before{
content:"\F0A1"
}
.mdi-bible:before{
content:"\F0A2"
}
.mdi-bike:before{
content:"\F0A3"
}
.mdi-bing:before{
content:"\F0A4"
}
.mdi-binoculars:before{
content:"\F0A5"
}
.mdi-bio:before{
content:"\F0A6"
}
.mdi-biohazard:before{
content:"\F0A7"
}
.mdi-bitbucket:before{
content:"\F0A8"
}
.mdi-black-mesa:before{
content:"\F0A9"
}
.mdi-blackberry:before{
content:"\F0AA"
}
.mdi-blender:before{
content:"\F0AB"
}
.mdi-blinds:before{
content:"\F0AC"
}
.mdi-block-helper:before{
content:"\F0AD"
}
.mdi-blogger:before{
content:"\F0AE"
}
.mdi-bluetooth:before{
content:"\F0AF"
}
.mdi-bluetooth-audio:before{
content:"\F0B0"
}
.mdi-bluetooth-connect:before{
content:"\F0B1"
}
.mdi-bluetooth-off:before{
content:"\F0B2"
}
.mdi-bluetooth-settings:before{
content:"\F0B3"
}
.mdi-bluetooth-transfer:before{
content:"\F0B4"
}
.mdi-blur:before{
content:"\F0B5"
}
.mdi-blur-linear:before{
content:"\F0B6"
}
.mdi-blur-off:before{
content:"\F0B7"
}
.mdi-blur-radial:before{
content:"\F0B8"
}
.mdi-bomb:before{
content:"\F690"
}
.mdi-bomb-off:before{
content:"\F6C4"
}
.mdi-bone:before{
content:"\F0B9"
}
.mdi-book:before{
content:"\F0BA"
}
.mdi-book-minus:before{
content:"\F5D9"
}
.mdi-book-multiple:before{
content:"\F0BB"
}
.mdi-book-multiple-variant:before{
content:"\F0BC"
}
.mdi-book-open:before{
content:"\F0BD"
}
.mdi-book-open-page-variant:before{
content:"\F5DA"
}
.mdi-book-open-variant:before{
content:"\F0BE"
}
.mdi-book-plus:before{
content:"\F5DB"
}
.mdi-book-variant:before{
content:"\F0BF"
}
.mdi-bookmark:before{
content:"\F0C0"
}
.mdi-bookmark-check:before{
content:"\F0C1"
}
.mdi-bookmark-music:before{
content:"\F0C2"
}
.mdi-bookmark-outline:before{
content:"\F0C3"
}
.mdi-bookmark-plus:before{
content:"\F0C5"
}
.mdi-bookmark-plus-outline:before{
content:"\F0C4"
}
.mdi-bookmark-remove:before{
content:"\F0C6"
}
.mdi-boombox:before{
content:"\F5DC"
}
.mdi-bootstrap:before{
content:"\F6C5"
}
.mdi-border-all:before{
content:"\F0C7"
}
.mdi-border-bottom:before{
content:"\F0C8"
}
.mdi-border-color:before{
content:"\F0C9"
}
.mdi-border-horizontal:before{
content:"\F0CA"
}
.mdi-border-inside:before{
content:"\F0CB"
}
.mdi-border-left:before{
content:"\F0CC"
}
.mdi-border-none:before{
content:"\F0CD"
}
.mdi-border-outside:before{
content:"\F0CE"
}
.mdi-border-right:before{
content:"\F0CF"
}
.mdi-border-style:before{
content:"\F0D0"
}
.mdi-border-top:before{
content:"\F0D1"
}
.mdi-border-vertical:before{
content:"\F0D2"
}
.mdi-bow-tie:before{
content:"\F677"
}
.mdi-bowl:before{
content:"\F617"
}
.mdi-bowling:before{
content:"\F0D3"
}
.mdi-box:before{
content:"\F0D4"
}
.mdi-box-cutter:before{
content:"\F0D5"
}
.mdi-box-shadow:before{
content:"\F637"
}
.mdi-bridge:before{
content:"\F618"
}
.mdi-briefcase:before{
content:"\F0D6"
}
.mdi-briefcase-check:before{
content:"\F0D7"
}
.mdi-briefcase-download:before{
content:"\F0D8"
}
.mdi-briefcase-upload:before{
content:"\F0D9"
}
.mdi-brightness-1:before{
content:"\F0DA"
}
.mdi-brightness-2:before{
content:"\F0DB"
}
.mdi-brightness-3:before{
content:"\F0DC"
}
.mdi-brightness-4:before{
content:"\F0DD"
}
.mdi-brightness-5:before{
content:"\F0DE"
}
.mdi-brightness-6:before{
content:"\F0DF"
}
.mdi-brightness-7:before{
content:"\F0E0"
}
.mdi-brightness-auto:before{
content:"\F0E1"
}
.mdi-broom:before{
content:"\F0E2"
}
.mdi-brush:before{
content:"\F0E3"
}
.mdi-buffer:before{
content:"\F619"
}
.mdi-bug:before{
content:"\F0E4"
}
.mdi-bulletin-board:before{
content:"\F0E5"
}
.mdi-bullhorn:before{
content:"\F0E6"
}
.mdi-bullseye:before{
content:"\F5DD"
}
.mdi-burst-mode:before{
content:"\F5DE"
}
.mdi-bus:before{
content:"\F0E7"
}
.mdi-cached:before{
content:"\F0E8"
}
.mdi-cake:before{
content:"\F0E9"
}
.mdi-cake-layered:before{
content:"\F0EA"
}
.mdi-cake-variant:before{
content:"\F0EB"
}
.mdi-calculator:before{
content:"\F0EC"
}
.mdi-calendar:before{
content:"\F0ED"
}
.mdi-calendar-blank:before{
content:"\F0EE"
}
.mdi-calendar-check:before{
content:"\F0EF"
}
.mdi-calendar-clock:before{
content:"\F0F0"
}
.mdi-calendar-multiple:before{
content:"\F0F1"
}
.mdi-calendar-multiple-check:before{
content:"\F0F2"
}
.mdi-calendar-plus:before{
content:"\F0F3"
}
.mdi-calendar-question:before{
content:"\F691"
}
.mdi-calendar-range:before{
content:"\F678"
}
.mdi-calendar-remove:before{
content:"\F0F4"
}
.mdi-calendar-text:before{
content:"\F0F5"
}
.mdi-calendar-today:before{
content:"\F0F6"
}
.mdi-call-made:before{
content:"\F0F7"
}
.mdi-call-merge:before{
content:"\F0F8"
}
.mdi-call-missed:before{
content:"\F0F9"
}
.mdi-call-received:before{
content:"\F0FA"
}
.mdi-call-split:before{
content:"\F0FB"
}
.mdi-camcorder:before{
content:"\F0FC"
}
.mdi-camcorder-box:before{
content:"\F0FD"
}
.mdi-camcorder-box-off:before{
content:"\F0FE"
}
.mdi-camcorder-off:before{
content:"\F0FF"
}
.mdi-camera:before{
content:"\F100"
}
.mdi-camera-burst:before{
content:"\F692"
}
.mdi-camera-enhance:before{
content:"\F101"
}
.mdi-camera-front:before{
content:"\F102"
}
.mdi-camera-front-variant:before{
content:"\F103"
}
.mdi-camera-iris:before{
content:"\F104"
}
.mdi-camera-off:before{
content:"\F5DF"
}
.mdi-camera-party-mode:before{
content:"\F105"
}
.mdi-camera-rear:before{
content:"\F106"
}
.mdi-camera-rear-variant:before{
content:"\F107"
}
.mdi-camera-switch:before{
content:"\F108"
}
.mdi-camera-timer:before{
content:"\F109"
}
.mdi-candle:before{
content:"\F5E2"
}
.mdi-candycane:before{
content:"\F10A"
}
.mdi-car:before{
content:"\F10B"
}
.mdi-car-battery:before{
content:"\F10C"
}
.mdi-car-connected:before{
content:"\F10D"
}
.mdi-car-wash:before{
content:"\F10E"
}
.mdi-cards:before{
content:"\F638"
}
.mdi-cards-outline:before{
content:"\F639"
}
.mdi-cards-playing-outline:before{
content:"\F63A"
}
.mdi-cards-variant:before{
content:"\F6C6"
}
.mdi-carrot:before{
content:"\F10F"
}
.mdi-cart:before{
content:"\F110"
}
.mdi-cart-off:before{
content:"\F66B"
}
.mdi-cart-outline:before{
content:"\F111"
}
.mdi-cart-plus:before{
content:"\F112"
}
.mdi-case-sensitive-alt:before{
content:"\F113"
}
.mdi-cash:before{
content:"\F114"
}
.mdi-cash-100:before{
content:"\F115"
}
.mdi-cash-multiple:before{
content:"\F116"
}
.mdi-cash-usd:before{
content:"\F117"
}
.mdi-cast:before{
content:"\F118"
}
.mdi-cast-connected:before{
content:"\F119"
}
.mdi-castle:before{
content:"\F11A"
}
.mdi-cat:before{
content:"\F11B"
}
.mdi-cellphone:before{
content:"\F11C"
}
.mdi-cellphone-andrAdminid:before{
content:"\F11D"
}
.mdi-cellphone-basic:before{
content:"\F11E"
}
.mdi-cellphone-dock:before{
content:"\F11F"
}
.mdi-cellphone-iphone:before{
content:"\F120"
}
.mdi-cellphone-link:before{
content:"\F121"
}
.mdi-cellphone-link-off:before{
content:"\F122"
}
.mdi-cellphone-settings:before{
content:"\F123"
}
.mdi-certificate:before{
content:"\F124"
}
.mdi-chair-school:before{
content:"\F125"
}
.mdi-chart-arc:before{
content:"\F126"
}
.mdi-chart-areaspline:before{
content:"\F127"
}
.mdi-chart-bar:before{
content:"\F128"
}
.mdi-chart-bubble:before{
content:"\F5E3"
}
.mdi-chart-gantt:before{
content:"\F66C"
}
.mdi-chart-histogram:before{
content:"\F129"
}
.mdi-chart-line:before{
content:"\F12A"
}
.mdi-chart-pie:before{
content:"\F12B"
}
.mdi-chart-scatterplot-hexbin:before{
content:"\F66D"
}
.mdi-chart-timeline:before{
content:"\F66E"
}
.mdi-check:before{
content:"\F12C"
}
.mdi-check-all:before{
content:"\F12D"
}
.mdi-check-circle:before{
content:"\F5E0"
}
.mdi-check-circle-outline:before{
content:"\F5E1"
}
.mdi-checkbox-blank:before{
content:"\F12E"
}
.mdi-checkbox-blank-circle:before{
content:"\F12F"
}
.mdi-checkbox-blank-circle-outline:before{
content:"\F130"
}
.mdi-checkbox-blank-outline:before{
content:"\F131"
}
.mdi-checkbox-marked:before{
content:"\F132"
}
.mdi-checkbox-marked-circle:before{
content:"\F133"
}
.mdi-checkbox-marked-circle-outline:before{
content:"\F134"
}
.mdi-checkbox-marked-outline:before{
content:"\F135"
}
.mdi-checkbox-multiple-blank:before{
content:"\F136"
}
.mdi-checkbox-multiple-blank-circle:before{
content:"\F63B"
}
.mdi-checkbox-multiple-blank-circle-outline:before{
content:"\F63C"
}
.mdi-checkbox-multiple-blank-outline:before{
content:"\F137"
}
.mdi-checkbox-multiple-marked:before{
content:"\F138"
}
.mdi-checkbox-multiple-marked-circle:before{
content:"\F63D"
}
.mdi-checkbox-multiple-marked-circle-outline:before{
content:"\F63E"
}
.mdi-checkbox-multiple-marked-outline:before{
content:"\F139"
}
.mdi-checkerboard:before{
content:"\F13A"
}
.mdi-chemical-weapon:before{
content:"\F13B"
}
.mdi-chevron-double-down:before{
content:"\F13C"
}
.mdi-chevron-double-left:before{
content:"\F13D"
}
.mdi-chevron-double-right:before{
content:"\F13E"
}
.mdi-chevron-double-up:before{
content:"\F13F"
}
.mdi-chevron-down:before{
content:"\F140"
}
.mdi-chevron-left:before{
content:"\F141"
}
.mdi-chevron-right:before{
content:"\F142"
}
.mdi-chevron-up:before{
content:"\F143"
}
.mdi-chip:before{
content:"\F61A"
}
.mdi-church:before{
content:"\F144"
}
.mdi-cisco-webex:before{
content:"\F145"
}
.mdi-city:before{
content:"\F146"
}
.mdi-clipboard:before{
content:"\F147"
}
.mdi-clipboard-account:before{
content:"\F148"
}
.mdi-clipboard-alert:before{
content:"\F149"
}
.mdi-clipboard-arrow-down:before{
content:"\F14A"
}
.mdi-clipboard-arrow-left:before{
content:"\F14B"
}
.mdi-clipboard-check:before{
content:"\F14C"
}
.mdi-clipboard-flow:before{
content:"\F6C7"
}
.mdi-clipboard-outline:before{
content:"\F14D"
}
.mdi-clipboard-text:before{
content:"\F14E"
}
.mdi-clippy:before{
content:"\F14F"
}
.mdi-clock:before{
content:"\F150"
}
.mdi-clock-alert:before{
content:"\F5CE"
}
.mdi-clock-end:before{
content:"\F151"
}
.mdi-clock-fast:before{
content:"\F152"
}
.mdi-clock-in:before{
content:"\F153"
}
.mdi-clock-out:before{
content:"\F154"
}
.mdi-clock-start:before{
content:"\F155"
}
.mdi-close:before{
content:"\F156"
}
.mdi-close-box:before{
content:"\F157"
}
.mdi-close-box-outline:before{
content:"\F158"
}
.mdi-close-circle:before{
content:"\F159"
}
.mdi-close-circle-outline:before{
content:"\F15A"
}
.mdi-close-network:before{
content:"\F15B"
}
.mdi-close-octagon:before{
content:"\F15C"
}
.mdi-close-octagon-outline:before{
content:"\F15D"
}
.mdi-close-outline:before{
content:"\F6C8"
}
.mdi-closed-caption:before{
content:"\F15E"
}
.mdi-cloud:before{
content:"\F15F"
}
.mdi-cloud-check:before{
content:"\F160"
}
.mdi-cloud-circle:before{
content:"\F161"
}
.mdi-cloud-download:before{
content:"\F162"
}
.mdi-cloud-outline:before{
content:"\F163"
}
.mdi-cloud-outline-off:before{
content:"\F164"
}
.mdi-cloud-print:before{
content:"\F165"
}
.mdi-cloud-print-outline:before{
content:"\F166"
}
.mdi-cloud-sync:before{
content:"\F63F"
}
.mdi-cloud-upload:before{
content:"\F167"
}
.mdi-code-array:before{
content:"\F168"
}
.mdi-code-braces:before{
content:"\F169"
}
.mdi-code-brackets:before{
content:"\F16A"
}
.mdi-code-equal:before{
content:"\F16B"
}
.mdi-code-greater-than:before{
content:"\F16C"
}
.mdi-code-greater-than-or-equal:before{
content:"\F16D"
}
.mdi-code-less-than:before{
content:"\F16E"
}
.mdi-code-less-than-or-equal:before{
content:"\F16F"
}
.mdi-code-not-equal:before{
content:"\F170"
}
.mdi-code-not-equal-variant:before{
content:"\F171"
}
.mdi-code-parentheses:before{
content:"\F172"
}
.mdi-code-string:before{
content:"\F173"
}
.mdi-code-tags:before{
content:"\F174"
}
.mdi-code-tags-check:before{
content:"\F693"
}
.mdi-codepen:before{
content:"\F175"
}
.mdi-coffee:before{
content:"\F176"
}
.mdi-coffee-outline:before{
content:"\F6C9"
}
.mdi-coffee-to-go:before{
content:"\F177"
}
.mdi-coin:before{
content:"\F178"
}
.mdi-coins:before{
content:"\F694"
}
.mdi-collage:before{
content:"\F640"
}
.mdi-color-helper:before{
content:"\F179"
}
.mdi-comment:before{
content:"\F17A"
}
.mdi-comment-account:before{
content:"\F17B"
}
.mdi-comment-account-outline:before{
content:"\F17C"
}
.mdi-comment-alert:before{
content:"\F17D"
}
.mdi-comment-alert-outline:before{
content:"\F17E"
}
.mdi-comment-check:before{
content:"\F17F"
}
.mdi-comment-check-outline:before{
content:"\F180"
}
.mdi-comment-multiple-outline:before{
content:"\F181"
}
.mdi-comment-outline:before{
content:"\F182"
}
.mdi-comment-plus-outline:before{
content:"\F183"
}
.mdi-comment-processing:before{
content:"\F184"
}
.mdi-comment-processing-outline:before{
content:"\F185"
}
.mdi-comment-question-outline:before{
content:"\F186"
}
.mdi-comment-remove-outline:before{
content:"\F187"
}
.mdi-comment-text:before{
content:"\F188"
}
.mdi-comment-text-outline:before{
content:"\F189"
}
.mdi-compare:before{
content:"\F18A"
}
.mdi-compass:before{
content:"\F18B"
}
.mdi-compass-outline:before{
content:"\F18C"
}
.mdi-console:before{
content:"\F18D"
}
.mdi-contact-mail:before{
content:"\F18E"
}
.mdi-contacts:before{
content:"\F6CA"
}
.mdi-content-copy:before{
content:"\F18F"
}
.mdi-content-cut:before{
content:"\F190"
}
.mdi-content-duplicate:before{
content:"\F191"
}
.mdi-content-paste:before{
content:"\F192"
}
.mdi-content-save:before{
content:"\F193"
}
.mdi-content-save-all:before{
content:"\F194"
}
.mdi-content-save-settings:before{
content:"\F61B"
}
.mdi-contrast:before{
content:"\F195"
}
.mdi-contrast-box:before{
content:"\F196"
}
.mdi-contrast-circle:before{
content:"\F197"
}
.mdi-cookie:before{
content:"\F198"
}
.mdi-copyright:before{
content:"\F5E6"
}
.mdi-counter:before{
content:"\F199"
}
.mdi-cow:before{
content:"\F19A"
}
.mdi-creation:before{
content:"\F1C9"
}
.mdi-credit-card:before{
content:"\F19B"
}
.mdi-credit-card-multiple:before{
content:"\F19C"
}
.mdi-credit-card-off:before{
content:"\F5E4"
}
.mdi-credit-card-plus:before{
content:"\F675"
}
.mdi-credit-card-scan:before{
content:"\F19D"
}
.mdi-crop:before{
content:"\F19E"
}
.mdi-crop-free:before{
content:"\F19F"
}
.mdi-crop-landscape:before{
content:"\F1A0"
}
.mdi-crop-portrait:before{
content:"\F1A1"
}
.mdi-crop-rotate:before{
content:"\F695"
}
.mdi-crop-square:before{
content:"\F1A2"
}
.mdi-crosshairs:before{
content:"\F1A3"
}
.mdi-crosshairs-gps:before{
content:"\F1A4"
}
.mdi-crown:before{
content:"\F1A5"
}
.mdi-cube:before{
content:"\F1A6"
}
.mdi-cube-outline:before{
content:"\F1A7"
}
.mdi-cube-send:before{
content:"\F1A8"
}
.mdi-cube-unfolded:before{
content:"\F1A9"
}
.mdi-cup:before{
content:"\F1AA"
}
.mdi-cup-off:before{
content:"\F5E5"
}
.mdi-cup-water:before{
content:"\F1AB"
}
.mdi-currency-btc:before{
content:"\F1AC"
}
.mdi-currency-eur:before{
content:"\F1AD"
}
.mdi-currency-gbp:before{
content:"\F1AE"
}
.mdi-currency-inr:before{
content:"\F1AF"
}
.mdi-currency-ngn:before{
content:"\F1B0"
}
.mdi-currency-rub:before{
content:"\F1B1"
}
.mdi-currency-try:before{
content:"\F1B2"
}
.mdi-currency-usd:before{
content:"\F1B3"
}
.mdi-currency-usd-off:before{
content:"\F679"
}
.mdi-cursor-default:before{
content:"\F1B4"
}
.mdi-cursor-default-outline:before{
content:"\F1B5"
}
.mdi-cursor-move:before{
content:"\F1B6"
}
.mdi-cursor-pointer:before{
content:"\F1B7"
}
.mdi-cursor-text:before{
content:"\F5E7"
}
.mdi-database:before{
content:"\F1B8"
}
.mdi-database-minus:before{
content:"\F1B9"
}
.mdi-database-plus:before{
content:"\F1BA"
}
.mdi-debug-step-into:before{
content:"\F1BB"
}
.mdi-debug-step-out:before{
content:"\F1BC"
}
.mdi-debug-step-over:before{
content:"\F1BD"
}
.mdi-decimal-decrease:before{
content:"\F1BE"
}
.mdi-decimal-increase:before{
content:"\F1BF"
}
.mdi-delete:before{
content:"\F1C0"
}
.mdi-delete-circle:before{
content:"\F682"
}
.mdi-delete-empty:before{
content:"\F6CB"
}
.mdi-delete-forever:before{
content:"\F5E8"
}
.mdi-delete-sweep:before{
content:"\F5E9"
}
.mdi-delete-variant:before{
content:"\F1C1"
}
.mdi-delta:before{
content:"\F1C2"
}
.mdi-deskphone:before{
content:"\F1C3"
}
.mdi-desktop-mac:before{
content:"\F1C4"
}
.mdi-desktop-tower:before{
content:"\F1C5"
}
.mdi-details:before{
content:"\F1C6"
}
.mdi-developer-board:before{
content:"\F696"
}
.mdi-deviantart:before{
content:"\F1C7"
}
.mdi-dialpad:before{
content:"\F61C"
}
.mdi-diamond:before{
content:"\F1C8"
}
.mdi-dice-1:before{
content:"\F1CA"
}
.mdi-dice-2:before{
content:"\F1CB"
}
.mdi-dice-3:before{
content:"\F1CC"
}
.mdi-dice-4:before{
content:"\F1CD"
}
.mdi-dice-5:before{
content:"\F1CE"
}
.mdi-dice-6:before{
content:"\F1CF"
}
.mdi-dice-d20:before{
content:"\F5EA"
}
.mdi-dice-d4:before{
content:"\F5EB"
}
.mdi-dice-d6:before{
content:"\F5EC"
}
.mdi-dice-d8:before{
content:"\F5ED"
}
.mdi-dictionary:before{
content:"\F61D"
}
.mdi-directions:before{
content:"\F1D0"
}
.mdi-directions-fork:before{
content:"\F641"
}
.mdi-discord:before{
content:"\F66F"
}
.mdi-disk:before{
content:"\F5EE"
}
.mdi-disk-alert:before{
content:"\F1D1"
}
.mdi-disqus:before{
content:"\F1D2"
}
.mdi-disqus-outline:before{
content:"\F1D3"
}
.mdi-division:before{
content:"\F1D4"
}
.mdi-division-box:before{
content:"\F1D5"
}
.mdi-dna:before{
content:"\F683"
}
.mdi-dns:before{
content:"\F1D6"
}
.mdi-do-not-disturb:before{
content:"\F697"
}
.mdi-do-not-disturb-off:before{
content:"\F698"
}
.mdi-dolby:before{
content:"\F6B2"
}
.mdi-domain:before{
content:"\F1D7"
}
.mdi-dots-horizontal:before{
content:"\F1D8"
}
.mdi-dots-vertical:before{
content:"\F1D9"
}
.mdi-douban:before{
content:"\F699"
}
.mdi-download:before{
content:"\F1DA"
}
.mdi-drag:before{
content:"\F1DB"
}
.mdi-drag-horizontal:before{
content:"\F1DC"
}
.mdi-drag-vertical:before{
content:"\F1DD"
}
.mdi-drawing:before{
content:"\F1DE"
}
.mdi-drawing-box:before{
content:"\F1DF"
}
.mdi-dribbble:before{
content:"\F1E0"
}
.mdi-dribbble-box:before{
content:"\F1E1"
}
.mdi-drone:before{
content:"\F1E2"
}
.mdi-dropbox:before{
content:"\F1E3"
}
.mdi-drupal:before{
content:"\F1E4"
}
.mdi-duck:before{
content:"\F1E5"
}
.mdi-dumbbell:before{
content:"\F1E6"
}
.mdi-earth:before{
content:"\F1E7"
}
.mdi-earth-box:before{
content:"\F6CC"
}
.mdi-earth-box-off:before{
content:"\F6CD"
}
.mdi-earth-off:before{
content:"\F1E8"
}
.mdi-edge:before{
content:"\F1E9"
}
.mdi-eject:before{
content:"\F1EA"
}
.mdi-elevation-decline:before{
content:"\F1EB"
}
.mdi-elevation-rise:before{
content:"\F1EC"
}
.mdi-elevator:before{
content:"\F1ED"
}
.mdi-email:before{
content:"\F1EE"
}
.mdi-email-alert:before{
content:"\F6CE"
}
.mdi-email-open:before{
content:"\F1EF"
}
.mdi-email-open-outline:before{
content:"\F5EF"
}
.mdi-email-outline:before{
content:"\F1F0"
}
.mdi-email-secure:before{
content:"\F1F1"
}
.mdi-email-variant:before{
content:"\F5F0"
}
.mdi-emby:before{
content:"\F6B3"
}
.mdi-emoticon:before{
content:"\F1F2"
}
.mdi-emoticon-cool:before{
content:"\F1F3"
}
.mdi-emoticon-dead:before{
content:"\F69A"
}
.mdi-emoticon-devil:before{
content:"\F1F4"
}
.mdi-emoticon-excited:before{
content:"\F69B"
}
.mdi-emoticon-happy:before{
content:"\F1F5"
}
.mdi-emoticon-neutral:before{
content:"\F1F6"
}
.mdi-emoticon-poop:before{
content:"\F1F7"
}
.mdi-emoticon-sad:before{
content:"\F1F8"
}
.mdi-emoticon-tongue:before{
content:"\F1F9"
}
.mdi-engine:before{
content:"\F1FA"
}
.mdi-engine-outline:before{
content:"\F1FB"
}
.mdi-equal:before{
content:"\F1FC"
}
.mdi-equal-box:before{
content:"\F1FD"
}
.mdi-eraser:before{
content:"\F1FE"
}
.mdi-eraser-variant:before{
content:"\F642"
}
.mdi-escalator:before{
content:"\F1FF"
}
.mdi-ethernet:before{
content:"\F200"
}
.mdi-ethernet-cable:before{
content:"\F201"
}
.mdi-ethernet-cable-off:before{
content:"\F202"
}
.mdi-etsy:before{
content:"\F203"
}
.mdi-ev-station:before{
content:"\F5F1"
}
.mdi-evernote:before{
content:"\F204"
}
.mdi-exclamation:before{
content:"\F205"
}
.mdi-exit-to-app:before{
content:"\F206"
}
.mdi-export:before{
content:"\F207"
}
.mdi-eye:before{
content:"\F208"
}
.mdi-eye-off:before{
content:"\F209"
}
.mdi-eye-outline:before{
content:"\F6CF"
}
.mdi-eye-outline-off:before{
content:"\F6D0"
}
.mdi-eyedropper:before{
content:"\F20A"
}
.mdi-eyedropper-variant:before{
content:"\F20B"
}
.mdi-face:before{
content:"\F643"
}
.mdi-face-profile:before{
content:"\F644"
}
.mdi-facebook:before{
content:"\F20C"
}
.mdi-facebook-box:before{
content:"\F20D"
}
.mdi-facebook-messenger:before{
content:"\F20E"
}
.mdi-factory:before{
content:"\F20F"
}
.mdi-fan:before{
content:"\F210"
}
.mdi-fast-forward:before{
content:"\F211"
}
.mdi-fast-forward-outline:before{
content:"\F6D1"
}
.mdi-fax:before{
content:"\F212"
}
.mdi-feather:before{
content:"\F6D2"
}
.mdi-ferry:before{
content:"\F213"
}
.mdi-file:before{
content:"\F214"
}
.mdi-file-chart:before{
content:"\F215"
}
.mdi-file-check:before{
content:"\F216"
}
.mdi-file-cloud:before{
content:"\F217"
}
.mdi-file-delimited:before{
content:"\F218"
}
.mdi-file-document:before{
content:"\F219"
}
.mdi-file-document-box:before{
content:"\F21A"
}
.mdi-file-excel:before{
content:"\F21B"
}
.mdi-file-excel-box:before{
content:"\F21C"
}
.mdi-file-export:before{
content:"\F21D"
}
.mdi-file-find:before{
content:"\F21E"
}
.mdi-file-hidden:before{
content:"\F613"
}
.mdi-file-image:before{
content:"\F21F"
}
.mdi-file-import:before{
content:"\F220"
}
.mdi-file-lock:before{
content:"\F221"
}
.mdi-file-multiple:before{
content:"\F222"
}
.mdi-file-music:before{
content:"\F223"
}
.mdi-file-outline:before{
content:"\F224"
}
.mdi-file-pdf:before{
content:"\F225"
}
.mdi-file-pdf-box:before{
content:"\F226"
}
.mdi-file-powerpoint:before{
content:"\F227"
}
.mdi-file-powerpoint-box:before{
content:"\F228"
}
.mdi-file-presentation-box:before{
content:"\F229"
}
.mdi-file-restore:before{
content:"\F670"
}
.mdi-file-send:before{
content:"\F22A"
}
.mdi-file-tree:before{
content:"\F645"
}
.mdi-file-video:before{
content:"\F22B"
}
.mdi-file-word:before{
content:"\F22C"
}
.mdi-file-word-box:before{
content:"\F22D"
}
.mdi-file-xml:before{
content:"\F22E"
}
.mdi-film:before{
content:"\F22F"
}
.mdi-filmstrip:before{
content:"\F230"
}
.mdi-filmstrip-off:before{
content:"\F231"
}
.mdi-filter:before{
content:"\F232"
}
.mdi-filter-outline:before{
content:"\F233"
}
.mdi-filter-remove:before{
content:"\F234"
}
.mdi-filter-remove-outline:before{
content:"\F235"
}
.mdi-filter-variant:before{
content:"\F236"
}
.mdi-find-replace:before{
content:"\F6D3"
}
.mdi-fingerprint:before{
content:"\F237"
}
.mdi-fire:before{
content:"\F238"
}
.mdi-firefox:before{
content:"\F239"
}
.mdi-fish:before{
content:"\F23A"
}
.mdi-flag:before{
content:"\F23B"
}
.mdi-flag-checkered:before{
content:"\F23C"
}
.mdi-flag-outline:before{
content:"\F23D"
}
.mdi-flag-outline-variant:before{
content:"\F23E"
}
.mdi-flag-triangle:before{
content:"\F23F"
}
.mdi-flag-variant:before{
content:"\F240"
}
.mdi-flash:before{
content:"\F241"
}
.mdi-flash-auto:before{
content:"\F242"
}
.mdi-flash-off:before{
content:"\F243"
}
.mdi-flash-outline:before{
content:"\F6D4"
}
.mdi-flash-red-eye:before{
content:"\F67A"
}
.mdi-flashlight:before{
content:"\F244"
}
.mdi-flashlight-off:before{
content:"\F245"
}
.mdi-flask:before{
content:"\F093"
}
.mdi-flask-empty:before{
content:"\F094"
}
.mdi-flask-empty-outline:before{
content:"\F095"
}
.mdi-flask-outline:before{
content:"\F096"
}
.mdi-flattr:before{
content:"\F246"
}
.mdi-flip-to-back:before{
content:"\F247"
}
.mdi-flip-to-front:before{
content:"\F248"
}
.mdi-floppy:before{
content:"\F249"
}
.mdi-flower:before{
content:"\F24A"
}
.mdi-folder:before{
content:"\F24B"
}
.mdi-folder-account:before{
content:"\F24C"
}
.mdi-folder-download:before{
content:"\F24D"
}
.mdi-folder-google-drive:before{
content:"\F24E"
}
.mdi-folder-image:before{
content:"\F24F"
}
.mdi-folder-lock:before{
content:"\F250"
}
.mdi-folder-lock-open:before{
content:"\F251"
}
.mdi-folder-move:before{
content:"\F252"
}
.mdi-folder-multiple:before{
content:"\F253"
}
.mdi-folder-multiple-image:before{
content:"\F254"
}
.mdi-folder-multiple-outline:before{
content:"\F255"
}
.mdi-folder-outline:before{
content:"\F256"
}
.mdi-folder-plus:before{
content:"\F257"
}
.mdi-folder-remove:before{
content:"\F258"
}
.mdi-folder-star:before{
content:"\F69C"
}
.mdi-folder-upload:before{
content:"\F259"
}
.mdi-font-awesome:before{
content:"\F03A"
}
.mdi-food:before{
content:"\F25A"
}
.mdi-food-apple:before{
content:"\F25B"
}
.mdi-food-fork-drink:before{
content:"\F5F2"
}
.mdi-food-off:before{
content:"\F5F3"
}
.mdi-food-variant:before{
content:"\F25C"
}
.mdi-football:before{
content:"\F25D"
}
.mdi-football-australian:before{
content:"\F25E"
}
.mdi-football-helmet:before{
content:"\F25F"
}
.mdi-format-align-center:before{
content:"\F260"
}
.mdi-format-align-justify:before{
content:"\F261"
}
.mdi-format-align-left:before{
content:"\F262"
}
.mdi-format-align-right:before{
content:"\F263"
}
.mdi-format-annotation-plus:before{
content:"\F646"
}
.mdi-format-bold:before{
content:"\F264"
}
.mdi-format-clear:before{
content:"\F265"
}
.mdi-format-color-fill:before{
content:"\F266"
}
.mdi-format-color-text:before{
content:"\F69D"
}
.mdi-format-float-center:before{
content:"\F267"
}
.mdi-format-float-left:before{
content:"\F268"
}
.mdi-format-float-none:before{
content:"\F269"
}
.mdi-format-float-right:before{
content:"\F26A"
}
.mdi-format-font:before{
content:"\F6D5"
}
.mdi-format-header-1:before{
content:"\F26B"
}
.mdi-format-header-2:before{
content:"\F26C"
}
.mdi-format-header-3:before{
content:"\F26D"
}
.mdi-format-header-4:before{
content:"\F26E"
}
.mdi-format-header-5:before{
content:"\F26F"
}
.mdi-format-header-6:before{
content:"\F270"
}
.mdi-format-header-decrease:before{
content:"\F271"
}
.mdi-format-header-equal:before{
content:"\F272"
}
.mdi-format-header-increase:before{
content:"\F273"
}
.mdi-format-header-pound:before{
content:"\F274"
}
.mdi-format-horizontal-align-center:before{
content:"\F61E"
}
.mdi-format-horizontal-align-left:before{
content:"\F61F"
}
.mdi-format-horizontal-align-right:before{
content:"\F620"
}
.mdi-format-indent-decrease:before{
content:"\F275"
}
.mdi-format-indent-increase:before{
content:"\F276"
}
.mdi-format-italic:before{
content:"\F277"
}
.mdi-format-line-spacing:before{
content:"\F278"
}
.mdi-format-line-style:before{
content:"\F5C8"
}
.mdi-format-line-weight:before{
content:"\F5C9"
}
.mdi-format-list-bulleted:before{
content:"\F279"
}
.mdi-format-list-bulleted-type:before{
content:"\F27A"
}
.mdi-format-list-numbers:before{
content:"\F27B"
}
.mdi-format-page-break:before{
content:"\F6D6"
}
.mdi-format-paint:before{
content:"\F27C"
}
.mdi-format-paragraph:before{
content:"\F27D"
}
.mdi-format-pilcrow:before{
content:"\F6D7"
}
.mdi-format-quote:before{
content:"\F27E"
}
.mdi-format-rotate-90:before{
content:"\F6A9"
}
.mdi-format-section:before{
content:"\F69E"
}
.mdi-format-size:before{
content:"\F27F"
}
.mdi-format-strikethrough:before{
content:"\F280"
}
.mdi-format-strikethrough-variant:before{
content:"\F281"
}
.mdi-format-subscript:before{
content:"\F282"
}
.mdi-format-superscript:before{
content:"\F283"
}
.mdi-format-text:before{
content:"\F284"
}
.mdi-format-textdirection-l-to-r:before{
content:"\F285"
}
.mdi-format-textdirection-r-to-l:before{
content:"\F286"
}
.mdi-format-title:before{
content:"\F5F4"
}
.mdi-format-underline:before{
content:"\F287"
}
.mdi-format-vertical-align-bottom:before{
content:"\F621"
}
.mdi-format-vertical-align-center:before{
content:"\F622"
}
.mdi-format-vertical-align-top:before{
content:"\F623"
}
.mdi-format-wrap-inline:before{
content:"\F288"
}
.mdi-format-wrap-square:before{
content:"\F289"
}
.mdi-format-wrap-tight:before{
content:"\F28A"
}
.mdi-format-wrap-top-bottom:before{
content:"\F28B"
}
.mdi-forum:before{
content:"\F28C"
}
.mdi-forward:before{
content:"\F28D"
}
.mdi-foursquare:before{
content:"\F28E"
}
.mdi-fridge:before{
content:"\F28F"
}
.mdi-fridge-filled:before{
content:"\F290"
}
.mdi-fridge-filled-bottom:before{
content:"\F291"
}
.mdi-fridge-filled-top:before{
content:"\F292"
}
.mdi-fullscreen:before{
content:"\F293"
}
.mdi-fullscreen-exit:before{
content:"\F294"
}
.mdi-function:before{
content:"\F295"
}
.mdi-gamepad:before{
content:"\F296"
}
.mdi-gamepad-variant:before{
content:"\F297"
}
.mdi-garage:before{
content:"\F6D8"
}
.mdi-garage-open:before{
content:"\F6D9"
}
.mdi-gas-cylinder:before{
content:"\F647"
}
.mdi-gas-station:before{
content:"\F298"
}
.mdi-gate:before{
content:"\F299"
}
.mdi-gauge:before{
content:"\F29A"
}
.mdi-gavel:before{
content:"\F29B"
}
.mdi-gender-female:before{
content:"\F29C"
}
.mdi-gender-male:before{
content:"\F29D"
}
.mdi-gender-male-female:before{
content:"\F29E"
}
.mdi-gender-transgender:before{
content:"\F29F"
}
.mdi-ghost:before{
content:"\F2A0"
}
.mdi-gift:before{
content:"\F2A1"
}
.mdi-git:before{
content:"\F2A2"
}
.mdi-github-box:before{
content:"\F2A3"
}
.mdi-github-circle:before{
content:"\F2A4"
}
.mdi-github-face:before{
content:"\F6DA"
}
.mdi-glass-flute:before{
content:"\F2A5"
}
.mdi-glass-mug:before{
content:"\F2A6"
}
.mdi-glass-stange:before{
content:"\F2A7"
}
.mdi-glass-tulip:before{
content:"\F2A8"
}
.mdi-glassdoor:before{
content:"\F2A9"
}
.mdi-glasses:before{
content:"\F2AA"
}
.mdi-gmail:before{
content:"\F2AB"
}
.mdi-gnome:before{
content:"\F2AC"
}
.mdi-gondola:before{
content:"\F685"
}
.mdi-google:before{
content:"\F2AD"
}
.mdi-google-cardboard:before{
content:"\F2AE"
}
.mdi-google-chrome:before{
content:"\F2AF"
}
.mdi-google-circles:before{
content:"\F2B0"
}
.mdi-google-circles-communities:before{
content:"\F2B1"
}
.mdi-google-circles-extended:before{
content:"\F2B2"
}
.mdi-google-circles-group:before{
content:"\F2B3"
}
.mdi-google-controller:before{
content:"\F2B4"
}
.mdi-google-controller-off:before{
content:"\F2B5"
}
.mdi-google-drive:before{
content:"\F2B6"
}
.mdi-google-earth:before{
content:"\F2B7"
}
.mdi-google-glass:before{
content:"\F2B8"
}
.mdi-google-keep:before{
content:"\F6DB"
}
.mdi-google-maps:before{
content:"\F5F5"
}
.mdi-google-nearby:before{
content:"\F2B9"
}
.mdi-google-pages:before{
content:"\F2BA"
}
.mdi-google-photos:before{
content:"\F6DC"
}
.mdi-google-physical-web:before{
content:"\F2BB"
}
.mdi-google-play:before{
content:"\F2BC"
}
.mdi-google-plus:before{
content:"\F2BD"
}
.mdi-google-plus-box:before{
content:"\F2BE"
}
.mdi-google-translate:before{
content:"\F2BF"
}
.mdi-google-wallet:before{
content:"\F2C0"
}
.mdi-gradient:before{
content:"\F69F"
}
.mdi-grease-pencil:before{
content:"\F648"
}
.mdi-grid:before{
content:"\F2C1"
}
.mdi-grid-off:before{
content:"\F2C2"
}
.mdi-group:before{
content:"\F2C3"
}
.mdi-guitar-electric:before{
content:"\F2C4"
}
.mdi-guitar-pick:before{
content:"\F2C5"
}
.mdi-guitar-pick-outline:before{
content:"\F2C6"
}
.mdi-hackernews:before{
content:"\F624"
}
.mdi-hamburger:before{
content:"\F684"
}
.mdi-hand-pointing-right:before{
content:"\F2C7"
}
.mdi-hanger:before{
content:"\F2C8"
}
.mdi-hangouts:before{
content:"\F2C9"
}
.mdi-harddisk:before{
content:"\F2CA"
}
.mdi-headphones:before{
content:"\F2CB"
}
.mdi-headphones-box:before{
content:"\F2CC"
}
.mdi-headphones-settings:before{
content:"\F2CD"
}
.mdi-headset:before{
content:"\F2CE"
}
.mdi-headset-dock:before{
content:"\F2CF"
}
.mdi-headset-off:before{
content:"\F2D0"
}
.mdi-heart:before{
content:"\F2D1"
}
.mdi-heart-box:before{
content:"\F2D2"
}
.mdi-heart-box-outline:before{
content:"\F2D3"
}
.mdi-heart-broken:before{
content:"\F2D4"
}
.mdi-heart-half-outline:before{
content:"\F6DD"
}
.mdi-heart-half-part:before{
content:"\F6DE"
}
.mdi-heart-half-part-outline:before{
content:"\F6DF"
}
.mdi-heart-outline:before{
content:"\F2D5"
}
.mdi-heart-pulse:before{
content:"\F5F6"
}
.mdi-help:before{
content:"\F2D6"
}
.mdi-help-circle:before{
content:"\F2D7"
}
.mdi-help-circle-outline:before{
content:"\F625"
}
.mdi-hexagon:before{
content:"\F2D8"
}
.mdi-hexagon-multiple:before{
content:"\F6E0"
}
.mdi-hexagon-outline:before{
content:"\F2D9"
}
.mdi-highway:before{
content:"\F5F7"
}
.mdi-history:before{
content:"\F2DA"
}
.mdi-hololens:before{
content:"\F2DB"
}
.mdi-home:before{
content:"\F2DC"
}
.mdi-home-map-marker:before{
content:"\F5F8"
}
.mdi-home-modern:before{
content:"\F2DD"
}
.mdi-home-outline:before{
content:"\F6A0"
}
.mdi-home-variant:before{
content:"\F2DE"
}
.mdi-hook:before{
content:"\F6E1"
}
.mdi-hook-off:before{
content:"\F6E2"
}
.mdi-hops:before{
content:"\F2DF"
}
.mdi-hospital:before{
content:"\F2E0"
}
.mdi-hospital-building:before{
content:"\F2E1"
}
.mdi-hospital-marker:before{
content:"\F2E2"
}
.mdi-hotel:before{
content:"\F2E3"
}
.mdi-houzz:before{
content:"\F2E4"
}
.mdi-houzz-box:before{
content:"\F2E5"
}
.mdi-human:before{
content:"\F2E6"
}
.mdi-human-child:before{
content:"\F2E7"
}
.mdi-human-female:before{
content:"\F649"
}
.mdi-human-greeting:before{
content:"\F64A"
}
.mdi-human-handsdown:before{
content:"\F64B"
}
.mdi-human-handsup:before{
content:"\F64C"
}
.mdi-human-male:before{
content:"\F64D"
}
.mdi-human-male-female:before{
content:"\F2E8"
}
.mdi-human-pregnant:before{
content:"\F5CF"
}
.mdi-image:before{
content:"\F2E9"
}
.mdi-image-album:before{
content:"\F2EA"
}
.mdi-image-area:before{
content:"\F2EB"
}
.mdi-image-area-close:before{
content:"\F2EC"
}
.mdi-image-broken:before{
content:"\F2ED"
}
.mdi-image-broken-variant:before{
content:"\F2EE"
}
.mdi-image-filter:before{
content:"\F2EF"
}
.mdi-image-filter-black-white:before{
content:"\F2F0"
}
.mdi-image-filter-center-focus:before{
content:"\F2F1"
}
.mdi-image-filter-center-focus-weak:before{
content:"\F2F2"
}
.mdi-image-filter-drama:before{
content:"\F2F3"
}
.mdi-image-filter-frames:before{
content:"\F2F4"
}
.mdi-image-filter-hdr:before{
content:"\F2F5"
}
.mdi-image-filter-none:before{
content:"\F2F6"
}
.mdi-image-filter-tilt-shift:before{
content:"\F2F7"
}
.mdi-image-filter-vintage:before{
content:"\F2F8"
}
.mdi-image-multiple:before{
content:"\F2F9"
}
.mdi-import:before{
content:"\F2FA"
}
.mdi-inbox:before{
content:"\F686"
}
.mdi-inbox-arrow-down:before{
content:"\F2FB"
}
.mdi-inbox-arrow-up:before{
content:"\F3D1"
}
.mdi-incognito:before{
content:"\F5F9"
}
.mdi-infinity:before{
content:"\F6E3"
}
.mdi-information:before{
content:"\F2FC"
}
.mdi-information-outline:before{
content:"\F2FD"
}
.mdi-information-variant:before{
content:"\F64E"
}
.mdi-instagram:before{
content:"\F2FE"
}
.mdi-instapaper:before{
content:"\F2FF"
}
.mdi-internet-explorer:before{
content:"\F300"
}
.mdi-invert-colors:before{
content:"\F301"
}
.mdi-itunes:before{
content:"\F676"
}
.mdi-jeepney:before{
content:"\F302"
}
.mdi-jira:before{
content:"\F303"
}
.mdi-jsfiddle:before{
content:"\F304"
}
.mdi-json:before{
content:"\F626"
}
.mdi-keg:before{
content:"\F305"
}
.mdi-kettle:before{
content:"\F5FA"
}
.mdi-key:before{
content:"\F306"
}
.mdi-key-change:before{
content:"\F307"
}
.mdi-key-minus:before{
content:"\F308"
}
.mdi-key-plus:before{
content:"\F309"
}
.mdi-key-remove:before{
content:"\F30A"
}
.mdi-key-variant:before{
content:"\F30B"
}
.mdi-keyboard:before{
content:"\F30C"
}
.mdi-keyboard-backspace:before{
content:"\F30D"
}
.mdi-keyboard-caps:before{
content:"\F30E"
}
.mdi-keyboard-close:before{
content:"\F30F"
}
.mdi-keyboard-off:before{
content:"\F310"
}
.mdi-keyboard-return:before{
content:"\F311"
}
.mdi-keyboard-tab:before{
content:"\F312"
}
.mdi-keyboard-variant:before{
content:"\F313"
}
.mdi-kodi:before{
content:"\F314"
}
.mdi-label:before{
content:"\F315"
}
.mdi-label-outline:before{
content:"\F316"
}
.mdi-lambda:before{
content:"\F627"
}
.mdi-lamp:before{
content:"\F6B4"
}
.mdi-lan:before{
content:"\F317"
}
.mdi-lan-connect:before{
content:"\F318"
}
.mdi-lan-disconnect:before{
content:"\F319"
}
.mdi-lan-pending:before{
content:"\F31A"
}
.mdi-language-c:before{
content:"\F671"
}
.mdi-language-cpp:before{
content:"\F672"
}
.mdi-language-csharp:before{
content:"\F31B"
}
.mdi-language-css3:before{
content:"\F31C"
}
.mdi-language-html5:before{
content:"\F31D"
}
.mdi-language-javascript:before{
content:"\F31E"
}
.mdi-language-php:before{
content:"\F31F"
}
.mdi-language-python:before{
content:"\F320"
}
.mdi-language-python-text:before{
content:"\F321"
}
.mdi-language-swift:before{
content:"\F6E4"
}
.mdi-language-typescript:before{
content:"\F6E5"
}
.mdi-laptop:before{
content:"\F322"
}
.mdi-laptop-chromebook:before{
content:"\F323"
}
.mdi-laptop-mac:before{
content:"\F324"
}
.mdi-laptop-off:before{
content:"\F6E6"
}
.mdi-laptop-windows:before{
content:"\F325"
}
.mdi-lastfm:before{
content:"\F326"
}
.mdi-launch:before{
content:"\F327"
}
.mdi-layers:before{
content:"\F328"
}
.mdi-layers-off:before{
content:"\F329"
}
.mdi-lead-pencil:before{
content:"\F64F"
}
.mdi-leaf:before{
content:"\F32A"
}
.mdi-led-off:before{
content:"\F32B"
}
.mdi-led-on:before{
content:"\F32C"
}
.mdi-led-outline:before{
content:"\F32D"
}
.mdi-led-variant-off:before{
content:"\F32E"
}
.mdi-led-variant-on:before{
content:"\F32F"
}
.mdi-led-variant-outline:before{
content:"\F330"
}
.mdi-library:before{
content:"\F331"
}
.mdi-library-books:before{
content:"\F332"
}
.mdi-library-music:before{
content:"\F333"
}
.mdi-library-plus:before{
content:"\F334"
}
.mdi-lightbulb:before{
content:"\F335"
}
.mdi-lightbulb-on:before{
content:"\F6E7"
}
.mdi-lightbulb-on-outline:before{
content:"\F6E8"
}
.mdi-lightbulb-outline:before{
content:"\F336"
}
.mdi-link:before{
content:"\F337"
}
.mdi-link-off:before{
content:"\F338"
}
.mdi-link-variant:before{
content:"\F339"
}
.mdi-link-variant-off:before{
content:"\F33A"
}
.mdi-linkedin:before{
content:"\F33B"
}
.mdi-linkedin-box:before{
content:"\F33C"
}
.mdi-linux:before{
content:"\F33D"
}
.mdi-lock:before{
content:"\F33E"
}
.mdi-lock-open:before{
content:"\F33F"
}
.mdi-lock-open-outline:before{
content:"\F340"
}
.mdi-lock-outline:before{
content:"\F341"
}
.mdi-lock-pattern:before{
content:"\F6E9"
}
.mdi-lock-plus:before{
content:"\F5FB"
}
.mdi-login:before{
content:"\F342"
}
.mdi-login-variant:before{
content:"\F5FC"
}
.mdi-logout:before{
content:"\F343"
}
.mdi-logout-variant:before{
content:"\F5FD"
}
.mdi-looks:before{
content:"\F344"
}
.mdi-loop:before{
content:"\F6EA"
}
.mdi-loupe:before{
content:"\F345"
}
.mdi-lumx:before{
content:"\F346"
}
.mdi-magnet:before{
content:"\F347"
}
.mdi-magnet-on:before{
content:"\F348"
}
.mdi-magnify:before{
content:"\F349"
}
.mdi-magnify-minus:before{
content:"\F34A"
}
.mdi-magnify-minus-outline:before{
content:"\F6EB"
}
.mdi-magnify-plus:before{
content:"\F34B"
}
.mdi-magnify-plus-outline:before{
content:"\F6EC"
}
.mdi-mail-ru:before{
content:"\F34C"
}
.mdi-mailbox:before{
content:"\F6ED"
}
.mdi-map:before{
content:"\F34D"
}
.mdi-map-marker:before{
content:"\F34E"
}
.mdi-map-marker-circle:before{
content:"\F34F"
}
.mdi-map-marker-minus:before{
content:"\F650"
}
.mdi-map-marker-multiple:before{
content:"\F350"
}
.mdi-map-marker-off:before{
content:"\F351"
}
.mdi-map-marker-plus:before{
content:"\F651"
}
.mdi-map-marker-radius:before{
content:"\F352"
}
.mdi-margin:before{
content:"\F353"
}
.mdi-markdown:before{
content:"\F354"
}
.mdi-marker:before{
content:"\F652"
}
.mdi-marker-check:before{
content:"\F355"
}
.mdi-martini:before{
content:"\F356"
}
.mdi-material-ui:before{
content:"\F357"
}
.mdi-math-compass:before{
content:"\F358"
}
.mdi-matrix:before{
content:"\F628"
}
.mdi-maxcdn:before{
content:"\F359"
}
.mdi-medical-bag:before{
content:"\F6EE"
}
.mdi-medium:before{
content:"\F35A"
}
.mdi-memory:before{
content:"\F35B"
}
.mdi-menu:before{
content:"\F35C"
}
.mdi-menu-down:before{
content:"\F35D"
}
.mdi-menu-down-outline:before{
content:"\F6B5"
}
.mdi-menu-left:before{
content:"\F35E"
}
.mdi-menu-right:before{
content:"\F35F"
}
.mdi-menu-up:before{
content:"\F360"
}
.mdi-menu-up-outline:before{
content:"\F6B6"
}
.mdi-message:before{
content:"\F361"
}
.mdi-message-alert:before{
content:"\F362"
}
.mdi-message-bulleted:before{
content:"\F6A1"
}
.mdi-message-bulleted-off:before{
content:"\F6A2"
}
.mdi-message-draw:before{
content:"\F363"
}
.mdi-message-image:before{
content:"\F364"
}
.mdi-message-outline:before{
content:"\F365"
}
.mdi-message-plus:before{
content:"\F653"
}
.mdi-message-processing:before{
content:"\F366"
}
.mdi-message-reply:before{
content:"\F367"
}
.mdi-message-reply-text:before{
content:"\F368"
}
.mdi-message-settings:before{
content:"\F6EF"
}
.mdi-message-settings-variant:before{
content:"\F6F0"
}
.mdi-message-text:before{
content:"\F369"
}
.mdi-message-text-outline:before{
content:"\F36A"
}
.mdi-message-video:before{
content:"\F36B"
}
.mdi-meteor:before{
content:"\F629"
}
.mdi-microphone:before{
content:"\F36C"
}
.mdi-microphone-off:before{
content:"\F36D"
}
.mdi-microphone-outline:before{
content:"\F36E"
}
.mdi-microphone-settings:before{
content:"\F36F"
}
.mdi-microphone-variant:before{
content:"\F370"
}
.mdi-microphone-variant-off:before{
content:"\F371"
}
.mdi-microscope:before{
content:"\F654"
}
.mdi-microsoft:before{
content:"\F372"
}
.mdi-minecraft:before{
content:"\F373"
}
.mdi-minus:before{
content:"\F374"
}
.mdi-minus-box:before{
content:"\F375"
}
.mdi-minus-box-outline:before{
content:"\F6F1"
}
.mdi-minus-circle:before{
content:"\F376"
}
.mdi-minus-circle-outline:before{
content:"\F377"
}
.mdi-minus-network:before{
content:"\F378"
}
.mdi-mixcloud:before{
content:"\F62A"
}
.mdi-monitor:before{
content:"\F379"
}
.mdi-monitor-multiple:before{
content:"\F37A"
}
.mdi-more:before{
content:"\F37B"
}
.mdi-motorbike:before{
content:"\F37C"
}
.mdi-mouse:before{
content:"\F37D"
}
.mdi-mouse-off:before{
content:"\F37E"
}
.mdi-mouse-variant:before{
content:"\F37F"
}
.mdi-mouse-variant-off:before{
content:"\F380"
}
.mdi-move-resize:before{
content:"\F655"
}
.mdi-move-resize-variant:before{
content:"\F656"
}
.mdi-movie:before{
content:"\F381"
}
.mdi-multiplication:before{
content:"\F382"
}
.mdi-multiplication-box:before{
content:"\F383"
}
.mdi-music-box:before{
content:"\F384"
}
.mdi-music-box-outline:before{
content:"\F385"
}
.mdi-music-circle:before{
content:"\F386"
}
.mdi-music-note:before{
content:"\F387"
}
.mdi-music-note-bluetooth:before{
content:"\F5FE"
}
.mdi-music-note-bluetooth-off:before{
content:"\F5FF"
}
.mdi-music-note-eighth:before{
content:"\F388"
}
.mdi-music-note-half:before{
content:"\F389"
}
.mdi-music-note-off:before{
content:"\F38A"
}
.mdi-music-note-quarter:before{
content:"\F38B"
}
.mdi-music-note-sixteenth:before{
content:"\F38C"
}
.mdi-music-note-whole:before{
content:"\F38D"
}
.mdi-nature:before{
content:"\F38E"
}
.mdi-nature-people:before{
content:"\F38F"
}
.mdi-navigation:before{
content:"\F390"
}
.mdi-near-me:before{
content:"\F5CD"
}
.mdi-needle:before{
content:"\F391"
}
.mdi-nest-protect:before{
content:"\F392"
}
.mdi-nest-thermostat:before{
content:"\F393"
}
.mdi-network:before{
content:"\F6F2"
}
.mdi-network-download:before{
content:"\F6F3"
}
.mdi-network-question:before{
content:"\F6F4"
}
.mdi-network-upload:before{
content:"\F6F5"
}
.mdi-new-box:before{
content:"\F394"
}
.mdi-newspaper:before{
content:"\F395"
}
.mdi-nfc:before{
content:"\F396"
}
.mdi-nfc-tap:before{
content:"\F397"
}
.mdi-nfc-variant:before{
content:"\F398"
}
.mdi-nodejs:before{
content:"\F399"
}
.mdi-note:before{
content:"\F39A"
}
.mdi-note-multiple:before{
content:"\F6B7"
}
.mdi-note-multiple-outline:before{
content:"\F6B8"
}
.mdi-note-outline:before{
content:"\F39B"
}
.mdi-note-plus:before{
content:"\F39C"
}
.mdi-note-plus-outline:before{
content:"\F39D"
}
.mdi-note-text:before{
content:"\F39E"
}
.mdi-notification-clear-all:before{
content:"\F39F"
}
.mdi-npm:before{
content:"\F6F6"
}
.mdi-nuke:before{
content:"\F6A3"
}
.mdi-numeric:before{
content:"\F3A0"
}
.mdi-numeric-0-box:before{
content:"\F3A1"
}
.mdi-numeric-0-box-multiple-outline:before{
content:"\F3A2"
}
.mdi-numeric-0-box-outline:before{
content:"\F3A3"
}
.mdi-numeric-1-box:before{
content:"\F3A4"
}
.mdi-numeric-1-box-multiple-outline:before{
content:"\F3A5"
}
.mdi-numeric-1-box-outline:before{
content:"\F3A6"
}
.mdi-numeric-2-box:before{
content:"\F3A7"
}
.mdi-numeric-2-box-multiple-outline:before{
content:"\F3A8"
}
.mdi-numeric-2-box-outline:before{
content:"\F3A9"
}
.mdi-numeric-3-box:before{
content:"\F3AA"
}
.mdi-numeric-3-box-multiple-outline:before{
content:"\F3AB"
}
.mdi-numeric-3-box-outline:before{
content:"\F3AC"
}
.mdi-numeric-4-box:before{
content:"\F3AD"
}
.mdi-numeric-4-box-multiple-outline:before{
content:"\F3AE"
}
.mdi-numeric-4-box-outline:before{
content:"\F3AF"
}
.mdi-numeric-5-box:before{
content:"\F3B0"
}
.mdi-numeric-5-box-multiple-outline:before{
content:"\F3B1"
}
.mdi-numeric-5-box-outline:before{
content:"\F3B2"
}
.mdi-numeric-6-box:before{
content:"\F3B3"
}
.mdi-numeric-6-box-multiple-outline:before{
content:"\F3B4"
}
.mdi-numeric-6-box-outline:before{
content:"\F3B5"
}
.mdi-numeric-7-box:before{
content:"\F3B6"
}
.mdi-numeric-7-box-multiple-outline:before{
content:"\F3B7"
}
.mdi-numeric-7-box-outline:before{
content:"\F3B8"
}
.mdi-numeric-8-box:before{
content:"\F3B9"
}
.mdi-numeric-8-box-multiple-outline:before{
content:"\F3BA"
}
.mdi-numeric-8-box-outline:before{
content:"\F3BB"
}
.mdi-numeric-9-box:before{
content:"\F3BC"
}
.mdi-numeric-9-box-multiple-outline:before{
content:"\F3BD"
}
.mdi-numeric-9-box-outline:before{
content:"\F3BE"
}
.mdi-numeric-9-plus-box:before{
content:"\F3BF"
}
.mdi-numeric-9-plus-box-multiple-outline:before{
content:"\F3C0"
}
.mdi-numeric-9-plus-box-outline:before{
content:"\F3C1"
}
.mdi-nut:before{
content:"\F6F7"
}
.mdi-nutrition:before{
content:"\F3C2"
}
.mdi-oar:before{
content:"\F67B"
}
.mdi-octagon:before{
content:"\F3C3"
}
.mdi-octagon-outline:before{
content:"\F3C4"
}
.mdi-octagram:before{
content:"\F6F8"
}
.mdi-odnoklassniki:before{
content:"\F3C5"
}
.mdi-office:before{
content:"\F3C6"
}
.mdi-oil:before{
content:"\F3C7"
}
.mdi-oil-temperature:before{
content:"\F3C8"
}
.mdi-omega:before{
content:"\F3C9"
}
.mdi-onedrive:before{
content:"\F3CA"
}
.mdi-opacity:before{
content:"\F5CC"
}
.mdi-open-in-app:before{
content:"\F3CB"
}
.mdi-open-in-new:before{
content:"\F3CC"
}
.mdi-openid:before{
content:"\F3CD"
}
.mdi-opera:before{
content:"\F3CE"
}
.mdi-ornament:before{
content:"\F3CF"
}
.mdi-ornament-variant:before{
content:"\F3D0"
}
.mdi-owl:before{
content:"\F3D2"
}
.mdi-package:before{
content:"\F3D3"
}
.mdi-package-down:before{
content:"\F3D4"
}
.mdi-package-up:before{
content:"\F3D5"
}
.mdi-package-variant:before{
content:"\F3D6"
}
.mdi-package-variant-closed:before{
content:"\F3D7"
}
.mdi-page-first:before{
content:"\F600"
}
.mdi-page-last:before{
content:"\F601"
}
.mdi-page-layout-body:before{
content:"\F6F9"
}
.mdi-page-layout-footer:before{
content:"\F6FA"
}
.mdi-page-layout-header:before{
content:"\F6FB"
}
.mdi-page-layout-sidebar-left:before{
content:"\F6FC"
}
.mdi-page-layout-sidebar-right:before{
content:"\F6FD"
}
.mdi-palette:before{
content:"\F3D8"
}
.mdi-palette-advanced:before{
content:"\F3D9"
}
.mdi-panda:before{
content:"\F3DA"
}
.mdi-pandora:before{
content:"\F3DB"
}
.mdi-panorama:before{
content:"\F3DC"
}
.mdi-panorama-fisheye:before{
content:"\F3DD"
}
.mdi-panorama-horizontal:before{
content:"\F3DE"
}
.mdi-panorama-vertical:before{
content:"\F3DF"
}
.mdi-panorama-wide-angle:before{
content:"\F3E0"
}
.mdi-paper-cut-vertical:before{
content:"\F3E1"
}
.mdi-paperclip:before{
content:"\F3E2"
}
.mdi-parking:before{
content:"\F3E3"
}
.mdi-pause:before{
content:"\F3E4"
}
.mdi-pause-circle:before{
content:"\F3E5"
}
.mdi-pause-circle-outline:before{
content:"\F3E6"
}
.mdi-pause-octagon:before{
content:"\F3E7"
}
.mdi-pause-octagon-outline:before{
content:"\F3E8"
}
.mdi-paw:before{
content:"\F3E9"
}
.mdi-paw-off:before{
content:"\F657"
}
.mdi-pen:before{
content:"\F3EA"
}
.mdi-pencil:before{
content:"\F3EB"
}
.mdi-pencil-box:before{
content:"\F3EC"
}
.mdi-pencil-box-outline:before{
content:"\F3ED"
}
.mdi-pencil-circle:before{
content:"\F6FE"
}
.mdi-pencil-lock:before{
content:"\F3EE"
}
.mdi-pencil-off:before{
content:"\F3EF"
}
.mdi-pentagon:before{
content:"\F6FF"
}
.mdi-pentagon-outline:before{
content:"\F700"
}
.mdi-percent:before{
content:"\F3F0"
}
.mdi-pharmacy:before{
content:"\F3F1"
}
.mdi-phone:before{
content:"\F3F2"
}
.mdi-phone-bluetooth:before{
content:"\F3F3"
}
.mdi-phone-classic:before{
content:"\F602"
}
.mdi-phone-forward:before{
content:"\F3F4"
}
.mdi-phone-hangup:before{
content:"\F3F5"
}
.mdi-phone-in-talk:before{
content:"\F3F6"
}
.mdi-phone-incoming:before{
content:"\F3F7"
}
.mdi-phone-locked:before{
content:"\F3F8"
}
.mdi-phone-log:before{
content:"\F3F9"
}
.mdi-phone-minus:before{
content:"\F658"
}
.mdi-phone-missed:before{
content:"\F3FA"
}
.mdi-phone-outgoing:before{
content:"\F3FB"
}
.mdi-phone-paused:before{
content:"\F3FC"
}
.mdi-phone-plus:before{
content:"\F659"
}
.mdi-phone-settings:before{
content:"\F3FD"
}
.mdi-phone-voip:before{
content:"\F3FE"
}
.mdi-pi:before{
content:"\F3FF"
}
.mdi-pi-box:before{
content:"\F400"
}
.mdi-piano:before{
content:"\F67C"
}
.mdi-pig:before{
content:"\F401"
}
.mdi-pill:before{
content:"\F402"
}
.mdi-pillar:before{
content:"\F701"
}
.mdi-pin:before{
content:"\F403"
}
.mdi-pin-off:before{
content:"\F404"
}
.mdi-pine-tree:before{
content:"\F405"
}
.mdi-pine-tree-box:before{
content:"\F406"
}
.mdi-pinterest:before{
content:"\F407"
}
.mdi-pinterest-box:before{
content:"\F408"
}
.mdi-pistol:before{
content:"\F702"
}
.mdi-pizza:before{
content:"\F409"
}
.mdi-plane-shield:before{
content:"\F6BA"
}
.mdi-play:before{
content:"\F40A"
}
.mdi-play-box-outline:before{
content:"\F40B"
}
.mdi-play-circle:before{
content:"\F40C"
}
.mdi-play-circle-outline:before{
content:"\F40D"
}
.mdi-play-pause:before{
content:"\F40E"
}
.mdi-play-protected-content:before{
content:"\F40F"
}
.mdi-playlist-check:before{
content:"\F5C7"
}
.mdi-playlist-minus:before{
content:"\F410"
}
.mdi-playlist-play:before{
content:"\F411"
}
.mdi-playlist-plus:before{
content:"\F412"
}
.mdi-playlist-remove:before{
content:"\F413"
}
.mdi-playstation:before{
content:"\F414"
}
.mdi-plex:before{
content:"\F6B9"
}
.mdi-plus:before{
content:"\F415"
}
.mdi-plus-box:before{
content:"\F416"
}
.mdi-plus-box-outline:before{
content:"\F703"
}
.mdi-plus-circle:before{
content:"\F417"
}
.mdi-plus-circle-multiple-outline:before{
content:"\F418"
}
.mdi-plus-circle-outline:before{
content:"\F419"
}
.mdi-plus-network:before{
content:"\F41A"
}
.mdi-plus-one:before{
content:"\F41B"
}
.mdi-plus-outline:before{
content:"\F704"
}
.mdi-pocket:before{
content:"\F41C"
}
.mdi-pokeball:before{
content:"\F41D"
}
.mdi-polarAdminid:before{
content:"\F41E"
}
.mdi-poll:before{
content:"\F41F"
}
.mdi-poll-box:before{
content:"\F420"
}
.mdi-polymer:before{
content:"\F421"
}
.mdi-pool:before{
content:"\F606"
}
.mdi-popcorn:before{
content:"\F422"
}
.mdi-pot:before{
content:"\F65A"
}
.mdi-pot-mix:before{
content:"\F65B"
}
.mdi-pound:before{
content:"\F423"
}
.mdi-pound-box:before{
content:"\F424"
}
.mdi-power:before{
content:"\F425"
}
.mdi-power-plug:before{
content:"\F6A4"
}
.mdi-power-plug-off:before{
content:"\F6A5"
}
.mdi-power-settings:before{
content:"\F426"
}
.mdi-power-socket:before{
content:"\F427"
}
.mdi-prescription:before{
content:"\F705"
}
.mdi-presentation:before{
content:"\F428"
}
.mdi-presentation-play:before{
content:"\F429"
}
.mdi-printer:before{
content:"\F42A"
}
.mdi-printer-3d:before{
content:"\F42B"
}
.mdi-printer-alert:before{
content:"\F42C"
}
.mdi-printer-settings:before{
content:"\F706"
}
.mdi-priority-high:before{
content:"\F603"
}
.mdi-priority-low:before{
content:"\F604"
}
.mdi-professional-hexagon:before{
content:"\F42D"
}
.mdi-projector:before{
content:"\F42E"
}
.mdi-projector-screen:before{
content:"\F42F"
}
.mdi-publish:before{
content:"\F6A6"
}
.mdi-pulse:before{
content:"\F430"
}
.mdi-puzzle:before{
content:"\F431"
}
.mdi-qqchat:before{
content:"\F605"
}
.mdi-qrcode:before{
content:"\F432"
}
.mdi-qrcode-scan:before{
content:"\F433"
}
.mdi-quadcopter:before{
content:"\F434"
}
.mdi-quality-high:before{
content:"\F435"
}
.mdi-quicktime:before{
content:"\F436"
}
.mdi-radar:before{
content:"\F437"
}
.mdi-radiator:before{
content:"\F438"
}
.mdi-radio:before{
content:"\F439"
}
.mdi-radio-handheld:before{
content:"\F43A"
}
.mdi-radio-tower:before{
content:"\F43B"
}
.mdi-radioactive:before{
content:"\F43C"
}
.mdi-radiobox-blank:before{
content:"\F43D"
}
.mdi-radiobox-marked:before{
content:"\F43E"
}
.mdi-raspberrypi:before{
content:"\F43F"
}
.mdi-ray-end:before{
content:"\F440"
}
.mdi-ray-end-arrow:before{
content:"\F441"
}
.mdi-ray-start:before{
content:"\F442"
}
.mdi-ray-start-arrow:before{
content:"\F443"
}
.mdi-ray-start-end:before{
content:"\F444"
}
.mdi-ray-vertex:before{
content:"\F445"
}
.mdi-rdio:before{
content:"\F446"
}
.mdi-react:before{
content:"\F707"
}
.mdi-read:before{
content:"\F447"
}
.mdi-readability:before{
content:"\F448"
}
.mdi-receipt:before{
content:"\F449"
}
.mdi-record:before{
content:"\F44A"
}
.mdi-record-rec:before{
content:"\F44B"
}
.mdi-recycle:before{
content:"\F44C"
}
.mdi-reddit:before{
content:"\F44D"
}
.mdi-redo:before{
content:"\F44E"
}
.mdi-redo-variant:before{
content:"\F44F"
}
.mdi-refresh:before{
content:"\F450"
}
.mdi-regex:before{
content:"\F451"
}
.mdi-relative-scale:before{
content:"\F452"
}
.mdi-reload:before{
content:"\F453"
}
.mdi-remote:before{
content:"\F454"
}
.mdi-rename-box:before{
content:"\F455"
}
.mdi-reorder-horizontal:before{
content:"\F687"
}
.mdi-reorder-vertical:before{
content:"\F688"
}
.mdi-repeat:before{
content:"\F456"
}
.mdi-repeat-off:before{
content:"\F457"
}
.mdi-repeat-once:before{
content:"\F458"
}
.mdi-replay:before{
content:"\F459"
}
.mdi-reply:before{
content:"\F45A"
}
.mdi-reply-all:before{
content:"\F45B"
}
.mdi-reproduction:before{
content:"\F45C"
}
.mdi-resize-bottom-right:before{
content:"\F45D"
}
.mdi-responsive:before{
content:"\F45E"
}
.mdi-restart:before{
content:"\F708"
}
.mdi-restore:before{
content:"\F6A7"
}
.mdi-rewind:before{
content:"\F45F"
}
.mdi-rewind-outline:before{
content:"\F709"
}
.mdi-rhombus:before{
content:"\F70A"
}
.mdi-rhombus-outline:before{
content:"\F70B"
}
.mdi-ribbon:before{
content:"\F460"
}
.mdi-road:before{
content:"\F461"
}
.mdi-road-variant:before{
content:"\F462"
}
.mdi-robot:before{
content:"\F6A8"
}
.mdi-rocket:before{
content:"\F463"
}
.mdi-roomba:before{
content:"\F70C"
}
.mdi-rotate-3d:before{
content:"\F464"
}
.mdi-rotate-left:before{
content:"\F465"
}
.mdi-rotate-left-variant:before{
content:"\F466"
}
.mdi-rotate-right:before{
content:"\F467"
}
.mdi-rotate-right-variant:before{
content:"\F468"
}
.mdi-rounded-corner:before{
content:"\F607"
}
.mdi-router-wireless:before{
content:"\F469"
}
.mdi-routes:before{
content:"\F46A"
}
.mdi-rowing:before{
content:"\F608"
}
.mdi-rss:before{
content:"\F46B"
}
.mdi-rss-box:before{
content:"\F46C"
}
.mdi-ruler:before{
content:"\F46D"
}
.mdi-run:before{
content:"\F70D"
}
.mdi-run-fast:before{
content:"\F46E"
}
.mdi-sale:before{
content:"\F46F"
}
.mdi-satellite:before{
content:"\F470"
}
.mdi-satellite-variant:before{
content:"\F471"
}
.mdi-saxophone:before{
content:"\F609"
}
.mdi-scale:before{
content:"\F472"
}
.mdi-scale-balance:before{
content:"\F5D1"
}
.mdi-scale-bathroom:before{
content:"\F473"
}
.mdi-scanner:before{
content:"\F6AA"
}
.mdi-school:before{
content:"\F474"
}
.mdi-screen-rotation:before{
content:"\F475"
}
.mdi-screen-rotation-lock:before{
content:"\F476"
}
.mdi-screwdriver:before{
content:"\F477"
}
.mdi-script:before{
content:"\F478"
}
.mdi-sd:before{
content:"\F479"
}
.mdi-seal:before{
content:"\F47A"
}
.mdi-search-web:before{
content:"\F70E"
}
.mdi-seat-flat:before{
content:"\F47B"
}
.mdi-seat-flat-angled:before{
content:"\F47C"
}
.mdi-seat-individual-suite:before{
content:"\F47D"
}
.mdi-seat-legroom-extra:before{
content:"\F47E"
}
.mdi-seat-legroom-normal:before{
content:"\F47F"
}
.mdi-seat-legroom-reduced:before{
content:"\F480"
}
.mdi-seat-recline-extra:before{
content:"\F481"
}
.mdi-seat-recline-normal:before{
content:"\F482"
}
.mdi-security:before{
content:"\F483"
}
.mdi-security-home:before{
content:"\F689"
}
.mdi-security-network:before{
content:"\F484"
}
.mdi-select:before{
content:"\F485"
}
.mdi-select-all:before{
content:"\F486"
}
.mdi-select-inverse:before{
content:"\F487"
}
.mdi-select-off:before{
content:"\F488"
}
.mdi-selection:before{
content:"\F489"
}
.mdi-send:before{
content:"\F48A"
}
.mdi-serial-port:before{
content:"\F65C"
}
.mdi-server:before{
content:"\F48B"
}
.mdi-server-minus:before{
content:"\F48C"
}
.mdi-server-network:before{
content:"\F48D"
}
.mdi-server-network-off:before{
content:"\F48E"
}
.mdi-server-off:before{
content:"\F48F"
}
.mdi-server-plus:before{
content:"\F490"
}
.mdi-server-remove:before{
content:"\F491"
}
.mdi-server-security:before{
content:"\F492"
}
.mdi-settings:before{
content:"\F493"
}
.mdi-settings-box:before{
content:"\F494"
}
.mdi-shape-circle-plus:before{
content:"\F65D"
}
.mdi-shape-plus:before{
content:"\F495"
}
.mdi-shape-polygon-plus:before{
content:"\F65E"
}
.mdi-shape-rectangle-plus:before{
content:"\F65F"
}
.mdi-shape-square-plus:before{
content:"\F660"
}
.mdi-share:before{
content:"\F496"
}
.mdi-share-variant:before{
content:"\F497"
}
.mdi-shield:before{
content:"\F498"
}
.mdi-shield-outline:before{
content:"\F499"
}
.mdi-shopping:before{
content:"\F49A"
}
.mdi-shopping-music:before{
content:"\F49B"
}
.mdi-shovel:before{
content:"\F70F"
}
.mdi-shovel-off:before{
content:"\F710"
}
.mdi-shredder:before{
content:"\F49C"
}
.mdi-shuffle:before{
content:"\F49D"
}
.mdi-shuffle-disabled:before{
content:"\F49E"
}
.mdi-shuffle-variant:before{
content:"\F49F"
}
.mdi-sigma:before{
content:"\F4A0"
}
.mdi-sigma-lower:before{
content:"\F62B"
}
.mdi-sign-caution:before{
content:"\F4A1"
}
.mdi-signal:before{
content:"\F4A2"
}
.mdi-signal-2g:before{
content:"\F711"
}
.mdi-signal-3g:before{
content:"\F712"
}
.mdi-signal-4g:before{
content:"\F713"
}
.mdi-signal-hspa:before{
content:"\F714"
}
.mdi-signal-hspa-plus:before{
content:"\F715"
}
.mdi-signal-variant:before{
content:"\F60A"
}
.mdi-silverware:before{
content:"\F4A3"
}
.mdi-silverware-fork:before{
content:"\F4A4"
}
.mdi-silverware-spoon:before{
content:"\F4A5"
}
.mdi-silverware-variant:before{
content:"\F4A6"
}
.mdi-sim:before{
content:"\F4A7"
}
.mdi-sim-alert:before{
content:"\F4A8"
}
.mdi-sim-off:before{
content:"\F4A9"
}
.mdi-sitemap:before{
content:"\F4AA"
}
.mdi-skip-backward:before{
content:"\F4AB"
}
.mdi-skip-forward:before{
content:"\F4AC"
}
.mdi-skip-next:before{
content:"\F4AD"
}
.mdi-skip-next-circle:before{
content:"\F661"
}
.mdi-skip-next-circle-outline:before{
content:"\F662"
}
.mdi-skip-previous:before{
content:"\F4AE"
}
.mdi-skip-previous-circle:before{
content:"\F663"
}
.mdi-skip-previous-circle-outline:before{
content:"\F664"
}
.mdi-skull:before{
content:"\F68B"
}
.mdi-skype:before{
content:"\F4AF"
}
.mdi-skype-business:before{
content:"\F4B0"
}
.mdi-slack:before{
content:"\F4B1"
}
.mdi-sleep:before{
content:"\F4B2"
}
.mdi-sleep-off:before{
content:"\F4B3"
}
.mdi-smoking:before{
content:"\F4B4"
}
.mdi-smoking-off:before{
content:"\F4B5"
}
.mdi-snapchat:before{
content:"\F4B6"
}
.mdi-snowflake:before{
content:"\F716"
}
.mdi-snowman:before{
content:"\F4B7"
}
.mdi-soccer:before{
content:"\F4B8"
}
.mdi-sofa:before{
content:"\F4B9"
}
.mdi-solid:before{
content:"\F68C"
}
.mdi-sort:before{
content:"\F4BA"
}
.mdi-sort-alphabetical:before{
content:"\F4BB"
}
.mdi-sort-ascending:before{
content:"\F4BC"
}
.mdi-sort-descending:before{
content:"\F4BD"
}
.mdi-sort-numeric:before{
content:"\F4BE"
}
.mdi-sort-variant:before{
content:"\F4BF"
}
.mdi-soundcloud:before{
content:"\F4C0"
}
.mdi-source-branch:before{
content:"\F62C"
}
.mdi-source-commit:before{
content:"\F717"
}
.mdi-source-commit-end:before{
content:"\F718"
}
.mdi-source-commit-end-local:before{
content:"\F719"
}
.mdi-source-commit-local:before{
content:"\F71A"
}
.mdi-source-commit-next-local:before{
content:"\F71B"
}
.mdi-source-commit-start:before{
content:"\F71C"
}
.mdi-source-commit-start-next-local:before{
content:"\F71D"
}
.mdi-source-fork:before{
content:"\F4C1"
}
.mdi-source-merge:before{
content:"\F62D"
}
.mdi-source-pull:before{
content:"\F4C2"
}
.mdi-speaker:before{
content:"\F4C3"
}
.mdi-speaker-off:before{
content:"\F4C4"
}
.mdi-speaker-wireless:before{
content:"\F71E"
}
.mdi-speedometer:before{
content:"\F4C5"
}
.mdi-spellcheck:before{
content:"\F4C6"
}
.mdi-spotify:before{
content:"\F4C7"
}
.mdi-spotlight:before{
content:"\F4C8"
}
.mdi-spotlight-beam:before{
content:"\F4C9"
}
.mdi-spray:before{
content:"\F665"
}
.mdi-square-inc:before{
content:"\F4CA"
}
.mdi-square-inc-cash:before{
content:"\F4CB"
}
.mdi-stackexchange:before{
content:"\F60B"
}
.mdi-stackoverflow:before{
content:"\F4CC"
}
.mdi-stadium:before{
content:"\F71F"
}
.mdi-stairs:before{
content:"\F4CD"
}
.mdi-star:before{
content:"\F4CE"
}
.mdi-star-circle:before{
content:"\F4CF"
}
.mdi-star-half:before{
content:"\F4D0"
}
.mdi-star-off:before{
content:"\F4D1"
}
.mdi-star-outline:before{
content:"\F4D2"
}
.mdi-steam:before{
content:"\F4D3"
}
.mdi-steering:before{
content:"\F4D4"
}
.mdi-step-backward:before{
content:"\F4D5"
}
.mdi-step-backward-2:before{
content:"\F4D6"
}
.mdi-step-forward:before{
content:"\F4D7"
}
.mdi-step-forward-2:before{
content:"\F4D8"
}
.mdi-stethoscope:before{
content:"\F4D9"
}
.mdi-sticker:before{
content:"\F5D0"
}
.mdi-stocking:before{
content:"\F4DA"
}
.mdi-stop:before{
content:"\F4DB"
}
.mdi-stop-circle:before{
content:"\F666"
}
.mdi-stop-circle-outline:before{
content:"\F667"
}
.mdi-store:before{
content:"\F4DC"
}
.mdi-store-24-hour:before{
content:"\F4DD"
}
.mdi-stove:before{
content:"\F4DE"
}
.mdi-subdirectory-arrow-left:before{
content:"\F60C"
}
.mdi-subdirectory-arrow-right:before{
content:"\F60D"
}
.mdi-subway:before{
content:"\F6AB"
}
.mdi-subway-variant:before{
content:"\F4DF"
}
.mdi-sunglasses:before{
content:"\F4E0"
}
.mdi-surround-sound:before{
content:"\F5C5"
}
.mdi-svg:before{
content:"\F720"
}
.mdi-swap-horizontal:before{
content:"\F4E1"
}
.mdi-swap-vertical:before{
content:"\F4E2"
}
.mdi-swim:before{
content:"\F4E3"
}
.mdi-switch:before{
content:"\F4E4"
}
.mdi-sword:before{
content:"\F4E5"
}
.mdi-sync:before{
content:"\F4E6"
}
.mdi-sync-alert:before{
content:"\F4E7"
}
.mdi-sync-off:before{
content:"\F4E8"
}
.mdi-tab:before{
content:"\F4E9"
}
.mdi-tab-unselected:before{
content:"\F4EA"
}
.mdi-table:before{
content:"\F4EB"
}
.mdi-table-column-plus-after:before{
content:"\F4EC"
}
.mdi-table-column-plus-before:before{
content:"\F4ED"
}
.mdi-table-column-remove:before{
content:"\F4EE"
}
.mdi-table-column-width:before{
content:"\F4EF"
}
.mdi-table-edit:before{
content:"\F4F0"
}
.mdi-table-large:before{
content:"\F4F1"
}
.mdi-table-row-height:before{
content:"\F4F2"
}
.mdi-table-row-plus-after:before{
content:"\F4F3"
}
.mdi-table-row-plus-before:before{
content:"\F4F4"
}
.mdi-table-row-remove:before{
content:"\F4F5"
}
.mdi-tablet:before{
content:"\F4F6"
}
.mdi-tablet-andrAdminid:before{
content:"\F4F7"
}
.mdi-tablet-ipad:before{
content:"\F4F8"
}
.mdi-tag:before{
content:"\F4F9"
}
.mdi-tag-faces:before{
content:"\F4FA"
}
.mdi-tag-heart:before{
content:"\F68A"
}
.mdi-tag-multiple:before{
content:"\F4FB"
}
.mdi-tag-outline:before{
content:"\F4FC"
}
.mdi-tag-plus:before{
content:"\F721"
}
.mdi-tag-remove:before{
content:"\F722"
}
.mdi-tag-text-outline:before{
content:"\F4FD"
}
.mdi-target:before{
content:"\F4FE"
}
.mdi-taxi:before{
content:"\F4FF"
}
.mdi-teamviewer:before{
content:"\F500"
}
.mdi-telegram:before{
content:"\F501"
}
.mdi-television:before{
content:"\F502"
}
.mdi-television-guide:before{
content:"\F503"
}
.mdi-temperature-celsius:before{
content:"\F504"
}
.mdi-temperature-fahrenheit:before{
content:"\F505"
}
.mdi-temperature-kelvin:before{
content:"\F506"
}
.mdi-tennis:before{
content:"\F507"
}
.mdi-tent:before{
content:"\F508"
}
.mdi-terrain:before{
content:"\F509"
}
.mdi-test-tube:before{
content:"\F668"
}
.mdi-text-shadow:before{
content:"\F669"
}
.mdi-text-to-speech:before{
content:"\F50A"
}
.mdi-text-to-speech-off:before{
content:"\F50B"
}
.mdi-textbox:before{
content:"\F60E"
}
.mdi-texture:before{
content:"\F50C"
}
.mdi-theater:before{
content:"\F50D"
}
.mdi-theme-light-dark:before{
content:"\F50E"
}
.mdi-thermometer:before{
content:"\F50F"
}
.mdi-thermometer-lines:before{
content:"\F510"
}
.mdi-thumb-down:before{
content:"\F511"
}
.mdi-thumb-down-outline:before{
content:"\F512"
}
.mdi-thumb-up:before{
content:"\F513"
}
.mdi-thumb-up-outline:before{
content:"\F514"
}
.mdi-thumbs-up-down:before{
content:"\F515"
}
.mdi-ticket:before{
content:"\F516"
}
.mdi-ticket-account:before{
content:"\F517"
}
.mdi-ticket-confirmation:before{
content:"\F518"
}
.mdi-ticket-percent:before{
content:"\F723"
}
.mdi-tie:before{
content:"\F519"
}
.mdi-tilde:before{
content:"\F724"
}
.mdi-timelapse:before{
content:"\F51A"
}
.mdi-timer:before{
content:"\F51B"
}
.mdi-timer-10:before{
content:"\F51C"
}
.mdi-timer-3:before{
content:"\F51D"
}
.mdi-timer-off:before{
content:"\F51E"
}
.mdi-timer-sand:before{
content:"\F51F"
}
.mdi-timer-sand-empty:before{
content:"\F6AC"
}
.mdi-timetable:before{
content:"\F520"
}
.mdi-toggle-switch:before{
content:"\F521"
}
.mdi-toggle-switch-off:before{
content:"\F522"
}
.mdi-tooltip:before{
content:"\F523"
}
.mdi-tooltip-edit:before{
content:"\F524"
}
.mdi-tooltip-image:before{
content:"\F525"
}
.mdi-tooltip-outline:before{
content:"\F526"
}
.mdi-tooltip-outline-plus:before{
content:"\F527"
}
.mdi-tooltip-text:before{
content:"\F528"
}
.mdi-tooth:before{
content:"\F529"
}
.mdi-tor:before{
content:"\F52A"
}
.mdi-tower-beach:before{
content:"\F680"
}
.mdi-tower-fire:before{
content:"\F681"
}
.mdi-traffic-light:before{
content:"\F52B"
}
.mdi-train:before{
content:"\F52C"
}
.mdi-tram:before{
content:"\F52D"
}
.mdi-transcribe:before{
content:"\F52E"
}
.mdi-transcribe-close:before{
content:"\F52F"
}
.mdi-transfer:before{
content:"\F530"
}
.mdi-transit-transfer:before{
content:"\F6AD"
}
.mdi-translate:before{
content:"\F5CA"
}
.mdi-treasure-chest:before{
content:"\F725"
}
.mdi-tree:before{
content:"\F531"
}
.mdi-trello:before{
content:"\F532"
}
.mdi-trending-down:before{
content:"\F533"
}
.mdi-trending-neutral:before{
content:"\F534"
}
.mdi-trending-up:before{
content:"\F535"
}
.mdi-triangle:before{
content:"\F536"
}
.mdi-triangle-outline:before{
content:"\F537"
}
.mdi-trophy:before{
content:"\F538"
}
.mdi-trophy-award:before{
content:"\F539"
}
.mdi-trophy-outline:before{
content:"\F53A"
}
.mdi-trophy-variant:before{
content:"\F53B"
}
.mdi-trophy-variant-outline:before{
content:"\F53C"
}
.mdi-truck:before{
content:"\F53D"
}
.mdi-truck-delivery:before{
content:"\F53E"
}
.mdi-truck-trailer:before{
content:"\F726"
}
.mdi-tshirt-crew:before{
content:"\F53F"
}
.mdi-tshirt-v:before{
content:"\F540"
}
.mdi-tumblr:before{
content:"\F541"
}
.mdi-tumblr-reblog:before{
content:"\F542"
}
.mdi-tune:before{
content:"\F62E"
}
.mdi-tune-vertical:before{
content:"\F66A"
}
.mdi-twitch:before{
content:"\F543"
}
.mdi-twitter:before{
content:"\F544"
}
.mdi-twitter-box:before{
content:"\F545"
}
.mdi-twitter-circle:before{
content:"\F546"
}
.mdi-twitter-retweet:before{
content:"\F547"
}
.mdi-ubuntu:before{
content:"\F548"
}
.mdi-umbraco:before{
content:"\F549"
}
.mdi-umbrella:before{
content:"\F54A"
}
.mdi-umbrella-outline:before{
content:"\F54B"
}
.mdi-undo:before{
content:"\F54C"
}
.mdi-undo-variant:before{
content:"\F54D"
}
.mdi-unfold-less:before{
content:"\F54E"
}
.mdi-unfold-more:before{
content:"\F54F"
}
.mdi-ungroup:before{
content:"\F550"
}
.mdi-unity:before{
content:"\F6AE"
}
.mdi-untappd:before{
content:"\F551"
}
.mdi-update:before{
content:"\F6AF"
}
.mdi-upload:before{
content:"\F552"
}
.mdi-usb:before{
content:"\F553"
}
.mdi-vector-arrange-above:before{
content:"\F554"
}
.mdi-vector-arrange-below:before{
content:"\F555"
}
.mdi-vector-circle:before{
content:"\F556"
}
.mdi-vector-circle-variant:before{
content:"\F557"
}
.mdi-vector-combine:before{
content:"\F558"
}
.mdi-vector-curve:before{
content:"\F559"
}
.mdi-vector-difference:before{
content:"\F55A"
}
.mdi-vector-difference-ab:before{
content:"\F55B"
}
.mdi-vector-difference-ba:before{
content:"\F55C"
}
.mdi-vector-intersection:before{
content:"\F55D"
}
.mdi-vector-line:before{
content:"\F55E"
}
.mdi-vector-point:before{
content:"\F55F"
}
.mdi-vector-polygon:before{
content:"\F560"
}
.mdi-vector-polyline:before{
content:"\F561"
}
.mdi-vector-rectangle:before{
content:"\F5C6"
}
.mdi-vector-selection:before{
content:"\F562"
}
.mdi-vector-square:before{
content:"\F001"
}
.mdi-vector-triangle:before{
content:"\F563"
}
.mdi-vector-union:before{
content:"\F564"
}
.mdi-verified:before{
content:"\F565"
}
.mdi-vibrate:before{
content:"\F566"
}
.mdi-video:before{
content:"\F567"
}
.mdi-video-off:before{
content:"\F568"
}
.mdi-video-switch:before{
content:"\F569"
}
.mdi-view-agenda:before{
content:"\F56A"
}
.mdi-view-array:before{
content:"\F56B"
}
.mdi-view-carousel:before{
content:"\F56C"
}
.mdi-view-column:before{
content:"\F56D"
}
.mdi-view-dashboard:before{
content:"\F56E"
}
.mdi-view-day:before{
content:"\F56F"
}
.mdi-view-grid:before{
content:"\F570"
}
.mdi-view-headline:before{
content:"\F571"
}
.mdi-view-list:before{
content:"\F572"
}
.mdi-view-module:before{
content:"\F573"
}
.mdi-view-parallel:before{
content:"\F727"
}
.mdi-view-quilt:before{
content:"\F574"
}
.mdi-view-sequential:before{
content:"\F728"
}
.mdi-view-stream:before{
content:"\F575"
}
.mdi-view-week:before{
content:"\F576"
}
.mdi-vimeo:before{
content:"\F577"
}
.mdi-vine:before{
content:"\F578"
}
.mdi-violin:before{
content:"\F60F"
}
.mdi-visualstudio:before{
content:"\F610"
}
.mdi-vk:before{
content:"\F579"
}
.mdi-vk-box:before{
content:"\F57A"
}
.mdi-vk-circle:before{
content:"\F57B"
}
.mdi-vlc:before{
content:"\F57C"
}
.mdi-voice:before{
content:"\F5CB"
}
.mdi-voicemail:before{
content:"\F57D"
}
.mdi-volume-high:before{
content:"\F57E"
}
.mdi-volume-low:before{
content:"\F57F"
}
.mdi-volume-medium:before{
content:"\F580"
}
.mdi-volume-off:before{
content:"\F581"
}
.mdi-vpn:before{
content:"\F582"
}
.mdi-walk:before{
content:"\F583"
}
.mdi-wallet:before{
content:"\F584"
}
.mdi-wallet-giftcard:before{
content:"\F585"
}
.mdi-wallet-membership:before{
content:"\F586"
}
.mdi-wallet-travel:before{
content:"\F587"
}
.mdi-wan:before{
content:"\F588"
}
.mdi-washing-machine:before{
content:"\F729"
}
.mdi-watch:before{
content:"\F589"
}
.mdi-watch-export:before{
content:"\F58A"
}
.mdi-watch-import:before{
content:"\F58B"
}
.mdi-watch-vibrate:before{
content:"\F6B0"
}
.mdi-water:before{
content:"\F58C"
}
.mdi-water-off:before{
content:"\F58D"
}
.mdi-water-percent:before{
content:"\F58E"
}
.mdi-water-pump:before{
content:"\F58F"
}
.mdi-watermark:before{
content:"\F612"
}
.mdi-weather-cloudy:before{
content:"\F590"
}
.mdi-weather-fog:before{
content:"\F591"
}
.mdi-weather-hail:before{
content:"\F592"
}
.mdi-weather-lightning:before{
content:"\F593"
}
.mdi-weather-lightning-rainy:before{
content:"\F67D"
}
.mdi-weather-night:before{
content:"\F594"
}
.mdi-weather-partlycloudy:before{
content:"\F595"
}
.mdi-weather-pouring:before{
content:"\F596"
}
.mdi-weather-rainy:before{
content:"\F597"
}
.mdi-weather-snowy:before{
content:"\F598"
}
.mdi-weather-snowy-rainy:before{
content:"\F67E"
}
.mdi-weather-sunny:before{
content:"\F599"
}
.mdi-weather-sunset:before{
content:"\F59A"
}
.mdi-weather-sunset-down:before{
content:"\F59B"
}
.mdi-weather-sunset-up:before{
content:"\F59C"
}
.mdi-weather-windy:before{
content:"\F59D"
}
.mdi-weather-windy-variant:before{
content:"\F59E"
}
.mdi-web:before{
content:"\F59F"
}
.mdi-webcam:before{
content:"\F5A0"
}
.mdi-webhook:before{
content:"\F62F"
}
.mdi-webpack:before{
content:"\F72A"
}
.mdi-wechat:before{
content:"\F611"
}
.mdi-weight:before{
content:"\F5A1"
}
.mdi-weight-kilogram:before{
content:"\F5A2"
}
.mdi-whatsapp:before{
content:"\F5A3"
}
.mdi-wheelchair-accessibility:before{
content:"\F5A4"
}
.mdi-white-balance-auto:before{
content:"\F5A5"
}
.mdi-white-balance-incandescent:before{
content:"\F5A6"
}
.mdi-white-balance-iridescent:before{
content:"\F5A7"
}
.mdi-white-balance-sunny:before{
content:"\F5A8"
}
.mdi-widgets:before{
content:"\F72B"
}
.mdi-wifi:before{
content:"\F5A9"
}
.mdi-wifi-off:before{
content:"\F5AA"
}
.mdi-wii:before{
content:"\F5AB"
}
.mdi-wiiu:before{
content:"\F72C"
}
.mdi-wikipedia:before{
content:"\F5AC"
}
.mdi-window-close:before{
content:"\F5AD"
}
.mdi-window-closed:before{
content:"\F5AE"
}
.mdi-window-maximize:before{
content:"\F5AF"
}
.mdi-window-minimize:before{
content:"\F5B0"
}
.mdi-window-open:before{
content:"\F5B1"
}
.mdi-window-restore:before{
content:"\F5B2"
}
.mdi-windows:before{
content:"\F5B3"
}
.mdi-wordpress:before{
content:"\F5B4"
}
.mdi-worker:before{
content:"\F5B5"
}
.mdi-wrap:before{
content:"\F5B6"
}
.mdi-wrench:before{
content:"\F5B7"
}
.mdi-wunderlist:before{
content:"\F5B8"
}
.mdi-xaml:before{
content:"\F673"
}
.mdi-xbox:before{
content:"\F5B9"
}
.mdi-xbox-controller:before{
content:"\F5BA"
}
.mdi-xbox-controller-off:before{
content:"\F5BB"
}
.mdi-xda:before{
content:"\F5BC"
}
.mdi-xing:before{
content:"\F5BD"
}
.mdi-xing-box:before{
content:"\F5BE"
}
.mdi-xing-circle:before{
content:"\F5BF"
}
.mdi-xml:before{
content:"\F5C0"
}
.mdi-yeast:before{
content:"\F5C1"
}
.mdi-yelp:before{
content:"\F5C2"
}
.mdi-yin-yang:before{
content:"\F67F"
}
.mdi-youtube-play:before{
content:"\F5C3"
}
.mdi-zip-box:before{
content:"\F5C4"
}
.mdi-18px.mdi-set,.mdi-18px.mdi:before{
font-size:18px
}
.mdi-24px.mdi-set,.mdi-24px.mdi:before{
font-size:24px
}
.mdi-36px.mdi-set,.mdi-36px.mdi:before{
font-size:36px
}
.mdi-48px.mdi-set,.mdi-48px.mdi:before{
font-size:48px
}
.mdi-dark{
color:rgba(0,0,0,.54)
}
.mdi-dark.mdi-inactive{
color:rgba(0,0,0,.26)
}
.mdi-light{
color:#fff
}
.mdi-light.mdi-inactive{
color:rgba(255,255,255,.3)
}
.mdi-rotate-45{
-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg)
}
.mdi-rotate-90{
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg)
}
.mdi-rotate-135{
-webkit-transform:rotate(135deg);
-ms-transform:rotate(135deg);
transform:rotate(135deg)
}
.mdi-rotate-180{
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg)
}
.mdi-rotate-225{
-webkit-transform:rotate(225deg);
-ms-transform:rotate(225deg);
transform:rotate(225deg)
}
.mdi-rotate-270{
-webkit-transform:rotate(270deg);
-ms-transform:rotate(270deg);
transform:rotate(270deg)
}
.mdi-rotate-315{
-webkit-transform:rotate(315deg);
-ms-transform:rotate(315deg);
transform:rotate(315deg)
}
.mdi-flip-horizontal{
-webkit-transform:scaleX(-1);
transform:scaleX(-1);
filter:FlipH;
-ms-filter:"FlipH"
}
.mdi-flip-vertical{
-webkit-transform:scaleY(-1);
transform:scaleY(-1);
filter:FlipV;
-ms-filter:"FlipV"
}
| 0.330795 | 0.068787 |
body {
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
font-size:12pt;
}
pre {
font-size:10pt;
line-height: 14pt;
color:#303030;
}
a {
text-decoration: none;
color: darkblue;
}
#header h1 {
margin-top:0.2em;
margin-bottom: 0.2em;
font-size:450%
}
#content h1 {
margin-bottom: 0.2em;
font-size:2em;
}
#entry h2 {
font-size:1.5em;
}
#content {
line-height: 16pt;
}
#content .usertext {
margin-left: 2em;
}
#content aside {
margin-top: 0.6em;
margin-bottom:0.4em;
border-top:1px solid #e0d0d0;
margin-bottom:8em;
}
.prev {
float: right;
}
.next {
float:left;
}
img {
border:0;
max-width:96%;
}
.clearfooter {
clear: both;
padding-top:2em;
}
#footer {
clear: both;
text-align: center;
margin: 2em 4em;
font-size:72%
}
#sidebar {
}
.rodape_link {
vertical-align: super;
font-size: 10pt;
}
.rodape_link:before {
content:"[";
}
.rodape_link:after {
content:"]";
}
#rodapes_halfline {
margin-top:2em;
border-top:1px solid #e0e0e0;
margin-bottom:0;
padding-bottom:0.4em;
width: 40%;
}
#rodapes {
font-size: 11pt;
}
/* desktop */
@media only screen and (min-width: 901px) {
#page {
margin-left: auto ;
margin-right: auto ;
padding-right: 1em;
padding-left: 1em;
width:910px;
}
#content {
display: block;
float: left;
max-width:700px;
padding-right: 10px;
}
#sidebar {
display: block;
float: right;
width: 180px;
}
#content .socialplugs {
width:50%;
float:left;
}
#content .postmetadata {
width:50%;
float:left;
text-align: right;
}
#header h1 {
font-size:350%
}
}
/* tablets maiores */
@media only screen and (min-width: 820px) and (max-width: 900px) {
#page {
margin-left: auto ;
margin-right: auto ;
padding-right: 1em;
padding-left: 1em;
max-width:766px;
}
#content {
display: block;
float: left;
max-width:546px;
padding-right: 10px;
}
#sidebar {
display: block;
float: right;
width: 180px;
}
#content .socialplugs {
width:50%;
float:left;
}
#content .postmetadata {
width:50%;
float:left;
text-align: right;
}
#header h1 {
font-size:350%
}
}
/* tablets menores */
@media only screen and (min-width: 766px) and (max-width: 819px) {
#page {
margin-left: auto ;
margin-right: auto ;
padding-right: 1em;
padding-left: 1em;
max-width:765px;
}
#content {
display: block;
float: left;
max-width:450px;
padding-right: 10px;
}
#sidebar {
display: block;
float: right;
width: 180px;
}
#content .socialplugs {
width:50%;
float:left;
}
#content .postmetadata {
width:50%;
float:left;
text-align: right;
}
#header h1 {
font-size:350%
}
}
/* smartphones */
@media only screen and (max-width: 765px) {
#page {
margin-left: auto ;
margin-right: auto ;
width: 90%;
padding-right: 1em;
padding-left: 1em;
max-width:546px;
}
#content .socialplugs {
width:100%;
}
#content .postmetadata {
width:100%;
text-align: left;
}
#sidebar {
display: none;
}
#header h1 {
font-size:250%
}
}
|
axethemes/panzer3/css/style.css
|
body {
font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
font-size:12pt;
}
pre {
font-size:10pt;
line-height: 14pt;
color:#303030;
}
a {
text-decoration: none;
color: darkblue;
}
#header h1 {
margin-top:0.2em;
margin-bottom: 0.2em;
font-size:450%
}
#content h1 {
margin-bottom: 0.2em;
font-size:2em;
}
#entry h2 {
font-size:1.5em;
}
#content {
line-height: 16pt;
}
#content .usertext {
margin-left: 2em;
}
#content aside {
margin-top: 0.6em;
margin-bottom:0.4em;
border-top:1px solid #e0d0d0;
margin-bottom:8em;
}
.prev {
float: right;
}
.next {
float:left;
}
img {
border:0;
max-width:96%;
}
.clearfooter {
clear: both;
padding-top:2em;
}
#footer {
clear: both;
text-align: center;
margin: 2em 4em;
font-size:72%
}
#sidebar {
}
.rodape_link {
vertical-align: super;
font-size: 10pt;
}
.rodape_link:before {
content:"[";
}
.rodape_link:after {
content:"]";
}
#rodapes_halfline {
margin-top:2em;
border-top:1px solid #e0e0e0;
margin-bottom:0;
padding-bottom:0.4em;
width: 40%;
}
#rodapes {
font-size: 11pt;
}
/* desktop */
@media only screen and (min-width: 901px) {
#page {
margin-left: auto ;
margin-right: auto ;
padding-right: 1em;
padding-left: 1em;
width:910px;
}
#content {
display: block;
float: left;
max-width:700px;
padding-right: 10px;
}
#sidebar {
display: block;
float: right;
width: 180px;
}
#content .socialplugs {
width:50%;
float:left;
}
#content .postmetadata {
width:50%;
float:left;
text-align: right;
}
#header h1 {
font-size:350%
}
}
/* tablets maiores */
@media only screen and (min-width: 820px) and (max-width: 900px) {
#page {
margin-left: auto ;
margin-right: auto ;
padding-right: 1em;
padding-left: 1em;
max-width:766px;
}
#content {
display: block;
float: left;
max-width:546px;
padding-right: 10px;
}
#sidebar {
display: block;
float: right;
width: 180px;
}
#content .socialplugs {
width:50%;
float:left;
}
#content .postmetadata {
width:50%;
float:left;
text-align: right;
}
#header h1 {
font-size:350%
}
}
/* tablets menores */
@media only screen and (min-width: 766px) and (max-width: 819px) {
#page {
margin-left: auto ;
margin-right: auto ;
padding-right: 1em;
padding-left: 1em;
max-width:765px;
}
#content {
display: block;
float: left;
max-width:450px;
padding-right: 10px;
}
#sidebar {
display: block;
float: right;
width: 180px;
}
#content .socialplugs {
width:50%;
float:left;
}
#content .postmetadata {
width:50%;
float:left;
text-align: right;
}
#header h1 {
font-size:350%
}
}
/* smartphones */
@media only screen and (max-width: 765px) {
#page {
margin-left: auto ;
margin-right: auto ;
width: 90%;
padding-right: 1em;
padding-left: 1em;
max-width:546px;
}
#content .socialplugs {
width:100%;
}
#content .postmetadata {
width:100%;
text-align: left;
}
#sidebar {
display: none;
}
#header h1 {
font-size:250%
}
}
| 0.316686 | 0.101812 |
* the outer div that acts as a wrapper for the entire iOS checkbox element
*/
.iOScheckbox {
background: -webkit-gradient(linear, left bottom, left top, from(#d0d0d0), to(#a0a0a0));
height: 27px;
width: 77px;
border-radius: 27px;
-webkit-background-clip: padding-box;
box-shadow: 0 1px 0 rgba(255,255,255,0.5);
box-shadow: 0 0 1px 1px rgba(0,0,0,0.1) inset;
position: relative;
-webkit-transform: translate3d(0,0,0);
-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
}
/**
* the inner div of the wrapper
*/
/* the blue and white mobile spans */
.iOScheckbox
div > span {
width: 77px;
height: 100%;
display: block;
float: left;
font: bold 16px/29px "Helvetica", Arial, Helvetica, Geneva, sans-serif;
text-align: center;
text-transform: uppercase;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
-webkit-box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
.iOScheckbox
.mobile {
width: 154px;
height: 100%;
-webkit-transform: translateX(-64px);
position: absolute;
}
.iOScheckbox
.mobile.transitions {
-webkit-transition: -webkit-transform 250ms ease-in-out;
}
.iOScheckbox.on .mobile {
-webkit-transform: translateX(-14px);
}
.iOScheckbox .mobile.touchActive .left {
/**
* the blue side (left, on) must be shown while the users is dragging
*/
opacity: 1;
}
/* shadow that acts as overlay over the blue und white mobile divs, but
not the circle */
.iOScheckbox
.inset-shadow {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: transparent;
box-shadow: 0 2px 3px rgba(0,0,0,0.3) inset, 0 0 1px 1px rgba(0,0,0,0.15) inset;
border-radius: 50px;
}
/* highly translucent overlay, 13px moved from top */
.iOScheckbox
.inset-highlight {
position: absolute;
top: 14px;
left: 3px;
right: 3px;
bottom: 0px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 13px;
border-bottom-right-radius: 13px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(255,255,255,0.4)));
box-shadow: 0 -1px 1px -1px black inset;
}
/**
* the right side (white, off) needs a harder highlight overlay:
*/
.iOScheckbox
.inset-highlight.right {
opacity: 1;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0.6)));
//-webkit-transition: opacity 80ms ease-in;
//-webkit-transition-delay: 120ms;
}
.iOScheckbox.on .inset-highlight.right {
opacity: 0;
//-webkit-transition-delay: 0ms;
}
.iOScheckbox
span.left {
background: #017fea;
opacity: 0;
-webkit-transition: opacity 50ms ease-out;
-webkit-transition-delay: 250ms;
color: white;
padding-left: 5px;
}
/* fade out the left blue span as soon as he's not shown anymore */
.iOScheckbox.on span.left {
opacity: 1;
-webkit-transition-delay: 0ms;
}
.iOScheckbox span.right {
background: #eee;
color: #787878;
text-shadow: 0 1px 0 white !important;
padding-right: 3px; /* to center the OFF text */
border-bottom-right-radius: 10px;
//box-shadow: 0 0 1px 1px rgba(0,0,0,0.1) inset;
}
.iOScheckbox
i {
position: absolute;
top: 1px;
width: 25px;
height: 25px;
border-radius: 15px;
display: block;
background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#fefefe));
position: absolute;
box-shadow: 0 0 1px 1px #fcfcfc inset, 0 1px 0 1px rgba(255,255,255,0.4) inset, 0 -1px 0 white inset, 0 0 2px 1px rgba(0,0,0,0.6);
-webkit-background-clip: padding-box;
margin-left: 65px;
}
.iOScheckbox
.mobile.touchActive i {
background: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#e5e5e5));
}
.iOScheckbox
.hidden-input {
display: none;
}
|
iOS.css.checkbox.css
|
* the outer div that acts as a wrapper for the entire iOS checkbox element
*/
.iOScheckbox {
background: -webkit-gradient(linear, left bottom, left top, from(#d0d0d0), to(#a0a0a0));
height: 27px;
width: 77px;
border-radius: 27px;
-webkit-background-clip: padding-box;
box-shadow: 0 1px 0 rgba(255,255,255,0.5);
box-shadow: 0 0 1px 1px rgba(0,0,0,0.1) inset;
position: relative;
-webkit-transform: translate3d(0,0,0);
-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
}
/**
* the inner div of the wrapper
*/
/* the blue and white mobile spans */
.iOScheckbox
div > span {
width: 77px;
height: 100%;
display: block;
float: left;
font: bold 16px/29px "Helvetica", Arial, Helvetica, Geneva, sans-serif;
text-align: center;
text-transform: uppercase;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
-webkit-box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
.iOScheckbox
.mobile {
width: 154px;
height: 100%;
-webkit-transform: translateX(-64px);
position: absolute;
}
.iOScheckbox
.mobile.transitions {
-webkit-transition: -webkit-transform 250ms ease-in-out;
}
.iOScheckbox.on .mobile {
-webkit-transform: translateX(-14px);
}
.iOScheckbox .mobile.touchActive .left {
/**
* the blue side (left, on) must be shown while the users is dragging
*/
opacity: 1;
}
/* shadow that acts as overlay over the blue und white mobile divs, but
not the circle */
.iOScheckbox
.inset-shadow {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: transparent;
box-shadow: 0 2px 3px rgba(0,0,0,0.3) inset, 0 0 1px 1px rgba(0,0,0,0.15) inset;
border-radius: 50px;
}
/* highly translucent overlay, 13px moved from top */
.iOScheckbox
.inset-highlight {
position: absolute;
top: 14px;
left: 3px;
right: 3px;
bottom: 0px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 13px;
border-bottom-right-radius: 13px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(255,255,255,0.4)));
box-shadow: 0 -1px 1px -1px black inset;
}
/**
* the right side (white, off) needs a harder highlight overlay:
*/
.iOScheckbox
.inset-highlight.right {
opacity: 1;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), to(rgba(255,255,255,0.6)));
//-webkit-transition: opacity 80ms ease-in;
//-webkit-transition-delay: 120ms;
}
.iOScheckbox.on .inset-highlight.right {
opacity: 0;
//-webkit-transition-delay: 0ms;
}
.iOScheckbox
span.left {
background: #017fea;
opacity: 0;
-webkit-transition: opacity 50ms ease-out;
-webkit-transition-delay: 250ms;
color: white;
padding-left: 5px;
}
/* fade out the left blue span as soon as he's not shown anymore */
.iOScheckbox.on span.left {
opacity: 1;
-webkit-transition-delay: 0ms;
}
.iOScheckbox span.right {
background: #eee;
color: #787878;
text-shadow: 0 1px 0 white !important;
padding-right: 3px; /* to center the OFF text */
border-bottom-right-radius: 10px;
//box-shadow: 0 0 1px 1px rgba(0,0,0,0.1) inset;
}
.iOScheckbox
i {
position: absolute;
top: 1px;
width: 25px;
height: 25px;
border-radius: 15px;
display: block;
background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#fefefe));
position: absolute;
box-shadow: 0 0 1px 1px #fcfcfc inset, 0 1px 0 1px rgba(255,255,255,0.4) inset, 0 -1px 0 white inset, 0 0 2px 1px rgba(0,0,0,0.6);
-webkit-background-clip: padding-box;
margin-left: 65px;
}
.iOScheckbox
.mobile.touchActive i {
background: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#e5e5e5));
}
.iOScheckbox
.hidden-input {
display: none;
}
| 0.399109 | 0.152473 |
*{
padding: 0;
margin: 0px;
font-family: 'Fira Code', monospace;
}
*::selection{
background: rgb(0, 183, 195);
color: #fff;
}
.ocultarScrollHTML{
overflow: hidden;
}
.arrow{
display: none !important;
}
.capaNegra{
display: none;
position: absolute;
width: 100%;
height: 100vh;
background: #000;
opacity: 60%;
z-index: 2;
}
#checkCapaNegra{
position: absolute;
opacity: 0;
}
.header{
display: grid;
background-color: rgb(0, 183, 195);
height: 30vh;
align-items: center;
text-align:right;
color: #fff;
}
.header > p {
margin-right: 10%;
font-size: 40px;
}
.img-logo__header{
position: absolute;
width: 350px;
height: auto;
border-radius: 60%;
top: 25px;
left: 50px;
}
.imgMysql, .imgOracleXE{
vertical-align: middle;
}
.miNombre{
font-size: 37px;
font-weight: bolder;
text-align: right;
margin-right: 25px;
margin-bottom: 0px;
margin-top: 5%;
}
.contenedor{
display: grid;
margin-top: 0%;
grid-template-columns: 30% auto;
}
.btn-menuResponsive{
display: none;
}
.menu{
display: grid;
margin-top: 20%;
height: max-content;
justify-content: center;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.menu > ul {
display: grid;
grid-template-columns: auto auto;
}
.option {
display: grid;
width: 30px;
list-style: none;
padding: 8px;
}
.option:hover{
color: rgb(0, 183, 195);
background: rgb(231, 229, 229);
text-align: center;
border-radius: 50%;
}
.link {
display: grid;
text-decoration-line: none;
color: unset;
align-items: center;
justify-content: center;
font-size: 25px;
padding: 5px;
overflow: hidden;
}
.textM{
display: grid;
position: absolute;
color: transparent;
font-size: 0px;
}
.presentacion{
margin-top: 50px;
text-align: justify;
margin-right: 25px;
}
.mostrarEtiqueta{
display: grid;
position: absolute;
margin-left: 25px;
padding: 5px;
background-color: rgb(0, 183, 195);
color: #fff;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
font-size: 15px;
transform: translateY(-40px);
transition: all .5s;
}
.lenguajes{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
grid-auto-rows: 4rem;
align-items: center;
text-align: center;
justify-content: center;
}
.icon{
font-size: 35px;
padding: 5px;
}
.java{
background: -webkit-linear-gradient(rgb(255, 0, 0),rgb(0, 157, 255));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: tomato;
}
footer {
display: grid;
justify-content: center;
margin-top: 100px;
margin-bottom: 0px;
padding-bottom: 25px;
padding-top: 25px;
}
footer > p >img{
width: 25px;
align-items: center;
vertical-align: middle;
border-radius: 50px;
}
/*WINDOW NEW WEB PAGE FOR VISIT*/
.div-window-visit{
background:rgb(24, 23, 41);
height: max-content;
width: 70%;
position: absolute;
top: 50px;
transition: all .5s;
transform: translateY(-1000%);
z-index: 5;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
left: 15%;
box-shadow: 0 0 1px rgba(0,183,195,1), 0 0 2px rgba(0,183,195,1), 0 0 5px rgba(0,183,195,1), 0 0 10px rgba(38,104,127,1), 0 0 20px rgba(38,104,127,1), 0 0 22.5px rgba(38,104,127,1), 0 0 25px rgba(38,104,127,1), 0 0 35px rgba(38,104,127,1), 0 0 45px rgba(38,104,127,1);
-webkit-transition: all .5s;
-moz-transition:all 5s;
-ms-transition:all .5s;
-o-transition:all .5s;
-webkit-transform: translateY(-1000%);
-moz-transform: translateY(-1000%);
-ms-transform: translateY(-1000%);
-o-transform: translateY(-1000%);
}
.show-transition-window-visit{
transition: all 1s;
transform: translateY(-0%);
-webkit-transform: translateY(-0%);
-moz-transform: translateY(-0%);
-ms-transform: translateY(-0%);
-o-transform: translateY(-0%);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
}
.div-window-visit-header{
width: 95%;
margin: 0 auto;
margin-top:20px;
text-align: center;
}
.icon-pdgn-new{
width: 120px;
height: 120px;
display: inline-block;
vertical-align: middle;
}
.icon-pdgn-new > img{
width: 100%;
filter: drop-shadow(0 5px 10px #00B7C3);
-webkit-filter: drop-shadow(0 5px 10px #00B7C3);
}
.titulo-window-visit{
display: inline-block;
color: #fff;
}
.div-window-visit-body{
width: 70%;
margin: 0 auto;
margin-top: 15px;
text-align: left;
margin-bottom: 40px;
}
.text-body-visit{
color: #fff;
}
.link-visit{
color: #fff;
margin-top: 15px;
font-size: 145%;
}
.link-my-new-web-page{
color: #00B7C3;
text-decoration-line: none;
-moz-text-decoration-line: none;
}
.icon-close-window-visit{
color: #fff;
position: absolute;
top: 20px;
right: 25px;
font-size: 25px;
cursor: pointer;
}
@media screen and (min-width: 100px) and (max-width: 1280px){
.header{
display: grid;
background-color: rgb(0, 183, 195);
height: 50vh;
justify-content: center;
color: #fff;
}
.header > p {
margin-top: 0%;
font-size: 200%;
text-align: center;
}
.img-logo__header{
position: absolute;
width: 60%;
height: auto;
border-radius: 60%;
margin: 0 auto;
left: 20%;
top: 250px;
}
.btnActive{
z-index: 3;
background: rgb(0, 183, 195) !important;
color:#fff ;
transition: all .5s;
box-shadow: 0px 3px 0px 3px rgba(0, 0, 0, .6);
}
.menuResposiveModern{
display: absolute !important;
background: rgb(0, 183, 195);
color: #fff;
margin-top:-50px !important;
opacity: 1 !important;
height: auto !important;
z-index: 2 !important;
width: 90%;
margin: 0 auto;
border-bottom-left-radius: 80%;
border-bottom-right-radius: 80%;
transition: all .5s;
}
.optionsOnRows{
margin-top: 35px;
margin-bottom: 25px;
grid-template-columns: auto auto auto auto auto auto !important;
}
.textoEnMenuResponsive{
display: block !important;
color: #fff;
font-size: 15px;
margin-top: 35px;
margin-left: -15px;
}
.miNombre{
font-size: 37px;
font-weight: bolder;
text-align: center;
margin: 0 auto;
margin-bottom: 0px;
margin-top: 55%;
padding: 10px;
}
.arrow{
display: grid !important;
color: unset;
align-items: center;
justify-content: center;
font-size: 25px;
padding: 5px;
margin-left: 15px;
margin-right: 15px;
overflow: hidden;
cursor: pointer;
z-index: 3;
}
.optionHidden{
display: none;
}
.btn-menuResponsive{
display: block;
padding: 15px;
width: max-content;
margin: 0 auto;
margin-top: 25px;
margin-bottom: 25px;
height: auto;
border: 50px;
border-radius: 50%;
background: transparent;
border: 2px solid rgb(0, 183, 195);
}
.mostrarEtiqueta{
display: grid;
position: absolute;
margin-left: none !important;
padding: 0px;
background-color: transparent;
color: #fff;
border: none;
font-size: 15px;
transform: none;
transition: none;
}
.btn-menuResponsive:active,
.btn-menuResponsive:hover{
cursor: pointer;
background: rgb(0, 183, 195);
color: #fff;
transition: all .25s;
}
.menu {
margin-top: 0px;
opacity: 0;
height: 0px;
z-index: -1;
margin: 0 auto;
}
.contenedor{
grid-template-columns: auto;
margin: 0 auto;
}
.presentacion{
margin: 0 auto;
padding: 15px;
}
.aparecerTransicion{
display: grid;
opacity: 1;
transition: all .5s;
opacity: 1;
}
.desaparecer{
transition: all .5s;
opacity: 0;
width: 0px;
height: 0px;
}
footer{
padding: 15px;
text-align: center;
margin-bottom: 0px;
}
.div-window-visit{
background:rgb(24, 23, 41);
height: max-content;
width: 90%;
position: absolute;
top: 20px;
z-index: 5;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
left: 5%;
box-shadow:
0 0 1px rgba(0,183,195,1),
0 0 2px rgba(0,183,195,1),
0 0 5px rgba(0,183,195,1),
0 0 10px rgba(38,104,127,1),
0 0 20px rgba(38,104,127,1),
0 0 22.5px rgba(38,104,127,1),
0 0 25px rgba(38,104,127,1),
0 0 35px rgba(38,104,127,1),
0 0 45px rgba(38,104,127,1);
;
}
.div-window-visit-body{
width: 80%;
margin: 0 auto;
margin-top: 15px;
text-align: left;
margin-bottom: 45px
}
}
|
css/index.css
|
*{
padding: 0;
margin: 0px;
font-family: 'Fira Code', monospace;
}
*::selection{
background: rgb(0, 183, 195);
color: #fff;
}
.ocultarScrollHTML{
overflow: hidden;
}
.arrow{
display: none !important;
}
.capaNegra{
display: none;
position: absolute;
width: 100%;
height: 100vh;
background: #000;
opacity: 60%;
z-index: 2;
}
#checkCapaNegra{
position: absolute;
opacity: 0;
}
.header{
display: grid;
background-color: rgb(0, 183, 195);
height: 30vh;
align-items: center;
text-align:right;
color: #fff;
}
.header > p {
margin-right: 10%;
font-size: 40px;
}
.img-logo__header{
position: absolute;
width: 350px;
height: auto;
border-radius: 60%;
top: 25px;
left: 50px;
}
.imgMysql, .imgOracleXE{
vertical-align: middle;
}
.miNombre{
font-size: 37px;
font-weight: bolder;
text-align: right;
margin-right: 25px;
margin-bottom: 0px;
margin-top: 5%;
}
.contenedor{
display: grid;
margin-top: 0%;
grid-template-columns: 30% auto;
}
.btn-menuResponsive{
display: none;
}
.menu{
display: grid;
margin-top: 20%;
height: max-content;
justify-content: center;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.menu > ul {
display: grid;
grid-template-columns: auto auto;
}
.option {
display: grid;
width: 30px;
list-style: none;
padding: 8px;
}
.option:hover{
color: rgb(0, 183, 195);
background: rgb(231, 229, 229);
text-align: center;
border-radius: 50%;
}
.link {
display: grid;
text-decoration-line: none;
color: unset;
align-items: center;
justify-content: center;
font-size: 25px;
padding: 5px;
overflow: hidden;
}
.textM{
display: grid;
position: absolute;
color: transparent;
font-size: 0px;
}
.presentacion{
margin-top: 50px;
text-align: justify;
margin-right: 25px;
}
.mostrarEtiqueta{
display: grid;
position: absolute;
margin-left: 25px;
padding: 5px;
background-color: rgb(0, 183, 195);
color: #fff;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
font-size: 15px;
transform: translateY(-40px);
transition: all .5s;
}
.lenguajes{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
grid-auto-rows: 4rem;
align-items: center;
text-align: center;
justify-content: center;
}
.icon{
font-size: 35px;
padding: 5px;
}
.java{
background: -webkit-linear-gradient(rgb(255, 0, 0),rgb(0, 157, 255));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: tomato;
}
footer {
display: grid;
justify-content: center;
margin-top: 100px;
margin-bottom: 0px;
padding-bottom: 25px;
padding-top: 25px;
}
footer > p >img{
width: 25px;
align-items: center;
vertical-align: middle;
border-radius: 50px;
}
/*WINDOW NEW WEB PAGE FOR VISIT*/
.div-window-visit{
background:rgb(24, 23, 41);
height: max-content;
width: 70%;
position: absolute;
top: 50px;
transition: all .5s;
transform: translateY(-1000%);
z-index: 5;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
left: 15%;
box-shadow: 0 0 1px rgba(0,183,195,1), 0 0 2px rgba(0,183,195,1), 0 0 5px rgba(0,183,195,1), 0 0 10px rgba(38,104,127,1), 0 0 20px rgba(38,104,127,1), 0 0 22.5px rgba(38,104,127,1), 0 0 25px rgba(38,104,127,1), 0 0 35px rgba(38,104,127,1), 0 0 45px rgba(38,104,127,1);
-webkit-transition: all .5s;
-moz-transition:all 5s;
-ms-transition:all .5s;
-o-transition:all .5s;
-webkit-transform: translateY(-1000%);
-moz-transform: translateY(-1000%);
-ms-transform: translateY(-1000%);
-o-transform: translateY(-1000%);
}
.show-transition-window-visit{
transition: all 1s;
transform: translateY(-0%);
-webkit-transform: translateY(-0%);
-moz-transform: translateY(-0%);
-ms-transform: translateY(-0%);
-o-transform: translateY(-0%);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
}
.div-window-visit-header{
width: 95%;
margin: 0 auto;
margin-top:20px;
text-align: center;
}
.icon-pdgn-new{
width: 120px;
height: 120px;
display: inline-block;
vertical-align: middle;
}
.icon-pdgn-new > img{
width: 100%;
filter: drop-shadow(0 5px 10px #00B7C3);
-webkit-filter: drop-shadow(0 5px 10px #00B7C3);
}
.titulo-window-visit{
display: inline-block;
color: #fff;
}
.div-window-visit-body{
width: 70%;
margin: 0 auto;
margin-top: 15px;
text-align: left;
margin-bottom: 40px;
}
.text-body-visit{
color: #fff;
}
.link-visit{
color: #fff;
margin-top: 15px;
font-size: 145%;
}
.link-my-new-web-page{
color: #00B7C3;
text-decoration-line: none;
-moz-text-decoration-line: none;
}
.icon-close-window-visit{
color: #fff;
position: absolute;
top: 20px;
right: 25px;
font-size: 25px;
cursor: pointer;
}
@media screen and (min-width: 100px) and (max-width: 1280px){
.header{
display: grid;
background-color: rgb(0, 183, 195);
height: 50vh;
justify-content: center;
color: #fff;
}
.header > p {
margin-top: 0%;
font-size: 200%;
text-align: center;
}
.img-logo__header{
position: absolute;
width: 60%;
height: auto;
border-radius: 60%;
margin: 0 auto;
left: 20%;
top: 250px;
}
.btnActive{
z-index: 3;
background: rgb(0, 183, 195) !important;
color:#fff ;
transition: all .5s;
box-shadow: 0px 3px 0px 3px rgba(0, 0, 0, .6);
}
.menuResposiveModern{
display: absolute !important;
background: rgb(0, 183, 195);
color: #fff;
margin-top:-50px !important;
opacity: 1 !important;
height: auto !important;
z-index: 2 !important;
width: 90%;
margin: 0 auto;
border-bottom-left-radius: 80%;
border-bottom-right-radius: 80%;
transition: all .5s;
}
.optionsOnRows{
margin-top: 35px;
margin-bottom: 25px;
grid-template-columns: auto auto auto auto auto auto !important;
}
.textoEnMenuResponsive{
display: block !important;
color: #fff;
font-size: 15px;
margin-top: 35px;
margin-left: -15px;
}
.miNombre{
font-size: 37px;
font-weight: bolder;
text-align: center;
margin: 0 auto;
margin-bottom: 0px;
margin-top: 55%;
padding: 10px;
}
.arrow{
display: grid !important;
color: unset;
align-items: center;
justify-content: center;
font-size: 25px;
padding: 5px;
margin-left: 15px;
margin-right: 15px;
overflow: hidden;
cursor: pointer;
z-index: 3;
}
.optionHidden{
display: none;
}
.btn-menuResponsive{
display: block;
padding: 15px;
width: max-content;
margin: 0 auto;
margin-top: 25px;
margin-bottom: 25px;
height: auto;
border: 50px;
border-radius: 50%;
background: transparent;
border: 2px solid rgb(0, 183, 195);
}
.mostrarEtiqueta{
display: grid;
position: absolute;
margin-left: none !important;
padding: 0px;
background-color: transparent;
color: #fff;
border: none;
font-size: 15px;
transform: none;
transition: none;
}
.btn-menuResponsive:active,
.btn-menuResponsive:hover{
cursor: pointer;
background: rgb(0, 183, 195);
color: #fff;
transition: all .25s;
}
.menu {
margin-top: 0px;
opacity: 0;
height: 0px;
z-index: -1;
margin: 0 auto;
}
.contenedor{
grid-template-columns: auto;
margin: 0 auto;
}
.presentacion{
margin: 0 auto;
padding: 15px;
}
.aparecerTransicion{
display: grid;
opacity: 1;
transition: all .5s;
opacity: 1;
}
.desaparecer{
transition: all .5s;
opacity: 0;
width: 0px;
height: 0px;
}
footer{
padding: 15px;
text-align: center;
margin-bottom: 0px;
}
.div-window-visit{
background:rgb(24, 23, 41);
height: max-content;
width: 90%;
position: absolute;
top: 20px;
z-index: 5;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
left: 5%;
box-shadow:
0 0 1px rgba(0,183,195,1),
0 0 2px rgba(0,183,195,1),
0 0 5px rgba(0,183,195,1),
0 0 10px rgba(38,104,127,1),
0 0 20px rgba(38,104,127,1),
0 0 22.5px rgba(38,104,127,1),
0 0 25px rgba(38,104,127,1),
0 0 35px rgba(38,104,127,1),
0 0 45px rgba(38,104,127,1);
;
}
.div-window-visit-body{
width: 80%;
margin: 0 auto;
margin-top: 15px;
text-align: left;
margin-bottom: 45px
}
}
| 0.399929 | 0.065845 |
body {
font-family: sans-serif;
color: #222;
}
.project_list {
padding: 1em;
width: 50%;
margin-left: auto;
margin-right: auto;
}
.project_list ul {
list-style-type: none;
}
.project_list li {
padding: 0.25em;
}
a {
text-decoration: none;
color: #444;
}
.icon {
height: 1.0em;
vertical-align: text-bottom;
padding: 0;
}
.run {
vertical-align: text-top;
}
.top-left {
position: fixed;
top: 0.5em;
left: 1em;
}
.project {
text-align: center;
padding-bottom: 1em;
}
.top-right {
position: fixed;
top: 0.5em;
right: 1em;
}
#results {
text-align: center;
}
#results table {
font-family: sans-serif;
font-size: 11px;
border-collapse: collapse;
margin-top: 1em;
margin-bottom: 2em;
margin-left: auto;
margin-right: auto;
}
#results table td {
border-right: 1px solid white;
border-bottom: 1px solid white;
border-right: 1px solid #888;
margin: 0px;
padding-left: 0.3em;
padding-top: 0.2em;
padding-right: 0.3em;
padding-bottom: 0.2em;
text-align: center;
word-wrap: whitespace;
}
#results table td:last-child {
border-right: 1px solid white;
}
.column-header {
color: #888;
background-color: white !important;
border-bottom: 1px solid #888 !important;
}
.row-header {
text-align: right !important;
color: #888;
background-color: white !important;
border-right: 1px solid #888 !important;
}
.server text { /* labels inside bars */
font-family: sans-serif;
font-size: 11px;
}
.axis text {
font-family: sans-serif;
font-size: 11px;
}
.x.axis text {
fill: #aaa;
}
.x.axis line, path {
display: none;
}
.rule { /* vertical x-axis rules */
stroke: #aaa;
width: 1px;
}
.y0.axis line, path {
display: none;
}
.y0.axis text {
fill: #888;
}
.y1.axis line, path {
display: none;
}
.y1.axis text {
fill: #888;
}
.ok {
color: inherit !important;
/* background-color: rgb(121,233,115) !important; */
/* fill: rgb(71,183,65); */
background-color: rgb(146,199,153) !important;
fill: rgb(146,199,153);
}
.warn {
color: inherit !important;
background-color: lightyellow !important;
fill: lightyellow;
}
.error {
color: inherit !important;
background-color: IndianRed !important;
fill: IndianRed;
}
.exception {
color: #979 !important;
}
.na {
color: grey !important;
background-color: #eee !important;
fill: grey
}
.highlight {
fill: gray;
}
|
public/augweb.css
|
body {
font-family: sans-serif;
color: #222;
}
.project_list {
padding: 1em;
width: 50%;
margin-left: auto;
margin-right: auto;
}
.project_list ul {
list-style-type: none;
}
.project_list li {
padding: 0.25em;
}
a {
text-decoration: none;
color: #444;
}
.icon {
height: 1.0em;
vertical-align: text-bottom;
padding: 0;
}
.run {
vertical-align: text-top;
}
.top-left {
position: fixed;
top: 0.5em;
left: 1em;
}
.project {
text-align: center;
padding-bottom: 1em;
}
.top-right {
position: fixed;
top: 0.5em;
right: 1em;
}
#results {
text-align: center;
}
#results table {
font-family: sans-serif;
font-size: 11px;
border-collapse: collapse;
margin-top: 1em;
margin-bottom: 2em;
margin-left: auto;
margin-right: auto;
}
#results table td {
border-right: 1px solid white;
border-bottom: 1px solid white;
border-right: 1px solid #888;
margin: 0px;
padding-left: 0.3em;
padding-top: 0.2em;
padding-right: 0.3em;
padding-bottom: 0.2em;
text-align: center;
word-wrap: whitespace;
}
#results table td:last-child {
border-right: 1px solid white;
}
.column-header {
color: #888;
background-color: white !important;
border-bottom: 1px solid #888 !important;
}
.row-header {
text-align: right !important;
color: #888;
background-color: white !important;
border-right: 1px solid #888 !important;
}
.server text { /* labels inside bars */
font-family: sans-serif;
font-size: 11px;
}
.axis text {
font-family: sans-serif;
font-size: 11px;
}
.x.axis text {
fill: #aaa;
}
.x.axis line, path {
display: none;
}
.rule { /* vertical x-axis rules */
stroke: #aaa;
width: 1px;
}
.y0.axis line, path {
display: none;
}
.y0.axis text {
fill: #888;
}
.y1.axis line, path {
display: none;
}
.y1.axis text {
fill: #888;
}
.ok {
color: inherit !important;
/* background-color: rgb(121,233,115) !important; */
/* fill: rgb(71,183,65); */
background-color: rgb(146,199,153) !important;
fill: rgb(146,199,153);
}
.warn {
color: inherit !important;
background-color: lightyellow !important;
fill: lightyellow;
}
.error {
color: inherit !important;
background-color: IndianRed !important;
fill: IndianRed;
}
.exception {
color: #979 !important;
}
.na {
color: grey !important;
background-color: #eee !important;
fill: grey
}
.highlight {
fill: gray;
}
| 0.531209 | 0.088939 |
*{
margin: 0;
box-sizing: border-box;
text-decoration: none;
font-family: sans-serif;
font-size: 14px;
}
body{
align-items: inherit;
position: absolute;
width: 100%;
min-height: 113vh;
background-color: rgb(243, 243, 243);
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
.instagram-wrapper{
position: absolute;
display: flex;
align-items: center;
justify-content: start;
width: 60%;
height: 100%;
}
.instagram-phone{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 50%;
}
.instagram-phone img{
height: 48rem;
}
.print{
position: absolute;
display: flex;
width: 43%;
}
.print img{
height: 35rem;
}
.instagram-login{
width: 150%;
position: absolute;
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
min-height: 30rem;
}
.profile1 {
margin-top: -200px;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
background-color: #ffffff;
width:30%;
padding: 10rem 0;
border: 1px solid lightgray;
}
.profile2{
margin-top: 270px;
margin-left: 425px;
position: absolute;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
background-color: #ffffff;
width: 45%;
padding: 25px 0px;
border: 1px solid lightgray;
}
.foto-perfil{
margin-top: -30px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
overflow: hidden;
width: 38%;
}
.logo-foto{
margin-top: -480px;
position: absolute;
width: 15rem;
}
.continuar{
position: absolute;
margin-top: -10px;
border: 1px solid transparent;
background-color: #0095f6;
border-radius: 4px;
color: white;
color: rgba(var(--eca,255,255,255),1);
padding: 8px 35px;
border-width: 2px;
border-style: outset;
font: 400 13.3333px Arial;
line-height: 18px;
font-size: 14px;
font-weight: normal;
cursor: pointer;
}
.texto1{
margin-top: 100px;
margin-right: 100px;
position: absolute;
display: flex;
}
.texto2{
margin-top: 100px;
margin-left: 110px;
position: absolute;
display: flex;
color: #0095f6;
}
.link-azul{
color: #0095f6;
}
.baixar-app{
position: absolute;
display: flex;
justify-content: center;
align-items: center;
margin-top: 190px;
margin-left: 540px;
}
.baixar{
position: absolute;
display: flex;
width: 10%;
justify-content: space-evenly;
align-items: center;
padding: 1rem;
}
.apple{
flex-direction: column;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
margin-top: 500px;
margin-left: 950px;
width: 200%;
cursor:pointer;
}
.baixar .play{
flex-direction: column;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
margin-top: 500px;
margin-left: 1320px;
width: 200%;
cursor: pointer;
}
@media (max-width: 1024px){
.instagram-wrapper{
width: 60%;
}
.instagram-phone{
display: one;
}
}
@media (max-width: 650px){
.instagram-wrapper{
width: 40%;
}
.instagram-phone{
display: none;
}
.continuar{
width: 80%;
}
.profile2{
width: 100%;
}
.profile1{
width: 100%;
}
.profile2{
width: 100%;
}
.baixar-app{
width: 100%;
}
.play{
width: 100%;
}
.baixar{
width: 100%;
}
}
|
style/style.css
|
*{
margin: 0;
box-sizing: border-box;
text-decoration: none;
font-family: sans-serif;
font-size: 14px;
}
body{
align-items: inherit;
position: absolute;
width: 100%;
min-height: 113vh;
background-color: rgb(243, 243, 243);
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
.instagram-wrapper{
position: absolute;
display: flex;
align-items: center;
justify-content: start;
width: 60%;
height: 100%;
}
.instagram-phone{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 50%;
}
.instagram-phone img{
height: 48rem;
}
.print{
position: absolute;
display: flex;
width: 43%;
}
.print img{
height: 35rem;
}
.instagram-login{
width: 150%;
position: absolute;
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
min-height: 30rem;
}
.profile1 {
margin-top: -200px;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
background-color: #ffffff;
width:30%;
padding: 10rem 0;
border: 1px solid lightgray;
}
.profile2{
margin-top: 270px;
margin-left: 425px;
position: absolute;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
background-color: #ffffff;
width: 45%;
padding: 25px 0px;
border: 1px solid lightgray;
}
.foto-perfil{
margin-top: -30px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
overflow: hidden;
width: 38%;
}
.logo-foto{
margin-top: -480px;
position: absolute;
width: 15rem;
}
.continuar{
position: absolute;
margin-top: -10px;
border: 1px solid transparent;
background-color: #0095f6;
border-radius: 4px;
color: white;
color: rgba(var(--eca,255,255,255),1);
padding: 8px 35px;
border-width: 2px;
border-style: outset;
font: 400 13.3333px Arial;
line-height: 18px;
font-size: 14px;
font-weight: normal;
cursor: pointer;
}
.texto1{
margin-top: 100px;
margin-right: 100px;
position: absolute;
display: flex;
}
.texto2{
margin-top: 100px;
margin-left: 110px;
position: absolute;
display: flex;
color: #0095f6;
}
.link-azul{
color: #0095f6;
}
.baixar-app{
position: absolute;
display: flex;
justify-content: center;
align-items: center;
margin-top: 190px;
margin-left: 540px;
}
.baixar{
position: absolute;
display: flex;
width: 10%;
justify-content: space-evenly;
align-items: center;
padding: 1rem;
}
.apple{
flex-direction: column;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
margin-top: 500px;
margin-left: 950px;
width: 200%;
cursor:pointer;
}
.baixar .play{
flex-direction: column;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
margin-top: 500px;
margin-left: 1320px;
width: 200%;
cursor: pointer;
}
@media (max-width: 1024px){
.instagram-wrapper{
width: 60%;
}
.instagram-phone{
display: one;
}
}
@media (max-width: 650px){
.instagram-wrapper{
width: 40%;
}
.instagram-phone{
display: none;
}
.continuar{
width: 80%;
}
.profile2{
width: 100%;
}
.profile1{
width: 100%;
}
.profile2{
width: 100%;
}
.baixar-app{
width: 100%;
}
.play{
width: 100%;
}
.baixar{
width: 100%;
}
}
| 0.431105 | 0.060668 |
.rich-datepicker-wrap {
}
.gradient1 {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
}
.current {
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
/* ########################--------------------------- DATEPICKER --------- */
.rich-datepicker-wrap {
position: relative;
}
.showed-datepicker {
z-index: 100;
}
/* input area */
.rich-datepicker-wrap input,
.rich-datepicker-wrap .tooltip {
font: normal 12px/16px Arial;
width: 132px;
height: 16px;
padding: 2px 4px;
border: 1px solid #c2c2c2;
}
.rich-datepicker-wrap .tooltip {
position: absolute;
top: 0;
left: 0;
z-index: 1;
color: #c2c2c2;
overflow: hidden;
}
.rich-datepicker-wrap input {
position: relative;
z-index: 2;
background: none;
box-shadow: inset 0 1px 1px #b1b1b1;
}
/* datepicker */
.position-top .rich-datepicker-body {
top: auto;
bottom: 100%;
}
.position-bottom .rich-datepicker-body {
top: 100%;
}
.rich-datepicker-body {
position: absolute;
left: -99999px;
width: 335px;
padding: 4px;
background: #fefefe;
box-shadow: 3px 3px 15px rgba(0,0,0, .4);
}
.rich-datepicker-body ul,
.rich-datepicker-body li {
margin: 0;
padding: 0;
list-style-type: none;
}
/* days line */
.rich-datepicker-body .days {
height: 21px;
padding-left: 4px;
}
.rich-datepicker-body .days li {
float: left;
width: 27px;
line-height: 21px;
text-align: center;
font-weight: bold;
}
.rich-datepicker-body .rest-day {
color: #bbb;
}
.current.rest-day {
color: #000;
}
/* calendar */
.rich-datepicker-body .calendar {
width: 197px;
}
.rich-datepicker-body .calendar .year-wrap {
width: 100%;
position: absolute;
left: 0;
display: none;
}
.rich-datepicker-body .calendar .year-wrap strong {
display: block;
height: 24px;
line-height: 24px;
text-indent: 10px;
cursor: default;
}
.rich-datepicker-body .calendar .month-wrap {
height: 156px;
}
.rich-datepicker-body .calendar .month-wrap ul {
overflow: hidden;
height: 132px;
padding-left: 4px;
}
.rich-datepicker-body .calendar .year-wrap li {
float: left;
width: 27px;
height: 22px;
line-height: 22px;
text-align: center;
}
.rich-datepicker-body .day {
cursor: pointer;
}
.rich-datepicker-body .day:hover {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.rich-datepicker-body .calendar .year-wrap .size-0 {
display: none;
}
.rich-datepicker-body .calendar .year-wrap .size-1 {
width: 27;
}
.rich-datepicker-body .calendar .year-wrap .size-2 {
width: 54px;
}
.rich-datepicker-body .calendar .year-wrap .size-3 {
width: 81px;
}
.rich-datepicker-body .calendar .year-wrap .size-4 {
width: 108px;
}
.rich-datepicker-body .calendar .year-wrap .size-5 {
width: 135px;
}
.rich-datepicker-body .calendar .year-wrap .size-6 {
width: 162px;
}
/* picker's column */
.rich-datepicker-body .calendar {
background: #fff;
}
.rich-datepicker-body .calendar,
.rich-datepicker-body .month-picker,
.rich-datepicker-body .year-picker {
float: left;
height: 267px;
box-shadow: inset 1px 1px 3px #b1b1b1;
overflow: hidden;
position: relative;
}
.rich-datepicker-body .month-picker,
.rich-datepicker-body .year-picker {
width: 80px;
margin-left: -1px;
line-height: 22px;
text-indent: 10px;
background: #ededed;
cursor: pointer;
}
.rich-datepicker-body .month-picker ul,
.rich-datepicker-body .year-picker ul {
padding-top: 1px;
position: relative;
z-index: 2;
}
.rich-datepicker-body .year-picker {
width: 60px;
}
.rich-datepicker-body .bg-area {
position: absolute;
box-shadow: 1px 1px 1px rgba(0,0,0, .2);
z-index: 1;
}
.rich-datepicker-body .draggable-area {
position: absolute;
z-index: 3;
cursor: move;
background: url('1.gif');
text-indent: 0;
}
.rich-datepicker-body .month-picker .bg-area,
.rich-datepicker-body .month-picker .draggable-area {
width: 78px;
height: 40px;
margin: 1px;
left: 0;
}
.rich-datepicker-body .year-picker .bg-area,
.rich-datepicker-body .year-picker .draggable-area {
width: 58px;
height: 22px;
margin: 1px;
left: 0;
}
.rich-datepicker-body .year-picker li:nth-child(5),
.rich-datepicker-body .month-picker li:nth-child(5),
.rich-datepicker-body .year-picker li:nth-child(8),
.rich-datepicker-body .month-picker li:nth-child(8) {
color: #1a1a1a;
}
.rich-datepicker-body .year-picker li:nth-child(4),
.rich-datepicker-body .month-picker li:nth-child(4),
.rich-datepicker-body .year-picker li:nth-child(9),
.rich-datepicker-body .month-picker li:nth-child(9) {
color: #333333;
}
.rich-datepicker-body .year-picker li:nth-child(3),
.rich-datepicker-body .month-picker li:nth-child(3),
.rich-datepicker-body .year-picker li:nth-child(10),
.rich-datepicker-body .month-picker li:nth-child(10) {
color: #4d4d4d;
}
.rich-datepicker-body .year-picker li:nth-child(2),
.rich-datepicker-body .month-picker li:nth-child(2),
.rich-datepicker-body .year-picker li:nth-child(11),
.rich-datepicker-body .month-picker li:nth-child(11) {
color: #666666;
}
.rich-datepicker-body .year-picker li:nth-child(1),
.rich-datepicker-body .month-picker li:nth-child(1),
.rich-datepicker-body .year-picker li:nth-child(12),
.rich-datepicker-body .month-picker li:nth-child(12) {
color: #808080;
}
|
sources/css/datapicker.css
|
.rich-datepicker-wrap {
}
.gradient1 {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
}
.current {
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
/* ########################--------------------------- DATEPICKER --------- */
.rich-datepicker-wrap {
position: relative;
}
.showed-datepicker {
z-index: 100;
}
/* input area */
.rich-datepicker-wrap input,
.rich-datepicker-wrap .tooltip {
font: normal 12px/16px Arial;
width: 132px;
height: 16px;
padding: 2px 4px;
border: 1px solid #c2c2c2;
}
.rich-datepicker-wrap .tooltip {
position: absolute;
top: 0;
left: 0;
z-index: 1;
color: #c2c2c2;
overflow: hidden;
}
.rich-datepicker-wrap input {
position: relative;
z-index: 2;
background: none;
box-shadow: inset 0 1px 1px #b1b1b1;
}
/* datepicker */
.position-top .rich-datepicker-body {
top: auto;
bottom: 100%;
}
.position-bottom .rich-datepicker-body {
top: 100%;
}
.rich-datepicker-body {
position: absolute;
left: -99999px;
width: 335px;
padding: 4px;
background: #fefefe;
box-shadow: 3px 3px 15px rgba(0,0,0, .4);
}
.rich-datepicker-body ul,
.rich-datepicker-body li {
margin: 0;
padding: 0;
list-style-type: none;
}
/* days line */
.rich-datepicker-body .days {
height: 21px;
padding-left: 4px;
}
.rich-datepicker-body .days li {
float: left;
width: 27px;
line-height: 21px;
text-align: center;
font-weight: bold;
}
.rich-datepicker-body .rest-day {
color: #bbb;
}
.current.rest-day {
color: #000;
}
/* calendar */
.rich-datepicker-body .calendar {
width: 197px;
}
.rich-datepicker-body .calendar .year-wrap {
width: 100%;
position: absolute;
left: 0;
display: none;
}
.rich-datepicker-body .calendar .year-wrap strong {
display: block;
height: 24px;
line-height: 24px;
text-indent: 10px;
cursor: default;
}
.rich-datepicker-body .calendar .month-wrap {
height: 156px;
}
.rich-datepicker-body .calendar .month-wrap ul {
overflow: hidden;
height: 132px;
padding-left: 4px;
}
.rich-datepicker-body .calendar .year-wrap li {
float: left;
width: 27px;
height: 22px;
line-height: 22px;
text-align: center;
}
.rich-datepicker-body .day {
cursor: pointer;
}
.rich-datepicker-body .day:hover {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.rich-datepicker-body .calendar .year-wrap .size-0 {
display: none;
}
.rich-datepicker-body .calendar .year-wrap .size-1 {
width: 27;
}
.rich-datepicker-body .calendar .year-wrap .size-2 {
width: 54px;
}
.rich-datepicker-body .calendar .year-wrap .size-3 {
width: 81px;
}
.rich-datepicker-body .calendar .year-wrap .size-4 {
width: 108px;
}
.rich-datepicker-body .calendar .year-wrap .size-5 {
width: 135px;
}
.rich-datepicker-body .calendar .year-wrap .size-6 {
width: 162px;
}
/* picker's column */
.rich-datepicker-body .calendar {
background: #fff;
}
.rich-datepicker-body .calendar,
.rich-datepicker-body .month-picker,
.rich-datepicker-body .year-picker {
float: left;
height: 267px;
box-shadow: inset 1px 1px 3px #b1b1b1;
overflow: hidden;
position: relative;
}
.rich-datepicker-body .month-picker,
.rich-datepicker-body .year-picker {
width: 80px;
margin-left: -1px;
line-height: 22px;
text-indent: 10px;
background: #ededed;
cursor: pointer;
}
.rich-datepicker-body .month-picker ul,
.rich-datepicker-body .year-picker ul {
padding-top: 1px;
position: relative;
z-index: 2;
}
.rich-datepicker-body .year-picker {
width: 60px;
}
.rich-datepicker-body .bg-area {
position: absolute;
box-shadow: 1px 1px 1px rgba(0,0,0, .2);
z-index: 1;
}
.rich-datepicker-body .draggable-area {
position: absolute;
z-index: 3;
cursor: move;
background: url('1.gif');
text-indent: 0;
}
.rich-datepicker-body .month-picker .bg-area,
.rich-datepicker-body .month-picker .draggable-area {
width: 78px;
height: 40px;
margin: 1px;
left: 0;
}
.rich-datepicker-body .year-picker .bg-area,
.rich-datepicker-body .year-picker .draggable-area {
width: 58px;
height: 22px;
margin: 1px;
left: 0;
}
.rich-datepicker-body .year-picker li:nth-child(5),
.rich-datepicker-body .month-picker li:nth-child(5),
.rich-datepicker-body .year-picker li:nth-child(8),
.rich-datepicker-body .month-picker li:nth-child(8) {
color: #1a1a1a;
}
.rich-datepicker-body .year-picker li:nth-child(4),
.rich-datepicker-body .month-picker li:nth-child(4),
.rich-datepicker-body .year-picker li:nth-child(9),
.rich-datepicker-body .month-picker li:nth-child(9) {
color: #333333;
}
.rich-datepicker-body .year-picker li:nth-child(3),
.rich-datepicker-body .month-picker li:nth-child(3),
.rich-datepicker-body .year-picker li:nth-child(10),
.rich-datepicker-body .month-picker li:nth-child(10) {
color: #4d4d4d;
}
.rich-datepicker-body .year-picker li:nth-child(2),
.rich-datepicker-body .month-picker li:nth-child(2),
.rich-datepicker-body .year-picker li:nth-child(11),
.rich-datepicker-body .month-picker li:nth-child(11) {
color: #666666;
}
.rich-datepicker-body .year-picker li:nth-child(1),
.rich-datepicker-body .month-picker li:nth-child(1),
.rich-datepicker-body .year-picker li:nth-child(12),
.rich-datepicker-body .month-picker li:nth-child(12) {
color: #808080;
}
| 0.272218 | 0.108189 |
@font-face {
font-family: 'Perpetua';
src: url('Perpetua.woff2') format('woff2'),
url('Perpetua.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Perpetua';
src: url('Perpetua-Bold.woff2') format('woff2'),
url('Perpetua-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Perpetua';
src: url('Perpetua.woff2') format('woff2'),
url('Perpetua.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Perpetua';
src: url('Perpetua-Bold.woff2') format('woff2'),
url('Perpetua-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
overflow-x: hidden;
font-size: 14px;
line-height: 22px;
color: #555555;
}
a {
text-decoration: none;
color: #000;
}
a:hover, a:focus {
text-decoration: none;
}
a:hover {
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
}
img {
max-width:100%;
}
input[type="text"]:focus, textarea:focus, input[type="password"]:focus, select:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
outline: none;
}
select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
ul {
padding: 0;
margin:0;
list-style-type: none;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Perpetua';}
p{
font-family: 'Poppins', sans-serif;
}
.center-col {
margin: 0 auto;
display: table;
float: none;
}
.flex-row {
display: flex;
align-items: center;
}
.all-section {
padding: 80px 0px;
}
.theme-heading {
margin: 0 0 30px;
position:relative;
}
.theme-heading h3 {
font-size: 50px;
color: #000;
margin-bottom: 30px;
font-weight: bold;
text-align: center;
}
.theme-heading p {
color: #000;
font-size: 13px;
margin-bottom: 25px;
}
.theme-btn {
background: #000;
color: #fff;
font-size: 16px;
display: inline-block;
font-weight: 300;
padding: 15px 40px;
margin: 15px 0px;
}
.section-space {
padding: 80px 0;
}
/*START: HEADER SECTION*/
.theme-cosmetice-heading h2 {
font-family: 'Perpetua', sans-serif;
font-size: 60px;
font-weight: 700;
color: black;
margin-top: 0;
}
.theme-cosmetice-heading p {
font-size: 15px;
font-weight: 400;
color: #3f3f3f;
font-family: 'Poppins', sans-serif;
margin: 19px 0px;
}
.theme-cosmetice-heading a {
background: black;
color: white;
padding: 14px 51px;
display: inline-block;
margin-top: 8px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 16px;
}
/*END: HEADER SECTION*/
/*BEGIN: HEADER SECTION*/
.header-top {
background: black;
}
.language-tab, .cart-tab {
display: inline-block;
border-left: 1px solid white;
border-right: 1px solid white;
padding: 13px 18px;
}
.language-tab p {
color: white;
font-size: 15px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
margin-bottom: 0;
}
.language-tab span{
font-weight: 600;
border-bottom: 1px solid white;
padding-bottom: 1px;
}
.language-tab i ,.cart-tab i{
margin-left: 13px;
}
.cart-tab {
float: right;
}
.cart-tab p {
color: white;
margin-bottom: 0;
}
/*header-middle start*/
.header-search {
margin-top: 32px;
}
.header-middle {
margin: 0px 0;
}
.main_logo img {
margin-top: 7px;
max-width: 300px;
}
.header-search input {
background: #a4a4a4;
padding: 13px 38px;
border: none;
}
.header-search input::placeholder {
color:white;
}
.header-search i {
background: black;
padding: 17px 22px;
color: white;
font-size: 15px;
margin-left: -3px;
}
.view-product button {
background: black;
padding: 12px 32px;
float: right;
border: none;
color: white;
font-size: 15px;
font-weight: 500;
margin-top: 32px;
font-family: 'Poppins', sans-serif;
}
/*header-middle end*/
.header-nav {
background: black;
}
.navbar a{
color: white;
text-transform: uppercase;
font-size: 17px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}
.navbar a:hover {
color: black;
}
.navbar-nav {
float: unset !important;
}
.header-nav nav.navbar {
margin-bottom: 0;
}
.header-nav li {
margin: 0 24px;
}
/*END: HEADER SECTION*/
/*BEGIN: SLIDER SECTION*/
.slider {
background-size: cover;
background-repeat: no-repeat;
height: 90vh;
margin-top: -2px;
}
.slider-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: start;
height: 91vh;
width: 64%;
}
.slider-content h2 {
font-family: 'Perpetua', sans-serif;
font-size: 68px;
font-weight: 700;
margin-bottom: 0;
color: white;
}
.slider-content h1 {
font-family: 'Perpetua', sans-serif;
font-size: 110px;
font-weight: 700;
color: white;
margin-top: 0;
}
.slider-content p {
font-size: 14px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
color: white;
width: 79%;
margin: 10px 0px 26px 0;
}
.slider-content a {
color: white;
font-size: 15px;
padding: 9px 19px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
border: 1px solid white;
}
/*END: SLIDER SECTION*/
/*BEGIN: HOME ABOUT SECTION*/
.home-about {
background-size: cover;
background: no-repeat;
text-align: center;
}
.home-about-padding {
padding: 0px 152px;
}
/*END: HOME ABOUT SECTION*/
/*BEGIN: HOME EYES SECTION*/
.home-eyes {
position: relative;
}
.home-eyes::before {
content: url(../images/eyes_left_img.png);
position: absolute;
left: -356px;
top: -96px;
z-index: -7;
}
.home-eyes::after {
content: url(../images/eyes_right_img.png);
position: absolute;
top: -342px;
right: -492px;
z-index: -7;
background-size: cover;
}
.item-type-content h4 {
font-weight: 700;
font-family: 'Poppins', sans-serif;
font-size: 25px;
color: black;
}
.items-type {
display: flex;
margin: 25px 0px;
}
.item-type-content p {
font-weight: 500;
font-family: 'Poppins', sans-serif;
font-size: 18px;
color: #333333;
}
.item-type-content {
margin-left: 30px;
}
.eyes_bar{
display: inline-block;
border-bottom: 3px solid #333333;
width: 167px;
position: relative;
top: -8px;
}
/*END: HOME EYES SECTION*/
/*BEGIN: BANNER SECTION*/
section.banner {
position: relative;
width: 100%;
}
.banner-overlay {
position: absolute;
top: 35%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
}
section.banner .banner-overlay h2 {
font-size: 65px;
font-weight: bold;
color: #fff;
text-align: center;
}
/*END: BANNER SECTION*/
/*BEGIN: ABOUT PAGE*/
.about-section .about-content h3 {
font-size: 60px;
color: #000;
font-weight: bold;
}
.about-section .about-content p {
font-size: 14px;
color: #000;
line-height: 28px;
padding: 5px;
}
.about-section .about-content img{
width: 60%;
padding: 0 25px;
}
section.offer-banner .banner-overlay a {
font-size: 15px;
color: #fff;
text-transform: uppercase;
border: 2px solid #fff;
padding: 14px;
display: inline-block;
}
section.offer-banner .banner-overlay {
top: 25%;
}
.testimonial .slick-next {
right: -18px;
background: #333333;
border: 3px solid white;
height: 35px;
width: 38px;
}
.testimonial .slick-prev:before {
content: '<<';
}
.testimonial .slick-next:before {
content: '>>';
}
.testimonial .slick-prev {
left: -18px;
z-index: 8;
background: #333333;
border: 3px solid white;
height: 35px;
width: 38px;
}
.testimonial .testimonial-content{
text-align: center;
background-image: url('../images/test-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.client-nam {
margin-left: 23px;
margin-top: 6px;
color: black;
font-family: 'Poppins',sans-serif;
font-size: 16px;
font-weight: 500;
}
.testimonial .testimonial-content img{
margin: auto;
}
.testimonial .testimonial-content h4 {
color: #fff;
font-size: 16px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.testimonial .testimonial-content p {
font-size: 15px;
color: #7c7a7a;
font-style: italic;
font-weight: bold;
}
.testimonial .testimonial-content{
padding: 20px;
}
/*END: ABOUT PAGE*/
/*BEGIN: PRODUCT DETAIL PAGE*/
.prod-detail {
padding: 5% 0;
}
.prod-detail img {
width: 100%;
border: 10px solid #f7f5f5;
}
.product-disp h4 {
color: #000;
font-size: 48px;
margin: 0;
font-weight: bold;
}
.star-blk {
float: left;
width: 100%;
margin: 15px 0;
}
.star-blk li {
float: left;
margin-right: 6px;
font-size: 18px;
color: #333333;
}
.product-disp h5 {
font-size: 30px;
color: #333;
font-weight: bold;
}
.product-disp p {
color: #333;
line-height: 23px;
font-size: 15px;
}
.prod-btns li {
float: left;
}
.quantity-blk {
border: 1px solid #e1e1e1;
padding: 0px 10px;
width: 75%;
}
.quantity-blk i{
font-size: 11px;
}
.quantity-blk .quant {
width: 62%;
text-align: center;
border-right: 1px solid #e1e1e1 !important;
padding: 10px 0px;
border: none;
border-left: 1px solid #e1e1e1;
}
.prod-btns li:first-child {
width: 16%;
}
.crt-btn {
background-color: #000 !important;
display: inline-block;
color: #fff;
padding: 11px 20px !important;
margin-right: 5px;
}
.prod-btns li a {
color: #fff;
background-color: #656565;
padding: 11px 18px;
display: inline-block;
margin-right: 5px;
font-size: 16px;
text-transform: uppercase;
}
.prod-btns {
margin: 20px 0 0;
}
.additionalInfo {
padding: 50px 0;
}
.additionalInfo .nav-pills {
padding: 20px 0;
}
.additionalInfo .nav-pills li {
padding: 10px 20px 10px 0;
}
.additionalInfo .nav-pills li a {
background: transparent;
text-transform: uppercase;
color: #333;
font-size: 18px;
border-radius: 0;
padding: 10px 30px;
border-bottom: 1px solid transparent;
}
.additionalInfo .nav-pills li.active a, .additionalInfo .nav-pills li:hover a {
color: #fff;
background-color: #000;
}
.additionalInfo .tab-content {
margin-top: 10px;
}
.additionalInfo .tab-content .tab-pane p {
color: #666666;
font-size: 15px;
}
.collapsible {
color: #fff;
cursor: pointer;
padding: 0;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
background-color: #101213;
}
.content {
padding: 20px 0 0;
display: none;
overflow: hidden;
}
.collapsible::before {
content: '\f067';
position: absolute;
right: 26px;
font-family: fontawesome;
}
.collapsible.active::before {
display: none;
}
.collapsible.active::after {
content: '\f068';
position: absolute;
right: 26px;
font-family: fontawesome;
}
.list-inline a {
color: #fff;
}
.list-inline {
float: right;
position: relative;
left: -100px;
top: 4px;
}
#review h2 {
font-size: 26px;
color: #000;
margin-top: 0;
}
.stars span {
color: #d9a420 !important;
}
.leavereply h1 {
color: #000;
font-size: 60px;
}
.leavereply input[type="text"], .leavereply input[type="email"] {
width: 100%;
margin-bottom: 20px;
border: 1px solid #e6e6e6;
background: transparent;
border-radius: 2px;
color: #000;
height: 50px;
padding: 0 30px;
}
.leavereply input[type="submit"] {
float: right;
text-align: center;
border: 0;
display: inline-block;
padding: 12px 32px;
font-weight: 600;
text-transform: uppercase;
font-size: 13px;
color: #333;
}
.leavereply textarea {
width: 100%;
min-height: 200px;
margin-bottom: 20px;
resize: none;
border: 1px solid #e6e6e6;
background: transparent;
border-radius: 2px;
color: #000;
padding: 20px 30px;
}
/*END: PRODUCT DETAIL PAGE*/
/*BEGIN: CART PAGE*/
.add-to-cart{
padding: 60px 0px;
}
.add-to-cart thead {
background: #000;
color: #fff;
}
.add-to-cart .table>thead>tr>th {
border-bottom: 0;
padding-left: 30px;
padding-bottom: 25px;
padding-top: 25px;
}
.add-to-cart thead tr th {
font-size: 16px;
font-weight: 400;
line-height: 18px;
text-transform: uppercase;
}
.table-space h3 {
font-size: 20px;
color: #000;
margin-bottom: 5px;
font-family: 'Poppins', sans-serif;
}
.table-space span {
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
color: #868686;
}
.product-img {
border: 1px solid #ccc;
display: inline-block;
width: 100%;
height: 100px;
padding: 10px 20px;
}
.add-to-cart input {
width: 100%;
text-align: center;
height: 49px;
border-radius: 6px;
border: 1px solid #ebebeb;
font-size: 23px;
color: rgba(0, 0, 0, 0.50);
font-weight: 500;
margin-top: 24px;
}
.add-to-cart a {
font-size: 17px;
display: block;
text-align: center;
padding-top: 9px;
color: rgba(0, 0, 0, 0.50);
font-weight: 400;
text-decoration: none;
font-family: 'Poppins', sans-serif;
}
.add-to-cart h4 {
font-size: 22px;
font-weight: 400;
color: #000;
text-align: center;
margin-top: 40px;
font-family: 'Poppins', sans-serif;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
tr.space {
border-bottom: 1px solid #ccc;
}
a.remove {
background: #000;
color: #fff;
font-size: 29px;
padding: 0px 15px;
border: 1px solid #e6e5e5;
margin-top: 25px;
padding-bottom: 5px;
}
.proceed a {
color: #000;
text-align: left;
font-size: 20px;
}
.proceed i {
margin-right: 12px;
}
.proceed .checkout-btn {
background-color: #000;
border: none;
padding: 20px;
width: 100%;
font-size: 20px;
margin-top: 4px;
border-radius: 0;
text-align: center;
color: #fff;
border: 2px solid #000;
}
.proceed .checkout-btn:hover{
background: #fff;
color: #000;
}
.or-amazon {
margin-top: 50px;
position: relative;
border: 1px solid #000;
/* top: 25px; */
padding: 30px 50px;
border-radius: 5px;
}
.or-amazon p {
font-size: 20px;
position: absolute;
background: #fff;
top: -22px;
left: 105px;
padding: 8px 20px;
color: #000;
display: block;
text-transform: uppercase;
}
.or-amazon a {
text-decoration: none;
text-align: center;
}
.total-section {
border: 1px solid #e5e5e5;
padding: 27px 20px;
}
.total-section li {
font-size: 20px;
padding-bottom: 20px;
color: #000;
}
li.color-change {
color: #000;
text-transform: uppercase;
}
.total-section li span {
float: right;
}
.ship-estimate {
background-color: #f1f1f1;
padding: 10px 20px;
margin-top: 25px;
border: 1px solid #e5e5e5;
}
.ship-estimate ul {
margin-top: 20px;
margin-bottom: 50px;
}
.ship-estimate li {
font-size: 23px;
color: #000;
margin-bottom: 5px;
}
.ship-estimate .grey-style {
color: #000;
font-size: 16px;
}
/*END: CART PAGE*/
/*BEGIN: CONTACT PAGE*/
.form-group {
margin: 14px 0;
}
.contact-form-inner input.form-control {
border-radius: 0;
background-color: #f3f3f3;
padding: 22px 22px;
}
.contact-form-inner textarea.form-control {
background-color: #f3f3f3;
border-radius: 0;
min-height: 309px;
padding: 20px;
}
.contact-form-inner .form-group button {
background-color: #000;
color: #fff;
width: 100%;
padding: 10px;
font-size: 17px;
font-weight: 400;
text-transform: uppercase;
border: none;
}
.contact-form-inner .form-group button:hover{
background-color: rgb(170, 170, 170);
}
.contact-body h2 {
font-weight: 700;
font-size: 40px;
color: #000;
text-transform: uppercase;
}
ul.contact-details {
list-style-type: none;
padding: 13px 0;
}
ul.contact-details li {
padding: 5px 0;
color: #000;
font-weight: 700;
font-size: 18px;
}
ul.contact-details li i {
padding-right: 24px;
font-size: 29px;
width: 10%;
}
.top-bar ul.top-detail li {
padding-right: 25px;
padding-left: 25px;
}
.contact-top-detail p {
color: #3b404f;
font-size: 15px;
font-weight: 400;
}
/*END: CONTACT PAGE*/
/*BEGIN: ACCOUNT SECTION*/
.account-section .theme-heading h2{
font-size: 44px;
}
.account-section input.form-control {
border: 1px solid #dbdbdb;
padding: 22px;
background: #f3f3f3;
border-radius: 0;
}
.account-section a.theme-btn {
text-align: center;
width: 100%;
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
border: 2px solid #000;
}
.account-section a.theme-btn:hover{
background: #fff;
color: #000;
border: 2px solid #000;
}
.account-section .login-form label.rem-me{
font-weight: 400;
font-size: 14px;
}
.account-section .login-form a.forget-btn {
font-size: 14px;
color: #555555;
}
.account-section input.form-control::placeholder{
color: gray;
}
.account-section form.login-form {
border: 1px solid #b5b5b5;
padding: 17px 4px;
margin: -3px;
}
/*END:ACCOUNT SECTION*/
/*BEGIN: CHECKOUT PAGE*/
.checkout-main {
padding: 5% 0;
}
.submit-btn {
background: #018eff;
padding: 16px 31px;
color: #fff;
font-weight: 400;
border-radius: 0px;
font-size: 15px;
width: 100%;
display: inline-block;
text-align: center;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.chk-left .panel-default>.panel-heading {
color: #333;
background-color: inherit;
border-color: inherit;
}
.citem p {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 16px;
}
.cart-bottom p {
font-weight: 500;
font-size: 16px;
font-family: 'Poppins', sans-serif;
}
.checkout .panel-group .panel {
border-radius: 0;
margin-bottom: -6px;
box-shadow: none
}
.order-guest {
list-style: none;
padding: 0;
margin-bottom: 20px;
}
.order-guest li {
display: inline-block;
margin-right: 5px;
font-size: 16px;
color: #404040;
font-weight: 500;
}
.digi-form [type="radio"]:checked, .digi-form [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.digi-form [type="radio"]:checked+label, .digi-form [type="radio"]:not(:checked)+label {
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
font-size: 15px;
}
.digi-form [type="radio"]:checked+label:before, .digi-form [type="radio"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
border: 2px solid #000;
border-radius: 100%;
background: #fff;
}
.digi-form [type="radio"]:checked+label:after, .digi-form [type="radio"]:not(:checked)+label:after {
content: '';
width: 12px;
height: 12px;
background: #015f92;
position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.digi-form [type="radio"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.checkout .form-group {
margin-top: 20px;
}
.checkout .form-group input[type="text"] {
padding: 0 75px 0 15px;
}
.checkout .form-group .form-control {
border-radius: 0;
height: 40px;
margin-top: -8px;
}
.checkout a.show {
float: right;
margin-top: -54px;
background: #41469d;
border-radius: 0 !important;
padding: 8px 14px !important;
color: #fff;
}
.checkout .show:hover, .checkout.show:active, .checkout .show:focus {
color: #fff;
background-color: #000;
}
.checkout .opt {
margin-top: 20px;
font-size: 14px;
font-weight: 600;
}
.checkout label {
margin: 0;
font-size: 14px;
color: #000000;
font-weight: 600;
}
.checkoutMain {
background: #fff;
padding: 60px 20px;
}
.checkout {
padding: 5% 0;
}
.checkout .panel-default>.panel-heading {
background-color: #fff;
border-color: #eee;
cursor: pointer;
padding: 0;
}
.checkoutMain .panel-heading {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.checkout .panel-heading a {
color: #000000;
margin-left: 0;
display: block;
font-size: 18px;
text-transform: uppercase;
padding: 15px 15px;
}
.checkout .panel-body h5 {
color: #000000;
font-size: 16px;
font-weight: bold;
}
.checkout .chk-form {
margin-top: 40px;
}
.checkout .chk-form .controls {
display: inline;
}
.checkout .chk-form label {
margin-right: 20px;
margin-bottom: 29px;
margin-right: 20px;
color: #000000;
font-size: 14px;
font-weight: 500;
}
.checkout .chk-form input {
width: 60%;
height: 37px;
}
.checkout .chk-form #username3 {
margin-left: 40px;
}
.checkout .panel-body p {
font-size: 14px;
color: #333333;
}
.checkout .panel-body p a {
color: #000000;
font-weight: bold;
}
.checkout .chk-form p {
color: #000000;
display: inline;
margin-left: 11px;
}
.checkout .chk-form a {
background: #ff9125;
padding: 10px 11px;
color: #fff;
margin-left: -64px;
}
.checkout .checkbox {
margin-left: 6%;
width: 70%;
margin-bottom: 22px;
}
.checkout .checkbox label {
display: inline-block;
position: relative;
padding-left: 5px;
color: #000000;
font-size: 15px;
margin-top: 2px;
}
.checkout .checkbox p {
margin-left: 5px;
color: #8d8d8d;
margin-top: 5px;
}
.checkout .checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
margin-left: -20px;
border: 1px solid #000000;
background-color: #fff;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
border-radius: 0;
}
.checkout .checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.checkout .checkbox input[type="checkbox"] {
opacity: 0;
}
.checkout .checkbox input[type="checkbox"]:focus+label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.checkout .checkbox input[type="checkbox"]:checked+label::after {
font-family: 'FontAwesome';
content: "\f00c";
}
.checkout .checkbox input[type="checkbox"]:disabled+label {
opacity: 0.65;
}
.checkout .checkbox input[type="checkbox"]:disabled+label::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.checkout .checkbox.checkbox-circle label::before {
border-radius: 50%;
}
.checkout .checkbox.checkbox-inline {
margin-top: 0;
}
.checkout .checkbox-primary input[type="checkbox"]:checked+label::before {
background-color: #428bca;
border-color: #428bca;
}
.checkout .checkbox-primary input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkout .checkbox-danger input[type="checkbox"]:checked+label::before {
background-color: #d9534f;
border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkbox-info input[type="checkbox"]:checked+label::before {
background-color: #5bc0de;
border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked+label::before {
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.checkout .checkbox-warning input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkout .checkbox-success input[type="checkbox"]:checked+label::before {
background-color: #5cb85c;
border-color: #5cb85c;
}
.checkout .checkbox-success input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkout .conti .btn {
background: #ff9125;
padding: 9px 25px;
font-size: 16px;
color: #ffffff !important;
margin-bottom: 16px;
border-radius: 50px;
}
.checkout .conti .btn:hover {
background: #000000;
}
.checkout .panel-body {
padding: 15px;
}
.cart-bottom a {
color: #000;
}
.cart-bottom a i {
font-size: 24px;
margin: 10px 0px;
color: #666666;
}
.checkout .panel-heading .padleft {
margin-left: 18px;
}
.checkout .panel-heading.disabled {
pointer-events: none;
cursor: default;
opacity: 1;
}
.checkout .disabled+.panel-body {
display: none;
}
.cart-bottom ul {
list-style: none;
padding: 0px;
margin-bottom: 28px;
margin-left:0;
}
.cart-bottom ul li a {
font-size: 15px;
}
.cart-bottom .col-md-8 {
padding: 0px;
}
.cart-bottom i {
margin-top: 10px;
font-size: 25px;
color: #000000;
}
i.fa.fa-truck {
transform: rotateY(180deg);
}
.noTop {
padding-top: 0;
}
.check-form label {
margin: auto;
margin-bottom: 15px;
}
.chk-left a.show {
float: right;
margin-top: -49px;
background: #000;
border-radius: 0;
padding: 6px 14px;
color: #fff;
text-transform: uppercase;
}
.chk-left a.showed {
float: right;
margin-top: -50px;
background: #000;
border-radius: 0;
padding: 10px 34px;
color: #fff;
font-weight: 400;
font-size: 16px;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.cart_content_area label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 500;
}
.chk-left .form_date .form-control {
border:1px solid #ccc;
/* background:#FFF; */
border-right:0;
}
.chk-left .form_date span {background:#FFF;}
.icons_calendar {display:none;}
.checkbox p {
padding-left: 20px;
}
.checkoutMain .panel-heading:first-child {
background-color: #fff;
}
.panel-heading h4 {
text-transform: uppercase;
color: #000;
font-weight: 600;
}
.chk-left .checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 600;
cursor: pointer;
color: #000;
}
.panel-body p.creat-account {
min-height: 20px;
padding-left: 20px;
font-weight: 400;
cursor: pointer;
color: #000;
margin-bottom: 25px;
}
.panel-default>.panel-heading h4 {
font-size: 19px;
text-transform:uppercase;
font-weight:500;
padding: 10px 0;
}
.checkout-main {
padding: 5% 0;
}
.submit-btn {
background: #018eff;
padding: 16px 31px;
color: #fff;
font-weight: 400;
border-radius: 0px;
font-size: 15px;
width: 100%;
display: inline-block;
text-align: center;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.chk-left .panel-default>.panel-heading {
color: #333;
background-color: #f7f7f7;
border-color: inherit;
}
.citem p {
font-weight: 400;
font-size: 14px;
/* color: #83b735; */
margin: 0;
}
.cart-bottom p {
font-weight: 400;
font-size: 15px;
}
.chk-left .panel-group .panel+.panel {
margin-top: 15px;
}
/*END: CHECKOUT PAGE*/
/*PRODUCT PAGE*/
.pro-box img {
margin: auto;
}
.category-section .pro-box {
text-align: center;
border: 2px solid #bcbcbc;
padding: 20px;
min-height: 390px;
margin: 20px 0;
}
.category-section .pro-box h3 {
font-size: 30px;
color: #000;
font-weight: 700;
}
.category-section .pro-box h4 {
font-size: 27px;
color: #000;
font-weight: 700;
}
#faq {
margin-bottom: 0;
}
#faq .panel-group {
margin-bottom: 0;
}
#faq .panel-group .panel+.panel {
margin-top: 0px;
box-shadow: none;
}
#faq .panel-heading {
padding: 0 0 11px;
}
#faq .panel-heading a {
display: block;
position: relative;
text-decoration: none;
font-weight: 500;
line-height: 40px;
padding: 0;
color: #000;
font-size: 15px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
#faq .panel-heading a:hover {
text-decoration: none;
}
#faq .panel-heading a.collapsed {
padding: 0;
vertical-align: middle;
}
#faq .panel-heading a.collapse {
padding: 0;
vertical-align: middle;
}
#faq .panel-heading a.collapsed .fa-minus {
display: none;
}
#faq .panel-heading a.collapsed .fa-plus {
display: block;
}
#faq .panel-heading a .fa {
position: absolute;
top: 5px;
right: 0;
color: #999999;
background: transparent;
height: 20px;
width: 20px;
text-align: center;
padding: 10px 0;
border-radius: 50px;
font-size: 10px;
}
#faq .panel-heading a .fa-plus {
display: none;
}
#faq .panel-body {
border: none;
color: #333;
font-size: 16px;
background: #ffffff;
line-height: 30px;
padding: 0;
}
.pack-tabs .panel-default {
border: none;
box-shadow: none;
}
.pack-tabs .nav-tabs {
border: none;
}
#faq .panel-body ol {
padding: 0;
padding-left: 13px;
}
.category-section .heading-sec h2 {
color: #fff;
background: #000;
padding: 15px;
font-size: 18px;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
#faq .panel-body ol li {
font-size: 17px;
font-weight: 400;
color: #6c6a6a;
}
#faq .panel-body p {
font-size: 15px;
font-weight: 400;
color: #6c6a6a;
/* font-family: initial; */
width: 91%;
}
/*PRODUCTS PAGE*/
/*Footer Css Start*/
footer {
background-color: #fff;
padding: 4% 0;
border-top: 1px solid white;
background-image: url('../images/footer-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}
footer h4 {
color: white;
font-size: 28px;
text-transform: uppercase;
position: relative;
border-bottom: 1px solid white;
padding-bottom: 20px;
margin: 0 0 30px;
font-family: 'Perpetua', sans-serif;
}
footer h4::before {
content: '';
height: 2px;
width: 30px;
position: absolute;
background-color: white;
bottom: 0;
}
.ftr-col1 ul {
padding: 0;
margin: 0;
float: left;
width: 50%;
}
.ftr-col1 li {
list-style: none;
line-height: 30px;
}
.ftr-col1 li a {
color: white;
}
.ftr-col1 li a:hover {
color: #13346a;
}
.ftr-col1 {
padding-right: 50px;
}
.ftr-col2 ul {
padding: 0;
margin: 0;
float: left;
width: 100%;
}
.ftr-col2 ul li {
float: left;
list-style: none;
}
.ftr-soc {
margin: 16px 0 !important;
}
.ftr-col2 form input {
width: 100%;
background-color: #939393;
border: none;
color: #fff;
padding: 8px 13px;
border-radius: 3px;
}
.ftr-col2 button {
background-color: #13346a;
border: none;
color: #fff;
padding: 10px 30px;
margin-top: 8px;
border-radius: 4px;
}
.ftr-soc li a {
display: inline-block;
color: #fff;
min-width: 35px;
text-align: center;
margin: 0px 4px;
padding: 7px 0;
border-radius: 30px;
}
.ftr-soc li:first-child {
color: #313131;
text-transform: uppercase;
font-weight: 600;
margin-right: 10px;
position: relative;
top: 8px;
}
/*.ftr-soc li:nth-child(2) a {
background-color: #3a5ba0;
}
.ftr-soc li:nth-child(3) a {
background-color: #2ca7e0;
}
.ftr-soc li:nth-child(4) a {
background-color: #eb391a;
}*/
.ftr-soc li:nth-child(5) a {
background-color: #0e76a8;
}
.ftr-card {
margin: 0 !important;
}
.ftr-card li:first-child {
top: 3px !important;
}
.copyrit {
background-color: #333333;
padding: 12px 0;
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 14px;
}
.copyrit a {
color: white;
text-align: center;
}
.copyrit p {
margin: 0;
color: white;
font-family: 'Poppins', sans-serif;
font-size: 14px;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px){}
@media only screen and (min-width: 768px) and (max-width: 1023px){}
@media only screen and (min-width: 300px) and (max-width: 767px){}
|
public/css/style.css
|
@font-face {
font-family: 'Perpetua';
src: url('Perpetua.woff2') format('woff2'),
url('Perpetua.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Perpetua';
src: url('Perpetua-Bold.woff2') format('woff2'),
url('Perpetua-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Perpetua';
src: url('Perpetua.woff2') format('woff2'),
url('Perpetua.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Perpetua';
src: url('Perpetua-Bold.woff2') format('woff2'),
url('Perpetua-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
overflow-x: hidden;
font-size: 14px;
line-height: 22px;
color: #555555;
}
a {
text-decoration: none;
color: #000;
}
a:hover, a:focus {
text-decoration: none;
}
a:hover {
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
}
img {
max-width:100%;
}
input[type="text"]:focus, textarea:focus, input[type="password"]:focus, select:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
outline: none;
}
select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
ul {
padding: 0;
margin:0;
list-style-type: none;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Perpetua';}
p{
font-family: 'Poppins', sans-serif;
}
.center-col {
margin: 0 auto;
display: table;
float: none;
}
.flex-row {
display: flex;
align-items: center;
}
.all-section {
padding: 80px 0px;
}
.theme-heading {
margin: 0 0 30px;
position:relative;
}
.theme-heading h3 {
font-size: 50px;
color: #000;
margin-bottom: 30px;
font-weight: bold;
text-align: center;
}
.theme-heading p {
color: #000;
font-size: 13px;
margin-bottom: 25px;
}
.theme-btn {
background: #000;
color: #fff;
font-size: 16px;
display: inline-block;
font-weight: 300;
padding: 15px 40px;
margin: 15px 0px;
}
.section-space {
padding: 80px 0;
}
/*START: HEADER SECTION*/
.theme-cosmetice-heading h2 {
font-family: 'Perpetua', sans-serif;
font-size: 60px;
font-weight: 700;
color: black;
margin-top: 0;
}
.theme-cosmetice-heading p {
font-size: 15px;
font-weight: 400;
color: #3f3f3f;
font-family: 'Poppins', sans-serif;
margin: 19px 0px;
}
.theme-cosmetice-heading a {
background: black;
color: white;
padding: 14px 51px;
display: inline-block;
margin-top: 8px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 16px;
}
/*END: HEADER SECTION*/
/*BEGIN: HEADER SECTION*/
.header-top {
background: black;
}
.language-tab, .cart-tab {
display: inline-block;
border-left: 1px solid white;
border-right: 1px solid white;
padding: 13px 18px;
}
.language-tab p {
color: white;
font-size: 15px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
margin-bottom: 0;
}
.language-tab span{
font-weight: 600;
border-bottom: 1px solid white;
padding-bottom: 1px;
}
.language-tab i ,.cart-tab i{
margin-left: 13px;
}
.cart-tab {
float: right;
}
.cart-tab p {
color: white;
margin-bottom: 0;
}
/*header-middle start*/
.header-search {
margin-top: 32px;
}
.header-middle {
margin: 0px 0;
}
.main_logo img {
margin-top: 7px;
max-width: 300px;
}
.header-search input {
background: #a4a4a4;
padding: 13px 38px;
border: none;
}
.header-search input::placeholder {
color:white;
}
.header-search i {
background: black;
padding: 17px 22px;
color: white;
font-size: 15px;
margin-left: -3px;
}
.view-product button {
background: black;
padding: 12px 32px;
float: right;
border: none;
color: white;
font-size: 15px;
font-weight: 500;
margin-top: 32px;
font-family: 'Poppins', sans-serif;
}
/*header-middle end*/
.header-nav {
background: black;
}
.navbar a{
color: white;
text-transform: uppercase;
font-size: 17px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}
.navbar a:hover {
color: black;
}
.navbar-nav {
float: unset !important;
}
.header-nav nav.navbar {
margin-bottom: 0;
}
.header-nav li {
margin: 0 24px;
}
/*END: HEADER SECTION*/
/*BEGIN: SLIDER SECTION*/
.slider {
background-size: cover;
background-repeat: no-repeat;
height: 90vh;
margin-top: -2px;
}
.slider-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: start;
height: 91vh;
width: 64%;
}
.slider-content h2 {
font-family: 'Perpetua', sans-serif;
font-size: 68px;
font-weight: 700;
margin-bottom: 0;
color: white;
}
.slider-content h1 {
font-family: 'Perpetua', sans-serif;
font-size: 110px;
font-weight: 700;
color: white;
margin-top: 0;
}
.slider-content p {
font-size: 14px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
color: white;
width: 79%;
margin: 10px 0px 26px 0;
}
.slider-content a {
color: white;
font-size: 15px;
padding: 9px 19px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
border: 1px solid white;
}
/*END: SLIDER SECTION*/
/*BEGIN: HOME ABOUT SECTION*/
.home-about {
background-size: cover;
background: no-repeat;
text-align: center;
}
.home-about-padding {
padding: 0px 152px;
}
/*END: HOME ABOUT SECTION*/
/*BEGIN: HOME EYES SECTION*/
.home-eyes {
position: relative;
}
.home-eyes::before {
content: url(../images/eyes_left_img.png);
position: absolute;
left: -356px;
top: -96px;
z-index: -7;
}
.home-eyes::after {
content: url(../images/eyes_right_img.png);
position: absolute;
top: -342px;
right: -492px;
z-index: -7;
background-size: cover;
}
.item-type-content h4 {
font-weight: 700;
font-family: 'Poppins', sans-serif;
font-size: 25px;
color: black;
}
.items-type {
display: flex;
margin: 25px 0px;
}
.item-type-content p {
font-weight: 500;
font-family: 'Poppins', sans-serif;
font-size: 18px;
color: #333333;
}
.item-type-content {
margin-left: 30px;
}
.eyes_bar{
display: inline-block;
border-bottom: 3px solid #333333;
width: 167px;
position: relative;
top: -8px;
}
/*END: HOME EYES SECTION*/
/*BEGIN: BANNER SECTION*/
section.banner {
position: relative;
width: 100%;
}
.banner-overlay {
position: absolute;
top: 35%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
}
section.banner .banner-overlay h2 {
font-size: 65px;
font-weight: bold;
color: #fff;
text-align: center;
}
/*END: BANNER SECTION*/
/*BEGIN: ABOUT PAGE*/
.about-section .about-content h3 {
font-size: 60px;
color: #000;
font-weight: bold;
}
.about-section .about-content p {
font-size: 14px;
color: #000;
line-height: 28px;
padding: 5px;
}
.about-section .about-content img{
width: 60%;
padding: 0 25px;
}
section.offer-banner .banner-overlay a {
font-size: 15px;
color: #fff;
text-transform: uppercase;
border: 2px solid #fff;
padding: 14px;
display: inline-block;
}
section.offer-banner .banner-overlay {
top: 25%;
}
.testimonial .slick-next {
right: -18px;
background: #333333;
border: 3px solid white;
height: 35px;
width: 38px;
}
.testimonial .slick-prev:before {
content: '<<';
}
.testimonial .slick-next:before {
content: '>>';
}
.testimonial .slick-prev {
left: -18px;
z-index: 8;
background: #333333;
border: 3px solid white;
height: 35px;
width: 38px;
}
.testimonial .testimonial-content{
text-align: center;
background-image: url('../images/test-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.client-nam {
margin-left: 23px;
margin-top: 6px;
color: black;
font-family: 'Poppins',sans-serif;
font-size: 16px;
font-weight: 500;
}
.testimonial .testimonial-content img{
margin: auto;
}
.testimonial .testimonial-content h4 {
color: #fff;
font-size: 16px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
}
.testimonial .testimonial-content p {
font-size: 15px;
color: #7c7a7a;
font-style: italic;
font-weight: bold;
}
.testimonial .testimonial-content{
padding: 20px;
}
/*END: ABOUT PAGE*/
/*BEGIN: PRODUCT DETAIL PAGE*/
.prod-detail {
padding: 5% 0;
}
.prod-detail img {
width: 100%;
border: 10px solid #f7f5f5;
}
.product-disp h4 {
color: #000;
font-size: 48px;
margin: 0;
font-weight: bold;
}
.star-blk {
float: left;
width: 100%;
margin: 15px 0;
}
.star-blk li {
float: left;
margin-right: 6px;
font-size: 18px;
color: #333333;
}
.product-disp h5 {
font-size: 30px;
color: #333;
font-weight: bold;
}
.product-disp p {
color: #333;
line-height: 23px;
font-size: 15px;
}
.prod-btns li {
float: left;
}
.quantity-blk {
border: 1px solid #e1e1e1;
padding: 0px 10px;
width: 75%;
}
.quantity-blk i{
font-size: 11px;
}
.quantity-blk .quant {
width: 62%;
text-align: center;
border-right: 1px solid #e1e1e1 !important;
padding: 10px 0px;
border: none;
border-left: 1px solid #e1e1e1;
}
.prod-btns li:first-child {
width: 16%;
}
.crt-btn {
background-color: #000 !important;
display: inline-block;
color: #fff;
padding: 11px 20px !important;
margin-right: 5px;
}
.prod-btns li a {
color: #fff;
background-color: #656565;
padding: 11px 18px;
display: inline-block;
margin-right: 5px;
font-size: 16px;
text-transform: uppercase;
}
.prod-btns {
margin: 20px 0 0;
}
.additionalInfo {
padding: 50px 0;
}
.additionalInfo .nav-pills {
padding: 20px 0;
}
.additionalInfo .nav-pills li {
padding: 10px 20px 10px 0;
}
.additionalInfo .nav-pills li a {
background: transparent;
text-transform: uppercase;
color: #333;
font-size: 18px;
border-radius: 0;
padding: 10px 30px;
border-bottom: 1px solid transparent;
}
.additionalInfo .nav-pills li.active a, .additionalInfo .nav-pills li:hover a {
color: #fff;
background-color: #000;
}
.additionalInfo .tab-content {
margin-top: 10px;
}
.additionalInfo .tab-content .tab-pane p {
color: #666666;
font-size: 15px;
}
.collapsible {
color: #fff;
cursor: pointer;
padding: 0;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
background-color: #101213;
}
.content {
padding: 20px 0 0;
display: none;
overflow: hidden;
}
.collapsible::before {
content: '\f067';
position: absolute;
right: 26px;
font-family: fontawesome;
}
.collapsible.active::before {
display: none;
}
.collapsible.active::after {
content: '\f068';
position: absolute;
right: 26px;
font-family: fontawesome;
}
.list-inline a {
color: #fff;
}
.list-inline {
float: right;
position: relative;
left: -100px;
top: 4px;
}
#review h2 {
font-size: 26px;
color: #000;
margin-top: 0;
}
.stars span {
color: #d9a420 !important;
}
.leavereply h1 {
color: #000;
font-size: 60px;
}
.leavereply input[type="text"], .leavereply input[type="email"] {
width: 100%;
margin-bottom: 20px;
border: 1px solid #e6e6e6;
background: transparent;
border-radius: 2px;
color: #000;
height: 50px;
padding: 0 30px;
}
.leavereply input[type="submit"] {
float: right;
text-align: center;
border: 0;
display: inline-block;
padding: 12px 32px;
font-weight: 600;
text-transform: uppercase;
font-size: 13px;
color: #333;
}
.leavereply textarea {
width: 100%;
min-height: 200px;
margin-bottom: 20px;
resize: none;
border: 1px solid #e6e6e6;
background: transparent;
border-radius: 2px;
color: #000;
padding: 20px 30px;
}
/*END: PRODUCT DETAIL PAGE*/
/*BEGIN: CART PAGE*/
.add-to-cart{
padding: 60px 0px;
}
.add-to-cart thead {
background: #000;
color: #fff;
}
.add-to-cart .table>thead>tr>th {
border-bottom: 0;
padding-left: 30px;
padding-bottom: 25px;
padding-top: 25px;
}
.add-to-cart thead tr th {
font-size: 16px;
font-weight: 400;
line-height: 18px;
text-transform: uppercase;
}
.table-space h3 {
font-size: 20px;
color: #000;
margin-bottom: 5px;
font-family: 'Poppins', sans-serif;
}
.table-space span {
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
color: #868686;
}
.product-img {
border: 1px solid #ccc;
display: inline-block;
width: 100%;
height: 100px;
padding: 10px 20px;
}
.add-to-cart input {
width: 100%;
text-align: center;
height: 49px;
border-radius: 6px;
border: 1px solid #ebebeb;
font-size: 23px;
color: rgba(0, 0, 0, 0.50);
font-weight: 500;
margin-top: 24px;
}
.add-to-cart a {
font-size: 17px;
display: block;
text-align: center;
padding-top: 9px;
color: rgba(0, 0, 0, 0.50);
font-weight: 400;
text-decoration: none;
font-family: 'Poppins', sans-serif;
}
.add-to-cart h4 {
font-size: 22px;
font-weight: 400;
color: #000;
text-align: center;
margin-top: 40px;
font-family: 'Poppins', sans-serif;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
tr.space {
border-bottom: 1px solid #ccc;
}
a.remove {
background: #000;
color: #fff;
font-size: 29px;
padding: 0px 15px;
border: 1px solid #e6e5e5;
margin-top: 25px;
padding-bottom: 5px;
}
.proceed a {
color: #000;
text-align: left;
font-size: 20px;
}
.proceed i {
margin-right: 12px;
}
.proceed .checkout-btn {
background-color: #000;
border: none;
padding: 20px;
width: 100%;
font-size: 20px;
margin-top: 4px;
border-radius: 0;
text-align: center;
color: #fff;
border: 2px solid #000;
}
.proceed .checkout-btn:hover{
background: #fff;
color: #000;
}
.or-amazon {
margin-top: 50px;
position: relative;
border: 1px solid #000;
/* top: 25px; */
padding: 30px 50px;
border-radius: 5px;
}
.or-amazon p {
font-size: 20px;
position: absolute;
background: #fff;
top: -22px;
left: 105px;
padding: 8px 20px;
color: #000;
display: block;
text-transform: uppercase;
}
.or-amazon a {
text-decoration: none;
text-align: center;
}
.total-section {
border: 1px solid #e5e5e5;
padding: 27px 20px;
}
.total-section li {
font-size: 20px;
padding-bottom: 20px;
color: #000;
}
li.color-change {
color: #000;
text-transform: uppercase;
}
.total-section li span {
float: right;
}
.ship-estimate {
background-color: #f1f1f1;
padding: 10px 20px;
margin-top: 25px;
border: 1px solid #e5e5e5;
}
.ship-estimate ul {
margin-top: 20px;
margin-bottom: 50px;
}
.ship-estimate li {
font-size: 23px;
color: #000;
margin-bottom: 5px;
}
.ship-estimate .grey-style {
color: #000;
font-size: 16px;
}
/*END: CART PAGE*/
/*BEGIN: CONTACT PAGE*/
.form-group {
margin: 14px 0;
}
.contact-form-inner input.form-control {
border-radius: 0;
background-color: #f3f3f3;
padding: 22px 22px;
}
.contact-form-inner textarea.form-control {
background-color: #f3f3f3;
border-radius: 0;
min-height: 309px;
padding: 20px;
}
.contact-form-inner .form-group button {
background-color: #000;
color: #fff;
width: 100%;
padding: 10px;
font-size: 17px;
font-weight: 400;
text-transform: uppercase;
border: none;
}
.contact-form-inner .form-group button:hover{
background-color: rgb(170, 170, 170);
}
.contact-body h2 {
font-weight: 700;
font-size: 40px;
color: #000;
text-transform: uppercase;
}
ul.contact-details {
list-style-type: none;
padding: 13px 0;
}
ul.contact-details li {
padding: 5px 0;
color: #000;
font-weight: 700;
font-size: 18px;
}
ul.contact-details li i {
padding-right: 24px;
font-size: 29px;
width: 10%;
}
.top-bar ul.top-detail li {
padding-right: 25px;
padding-left: 25px;
}
.contact-top-detail p {
color: #3b404f;
font-size: 15px;
font-weight: 400;
}
/*END: CONTACT PAGE*/
/*BEGIN: ACCOUNT SECTION*/
.account-section .theme-heading h2{
font-size: 44px;
}
.account-section input.form-control {
border: 1px solid #dbdbdb;
padding: 22px;
background: #f3f3f3;
border-radius: 0;
}
.account-section a.theme-btn {
text-align: center;
width: 100%;
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
border: 2px solid #000;
}
.account-section a.theme-btn:hover{
background: #fff;
color: #000;
border: 2px solid #000;
}
.account-section .login-form label.rem-me{
font-weight: 400;
font-size: 14px;
}
.account-section .login-form a.forget-btn {
font-size: 14px;
color: #555555;
}
.account-section input.form-control::placeholder{
color: gray;
}
.account-section form.login-form {
border: 1px solid #b5b5b5;
padding: 17px 4px;
margin: -3px;
}
/*END:ACCOUNT SECTION*/
/*BEGIN: CHECKOUT PAGE*/
.checkout-main {
padding: 5% 0;
}
.submit-btn {
background: #018eff;
padding: 16px 31px;
color: #fff;
font-weight: 400;
border-radius: 0px;
font-size: 15px;
width: 100%;
display: inline-block;
text-align: center;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.chk-left .panel-default>.panel-heading {
color: #333;
background-color: inherit;
border-color: inherit;
}
.citem p {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 16px;
}
.cart-bottom p {
font-weight: 500;
font-size: 16px;
font-family: 'Poppins', sans-serif;
}
.checkout .panel-group .panel {
border-radius: 0;
margin-bottom: -6px;
box-shadow: none
}
.order-guest {
list-style: none;
padding: 0;
margin-bottom: 20px;
}
.order-guest li {
display: inline-block;
margin-right: 5px;
font-size: 16px;
color: #404040;
font-weight: 500;
}
.digi-form [type="radio"]:checked, .digi-form [type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
.digi-form [type="radio"]:checked+label, .digi-form [type="radio"]:not(:checked)+label {
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #666;
font-size: 15px;
}
.digi-form [type="radio"]:checked+label:before, .digi-form [type="radio"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
border: 2px solid #000;
border-radius: 100%;
background: #fff;
}
.digi-form [type="radio"]:checked+label:after, .digi-form [type="radio"]:not(:checked)+label:after {
content: '';
width: 12px;
height: 12px;
background: #015f92;
position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.digi-form [type="radio"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.checkout .form-group {
margin-top: 20px;
}
.checkout .form-group input[type="text"] {
padding: 0 75px 0 15px;
}
.checkout .form-group .form-control {
border-radius: 0;
height: 40px;
margin-top: -8px;
}
.checkout a.show {
float: right;
margin-top: -54px;
background: #41469d;
border-radius: 0 !important;
padding: 8px 14px !important;
color: #fff;
}
.checkout .show:hover, .checkout.show:active, .checkout .show:focus {
color: #fff;
background-color: #000;
}
.checkout .opt {
margin-top: 20px;
font-size: 14px;
font-weight: 600;
}
.checkout label {
margin: 0;
font-size: 14px;
color: #000000;
font-weight: 600;
}
.checkoutMain {
background: #fff;
padding: 60px 20px;
}
.checkout {
padding: 5% 0;
}
.checkout .panel-default>.panel-heading {
background-color: #fff;
border-color: #eee;
cursor: pointer;
padding: 0;
}
.checkoutMain .panel-heading {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.checkout .panel-heading a {
color: #000000;
margin-left: 0;
display: block;
font-size: 18px;
text-transform: uppercase;
padding: 15px 15px;
}
.checkout .panel-body h5 {
color: #000000;
font-size: 16px;
font-weight: bold;
}
.checkout .chk-form {
margin-top: 40px;
}
.checkout .chk-form .controls {
display: inline;
}
.checkout .chk-form label {
margin-right: 20px;
margin-bottom: 29px;
margin-right: 20px;
color: #000000;
font-size: 14px;
font-weight: 500;
}
.checkout .chk-form input {
width: 60%;
height: 37px;
}
.checkout .chk-form #username3 {
margin-left: 40px;
}
.checkout .panel-body p {
font-size: 14px;
color: #333333;
}
.checkout .panel-body p a {
color: #000000;
font-weight: bold;
}
.checkout .chk-form p {
color: #000000;
display: inline;
margin-left: 11px;
}
.checkout .chk-form a {
background: #ff9125;
padding: 10px 11px;
color: #fff;
margin-left: -64px;
}
.checkout .checkbox {
margin-left: 6%;
width: 70%;
margin-bottom: 22px;
}
.checkout .checkbox label {
display: inline-block;
position: relative;
padding-left: 5px;
color: #000000;
font-size: 15px;
margin-top: 2px;
}
.checkout .checkbox p {
margin-left: 5px;
color: #8d8d8d;
margin-top: 5px;
}
.checkout .checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
margin-left: -20px;
border: 1px solid #000000;
background-color: #fff;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
border-radius: 0;
}
.checkout .checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.checkout .checkbox input[type="checkbox"] {
opacity: 0;
}
.checkout .checkbox input[type="checkbox"]:focus+label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.checkout .checkbox input[type="checkbox"]:checked+label::after {
font-family: 'FontAwesome';
content: "\f00c";
}
.checkout .checkbox input[type="checkbox"]:disabled+label {
opacity: 0.65;
}
.checkout .checkbox input[type="checkbox"]:disabled+label::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.checkout .checkbox.checkbox-circle label::before {
border-radius: 50%;
}
.checkout .checkbox.checkbox-inline {
margin-top: 0;
}
.checkout .checkbox-primary input[type="checkbox"]:checked+label::before {
background-color: #428bca;
border-color: #428bca;
}
.checkout .checkbox-primary input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkout .checkbox-danger input[type="checkbox"]:checked+label::before {
background-color: #d9534f;
border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkbox-info input[type="checkbox"]:checked+label::before {
background-color: #5bc0de;
border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked+label::before {
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.checkout .checkbox-warning input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkout .checkbox-success input[type="checkbox"]:checked+label::before {
background-color: #5cb85c;
border-color: #5cb85c;
}
.checkout .checkbox-success input[type="checkbox"]:checked+label::after {
color: #fff;
}
.checkout .conti .btn {
background: #ff9125;
padding: 9px 25px;
font-size: 16px;
color: #ffffff !important;
margin-bottom: 16px;
border-radius: 50px;
}
.checkout .conti .btn:hover {
background: #000000;
}
.checkout .panel-body {
padding: 15px;
}
.cart-bottom a {
color: #000;
}
.cart-bottom a i {
font-size: 24px;
margin: 10px 0px;
color: #666666;
}
.checkout .panel-heading .padleft {
margin-left: 18px;
}
.checkout .panel-heading.disabled {
pointer-events: none;
cursor: default;
opacity: 1;
}
.checkout .disabled+.panel-body {
display: none;
}
.cart-bottom ul {
list-style: none;
padding: 0px;
margin-bottom: 28px;
margin-left:0;
}
.cart-bottom ul li a {
font-size: 15px;
}
.cart-bottom .col-md-8 {
padding: 0px;
}
.cart-bottom i {
margin-top: 10px;
font-size: 25px;
color: #000000;
}
i.fa.fa-truck {
transform: rotateY(180deg);
}
.noTop {
padding-top: 0;
}
.check-form label {
margin: auto;
margin-bottom: 15px;
}
.chk-left a.show {
float: right;
margin-top: -49px;
background: #000;
border-radius: 0;
padding: 6px 14px;
color: #fff;
text-transform: uppercase;
}
.chk-left a.showed {
float: right;
margin-top: -50px;
background: #000;
border-radius: 0;
padding: 10px 34px;
color: #fff;
font-weight: 400;
font-size: 16px;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.cart_content_area label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 500;
}
.chk-left .form_date .form-control {
border:1px solid #ccc;
/* background:#FFF; */
border-right:0;
}
.chk-left .form_date span {background:#FFF;}
.icons_calendar {display:none;}
.checkbox p {
padding-left: 20px;
}
.checkoutMain .panel-heading:first-child {
background-color: #fff;
}
.panel-heading h4 {
text-transform: uppercase;
color: #000;
font-weight: 600;
}
.chk-left .checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 600;
cursor: pointer;
color: #000;
}
.panel-body p.creat-account {
min-height: 20px;
padding-left: 20px;
font-weight: 400;
cursor: pointer;
color: #000;
margin-bottom: 25px;
}
.panel-default>.panel-heading h4 {
font-size: 19px;
text-transform:uppercase;
font-weight:500;
padding: 10px 0;
}
.checkout-main {
padding: 5% 0;
}
.submit-btn {
background: #018eff;
padding: 16px 31px;
color: #fff;
font-weight: 400;
border-radius: 0px;
font-size: 15px;
width: 100%;
display: inline-block;
text-align: center;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.chk-left .panel-default>.panel-heading {
color: #333;
background-color: #f7f7f7;
border-color: inherit;
}
.citem p {
font-weight: 400;
font-size: 14px;
/* color: #83b735; */
margin: 0;
}
.cart-bottom p {
font-weight: 400;
font-size: 15px;
}
.chk-left .panel-group .panel+.panel {
margin-top: 15px;
}
/*END: CHECKOUT PAGE*/
/*PRODUCT PAGE*/
.pro-box img {
margin: auto;
}
.category-section .pro-box {
text-align: center;
border: 2px solid #bcbcbc;
padding: 20px;
min-height: 390px;
margin: 20px 0;
}
.category-section .pro-box h3 {
font-size: 30px;
color: #000;
font-weight: 700;
}
.category-section .pro-box h4 {
font-size: 27px;
color: #000;
font-weight: 700;
}
#faq {
margin-bottom: 0;
}
#faq .panel-group {
margin-bottom: 0;
}
#faq .panel-group .panel+.panel {
margin-top: 0px;
box-shadow: none;
}
#faq .panel-heading {
padding: 0 0 11px;
}
#faq .panel-heading a {
display: block;
position: relative;
text-decoration: none;
font-weight: 500;
line-height: 40px;
padding: 0;
color: #000;
font-size: 15px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
#faq .panel-heading a:hover {
text-decoration: none;
}
#faq .panel-heading a.collapsed {
padding: 0;
vertical-align: middle;
}
#faq .panel-heading a.collapse {
padding: 0;
vertical-align: middle;
}
#faq .panel-heading a.collapsed .fa-minus {
display: none;
}
#faq .panel-heading a.collapsed .fa-plus {
display: block;
}
#faq .panel-heading a .fa {
position: absolute;
top: 5px;
right: 0;
color: #999999;
background: transparent;
height: 20px;
width: 20px;
text-align: center;
padding: 10px 0;
border-radius: 50px;
font-size: 10px;
}
#faq .panel-heading a .fa-plus {
display: none;
}
#faq .panel-body {
border: none;
color: #333;
font-size: 16px;
background: #ffffff;
line-height: 30px;
padding: 0;
}
.pack-tabs .panel-default {
border: none;
box-shadow: none;
}
.pack-tabs .nav-tabs {
border: none;
}
#faq .panel-body ol {
padding: 0;
padding-left: 13px;
}
.category-section .heading-sec h2 {
color: #fff;
background: #000;
padding: 15px;
font-size: 18px;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
#faq .panel-body ol li {
font-size: 17px;
font-weight: 400;
color: #6c6a6a;
}
#faq .panel-body p {
font-size: 15px;
font-weight: 400;
color: #6c6a6a;
/* font-family: initial; */
width: 91%;
}
/*PRODUCTS PAGE*/
/*Footer Css Start*/
footer {
background-color: #fff;
padding: 4% 0;
border-top: 1px solid white;
background-image: url('../images/footer-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}
footer h4 {
color: white;
font-size: 28px;
text-transform: uppercase;
position: relative;
border-bottom: 1px solid white;
padding-bottom: 20px;
margin: 0 0 30px;
font-family: 'Perpetua', sans-serif;
}
footer h4::before {
content: '';
height: 2px;
width: 30px;
position: absolute;
background-color: white;
bottom: 0;
}
.ftr-col1 ul {
padding: 0;
margin: 0;
float: left;
width: 50%;
}
.ftr-col1 li {
list-style: none;
line-height: 30px;
}
.ftr-col1 li a {
color: white;
}
.ftr-col1 li a:hover {
color: #13346a;
}
.ftr-col1 {
padding-right: 50px;
}
.ftr-col2 ul {
padding: 0;
margin: 0;
float: left;
width: 100%;
}
.ftr-col2 ul li {
float: left;
list-style: none;
}
.ftr-soc {
margin: 16px 0 !important;
}
.ftr-col2 form input {
width: 100%;
background-color: #939393;
border: none;
color: #fff;
padding: 8px 13px;
border-radius: 3px;
}
.ftr-col2 button {
background-color: #13346a;
border: none;
color: #fff;
padding: 10px 30px;
margin-top: 8px;
border-radius: 4px;
}
.ftr-soc li a {
display: inline-block;
color: #fff;
min-width: 35px;
text-align: center;
margin: 0px 4px;
padding: 7px 0;
border-radius: 30px;
}
.ftr-soc li:first-child {
color: #313131;
text-transform: uppercase;
font-weight: 600;
margin-right: 10px;
position: relative;
top: 8px;
}
/*.ftr-soc li:nth-child(2) a {
background-color: #3a5ba0;
}
.ftr-soc li:nth-child(3) a {
background-color: #2ca7e0;
}
.ftr-soc li:nth-child(4) a {
background-color: #eb391a;
}*/
.ftr-soc li:nth-child(5) a {
background-color: #0e76a8;
}
.ftr-card {
margin: 0 !important;
}
.ftr-card li:first-child {
top: 3px !important;
}
.copyrit {
background-color: #333333;
padding: 12px 0;
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 14px;
}
.copyrit a {
color: white;
text-align: center;
}
.copyrit p {
margin: 0;
color: white;
font-family: 'Poppins', sans-serif;
font-size: 14px;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px){}
@media only screen and (min-width: 768px) and (max-width: 1023px){}
@media only screen and (min-width: 300px) and (max-width: 767px){}
| 0.311951 | 0.053428 |
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
--main-color: #ffc240;
--main-color-hover: #fead34;
--main-color-rgba: rgba(255, 194, 64, 0.3);
--dark-gray: #323332;
--medium-gray: #ababaa;
--light-gray: #f1f1f1;
--white: #fff;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
font-family: "Roboto", sans-serif;
}
h1 {
font-size: 2.25rem;
}
h5 {
color: var(--medium-gray);
text-transform: uppercase;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
button {
cursor: pointer;
background: none;
border: none;
font-size: 0.75rem;
}
svg {
display: block;
}
/* ---=== UTILITIES ===--- */
.bg-light,
.bg-light a {
background: var(--white);
color: var(--dark-gray);
}
.bg-dark,
.bg-dark a {
background: var(--dark-gray);
color: var(--white);
}
.mx-auto {
margin: auto;
}
.mr-auto {
margin-right: auto;
}
.ml-auto {
margin-left: auto;
}
.w-100 {
width: 100%;
}
.h-100 {
height: 100%;
}
.container-full {
max-width: 1200px;
}
.position-relative {
position: relative;
}
.position-absolute {
position: absolute;
}
.d-flex {
display: flex;
}
.row {
flex-direction: row;
}
.column {
flex-direction: column;
}
.align-items-center {
align-items: center;
}
.justify-content-center {
justify-content: center;
}
.justify-content-between {
justify-content: space-between;
}
.justify-content-around {
justify-content: space-around;
}
.justify-content-evenly {
justify-content: space-evenly;
}
.border-white {
border: 2px solid var(--white);
}
.border-light {
border: 1px solid var(--light-gray);
}
.border-bottom-light {
border-bottom: 1px solid var(--light-gray);
}
.border-top-light {
border-top: 1px solid var(--light-gray);
}
.border-right-light {
border-right: 1px solid var(--light-gray);
}
.border-left-light {
border-left: 1px solid var(--light-gray);
}
.border-medium {
border: 2px solid var(--medium-gray);
}
.border-dark {
border: 2px solid var(--dark-gray);
}
.rounded-circle {
border-radius: 50%;
}
.rounded-pill {
border-radius: 3rem;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
opacity: 1;
}
/* ---=== STYLES ===--- */
/* |||| HEADER |||| */
.header-container {
position: sticky;
top: 0;
z-index: 1010;
max-height: 3.75rem;
}
.header-container .active {
box-shadow: inset 0 -0.5rem 0 var(--main-color-rgba);
}
.navbar {
padding: 0.75rem 0;
font-size: 1rem;
font-weight: 700;
}
.navbar-logo {
padding: 0.5rem 0;
}
.nav-link {
margin-right: 3.5rem;
}
.nav-link:hover {
animation: hoverEffect 300ms ease-in-out;
animation-fill-mode: forwards;
}
@keyframes hoverEffect {
0% {
box-shadow: inset 0 0 0 var(--main-color-rgba);
}
100% {
box-shadow: inset 0 -0.5rem 0 var(--main-color-rgba);
}
}
.nav-icon {
padding: 0.5rem 1rem;
padding-right: 0;
}
.search-btn {
background: none;
border: none;
}
.search-input {
background: none;
border: none;
margin-left: 1.25rem;
}
::placeholder {
color: var(--medium-gray);
font-size: 0.85rem;
font-weight: 500;
}
.subtotal-price {
color: var(--dark-gray);
}
.badge {
width: 1rem;
height: 1rem;
background: var(--main-color);
color: var(--dark-gray);
font-size: 0.65rem;
bottom: 5px;
right: -5px;
}
/* |||| MAIN CONTENT |||| */
/* --- MAIN SECTION --- */
.main-section {
max-height: 1440px;
}
/* PRODUCT SHOWCASE: PRODUCT SELECTION */
.product-showcase {
width: 930px;
}
.product-path {
margin: 2.5rem 0;
max-height: 20px;
}
.page-link {
color: var(--medium-gray);
font-size: 0.85rem;
}
.page-item span {
color: var(--medium-gray);
margin: 0 0.5rem;
}
.page-link.active {
color: var(--dark-gray);
font-weight: 700;
}
.page-link:hover {
color: var(--dark-gray);
text-decoration: underline;
}
.product-selected {
max-height: 330px;
margin-bottom: 2.5rem;
}
.product-preview {
margin-right: 20px;
}
.product-display {
max-width: 400px;
margin-right: 20px;
}
.product-display::after {
content: "";
border: 1px dashed var(--medium-gray);
width: 100%;
height: 90px;
border-radius: 100%;
position: absolute;
bottom: 10px;
left: 15px;
z-index: 5;
opacity: 0.4;
}
.product-display::before {
content: "";
border: 1px dashed var(--medium-gray);
width: 60%;
height: 30px;
border-radius: 100%;
position: absolute;
bottom: 35px;
left: 100px;
z-index: 5;
opacity: 0.4;
}
.product-display img {
z-index: 10;
width: 365px;
}
.product-height p {
transform: rotate(-90deg);
color: var(--dark-gray);
font-size: 0.85rem;
font-weight: 700;
}
.line-center {
height: 120px;
width: 1px;
background: var(--medium-gray);
}
.line-top,
.line-bottom {
width: 8px;
height: 1px;
left: -4px;
background: var(--medium-gray);
}
.features-btn {
background: var(--white);
width: 2rem;
height: 2rem;
right: 100px;
top: 100px;
z-index: 10;
}
.features-btn .ripple {
position: absolute;
width: 4.5rem;
height: 4.5rem;
opacity: 0;
animation: ripple 2000ms infinite;
}
.features-btn:hover {
opacity: 0.9;
}
@keyframes ripple {
0% {
opacity: 1;
transform: scale(0);
}
100% {
opacity: 0;
transform: scale(1);
}
}
.features-btn .ripple:nth-child(1) {
animation-delay: 0.3s;
}
.features-btn .ripple:nth-child(2) {
animation-delay: 0.6s;
}
.product-description {
max-width: 360px;
margin-right: 20px;
}
.product-type {
margin-bottom: 40px;
}
.product-text-description,
.product-text-description a {
color: var(--medium-gray);
}
.product-text-description a:hover {
text-decoration: underline;
}
.product-options {
margin: 2.5rem 0 4rem;
}
.option-btn {
height: 42px;
font-size: 0.85rem;
font-weight: 500;
color: var(--dark-gray);
padding: 0.5rem;
margin-right: 0.5rem;
}
.option-btn svg {
margin-right: 0.5rem;
}
.option-btn:hover {
border: 1px solid var(--main-color);
}
.price {
box-shadow: inset 0 -1rem 0 var(--main-color-rgba);
margin-right: auto;
}
.add-cart-btn {
background: var(--main-color);
width: 150px;
height: 42px;
font-weight: 700;
text-transform: uppercase;
padding: 5px 5px 5px 20px;
}
.add-cart-btn:hover {
background: var(--main-color-hover);
}
.add-cart-btn span:hover {
opacity: 1;
}
.vertical-container {
margin-right: 2.5rem;
fill: var(--medium-gray);
}
.feature-icons svg {
margin-bottom: 1.25rem;
}
.vertical-container-title {
transform: rotate(-90deg);
top: 3rem;
left: 0;
}
.vertical-container-title .line {
width: 2rem;
height: 2px;
background: var(--medium-gray);
margin-right: 0.5rem;
}
.product-family {
background: url("https://i.ibb.co/dLNhcZ1/showcase.jpg") no-repeat
center/cover;
height: 520px;
}
.product-family::after {
content: "";
background: rgba(0, 0, 0, 0.4);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.product-family__full-price {
width: 230px;
height: 230px;
z-index: 15;
padding: 30px;
margin: 30px;
}
.product-family .features-btn:first-of-type {
z-index: 15;
top: 360px;
left: 90px;
}
.product-family .features-btn:nth-of-type(2) {
z-index: 15;
top: 320px;
right: 360px;
}
.product-family .features-btn:last-of-type {
z-index: 15;
top: 280px;
right: 160px;
}
.small-preview-container {
bottom: -50px;
left: 30px;
z-index: 15;
}
.preview-btn {
border-top: 3px solid rgba(0, 0, 0, 0.5);
}
.preview-btn:hover {
border: 1px solid transparent;
box-shadow: 0 7px 12px 1px rgba(0, 0, 0, 0.1);
color: #000;
}
.preview-btn::after {
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
}
.preview-btn img {
height: 100px;
width: 150px;
}
.feature-description {
display: grid;
grid-template-columns: repeat(4, 1fr);
max-height: 100%;
fill: var(--medium-gray);
}
.feature-card {
padding: 110px 30px 60px 30px;
}
.feature-card:hover {
background: var(--main-color);
fill: var(--dark-gray);
}
.feature-card h2 {
margin: 30px 0 80px;
}
.arrow-btn {
background: transparent;
padding: 0.5rem;
fill: var(--dark-gray);
}
.arrow-btn:hover {
border: 2px solid var(--dark-gray);
}
.user-navbar {
width: 270px;
}
/* --- ASIDE SECTION --- */
.user-navbar {
display: none;
padding: 6.25rem 2.5rem;
}
.user-navbar-postLogin {
padding: 6.25rem 2.5rem;
}
.user-navbar .nav-item {
padding: 1rem 0;
fill: var(--medium-gray);
}
.fa-hat-cowboy-side {
font-size: 40px;
color: #ffc240;
margin-left: 90px;
cursor: pointer;
}
.cart {
justify-self: flex-end;
padding-right: 8px;
}
#cart-btn {
border: none;
font-size: 1.5rem;
background: none;
color: var(--rose-quartz);
position: relative;
}
#cart-count-info {
position: absolute;
top: -12px;
right: -8px;
background: var(--emerald);
color: #fff;
font-size: 1rem;
width: 25px;
height: 25px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
}
.cart-container {
position: absolute;
overflow-y: scroll;
background-color: #1f1f1f49;
width: 350px;
height: 600px;
top: 70%;
right: 0;
box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.21);
display: none;
}
.cart-container::-webkit-scrollbar {
width: 8px;
}
.cart-container::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.1);
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
/* js related class */
.show-cart-container {
display: block;
}
.cart-item {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 0.5rem;
align-items: center;
position: relative;
padding: 1.2rem 0.6rem;
height: 140px;
border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.cart-item:last-child {
border-bottom: none;
}
.cart-item-del-btn {
position: absolute;
right: 15px;
top: 15px;
padding: 0.05rem 0.45rem;
font-size: 1.4rem;
border: none;
color: rgba(0, 0, 0, 0.5);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.cart-item img {
width: 80px;
}
.cart-item-info {
text-align: center;
}
.cart-item-info span {
display: block;
}
.cart-total {
padding: 1rem;
display: flex;
align-items: center;
justify-content: flex-start;
background: var(--emerald);
color: #fff;
}
.cart-total h3 {
margin-right: 0.2rem;
font-size: 1.3rem;
}
#cart-total-value {
font-size: 1.3rem;
font-weight: 500;
}
/* */
.user-navbar .nav-link {
margin-left: 1rem;
margin-right: auto;
color: var(--dark-gray);
font-weight: 500;
}
.user-navbar .user-choice .nav-link {
font-size: 0.85rem;
}
.user-avatar img {
width: 3.75rem;
height: 3.75rem;
margin-bottom: 1rem;
}
.user-navbar .badge {
font-weight: 500;
top: 0;
left: 45px;
}
.user-navbar .title {
margin-bottom: 1.5rem;
}
.user-greeting {
margin-bottom: 1.25rem;
}
.user-proposal,
.user-choice {
margin-bottom: 2rem;
}
.proposal-list .nav-item.selected,
.proposal-list .nav-item:hover {
/* border-bottom: 1px solid var(--main-color); */
box-shadow: inset 0 -2px 0 var(--main-color);
}
.user-navbar .nav-icon {
padding: 0;
fill: var(--dark-gray);
}
/* --- PRODUCT SUGGESTION SECTION --- */
.product-suggestion {
background: var(--light-gray);
height: 485px;
padding: 40px 0;
}
.section-title {
max-width: 170px;
margin-right: 90px;
}
.section-title h1 {
margin-bottom: 0.5rem;
}
.section-title h5 {
margin-bottom: 5.5rem;
}
.section-title .arrow-btn {
margin-right: 0.5rem;
}
.suggestion-card {
width: 310px;
max-height: 400px;
padding: 30px;
}
.suggestion-card:hover {
cursor: pointer;
border: 1px solid transparent;
box-shadow: 0 7px 12px 1px rgba(0, 0, 0, 0.1);
color: #000;
}
.suggestion-card img {
width: 200px;
height: 200px;
margin: auto;
margin-bottom: 1rem;
}
.suggestion-card h2 {
margin-bottom: 0.5rem;
}
.suggestion-card h5 {
margin-bottom: 0.5rem;
}
.suggestion-card .price {
margin-bottom: 3rem;
box-shadow: inset 0 -0.75rem 0 var(--main-color-rgba);
}
.suggestion-card button {
position: absolute;
bottom: -20px;
right: 30px;
}
/* --- CLIENT SUGGESTION SECTION --- */
.client-suggestion {
padding: 40px 0;
}
.hashtag {
margin-right: 0.5rem;
}
.client-suggestion .section-title a {
color: var(--dark-gray);
text-decoration: underline;
}
.client-suggestion-gallery {
max-width: 930px;
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: 1fr 1fr;
grid-gap: 2px;
}
.photo-1 {
grid-row-start: 1;
grid-row-end: 3;
}
.square {
background: var(--main-color);
width: 160px;
height: 160px;
z-index: -1;
top: -1.25rem;
left: -1.25rem;
}
.grid-photo img {
width: 100%;
height: 100%;
}
.grid-photo button {
width: 2.5rem;
height: 2.5rem;
background: var(--main-color);
top: 42.5%;
right: 42.5%;
z-index: 10;
}
.grid-photo button:hover {
background: var(--main-color-hover);
}
.grid-photo:hover .overlay {
opacity: 0;
}
.client-suggestion-avatar {
color: var(--white);
font-size: 0.85rem;
bottom: 1.25rem;
left: 1.25rem;
}
.client-suggestion-avatar img {
width: 2rem;
height: 2rem;
margin-right: 0.5rem;
}
/* |||| FOOTER |||| */
.footer-container {
height: 250px;
}
.footer-content {
padding-top: 2.5rem;
}
.footer-content-logo .navbar-logo {
padding: 0;
}
.footer-content-main h5 {
margin-bottom: 2.5rem;
}
.footer-content-main ul {
margin-bottom: 2rem;
font-size: 0.85rem;
}
.signupFrm {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.form {
background-color: white;
width: 400px;
border-radius: 8px;
padding: 20px 40px;
box-shadow: 0 10px 25px rgba(92, 99, 105, 0.2);
}
.title {
font-size: 50px;
margin-bottom: 50px;
}
.inputContainer {
position: relative;
height: 45px;
width: 90%;
margin-bottom: 17px;
}
.input {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
border: 1px solid #dadce0;
border-radius: 7px;
font-size: 16px;
padding: 0 20px;
outline: none;
background: none;
z-index: 1;
}
.label {
position: absolute;
top: 15px;
left: 15px;
padding: 0 4px;
background-color: white;
color: #dadce0;
font-size: 16px;
transition: 0.5s;
z-index: 0;
}
::placeholder {
color: transparent;
}
.submitBtn {
display: block;
margin-left: auto;
padding: 15px 30px;
border: none;
background-color: purple;
color: white;
border-radius: 6px;
cursor: pointer;
font-size: 16px;
margin-top: 30px;
}
.submitBtn:hover {
background-color: #9867c5;
transform: translateY(-2px);
}
.input:focus + .label {
top: -7px;
left: 3px;
z-index: 10;
font-size: 14px;
font-weight: 600;
color: purple;
}
.input:not(:placeholder-shown) + .label {
top: -7px;
left: 3px;
z-index: 10;
font-size: 14px;
font-weight: 600;
}
.input:focus {
border: 2px solid purple;
}
/*Products*/
.products-container {
max-width: 1280px;
margin: 0 auto;
padding: 0 1.5rem;
}
.ant-drawer-right,
.ant-drawer-right .ant-drawer-content-wrapper {
right: 0;
}
.ant-drawer-left,
.ant-drawer-right {
top: 0;
width: 0;
height: 100%;
}
.ant-drawer {
position: fixed;
z-index: 1000;
width: 0;
height: 100%;
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s,
width 0s ease 0.3s;
}
.ant-drawer-mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0;
background-color: rgba(0, 0, 0, 0.45);
opacity: 0;
filter: alpha(opacity=45);
transition: opacity 0.3s linear, height 0s ease 0.3s;
}
.ant-drawer > * {
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1),
box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-right,
.ant-drawer-right .ant-drawer-content-wrapper {
right: 0;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
height: 100%;
}
.ant-drawer-content-wrapper {
position: absolute;
}
.ant-drawer > * {
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1),
box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer .ant-drawer-content {
width: 100%;
height: 100%;
}
.ant-drawer-content {
position: relative;
z-index: 1;
overflow: auto;
background-color: #1f1f1f;
background-clip: padding-box;
border: 0;
}
.ant-drawer-wrapper-body {
height: 100%;
overflow: auto;
}
.ant-drawer-header,
.ant-drawer-header-no-title {
color: hsla(0, 0%, 100%, 0.85);
background: #1f1f1f;
}
.ant-drawer-header {
position: relative;
padding: 16px 24px;
border-bottom: 1px solid #303030;
border-radius: 2px 2px 0 0;
}
.ant-drawer-title {
margin: 0;
color: hsla(0, 0%, 100%, 0.85);
font-weight: 500;
font-size: 16px;
line-height: 22px;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
color: hsla(0, 0%, 100%, 0.75);
text-decoration: none;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
color: rgba(0, 0, 0, 0.75);
}
.ant-drawer-close {
position: absolute;
top: 105;
right: 0;
z-index: 10;
display: block;
width: 56px;
height: 56px;
padding: 0;
color: hsla(0, 0%, 100%, 0.45);
font-weight: 700;
font-size: 16px;
font-style: normal;
line-height: 56px;
text-align: center;
text-transform: none;
text-decoration: none;
background: transparent;
border: 0;
outline: 0;
cursor: pointer;
transition: color 0.3s;
text-rendering: auto;
}
.anticon {
display: inline-block;
color: inherit;
font-style: normal;
line-height: 0;
text-align: center;
text-transform: none;
vertical-align: -0.125em;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.anticon svg {
display: inline-block;
}
svg:not(:root) {
overflow: hidden;
}
.anticon svg {
display: inline-block;
}
.anticon > * {
line-height: 1;
}
.ant-drawer-body {
padding: 24px;
font-size: 14px;
line-height: 1.5715;
word-wrap: break-word;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
width: 100%;
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
height: 100%;
opacity: 1;
transition: none;
-webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
box-shadow: -2px 0 8px rgb(0 0 0 / 45%);
}
/*Products*/
/*Contact*/
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
@media (min-width: 992px) {
.info-wrap {
margin-top: -20px;
margin-bottom: -20px;
border-radius: 5px;
}
.p-lg-5 {
padding: 3rem !important;
}
}
.bg-primary {
background: #1089ff !important;
}
.info-wrap h3 {
color: #fff;
}
@media (min-width: 768px) {
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.info-wrap .dbox {
width: 100%;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 25px;
}
.contact-bottom {
background: #bdbdbd;
height: 340px;
}
.contact-bottom h1 {
margin-top: 20px;
color: #1089ff;
opacity: 0.5;
}
/*Contact*/
|
src/static/style/style.css
|
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
--main-color: #ffc240;
--main-color-hover: #fead34;
--main-color-rgba: rgba(255, 194, 64, 0.3);
--dark-gray: #323332;
--medium-gray: #ababaa;
--light-gray: #f1f1f1;
--white: #fff;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
font-family: "Roboto", sans-serif;
}
h1 {
font-size: 2.25rem;
}
h5 {
color: var(--medium-gray);
text-transform: uppercase;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
button {
cursor: pointer;
background: none;
border: none;
font-size: 0.75rem;
}
svg {
display: block;
}
/* ---=== UTILITIES ===--- */
.bg-light,
.bg-light a {
background: var(--white);
color: var(--dark-gray);
}
.bg-dark,
.bg-dark a {
background: var(--dark-gray);
color: var(--white);
}
.mx-auto {
margin: auto;
}
.mr-auto {
margin-right: auto;
}
.ml-auto {
margin-left: auto;
}
.w-100 {
width: 100%;
}
.h-100 {
height: 100%;
}
.container-full {
max-width: 1200px;
}
.position-relative {
position: relative;
}
.position-absolute {
position: absolute;
}
.d-flex {
display: flex;
}
.row {
flex-direction: row;
}
.column {
flex-direction: column;
}
.align-items-center {
align-items: center;
}
.justify-content-center {
justify-content: center;
}
.justify-content-between {
justify-content: space-between;
}
.justify-content-around {
justify-content: space-around;
}
.justify-content-evenly {
justify-content: space-evenly;
}
.border-white {
border: 2px solid var(--white);
}
.border-light {
border: 1px solid var(--light-gray);
}
.border-bottom-light {
border-bottom: 1px solid var(--light-gray);
}
.border-top-light {
border-top: 1px solid var(--light-gray);
}
.border-right-light {
border-right: 1px solid var(--light-gray);
}
.border-left-light {
border-left: 1px solid var(--light-gray);
}
.border-medium {
border: 2px solid var(--medium-gray);
}
.border-dark {
border: 2px solid var(--dark-gray);
}
.rounded-circle {
border-radius: 50%;
}
.rounded-pill {
border-radius: 3rem;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
opacity: 1;
}
/* ---=== STYLES ===--- */
/* |||| HEADER |||| */
.header-container {
position: sticky;
top: 0;
z-index: 1010;
max-height: 3.75rem;
}
.header-container .active {
box-shadow: inset 0 -0.5rem 0 var(--main-color-rgba);
}
.navbar {
padding: 0.75rem 0;
font-size: 1rem;
font-weight: 700;
}
.navbar-logo {
padding: 0.5rem 0;
}
.nav-link {
margin-right: 3.5rem;
}
.nav-link:hover {
animation: hoverEffect 300ms ease-in-out;
animation-fill-mode: forwards;
}
@keyframes hoverEffect {
0% {
box-shadow: inset 0 0 0 var(--main-color-rgba);
}
100% {
box-shadow: inset 0 -0.5rem 0 var(--main-color-rgba);
}
}
.nav-icon {
padding: 0.5rem 1rem;
padding-right: 0;
}
.search-btn {
background: none;
border: none;
}
.search-input {
background: none;
border: none;
margin-left: 1.25rem;
}
::placeholder {
color: var(--medium-gray);
font-size: 0.85rem;
font-weight: 500;
}
.subtotal-price {
color: var(--dark-gray);
}
.badge {
width: 1rem;
height: 1rem;
background: var(--main-color);
color: var(--dark-gray);
font-size: 0.65rem;
bottom: 5px;
right: -5px;
}
/* |||| MAIN CONTENT |||| */
/* --- MAIN SECTION --- */
.main-section {
max-height: 1440px;
}
/* PRODUCT SHOWCASE: PRODUCT SELECTION */
.product-showcase {
width: 930px;
}
.product-path {
margin: 2.5rem 0;
max-height: 20px;
}
.page-link {
color: var(--medium-gray);
font-size: 0.85rem;
}
.page-item span {
color: var(--medium-gray);
margin: 0 0.5rem;
}
.page-link.active {
color: var(--dark-gray);
font-weight: 700;
}
.page-link:hover {
color: var(--dark-gray);
text-decoration: underline;
}
.product-selected {
max-height: 330px;
margin-bottom: 2.5rem;
}
.product-preview {
margin-right: 20px;
}
.product-display {
max-width: 400px;
margin-right: 20px;
}
.product-display::after {
content: "";
border: 1px dashed var(--medium-gray);
width: 100%;
height: 90px;
border-radius: 100%;
position: absolute;
bottom: 10px;
left: 15px;
z-index: 5;
opacity: 0.4;
}
.product-display::before {
content: "";
border: 1px dashed var(--medium-gray);
width: 60%;
height: 30px;
border-radius: 100%;
position: absolute;
bottom: 35px;
left: 100px;
z-index: 5;
opacity: 0.4;
}
.product-display img {
z-index: 10;
width: 365px;
}
.product-height p {
transform: rotate(-90deg);
color: var(--dark-gray);
font-size: 0.85rem;
font-weight: 700;
}
.line-center {
height: 120px;
width: 1px;
background: var(--medium-gray);
}
.line-top,
.line-bottom {
width: 8px;
height: 1px;
left: -4px;
background: var(--medium-gray);
}
.features-btn {
background: var(--white);
width: 2rem;
height: 2rem;
right: 100px;
top: 100px;
z-index: 10;
}
.features-btn .ripple {
position: absolute;
width: 4.5rem;
height: 4.5rem;
opacity: 0;
animation: ripple 2000ms infinite;
}
.features-btn:hover {
opacity: 0.9;
}
@keyframes ripple {
0% {
opacity: 1;
transform: scale(0);
}
100% {
opacity: 0;
transform: scale(1);
}
}
.features-btn .ripple:nth-child(1) {
animation-delay: 0.3s;
}
.features-btn .ripple:nth-child(2) {
animation-delay: 0.6s;
}
.product-description {
max-width: 360px;
margin-right: 20px;
}
.product-type {
margin-bottom: 40px;
}
.product-text-description,
.product-text-description a {
color: var(--medium-gray);
}
.product-text-description a:hover {
text-decoration: underline;
}
.product-options {
margin: 2.5rem 0 4rem;
}
.option-btn {
height: 42px;
font-size: 0.85rem;
font-weight: 500;
color: var(--dark-gray);
padding: 0.5rem;
margin-right: 0.5rem;
}
.option-btn svg {
margin-right: 0.5rem;
}
.option-btn:hover {
border: 1px solid var(--main-color);
}
.price {
box-shadow: inset 0 -1rem 0 var(--main-color-rgba);
margin-right: auto;
}
.add-cart-btn {
background: var(--main-color);
width: 150px;
height: 42px;
font-weight: 700;
text-transform: uppercase;
padding: 5px 5px 5px 20px;
}
.add-cart-btn:hover {
background: var(--main-color-hover);
}
.add-cart-btn span:hover {
opacity: 1;
}
.vertical-container {
margin-right: 2.5rem;
fill: var(--medium-gray);
}
.feature-icons svg {
margin-bottom: 1.25rem;
}
.vertical-container-title {
transform: rotate(-90deg);
top: 3rem;
left: 0;
}
.vertical-container-title .line {
width: 2rem;
height: 2px;
background: var(--medium-gray);
margin-right: 0.5rem;
}
.product-family {
background: url("https://i.ibb.co/dLNhcZ1/showcase.jpg") no-repeat
center/cover;
height: 520px;
}
.product-family::after {
content: "";
background: rgba(0, 0, 0, 0.4);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.product-family__full-price {
width: 230px;
height: 230px;
z-index: 15;
padding: 30px;
margin: 30px;
}
.product-family .features-btn:first-of-type {
z-index: 15;
top: 360px;
left: 90px;
}
.product-family .features-btn:nth-of-type(2) {
z-index: 15;
top: 320px;
right: 360px;
}
.product-family .features-btn:last-of-type {
z-index: 15;
top: 280px;
right: 160px;
}
.small-preview-container {
bottom: -50px;
left: 30px;
z-index: 15;
}
.preview-btn {
border-top: 3px solid rgba(0, 0, 0, 0.5);
}
.preview-btn:hover {
border: 1px solid transparent;
box-shadow: 0 7px 12px 1px rgba(0, 0, 0, 0.1);
color: #000;
}
.preview-btn::after {
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
}
.preview-btn img {
height: 100px;
width: 150px;
}
.feature-description {
display: grid;
grid-template-columns: repeat(4, 1fr);
max-height: 100%;
fill: var(--medium-gray);
}
.feature-card {
padding: 110px 30px 60px 30px;
}
.feature-card:hover {
background: var(--main-color);
fill: var(--dark-gray);
}
.feature-card h2 {
margin: 30px 0 80px;
}
.arrow-btn {
background: transparent;
padding: 0.5rem;
fill: var(--dark-gray);
}
.arrow-btn:hover {
border: 2px solid var(--dark-gray);
}
.user-navbar {
width: 270px;
}
/* --- ASIDE SECTION --- */
.user-navbar {
display: none;
padding: 6.25rem 2.5rem;
}
.user-navbar-postLogin {
padding: 6.25rem 2.5rem;
}
.user-navbar .nav-item {
padding: 1rem 0;
fill: var(--medium-gray);
}
.fa-hat-cowboy-side {
font-size: 40px;
color: #ffc240;
margin-left: 90px;
cursor: pointer;
}
.cart {
justify-self: flex-end;
padding-right: 8px;
}
#cart-btn {
border: none;
font-size: 1.5rem;
background: none;
color: var(--rose-quartz);
position: relative;
}
#cart-count-info {
position: absolute;
top: -12px;
right: -8px;
background: var(--emerald);
color: #fff;
font-size: 1rem;
width: 25px;
height: 25px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
}
.cart-container {
position: absolute;
overflow-y: scroll;
background-color: #1f1f1f49;
width: 350px;
height: 600px;
top: 70%;
right: 0;
box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.21);
display: none;
}
.cart-container::-webkit-scrollbar {
width: 8px;
}
.cart-container::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.1);
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
/* js related class */
.show-cart-container {
display: block;
}
.cart-item {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 0.5rem;
align-items: center;
position: relative;
padding: 1.2rem 0.6rem;
height: 140px;
border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.cart-item:last-child {
border-bottom: none;
}
.cart-item-del-btn {
position: absolute;
right: 15px;
top: 15px;
padding: 0.05rem 0.45rem;
font-size: 1.4rem;
border: none;
color: rgba(0, 0, 0, 0.5);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.cart-item img {
width: 80px;
}
.cart-item-info {
text-align: center;
}
.cart-item-info span {
display: block;
}
.cart-total {
padding: 1rem;
display: flex;
align-items: center;
justify-content: flex-start;
background: var(--emerald);
color: #fff;
}
.cart-total h3 {
margin-right: 0.2rem;
font-size: 1.3rem;
}
#cart-total-value {
font-size: 1.3rem;
font-weight: 500;
}
/* */
.user-navbar .nav-link {
margin-left: 1rem;
margin-right: auto;
color: var(--dark-gray);
font-weight: 500;
}
.user-navbar .user-choice .nav-link {
font-size: 0.85rem;
}
.user-avatar img {
width: 3.75rem;
height: 3.75rem;
margin-bottom: 1rem;
}
.user-navbar .badge {
font-weight: 500;
top: 0;
left: 45px;
}
.user-navbar .title {
margin-bottom: 1.5rem;
}
.user-greeting {
margin-bottom: 1.25rem;
}
.user-proposal,
.user-choice {
margin-bottom: 2rem;
}
.proposal-list .nav-item.selected,
.proposal-list .nav-item:hover {
/* border-bottom: 1px solid var(--main-color); */
box-shadow: inset 0 -2px 0 var(--main-color);
}
.user-navbar .nav-icon {
padding: 0;
fill: var(--dark-gray);
}
/* --- PRODUCT SUGGESTION SECTION --- */
.product-suggestion {
background: var(--light-gray);
height: 485px;
padding: 40px 0;
}
.section-title {
max-width: 170px;
margin-right: 90px;
}
.section-title h1 {
margin-bottom: 0.5rem;
}
.section-title h5 {
margin-bottom: 5.5rem;
}
.section-title .arrow-btn {
margin-right: 0.5rem;
}
.suggestion-card {
width: 310px;
max-height: 400px;
padding: 30px;
}
.suggestion-card:hover {
cursor: pointer;
border: 1px solid transparent;
box-shadow: 0 7px 12px 1px rgba(0, 0, 0, 0.1);
color: #000;
}
.suggestion-card img {
width: 200px;
height: 200px;
margin: auto;
margin-bottom: 1rem;
}
.suggestion-card h2 {
margin-bottom: 0.5rem;
}
.suggestion-card h5 {
margin-bottom: 0.5rem;
}
.suggestion-card .price {
margin-bottom: 3rem;
box-shadow: inset 0 -0.75rem 0 var(--main-color-rgba);
}
.suggestion-card button {
position: absolute;
bottom: -20px;
right: 30px;
}
/* --- CLIENT SUGGESTION SECTION --- */
.client-suggestion {
padding: 40px 0;
}
.hashtag {
margin-right: 0.5rem;
}
.client-suggestion .section-title a {
color: var(--dark-gray);
text-decoration: underline;
}
.client-suggestion-gallery {
max-width: 930px;
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: 1fr 1fr;
grid-gap: 2px;
}
.photo-1 {
grid-row-start: 1;
grid-row-end: 3;
}
.square {
background: var(--main-color);
width: 160px;
height: 160px;
z-index: -1;
top: -1.25rem;
left: -1.25rem;
}
.grid-photo img {
width: 100%;
height: 100%;
}
.grid-photo button {
width: 2.5rem;
height: 2.5rem;
background: var(--main-color);
top: 42.5%;
right: 42.5%;
z-index: 10;
}
.grid-photo button:hover {
background: var(--main-color-hover);
}
.grid-photo:hover .overlay {
opacity: 0;
}
.client-suggestion-avatar {
color: var(--white);
font-size: 0.85rem;
bottom: 1.25rem;
left: 1.25rem;
}
.client-suggestion-avatar img {
width: 2rem;
height: 2rem;
margin-right: 0.5rem;
}
/* |||| FOOTER |||| */
.footer-container {
height: 250px;
}
.footer-content {
padding-top: 2.5rem;
}
.footer-content-logo .navbar-logo {
padding: 0;
}
.footer-content-main h5 {
margin-bottom: 2.5rem;
}
.footer-content-main ul {
margin-bottom: 2rem;
font-size: 0.85rem;
}
.signupFrm {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.form {
background-color: white;
width: 400px;
border-radius: 8px;
padding: 20px 40px;
box-shadow: 0 10px 25px rgba(92, 99, 105, 0.2);
}
.title {
font-size: 50px;
margin-bottom: 50px;
}
.inputContainer {
position: relative;
height: 45px;
width: 90%;
margin-bottom: 17px;
}
.input {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
border: 1px solid #dadce0;
border-radius: 7px;
font-size: 16px;
padding: 0 20px;
outline: none;
background: none;
z-index: 1;
}
.label {
position: absolute;
top: 15px;
left: 15px;
padding: 0 4px;
background-color: white;
color: #dadce0;
font-size: 16px;
transition: 0.5s;
z-index: 0;
}
::placeholder {
color: transparent;
}
.submitBtn {
display: block;
margin-left: auto;
padding: 15px 30px;
border: none;
background-color: purple;
color: white;
border-radius: 6px;
cursor: pointer;
font-size: 16px;
margin-top: 30px;
}
.submitBtn:hover {
background-color: #9867c5;
transform: translateY(-2px);
}
.input:focus + .label {
top: -7px;
left: 3px;
z-index: 10;
font-size: 14px;
font-weight: 600;
color: purple;
}
.input:not(:placeholder-shown) + .label {
top: -7px;
left: 3px;
z-index: 10;
font-size: 14px;
font-weight: 600;
}
.input:focus {
border: 2px solid purple;
}
/*Products*/
.products-container {
max-width: 1280px;
margin: 0 auto;
padding: 0 1.5rem;
}
.ant-drawer-right,
.ant-drawer-right .ant-drawer-content-wrapper {
right: 0;
}
.ant-drawer-left,
.ant-drawer-right {
top: 0;
width: 0;
height: 100%;
}
.ant-drawer {
position: fixed;
z-index: 1000;
width: 0;
height: 100%;
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s,
width 0s ease 0.3s;
}
.ant-drawer-mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0;
background-color: rgba(0, 0, 0, 0.45);
opacity: 0;
filter: alpha(opacity=45);
transition: opacity 0.3s linear, height 0s ease 0.3s;
}
.ant-drawer > * {
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1),
box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-right,
.ant-drawer-right .ant-drawer-content-wrapper {
right: 0;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
height: 100%;
}
.ant-drawer-content-wrapper {
position: absolute;
}
.ant-drawer > * {
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1),
box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer .ant-drawer-content {
width: 100%;
height: 100%;
}
.ant-drawer-content {
position: relative;
z-index: 1;
overflow: auto;
background-color: #1f1f1f;
background-clip: padding-box;
border: 0;
}
.ant-drawer-wrapper-body {
height: 100%;
overflow: auto;
}
.ant-drawer-header,
.ant-drawer-header-no-title {
color: hsla(0, 0%, 100%, 0.85);
background: #1f1f1f;
}
.ant-drawer-header {
position: relative;
padding: 16px 24px;
border-bottom: 1px solid #303030;
border-radius: 2px 2px 0 0;
}
.ant-drawer-title {
margin: 0;
color: hsla(0, 0%, 100%, 0.85);
font-weight: 500;
font-size: 16px;
line-height: 22px;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
color: hsla(0, 0%, 100%, 0.75);
text-decoration: none;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
color: rgba(0, 0, 0, 0.75);
}
.ant-drawer-close {
position: absolute;
top: 105;
right: 0;
z-index: 10;
display: block;
width: 56px;
height: 56px;
padding: 0;
color: hsla(0, 0%, 100%, 0.45);
font-weight: 700;
font-size: 16px;
font-style: normal;
line-height: 56px;
text-align: center;
text-transform: none;
text-decoration: none;
background: transparent;
border: 0;
outline: 0;
cursor: pointer;
transition: color 0.3s;
text-rendering: auto;
}
.anticon {
display: inline-block;
color: inherit;
font-style: normal;
line-height: 0;
text-align: center;
text-transform: none;
vertical-align: -0.125em;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.anticon svg {
display: inline-block;
}
svg:not(:root) {
overflow: hidden;
}
.anticon svg {
display: inline-block;
}
.anticon > * {
line-height: 1;
}
.ant-drawer-body {
padding: 24px;
font-size: 14px;
line-height: 1.5715;
word-wrap: break-word;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
width: 100%;
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
height: 100%;
opacity: 1;
transition: none;
-webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
box-shadow: -2px 0 8px rgb(0 0 0 / 45%);
}
/*Products*/
/*Contact*/
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
@media (min-width: 992px) {
.info-wrap {
margin-top: -20px;
margin-bottom: -20px;
border-radius: 5px;
}
.p-lg-5 {
padding: 3rem !important;
}
}
.bg-primary {
background: #1089ff !important;
}
.info-wrap h3 {
color: #fff;
}
@media (min-width: 768px) {
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.info-wrap .dbox {
width: 100%;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 25px;
}
.contact-bottom {
background: #bdbdbd;
height: 340px;
}
.contact-bottom h1 {
margin-top: 20px;
color: #1089ff;
opacity: 0.5;
}
/*Contact*/
| 0.511229 | 0.104158 |
@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
margin: 0;
padding: 0;
}
fieldset, img, input, button {
border: none;
padding: 0;
margin: 0;
outline-style: none;
}
ul, ol {
list-style: none;
}
input {
padding-top: 0;
padding-bottom: 0;
font-family: "SimSun", "宋体";
}
select, input {
vertical-align: middle;
}
select, input, textarea {
font-size: 12px;
margin: 0;
}
textarea {
resize: none;
}
/*防止拖动*/
img {
border: 0;
vertical-align: middle;
}
/* 去掉图片低测默认的3像素空白缝隙*/
table {
border-collapse: collapse;
}
body {
font: 12px/150% Arial, Verdana, "\5b8b\4f53";
color: #666;
background: #fff
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1; /*IE/7/6*/
}
a {
color: #666;
text-decoration: none;
}
a:hover {
color: #C81623;
}
h1, h2, h3, h4, h5, h6 {
text-decoration: none;
font-weight: normal;
font-size: 100%;
}
s, i, em {
font-style: normal;
text-decoration: none;
}
.col-red {
color: #C81623 !important;
}
/*公共类*/
.w {
/*版心 提取 */
width: 1190px;
margin: 0 auto;
}
.fl {
float: left
}
.fr {
float: right
}
.al {
text-align: left
}
.ac {
text-align: center
}
.ar {
text-align: right
}
.hide {
display: none
}
/*头部导航开始*/
.shortcut {
height: 30px;
line-height: 30px;
background-color: #f1f1f1;
}
.shortcut .dt,
.shortcut .fore {
padding: 0 20px 0 10px;
position: relative;
}
.shortcut .dt i,
.fore i {
font: 400 15px/15px "宋体";
position: absolute;
top: 13px;
right: 3px;
height: 7px;
overflow: hidden;
width: 15px;
}
.shortcut .dt s,
.fore s {
position: absolute;
top: -8px;
left: 0;
}
.fr li {
float: left;
padding: 0 10px;
}
.fr .line {
width: 1px;
height: 12px;
background-color: #ddd;
margin-top: 9px;
padding: 0;
}
.shortcut .tel-jd {
padding: 0 20px 0 25px;
}
.tel {
position: absolute;
width: 15px;
height: 20px;
background: url(../images/sprite.png) no-repeat;
left: 5px;
top: 5px;
}
/*顶部end*/
/*topbanner start*/
.topbanner {
background-color: #e0f2ee;
}
.close-banner {
position: absolute;
right: 0;
top: 5px;
width: 19px;
height: 19px;
background: url(../images/close.png) no-repeat;
}
.close-banner:hover {
background-position: bottom;
}
.tp {
position: relative;
}
/*topbanner end*/
.logo {
width: 360px;
height: 75px;
background-color: pink;
float: left;
padding-top: 25px;
background: url(../images/logo.png) no-repeat 0 25px;
position: relative;
}
.jd-a {
display: block;
width: 270px;
height: 60px;
text-indent: -2000em;
}
.db11 {
position: absolute;
width: 180px;
height: 80px;
background-color: pink;
top: 10px;
left: 168px;
}
.search {
width: 538px;
height: 35px;
float: left;
margin-top: 25px;
}
.search input {
width: 450px;
height: 32px;
border: 2px solid #B61D1D;
padding-left: 4px;
color: #666;
font: 14px/32px "microsoft yahei";
float: left;
}
.search button {
width: 80px;
height: 36px;
background-color: #B61D1D;
float: left;
font: 16px/36px "microsoft yahei";
color: #fff;
cursor: pointer; /* 鼠标变成小手*/
}
.car {
width: 96px;
padding-left: 43px;
float: right;
margin: 25px 65px 0 0;
border: 1px solid #DFDFDF;
line-height: 34px;
position: relative;
}
.icon1 {
position: absolute;
top: 10px;
left: 20px;
width: 16px;
height: 13px;
background: url(../images/sprite.png) no-repeat -1px -59px;
}
.icon2 {
font: 400 13px/13px simsun;
position: absolute;
top: 10px;
right: 10px;
}
.icon3 {
position: absolute;
width: 16px;
height: 14px;
background-color: #C81623;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #fff;
top: -4px;
border-radius: 7px 7px 7px 0;
}
.hotwords {
width: 500px;
padding: 7px 0;
float: left;
}
.hotwords a {
margin-right: 6px;
}
/*nav 部分*/
.jd-nav {
width: 100%;
height: 44px;
border-bottom: 2px solid #B1191A;
}
.dropdown {
width: 170px;
height: 44px;
float: left;
position: relative;
z-index: 10;
overflow: visible;
}
.dropdown .dt {
height: 44px;
}
.dropdown .dt a {
display: block;
height: 44px;
font: 400 15px/44px "microsoft yahei";
background-color: #B1191A;
color: #fff;
padding-left: 10px;
}
.navitems {
width: 680px;
height: 44px;
float: left;
margin-left: 50px;
}
.navitems li {
float: left;
}
.navitems li.new {
background: url(../images/new.jpg) no-repeat right top;
}
.navitems li a {
display: block;
color: #333;
font:400 15px/44px "微软雅黑";
padding:0 20px;
}
.navitems li a:hover {
color: #B1191A;
}
.bike {
width: 140px;
height: 44px;
background:url(../images/bike.jpg) no-repeat;
float: right;
}
.bike a {
display: block;
height: 44px;
}
/*头部分end*/
.slogen {
height: 54px;
padding: 20px 0;
background-color: #f5f5f5;
position: relative;
margin-bottom: 15px;
}
.item {
width: 302px;
position: absolute;
top: 20px;
left: 50%;
}
.slogen1 {
margin-left: -608px;
}
.slogen2 {
margin-left: -304px;
}
.slogen3 {
margin-left: 2px;
}
.slogen4 {
margin-left: 304px;
}
.shopping dl {
width: 192px;
float: left;
}
.shopping dt,
.coverage .dt {
font-size: 16px;
height: 28px;
font-family: "微软雅黑";
padding-top: 10px;
}
.shopping dd {
height: 20px;
}
.coverage {
float: right;
width: 220px;
height: 165px;
background: url(../images/china.png) no-repeat left bottom;
}
.coverage .dd {
margin-top: 10px;
}
.coverage p {
line-height: 18px;
}
.looklook {
text-align: right;
margin-top: 5px;
}
.againw {
border-top: 1px solid #E5E5E5;
padding: 23px 0 30px 0;
margin-top: 30px;
text-align: center;
}
.links {
height: 25px;
}
.links a {
padding: 0 6px;
}
.copyright {
line-height: 18px;
margin-bottom: 10px;
}
/*底部 start*/
|
css/base.css
|
@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
margin: 0;
padding: 0;
}
fieldset, img, input, button {
border: none;
padding: 0;
margin: 0;
outline-style: none;
}
ul, ol {
list-style: none;
}
input {
padding-top: 0;
padding-bottom: 0;
font-family: "SimSun", "宋体";
}
select, input {
vertical-align: middle;
}
select, input, textarea {
font-size: 12px;
margin: 0;
}
textarea {
resize: none;
}
/*防止拖动*/
img {
border: 0;
vertical-align: middle;
}
/* 去掉图片低测默认的3像素空白缝隙*/
table {
border-collapse: collapse;
}
body {
font: 12px/150% Arial, Verdana, "\5b8b\4f53";
color: #666;
background: #fff
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1; /*IE/7/6*/
}
a {
color: #666;
text-decoration: none;
}
a:hover {
color: #C81623;
}
h1, h2, h3, h4, h5, h6 {
text-decoration: none;
font-weight: normal;
font-size: 100%;
}
s, i, em {
font-style: normal;
text-decoration: none;
}
.col-red {
color: #C81623 !important;
}
/*公共类*/
.w {
/*版心 提取 */
width: 1190px;
margin: 0 auto;
}
.fl {
float: left
}
.fr {
float: right
}
.al {
text-align: left
}
.ac {
text-align: center
}
.ar {
text-align: right
}
.hide {
display: none
}
/*头部导航开始*/
.shortcut {
height: 30px;
line-height: 30px;
background-color: #f1f1f1;
}
.shortcut .dt,
.shortcut .fore {
padding: 0 20px 0 10px;
position: relative;
}
.shortcut .dt i,
.fore i {
font: 400 15px/15px "宋体";
position: absolute;
top: 13px;
right: 3px;
height: 7px;
overflow: hidden;
width: 15px;
}
.shortcut .dt s,
.fore s {
position: absolute;
top: -8px;
left: 0;
}
.fr li {
float: left;
padding: 0 10px;
}
.fr .line {
width: 1px;
height: 12px;
background-color: #ddd;
margin-top: 9px;
padding: 0;
}
.shortcut .tel-jd {
padding: 0 20px 0 25px;
}
.tel {
position: absolute;
width: 15px;
height: 20px;
background: url(../images/sprite.png) no-repeat;
left: 5px;
top: 5px;
}
/*顶部end*/
/*topbanner start*/
.topbanner {
background-color: #e0f2ee;
}
.close-banner {
position: absolute;
right: 0;
top: 5px;
width: 19px;
height: 19px;
background: url(../images/close.png) no-repeat;
}
.close-banner:hover {
background-position: bottom;
}
.tp {
position: relative;
}
/*topbanner end*/
.logo {
width: 360px;
height: 75px;
background-color: pink;
float: left;
padding-top: 25px;
background: url(../images/logo.png) no-repeat 0 25px;
position: relative;
}
.jd-a {
display: block;
width: 270px;
height: 60px;
text-indent: -2000em;
}
.db11 {
position: absolute;
width: 180px;
height: 80px;
background-color: pink;
top: 10px;
left: 168px;
}
.search {
width: 538px;
height: 35px;
float: left;
margin-top: 25px;
}
.search input {
width: 450px;
height: 32px;
border: 2px solid #B61D1D;
padding-left: 4px;
color: #666;
font: 14px/32px "microsoft yahei";
float: left;
}
.search button {
width: 80px;
height: 36px;
background-color: #B61D1D;
float: left;
font: 16px/36px "microsoft yahei";
color: #fff;
cursor: pointer; /* 鼠标变成小手*/
}
.car {
width: 96px;
padding-left: 43px;
float: right;
margin: 25px 65px 0 0;
border: 1px solid #DFDFDF;
line-height: 34px;
position: relative;
}
.icon1 {
position: absolute;
top: 10px;
left: 20px;
width: 16px;
height: 13px;
background: url(../images/sprite.png) no-repeat -1px -59px;
}
.icon2 {
font: 400 13px/13px simsun;
position: absolute;
top: 10px;
right: 10px;
}
.icon3 {
position: absolute;
width: 16px;
height: 14px;
background-color: #C81623;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #fff;
top: -4px;
border-radius: 7px 7px 7px 0;
}
.hotwords {
width: 500px;
padding: 7px 0;
float: left;
}
.hotwords a {
margin-right: 6px;
}
/*nav 部分*/
.jd-nav {
width: 100%;
height: 44px;
border-bottom: 2px solid #B1191A;
}
.dropdown {
width: 170px;
height: 44px;
float: left;
position: relative;
z-index: 10;
overflow: visible;
}
.dropdown .dt {
height: 44px;
}
.dropdown .dt a {
display: block;
height: 44px;
font: 400 15px/44px "microsoft yahei";
background-color: #B1191A;
color: #fff;
padding-left: 10px;
}
.navitems {
width: 680px;
height: 44px;
float: left;
margin-left: 50px;
}
.navitems li {
float: left;
}
.navitems li.new {
background: url(../images/new.jpg) no-repeat right top;
}
.navitems li a {
display: block;
color: #333;
font:400 15px/44px "微软雅黑";
padding:0 20px;
}
.navitems li a:hover {
color: #B1191A;
}
.bike {
width: 140px;
height: 44px;
background:url(../images/bike.jpg) no-repeat;
float: right;
}
.bike a {
display: block;
height: 44px;
}
/*头部分end*/
.slogen {
height: 54px;
padding: 20px 0;
background-color: #f5f5f5;
position: relative;
margin-bottom: 15px;
}
.item {
width: 302px;
position: absolute;
top: 20px;
left: 50%;
}
.slogen1 {
margin-left: -608px;
}
.slogen2 {
margin-left: -304px;
}
.slogen3 {
margin-left: 2px;
}
.slogen4 {
margin-left: 304px;
}
.shopping dl {
width: 192px;
float: left;
}
.shopping dt,
.coverage .dt {
font-size: 16px;
height: 28px;
font-family: "微软雅黑";
padding-top: 10px;
}
.shopping dd {
height: 20px;
}
.coverage {
float: right;
width: 220px;
height: 165px;
background: url(../images/china.png) no-repeat left bottom;
}
.coverage .dd {
margin-top: 10px;
}
.coverage p {
line-height: 18px;
}
.looklook {
text-align: right;
margin-top: 5px;
}
.againw {
border-top: 1px solid #E5E5E5;
padding: 23px 0 30px 0;
margin-top: 30px;
text-align: center;
}
.links {
height: 25px;
}
.links a {
padding: 0 6px;
}
.copyright {
line-height: 18px;
margin-bottom: 10px;
}
/*底部 start*/
| 0.286668 | 0.087798 |
body {
min-height: 100vh;
background-color: var(--color-gray-light);
display: flex;
align-items: center;
justify-content: center;
}
body a {
position: absolute;
top: 1%;
left: 5%;
text-decoration: none;
color: var(--color-red);
}
body a:hover, body a:active {
color: var(--color-red-light);
}
body a i {
font-size: 3rem;
}
main {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
main div {
height: 100%;
width: 30%;
}
main div h1 {
font-size: 2.5rem;
color: var(--color-dark);
}
.add-form {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.add-form > * {
margin-bottom: 5%;
}
.add-form button {
height: 3rem;
width: 50%;
display: flex;
align-self: center;
justify-content: center;
align-items: center;
background-color: var(--color-blue);
color: var(--color-light);
border: solid 1px var(--color-light);
cursor: pointer;
transform: skew(10deg);
transition: all 0.5s;
}
.add-form button p {
transform: skew(-10deg);
font-size: 1.5rem;
}
.add-form button:hover {
background-color: var(--color-blue-dark);
}
.add-form .btn-reset {
background-color: var(--color-red);
width: 10%;
}
.add-form .btn-reset:hover {
background-color: var(--color-red-dark);
}
.add-form .btn-reset i {
font-size: 2rem;
transform: skew(-10deg);
font-size: 1.5rem;
}
.add-form div {
width: 100%;
display: flex;
justify-content: space-between;
}
.input-group {
display: flex;
flex-direction: column;
margin-right: 1%;
}
.form-label {
font-size: 1.2rem;
color: var(--color-dark);
margin-bottom: 5px;
}
.form-input {
width: 100%;
height: 3rem;
padding-left: 5%;
border: solid 1px var(--color-light);
background-color: var(--color-light);
transition: all 0.3s;
}
.form-input:focus, .form-input:hover {
background-color: var(--color-red-light);
color: var(--color-light);
}
.form-input:focus::placeholder,
.form-input:hover::placeholder {
color: var(--color-light);
}
.add-form a {
position: inherit;
align-self: flex-end;
}
.hide {
display: none;
}
.show {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
}
.show form {
width: 40%;
height: 70%;
background-color: var(--color-gray-light);
padding: 2%;
}
.show form h1 {
font-size: 1.5rem;
color: var(--color-dark);
}
.show form .close-btn {
width: 10%;
align-self: flex-end;
}
.show form .form-label {
font-size: 1.2rem;
}
.show form .form-btn {
width: 30%;
margin: 0;
}
|
src/public/css/login.css
|
body {
min-height: 100vh;
background-color: var(--color-gray-light);
display: flex;
align-items: center;
justify-content: center;
}
body a {
position: absolute;
top: 1%;
left: 5%;
text-decoration: none;
color: var(--color-red);
}
body a:hover, body a:active {
color: var(--color-red-light);
}
body a i {
font-size: 3rem;
}
main {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
main div {
height: 100%;
width: 30%;
}
main div h1 {
font-size: 2.5rem;
color: var(--color-dark);
}
.add-form {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.add-form > * {
margin-bottom: 5%;
}
.add-form button {
height: 3rem;
width: 50%;
display: flex;
align-self: center;
justify-content: center;
align-items: center;
background-color: var(--color-blue);
color: var(--color-light);
border: solid 1px var(--color-light);
cursor: pointer;
transform: skew(10deg);
transition: all 0.5s;
}
.add-form button p {
transform: skew(-10deg);
font-size: 1.5rem;
}
.add-form button:hover {
background-color: var(--color-blue-dark);
}
.add-form .btn-reset {
background-color: var(--color-red);
width: 10%;
}
.add-form .btn-reset:hover {
background-color: var(--color-red-dark);
}
.add-form .btn-reset i {
font-size: 2rem;
transform: skew(-10deg);
font-size: 1.5rem;
}
.add-form div {
width: 100%;
display: flex;
justify-content: space-between;
}
.input-group {
display: flex;
flex-direction: column;
margin-right: 1%;
}
.form-label {
font-size: 1.2rem;
color: var(--color-dark);
margin-bottom: 5px;
}
.form-input {
width: 100%;
height: 3rem;
padding-left: 5%;
border: solid 1px var(--color-light);
background-color: var(--color-light);
transition: all 0.3s;
}
.form-input:focus, .form-input:hover {
background-color: var(--color-red-light);
color: var(--color-light);
}
.form-input:focus::placeholder,
.form-input:hover::placeholder {
color: var(--color-light);
}
.add-form a {
position: inherit;
align-self: flex-end;
}
.hide {
display: none;
}
.show {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
}
.show form {
width: 40%;
height: 70%;
background-color: var(--color-gray-light);
padding: 2%;
}
.show form h1 {
font-size: 1.5rem;
color: var(--color-dark);
}
.show form .close-btn {
width: 10%;
align-self: flex-end;
}
.show form .form-label {
font-size: 1.2rem;
}
.show form .form-btn {
width: 30%;
margin: 0;
}
| 0.683842 | 0.094678 |
body {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-family: "Roboto", sans-serif;
color: #424242;
font-size: 14px;
line-height: 22px;
background-color: #fff;
}
/*
/*-----------------------------------------------------------------------------------*/
/* RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
:focus {
outline: 0 !important;
}
iframe {
border: none;
width: 100%;
}
::selection {
background: #fefac7;
/* Safari */
color: #555555;
}
::-moz-selection {
background: #fefac7;
/* Firefox */
color: #555555;
}
strong, b {
font-family: "Roboto", sans-serif;
font-weight: 700;
}
input,
button,
select,
textarea, label {
font-family: "Roboto", sans-serif;
font-size: 14px;
font-weight: 400;
}
hr {
background-color: #f5f5f5;
border: 0;
height: 1px;
margin: 22px 0 22px 0;
}
.badge {
font-weight: normal;
margin-left: 5px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
background-color: #32c5d2;
padding: 3px 6px;
}
a {
color: #333;
-moz-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-webkit-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}
a:hover,
a:focus {
color: #32c5d2;
text-decoration: none;
}
.colored-text {
color: #32c5d2;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
color: #060606;
font-weight: 700;
margin: 0;
font-family: "Roboto", sans-serif;
}
h1 {
font-size: 3.2em;
line-height: 44px;
margin: 0 0 44px 0;
}
h2 {
font-size: 2.6em;
font-weight: 700;
line-height: 42px;
margin: 0 0 32px 0;
}
h3 {
font-size: 1.8em;
font-weight: 700;
letter-spacing: normal;
line-height: 24px;
margin-bottom: 33px;
}
/*-----------------------------------------------------------------------------------*/
/* DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
width: 100%;
height: 0px;
}
.divide2 {
width: 100%;
height: 2px;
}
.divide3 {
width: 100%;
height: 3px;
}
.divide5 {
width: 100%;
height: 5px;
}
.divide10 {
width: 100%;
height: 10px;
}
.divide15 {
width: 100%;
height: 15px;
}
.divide20 {
width: 100%;
height: 20px;
}
.divide25 {
width: 100%;
height: 25px;
}
.divide30 {
width: 100%;
height: 30px;
}
.divide35 {
width: 100%;
height: 35px;
}
.divide40 {
width: 100%;
height: 40px;
}
.divide45 {
width: 100%;
height: 40px;
}
.divide50 {
width: 100%;
height: 50px;
}
.divide55 {
width: 100%;
height: 55px;
}
.divide60 {
width: 100%;
height: 60px;
}
.divide65 {
width: 100%;
height: 65px;
}
.divide70 {
width: 100%;
height: 70px;
}
.divide75 {
width: 100%;
height: 75px;
}
.divide80 {
width: 100%;
height: 80px;
}
.divide85 {
width: 100%;
height: 85px;
}
/*margins*/
.margin10 {
margin-bottom: 10px;
}
.margin20 {
margin-bottom: 20px;
}
.margin30 {
margin-bottom: 30px;
}
.margin40 {
margin-bottom: 40px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
font-size: 12px;
color: #7a7a7a;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
background: #FFF;
-moz-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-webkit-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}
.no-padding {
padding: 0px;
}
.center-title {
padding-bottom: 50px;
text-align: center;
}
.center-title h3 {
font-weight: 700;
text-transform: uppercase;
margin-bottom: 0px;
}
.center-title p {
margin: 15px 0;
}
.title-section {
font-weight: 600;
font-size: 21px;
margin-bottom: 30px;
text-transform: uppercase;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
}
.title-section .link-arrow {
padding: 2px 8px;
background-color: #32c5d2;
color: #fff;
float: right;
display: inline-block;
font-size: 11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.title-section .link-arrow:after {
text-shadow: none;
-webkit-font-smoothing: antialiased;
font-family: 'fontawesome';
speak: none;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-transform: none;
content: "\f105";
color: #fff;
left: 0;
font-size: 13px;
margin-left: 10px;
vertical-align: middle;
position: relative;
bottom: 2px;
}
/*********
TOP BAR
*********/
.top-bar {
background-color: #32c5d2;
}
.top-bar .top-welcome {
color: #fff;
font-size: 13px;
}
.top-bar .top-social {
float: right;
}
.top-bar .top-social a {
display: block;
float: left;
color: #fff;
width: 32px;
text-align: center;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.top-bar .top-social a:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.select-option select, .select-option .cs-skin-elastic {
width: 100%;
max-width: 100%;
}
.header-logo-bar {
padding: 27px 0;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-logo {
display: inline-block;
color: #333;
}
.header-icon {
color: #32c5d2;
font-size: 24px;
padding-right: 10px;
vertical-align: -4px;
}
.header-title {
font-family: "Roboto", sans-serif;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
vertical-align: middle;
}
.header-slogan {
border-left: 1px solid #fafafa;
display: inline-block;
font-size: 12px;
font-weight: normal;
line-height: 16px;
margin: 0px 0px 0px 15px;
padding: 0px 0px 0px 15px;
text-align: left;
text-transform: capitalize;
vertical-align: middle;
}
.contact-info-blocks > div {
display: inline-block;
margin: -5px 0 0 0;
padding: 0 10px;
border-right: 1px solid #efefef;
color: #999;
text-align: left;
font-size: 12px;
}
.contact-info-blocks > div:last-child {
border-right: 0;
padding-right: 0;
}
.contact-info-blocks > div i {
color: #32c5d2;
margin-right: 5px;
}
.contact-info-blocks > div span {
display: block;
font-family: "Roboto", sans-serif;
font-size: 14px;
line-height: 15px;
color: #666;
font-weight: 700;
}
.search-widget {
position: relative;
}
.search-widget .btn-submit {
position: absolute;
right: 0;
top: 0;
color: #fff;
height: 34px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
background-color: #32c5d2;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.search-widget-2 {
position: relative;
}
.search-widget-2 .form-control {
border: 0px;
border-bottom: 2px solid #f5f5f5;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
}
.search-widget-2 .form-control:focus {
border-color: #32c5d2;
}
.search-widget-2 .submit-2 {
position: absolute;
top: 5px;
right: 5px;
}
/*******
NAVBAR
*******/
.navbar-inverse {
background-color: #32c5d2;
border-color: rgba(0, 0, 0, 0.1);
width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
color: #fff;
font-family: "Roboto", sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu {
padding: 0px;
border: 2px solid #f5f5f5;
min-width: 180px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border-top-color: transparent;
}
.dropdown-menu > li > a {
padding: 7px 20px;
border-bottom: 1px solid #f3f3f3;
font-size: 13px;
}
@media (min-width: 768px) {
.navbar-right {
float: right !important;
margin-right: 0px;
}
}
/* Mega MENU */
.yamm-content {
padding: 25px;
box-sizing: border-box;
background-color: #fff;
}
/*****property***/
.image {
position: relative;
overflow: hidden;
}
.label-property {
display: inline-block;
padding: 3px 12px;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
position: absolute;
bottom: 15px;
left: 15px;
}
.label-price {
display: inline-block;
padding: 3px 12px;
color: #000;
background-color: rgba(255, 255, 255, 0.8);
position: absolute;
bottom: 15px;
right: 15px;
}
.image a {
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
background-color: rgba(0, 0, 0, 0.8);
display: block;
opacity: 0;
height: 100%;
left: 0px;
position: absolute;
top: 0px;
text-align: center;
width: 100%;
z-index: 200;
}
.image a i {
width: 100%;
position: absolute;
top: 50%;
color: #fff;
display: block;
font-size: 25px;
margin-top: -40px;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.image:hover a {
opacity: 1;
}
.image:hover a i {
margin-top: -10px;
}
.property-detail {
padding: 12px 0;
}
.property-detail .title {
font-weight: 600;
font-size: 16px;
}
.property-detail .location {
display: block;
font-size: 13px;
color: #777;
margin: 0px 0;
}
.property-detail .pull-right img {
margin-left: 10px;
margin-right: 4px;
}
/****footer***/
.footer {
background-color: #ddd;
padding-top: 50px;
padding-bottom: 30px;
}
.footer h3 {
margin-bottom: 25px;
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
}
.footer .media-heading {
font-weight: 600;
font-size: 14px;
margin-bottom: 5px;
}
.footer .location {
font-size: 13px;
}
.footer ul {
margin: 0;
padding: 0;
}
.footer ul li {
line-height: 24px;
font-size: 13px;
}
.copyright {
padding: 10px 0;
background-color: #333;
color: #aaa;
}
/**call to action**/
.call-to-action {
padding-top: 40px;
padding-bottom: 25px;
background-color: #32c5d2;
}
.call-to-action h3 {
color: #fff;
font-weight: 300;
text-transform: capitalize;
margin: 0px;
line-height: 50px;
margin-bottom: 15px;
font-size: 30px;
}
.call-to-action a {
display: inline-block;
padding: 10px 25px;
text-align: center;
color: #fff;
border: 1px solid #fff;
}
.call-to-action a:hover, .call-to-action a:focus {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
border-color: rgba(0, 0, 0, 0.2);
}
/****
buttons for real estate
****/
.btn {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
font-family: "Roboto", sans-serif;
border: none;
text-transform: uppercase;
font-size: 13px;
}
.btn-red {
background-color: #32c5d2;
color: #fff;
}
.btn-red:hover, .btn-red:focus {
color: #fff;
background-color: #333;
}
/****slider revolution****/
.slider-title {
background-color: rgba(0, 0, 0, 0.9);
padding: 15px 20px;
color: #fff;
text-transform: uppercase;
font-size: 40px;
}
.slider-text {
background-color: rgba(255, 255, 255, 0.9);
color: #333;
padding: 10px 20px;
text-transform: capitalize;
font-size: 20px;
}
.slider-price {
background-color: #32c5d2;
color: #fff;
padding: 10px 20px;
font-size: 20px;
}
/**all property slider**/
.all-property-slider {
position: relative;
}
.all-property-slider .owl-buttons {
position: absolute;
top: -66px;
right: 12px;
}
.all-property-slider .owl-theme .owl-controls .owl-buttons div {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
padding: 0px;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
background-color: #32c5d2;
}
.all-property-slider .owl-item {
padding: 0 15px;
}
/**search filter**/
.search-filter {
padding-top: 40px;
padding-bottom: 20px;
background-color: #f8f8f8;
}
.search-filter .btn-red {
height: 44px;
line-height: 25px;
}
.search-filter .btn-red i {
margin-right: 5px;
}
.select-option .cs-skin-elastic .cs-options {
z-index: 101;
}
/***agents***/
.agent-box {
text-align: center;
}
.agent-box img {
display: block;
margin: 0 auto;
}
.agent-box h3 {
font-weight: 400;
margin: 15px 0;
font-size: 20px;
}
.agent-box a {
display: inline-block;
color: #fff;
font-size: 12px;
padding: 2px 8px;
background-color: #32c5d2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
margin-top: 10px;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.agent-box a:hover, .agent-box a:focus {
background-color: #333;
color: #fff;
}
/****sidebar***/
.sidebar-box {
margin-bottom: 30px;
}
.sidebar-box h3 {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 15px;
background-color: #f5f5f5;
text-align: center;
line-height: 35px;
}
.sidebar-box .btn-red i {
margin-right: 7px;
}
.sidebar-box .media {
background-color: #eee;
padding: 10px;
}
.sidebar-box .media-heading {
font-weight: 600;
font-size: 17px;
margin-bottom: 0px;
}
.sidebar-box em {
font-size: 12px;
display: block;
margin-bottom: 0px;
}
/***property listing***/
.property-listing {
margin-bottom: 40px;
}
.property-listing h3 {
margin-bottom: 5px;
}
.property-listing .btn-default {
background-color: #f9f9f9;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
margin: 10px 0;
}
.property-listing span {
margin-right: 20px;
display: inline-block;
}
.property-listing span img {
margin-right: 3px;
}
/**pagination**/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
z-index: 2;
color: #fff;
cursor: default;
background-color: #32c5d2;
border-color: #32c5d2;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
z-index: 3;
color: #fff;
background-color: #32c5d2;
border-color: #32c5d2;
}
.pagination > li > a, .pagination > li > span {
color: #32c5d2;
}
/***thumb slider for detail gallery page**/
.thumb-slider {
margin-bottom: 30px;
}
.thumb-slider .flexslider {
margin: 0 0 10px;
}
.thumb-slider .flex-direction-nav a {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
text-shadow: none;
background-color: #32c5d2;
color: #fff;
}
.thumb-slider .flex-direction-nav a.flex-next:before {
content: "\f105";
color: #fff;
}
.thumb-slider .flex-direction-nav a:before {
font-family: "FontAwesome";
font-size: 40px;
display: inline-block;
content: "\f104";
color: #fff;
}
.thumb-slider #carousel img {
display: block;
opacity: .5;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}
.thumb-slider #carousel img:hover {
opacity: 1;
}
.thumb-slider .flex-active-slide img {
opacity: 1 !important;
}
.property-meta span {
display: inline-block;
padding: 3px 8px;
background-color: #eee;
color: #555;
text-transform: uppercase;
border-right: 2px solid #ddd;
margin: 3px;
}
.additional-amenities span {
padding: 4px 8px;
background-color: #f8f8f8;
margin: 4px;
color: #555;
display: inline-block;
}
.additional-amenities span.available {
color: #32c5d2;
}
.agent-social a {
display: inline-block;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 18px;
color: #333;
background-color: #f8f8f8;
margin: 3px;
}
.agent-social a:hover {
color: #fff;
background-color: #32c5d2;
}
.about-agency h3 {
margin-bottom: 10px;
}
.agency-details i {
float: left;
margin-right: 5px;
font-size: 15px;
color: #32c5d2;
width: 40px;
height: 20px;
text-align: center;
line-height: 20px;
display: block;
}
.agency-details span {
display: block;
overflow: hidden;
}
/****Pricing tables****/
.price-box {
padding: 4px;
border: 2px solid #ddd;
text-align: center;
}
.price-box .price-header {
background-color: #f5f5f5;
padding: 20px;
}
.price-box .price-header h3 {
color: #32c5d2;
text-transform: uppercase;
margin-bottom: 10px;
}
.price-box .price-features {
padding: 15px 0;
}
.price-box .price-features ul {
margin: 0;
padding: 0;
}
.price-box .price-features ul li {
line-height: 34px;
border-bottom: 1px solid #f5f5f5;
}
.price-box .price-bottom {
padding: 15px 0;
text-align: center;
}
/***faqs****/
.panel-default > .panel-heading {
position: relative;
}
.panel-default > .panel-heading:after {
content: '\f067';
color: #333;
display: block;
font-family: 'FontAwesome';
position: absolute;
right: 15px;
top: 8px;
}
.panel-default > .panel-heading.active:after {
content: '\f068';
}
.faq-box {
padding: 15px;
border: 1px solid #eee;
margin-top: 40px;
}
.faq-box h4 {
font-weight: 400;
margin-bottom: 10px;
text-transform: capitalize;
}
.required span {
color: red;
}
.form-contact ul {
list-style: none;
margin: 0;
padding: 0;
}
.form-contact ul li {
padding: 0px 10px;
color: #fff;
background-color: red;
font-size: 12px;
}
.form-contact p {
margin-top: 0px;
}
.contact-column h4 {
text-transform: capitalize;
font-weight: 400;
margin-bottom: 15px;
}
.social-1 li a {
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
color: #fff;
background-color: #32c5d2;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
display: block;
}
.property-submit-form h4 {
text-transform: uppercase;
font-weight: 700;
margin-bottom: 20px;
}
.property-submit-form .form-control {
min-height: 44px;
}
.property-submit-form .image-placeholder {
background: #eee;
height: 100px;
line-height: 100px;
text-align: center;
font-weight: 700;
margin-bottom: 20px;
}
.property-submit-form .checkbox {
padding-left: 20px;
}
.login-reg-box {
padding: 15px;
background-color: #f5f5f5;
}
.login-reg-box h4 {
margin-bottom: 20px;
}
.login-reg-box .checkbox {
padding-left: 20px;
}
.social-btn {
height: 40px;
padding-right: 20px;
color: #fff;
margin-right: 10px;
font-size: 22px;
margin-bottom: 10px;
display: inline-block;
}
.social-btn:hover {
opacity: 0.8;
color: #fff;
}
.social-btn i {
width: 40px;
height: 40px;
line-height: 40px;
margin-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0.4);
color: #fff;
font-size: 20px;
}
.social-btn.facebook {
background-color: #3b5998;
}
.social-btn.g-plus {
background-color: #C63D2D;
}
.tweet ul {
list-style: none;
padding: 0;
margin: 0;
}
.tweet ul li {
padding-bottom: 20px;
}
.tweet ul li a {
color: #32c5d2;
}
.tweet ul li a:hover {
color: #32c5d2;
text-decoration: underline;
}
.tag-list a {
display: inline-block;
margin: 3px;
padding: 3px 7px;
background-color: #eee;
color: #333;
}
.tag-list a:hover {
color: #fff;
background-color: #32c5d2;
}
.tag-list a i {
margin-right: 3px;
}
/**blog inner pages**/
.blog-post {
border-bottom: 1px dashed #e5e5e5;
padding-bottom: 10px;
margin-bottom: 60px;
}
.post-detail {
margin-top: 5px;
margin-bottom: 0px;
border-top: 1px solid #ebeaea;
border-bottom: 1px solid #ebeaea;
margin-left: 0px;
}
.post-detail li img {
width: 26px;
height: 26px;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
-ms-border-radius: 13px;
border-radius: 13px;
float: left;
margin-right: 10px;
}
.post-detail li + li {
padding-left: 15px;
}
.post-detail li {
font-size: 11px;
color: #777;
font-weight: 600;
vertical-align: middle;
text-transform: uppercase;
}
.post-detail li i {
margin-right: 5px;
}
.blog-post h2 {
font-size: 25px;
margin-bottom: 10px;
margin-top: 15px;
font-weight: 700;
text-transform: uppercase;
}
.blog-left-img .post-detail {
margin-top: 0px;
}
.blog-post p {
margin-bottom: 20px;
font-size: 15px;
}
.comment-form h3 {
margin-bottom: 15px;
text-transform: uppercase;
}
@media (max-width: 767px) {
.search-widget {
margin-top: 20px;
}
.navbar-inverse .navbar-toggle {
border-color: rgba(255, 255, 255, 0.4);
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background-color: #333;
border-color: rgba(0, 0, 0, 0.4);
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: rgba(0, 0, 0, 0.2);
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #eee;
}
.dropdown-menu > li > a {
border-bottom-color: rgba(0, 0, 0, 0.2);
}
}
@media (max-width: 568px) {
#carousel {
display: none;
}
}
|
public/real-estate.css
|
body {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-family: "Roboto", sans-serif;
color: #424242;
font-size: 14px;
line-height: 22px;
background-color: #fff;
}
/*
/*-----------------------------------------------------------------------------------*/
/* RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
:focus {
outline: 0 !important;
}
iframe {
border: none;
width: 100%;
}
::selection {
background: #fefac7;
/* Safari */
color: #555555;
}
::-moz-selection {
background: #fefac7;
/* Firefox */
color: #555555;
}
strong, b {
font-family: "Roboto", sans-serif;
font-weight: 700;
}
input,
button,
select,
textarea, label {
font-family: "Roboto", sans-serif;
font-size: 14px;
font-weight: 400;
}
hr {
background-color: #f5f5f5;
border: 0;
height: 1px;
margin: 22px 0 22px 0;
}
.badge {
font-weight: normal;
margin-left: 5px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
background-color: #32c5d2;
padding: 3px 6px;
}
a {
color: #333;
-moz-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-webkit-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}
a:hover,
a:focus {
color: #32c5d2;
text-decoration: none;
}
.colored-text {
color: #32c5d2;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
color: #060606;
font-weight: 700;
margin: 0;
font-family: "Roboto", sans-serif;
}
h1 {
font-size: 3.2em;
line-height: 44px;
margin: 0 0 44px 0;
}
h2 {
font-size: 2.6em;
font-weight: 700;
line-height: 42px;
margin: 0 0 32px 0;
}
h3 {
font-size: 1.8em;
font-weight: 700;
letter-spacing: normal;
line-height: 24px;
margin-bottom: 33px;
}
/*-----------------------------------------------------------------------------------*/
/* DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
width: 100%;
height: 0px;
}
.divide2 {
width: 100%;
height: 2px;
}
.divide3 {
width: 100%;
height: 3px;
}
.divide5 {
width: 100%;
height: 5px;
}
.divide10 {
width: 100%;
height: 10px;
}
.divide15 {
width: 100%;
height: 15px;
}
.divide20 {
width: 100%;
height: 20px;
}
.divide25 {
width: 100%;
height: 25px;
}
.divide30 {
width: 100%;
height: 30px;
}
.divide35 {
width: 100%;
height: 35px;
}
.divide40 {
width: 100%;
height: 40px;
}
.divide45 {
width: 100%;
height: 40px;
}
.divide50 {
width: 100%;
height: 50px;
}
.divide55 {
width: 100%;
height: 55px;
}
.divide60 {
width: 100%;
height: 60px;
}
.divide65 {
width: 100%;
height: 65px;
}
.divide70 {
width: 100%;
height: 70px;
}
.divide75 {
width: 100%;
height: 75px;
}
.divide80 {
width: 100%;
height: 80px;
}
.divide85 {
width: 100%;
height: 85px;
}
/*margins*/
.margin10 {
margin-bottom: 10px;
}
.margin20 {
margin-bottom: 20px;
}
.margin30 {
margin-bottom: 30px;
}
.margin40 {
margin-bottom: 40px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
font-size: 12px;
color: #7a7a7a;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
background: #FFF;
-moz-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-webkit-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}
.no-padding {
padding: 0px;
}
.center-title {
padding-bottom: 50px;
text-align: center;
}
.center-title h3 {
font-weight: 700;
text-transform: uppercase;
margin-bottom: 0px;
}
.center-title p {
margin: 15px 0;
}
.title-section {
font-weight: 600;
font-size: 21px;
margin-bottom: 30px;
text-transform: uppercase;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
}
.title-section .link-arrow {
padding: 2px 8px;
background-color: #32c5d2;
color: #fff;
float: right;
display: inline-block;
font-size: 11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.title-section .link-arrow:after {
text-shadow: none;
-webkit-font-smoothing: antialiased;
font-family: 'fontawesome';
speak: none;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-transform: none;
content: "\f105";
color: #fff;
left: 0;
font-size: 13px;
margin-left: 10px;
vertical-align: middle;
position: relative;
bottom: 2px;
}
/*********
TOP BAR
*********/
.top-bar {
background-color: #32c5d2;
}
.top-bar .top-welcome {
color: #fff;
font-size: 13px;
}
.top-bar .top-social {
float: right;
}
.top-bar .top-social a {
display: block;
float: left;
color: #fff;
width: 32px;
text-align: center;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.top-bar .top-social a:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.select-option select, .select-option .cs-skin-elastic {
width: 100%;
max-width: 100%;
}
.header-logo-bar {
padding: 27px 0;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.header-logo {
display: inline-block;
color: #333;
}
.header-icon {
color: #32c5d2;
font-size: 24px;
padding-right: 10px;
vertical-align: -4px;
}
.header-title {
font-family: "Roboto", sans-serif;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
vertical-align: middle;
}
.header-slogan {
border-left: 1px solid #fafafa;
display: inline-block;
font-size: 12px;
font-weight: normal;
line-height: 16px;
margin: 0px 0px 0px 15px;
padding: 0px 0px 0px 15px;
text-align: left;
text-transform: capitalize;
vertical-align: middle;
}
.contact-info-blocks > div {
display: inline-block;
margin: -5px 0 0 0;
padding: 0 10px;
border-right: 1px solid #efefef;
color: #999;
text-align: left;
font-size: 12px;
}
.contact-info-blocks > div:last-child {
border-right: 0;
padding-right: 0;
}
.contact-info-blocks > div i {
color: #32c5d2;
margin-right: 5px;
}
.contact-info-blocks > div span {
display: block;
font-family: "Roboto", sans-serif;
font-size: 14px;
line-height: 15px;
color: #666;
font-weight: 700;
}
.search-widget {
position: relative;
}
.search-widget .btn-submit {
position: absolute;
right: 0;
top: 0;
color: #fff;
height: 34px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
background-color: #32c5d2;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.search-widget-2 {
position: relative;
}
.search-widget-2 .form-control {
border: 0px;
border-bottom: 2px solid #f5f5f5;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
}
.search-widget-2 .form-control:focus {
border-color: #32c5d2;
}
.search-widget-2 .submit-2 {
position: absolute;
top: 5px;
right: 5px;
}
/*******
NAVBAR
*******/
.navbar-inverse {
background-color: #32c5d2;
border-color: rgba(0, 0, 0, 0.1);
width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
color: #fff;
font-family: "Roboto", sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu {
padding: 0px;
border: 2px solid #f5f5f5;
min-width: 180px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border-top-color: transparent;
}
.dropdown-menu > li > a {
padding: 7px 20px;
border-bottom: 1px solid #f3f3f3;
font-size: 13px;
}
@media (min-width: 768px) {
.navbar-right {
float: right !important;
margin-right: 0px;
}
}
/* Mega MENU */
.yamm-content {
padding: 25px;
box-sizing: border-box;
background-color: #fff;
}
/*****property***/
.image {
position: relative;
overflow: hidden;
}
.label-property {
display: inline-block;
padding: 3px 12px;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
position: absolute;
bottom: 15px;
left: 15px;
}
.label-price {
display: inline-block;
padding: 3px 12px;
color: #000;
background-color: rgba(255, 255, 255, 0.8);
position: absolute;
bottom: 15px;
right: 15px;
}
.image a {
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
background-color: rgba(0, 0, 0, 0.8);
display: block;
opacity: 0;
height: 100%;
left: 0px;
position: absolute;
top: 0px;
text-align: center;
width: 100%;
z-index: 200;
}
.image a i {
width: 100%;
position: absolute;
top: 50%;
color: #fff;
display: block;
font-size: 25px;
margin-top: -40px;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.image:hover a {
opacity: 1;
}
.image:hover a i {
margin-top: -10px;
}
.property-detail {
padding: 12px 0;
}
.property-detail .title {
font-weight: 600;
font-size: 16px;
}
.property-detail .location {
display: block;
font-size: 13px;
color: #777;
margin: 0px 0;
}
.property-detail .pull-right img {
margin-left: 10px;
margin-right: 4px;
}
/****footer***/
.footer {
background-color: #ddd;
padding-top: 50px;
padding-bottom: 30px;
}
.footer h3 {
margin-bottom: 25px;
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
}
.footer .media-heading {
font-weight: 600;
font-size: 14px;
margin-bottom: 5px;
}
.footer .location {
font-size: 13px;
}
.footer ul {
margin: 0;
padding: 0;
}
.footer ul li {
line-height: 24px;
font-size: 13px;
}
.copyright {
padding: 10px 0;
background-color: #333;
color: #aaa;
}
/**call to action**/
.call-to-action {
padding-top: 40px;
padding-bottom: 25px;
background-color: #32c5d2;
}
.call-to-action h3 {
color: #fff;
font-weight: 300;
text-transform: capitalize;
margin: 0px;
line-height: 50px;
margin-bottom: 15px;
font-size: 30px;
}
.call-to-action a {
display: inline-block;
padding: 10px 25px;
text-align: center;
color: #fff;
border: 1px solid #fff;
}
.call-to-action a:hover, .call-to-action a:focus {
color: #fff;
background-color: rgba(0, 0, 0, 0.1);
border-color: rgba(0, 0, 0, 0.2);
}
/****
buttons for real estate
****/
.btn {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
font-family: "Roboto", sans-serif;
border: none;
text-transform: uppercase;
font-size: 13px;
}
.btn-red {
background-color: #32c5d2;
color: #fff;
}
.btn-red:hover, .btn-red:focus {
color: #fff;
background-color: #333;
}
/****slider revolution****/
.slider-title {
background-color: rgba(0, 0, 0, 0.9);
padding: 15px 20px;
color: #fff;
text-transform: uppercase;
font-size: 40px;
}
.slider-text {
background-color: rgba(255, 255, 255, 0.9);
color: #333;
padding: 10px 20px;
text-transform: capitalize;
font-size: 20px;
}
.slider-price {
background-color: #32c5d2;
color: #fff;
padding: 10px 20px;
font-size: 20px;
}
/**all property slider**/
.all-property-slider {
position: relative;
}
.all-property-slider .owl-buttons {
position: absolute;
top: -66px;
right: 12px;
}
.all-property-slider .owl-theme .owl-controls .owl-buttons div {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
padding: 0px;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
background-color: #32c5d2;
}
.all-property-slider .owl-item {
padding: 0 15px;
}
/**search filter**/
.search-filter {
padding-top: 40px;
padding-bottom: 20px;
background-color: #f8f8f8;
}
.search-filter .btn-red {
height: 44px;
line-height: 25px;
}
.search-filter .btn-red i {
margin-right: 5px;
}
.select-option .cs-skin-elastic .cs-options {
z-index: 101;
}
/***agents***/
.agent-box {
text-align: center;
}
.agent-box img {
display: block;
margin: 0 auto;
}
.agent-box h3 {
font-weight: 400;
margin: 15px 0;
font-size: 20px;
}
.agent-box a {
display: inline-block;
color: #fff;
font-size: 12px;
padding: 2px 8px;
background-color: #32c5d2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
margin-top: 10px;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.agent-box a:hover, .agent-box a:focus {
background-color: #333;
color: #fff;
}
/****sidebar***/
.sidebar-box {
margin-bottom: 30px;
}
.sidebar-box h3 {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 15px;
background-color: #f5f5f5;
text-align: center;
line-height: 35px;
}
.sidebar-box .btn-red i {
margin-right: 7px;
}
.sidebar-box .media {
background-color: #eee;
padding: 10px;
}
.sidebar-box .media-heading {
font-weight: 600;
font-size: 17px;
margin-bottom: 0px;
}
.sidebar-box em {
font-size: 12px;
display: block;
margin-bottom: 0px;
}
/***property listing***/
.property-listing {
margin-bottom: 40px;
}
.property-listing h3 {
margin-bottom: 5px;
}
.property-listing .btn-default {
background-color: #f9f9f9;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
margin: 10px 0;
}
.property-listing span {
margin-right: 20px;
display: inline-block;
}
.property-listing span img {
margin-right: 3px;
}
/**pagination**/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
z-index: 2;
color: #fff;
cursor: default;
background-color: #32c5d2;
border-color: #32c5d2;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
z-index: 3;
color: #fff;
background-color: #32c5d2;
border-color: #32c5d2;
}
.pagination > li > a, .pagination > li > span {
color: #32c5d2;
}
/***thumb slider for detail gallery page**/
.thumb-slider {
margin-bottom: 30px;
}
.thumb-slider .flexslider {
margin: 0 0 10px;
}
.thumb-slider .flex-direction-nav a {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
text-shadow: none;
background-color: #32c5d2;
color: #fff;
}
.thumb-slider .flex-direction-nav a.flex-next:before {
content: "\f105";
color: #fff;
}
.thumb-slider .flex-direction-nav a:before {
font-family: "FontAwesome";
font-size: 40px;
display: inline-block;
content: "\f104";
color: #fff;
}
.thumb-slider #carousel img {
display: block;
opacity: .5;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}
.thumb-slider #carousel img:hover {
opacity: 1;
}
.thumb-slider .flex-active-slide img {
opacity: 1 !important;
}
.property-meta span {
display: inline-block;
padding: 3px 8px;
background-color: #eee;
color: #555;
text-transform: uppercase;
border-right: 2px solid #ddd;
margin: 3px;
}
.additional-amenities span {
padding: 4px 8px;
background-color: #f8f8f8;
margin: 4px;
color: #555;
display: inline-block;
}
.additional-amenities span.available {
color: #32c5d2;
}
.agent-social a {
display: inline-block;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 18px;
color: #333;
background-color: #f8f8f8;
margin: 3px;
}
.agent-social a:hover {
color: #fff;
background-color: #32c5d2;
}
.about-agency h3 {
margin-bottom: 10px;
}
.agency-details i {
float: left;
margin-right: 5px;
font-size: 15px;
color: #32c5d2;
width: 40px;
height: 20px;
text-align: center;
line-height: 20px;
display: block;
}
.agency-details span {
display: block;
overflow: hidden;
}
/****Pricing tables****/
.price-box {
padding: 4px;
border: 2px solid #ddd;
text-align: center;
}
.price-box .price-header {
background-color: #f5f5f5;
padding: 20px;
}
.price-box .price-header h3 {
color: #32c5d2;
text-transform: uppercase;
margin-bottom: 10px;
}
.price-box .price-features {
padding: 15px 0;
}
.price-box .price-features ul {
margin: 0;
padding: 0;
}
.price-box .price-features ul li {
line-height: 34px;
border-bottom: 1px solid #f5f5f5;
}
.price-box .price-bottom {
padding: 15px 0;
text-align: center;
}
/***faqs****/
.panel-default > .panel-heading {
position: relative;
}
.panel-default > .panel-heading:after {
content: '\f067';
color: #333;
display: block;
font-family: 'FontAwesome';
position: absolute;
right: 15px;
top: 8px;
}
.panel-default > .panel-heading.active:after {
content: '\f068';
}
.faq-box {
padding: 15px;
border: 1px solid #eee;
margin-top: 40px;
}
.faq-box h4 {
font-weight: 400;
margin-bottom: 10px;
text-transform: capitalize;
}
.required span {
color: red;
}
.form-contact ul {
list-style: none;
margin: 0;
padding: 0;
}
.form-contact ul li {
padding: 0px 10px;
color: #fff;
background-color: red;
font-size: 12px;
}
.form-contact p {
margin-top: 0px;
}
.contact-column h4 {
text-transform: capitalize;
font-weight: 400;
margin-bottom: 15px;
}
.social-1 li a {
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
color: #fff;
background-color: #32c5d2;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
display: block;
}
.property-submit-form h4 {
text-transform: uppercase;
font-weight: 700;
margin-bottom: 20px;
}
.property-submit-form .form-control {
min-height: 44px;
}
.property-submit-form .image-placeholder {
background: #eee;
height: 100px;
line-height: 100px;
text-align: center;
font-weight: 700;
margin-bottom: 20px;
}
.property-submit-form .checkbox {
padding-left: 20px;
}
.login-reg-box {
padding: 15px;
background-color: #f5f5f5;
}
.login-reg-box h4 {
margin-bottom: 20px;
}
.login-reg-box .checkbox {
padding-left: 20px;
}
.social-btn {
height: 40px;
padding-right: 20px;
color: #fff;
margin-right: 10px;
font-size: 22px;
margin-bottom: 10px;
display: inline-block;
}
.social-btn:hover {
opacity: 0.8;
color: #fff;
}
.social-btn i {
width: 40px;
height: 40px;
line-height: 40px;
margin-right: 15px;
text-align: center;
background-color: rgba(0, 0, 0, 0.4);
color: #fff;
font-size: 20px;
}
.social-btn.facebook {
background-color: #3b5998;
}
.social-btn.g-plus {
background-color: #C63D2D;
}
.tweet ul {
list-style: none;
padding: 0;
margin: 0;
}
.tweet ul li {
padding-bottom: 20px;
}
.tweet ul li a {
color: #32c5d2;
}
.tweet ul li a:hover {
color: #32c5d2;
text-decoration: underline;
}
.tag-list a {
display: inline-block;
margin: 3px;
padding: 3px 7px;
background-color: #eee;
color: #333;
}
.tag-list a:hover {
color: #fff;
background-color: #32c5d2;
}
.tag-list a i {
margin-right: 3px;
}
/**blog inner pages**/
.blog-post {
border-bottom: 1px dashed #e5e5e5;
padding-bottom: 10px;
margin-bottom: 60px;
}
.post-detail {
margin-top: 5px;
margin-bottom: 0px;
border-top: 1px solid #ebeaea;
border-bottom: 1px solid #ebeaea;
margin-left: 0px;
}
.post-detail li img {
width: 26px;
height: 26px;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
-ms-border-radius: 13px;
border-radius: 13px;
float: left;
margin-right: 10px;
}
.post-detail li + li {
padding-left: 15px;
}
.post-detail li {
font-size: 11px;
color: #777;
font-weight: 600;
vertical-align: middle;
text-transform: uppercase;
}
.post-detail li i {
margin-right: 5px;
}
.blog-post h2 {
font-size: 25px;
margin-bottom: 10px;
margin-top: 15px;
font-weight: 700;
text-transform: uppercase;
}
.blog-left-img .post-detail {
margin-top: 0px;
}
.blog-post p {
margin-bottom: 20px;
font-size: 15px;
}
.comment-form h3 {
margin-bottom: 15px;
text-transform: uppercase;
}
@media (max-width: 767px) {
.search-widget {
margin-top: 20px;
}
.navbar-inverse .navbar-toggle {
border-color: rgba(255, 255, 255, 0.4);
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background-color: #333;
border-color: rgba(0, 0, 0, 0.4);
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: rgba(0, 0, 0, 0.2);
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #eee;
}
.dropdown-menu > li > a {
border-bottom-color: rgba(0, 0, 0, 0.2);
}
}
@media (max-width: 568px) {
#carousel {
display: none;
}
}
| 0.305801 | 0.066266 |
.container {
position: absolute;
max-width: 800px;
height: 350px;
margin: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.container .card {
position: relative;
background-color: #fff;
border-radius: 25px;
height: 100%;
-webkit-box-shadow: 0px 10px 40px -10px black;
box-shadow: 0px 10px 40px -10px black;
}
.container .card .row {
height: 100%;
}
.container .card .leftCtn {
position: relative;
border-radius: 25px;
height: 100%;
padding: 25px;
padding-left: 50px;
color: silver;
font-size: 12px;
}
.container .card .leftCtn header {
color: #a00000;
font-size: 25px;
font-weight: 700px;
margin-bottom: 20px;
text-align: center;
}
.container .card .leftCtn .inputForm {
position: relative;
margin-top: 40px;
}
.container .card .leftCtn .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.container .card .leftCtn .form-group .fas {
margin: 10px;
}
.container .card .leftCtn .inputField {
width: 230px;
border-radius: 25px;
padding: 10px;
padding-left: 50px;
border: none;
-webkit-box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
}
.container .card .leftCtn .inputField .inputField:focus {
outline: none;
}
.container .card .leftCtn .submitBtn {
background-image: linear-gradient(147deg, #c62128 0%, #a00000 74%);
color: #ffffff;
width: 230px;
border: none;
border-radius: 25px;
padding: 10px;
-webkit-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
}
.container .card .leftCtn .submitBtn .submitBtn:hover {
background-color: #ffffff;
}
.container .card .leftCtn .fas {
position: relative;
color: a00000;
left: 35px;
top: 2px;
}
.container .card .rightCtn {
position: relative;
background-image: linear-gradient(147deg, #c62128 0%, #a00000 74%);
border-radius: 25px;
height: 100%;
padding: 25px;
color: silver;
font-size: 12px;
}
.container .card .rightCtn .box header {
color: #fff;
font-size: 40px;
}
.container .card .rightCtn .signupBtn {
background-color: transparent;
color: #ffffff;
width: 120px;
border: 1px solid #ffffff;
border-radius: 25px;
padding: 10px;
-webkit-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
}
/*# sourceMappingURL=style.css.map */
|
public/css/login.css
|
.container {
position: absolute;
max-width: 800px;
height: 350px;
margin: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.container .card {
position: relative;
background-color: #fff;
border-radius: 25px;
height: 100%;
-webkit-box-shadow: 0px 10px 40px -10px black;
box-shadow: 0px 10px 40px -10px black;
}
.container .card .row {
height: 100%;
}
.container .card .leftCtn {
position: relative;
border-radius: 25px;
height: 100%;
padding: 25px;
padding-left: 50px;
color: silver;
font-size: 12px;
}
.container .card .leftCtn header {
color: #a00000;
font-size: 25px;
font-weight: 700px;
margin-bottom: 20px;
text-align: center;
}
.container .card .leftCtn .inputForm {
position: relative;
margin-top: 40px;
}
.container .card .leftCtn .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.container .card .leftCtn .form-group .fas {
margin: 10px;
}
.container .card .leftCtn .inputField {
width: 230px;
border-radius: 25px;
padding: 10px;
padding-left: 50px;
border: none;
-webkit-box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
box-shadow: 0px 10px 49px -14px rgba(0, 0, 0, 0.7);
}
.container .card .leftCtn .inputField .inputField:focus {
outline: none;
}
.container .card .leftCtn .submitBtn {
background-image: linear-gradient(147deg, #c62128 0%, #a00000 74%);
color: #ffffff;
width: 230px;
border: none;
border-radius: 25px;
padding: 10px;
-webkit-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
}
.container .card .leftCtn .submitBtn .submitBtn:hover {
background-color: #ffffff;
}
.container .card .leftCtn .fas {
position: relative;
color: a00000;
left: 35px;
top: 2px;
}
.container .card .rightCtn {
position: relative;
background-image: linear-gradient(147deg, #c62128 0%, #a00000 74%);
border-radius: 25px;
height: 100%;
padding: 25px;
color: silver;
font-size: 12px;
}
.container .card .rightCtn .box header {
color: #fff;
font-size: 40px;
}
.container .card .rightCtn .signupBtn {
background-color: transparent;
color: #ffffff;
width: 120px;
border: 1px solid #ffffff;
border-radius: 25px;
padding: 10px;
-webkit-box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
box-shadow: 0px 10px 41px -11px rgba(0, 0, 0, 0.7);
}
/*# sourceMappingURL=style.css.map */
| 0.416797 | 0.053231 |
* {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
margin: 0;
width: 400px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
color: #232a2a;
line-height: 18px;
}
.rc-container {
height: 500px;
}
.righttool {
float: left;
margin-top: -3px;
}
.opentab {
position: relative;
top: 17px;
left: -11px;
}
.opentab span {
font-weight: bold;
}
.del {
cursor: pointer;
display: none;
color: #95a5a6;
}
.del:hover {
text-decoration: initial;
}
.msg-list {
overflow-y: scroll;
overflow-x: hidden;
height: 450px;
width: 100%;
}
.msg-list .rc-row {
overflow: hidden;
}
.msg-list .rc-row:hover .del {
display: initial;
}
.msg-list .rc-row p {
background-color: rgb(236, 240, 240);
float: left;
max-width: 88%;
border-radius: 2px;
overflow: hidden;
white-space: pre-wrap;
word-wrap: break-word;
margin: 0px 4px 8px 5px;
padding: 7px;
font-size: 13px;
}
.msg-list .rc-row a {
color: #232a2a;
}
.msg-list .rc-group p a {
float: left;
margin-bottom: 2px;
}
.msg-list .rc-group p a:hover {
text-decoration: none;
}
.msg-list .rc-group p a img {
width: 18px;
height: 18px;
}
.msg-list .time {
text-align: center;
font-size: 11px;
}
.msg-list .grouptitle {
font-size: 11px;
padding: 0 10px;
}
.msg-list .grouptitle input {
width: 150px;
line-height: initial;
}
.rc-bottom {
border-top: 1px silver solid;
}
.rc-input {
padding-left: 10px;
margin-right: 70px;
}
.rc-input textarea {
display: block;
width: 100%;
resize: none;
border: 0;
color: #232a2a;
font-size: 14px;
outline: none;
height: 40px;
padding-top: 10px;
padding-bottom: 5px;
}
.send {
float: right;
display: table;
text-align: center;
margin-top: 5px;
}
.dropdown-menu.rc {
width: 350px;
max-height: 420px;
overflow-x: hidden;
overflow-y: auto;
font-size: 12px;
}
.dropdown-menu>li>a {
white-space: inherit !important;
padding: 5px 5px;
}
.dropdown-menu>li>a>input[type='checkbox'] {
position: absolute;
margin-top: 0px;
}
.dropdown-menu>li>a>p {
margin: -19px 0 0 37px;
}
.dropdown-menu.rc img {
height: 15px;
width: 15px;
margin-left: 17px;
margin-right: 5px;
margin-top: -6px;
}
#btn-group:hover .btn {
border: 1px solid #adadad;
}
#btn-send {
border: 1px solid transparent;
height: 30px;
width: 24px;
background-image: url(images/send.png);
background-position: center;
background-size: 30px 24px;
background-repeat: no-repeat;
}
#btn-drop {
border: 1px solid transparent;
height: 30px;
padding-right: 4px;
padding-left: 4px;
}
.operate-area {
text-align: right;
}
.operate-area .btn {
padding: 0px 1px;
margin-right: 2px;
min-width: 35px;
}
|
popup.css
|
* {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
margin: 0;
width: 400px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 14px;
color: #232a2a;
line-height: 18px;
}
.rc-container {
height: 500px;
}
.righttool {
float: left;
margin-top: -3px;
}
.opentab {
position: relative;
top: 17px;
left: -11px;
}
.opentab span {
font-weight: bold;
}
.del {
cursor: pointer;
display: none;
color: #95a5a6;
}
.del:hover {
text-decoration: initial;
}
.msg-list {
overflow-y: scroll;
overflow-x: hidden;
height: 450px;
width: 100%;
}
.msg-list .rc-row {
overflow: hidden;
}
.msg-list .rc-row:hover .del {
display: initial;
}
.msg-list .rc-row p {
background-color: rgb(236, 240, 240);
float: left;
max-width: 88%;
border-radius: 2px;
overflow: hidden;
white-space: pre-wrap;
word-wrap: break-word;
margin: 0px 4px 8px 5px;
padding: 7px;
font-size: 13px;
}
.msg-list .rc-row a {
color: #232a2a;
}
.msg-list .rc-group p a {
float: left;
margin-bottom: 2px;
}
.msg-list .rc-group p a:hover {
text-decoration: none;
}
.msg-list .rc-group p a img {
width: 18px;
height: 18px;
}
.msg-list .time {
text-align: center;
font-size: 11px;
}
.msg-list .grouptitle {
font-size: 11px;
padding: 0 10px;
}
.msg-list .grouptitle input {
width: 150px;
line-height: initial;
}
.rc-bottom {
border-top: 1px silver solid;
}
.rc-input {
padding-left: 10px;
margin-right: 70px;
}
.rc-input textarea {
display: block;
width: 100%;
resize: none;
border: 0;
color: #232a2a;
font-size: 14px;
outline: none;
height: 40px;
padding-top: 10px;
padding-bottom: 5px;
}
.send {
float: right;
display: table;
text-align: center;
margin-top: 5px;
}
.dropdown-menu.rc {
width: 350px;
max-height: 420px;
overflow-x: hidden;
overflow-y: auto;
font-size: 12px;
}
.dropdown-menu>li>a {
white-space: inherit !important;
padding: 5px 5px;
}
.dropdown-menu>li>a>input[type='checkbox'] {
position: absolute;
margin-top: 0px;
}
.dropdown-menu>li>a>p {
margin: -19px 0 0 37px;
}
.dropdown-menu.rc img {
height: 15px;
width: 15px;
margin-left: 17px;
margin-right: 5px;
margin-top: -6px;
}
#btn-group:hover .btn {
border: 1px solid #adadad;
}
#btn-send {
border: 1px solid transparent;
height: 30px;
width: 24px;
background-image: url(images/send.png);
background-position: center;
background-size: 30px 24px;
background-repeat: no-repeat;
}
#btn-drop {
border: 1px solid transparent;
height: 30px;
padding-right: 4px;
padding-left: 4px;
}
.operate-area {
text-align: right;
}
.operate-area .btn {
padding: 0px 1px;
margin-right: 2px;
min-width: 35px;
}
| 0.439988 | 0.091748 |
:root {
--size: 720px;
--padding1: 5px;
--padding2: 10px;
--bgcolor1: rgb(69, 73, 103);
--bgcolor2: lightblue;
--bgcolor3: #a8c8d2;
--bgcolor4: #87c2f6;
--bgcolor5: rgb(209, 227, 233);
--bgcolor6: #456784;
}
body, html {
margin: 0;
padding: 0;
font-size: 16px;
height: 100%;
font-family: monospace;
}
#main {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: var(--bgcolor1);
overflow: hidden;
}
#top {
background-color: var(--bgcolor2);
width: var(--size);
font-size: 18px;
color: white;
}
#top > div {
padding: var(--padding1);
}
#levels {
display: flex;
flex-direction: row;
margin-bottom: 6px;
background-color: var(--bgcolor6);
user-select: none;
align-items: center;
justify-content: center;
}
#levels > div {
cursor: pointer;
padding: var(--padding1);
padding-left: var(--padding2);
padding-right: var(--padding2);
}
.level_selected {
text-decoration: underline;
}
#info {
display: flex;
flex-direction: row;
margin-bottom: 8px;
user-select: none;
background-color: var(--bgcolor6);
}
#time {
margin-left: auto;
cursor: pointer;
padding: var(--padding1);
}
#grid {
background-color: var(--bgcolor2);
width: var(--size);
height: var(--size);
position: relative;
user-select: none;
border-bottom-left-radius: 1%;
border-bottom-right-radius: 1%;
cursor: pointer;
}
.block {
box-shadow: 0 0 0.29rem rgb(95, 120, 189);
position: absolute;
background-color: var(--bgcolor5);
display: flex;
align-items: center;
justify-content: center;
border-radius: 33.3%;
}
.revealed {
background-color: var(--bgcolor3);
}
.block .number {
display: none;
color: white;
}
.revealed .number {
display: block;
}
.flag .number {
display: block;
}
.mine.revealed {
background-color: #cd8787
}
.minehit {
background-color: pink;
}
.flag {
background-color: var(--bgcolor4);
}
.mine.flag {
background-color: var(--bgcolor4);;
}
#mines {
padding: var(--padding1);
}
.minehit {
border: 5px #b34de2 solid;
box-sizing: border-box;
}
@keyframes bgchange {
0% {
background-color: var(--bgcolor1);
}
50% {
background-color: red;
}
100% {
background-color: var(--bgcolor1);
}
}
.boom {
animation: bgchange 500ms forwards;
}
.face {
width: 30px;
height: 30px;
cursor: pointer;
margin-right: 8px;
}
|
css/style.css
|
:root {
--size: 720px;
--padding1: 5px;
--padding2: 10px;
--bgcolor1: rgb(69, 73, 103);
--bgcolor2: lightblue;
--bgcolor3: #a8c8d2;
--bgcolor4: #87c2f6;
--bgcolor5: rgb(209, 227, 233);
--bgcolor6: #456784;
}
body, html {
margin: 0;
padding: 0;
font-size: 16px;
height: 100%;
font-family: monospace;
}
#main {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: var(--bgcolor1);
overflow: hidden;
}
#top {
background-color: var(--bgcolor2);
width: var(--size);
font-size: 18px;
color: white;
}
#top > div {
padding: var(--padding1);
}
#levels {
display: flex;
flex-direction: row;
margin-bottom: 6px;
background-color: var(--bgcolor6);
user-select: none;
align-items: center;
justify-content: center;
}
#levels > div {
cursor: pointer;
padding: var(--padding1);
padding-left: var(--padding2);
padding-right: var(--padding2);
}
.level_selected {
text-decoration: underline;
}
#info {
display: flex;
flex-direction: row;
margin-bottom: 8px;
user-select: none;
background-color: var(--bgcolor6);
}
#time {
margin-left: auto;
cursor: pointer;
padding: var(--padding1);
}
#grid {
background-color: var(--bgcolor2);
width: var(--size);
height: var(--size);
position: relative;
user-select: none;
border-bottom-left-radius: 1%;
border-bottom-right-radius: 1%;
cursor: pointer;
}
.block {
box-shadow: 0 0 0.29rem rgb(95, 120, 189);
position: absolute;
background-color: var(--bgcolor5);
display: flex;
align-items: center;
justify-content: center;
border-radius: 33.3%;
}
.revealed {
background-color: var(--bgcolor3);
}
.block .number {
display: none;
color: white;
}
.revealed .number {
display: block;
}
.flag .number {
display: block;
}
.mine.revealed {
background-color: #cd8787
}
.minehit {
background-color: pink;
}
.flag {
background-color: var(--bgcolor4);
}
.mine.flag {
background-color: var(--bgcolor4);;
}
#mines {
padding: var(--padding1);
}
.minehit {
border: 5px #b34de2 solid;
box-sizing: border-box;
}
@keyframes bgchange {
0% {
background-color: var(--bgcolor1);
}
50% {
background-color: red;
}
100% {
background-color: var(--bgcolor1);
}
}
.boom {
animation: bgchange 500ms forwards;
}
.face {
width: 30px;
height: 30px;
cursor: pointer;
margin-right: 8px;
}
| 0.459561 | 0.166981 |
body {
background-color: #f3f3f3;
margin: 0;
padding-top: 60px;
}
/* Style the navbar */
nav {
z-index: 99999;
}
button {
background-color: transparent;
border: none;
cursor: pointer;
overflow: hidden;
color: #b3b6b7;
margin-right: 0.75rem;
font-size: small;
height: 1rem;
}
button:hover {
color: #979a9a;
}
.nav-wrapper {
background-color:#fff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
margin: 0 auto;
padding: 0;
height: 60px;
display: flex;
justify-content: space-between;
}
.nav-desktop ul {
display: flex;
float: right;
list-style-type: none;
padding-left: 14px;
padding-right: 14px;
}
.nav-desktop li {
float: right;
color: #4e4e4e;
text-align: center;
text-decoration: none;
}
.nav-desktop a {
color: #4e4e4e;
text-align: center;
font-family: Gadugi;
padding: 14px;
text-decoration: none;
}
.nav-desktop a:hover {
color: #97aed4;
}
.dropdown:hover .dropdown-content{
display: block;
color: #97aed4;
border-bottom: 1px solid rgb(245,245,245);
}
.dropdown-content {
display: none;
position: absolute;
right: 10px;
background-color: #4e4e4e;
/* background-color: cornsilk; */
margin: 0;
z-index: 1;
border-radius: 10px;
}
.dropdown-content::before {
content: "";
width: 0;
height: 0;
position: absolute;
right: 25px;
top: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #4e4e4e;
}
.dropdown-content a {
float: none;
display: contents;
color: #97aed4;
}
.dropdown-content li {
margin: 0.5rem;
}
.logo {
height: 60px;
}
.logo a {
vertical-align: text-bottom;
text-decoration: none;
font-family: MV Boli;
font-style: normal;
font-weight: normal;
font-size: 33px;
color: #4E4E4E;
}
.logo svg {
width: 50px;
height: 50px;
padding: 2px;
}
#selected {
box-shadow: 0 2px 0 #4e4e4e;
}
/* Page content */
h1 {
font-family: Karla;
color:#4e4e4e;
font-size: 1.5em;
margin: 0;
}
h2 {
font-family: Karla;
color:#4e4e4e;
font-size: 1.25rem;
font-weight: normal;
margin: 0;
}
h4 {
font-family: Karla;
color: #4e4e4e;
margin: 0;
}
hr {
display: flex;
flex-direction: row;
margin-top: 0;
margin-left: 5px;
margin-right: 5px;
height: 1px;
width: fit-content;
color: #4e4e4e;
border: #4e4e4e;
background-color: #4e4e4e;
align-items: center;
}
p {
font-family: Karla;
color: #4e4e4e;
margin: 0;
}
.content-wrapper {
display: grid;
width: 100%;
grid-auto-rows: minmax(min-content, max-content);
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "mon mon mon mon mon mon mon mon mon"
"sav sav sav sav sum sum sum sum sum"
"inc inc inc fix fix fix inv inv inv"
"ftr ftr ftr ftr ftr ftr ftr ftr ftr";
grid-column-gap: 2em;
grid-row-gap: 2em;
}
.month-wrapper {
display: flex;
justify-content: center;
flex-direction: row;
grid-row-start: 1;
grid-row-end: 1;
grid-column-start: 4;
grid-column-end: 7;
}
.month {
background-size: contain;
background-color: #5d6d7e;
box-shadow: 1px 2px 0 rgba(0,0,0,.15);
margin-top: 5px;
text-align-last: center;
height: 3.25em;
width: 30em;
border-bottom-left-radius: 10em;
border-bottom-right-radius: 10em;
max-width: 350px;
}
#month-title {
font-size: 2.5em;
color: #d7dbdd;
}
.income {
display: flex;
grid-area: inc;
flex-direction: column;
margin-left: 2em;
background-color: #d0ece7;
box-shadow: 1px 2px 0 rgba(0,0,0,.15);
height: max-content;
grid-auto-rows: minmax(min-content, max-content);
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 2em;
grid-template-areas: "title title title"
"date item amt"
"datedata itemdata amtdata";
}
.income-table-column {
width: 33%;
flex-direction: column;
}
.summary{
display: flex;
grid-area: sum;
flex-direction: column;
margin-right: 2em;
background-color: #d4e6f1;
box-shadow: 1px 2px 0 rgba(0,0,0,.15);
height: max-content;
}
.summary-title {
display: flex;
justify-content: left;
margin: 1em;
}
.summary-amount {
display: flex;
flex-direction: row;
margin-left: 1em;
margin-right: 1em;
border-bottom: 0.05em solid gray;
}
.summary-column {
display: flex;
flex-direction: column;
justify-content: space-between;
font-size: 1.25em;
font-family: Karla;
color: #4e4e4e;
margin-bottom: 0.25em;
padding-right: 0.25em;
height: 2.6em;
}
.summary-cash {
display: flex;
margin-left: 1em;
margin-right: 1em;
justify-content: space-between;
}
.summary-categories {
display: flex;
flex-direction: row;
margin-bottom: 0.5em;
}
.summary-cash-category {
display: flex;
flex-direction: column;
font-size: 0.9em;
font-family: Karla;
color: #4e4e4e;
margin: 0.5em;
padding-right: 0.25em;
background-color: #a9cce3;
border-radius: 1em;
justify-content: center;
}
.inside-cash-category {
display: flex;
margin: 0.5em;
justify-content: center;
}
.summary-cash-total {
margin: 0.5em;
font-size: 0.9em;
font-family: Karla;
color: #4e4e4e;
background-color: #a9cce3;
border-radius: 1em;
font-weight:bold;
}
.minus {
display: flex;
flex-direction: column;
color: #4e4e4e;
font-size: 1em;
font-family: Karla;
justify-content: center;
}
.fixed-expenses {
display: flex;
grid-area: fix;
flex-direction: column;
background-color: #fadbd8;
box-shadow: 1px 2px 0 rgba(0,0,0,.15);
height: max-content;
grid-auto-rows: minmax(min-content, max-content);
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 2em;
grid-template-areas: "title title title"
"date item amt"
"datedata itemdata amtdata";
}
.fixed-expenses-table-column {
width: 33%;
flex-direction: column;
}
.savings {
display: flex;
grid-area: sav;
flex-direction: column;
margin-left: 2em;
background-color: #fcf3cf;
box-shadow: 1px 2px 0 rgba(0,0,0,.15);
height: max-content;
grid-auto-rows: minmax(min-content, max-content);
grid-template-columns: 1fr 1fr 2fr;
grid-column-gap: 2em;
grid-template-areas: "title title"
"item amt"
"itemdata amtdata";
}
.savings-table-column {
width: 50%;
flex-direction: column;
}
.investing {
display: flex;
grid-area: inv;
flex-direction: column;
margin-right: 2em;
background-color: #e8daef;
box-shadow: 1px 2px 0 rgba(0,0,0,.15);
height: max-content;
grid-auto-rows: minmax(min-content, max-content);
grid-template-columns: 1fr 1fr;
grid-column-gap: 2em;
grid-template-areas: "title title"
"account amount"
"accountdata amtdata";
}
.investing-table-column {
width: 49%;
flex-direction: column;
}
.section{
border-radius: 25px;
}
.section-title {
display: flex;
justify-content: left;
margin: 1em;
}
.table-titles {
display: flex;
flex-direction: row;
margin-left: 0.5em;
margin-right: 0.5em;
margin-bottom: 0.25em;
padding-left: 0.25em;
padding-right: 0.25em;
}
.table-data {
display: flex;
flex-direction: row;
margin-left: 0.5em;
margin-right: 0.5em;
margin-bottom: 0.5em;
margin-top: 0.25em;
padding-left: 0.25em;
padding-right: 0.25em;
}
.elem{
display: flex;
font-family: Karla;
color: #4e4e4e;
border-bottom: 0.1em solid gray;
padding-bottom: 0.25em;
padding-top: 0.25em;
justify-content: space-between;
height: 1rem;
}
.elem.altincome {
background-color: #a2d9ce;
}
.elem.altsummary {
background-color: #aed6f1;
}
.elem.altfixed {
background-color: #f5b7b1;
}
.elem.altsavings {
background-color: #f9e79f;
}
.elem.altinvest {
background-color: #d2b4de;
}
.head-elem {
display: flex;
font-family: Karla;
font-size: 1.25em;
color: #4e4e4e;
border-bottom: 0.15em solid gray;
}
.new-row {
margin-left: 0.5em;
margin-right: 0.5em;
margin-bottom: 1em;
padding-left: 0.25em;
padding-right: 0.25em;
padding-top: 0.25em;
}
.flex-outer {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
width: 100%;
}
.flex-outer li {
width: 75%;
}
form ul {
display: flex;
width: 100%;
}
input {
background-color: inherit;
border: 0 solid gray;
color: #4e4e4e;
font-family: Karla;
font-size: 1em;
width: 100%;
padding: 0;
}
#footer {
grid-area: ftr;
background-color: transparent;
font-family: MV Boli;
color: #4e4e4e;
display: flex;
flex-direction: row;
justify-content: center;
}
.item {
border-bottom: 2px solid #4e4e4e;
border-right: 2px solid #4e4e4e;
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 5px;
height: fit-content;
align-items: center;
flex-flow: row wrap;
}
.item button {
color: #4e4e4e;
width: fit-content;
height: fit-content;
background-color: Transparent;
border: none;
outline: none;
overflow: hidden;
cursor: pointer;
}
.item button:active {
color: #97aed4;
}
.add_item {
display: flex;
justify-content: center;
}
.add_item button {
color: #4e4e4e;
width: fit-content;
height: fit-content;
background-color: Transparent;
border: none;
outline: none;
overflow: hidden;
cursor: pointer;
}
.add_item button:active {
color: #97aed4;
}
.add_item_form {
display: none;
border: 2px solid #4e4e4e;
margin: 10px;
}
.add_item_form label {
color: #4e4e4e;
font-family: Karla;
}
.popup {
display: none;
flex-flow: row wrap;
position: relative;
width: 100%;
}
.innerpopup {
display: flex;
background: #f3f3f3;
position: absolute;
border: 2px solid #4e4e4e;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
right: -2px;
width: inherit;
font-family: Karla;
color: #4e4e4e;
justify-content: space-between;
z-index: 1;
}
.content {
padding: 50px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
|
tanuki/budget/static/budget/budget.css
|
body {
background-color: #f3f3f3;
margin: 0;
padding-top: 60px;
}
/* Style the navbar */
nav {
z-index: 99999;
}
button {
background-color: transparent;
border: none;
cursor: pointer;
overflow: hidden;
color: #b3b6b7;
margin-right: 0.75rem;
font-size: small;
height: 1rem;
}
button:hover {
color: #979a9a;
}
.nav-wrapper {
background-color:#fff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
margin: 0 auto;
padding: 0;
height: 60px;
display: flex;
justify-content: space-between;
}
.nav-desktop ul {
display: flex;
float: right;
list-style-type: none;
padding-left: 14px;
padding-right: 14px;
}
.nav-desktop li {
float: right;
color: #4e4e4e;
text-align: center;
text-decoration: none;
}
.nav-desktop a {
color: #4e4e4e;
text-align: center;
font-family: Gadugi;
padding: 14px;
text-decoration: none;
}
.nav-desktop a:hover {
color: #97aed4;
}
.dropdown:hover .dropdown-content{
display: block;
color: #97aed4;
border-bottom: 1px solid rgb(245,245,245);
}
.dropdown-content {
display: none;
position: absolute;
right: 10px;
background-color: #4e4e4e;
/* background-color: cornsilk; */
margin: 0;
z-index: 1;
border-radius: 10px;
}
.dropdown-content::before {
content: "";
width: 0;
height: 0;
position: absolute;
right: 25px;
top: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #4e4e4e;
}
.dropdown-content a {
float: none;
display: contents;
color: #97aed4;
}
.dropdown-content li {
margin: 0.5rem;
}
.logo {
height: 60px;
}
.logo a {
vertical-align: text-bottom;
text-decoration: none;
font-family: MV Boli;
font-style: normal;
font-weight: normal;
font-size: 33px;
color: #4E4E4E;
}
.logo svg {
width: 50px;
height: 50px;
padding: 2px;
}
#selected {
box-shadow: 0 2px 0 #4e4e4e;
}
/* Page content */
h1 {
font-family: Karla;
color:#4e4e4e;
font-size: 1.5em;
margin: 0;
}
h2 {
font-family: Karla;
color:#4e4e4e;
font-size: 1.25rem;
font-weight: normal;
margin: 0;
}
h4 {
font-family: Karla;
color: #4e4e4e;
margin: 0;
}
hr {
display: flex;
flex-direction: row;
margin-top: 0;
margin-left: 5px;
margin-right: 5px;
height: 1px;
width: fit-content;
color: #4e4e4e;
border: #4e4e4e;
background-color: #4e4e4e;
align-items: center;
}
p {
font-family: Karla;
color: #4e4e4e;
margin: 0;
}
.content-wrapper {
display: grid;
width: 100%;
grid-auto-rows: minmax(min-content, max-content);
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "mon mon mon mon mon mon mon mon mon"
"sav sav sav sav sum sum sum sum sum"
"inc inc inc fix fix fix inv inv inv"
"ftr ftr ftr ftr ftr ftr ftr ftr ftr";
grid-column-gap: 2em;
grid-row-gap: 2em;
}
.month-wrapper {
display: flex;
justify-content: center;
flex-direction: row;
grid-row-start: 1;
grid-row-end: 1;
grid-column-start: 4;
grid-column-end: 7;
}
.month {
background-size: contain;
background-color: #5d6d7e;
box-shadow: 1px 2px 0 rgba(0,0,0,.15);
margin-top: 5px;
text-align-last: center;
height: 3.25em;
width: 30em;
border-bottom-left-radius: 10em;
border-bottom-right-radius: 10em;
max-width: 350px;
}
#month-title {
font-size: 2.5em;
color: #d7dbdd;
}
.income {
display: flex;
grid-area: inc;
flex-direction: column;
margin-left: 2em;
background-color: #d0ece7;
box-shadow: 1px 2px 0 rgba(0,0,0,.15);
height: max-content;
grid-auto-rows: minmax(min-content, max-content);
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 2em;
grid-template-areas: "title title title"
"date item amt"
"datedata itemdata amtdata";
}
.income-table-column {
width: 33%;
flex-direction: column;
}
.summary{
display: flex;
grid-area: sum;
flex-direction: column;
margin-right: 2em;
background-color: #d4e6f1;
box-shadow: 1px 2px 0 rgba(0,0,0,.15);
height: max-content;
}
.summary-title {
display: flex;
justify-content: left;
margin: 1em;
}
.summary-amount {
display: flex;
flex-direction: row;
margin-left: 1em;
margin-right: 1em;
border-bottom: 0.05em solid gray;
}
.summary-column {
display: flex;
flex-direction: column;
justify-content: space-between;
font-size: 1.25em;
font-family: Karla;
color: #4e4e4e;
margin-bottom: 0.25em;
padding-right: 0.25em;
height: 2.6em;
}
.summary-cash {
display: flex;
margin-left: 1em;
margin-right: 1em;
justify-content: space-between;
}
.summary-categories {
display: flex;
flex-direction: row;
margin-bottom: 0.5em;
}
.summary-cash-category {
display: flex;
flex-direction: column;
font-size: 0.9em;
font-family: Karla;
color: #4e4e4e;
margin: 0.5em;
padding-right: 0.25em;
background-color: #a9cce3;
border-radius: 1em;
justify-content: center;
}
.inside-cash-category {
display: flex;
margin: 0.5em;
justify-content: center;
}
.summary-cash-total {
margin: 0.5em;
font-size: 0.9em;
font-family: Karla;
color: #4e4e4e;
background-color: #a9cce3;
border-radius: 1em;
font-weight:bold;
}
.minus {
display: flex;
flex-direction: column;
color: #4e4e4e;
font-size: 1em;
font-family: Karla;
justify-content: center;
}
.fixed-expenses {
display: flex;
grid-area: fix;
flex-direction: column;
background-color: #fadbd8;
box-shadow: 1px 2px 0 rgba(0,0,0,.15);
height: max-content;
grid-auto-rows: minmax(min-content, max-content);
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 2em;
grid-template-areas: "title title title"
"date item amt"
"datedata itemdata amtdata";
}
.fixed-expenses-table-column {
width: 33%;
flex-direction: column;
}
.savings {
display: flex;
grid-area: sav;
flex-direction: column;
margin-left: 2em;
background-color: #fcf3cf;
box-shadow: 1px 2px 0 rgba(0,0,0,.15);
height: max-content;
grid-auto-rows: minmax(min-content, max-content);
grid-template-columns: 1fr 1fr 2fr;
grid-column-gap: 2em;
grid-template-areas: "title title"
"item amt"
"itemdata amtdata";
}
.savings-table-column {
width: 50%;
flex-direction: column;
}
.investing {
display: flex;
grid-area: inv;
flex-direction: column;
margin-right: 2em;
background-color: #e8daef;
box-shadow: 1px 2px 0 rgba(0,0,0,.15);
height: max-content;
grid-auto-rows: minmax(min-content, max-content);
grid-template-columns: 1fr 1fr;
grid-column-gap: 2em;
grid-template-areas: "title title"
"account amount"
"accountdata amtdata";
}
.investing-table-column {
width: 49%;
flex-direction: column;
}
.section{
border-radius: 25px;
}
.section-title {
display: flex;
justify-content: left;
margin: 1em;
}
.table-titles {
display: flex;
flex-direction: row;
margin-left: 0.5em;
margin-right: 0.5em;
margin-bottom: 0.25em;
padding-left: 0.25em;
padding-right: 0.25em;
}
.table-data {
display: flex;
flex-direction: row;
margin-left: 0.5em;
margin-right: 0.5em;
margin-bottom: 0.5em;
margin-top: 0.25em;
padding-left: 0.25em;
padding-right: 0.25em;
}
.elem{
display: flex;
font-family: Karla;
color: #4e4e4e;
border-bottom: 0.1em solid gray;
padding-bottom: 0.25em;
padding-top: 0.25em;
justify-content: space-between;
height: 1rem;
}
.elem.altincome {
background-color: #a2d9ce;
}
.elem.altsummary {
background-color: #aed6f1;
}
.elem.altfixed {
background-color: #f5b7b1;
}
.elem.altsavings {
background-color: #f9e79f;
}
.elem.altinvest {
background-color: #d2b4de;
}
.head-elem {
display: flex;
font-family: Karla;
font-size: 1.25em;
color: #4e4e4e;
border-bottom: 0.15em solid gray;
}
.new-row {
margin-left: 0.5em;
margin-right: 0.5em;
margin-bottom: 1em;
padding-left: 0.25em;
padding-right: 0.25em;
padding-top: 0.25em;
}
.flex-outer {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
width: 100%;
}
.flex-outer li {
width: 75%;
}
form ul {
display: flex;
width: 100%;
}
input {
background-color: inherit;
border: 0 solid gray;
color: #4e4e4e;
font-family: Karla;
font-size: 1em;
width: 100%;
padding: 0;
}
#footer {
grid-area: ftr;
background-color: transparent;
font-family: MV Boli;
color: #4e4e4e;
display: flex;
flex-direction: row;
justify-content: center;
}
.item {
border-bottom: 2px solid #4e4e4e;
border-right: 2px solid #4e4e4e;
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 5px;
height: fit-content;
align-items: center;
flex-flow: row wrap;
}
.item button {
color: #4e4e4e;
width: fit-content;
height: fit-content;
background-color: Transparent;
border: none;
outline: none;
overflow: hidden;
cursor: pointer;
}
.item button:active {
color: #97aed4;
}
.add_item {
display: flex;
justify-content: center;
}
.add_item button {
color: #4e4e4e;
width: fit-content;
height: fit-content;
background-color: Transparent;
border: none;
outline: none;
overflow: hidden;
cursor: pointer;
}
.add_item button:active {
color: #97aed4;
}
.add_item_form {
display: none;
border: 2px solid #4e4e4e;
margin: 10px;
}
.add_item_form label {
color: #4e4e4e;
font-family: Karla;
}
.popup {
display: none;
flex-flow: row wrap;
position: relative;
width: 100%;
}
.innerpopup {
display: flex;
background: #f3f3f3;
position: absolute;
border: 2px solid #4e4e4e;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
right: -2px;
width: inherit;
font-family: Karla;
color: #4e4e4e;
justify-content: space-between;
z-index: 1;
}
.content {
padding: 50px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
| 0.510008 | 0.121217 |
main {
margin: 2.5% 5% 0 5%;
font-family: MS Mingcho;
}
.titleBox {
width: 50%;
text-align: center;
font-size: 30px;
height: 45px;
display: table-cell;
vertical-align: middle;
border: solid black 1px;
white-space: nowrap;
}
.height-line {
height: 45px;
}
.marginB {
margin-top: 0;
margin-bottom: 3px;
}
.margin0 {
margin: 0;
}
.margin5 {
margin-top: 10px;
margin-bottom: 10px;
}
.margin15 {
margin-top: 15px;
}
.font20 {
font-size: 20px;
}
.font22 {
font-size: 22.5px;
}
.font25 {
font-size: 25px;
}
.font30 {
font-size: 30px;
}
.font35 {
font-size: 35px;
}
.divTable {
display: table;
width: 100%;
}
.borderBottom {
border-bottom: solid black 1px;
width: 75%;
}
.pTex {
margin: 0;
}
table {
width: 100%;
border: 1px solid black;
border-spacing: 0;
border-collapse: collapse;
font-size: 20px;
margin-top: 10px;
}
td {
height: 20px;
}
.thColor {
background-color: #bbff99;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert {
border: 1px solid transparent;
border-radius: 4px;
margin-bottom: 20px;
padding: 15px;
}
*::before, *::after {
box-sizing: border-box;
}
*::before, *::after {
box-sizing: border-box;
}
button.close {
background: transparent none repeat scroll 0 0;
border: 0 none;
cursor: pointer;
padding: 0;
}
.close {
color: #000;
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
opacity: 0.2;
text-shadow: 0 1px 0 #fff;
}
@page {
size: A4;
}
@media print {
main {
margin: 0 !important;
font-family: MS Mingcho;
}
.titleBox {
width: 50%;
text-align: center;
font-size: 20px;
height: 20px;
display: table-cell;
vertical-align: middle;
border: solid black 1px;
white-space: nowrap;
}
.height-line {
height: 17px;
}
.borderBottom {
border-bottom: solid black 1px;
width: 75%;
}
.marginB {
margin-top: 0;
margin-bottom: 0px !important;
}
.margin0 {
margin: 0;
}
.margin15 {
margin-top: 5px;
}
.font20 {
font-size: 11px;
}
.font22 {
font-size: 12px;
}
.font25 {
font-size: 12.5px;
}
.font30 {
font-size: 15px;
}
.font35 {
font-size: 17.5px;
}
table {
width: 100%;
border: 1px solid black;
border-spacing: 0;
border-collapse: collapse;
font-size: 11px;
margin-top: 5px;
}
.thColor {
background-color: #bbff99;
}
td {
height: 11px;
line-height: 12.5px;
}
.margin5 {
margin-top: 5px;
margin-bottom: 5px;
}
.on {
display: none;
}
}
|
backend/web/css/inspection/preview.css
|
main {
margin: 2.5% 5% 0 5%;
font-family: MS Mingcho;
}
.titleBox {
width: 50%;
text-align: center;
font-size: 30px;
height: 45px;
display: table-cell;
vertical-align: middle;
border: solid black 1px;
white-space: nowrap;
}
.height-line {
height: 45px;
}
.marginB {
margin-top: 0;
margin-bottom: 3px;
}
.margin0 {
margin: 0;
}
.margin5 {
margin-top: 10px;
margin-bottom: 10px;
}
.margin15 {
margin-top: 15px;
}
.font20 {
font-size: 20px;
}
.font22 {
font-size: 22.5px;
}
.font25 {
font-size: 25px;
}
.font30 {
font-size: 30px;
}
.font35 {
font-size: 35px;
}
.divTable {
display: table;
width: 100%;
}
.borderBottom {
border-bottom: solid black 1px;
width: 75%;
}
.pTex {
margin: 0;
}
table {
width: 100%;
border: 1px solid black;
border-spacing: 0;
border-collapse: collapse;
font-size: 20px;
margin-top: 10px;
}
td {
height: 20px;
}
.thColor {
background-color: #bbff99;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert {
border: 1px solid transparent;
border-radius: 4px;
margin-bottom: 20px;
padding: 15px;
}
*::before, *::after {
box-sizing: border-box;
}
*::before, *::after {
box-sizing: border-box;
}
button.close {
background: transparent none repeat scroll 0 0;
border: 0 none;
cursor: pointer;
padding: 0;
}
.close {
color: #000;
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
opacity: 0.2;
text-shadow: 0 1px 0 #fff;
}
@page {
size: A4;
}
@media print {
main {
margin: 0 !important;
font-family: MS Mingcho;
}
.titleBox {
width: 50%;
text-align: center;
font-size: 20px;
height: 20px;
display: table-cell;
vertical-align: middle;
border: solid black 1px;
white-space: nowrap;
}
.height-line {
height: 17px;
}
.borderBottom {
border-bottom: solid black 1px;
width: 75%;
}
.marginB {
margin-top: 0;
margin-bottom: 0px !important;
}
.margin0 {
margin: 0;
}
.margin15 {
margin-top: 5px;
}
.font20 {
font-size: 11px;
}
.font22 {
font-size: 12px;
}
.font25 {
font-size: 12.5px;
}
.font30 {
font-size: 15px;
}
.font35 {
font-size: 17.5px;
}
table {
width: 100%;
border: 1px solid black;
border-spacing: 0;
border-collapse: collapse;
font-size: 11px;
margin-top: 5px;
}
.thColor {
background-color: #bbff99;
}
td {
height: 11px;
line-height: 12.5px;
}
.margin5 {
margin-top: 5px;
margin-bottom: 5px;
}
.on {
display: none;
}
}
| 0.477311 | 0.136522 |
:root {
--primary: #1e1e1e;
--secondary: #f5deb3;
--white: #ffffff;
--grey: #737373;
--red: #ed143d;
--green: #079207;
--purple: #951095;
--header: 360px;
}
::-webkit-scrollbar {
background: var(--primary);
width: 5px;
height: 5px;
}
::-webkit-scrollbar-thumb {
background: var(--secondary);
border-radius: 4px;
}
@font-face {
font-family: 'Aliya';
src: url(./Aliya-Regular.ttf);
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
margin: 0;
height: 100%;
}
body {
background-color: var(--primary);
color: var(--white);
font-family: 'Aliya', sans-serif;
font-size: 24px;
line-height: 20px;
display: flex;
flex-wrap: wrap;
}
a {
color: inherit;
text-underline-position: under;
}
header, main {
max-height: 100%;
overflow: auto;
}
header {
width: var(--header);
padding: 20px;
display: flex;
align-items: center;
border-right: 1px solid rgba(245, 222, 179, 0.1);
}
main {
width: calc(100% - var(--header));
}
footer {
text-align: center;
font-weight: bold;
}
.headerWrapper {
height: 500px;
width: 100%;
}
h1 {
font-size: 48px;
line-height: 42px;
margin: 15px 0 0 0;
text-align: center;
}
p {
font-weight: bold;
text-align: center;
word-spacing: 5px;
line-height: 28px;
font-size: 24px;
font-style: italic;
}
form {
padding: 10px 0;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
form>div {
margin: 10px auto;
border-radius: 5px;
font-weight: bold;
}
select {
font-family: inherit;
font-size: inherit;
font-weight: bold;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
color: var(--secondary);
line-height: 1;
outline: 0;
border: none;
border-bottom: 2px solid var(--secondary);
padding: 10px 30px 0px 12px;
border-radius: 0;
background-color: var(--primary);
background-image: linear-gradient(var(--primary), var(--primary)), linear-gradient(-135deg, transparent 50%, var(--primary) 50%), linear-gradient(-225deg, transparent 50%, var(--primary) 50%), linear-gradient(var(--primary) 42%, var(--secondary) 42%);
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
background-size: 1px 100%, 32px 30px, 24px 27px, 21px 100%;
background-position: right 20px center, right bottom, right bottom, right bottom;
}
select:hover {
background-image: linear-gradient(var(--primary), var(--primary)), linear-gradient(-135deg, transparent 50%, var(--primary) 50%), linear-gradient(-225deg, transparent 50%, var(--primary) 50%), linear-gradient(var(--primary) 42%, var(--secondary) 42%);
}
select:active {
background-image: linear-gradient(var(--primary), var(--primary)), linear-gradient(-135deg, transparent 50%, var(--primary) 50%), linear-gradient(-225deg, transparent 50%, var(--primary) 50%), linear-gradient(var(--primary) 42%, var(--secondary) 42%);
color: var(--secondary);
border-color: var(--primary);
background-color: var(--primary);
}
.vaccine div {
display: block;
margin: 10px 0;
}
.vaccine input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}
.vaccine label {
position: relative;
cursor: pointer;
font-weight: bold;
}
.vaccine label:before {
content: "";
-webkit-appearance: none;
background-color: transparent;
border: 2px solid var(--secondary);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
padding: 10px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 5px;
}
.vaccine input:checked+label:after {
content: "";
display: block;
position: absolute;
top: 2px;
left: 9px;
width: 6px;
height: 14px;
border: solid var(--secondary);
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
#app {
height: 100%;
}
.bag {
overflow: auto;
width: calc(100vw - var(--header));
height: 100%;
display: flex;
flex-direction: row;
}
.col {
height: calc(100vh - 5px);
min-width: 410px;
padding: 0 10px;
overflow: auto;
border-right: 1px solid rgba(245, 222, 179, 0.1);
}
.noneCard {
display: block;
max-width: 300px;
width: calc(100% - 100px);
border-radius: 5px;
}
.dat {
width: 100%;
background-color: var(--primary);
padding: 10px;
margin-bottom: 5px;
text-align: center;
font-weight: bold;
position: sticky;
top: 0;
border-bottom: 1px solid rgba(245, 222, 179, 0.1);
}
.card {
display: inline-block;
width: calc(100% - 5px);
padding: 20px;
margin-bottom: 20px;
border-radius: 10px;
background-color: var(--secondary);
color: var(--primary);
display: flex;
flex-direction: column;
font-weight: bold;
word-break: break-word;
}
.card .top {
display: flex;
align-items: center;
min-height: 150px;
}
.card .top .left {
width: 70%;
padding-right: 10px;
}
.card .top .right {
width: 30%;
text-align: center;
}
.card .btm {
display: flex;
align-items: center;
justify-content: space-between;
}
.card .name {
font-size: 32px;
line-height: 26px;
padding: 10px 0;
}
.card .address, .card .btm {
color: var(--grey);
}
.card .fees {
padding: 8px;
border-radius: 10px;
font-weight: bold;
display: inline-flex;
}
.card .minAge {
background-color: var(--red);
color: var(--white);
padding: 10px;
border-radius: 100px;
font-weight: bold;
}
.card .free {
background-color: var(--green);
color: var(--white);
}
.card .paid {
background-color: var(--purple);
color: var(--white);
}
.card .dose1 span, .card .dose2 span {
display: inline-block;
padding: 5px;
border-radius: 10px;
border-width: 3px;
border-style: solid;
width: 50px;
text-align: center;
}
.card .oops {
color: var(--red);
border-color: var(--red);
}
.card .yayy {
color: var(--green);
border-color: var(--green);
}
.card.thullu {
height: 230px;
color: var(--secondary);
background-color: transparent;
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width:1200px) {
header, main {
width: 100%;
max-height: unset;
justify-content: flex-start;
}
.headerWrapper {
height: auto;
}
.bag {
width: calc(100vw - 5px);
}
form {
overflow: hidden;
}
form>div {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
max-width: unset;
width: 100%;
}
.col {
height: calc(100vh - 80px);
}
}
@media screen and (max-width:400px) {
.col {
min-width: 360px;
}
}
.loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.75);
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
transition-duration: 1s;
}
.loading div {
box-sizing: border-box;
display: block;
width: 64px;
height: 64px;
margin: 8px;
border: 8px solid #fff;
border-radius: 50%;
animation: merry 0.8s linear infinite;
border-color: #fff transparent transparent transparent;
}
@keyframes merry {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
|
static/style.css
|
:root {
--primary: #1e1e1e;
--secondary: #f5deb3;
--white: #ffffff;
--grey: #737373;
--red: #ed143d;
--green: #079207;
--purple: #951095;
--header: 360px;
}
::-webkit-scrollbar {
background: var(--primary);
width: 5px;
height: 5px;
}
::-webkit-scrollbar-thumb {
background: var(--secondary);
border-radius: 4px;
}
@font-face {
font-family: 'Aliya';
src: url(./Aliya-Regular.ttf);
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
margin: 0;
height: 100%;
}
body {
background-color: var(--primary);
color: var(--white);
font-family: 'Aliya', sans-serif;
font-size: 24px;
line-height: 20px;
display: flex;
flex-wrap: wrap;
}
a {
color: inherit;
text-underline-position: under;
}
header, main {
max-height: 100%;
overflow: auto;
}
header {
width: var(--header);
padding: 20px;
display: flex;
align-items: center;
border-right: 1px solid rgba(245, 222, 179, 0.1);
}
main {
width: calc(100% - var(--header));
}
footer {
text-align: center;
font-weight: bold;
}
.headerWrapper {
height: 500px;
width: 100%;
}
h1 {
font-size: 48px;
line-height: 42px;
margin: 15px 0 0 0;
text-align: center;
}
p {
font-weight: bold;
text-align: center;
word-spacing: 5px;
line-height: 28px;
font-size: 24px;
font-style: italic;
}
form {
padding: 10px 0;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
form>div {
margin: 10px auto;
border-radius: 5px;
font-weight: bold;
}
select {
font-family: inherit;
font-size: inherit;
font-weight: bold;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
color: var(--secondary);
line-height: 1;
outline: 0;
border: none;
border-bottom: 2px solid var(--secondary);
padding: 10px 30px 0px 12px;
border-radius: 0;
background-color: var(--primary);
background-image: linear-gradient(var(--primary), var(--primary)), linear-gradient(-135deg, transparent 50%, var(--primary) 50%), linear-gradient(-225deg, transparent 50%, var(--primary) 50%), linear-gradient(var(--primary) 42%, var(--secondary) 42%);
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
background-size: 1px 100%, 32px 30px, 24px 27px, 21px 100%;
background-position: right 20px center, right bottom, right bottom, right bottom;
}
select:hover {
background-image: linear-gradient(var(--primary), var(--primary)), linear-gradient(-135deg, transparent 50%, var(--primary) 50%), linear-gradient(-225deg, transparent 50%, var(--primary) 50%), linear-gradient(var(--primary) 42%, var(--secondary) 42%);
}
select:active {
background-image: linear-gradient(var(--primary), var(--primary)), linear-gradient(-135deg, transparent 50%, var(--primary) 50%), linear-gradient(-225deg, transparent 50%, var(--primary) 50%), linear-gradient(var(--primary) 42%, var(--secondary) 42%);
color: var(--secondary);
border-color: var(--primary);
background-color: var(--primary);
}
.vaccine div {
display: block;
margin: 10px 0;
}
.vaccine input {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}
.vaccine label {
position: relative;
cursor: pointer;
font-weight: bold;
}
.vaccine label:before {
content: "";
-webkit-appearance: none;
background-color: transparent;
border: 2px solid var(--secondary);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
padding: 10px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 5px;
}
.vaccine input:checked+label:after {
content: "";
display: block;
position: absolute;
top: 2px;
left: 9px;
width: 6px;
height: 14px;
border: solid var(--secondary);
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
#app {
height: 100%;
}
.bag {
overflow: auto;
width: calc(100vw - var(--header));
height: 100%;
display: flex;
flex-direction: row;
}
.col {
height: calc(100vh - 5px);
min-width: 410px;
padding: 0 10px;
overflow: auto;
border-right: 1px solid rgba(245, 222, 179, 0.1);
}
.noneCard {
display: block;
max-width: 300px;
width: calc(100% - 100px);
border-radius: 5px;
}
.dat {
width: 100%;
background-color: var(--primary);
padding: 10px;
margin-bottom: 5px;
text-align: center;
font-weight: bold;
position: sticky;
top: 0;
border-bottom: 1px solid rgba(245, 222, 179, 0.1);
}
.card {
display: inline-block;
width: calc(100% - 5px);
padding: 20px;
margin-bottom: 20px;
border-radius: 10px;
background-color: var(--secondary);
color: var(--primary);
display: flex;
flex-direction: column;
font-weight: bold;
word-break: break-word;
}
.card .top {
display: flex;
align-items: center;
min-height: 150px;
}
.card .top .left {
width: 70%;
padding-right: 10px;
}
.card .top .right {
width: 30%;
text-align: center;
}
.card .btm {
display: flex;
align-items: center;
justify-content: space-between;
}
.card .name {
font-size: 32px;
line-height: 26px;
padding: 10px 0;
}
.card .address, .card .btm {
color: var(--grey);
}
.card .fees {
padding: 8px;
border-radius: 10px;
font-weight: bold;
display: inline-flex;
}
.card .minAge {
background-color: var(--red);
color: var(--white);
padding: 10px;
border-radius: 100px;
font-weight: bold;
}
.card .free {
background-color: var(--green);
color: var(--white);
}
.card .paid {
background-color: var(--purple);
color: var(--white);
}
.card .dose1 span, .card .dose2 span {
display: inline-block;
padding: 5px;
border-radius: 10px;
border-width: 3px;
border-style: solid;
width: 50px;
text-align: center;
}
.card .oops {
color: var(--red);
border-color: var(--red);
}
.card .yayy {
color: var(--green);
border-color: var(--green);
}
.card.thullu {
height: 230px;
color: var(--secondary);
background-color: transparent;
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width:1200px) {
header, main {
width: 100%;
max-height: unset;
justify-content: flex-start;
}
.headerWrapper {
height: auto;
}
.bag {
width: calc(100vw - 5px);
}
form {
overflow: hidden;
}
form>div {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
max-width: unset;
width: 100%;
}
.col {
height: calc(100vh - 80px);
}
}
@media screen and (max-width:400px) {
.col {
min-width: 360px;
}
}
.loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.75);
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
transition-duration: 1s;
}
.loading div {
box-sizing: border-box;
display: block;
width: 64px;
height: 64px;
margin: 8px;
border: 8px solid #fff;
border-radius: 50%;
animation: merry 0.8s linear infinite;
border-color: #fff transparent transparent transparent;
}
@keyframes merry {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
| 0.515864 | 0.139045 |
body {
font-family: "Alegreya", serif;
color: #fff;
-webkit-font-smoothing: antialiased;
text-rendering:optimizeLegibility;
background-color: #111;
}
#container {
width: 900px;
margin: 0 auto;
padding: 4em 10px 8em;
box-sizing: border-box;
}
/* HEADER */
#header {
max-width: 480px;
position: relative;
margin: 0 auto 30px;
text-align: center;
/*border: 2px #ffe400 solid;*/
border: 1px #fff solid;
padding: 5px;
/*background-color: #F7F1F0;*/
border-radius: 25px;
}
#inner-header-box {
/*border: 1px #000000 solid;*/
padding: 25px;
border-radius: 3px;
}
#header h1 {
font-size: 36px;
font-family: 'Alegreya',serif;
letter-spacing: 0.05em;
color: #ffe400;
line-height: 42px;
font-weight: bold;
padding-bottom: 12px;
}
#header p {
font-size: 20px;
}
/* TABLE OF CONTENTS */
#toc {
font-size: 20px;
line-height: 1.5em;
padding: 20px 0;
text-align: center;
}
.toc-item {
/*float: left;*/
display: inline-block;
padding: 12px 24px;
margin: 8px 12px;
font-size: 24px;
border: 1px #fff solid;
border-radius: 25px;
}
.toc-item:last-child {
clear: all;
}
/* CATEGORY */
.category {
position: relative;
margin: 0px auto;
text-align: center;
padding: 50px 0 0 0;
overflow: visible;
clear: both;
}
.category h2 {
font-family: 'Alegreya', serif;
color: #ffe400;
font-size: 24px;
text-align: center;
margin: 0 auto;
clear: both;
font-weight: bold;
padding-bottom: 8px;
}
.category-description {
font-size: 20px;
padding-bottom: 18px;
}
/* ITEM */
.item {
display: block;
float: left;
text-align: left;
box-sizing: border-box;
/*width: 32%;*/
/*padding: 12px 20px;*/
margin: 0 1% 15px 0;
overflow: hidden;
position: relative;
/*background-color: #F7F1F0;*/
/*border: 1px solid #ffe400;*/
border: 1px solid #fff;
border-radius: 25px;
transition: all .5s;
}
.item:hover {
background-color: #333;
-webkit-transition: all -webkit-transform .5s;
transition: all .5s;
transform: scale(0.95);
}
.item img {
width: 60px;
height: 60px;
}
.item-title {
font-family: 'Alegreya', serif;
color: #000;
font-size: 18px;
text-align: center;
margin: 0 0;
/*text-transform: uppercase;
font-weight: 900;*/
clear: both;
font-weight: bold;
padding: 15px;
opacity: 1;
/*text-shadow: #333 1px 1px 1px;*/
}
.item p {
color: #fff;
padding: 15px 20px;
}
.see-also {
border-top: 1px #fff solid;
margin: 5px 10px;
}
.see-also-link {
text-decoration: underline;
}
.icon {
text-align: center;
display: none;
}
.book-highlight {
/*background-color: #74F3AA;*/
background-color: #3aec00;
}
.article-highlight {
/*background-color: #A2DEF9;*/
background-color: #097ef7;
}
.site-highlight {
/*background-color: #F8BCFD;*/
background-color: #e61361;
}
.media-highlight {
/*background-color: #FFBAB0;*/
background-color: #ff8100;
}
.idea-highlight {
/*background-color: #F7ED8F;*/
background-color: #ffd400;
}
p {
font-size: 16px;
line-height: 1.5em;
}
a {
text-decoration: none;
color: #ffe400;
-webkit-transition: all -webkit-transform .5s;
transition: all .5s;
}
a:hover {
color: #777777;
/*opacity: .8;*/
-webkit-transition: all -webkit-transform .5s;
transition: all .5s;
}
/*#toc a:hover {
color: #777777;
}*/
a:hover .item-title {
opacity: .8;
-webkit-transition: all -webkit-transform .5s;
transition: all .5s;
}
strong {
font-weight: 700;
color: #222222;
}
/*#about {
width: 450px;
padding: 40px 20px 0;
margin-left: 300px;
position: relative;
}*/
@media screen and (max-width:900px) {
#container {
width: 600px;
}
#about {
margin-left: 170px;
width: 390px;
}
}
@media screen and (max-width:640px) {
#container {
width: auto;
max-width: 480px;
padding: 2em 10px 4em;
}
#about {
width: auto;
margin-left: 0;
}
.item {
width: 100%;
text-align: center;
}
}
@media screen and (min-width:640px) and (max-width:900px) {
.item:nth-child(2n+1) {
clear: both;
}
.item {
width: 49%;
}
}
@media screen and (min-width:900px){
.item:nth-child(3n+3) {
clear: both;
}
.item {
width: 32%;
}
}
|
html/style-dark.css
|
body {
font-family: "Alegreya", serif;
color: #fff;
-webkit-font-smoothing: antialiased;
text-rendering:optimizeLegibility;
background-color: #111;
}
#container {
width: 900px;
margin: 0 auto;
padding: 4em 10px 8em;
box-sizing: border-box;
}
/* HEADER */
#header {
max-width: 480px;
position: relative;
margin: 0 auto 30px;
text-align: center;
/*border: 2px #ffe400 solid;*/
border: 1px #fff solid;
padding: 5px;
/*background-color: #F7F1F0;*/
border-radius: 25px;
}
#inner-header-box {
/*border: 1px #000000 solid;*/
padding: 25px;
border-radius: 3px;
}
#header h1 {
font-size: 36px;
font-family: 'Alegreya',serif;
letter-spacing: 0.05em;
color: #ffe400;
line-height: 42px;
font-weight: bold;
padding-bottom: 12px;
}
#header p {
font-size: 20px;
}
/* TABLE OF CONTENTS */
#toc {
font-size: 20px;
line-height: 1.5em;
padding: 20px 0;
text-align: center;
}
.toc-item {
/*float: left;*/
display: inline-block;
padding: 12px 24px;
margin: 8px 12px;
font-size: 24px;
border: 1px #fff solid;
border-radius: 25px;
}
.toc-item:last-child {
clear: all;
}
/* CATEGORY */
.category {
position: relative;
margin: 0px auto;
text-align: center;
padding: 50px 0 0 0;
overflow: visible;
clear: both;
}
.category h2 {
font-family: 'Alegreya', serif;
color: #ffe400;
font-size: 24px;
text-align: center;
margin: 0 auto;
clear: both;
font-weight: bold;
padding-bottom: 8px;
}
.category-description {
font-size: 20px;
padding-bottom: 18px;
}
/* ITEM */
.item {
display: block;
float: left;
text-align: left;
box-sizing: border-box;
/*width: 32%;*/
/*padding: 12px 20px;*/
margin: 0 1% 15px 0;
overflow: hidden;
position: relative;
/*background-color: #F7F1F0;*/
/*border: 1px solid #ffe400;*/
border: 1px solid #fff;
border-radius: 25px;
transition: all .5s;
}
.item:hover {
background-color: #333;
-webkit-transition: all -webkit-transform .5s;
transition: all .5s;
transform: scale(0.95);
}
.item img {
width: 60px;
height: 60px;
}
.item-title {
font-family: 'Alegreya', serif;
color: #000;
font-size: 18px;
text-align: center;
margin: 0 0;
/*text-transform: uppercase;
font-weight: 900;*/
clear: both;
font-weight: bold;
padding: 15px;
opacity: 1;
/*text-shadow: #333 1px 1px 1px;*/
}
.item p {
color: #fff;
padding: 15px 20px;
}
.see-also {
border-top: 1px #fff solid;
margin: 5px 10px;
}
.see-also-link {
text-decoration: underline;
}
.icon {
text-align: center;
display: none;
}
.book-highlight {
/*background-color: #74F3AA;*/
background-color: #3aec00;
}
.article-highlight {
/*background-color: #A2DEF9;*/
background-color: #097ef7;
}
.site-highlight {
/*background-color: #F8BCFD;*/
background-color: #e61361;
}
.media-highlight {
/*background-color: #FFBAB0;*/
background-color: #ff8100;
}
.idea-highlight {
/*background-color: #F7ED8F;*/
background-color: #ffd400;
}
p {
font-size: 16px;
line-height: 1.5em;
}
a {
text-decoration: none;
color: #ffe400;
-webkit-transition: all -webkit-transform .5s;
transition: all .5s;
}
a:hover {
color: #777777;
/*opacity: .8;*/
-webkit-transition: all -webkit-transform .5s;
transition: all .5s;
}
/*#toc a:hover {
color: #777777;
}*/
a:hover .item-title {
opacity: .8;
-webkit-transition: all -webkit-transform .5s;
transition: all .5s;
}
strong {
font-weight: 700;
color: #222222;
}
/*#about {
width: 450px;
padding: 40px 20px 0;
margin-left: 300px;
position: relative;
}*/
@media screen and (max-width:900px) {
#container {
width: 600px;
}
#about {
margin-left: 170px;
width: 390px;
}
}
@media screen and (max-width:640px) {
#container {
width: auto;
max-width: 480px;
padding: 2em 10px 4em;
}
#about {
width: auto;
margin-left: 0;
}
.item {
width: 100%;
text-align: center;
}
}
@media screen and (min-width:640px) and (max-width:900px) {
.item:nth-child(2n+1) {
clear: both;
}
.item {
width: 49%;
}
}
@media screen and (min-width:900px){
.item:nth-child(3n+3) {
clear: both;
}
.item {
width: 32%;
}
}
| 0.264738 | 0.070816 |
body {
background-color: #eaeaea;
}
#menu {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 50px;
background-color: #000000;
color: #FFFFFF;
z-index: 1;
display: table-cell;
float: left;
line-height: 50px;
font-size: 20px;
}
#menu ul {
position: absolute;
top: -20px;
float: right;
right: 5%;
}
#menu ul li {
display: table-cell;
list-style: none;
padding: 0 5px 0 5px;
}
#menu a {
text-decoration: none;
display: table-cell;
text-align: center;
background-color: #000000;
color: #FFFFFF;
padding: 0 5px 0 5px;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#menu a:hover {
background-color: #b9b9b9;
padding: 0 5px 0 5px;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#menu ul li img {
float: left;
display: block;
max-height: 50px;
width: auto;
}
#logo ul {
position: absolute;
top: -24px;
left: -2%;
font-weight: bold;
font-size: 24px;
float: right;
}
#logo ul li {
display: table-cell;
}
#logo ul li img {
float: left;
display: block;
max-height: 50px;
width: auto;
}
#container {
position: relative;
top: 55px;
left: 14%;
width: 85%;
float: left;
margin-bottom: 50px;
padding: 0 20px 10px 20px;
}
h1 {
text-align: center;
color: #000000;
}
#sidebar {
background-color: #404040;
position: fixed;
top: 50px;
left: 0;
width: 220px;
float: left;
height: 100%;
}
#sidebar ul {
list-style: none;
}
#sidebar a {
display: block;
position: relative;
right: 40px;
text-decoration: none;
text-align: center;
color: #FFFFFF;
width: 220px;
height: 50px;
line-height: 50px;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#sidebar a:hover {
background-color: #b9b9b9;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#sidebar ul li img {
float: left;
display: block;
max-height: 50px;
width: auto;
}
#sidebar h3 {
color: #FFFFFF;
}
footer {
position: fixed;
bottom: 0;
left: 580px;
height: 30px;
float: left;
background-color: #000000;
color: #FFFFFF;
line-height: 30px;
right: 500px;
text-align: center;
font-weight: bold;
}
.text-danger {
color: #ff0000;
display: inline-block;
}
.login-validation-message {
color: #ff0000;
}
#login-table {
font-size: 24px;
}
#nowosci-table td {
width: 150px;
height: 20px;
font-size: 24px;
}
#tabelakategorie td {
padding-right: 10px;
}
#tabelakategorie td a {
display: inline-block;
width: 100px;
height: 100px;
font-size: 20px;
text-align: center;
line-height: 100px;
border: none;
text-decoration: none;
color: #000000;
transform: scale(1,1);
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transform: scale(1,1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1,1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#tabelakategorie a:hover {
background-color: #b9b9b9;
transform: scale(1.15,1.17);
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transform: scale(1.15,1.17);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1.15,1.17);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
position: relative;
z-index: 99;
}
#WybierzAuto {
text-align: center;
}
#WybierzAuto ul li {
display: block;
}
#WybierzAuto ul li a {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
font-size: 24px;
height: 80px;
line-height: 80px;
padding-bottom: 5px;
text-decoration: none;
color: #000000;
transform: scale(1,1);
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transform: scale(1,1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1,1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#WybierzAuto ul li a:hover {
background-color: #b9b9b9;
transform: scale(1.07,1.09);
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transform: scale(1.07,1.09);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1.07,1.09);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
position: relative;
z-index: 99;
}
#tabelaszczegoly {
padding-bottom: 30px;
}
#tabelaszczegoly tr td {
height: 50px;
width: 150px;
line-height: 50px;
}
#tabelaszczegoly .wlasciwoscauta {
width: 800px;
}
#tabelaszczegoly #opisauta {
line-height: 35px;
width: 800px;
}
#tabelaszczegoly #opislabel {
font-weight: bold;
}
#tabelaszczegoly .nazwawlasciwosci {
font-weight: bold;
}
#kartaprzyciski a {
display: inline-block;
text-decoration: none;
color: #000000;
width: 100px;
height: 50px;
text-align: center;
line-height: 50px;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
font-weight: bold;
}
#kartaprzyciski a:hover {
background-color: #b9b9b9;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#powrot a {
display: block;
text-decoration: none;
color: #000000;
width: 100px;
height: 50px;
text-align: center;
line-height: 50px;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
font-weight: bold;
}
#powrot a:hover {
background-color: #b9b9b9;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
.hidden {
display: none;
}
#tabela-wypozyczenia td{
padding-right: 10px;
}
|
WypozyczalniaSamochodow/Content/Site.css
|
body {
background-color: #eaeaea;
}
#menu {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 50px;
background-color: #000000;
color: #FFFFFF;
z-index: 1;
display: table-cell;
float: left;
line-height: 50px;
font-size: 20px;
}
#menu ul {
position: absolute;
top: -20px;
float: right;
right: 5%;
}
#menu ul li {
display: table-cell;
list-style: none;
padding: 0 5px 0 5px;
}
#menu a {
text-decoration: none;
display: table-cell;
text-align: center;
background-color: #000000;
color: #FFFFFF;
padding: 0 5px 0 5px;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#menu a:hover {
background-color: #b9b9b9;
padding: 0 5px 0 5px;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#menu ul li img {
float: left;
display: block;
max-height: 50px;
width: auto;
}
#logo ul {
position: absolute;
top: -24px;
left: -2%;
font-weight: bold;
font-size: 24px;
float: right;
}
#logo ul li {
display: table-cell;
}
#logo ul li img {
float: left;
display: block;
max-height: 50px;
width: auto;
}
#container {
position: relative;
top: 55px;
left: 14%;
width: 85%;
float: left;
margin-bottom: 50px;
padding: 0 20px 10px 20px;
}
h1 {
text-align: center;
color: #000000;
}
#sidebar {
background-color: #404040;
position: fixed;
top: 50px;
left: 0;
width: 220px;
float: left;
height: 100%;
}
#sidebar ul {
list-style: none;
}
#sidebar a {
display: block;
position: relative;
right: 40px;
text-decoration: none;
text-align: center;
color: #FFFFFF;
width: 220px;
height: 50px;
line-height: 50px;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#sidebar a:hover {
background-color: #b9b9b9;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#sidebar ul li img {
float: left;
display: block;
max-height: 50px;
width: auto;
}
#sidebar h3 {
color: #FFFFFF;
}
footer {
position: fixed;
bottom: 0;
left: 580px;
height: 30px;
float: left;
background-color: #000000;
color: #FFFFFF;
line-height: 30px;
right: 500px;
text-align: center;
font-weight: bold;
}
.text-danger {
color: #ff0000;
display: inline-block;
}
.login-validation-message {
color: #ff0000;
}
#login-table {
font-size: 24px;
}
#nowosci-table td {
width: 150px;
height: 20px;
font-size: 24px;
}
#tabelakategorie td {
padding-right: 10px;
}
#tabelakategorie td a {
display: inline-block;
width: 100px;
height: 100px;
font-size: 20px;
text-align: center;
line-height: 100px;
border: none;
text-decoration: none;
color: #000000;
transform: scale(1,1);
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transform: scale(1,1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1,1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#tabelakategorie a:hover {
background-color: #b9b9b9;
transform: scale(1.15,1.17);
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transform: scale(1.15,1.17);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1.15,1.17);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
position: relative;
z-index: 99;
}
#WybierzAuto {
text-align: center;
}
#WybierzAuto ul li {
display: block;
}
#WybierzAuto ul li a {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
font-size: 24px;
height: 80px;
line-height: 80px;
padding-bottom: 5px;
text-decoration: none;
color: #000000;
transform: scale(1,1);
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transform: scale(1,1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1,1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#WybierzAuto ul li a:hover {
background-color: #b9b9b9;
transform: scale(1.07,1.09);
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transform: scale(1.07,1.09);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transform: scale(1.07,1.09);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
position: relative;
z-index: 99;
}
#tabelaszczegoly {
padding-bottom: 30px;
}
#tabelaszczegoly tr td {
height: 50px;
width: 150px;
line-height: 50px;
}
#tabelaszczegoly .wlasciwoscauta {
width: 800px;
}
#tabelaszczegoly #opisauta {
line-height: 35px;
width: 800px;
}
#tabelaszczegoly #opislabel {
font-weight: bold;
}
#tabelaszczegoly .nazwawlasciwosci {
font-weight: bold;
}
#kartaprzyciski a {
display: inline-block;
text-decoration: none;
color: #000000;
width: 100px;
height: 50px;
text-align: center;
line-height: 50px;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
font-weight: bold;
}
#kartaprzyciski a:hover {
background-color: #b9b9b9;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
#powrot a {
display: block;
text-decoration: none;
color: #000000;
width: 100px;
height: 50px;
text-align: center;
line-height: 50px;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
font-weight: bold;
}
#powrot a:hover {
background-color: #b9b9b9;
transition-timing-function: ease-out;
transition-duration: 250ms;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}
.hidden {
display: none;
}
#tabela-wypozyczenia td{
padding-right: 10px;
}
| 0.325628 | 0.070113 |
@charset "UTF-8";
@font-face {
font-family: "OpenSans";
src: url(/fonts/OpenSans-Regular.ttf?1b0809d519837cb7aad36a73433f655c);
}
@font-face {
font-family: "OpenSans-SB";
src: url(/fonts/OpenSans-SemiBold.ttf?a16d8201b06a03c6c365341748a5cba0);
}
htm h1 {
font-family: "OpenSans";
}
h2 {
font-family: "OpenSans-SB";
}
.btn {
padding-left: 30px;
padding-right: 30px;
border-radius: 50px;
font-size: 20px;
text-align: center;
text-transform: uppercase;
}
.btn-primary {
/*border: 1px solid #fff;*/
box-shadow: 0px 0px 7px #657a78;
}
section.fluid-container {
padding-left: 15px;
padding-right: 15px;
}
.gl-datatable {
border: 2px solid #61cb5a;
border-radius: 10px;
}
.form-control {
height: 40px;
}
.btn-sm {
font-size: 13px;
}
.gl-map {
height: 100%;
background-color: #ccc;
border: 2px solid #5ECC5A;
border-radius: 10px;
overflow: hidden;
}
.gradient-box {
background: linear-gradient(to right, #5ECC5A, #00A0DE);
}
.auth-page {
background-color: #f7f7f7;
color: #374241;
}
.auth-page .form-area {
background: linear-gradient(to bottom, #5ECC5A, #00A0DE);
color: #fff;
display: flex;
align-items: center;
}
.auth-page .form-area h2 {
line-height: 60px;
}
.auth-page .form-area .form-control:not(textarea) {
height: 50px;
}
.auth-page .form-area .form-control {
max-width: 400px;
}
.auth-page .form-area .action-list a {
color: #fff;
}
.auth-page .form-area .footer-actions {
margin-top: 100px;
position: absolute;
left: 0;
right: 0;
width: 100%;
bottom: 30px;
}
.auth-page .form-area .action-list {
border-top: 1px solid rgba(255, 255, 255, 0.5);
padding-top: 20px;
}
.auth-page .form-area .list-inline-item + .list-inline-item {
margin-left: 20px;
}
.auth-page .greeting-area {
display: flex;
align-items: center;
justify-content: center;
}
.auth-page .greeting-area p {
color: #475554;
}
.auth-page .flex-protect {
width: 50%;
margin: 0 auto;
}
.auth-page h1 {
text-transform: uppercase;
}
.auth-page .btn-primary {
background-color: #5ECC5A;
}
.sidebar {
min-height: 100vh;
background: #374241;
}
.sidebar * {
color: #fff;
}
.sidebar .profile-section {
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 2px solid rgba(94, 204, 90, 0.6);
}
.sidebar .profile-wrapper {
padding-left: 15px;
}
.sidebar .display-picture {
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
border: 8px solid rgba(94, 204, 90, 0.4);
margin: 0 auto;
}
.sidebar .user-role p {
color: #b9c2c9;
}
.sidebar .navbar {
padding-left: 0;
padding-right: 0;
margin-top: 20px;
}
.sidebar .navbar .navbar-nav {
width: 100%;
padding-left: 0;
margin-bottom: 0;
}
.sidebar .navbar .nav-item {
margin-right: -15px;
}
.sidebar .navbar .nav-item + .nav-item {
margin-top: 10px;
}
.sidebar .navbar .nav-link {
color: #374241;
font-size: 17px;
padding: 15px 15px;
font-family: "OpenSans-SB";
border: 1px solid #fff;
background-color: #fff;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
text-transform: uppercase;
}
.nav-side-menu {
overflow: auto;
font-family: verdana;
font-size: 12px;
font-weight: 200;
color: #e1ffff;
margin-top: 40px;
margin-left: -15px;
margin-right: -15px;
}
.nav-side-menu .brand {
background-color: #23282e;
line-height: 50px;
display: block;
text-align: center;
font-size: 14px;
}
.nav-side-menu .toggle-btn {
display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 35px;
cursor: pointer;
/*
.collapsed{
.arrow:before{
font-family: FontAwesome;
content: "\f053";
display: inline-block;
padding-left:10px;
padding-right: 10px;
vertical-align: middle;
float:right;
}
}
*/
}
.nav-side-menu li {
display: flex;
align-items: center;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
font-family: FontAwesome;
content: "";
display: inline-block;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
background-color: #5ECC5A;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
color: #fff;
}
.nav-side-menu ul .sub-menu li.active a, .nav-side-menu ul .sub-menu li.active i,
.nav-side-menu li .sub-menu li.active a, .nav-side-menu li .sub-menu li.active i {
color: #5ECC5A;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
background-color: rgba(68, 76, 75, 0.9);
border: none;
line-height: 28px;
margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover a, .nav-side-menu ul .sub-menu li:hover i,
.nav-side-menu li .sub-menu li:hover a, .nav-side-menu li .sub-menu li:hover i {
color: #5ECC5A;
}
.nav-side-menu ul .sub-menu {
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(68, 76, 75, 0.9);
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
padding-left: 40px;
}
.nav-side-menu ul .sub-menu li a,
.nav-side-menu li .sub-menu li a {
font-size: 14px;
padding-top: 10px;
padding-bottom: 10px;
}
.nav-side-menu li {
padding-left: 0px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-side-menu li a {
text-decoration: none;
color: #e1ffff;
padding-top: 15px;
padding-bottom: 15px;
display: inline-block;
font-size: 16px;
font-family: "OpenSans-SB";
width: 100%;
}
.nav-side-menu li.active a, .nav-side-menu li.active i, .nav-side-menu li.active .arrow {
color: #fffs;
}
.nav-side-menu li i {
padding-left: 10px;
width: 40px;
padding-right: 20px;
margin-right: 15px;
margin-left: 15px;
font-size: 20px;
}
.nav-side-menu li:hover {
border-left: 3px solid #d19b3d;
background-color: #5ECC5A;
color: #374241;
transition: all 1s ease;
}
.nav-side-menu li:hover a, .nav-side-menu li:hover i, .nav-side-menu li:hover a .arrow {
color: #fff;
}
@media (max-width: 767px) {
.nav-side-menu {
position: relative;
width: 100%;
margin-bottom: 10px;
}
.nav-side-menu .toggle-btn {
display: block;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
z-index: 10 !important;
padding: 3px;
background-color: #ffffff;
color: #000;
width: 40px;
text-align: center;
}
.brand {
text-align: left !important;
font-size: 22px;
padding-left: 20px;
line-height: 50px !important;
}
}
@media (min-width: 767px) {
.nav-side-menu .menu-list .menu-content {
display: block;
}
}
.calender-area .fc-today-button {
background: #5ECC5A;
border-radius: 50px;
padding-left: 20px;
padding-right: 20px;
border: none;
}
.calender-area .fc-button {
border-radius: 50px;
padding-left: 20px;
padding-right: 20px;
background-color: transparent;
border: 1px solid #00A0DE;
color: #00A0DE;
}
.calender-area .fc-button:hover {
color: #fff;
background-color: #00A0DE;
border: 1px solid #00A0DE;
}
.calender-area .fc-button:disabled {
background-color: #c2bebe;
border: 1px solid #c2bebe;
}
.calender-area .fc-button-active {
background-color: #00A0DE !important;
border: 1px solid #00A0DE !important;
}
|
public/css/styles.css
|
@charset "UTF-8";
@font-face {
font-family: "OpenSans";
src: url(/fonts/OpenSans-Regular.ttf?1b0809d519837cb7aad36a73433f655c);
}
@font-face {
font-family: "OpenSans-SB";
src: url(/fonts/OpenSans-SemiBold.ttf?a16d8201b06a03c6c365341748a5cba0);
}
htm h1 {
font-family: "OpenSans";
}
h2 {
font-family: "OpenSans-SB";
}
.btn {
padding-left: 30px;
padding-right: 30px;
border-radius: 50px;
font-size: 20px;
text-align: center;
text-transform: uppercase;
}
.btn-primary {
/*border: 1px solid #fff;*/
box-shadow: 0px 0px 7px #657a78;
}
section.fluid-container {
padding-left: 15px;
padding-right: 15px;
}
.gl-datatable {
border: 2px solid #61cb5a;
border-radius: 10px;
}
.form-control {
height: 40px;
}
.btn-sm {
font-size: 13px;
}
.gl-map {
height: 100%;
background-color: #ccc;
border: 2px solid #5ECC5A;
border-radius: 10px;
overflow: hidden;
}
.gradient-box {
background: linear-gradient(to right, #5ECC5A, #00A0DE);
}
.auth-page {
background-color: #f7f7f7;
color: #374241;
}
.auth-page .form-area {
background: linear-gradient(to bottom, #5ECC5A, #00A0DE);
color: #fff;
display: flex;
align-items: center;
}
.auth-page .form-area h2 {
line-height: 60px;
}
.auth-page .form-area .form-control:not(textarea) {
height: 50px;
}
.auth-page .form-area .form-control {
max-width: 400px;
}
.auth-page .form-area .action-list a {
color: #fff;
}
.auth-page .form-area .footer-actions {
margin-top: 100px;
position: absolute;
left: 0;
right: 0;
width: 100%;
bottom: 30px;
}
.auth-page .form-area .action-list {
border-top: 1px solid rgba(255, 255, 255, 0.5);
padding-top: 20px;
}
.auth-page .form-area .list-inline-item + .list-inline-item {
margin-left: 20px;
}
.auth-page .greeting-area {
display: flex;
align-items: center;
justify-content: center;
}
.auth-page .greeting-area p {
color: #475554;
}
.auth-page .flex-protect {
width: 50%;
margin: 0 auto;
}
.auth-page h1 {
text-transform: uppercase;
}
.auth-page .btn-primary {
background-color: #5ECC5A;
}
.sidebar {
min-height: 100vh;
background: #374241;
}
.sidebar * {
color: #fff;
}
.sidebar .profile-section {
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 2px solid rgba(94, 204, 90, 0.6);
}
.sidebar .profile-wrapper {
padding-left: 15px;
}
.sidebar .display-picture {
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
border: 8px solid rgba(94, 204, 90, 0.4);
margin: 0 auto;
}
.sidebar .user-role p {
color: #b9c2c9;
}
.sidebar .navbar {
padding-left: 0;
padding-right: 0;
margin-top: 20px;
}
.sidebar .navbar .navbar-nav {
width: 100%;
padding-left: 0;
margin-bottom: 0;
}
.sidebar .navbar .nav-item {
margin-right: -15px;
}
.sidebar .navbar .nav-item + .nav-item {
margin-top: 10px;
}
.sidebar .navbar .nav-link {
color: #374241;
font-size: 17px;
padding: 15px 15px;
font-family: "OpenSans-SB";
border: 1px solid #fff;
background-color: #fff;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
text-transform: uppercase;
}
.nav-side-menu {
overflow: auto;
font-family: verdana;
font-size: 12px;
font-weight: 200;
color: #e1ffff;
margin-top: 40px;
margin-left: -15px;
margin-right: -15px;
}
.nav-side-menu .brand {
background-color: #23282e;
line-height: 50px;
display: block;
text-align: center;
font-size: 14px;
}
.nav-side-menu .toggle-btn {
display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 35px;
cursor: pointer;
/*
.collapsed{
.arrow:before{
font-family: FontAwesome;
content: "\f053";
display: inline-block;
padding-left:10px;
padding-right: 10px;
vertical-align: middle;
float:right;
}
}
*/
}
.nav-side-menu li {
display: flex;
align-items: center;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
font-family: FontAwesome;
content: "";
display: inline-block;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
background-color: #5ECC5A;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
color: #fff;
}
.nav-side-menu ul .sub-menu li.active a, .nav-side-menu ul .sub-menu li.active i,
.nav-side-menu li .sub-menu li.active a, .nav-side-menu li .sub-menu li.active i {
color: #5ECC5A;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
background-color: rgba(68, 76, 75, 0.9);
border: none;
line-height: 28px;
margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover a, .nav-side-menu ul .sub-menu li:hover i,
.nav-side-menu li .sub-menu li:hover a, .nav-side-menu li .sub-menu li:hover i {
color: #5ECC5A;
}
.nav-side-menu ul .sub-menu {
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(68, 76, 75, 0.9);
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
padding-left: 40px;
}
.nav-side-menu ul .sub-menu li a,
.nav-side-menu li .sub-menu li a {
font-size: 14px;
padding-top: 10px;
padding-bottom: 10px;
}
.nav-side-menu li {
padding-left: 0px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-side-menu li a {
text-decoration: none;
color: #e1ffff;
padding-top: 15px;
padding-bottom: 15px;
display: inline-block;
font-size: 16px;
font-family: "OpenSans-SB";
width: 100%;
}
.nav-side-menu li.active a, .nav-side-menu li.active i, .nav-side-menu li.active .arrow {
color: #fffs;
}
.nav-side-menu li i {
padding-left: 10px;
width: 40px;
padding-right: 20px;
margin-right: 15px;
margin-left: 15px;
font-size: 20px;
}
.nav-side-menu li:hover {
border-left: 3px solid #d19b3d;
background-color: #5ECC5A;
color: #374241;
transition: all 1s ease;
}
.nav-side-menu li:hover a, .nav-side-menu li:hover i, .nav-side-menu li:hover a .arrow {
color: #fff;
}
@media (max-width: 767px) {
.nav-side-menu {
position: relative;
width: 100%;
margin-bottom: 10px;
}
.nav-side-menu .toggle-btn {
display: block;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
z-index: 10 !important;
padding: 3px;
background-color: #ffffff;
color: #000;
width: 40px;
text-align: center;
}
.brand {
text-align: left !important;
font-size: 22px;
padding-left: 20px;
line-height: 50px !important;
}
}
@media (min-width: 767px) {
.nav-side-menu .menu-list .menu-content {
display: block;
}
}
.calender-area .fc-today-button {
background: #5ECC5A;
border-radius: 50px;
padding-left: 20px;
padding-right: 20px;
border: none;
}
.calender-area .fc-button {
border-radius: 50px;
padding-left: 20px;
padding-right: 20px;
background-color: transparent;
border: 1px solid #00A0DE;
color: #00A0DE;
}
.calender-area .fc-button:hover {
color: #fff;
background-color: #00A0DE;
border: 1px solid #00A0DE;
}
.calender-area .fc-button:disabled {
background-color: #c2bebe;
border: 1px solid #c2bebe;
}
.calender-area .fc-button-active {
background-color: #00A0DE !important;
border: 1px solid #00A0DE !important;
}
| 0.340814 | 0.063744 |
/** 透明侧边栏导航 */
.layui-layout-admin .layui-side .layui-nav {
background-color: transparent;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item > a:hover {
background: rgba(255, 255, 255, .03);
}
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
background-color: #ffffff;
color: #333;
}
/** header样式 */
.layui-layout-admin .layui-header {
background-color: #fff;
}
.layui-layout-admin .layui-header a {
color: #333;
}
.layui-layout-admin .layui-header a:hover {
color: #333;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #333 transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #333;
}
/** 导航栏下面的线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #333;
}
/** 侧边栏样式 */
.layui-layout-admin .layui-side {
background-color: #ffffff !important;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
color: #ffffff;
}
/** 主题颜色 */
/** 主体标题 */
.layui-body-header-title {
border-left-color: #009688;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #009688;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(51, 51, 51, .7);
font-weight: 600;
}
.layui-side .layui-nav .layui-nav-child a {
font-weight: 500;
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #333 !important;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-more {
border-color: #666 transparent transparent;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > a .layui-nav-more {
border-color: transparent transparent #666;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item > .layui-nav-child {
background-color: rgba(0, 0, 0, .05) !important;
}
.layui-layout-admin .layui-side {
border-right: 1px solid #E6E6E6;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: rgba(0, 0, 0, .05);
}
/** logo样式 */
.layui-layout-admin .layui-header .layui-logo {
border-right: 1px solid #E6E6E6;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #009688;
}
/** tab下划线 */
.layui-layout-admin .layui-body .layui-tab .layui-tab-title li.layui-this:after {
background-color: #009688;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #ffffff !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
border: 1px solid #dddddd;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
}
|
zlt-web/back-web/src/main/resources/static/assets/css/theme/white.css
|
/** 透明侧边栏导航 */
.layui-layout-admin .layui-side .layui-nav {
background-color: transparent;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item > a:hover {
background: rgba(255, 255, 255, .03);
}
/** logo部分样式 */
.layui-layout-admin .layui-header .layui-logo {
background-color: #ffffff;
color: #333;
}
/** header样式 */
.layui-layout-admin .layui-header {
background-color: #fff;
}
.layui-layout-admin .layui-header a {
color: #333;
}
.layui-layout-admin .layui-header a:hover {
color: #333;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
border-color: #333 transparent transparent;
}
.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
border-color: transparent transparent #333;
}
/** 导航栏下面的线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #333;
}
/** 侧边栏样式 */
.layui-layout-admin .layui-side {
background-color: #ffffff !important;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
color: #ffffff;
}
/** 主题颜色 */
/** 主体标题 */
.layui-body-header-title {
border-left-color: #009688;
}
/** 主题切换 */
.btnTheme:hover, .btnTheme.active {
border-color: #009688;
}
/** 侧边栏文字颜色 */
.layui-side .layui-nav .layui-nav-item a {
color: rgba(51, 51, 51, .7);
font-weight: 600;
}
.layui-side .layui-nav .layui-nav-child a {
font-weight: 500;
}
.layui-side .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
color: #333 !important;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-more {
border-color: #666 transparent transparent;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-itemed > a .layui-nav-more {
border-color: transparent transparent #666;
}
.layui-layout-admin .layui-side .layui-nav .layui-nav-item > .layui-nav-child {
background-color: rgba(0, 0, 0, .05) !important;
}
.layui-layout-admin .layui-side {
border-right: 1px solid #E6E6E6;
}
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav li.layui-nav-itemed > a {
background: rgba(0, 0, 0, .05);
}
/** logo样式 */
.layui-layout-admin .layui-header .layui-logo {
border-right: 1px solid #E6E6E6;
}
/** header线条 */
.layui-layout-admin .layui-header .layui-nav .layui-this:after, .layui-layout-admin .layui-header .layui-nav-bar {
background-color: #009688;
}
/** tab下划线 */
.layui-layout-admin .layui-body .layui-tab .layui-tab-title li.layui-this:after {
background-color: #009688;
}
/** PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background: #ffffff !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
border: 1px solid #dddddd;
}
/** 移动设备样式 */
@media screen and (max-width: 750px) {
/** 去掉PC端折叠鼠标经过样式 */
.layui-layout-admin.admin-nav-mini .layui-side .layui-nav .layui-nav-item.admin-nav-hover > .layui-nav-child {
background-color: rgba(0, 0, 0, .3) !important;
}
}
| 0.394901 | 0.03949 |
*
* @mixin.less
* @author xinxuzhang
* @create 14-11-05
*/
/* added by vergilzhou */
/* for margin & padding | width & height =================== */
.mt5 {
margin-top: 5px;
}
.mt10 {
margin-top: 10px;
}
.mt15 {
margin-top: 15px;
}
.mt20 {
margin-top: 20px;
}
.mt25 {
margin-top: 25px;
}
.mt30 {
margin-top: 30px;
}
.mt40 {
margin-top: 40px;
}
.mb5 {
margin-bottom: 5px;
}
.mb10 {
margin-bottom: 10px;
}
.mb15 {
margin-bottom: 15px;
}
.mb20 {
margin-bottom: 20px;
}
.mb25 {
margin-bottom: 25px;
}
.mb30 {
margin-bottom: 30px;
}
.mb40 {
margin-bottom: 40px;
}
.mr5 {
margin-right: 5px;
}
.mr10 {
margin-right: 10px;
}
.mr15 {
margin-right: 15px;
}
.mr20 {
margin-right: 20px;
}
.mr25 {
margin-right: 25px;
}
.mr30 {
margin-right: 30px;
}
.mr40 {
margin-right: 40px;
}
.ml5 {
margin-left: 5px;
}
.ml10 {
margin-left: 10px;
}
.ml15 {
margin-left: 15px;
}
.ml20 {
margin-left: 20px;
}
.ml25 {
margin-left: 25px;
}
.ml30 {
margin-left: 30px;
}
.ml40 {
margin-left: 40px;
}
.mtb10 {
margin-top: 10px;
margin-bottom: 10px;
}
.p10 {
padding: 10px;
}
.p5_0 {
padding: 5px 0;
}
.p10_0 {
padding: 10px 0;
}
.p15_0 {
padding: 10px 0;
}
.p0_5 {
padding: 0 5px;
}
.p0_10 {
padding: 0 10px;
}
.p0_15 {
padding: 0 15px;
}
/* 表格通用样式 */
.table {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
border-spacing: 0;
}
.table-base {
line-height: 49px;
}
.table-base thead td,
.table-base th {
line-height: 50px;
padding: 0px;
background-color: #f5f7fa;
text-align: left;
font-weight: normal;
font-style: normal;
}
.table-base tbody td {
padding: 0px;
background-color: #ffffff;
border-bottom: 1px solid #EDEDED;
}
.table-base tr {
cursor: default;
}
.table-base tr:hover td {
background-color: #eafffa;
}
.table-page {
height: 32px;
padding: 10px 10px 8px 22px;
background-color: #f5f8fa;
}
.table-page-data {
float: left;
padding-top: 5px;
}
.table-page-a {
display: inline-block;
margin-left: 6px;
}
.table-page-a i {
vertical-align: -4px;
}
.table-page-a:hover {
color: #00a1f2;
}
|
src/themes/blue/comp/Grid/Grid.css
|
*
* @mixin.less
* @author xinxuzhang
* @create 14-11-05
*/
/* added by vergilzhou */
/* for margin & padding | width & height =================== */
.mt5 {
margin-top: 5px;
}
.mt10 {
margin-top: 10px;
}
.mt15 {
margin-top: 15px;
}
.mt20 {
margin-top: 20px;
}
.mt25 {
margin-top: 25px;
}
.mt30 {
margin-top: 30px;
}
.mt40 {
margin-top: 40px;
}
.mb5 {
margin-bottom: 5px;
}
.mb10 {
margin-bottom: 10px;
}
.mb15 {
margin-bottom: 15px;
}
.mb20 {
margin-bottom: 20px;
}
.mb25 {
margin-bottom: 25px;
}
.mb30 {
margin-bottom: 30px;
}
.mb40 {
margin-bottom: 40px;
}
.mr5 {
margin-right: 5px;
}
.mr10 {
margin-right: 10px;
}
.mr15 {
margin-right: 15px;
}
.mr20 {
margin-right: 20px;
}
.mr25 {
margin-right: 25px;
}
.mr30 {
margin-right: 30px;
}
.mr40 {
margin-right: 40px;
}
.ml5 {
margin-left: 5px;
}
.ml10 {
margin-left: 10px;
}
.ml15 {
margin-left: 15px;
}
.ml20 {
margin-left: 20px;
}
.ml25 {
margin-left: 25px;
}
.ml30 {
margin-left: 30px;
}
.ml40 {
margin-left: 40px;
}
.mtb10 {
margin-top: 10px;
margin-bottom: 10px;
}
.p10 {
padding: 10px;
}
.p5_0 {
padding: 5px 0;
}
.p10_0 {
padding: 10px 0;
}
.p15_0 {
padding: 10px 0;
}
.p0_5 {
padding: 0 5px;
}
.p0_10 {
padding: 0 10px;
}
.p0_15 {
padding: 0 15px;
}
/* 表格通用样式 */
.table {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
border-spacing: 0;
}
.table-base {
line-height: 49px;
}
.table-base thead td,
.table-base th {
line-height: 50px;
padding: 0px;
background-color: #f5f7fa;
text-align: left;
font-weight: normal;
font-style: normal;
}
.table-base tbody td {
padding: 0px;
background-color: #ffffff;
border-bottom: 1px solid #EDEDED;
}
.table-base tr {
cursor: default;
}
.table-base tr:hover td {
background-color: #eafffa;
}
.table-page {
height: 32px;
padding: 10px 10px 8px 22px;
background-color: #f5f8fa;
}
.table-page-data {
float: left;
padding-top: 5px;
}
.table-page-a {
display: inline-block;
margin-left: 6px;
}
.table-page-a i {
vertical-align: -4px;
}
.table-page-a:hover {
color: #00a1f2;
}
| 0.368974 | 0.100084 |
body {
background-color: #f6f6f6;
overflow: hidden;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
height: 100%;
padding: 0;
margin: 0;
color: #333;
}
.secondRun .goatInsight.showInsightTwo, .showOne .goatInsight.showInsightOne {
background: url(/images/icons/icon-48x48.png) no-repeat center center;
background-size: contain;
}
.insight .insightTwo p {
line-height: normal;
width: 200px;
}
.insightTwo {
transform: translateY(-500px);
transition: transform ease-in-out 1s;
line-height: normal;
width: 200px;
font-size: 100px;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.insightTwo button {
width: 70%;
background-color: #333;
color: white;
padding: 5px;
border: 1px solid white;
}
.insightOne {
transform: translateY(1px);
transition: transform ease-in-out 1s;
color: #54CA95;
margin: 40px;
}
.showInvite .insightTwo {
transform: translateY(-200px);
}
.showInvite .insightOne {
transform: translateY(300px);
}
* {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}
#login {
text-align: center;
color: #333;
padding-top: 60px;
}
#logout {
position: absolute;
top: 5px;
right: 15px;
font-size: 75%;
}
#login a,
#logout a {
font-weight: bold;
color: #05b;
}
#header {
position: fixed;
z-index: 10000;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
background-color: rgba(255, 255, 255, .8);
-webkit-backdrop-filter: blur(16px);
box-shadow: 0 1px 8px rgba(34, 25, 25, 0.2);
}
#wrapper {
position: absolute;
z-index: 9000;
height: 100%;
top: 0;
left: 0;
overflow-y: scroll;
display: none;
}
/* INSIGHTS */
#head {
width: 100%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 150%;
padding: 5px 15px;
}
#insights {
display: flex;
flex-direction: row;
align-content: space-between;
padding: 15px;
/* height: 100%; */
}
.rate {
xmargin-left: 5%;
}
.insightCol {
display:flex;
flex-direction: column;
padding:20px;
flex:1;
}
.insight {
flex: 1;
display: flex;
align-content: center;
justify-content: flex-start;
height: 100%;
flex-grow: 1;
font-size: 100%;
line-height: 80%;
flex-direction: column;
xoverflow: hidden;
}
.insight p {
font-size: 20%;
line-height: 20%;
color: #33414C;
}
.insightHeader {
font-size: 120%;
text-align: center;
margin-left: 20px;
color: #33414C;
}
.insightRate {
flex: 1;
font-size: 80px;
font-weight: bolder;
height: 75%;
display: flex;
text-align: center;
background-color: #f6f6f6;
height: 200px;
overflow: hidden;
}
.donut {
height: 400px;
width: 100%;
}
#schedule {
flex: 4;
align-content: unset;
background-color: #f6f6f6;
display: grid;
grid-template-columns: 2fr 1fr 7fr 2fr;
grid-auto-rows: 30px;
overflow-y: scroll;
overflow-x: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
height: 100%;
}
.halfHour, .goatInsight {
border: 1px solid rgba(153, 162, 163, 0.1);
padding: 4px;
}
.time {
margin: auto;
text-align: center;
color: #88949d;
}
.taken {
cursor: pointer;
color: #33414C;
font-weight: 600;
padding-left: 12px;
}
.status.taken {
background-color: #54CA95;
border-top: 0;
border-bottom: 0;
}
.status.taken.meeting {
background-color: #F86A7E;
}
.status.taken.relax {
background-color: rgb(94, 190, 94);
border-color: rgb(154, 190, 154);
}
.halfHour.taken, .goatInsight.taken {
display: flex;
align-items: center;
background-color: rgba(250, 217, 123, 0.85);
}
#schedule {
width: 100%;
border: 1px solid rgba(153, 162, 163, 0.1);
}
/* Tiles */
#columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 24px;
-moz-column-gap: 24px;
column-gap: 24px;
-webkit-column-fill: auto;
-moz-column-fill: auto;
column-fill: auto;
padding: 280px 64px 24px 64px;
}
.pin {
display: inline-block;
margin-bottom: 24px;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
column-break-inside: avoid;
opacity: 1;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
.pin img {
width: 100%;
cursor: pointer;
border-radius: 12px;
box-shadow: 0 1px 4px rgba(34, 25, 25, 0.4);
}
/* .pin p {
font: 12px/18px Arial, sans-serif;
color: #333;
margin: 0;
} */
@media (min-width: 960px) {
#columns {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
}
@media (min-width: 1100px) {
#columns {
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
}
}
#columns:hover .pin:not(:hover) {
xopacity: 0.4;
}
/* Lightbox */
.ReactModalPortal > div {
z-index: 11000 !important;
top: 250px !important;
}
/* Player */
#player video {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
|
ReadGraph/ClientApp/css/site.css
|
body {
background-color: #f6f6f6;
overflow: hidden;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
height: 100%;
padding: 0;
margin: 0;
color: #333;
}
.secondRun .goatInsight.showInsightTwo, .showOne .goatInsight.showInsightOne {
background: url(/images/icons/icon-48x48.png) no-repeat center center;
background-size: contain;
}
.insight .insightTwo p {
line-height: normal;
width: 200px;
}
.insightTwo {
transform: translateY(-500px);
transition: transform ease-in-out 1s;
line-height: normal;
width: 200px;
font-size: 100px;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.insightTwo button {
width: 70%;
background-color: #333;
color: white;
padding: 5px;
border: 1px solid white;
}
.insightOne {
transform: translateY(1px);
transition: transform ease-in-out 1s;
color: #54CA95;
margin: 40px;
}
.showInvite .insightTwo {
transform: translateY(-200px);
}
.showInvite .insightOne {
transform: translateY(300px);
}
* {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}
#login {
text-align: center;
color: #333;
padding-top: 60px;
}
#logout {
position: absolute;
top: 5px;
right: 15px;
font-size: 75%;
}
#login a,
#logout a {
font-weight: bold;
color: #05b;
}
#header {
position: fixed;
z-index: 10000;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
background-color: rgba(255, 255, 255, .8);
-webkit-backdrop-filter: blur(16px);
box-shadow: 0 1px 8px rgba(34, 25, 25, 0.2);
}
#wrapper {
position: absolute;
z-index: 9000;
height: 100%;
top: 0;
left: 0;
overflow-y: scroll;
display: none;
}
/* INSIGHTS */
#head {
width: 100%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 150%;
padding: 5px 15px;
}
#insights {
display: flex;
flex-direction: row;
align-content: space-between;
padding: 15px;
/* height: 100%; */
}
.rate {
xmargin-left: 5%;
}
.insightCol {
display:flex;
flex-direction: column;
padding:20px;
flex:1;
}
.insight {
flex: 1;
display: flex;
align-content: center;
justify-content: flex-start;
height: 100%;
flex-grow: 1;
font-size: 100%;
line-height: 80%;
flex-direction: column;
xoverflow: hidden;
}
.insight p {
font-size: 20%;
line-height: 20%;
color: #33414C;
}
.insightHeader {
font-size: 120%;
text-align: center;
margin-left: 20px;
color: #33414C;
}
.insightRate {
flex: 1;
font-size: 80px;
font-weight: bolder;
height: 75%;
display: flex;
text-align: center;
background-color: #f6f6f6;
height: 200px;
overflow: hidden;
}
.donut {
height: 400px;
width: 100%;
}
#schedule {
flex: 4;
align-content: unset;
background-color: #f6f6f6;
display: grid;
grid-template-columns: 2fr 1fr 7fr 2fr;
grid-auto-rows: 30px;
overflow-y: scroll;
overflow-x: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
height: 100%;
}
.halfHour, .goatInsight {
border: 1px solid rgba(153, 162, 163, 0.1);
padding: 4px;
}
.time {
margin: auto;
text-align: center;
color: #88949d;
}
.taken {
cursor: pointer;
color: #33414C;
font-weight: 600;
padding-left: 12px;
}
.status.taken {
background-color: #54CA95;
border-top: 0;
border-bottom: 0;
}
.status.taken.meeting {
background-color: #F86A7E;
}
.status.taken.relax {
background-color: rgb(94, 190, 94);
border-color: rgb(154, 190, 154);
}
.halfHour.taken, .goatInsight.taken {
display: flex;
align-items: center;
background-color: rgba(250, 217, 123, 0.85);
}
#schedule {
width: 100%;
border: 1px solid rgba(153, 162, 163, 0.1);
}
/* Tiles */
#columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 24px;
-moz-column-gap: 24px;
column-gap: 24px;
-webkit-column-fill: auto;
-moz-column-fill: auto;
column-fill: auto;
padding: 280px 64px 24px 64px;
}
.pin {
display: inline-block;
margin-bottom: 24px;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
column-break-inside: avoid;
opacity: 1;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
.pin img {
width: 100%;
cursor: pointer;
border-radius: 12px;
box-shadow: 0 1px 4px rgba(34, 25, 25, 0.4);
}
/* .pin p {
font: 12px/18px Arial, sans-serif;
color: #333;
margin: 0;
} */
@media (min-width: 960px) {
#columns {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
}
@media (min-width: 1100px) {
#columns {
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
}
}
#columns:hover .pin:not(:hover) {
xopacity: 0.4;
}
/* Lightbox */
.ReactModalPortal > div {
z-index: 11000 !important;
top: 250px !important;
}
/* Player */
#player video {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
| 0.293506 | 0.109182 |
body {
font-family: sans-serif;
background-color: #f8f8f8;
background-image: url(/img/skeletal_weave.png);
background-repeat: repeat;
background-position: top left;
background-attachment: scroll;
}
div#nav {
text-align: left;
width: 600px;
margin: auto;
font-size: medium;
color: chartreuse;
}
h2{
font-family: Waree;
text-align: left;
font-weight: 200;
}
dt{
padding-bottom: 0.2em
font-family: Waree;
font-weight: 600;
color: #A049E2;
margin-top: 1em;
}
dd {
font-family: "Comic Sans MS", "Comic Sans", cursive, sans-serif;
}
dl {
margin-top: 1em;
}
/* Общий контейнер */
.wrapper {
width: 100%;
margin: 3em auto;
}
.masonry {
margin: 1.5em 0;
padding: 0;
column-gap: 1.0em; /* Общее расстояние между колонками */
font-size: .85em;
-moz-column-gap: 1.5em; /* Расстояние между колонками для Firefox */
-webkit-column-gap: 1.0em; /* Расстояние между колонками для Safari, Chrome и iOS */
}
.post_date {
color: #4949E2;
}
/* Элементы в виде плиток с содержанием */
.item {
display: inline-block;
background: #fff;
padding: 1em;
margin: 0 0 1.5em;
width: 100%;
box-sizing: border-box; /* Изменения алгоритма расчета ширины и высоты элемента.*/
-moz-box-sizing: border-box; /* Для Firefox */
-webkit-box-sizing: border-box; /* Для Safari, Chrome, iOS иAndroid */
box-shadow: 2px 2px 4px 0 #ccc; /* Внешняя тень плиток */
}
/* Стили ссылок внутри плиток */
.item a {
text-decoration: none;
color: #359CC6;
margin: 0 10px;
}
/* Стили ссылок при наведении */
.item a:hover {
color: #E88F00;
border-bottom: 1px dotted #9F1D35;
}
/* Стили картинок, видое и фреймов внутри адаптивных плиток */
img {
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 150px;
}
.page {
margin: 2em auto;
width: 35em;
border: 5px solid #ccc;
padding: 0.8em;
background: white;
}
.page h1{
font-family: Waree;
text-align: center;
font-weight: 400;
}
/* Медиа-запросы для различных размеров адаптивного макета */
@media only screen and (min-width: 400px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
/* Стиль кнопок (из bootstrap) */
.btn {
display: inline-block;
*display: inline;
padding: 4px 14px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
*line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
*border: 0;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn-block + .btn-block {
margin-top: 5px;
}
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #006dcc;
*background-color: #0044cc;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
|
target/webapp/css/poster.css
|
body {
font-family: sans-serif;
background-color: #f8f8f8;
background-image: url(/img/skeletal_weave.png);
background-repeat: repeat;
background-position: top left;
background-attachment: scroll;
}
div#nav {
text-align: left;
width: 600px;
margin: auto;
font-size: medium;
color: chartreuse;
}
h2{
font-family: Waree;
text-align: left;
font-weight: 200;
}
dt{
padding-bottom: 0.2em
font-family: Waree;
font-weight: 600;
color: #A049E2;
margin-top: 1em;
}
dd {
font-family: "Comic Sans MS", "Comic Sans", cursive, sans-serif;
}
dl {
margin-top: 1em;
}
/* Общий контейнер */
.wrapper {
width: 100%;
margin: 3em auto;
}
.masonry {
margin: 1.5em 0;
padding: 0;
column-gap: 1.0em; /* Общее расстояние между колонками */
font-size: .85em;
-moz-column-gap: 1.5em; /* Расстояние между колонками для Firefox */
-webkit-column-gap: 1.0em; /* Расстояние между колонками для Safari, Chrome и iOS */
}
.post_date {
color: #4949E2;
}
/* Элементы в виде плиток с содержанием */
.item {
display: inline-block;
background: #fff;
padding: 1em;
margin: 0 0 1.5em;
width: 100%;
box-sizing: border-box; /* Изменения алгоритма расчета ширины и высоты элемента.*/
-moz-box-sizing: border-box; /* Для Firefox */
-webkit-box-sizing: border-box; /* Для Safari, Chrome, iOS иAndroid */
box-shadow: 2px 2px 4px 0 #ccc; /* Внешняя тень плиток */
}
/* Стили ссылок внутри плиток */
.item a {
text-decoration: none;
color: #359CC6;
margin: 0 10px;
}
/* Стили ссылок при наведении */
.item a:hover {
color: #E88F00;
border-bottom: 1px dotted #9F1D35;
}
/* Стили картинок, видое и фреймов внутри адаптивных плиток */
img {
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 150px;
}
.page {
margin: 2em auto;
width: 35em;
border: 5px solid #ccc;
padding: 0.8em;
background: white;
}
.page h1{
font-family: Waree;
text-align: center;
font-weight: 400;
}
/* Медиа-запросы для различных размеров адаптивного макета */
@media only screen and (min-width: 400px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
/* Стиль кнопок (из bootstrap) */
.btn {
display: inline-block;
*display: inline;
padding: 4px 14px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
*line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
*border: 0;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn-block + .btn-block {
margin-top: 5px;
}
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #006dcc;
*background-color: #0044cc;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
| 0.368065 | 0.172276 |
@charset "UTF-8";
@font-face {
font-family: "retinaicon-font";
src:url("../fonts/retinaicon-font.eot");
src:url("../fonts/retinaicon-font.eot?#iefix") format("embedded-opentype"),
url("../fonts/retinaicon-font.woff") format("woff"),
url("../fonts/retinaicon-font.ttf") format("truetype"),
url("../fonts/retinaicon-font.svg#retinaicon-font") format("svg");
font-weight: normal;
font-style: normal;
}
[data-font="retinaicon-font"]:before {
font-family: "retinaicon-font" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="retina-"]:before,
[class*=" retina-"]:before {
font-family: "retinaicon-font" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.retina-ecology-001:before {
content: "a";
}
.retina-ecology-002:before {
content: "b";
}
.retina-ecology-003:before {
content: "c";
}
.retina-ecology-004:before {
content: "d";
}
.retina-ecology-005:before {
content: "e";
}
.retina-ecology-006:before {
content: "f";
}
.retina-ecology-007:before {
content: "g";
}
.retina-ecology-008:before {
content: "h";
}
.retina-ecology-009:before {
content: "i";
}
.retina-ecology-010:before {
content: "j";
}
.retina-ecology-011:before {
content: "k";
}
.retina-ecology-012:before {
content: "l";
}
.retina-ecology-013:before {
content: "m";
}
.retina-ecology-014:before {
content: "n";
}
.retina-ecology-015:before {
content: "o";
}
.retina-ecology-016:before {
content: "p";
}
.retina-ecology-017:before {
content: "q";
}
.retina-ecology-018:before {
content: "r";
}
.retina-ecology-019:before {
content: "s";
}
.retina-ecology-020:before {
content: "t";
}
.retina-ecology-021:before {
content: "u";
}
.retina-ecology-022:before {
content: "v";
}
.retina-ecology-023:before {
content: "w";
}
.retina-ecology-024:before {
content: "x";
}
.retina-ecology-025:before {
content: "y";
}
.retina-ecology-026:before {
content: "z";
}
.retina-ecology-027:before {
content: "A";
}
.retina-ecology-028:before {
content: "B";
}
.retina-ecology-029:before {
content: "C";
}
.retina-ecology-030:before {
content: "D";
}
.retina-ecology-031:before {
content: "E";
}
.retina-ecology-032:before {
content: "F";
}
.retina-ecology-033:before {
content: "G";
}
.retina-ecology-034:before {
content: "H";
}
.retina-ecology-035:before {
content: "I";
}
.retina-ecology-036:before {
content: "J";
}
.retina-ecology-037:before {
content: "K";
}
.retina-ecology-038:before {
content: "L";
}
.retina-ecology-039:before {
content: "M";
}
.retina-ecology-040:before {
content: "N";
}
.retina-ecology-041:before {
content: "O";
}
.retina-ecology-042:before {
content: "P";
}
.retina-ecology-043:before {
content: "Q";
}
.retina-ecology-044:before {
content: "R";
}
.retina-ecology-045:before {
content: "S";
}
.retina-ecology-046:before {
content: "T";
}
.retina-ecology-047:before {
content: "U";
}
.retina-ecology-048:before {
content: "V";
}
.retina-islamic-001:before {
content: "W";
}
.retina-islamic-002:before {
content: "X";
}
.retina-islamic-003:before {
content: "Y";
}
.retina-islamic-004:before {
content: "Z";
}
.retina-islamic-005:before {
content: "0";
}
.retina-islamic-006:before {
content: "1";
}
.retina-islamic-007:before {
content: "2";
}
.retina-islamic-008:before {
content: "3";
}
.retina-islamic-009:before {
content: "4";
}
.retina-islamic-010:before {
content: "5";
}
.retina-islamic-011:before {
content: "6";
}
.retina-islamic-012:before {
content: "7";
}
.retina-smiley-001:before {
content: "8";
}
.retina-smiley-002:before {
content: "9";
}
.retina-smiley-003:before {
content: "!";
}
.retina-smiley-004:before {
content: "\"";
}
.retina-smiley-005:before {
content: "#";
}
.retina-smiley-006:before {
content: "$";
}
.retina-smiley-007:before {
content: "%";
}
.retina-smiley-008:before {
content: "&";
}
.retina-smiley-009:before {
content: "'";
}
.retina-smiley-010:before {
content: "(";
}
.retina-smiley-011:before {
content: ")";
}
.retina-smiley-012:before {
content: "*";
}
.retina-smiley-013:before {
content: "+";
}
.retina-smiley-014:before {
content: ",";
}
.retina-smiley-015:before {
content: "-";
}
.retina-smiley-016:before {
content: ".";
}
.retina-smiley-017:before {
content: "/";
}
.retina-smiley-018:before {
content: ":";
}
.retina-smiley-019:before {
content: ";";
}
.retina-smiley-020:before {
content: "<";
}
.retina-smiley-021:before {
content: "=";
}
.retina-smiley-022:before {
content: ">";
}
.retina-smiley-023:before {
content: "?";
}
.retina-smiley-024:before {
content: "@";
}
.retina-smiley-025:before {
content: "[";
}
.retina-smiley-026:before {
content: "]";
}
.retina-smiley-027:before {
content: "^";
}
.retina-smiley-028:before {
content: "_";
}
.retina-smiley-029:before {
content: "`";
}
.retina-smiley-030:before {
content: "{";
}
.retina-smiley-031:before {
content: "|";
}
.retina-smiley-032:before {
content: "}";
}
.retina-smiley-033:before {
content: "~";
}
.retina-smiley-034:before {
content: "\\";
}
.retina-smiley-035:before {
content: "\e000";
}
.retina-smiley-036:before {
content: "\e001";
}
.retina-smiley-037:before {
content: "\e002";
}
.retina-smiley-038:before {
content: "\e003";
}
.retina-smiley-039:before {
content: "\e004";
}
.retina-smiley-040:before {
content: "\e005";
}
.retina-smiley-041:before {
content: "\e006";
}
.retina-smiley-042:before {
content: "\e007";
}
.retina-smiley-043:before {
content: "\e008";
}
.retina-smiley-044:before {
content: "\e009";
}
.retina-smiley-045:before {
content: "\e00a";
}
.retina-smiley-046:before {
content: "\e00b";
}
.retina-smiley-047:before {
content: "\e00c";
}
.retina-smiley-048:before {
content: "\e00d";
}
.retina-arrows-001:before {
content: "\e00e";
}
.retina-arrows-002:before {
content: "\e00f";
}
.retina-arrows-003:before {
content: "\e010";
}
.retina-arrows-004:before {
content: "\e011";
}
.retina-arrows-005:before {
content: "\e012";
}
.retina-arrows-006:before {
content: "\e013";
}
.retina-arrows-007:before {
content: "\e014";
}
.retina-arrows-008:before {
content: "\e015";
}
.retina-arrows-009:before {
content: "\e016";
}
.retina-arrows-010:before {
content: "\e017";
}
.retina-arrows-011:before {
content: "\e018";
}
.retina-arrows-012:before {
content: "\e019";
}
.retina-arrows-013:before {
content: "\e01a";
}
.retina-arrows-014:before {
content: "\e01b";
}
.retina-arrows-015:before {
content: "\e01c";
}
.retina-arrows-016:before {
content: "\e01d";
}
.retina-arrows-017:before {
content: "\e01e";
}
.retina-arrows-018:before {
content: "\e01f";
}
.retina-arrows-019:before {
content: "\e020";
}
.retina-arrows-020:before {
content: "\e021";
}
.retina-arrows-021:before {
content: "\e022";
}
.retina-arrows-022:before {
content: "\e023";
}
.retina-arrows-023:before {
content: "\e024";
}
.retina-arrows-024:before {
content: "\e025";
}
.retina-arrows-025:before {
content: "\e026";
}
.retina-arrows-026:before {
content: "\e027";
}
.retina-arrows-027:before {
content: "\e028";
}
.retina-arrows-028:before {
content: "\e029";
}
.retina-arrows-029:before {
content: "\e02a";
}
.retina-arrows-030:before {
content: "\e02b";
}
.retina-arrows-031:before {
content: "\e02c";
}
.retina-arrows-032:before {
content: "\e02d";
}
.retina-arrows-033:before {
content: "\e02e";
}
.retina-arrows-034:before {
content: "\e02f";
}
.retina-arrows-035:before {
content: "\e030";
}
.retina-arrows-036:before {
content: "\e031";
}
.retina-arrows-037:before {
content: "\e032";
}
.retina-arrows-038:before {
content: "\e033";
}
.retina-arrows-039:before {
content: "\e034";
}
.retina-arrows-040:before {
content: "\e035";
}
.retina-arrows-041:before {
content: "\e036";
}
.retina-arrows-042:before {
content: "\e037";
}
.retina-arrows-043:before {
content: "\e038";
}
.retina-arrows-044:before {
content: "\e039";
}
.retina-arrows-045:before {
content: "\e03a";
}
.retina-arrows-046:before {
content: "\e03b";
}
.retina-arrows-047:before {
content: "\e03c";
}
.retina-arrows-048:before {
content: "\e03d";
}
.retina-business-001:before {
content: "\e03e";
}
.retina-business-002:before {
content: "\e03f";
}
.retina-business-003:before {
content: "\e040";
}
.retina-business-004:before {
content: "\e041";
}
.retina-business-005:before {
content: "\e042";
}
.retina-business-006:before {
content: "\e043";
}
.retina-business-007:before {
content: "\e044";
}
.retina-business-008:before {
content: "\e045";
}
.retina-business-009:before {
content: "\e046";
}
.retina-business-010:before {
content: "\e047";
}
.retina-business-011:before {
content: "\e048";
}
.retina-business-012:before {
content: "\e049";
}
.retina-business-013:before {
content: "\e04a";
}
.retina-business-014:before {
content: "\e04b";
}
.retina-business-015:before {
content: "\e04c";
}
.retina-business-016:before {
content: "\e04d";
}
.retina-business-017:before {
content: "\e04e";
}
.retina-business-018:before {
content: "\e04f";
}
.retina-business-019:before {
content: "\e050";
}
.retina-business-020:before {
content: "\e051";
}
.retina-business-021:before {
content: "\e052";
}
.retina-business-022:before {
content: "\e053";
}
.retina-business-023:before {
content: "\e054";
}
.retina-business-024:before {
content: "\e055";
}
.retina-business-025:before {
content: "\e056";
}
.retina-business-026:before {
content: "\e057";
}
.retina-business-027:before {
content: "\e058";
}
.retina-business-028:before {
content: "\e059";
}
.retina-business-029:before {
content: "\e05a";
}
.retina-business-030:before {
content: "\e05b";
}
.retina-business-031:before {
content: "\e05c";
}
.retina-business-032:before {
content: "\e05d";
}
.retina-business-033:before {
content: "\e05e";
}
.retina-business-034:before {
content: "\e05f";
}
.retina-business-035:before {
content: "\e060";
}
.retina-business-036:before {
content: "\e061";
}
.retina-business-037:before {
content: "\e062";
}
.retina-business-038:before {
content: "\e063";
}
.retina-business-039:before {
content: "\e064";
}
.retina-business-040:before {
content: "\e065";
}
.retina-business-041:before {
content: "\e066";
}
.retina-business-042:before {
content: "\e067";
}
.retina-business-043:before {
content: "\e068";
}
.retina-business-044:before {
content: "\e069";
}
.retina-business-045:before {
content: "\e06a";
}
.retina-business-046:before {
content: "\e06b";
}
.retina-business-047:before {
content: "\e06c";
}
.retina-business-048:before {
content: "\e06d";
}
.retina-cleaning-001:before {
content: "\e06e";
}
.retina-cleaning-002:before {
content: "\e06f";
}
.retina-cleaning-003:before {
content: "\e070";
}
.retina-cleaning-004:before {
content: "\e071";
}
.retina-cleaning-005:before {
content: "\e072";
}
.retina-cleaning-006:before {
content: "\e073";
}
.retina-cleaning-007:before {
content: "\e074";
}
.retina-cleaning-008:before {
content: "\e075";
}
.retina-cleaning-009:before {
content: "\e076";
}
.retina-cleaning-010:before {
content: "\e077";
}
.retina-cleaning-011:before {
content: "\e078";
}
.retina-cleaning-012:before {
content: "\e079";
}
.retina-cleaning-013:before {
content: "\e07a";
}
.retina-cleaning-014:before {
content: "\e07b";
}
.retina-cleaning-015:before {
content: "\e07c";
}
.retina-cleaning-016:before {
content: "\e07d";
}
.retina-cleaning-017:before {
content: "\e07e";
}
.retina-cleaning-018:before {
content: "\e07f";
}
.retina-cleaning-019:before {
content: "\e080";
}
.retina-cleaning-020:before {
content: "\e081";
}
.retina-cleaning-021:before {
content: "\e082";
}
.retina-cleaning-022:before {
content: "\e083";
}
.retina-cleaning-023:before {
content: "\e084";
}
.retina-cleaning-024:before {
content: "\e085";
}
.retina-cleaning-025:before {
content: "\e086";
}
.retina-cleaning-026:before {
content: "\e087";
}
.retina-cleaning-027:before {
content: "\e088";
}
.retina-cleaning-028:before {
content: "\e089";
}
.retina-cleaning-029:before {
content: "\e08a";
}
.retina-cleaning-030:before {
content: "\e08b";
}
.retina-cleaning-031:before {
content: "\e08c";
}
.retina-cleaning-032:before {
content: "\e08d";
}
.retina-cleaning-033:before {
content: "\e08e";
}
.retina-cleaning-034:before {
content: "\e08f";
}
.retina-cleaning-035:before {
content: "\e090";
}
.retina-cleaning-036:before {
content: "\e091";
}
.retina-cloths-fashion-001:before {
content: "\e092";
}
.retina-cloths-fashion-002:before {
content: "\e093";
}
.retina-cloths-fashion-003:before {
content: "\e094";
}
.retina-cloths-fashion-004:before {
content: "\e095";
}
.retina-cloths-fashion-005:before {
content: "\e096";
}
.retina-cloths-fashion-006:before {
content: "\e097";
}
.retina-cloths-fashion-007:before {
content: "\e098";
}
.retina-cloths-fashion-008:before {
content: "\e099";
}
.retina-cloths-fashion-009:before {
content: "\e09a";
}
.retina-cloths-fashion-010:before {
content: "\e09b";
}
.retina-cloths-fashion-011:before {
content: "\e09c";
}
.retina-cloths-fashion-012:before {
content: "\e09d";
}
.retina-cloths-fashion-013:before {
content: "\e09e";
}
.retina-cloths-fashion-014:before {
content: "\e09f";
}
.retina-cloths-fashion-015:before {
content: "\e0a0";
}
.retina-cloths-fashion-016:before {
content: "\e0a1";
}
.retina-cloths-fashion-017:before {
content: "\e0a2";
}
.retina-cloths-fashion-018:before {
content: "\e0a3";
}
.retina-cloths-fashion-019:before {
content: "\e0a4";
}
.retina-cloths-fashion-020:before {
content: "\e0a5";
}
.retina-cloths-fashion-021:before {
content: "\e0a6";
}
.retina-cloths-fashion-022:before {
content: "\e0a7";
}
.retina-cloths-fashion-023:before {
content: "\e0a8";
}
.retina-cloths-fashion-024:before {
content: "\e0a9";
}
.retina-communication-001:before {
content: "\e0aa";
}
.retina-communication-002:before {
content: "\e0ab";
}
.retina-communication-003:before {
content: "\e0ac";
}
.retina-communication-004:before {
content: "\e0ad";
}
.retina-communication-005:before {
content: "\e0ae";
}
.retina-communication-006:before {
content: "\e0af";
}
.retina-communication-007:before {
content: "\e0b0";
}
.retina-communication-008:before {
content: "\e0b1";
}
.retina-communication-009:before {
content: "\e0b2";
}
.retina-communication-010:before {
content: "\e0b3";
}
.retina-communication-011:before {
content: "\e0b4";
}
.retina-communication-012:before {
content: "\e0b5";
}
.retina-communication-013:before {
content: "\e0b6";
}
.retina-communication-014:before {
content: "\e0b7";
}
.retina-communication-015:before {
content: "\e0b8";
}
.retina-communication-016:before {
content: "\e0b9";
}
.retina-communication-017:before {
content: "\e0ba";
}
.retina-communication-018:before {
content: "\e0bb";
}
.retina-communication-019:before {
content: "\e0bc";
}
.retina-communication-020:before {
content: "\e0bd";
}
.retina-communication-021:before {
content: "\e0be";
}
.retina-communication-022:before {
content: "\e0bf";
}
.retina-communication-023:before {
content: "\e0c0";
}
.retina-communication-024:before {
content: "\e0c1";
}
.retina-communication-025:before {
content: "\e0c2";
}
.retina-communication-026:before {
content: "\e0c3";
}
.retina-communication-027:before {
content: "\e0c4";
}
.retina-communication-028:before {
content: "\e0c5";
}
.retina-communication-029:before {
content: "\e0c6";
}
.retina-communication-030:before {
content: "\e0c7";
}
.retina-communication-031:before {
content: "\e0c8";
}
.retina-communication-032:before {
content: "\e0c9";
}
.retina-communication-033:before {
content: "\e0ca";
}
.retina-communication-034:before {
content: "\e0cb";
}
.retina-communication-035:before {
content: "\e0cc";
}
.retina-communication-036:before {
content: "\e0cd";
}
.retina-communication-037:before {
content: "\e0ce";
}
.retina-communication-038:before {
content: "\e0cf";
}
.retina-communication-039:before {
content: "\e0d0";
}
.retina-communication-040:before {
content: "\e0d1";
}
.retina-communication-041:before {
content: "\e0d2";
}
.retina-communication-042:before {
content: "\e0d3";
}
.retina-communication-043:before {
content: "\e0d4";
}
.retina-communication-044:before {
content: "\e0d5";
}
.retina-communication-045:before {
content: "\e0d6";
}
.retina-communication-046:before {
content: "\e0d7";
}
.retina-communication-047:before {
content: "\e0d8";
}
.retina-communication-048:before {
content: "\e0d9";
}
.retina-design-001:before {
content: "\e0da";
}
.retina-design-002:before {
content: "\e0db";
}
.retina-design-003:before {
content: "\e0dc";
}
.retina-design-004:before {
content: "\e0dd";
}
.retina-design-005:before {
content: "\e0de";
}
.retina-design-006:before {
content: "\e0df";
}
.retina-design-007:before {
content: "\e0e0";
}
.retina-design-008:before {
content: "\e0e1";
}
.retina-design-009:before {
content: "\e0e2";
}
.retina-design-010:before {
content: "\e0e3";
}
.retina-design-011:before {
content: "\e0e4";
}
.retina-design-012:before {
content: "\e0e5";
}
.retina-design-013:before {
content: "\e0e6";
}
.retina-design-014:before {
content: "\e0e7";
}
.retina-design-015:before {
content: "\e0e8";
}
.retina-design-016:before {
content: "\e0e9";
}
.retina-design-017:before {
content: "\e0ea";
}
.retina-design-018:before {
content: "\e0eb";
}
.retina-design-019:before {
content: "\e0ec";
}
.retina-design-020:before {
content: "\e0ed";
}
.retina-design-021:before {
content: "\e0ee";
}
.retina-design-022:before {
content: "\e0ef";
}
.retina-design-023:before {
content: "\e0f0";
}
.retina-design-024:before {
content: "\e0f1";
}
.retina-design-025:before {
content: "\e0f2";
}
.retina-design-026:before {
content: "\e0f3";
}
.retina-design-027:before {
content: "\e0f4";
}
.retina-design-028:before {
content: "\e0f5";
}
.retina-design-029:before {
content: "\e0f6";
}
.retina-design-030:before {
content: "\e0f7";
}
.retina-design-031:before {
content: "\e0f8";
}
.retina-design-032:before {
content: "\e0f9";
}
.retina-design-033:before {
content: "\e0fa";
}
.retina-design-034:before {
content: "\e0fb";
}
.retina-design-035:before {
content: "\e0fc";
}
.retina-design-036:before {
content: "\e0fd";
}
.retina-design-037:before {
content: "\e0fe";
}
.retina-design-038:before {
content: "\e0ff";
}
.retina-design-039:before {
content: "\e100";
}
.retina-design-040:before {
content: "\e101";
}
.retina-design-041:before {
content: "\e102";
}
.retina-design-042:before {
content: "\e103";
}
.retina-design-043:before {
content: "\e104";
}
.retina-design-044:before {
content: "\e105";
}
.retina-design-045:before {
content: "\e106";
}
.retina-design-046:before {
content: "\e107";
}
.retina-design-047:before {
content: "\e108";
}
.retina-design-048:before {
content: "\e109";
}
.retina-design-049:before {
content: "\e10a";
}
.retina-design-050:before {
content: "\e10b";
}
.retina-design-051:before {
content: "\e10c";
}
.retina-design-052:before {
content: "\e10d";
}
.retina-design-053:before {
content: "\e10e";
}
.retina-design-054:before {
content: "\e10f";
}
.retina-design-055:before {
content: "\e110";
}
.retina-design-056:before {
content: "\e111";
}
.retina-design-057:before {
content: "\e112";
}
.retina-design-058:before {
content: "\e113";
}
.retina-design-059:before {
content: "\e114";
}
.retina-design-060:before {
content: "\e115";
}
.retina-design-061:before {
content: "\e116";
}
.retina-design-062:before {
content: "\e117";
}
.retina-design-063:before {
content: "\e118";
}
.retina-design-064:before {
content: "\e119";
}
.retina-design-065:before {
content: "\e11a";
}
.retina-design-066:before {
content: "\e11b";
}
.retina-design-067:before {
content: "\e11c";
}
.retina-design-068:before {
content: "\e11d";
}
.retina-design-069:before {
content: "\e11e";
}
.retina-design-070:before {
content: "\e11f";
}
.retina-design-071:before {
content: "\e120";
}
.retina-design-072:before {
content: "\e121";
}
.retina-design-073:before {
content: "\e122";
}
.retina-design-074:before {
content: "\e123";
}
.retina-design-075:before {
content: "\e124";
}
.retina-design-076:before {
content: "\e125";
}
.retina-design-077:before {
content: "\e126";
}
.retina-design-078:before {
content: "\e127";
}
.retina-design-079:before {
content: "\e128";
}
.retina-design-080:before {
content: "\e129";
}
.retina-design-081:before {
content: "\e12a";
}
.retina-design-082:before {
content: "\e12b";
}
.retina-design-083:before {
content: "\e12c";
}
.retina-design-084:before {
content: "\e12d";
}
.retina-education-learning-001:before {
content: "\e12e";
}
.retina-education-learning-002:before {
content: "\e12f";
}
.retina-education-learning-003:before {
content: "\e130";
}
.retina-education-learning-004:before {
content: "\e131";
}
.retina-education-learning-005:before {
content: "\e132";
}
.retina-education-learning-006:before {
content: "\e133";
}
.retina-education-learning-007:before {
content: "\e134";
}
.retina-education-learning-008:before {
content: "\e135";
}
.retina-education-learning-009:before {
content: "\e136";
}
.retina-education-learning-010:before {
content: "\e137";
}
.retina-education-learning-011:before {
content: "\e138";
}
.retina-education-learning-012:before {
content: "\e139";
}
.retina-education-learning-013:before {
content: "\e13a";
}
.retina-education-learning-014:before {
content: "\e13b";
}
.retina-education-learning-015:before {
content: "\e13c";
}
.retina-education-learning-016:before {
content: "\e13d";
}
.retina-education-learning-017:before {
content: "\e13e";
}
.retina-education-learning-018:before {
content: "\e13f";
}
.retina-education-learning-019:before {
content: "\e140";
}
.retina-education-learning-020:before {
content: "\e141";
}
.retina-education-learning-021:before {
content: "\e142";
}
.retina-education-learning-022:before {
content: "\e143";
}
.retina-education-learning-023:before {
content: "\e144";
}
.retina-education-learning-024:before {
content: "\e145";
}
.retina-education-learning-025:before {
content: "\e146";
}
.retina-education-learning-026:before {
content: "\e147";
}
.retina-education-learning-027:before {
content: "\e148";
}
.retina-education-learning-028:before {
content: "\e149";
}
.retina-education-learning-029:before {
content: "\e14a";
}
.retina-education-learning-030:before {
content: "\e14b";
}
.retina-education-learning-031:before {
content: "\e14c";
}
.retina-education-learning-032:before {
content: "\e14d";
}
.retina-education-learning-033:before {
content: "\e14e";
}
.retina-education-learning-034:before {
content: "\e14f";
}
.retina-education-learning-035:before {
content: "\e150";
}
.retina-education-learning-036:before {
content: "\e151";
}
.retina-file-type-content-001:before {
content: "\e152";
}
.retina-file-type-content-002:before {
content: "\e153";
}
.retina-file-type-content-003:before {
content: "\e154";
}
.retina-file-type-content-004:before {
content: "\e155";
}
.retina-file-type-content-005:before {
content: "\e156";
}
.retina-file-type-content-006:before {
content: "\e157";
}
.retina-file-type-content-007:before {
content: "\e158";
}
.retina-file-type-content-008:before {
content: "\e159";
}
.retina-file-type-content-009:before {
content: "\e15a";
}
.retina-file-type-content-010:before {
content: "\e15b";
}
.retina-file-type-content-011:before {
content: "\e15c";
}
.retina-file-type-content-012:before {
content: "\e15d";
}
.retina-file-type-content-013:before {
content: "\e15e";
}
.retina-file-type-content-014:before {
content: "\e15f";
}
.retina-file-type-content-015:before {
content: "\e160";
}
.retina-file-type-content-016:before {
content: "\e161";
}
.retina-file-type-content-017:before {
content: "\e162";
}
.retina-file-type-content-018:before {
content: "\e163";
}
.retina-file-type-content-019:before {
content: "\e164";
}
.retina-file-type-content-020:before {
content: "\e165";
}
.retina-file-type-content-021:before {
content: "\e166";
}
.retina-file-type-content-022:before {
content: "\e167";
}
.retina-file-type-content-023:before {
content: "\e168";
}
.retina-file-type-content-024:before {
content: "\e169";
}
.retina-file-type-content-025:before {
content: "\e16a";
}
.retina-file-type-content-026:before {
content: "\e16b";
}
.retina-file-type-content-027:before {
content: "\e16c";
}
.retina-file-type-content-028:before {
content: "\e16d";
}
.retina-file-type-content-029:before {
content: "\e16e";
}
.retina-file-type-content-030:before {
content: "\e16f";
}
.retina-file-type-content-031:before {
content: "\e170";
}
.retina-file-type-content-032:before {
content: "\e171";
}
.retina-file-type-content-033:before {
content: "\e172";
}
.retina-file-type-content-034:before {
content: "\e173";
}
.retina-file-type-content-035:before {
content: "\e174";
}
.retina-file-type-content-036:before {
content: "\e175";
}
.retina-file-type-content-037:before {
content: "\e176";
}
.retina-file-type-content-038:before {
content: "\e177";
}
.retina-file-type-content-039:before {
content: "\e178";
}
.retina-file-type-content-040:before {
content: "\e179";
}
.retina-file-type-content-041:before {
content: "\e17a";
}
.retina-file-type-content-042:before {
content: "\e17b";
}
.retina-file-type-content-043:before {
content: "\e17c";
}
.retina-file-type-content-044:before {
content: "\e17d";
}
.retina-file-type-content-045:before {
content: "\e17e";
}
.retina-file-type-content-046:before {
content: "\e17f";
}
.retina-file-type-content-047:before {
content: "\e180";
}
.retina-file-type-content-048:before {
content: "\e181";
}
.retina-file-type-content-049:before {
content: "\e182";
}
.retina-file-type-content-050:before {
content: "\e183";
}
.retina-file-type-content-051:before {
content: "\e184";
}
.retina-file-type-content-052:before {
content: "\e185";
}
.retina-file-type-content-053:before {
content: "\e186";
}
.retina-file-type-content-054:before {
content: "\e187";
}
.retina-file-type-content-055:before {
content: "\e188";
}
.retina-file-type-content-056:before {
content: "\e189";
}
.retina-file-type-content-057:before {
content: "\e18a";
}
.retina-file-type-content-058:before {
content: "\e18b";
}
.retina-file-type-content-059:before {
content: "\e18c";
}
.retina-file-type-content-060:before {
content: "\e18d";
}
.retina-file-type-content-061:before {
content: "\e18e";
}
.retina-file-type-content-062:before {
content: "\e18f";
}
.retina-file-type-content-063:before {
content: "\e190";
}
.retina-file-type-content-064:before {
content: "\e191";
}
.retina-file-type-content-065:before {
content: "\e192";
}
.retina-file-type-content-066:before {
content: "\e193";
}
.retina-file-type-content-067:before {
content: "\e194";
}
.retina-file-type-content-068:before {
content: "\e195";
}
.retina-file-type-content-069:before {
content: "\e196";
}
.retina-file-type-content-070:before {
content: "\e197";
}
.retina-file-type-content-071:before {
content: "\e198";
}
.retina-file-type-content-072:before {
content: "\e199";
}
.retina-file-type-content-073:before {
content: "\e19a";
}
.retina-file-type-content-074:before {
content: "\e19b";
}
.retina-file-type-content-075:before {
content: "\e19c";
}
.retina-file-type-content-076:before {
content: "\e19d";
}
.retina-file-type-content-077:before {
content: "\e19e";
}
.retina-file-type-content-078:before {
content: "\e19f";
}
.retina-file-type-content-079:before {
content: "\e1a0";
}
.retina-file-type-content-080:before {
content: "\e1a1";
}
.retina-file-type-content-081:before {
content: "\e1a2";
}
.retina-file-type-content-082:before {
content: "\e1a3";
}
.retina-file-type-content-083:before {
content: "\e1a4";
}
.retina-file-type-content-084:before {
content: "\e1a5";
}
.retina-file-type-content-085:before {
content: "\e1a6";
}
.retina-file-type-content-086:before {
content: "\e1a7";
}
.retina-file-type-content-087:before {
content: "\e1a8";
}
.retina-file-type-content-088:before {
content: "\e1a9";
}
.retina-file-type-content-089:before {
content: "\e1aa";
}
.retina-file-type-content-090:before {
content: "\e1ab";
}
.retina-file-type-content-091:before {
content: "\e1ac";
}
.retina-file-type-content-092:before {
content: "\e1ad";
}
.retina-file-type-content-093:before {
content: "\e1ae";
}
.retina-file-type-content-094:before {
content: "\e1af";
}
.retina-file-type-content-095:before {
content: "\e1b0";
}
.retina-file-type-content-096:before {
content: "\e1b1";
}
.retina-finance-ecommerce-001:before {
content: "\e1b2";
}
.retina-finance-ecommerce-002:before {
content: "\e1b3";
}
.retina-finance-ecommerce-003:before {
content: "\e1b4";
}
.retina-finance-ecommerce-004:before {
content: "\e1b5";
}
.retina-finance-ecommerce-005:before {
content: "\e1b6";
}
.retina-finance-ecommerce-006:before {
content: "\e1b7";
}
.retina-finance-ecommerce-007:before {
content: "\e1b8";
}
.retina-finance-ecommerce-008:before {
content: "\e1b9";
}
.retina-finance-ecommerce-009:before {
content: "\e1ba";
}
.retina-finance-ecommerce-010:before {
content: "\e1bb";
}
.retina-finance-ecommerce-011:before {
content: "\e1bc";
}
.retina-finance-ecommerce-012:before {
content: "\e1bd";
}
.retina-finance-ecommerce-013:before {
content: "\e1be";
}
.retina-finance-ecommerce-014:before {
content: "\e1bf";
}
.retina-finance-ecommerce-015:before {
content: "\e1c0";
}
.retina-finance-ecommerce-016:before {
content: "\e1c1";
}
.retina-finance-ecommerce-017:before {
content: "\e1c2";
}
.retina-finance-ecommerce-018:before {
content: "\e1c3";
}
.retina-finance-ecommerce-019:before {
content: "\e1c4";
}
.retina-finance-ecommerce-020:before {
content: "\e1c5";
}
.retina-finance-ecommerce-021:before {
content: "\e1c6";
}
.retina-finance-ecommerce-022:before {
content: "\e1c7";
}
.retina-finance-ecommerce-023:before {
content: "\e1c8";
}
.retina-finance-ecommerce-024:before {
content: "\e1c9";
}
.retina-finance-ecommerce-025:before {
content: "\e1ca";
}
.retina-finance-ecommerce-026:before {
content: "\e1cb";
}
.retina-finance-ecommerce-027:before {
content: "\e1cc";
}
.retina-finance-ecommerce-028:before {
content: "\e1cd";
}
.retina-finance-ecommerce-029:before {
content: "\e1ce";
}
.retina-finance-ecommerce-030:before {
content: "\e1cf";
}
.retina-finance-ecommerce-031:before {
content: "\e1d0";
}
.retina-finance-ecommerce-032:before {
content: "\e1d1";
}
.retina-finance-ecommerce-033:before {
content: "\e1d2";
}
.retina-finance-ecommerce-034:before {
content: "\e1d3";
}
.retina-finance-ecommerce-035:before {
content: "\e1d4";
}
.retina-finance-ecommerce-036:before {
content: "\e1d5";
}
.retina-food-001:before {
content: "\e1d6";
}
.retina-food-002:before {
content: "\e1d7";
}
.retina-food-003:before {
content: "\e1d8";
}
.retina-food-004:before {
content: "\e1d9";
}
.retina-food-005:before {
content: "\e1da";
}
.retina-food-006:before {
content: "\e1db";
}
.retina-food-007:before {
content: "\e1dc";
}
.retina-food-008:before {
content: "\e1dd";
}
.retina-food-009:before {
content: "\e1de";
}
.retina-food-010:before {
content: "\e1df";
}
.retina-food-011:before {
content: "\e1e0";
}
.retina-food-012:before {
content: "\e1e1";
}
.retina-food-013:before {
content: "\e1e2";
}
.retina-food-014:before {
content: "\e1e3";
}
.retina-food-015:before {
content: "\e1e4";
}
.retina-food-016:before {
content: "\e1e5";
}
.retina-food-017:before {
content: "\e1e6";
}
.retina-food-018:before {
content: "\e1e7";
}
.retina-food-019:before {
content: "\e1e8";
}
.retina-food-020:before {
content: "\e1e9";
}
.retina-food-021:before {
content: "\e1ea";
}
.retina-food-022:before {
content: "\e1eb";
}
.retina-food-023:before {
content: "\e1ec";
}
.retina-food-024:before {
content: "\e1ed";
}
.retina-food-025:before {
content: "\e1ee";
}
.retina-food-026:before {
content: "\e1ef";
}
.retina-food-027:before {
content: "\e1f0";
}
.retina-food-028:before {
content: "\e1f1";
}
.retina-food-029:before {
content: "\e1f2";
}
.retina-food-030:before {
content: "\e1f3";
}
.retina-food-031:before {
content: "\e1f4";
}
.retina-food-032:before {
content: "\e1f5";
}
.retina-food-033:before {
content: "\e1f6";
}
.retina-food-034:before {
content: "\e1f7";
}
.retina-food-035:before {
content: "\e1f8";
}
.retina-food-036:before {
content: "\e1f9";
}
.retina-food-037:before {
content: "\e1fa";
}
.retina-food-038:before {
content: "\e1fb";
}
.retina-food-039:before {
content: "\e1fc";
}
.retina-food-040:before {
content: "\e1fd";
}
.retina-food-041:before {
content: "\e1fe";
}
.retina-food-042:before {
content: "\e1ff";
}
.retina-food-043:before {
content: "\e200";
}
.retina-food-044:before {
content: "\e201";
}
.retina-food-045:before {
content: "\e202";
}
.retina-food-046:before {
content: "\e203";
}
.retina-food-047:before {
content: "\e204";
}
.retina-food-048:before {
content: "\e205";
}
.retina-food-049:before {
content: "\e206";
}
.retina-food-050:before {
content: "\e207";
}
.retina-food-051:before {
content: "\e208";
}
.retina-food-052:before {
content: "\e209";
}
.retina-food-053:before {
content: "\e20a";
}
.retina-food-054:before {
content: "\e20b";
}
.retina-food-055:before {
content: "\e20c";
}
.retina-food-056:before {
content: "\e20d";
}
.retina-food-057:before {
content: "\e20e";
}
.retina-food-058:before {
content: "\e20f";
}
.retina-food-059:before {
content: "\e210";
}
.retina-food-060:before {
content: "\e211";
}
.retina-furniture-001:before {
content: "\e212";
}
.retina-furniture-002:before {
content: "\e213";
}
.retina-furniture-003:before {
content: "\e214";
}
.retina-furniture-004:before {
content: "\e215";
}
.retina-furniture-005:before {
content: "\e216";
}
.retina-furniture-006:before {
content: "\e217";
}
.retina-furniture-007:before {
content: "\e218";
}
.retina-furniture-008:before {
content: "\e219";
}
.retina-furniture-009:before {
content: "\e21a";
}
.retina-furniture-010:before {
content: "\e21b";
}
.retina-furniture-011:before {
content: "\e21c";
}
.retina-furniture-012:before {
content: "\e21d";
}
.retina-furniture-013:before {
content: "\e21e";
}
.retina-furniture-014:before {
content: "\e21f";
}
.retina-furniture-015:before {
content: "\e220";
}
.retina-furniture-016:before {
content: "\e221";
}
.retina-furniture-017:before {
content: "\e222";
}
.retina-furniture-018:before {
content: "\e223";
}
.retina-furniture-019:before {
content: "\e224";
}
.retina-furniture-020:before {
content: "\e225";
}
.retina-furniture-021:before {
content: "\e226";
}
.retina-furniture-022:before {
content: "\e227";
}
.retina-furniture-023:before {
content: "\e228";
}
.retina-furniture-024:before {
content: "\e229";
}
.retina-furniture-025:before {
content: "\e22a";
}
.retina-furniture-026:before {
content: "\e22b";
}
.retina-furniture-027:before {
content: "\e22c";
}
.retina-furniture-028:before {
content: "\e22d";
}
.retina-furniture-029:before {
content: "\e22e";
}
.retina-furniture-030:before {
content: "\e22f";
}
.retina-furniture-031:before {
content: "\e230";
}
.retina-furniture-032:before {
content: "\e231";
}
.retina-furniture-033:before {
content: "\e232";
}
.retina-furniture-034:before {
content: "\e233";
}
.retina-furniture-035:before {
content: "\e234";
}
.retina-furniture-036:before {
content: "\e235";
}
.retina-furniture-037:before {
content: "\e236";
}
.retina-furniture-038:before {
content: "\e237";
}
.retina-furniture-039:before {
content: "\e238";
}
.retina-furniture-040:before {
content: "\e239";
}
.retina-furniture-041:before {
content: "\e23a";
}
.retina-furniture-042:before {
content: "\e23b";
}
.retina-furniture-043:before {
content: "\e23c";
}
.retina-furniture-044:before {
content: "\e23d";
}
.retina-furniture-045:before {
content: "\e23e";
}
.retina-furniture-046:before {
content: "\e23f";
}
.retina-furniture-047:before {
content: "\e240";
}
.retina-furniture-048:before {
content: "\e241";
}
.retina-gadgets-device-tech001:before {
content: "\e242";
}
.retina-gadgets-device-tech002:before {
content: "\e243";
}
.retina-gadgets-device-tech003:before {
content: "\e244";
}
.retina-gadgets-device-tech004:before {
content: "\e245";
}
.retina-gadgets-device-tech005:before {
content: "\e246";
}
.retina-gadgets-device-tech006:before {
content: "\e247";
}
.retina-gadgets-device-tech007:before {
content: "\e248";
}
.retina-gadgets-device-tech008:before {
content: "\e249";
}
.retina-gadgets-device-tech009:before {
content: "\e24a";
}
.retina-gadgets-device-tech010:before {
content: "\e24b";
}
.retina-gadgets-device-tech011:before {
content: "\e24c";
}
.retina-gadgets-device-tech012:before {
content: "\e24d";
}
.retina-gadgets-device-tech013:before {
content: "\e24e";
}
.retina-gadgets-device-tech014:before {
content: "\e24f";
}
.retina-gadgets-device-tech015:before {
content: "\e250";
}
.retina-gadgets-device-tech016:before {
content: "\e251";
}
.retina-gadgets-device-tech017:before {
content: "\e252";
}
.retina-gadgets-device-tech018:before {
content: "\e253";
}
.retina-gadgets-device-tech019:before {
content: "\e254";
}
.retina-gadgets-device-tech020:before {
content: "\e255";
}
.retina-gadgets-device-tech021:before {
content: "\e256";
}
.retina-gadgets-device-tech022:before {
content: "\e257";
}
.retina-gadgets-device-tech023:before {
content: "\e258";
}
.retina-gadgets-device-tech024:before {
content: "\e259";
}
.retina-gadgets-device-tech025:before {
content: "\e25a";
}
.retina-gadgets-device-tech026:before {
content: "\e25b";
}
.retina-gadgets-device-tech027:before {
content: "\e25c";
}
.retina-gadgets-device-tech028:before {
content: "\e25d";
}
.retina-gadgets-device-tech029:before {
content: "\e25e";
}
.retina-gadgets-device-tech030:before {
content: "\e25f";
}
.retina-gadgets-device-tech031:before {
content: "\e260";
}
.retina-gadgets-device-tech032:before {
content: "\e261";
}
.retina-gadgets-device-tech033:before {
content: "\e262";
}
.retina-gadgets-device-tech034:before {
content: "\e263";
}
.retina-gadgets-device-tech035:before {
content: "\e264";
}
.retina-gadgets-device-tech036:before {
content: "\e265";
}
.retina-gadgets-device-tech037:before {
content: "\e266";
}
.retina-gadgets-device-tech038:before {
content: "\e267";
}
.retina-gadgets-device-tech039:before {
content: "\e268";
}
.retina-gadgets-device-tech040:before {
content: "\e269";
}
.retina-gadgets-device-tech041:before {
content: "\e26a";
}
.retina-gadgets-device-tech042:before {
content: "\e26b";
}
.retina-gadgets-device-tech043:before {
content: "\e26c";
}
.retina-gadgets-device-tech044:before {
content: "\e26d";
}
.retina-gadgets-device-tech045:before {
content: "\e26e";
}
.retina-gadgets-device-tech046:before {
content: "\e26f";
}
.retina-gadgets-device-tech047:before {
content: "\e270";
}
.retina-gadgets-device-tech048:before {
content: "\e271";
}
.retina-lifestyle-001:before {
content: "\e272";
}
.retina-lifestyle-002:before {
content: "\e273";
}
.retina-lifestyle-003:before {
content: "\e274";
}
.retina-lifestyle-004:before {
content: "\e275";
}
.retina-lifestyle-005:before {
content: "\e276";
}
.retina-lifestyle-006:before {
content: "\e277";
}
.retina-lifestyle-007:before {
content: "\e278";
}
.retina-lifestyle-008:before {
content: "\e279";
}
.retina-lifestyle-009:before {
content: "\e27a";
}
.retina-lifestyle-010:before {
content: "\e27b";
}
.retina-lifestyle-011:before {
content: "\e27c";
}
.retina-lifestyle-012:before {
content: "\e27d";
}
.retina-lifestyle-013:before {
content: "\e27e";
}
.retina-lifestyle-014:before {
content: "\e27f";
}
.retina-lifestyle-015:before {
content: "\e280";
}
.retina-lifestyle-016:before {
content: "\e281";
}
.retina-lifestyle-017:before {
content: "\e282";
}
.retina-lifestyle-018:before {
content: "\e283";
}
.retina-lifestyle-019:before {
content: "\e284";
}
.retina-lifestyle-020:before {
content: "\e285";
}
.retina-lifestyle-021:before {
content: "\e286";
}
.retina-lifestyle-022:before {
content: "\e287";
}
.retina-lifestyle-023:before {
content: "\e288";
}
.retina-lifestyle-024:before {
content: "\e289";
}
.retina-lifestyle-025:before {
content: "\e28a";
}
.retina-lifestyle-026:before {
content: "\e28b";
}
.retina-lifestyle-027:before {
content: "\e28c";
}
.retina-lifestyle-028:before {
content: "\e28d";
}
.retina-lifestyle-029:before {
content: "\e28e";
}
.retina-lifestyle-030:before {
content: "\e28f";
}
.retina-lifestyle-031:before {
content: "\e290";
}
.retina-lifestyle-032:before {
content: "\e291";
}
.retina-lifestyle-033:before {
content: "\e292";
}
.retina-lifestyle-034:before {
content: "\e293";
}
.retina-lifestyle-035:before {
content: "\e294";
}
.retina-lifestyle-036:before {
content: "\e295";
}
.retina-lifestyle-037:before {
content: "\e296";
}
.retina-lifestyle-038:before {
content: "\e297";
}
.retina-lifestyle-039:before {
content: "\e298";
}
.retina-lifestyle-040:before {
content: "\e299";
}
.retina-lifestyle-041:before {
content: "\e29a";
}
.retina-lifestyle-042:before {
content: "\e29b";
}
.retina-lifestyle-043:before {
content: "\e29c";
}
.retina-lifestyle-044:before {
content: "\e29d";
}
.retina-lifestyle-045:before {
content: "\e29e";
}
.retina-lifestyle-046:before {
content: "\e29f";
}
.retina-lifestyle-047:before {
content: "\e2a0";
}
.retina-lifestyle-048:before {
content: "\e2a1";
}
.retina-health-care-medical-001:before {
content: "\e2a2";
}
.retina-health-care-medical-002:before {
content: "\e2a3";
}
.retina-health-care-medical-003:before {
content: "\e2a4";
}
.retina-health-care-medical-004:before {
content: "\e2a5";
}
.retina-health-care-medical-005:before {
content: "\e2a6";
}
.retina-health-care-medical-006:before {
content: "\e2a7";
}
.retina-health-care-medical-007:before {
content: "\e2a8";
}
.retina-health-care-medical-008:before {
content: "\e2a9";
}
.retina-health-care-medical-009:before {
content: "\e2aa";
}
.retina-health-care-medical-010:before {
content: "\e2ab";
}
.retina-health-care-medical-011:before {
content: "\e2ac";
}
.retina-health-care-medical-012:before {
content: "\e2ad";
}
.retina-health-care-medical-013:before {
content: "\e2ae";
}
.retina-health-care-medical-014:before {
content: "\e2af";
}
.retina-health-care-medical-015:before {
content: "\e2b0";
}
.retina-health-care-medical-016:before {
content: "\e2b1";
}
.retina-health-care-medical-017:before {
content: "\e2b2";
}
.retina-health-care-medical-018:before {
content: "\e2b3";
}
.retina-health-care-medical-019:before {
content: "\e2b4";
}
.retina-health-care-medical-020:before {
content: "\e2b5";
}
.retina-health-care-medical-021:before {
content: "\e2b6";
}
.retina-health-care-medical-022:before {
content: "\e2b7";
}
.retina-health-care-medical-023:before {
content: "\e2b8";
}
.retina-health-care-medical-024:before {
content: "\e2b9";
}
.retina-health-care-medical-025:before {
content: "\e2ba";
}
.retina-health-care-medical-026:before {
content: "\e2bb";
}
.retina-health-care-medical-027:before {
content: "\e2bc";
}
.retina-health-care-medical-028:before {
content: "\e2bd";
}
.retina-health-care-medical-029:before {
content: "\e2be";
}
.retina-health-care-medical-030:before {
content: "\e2bf";
}
.retina-health-care-medical-031:before {
content: "\e2c0";
}
.retina-health-care-medical-032:before {
content: "\e2c1";
}
.retina-health-care-medical-033:before {
content: "\e2c2";
}
.retina-health-care-medical-034:before {
content: "\e2c3";
}
.retina-health-care-medical-035:before {
content: "\e2c4";
}
.retina-health-care-medical-036:before {
content: "\e2c5";
}
.retina-health-care-medical-037:before {
content: "\e2c6";
}
.retina-health-care-medical-038:before {
content: "\e2c7";
}
.retina-health-care-medical-039:before {
content: "\e2c8";
}
.retina-health-care-medical-040:before {
content: "\e2c9";
}
.retina-health-care-medical-041:before {
content: "\e2ca";
}
.retina-health-care-medical-042:before {
content: "\e2cb";
}
.retina-health-care-medical-043:before {
content: "\e2cc";
}
.retina-health-care-medical-044:before {
content: "\e2cd";
}
.retina-health-care-medical-045:before {
content: "\e2ce";
}
.retina-health-care-medical-046:before {
content: "\e2cf";
}
.retina-health-care-medical-047:before {
content: "\e2d0";
}
.retina-health-care-medical-048:before {
content: "\e2d1";
}
.retina-music-sound-001:before {
content: "\e2d2";
}
.retina-music-sound-002:before {
content: "\e2d3";
}
.retina-music-sound-003:before {
content: "\e2d4";
}
.retina-music-sound-004:before {
content: "\e2d5";
}
.retina-music-sound-005:before {
content: "\e2d6";
}
.retina-music-sound-006:before {
content: "\e2d7";
}
.retina-music-sound-007:before {
content: "\e2d8";
}
.retina-music-sound-008:before {
content: "\e2d9";
}
.retina-music-sound-009:before {
content: "\e2da";
}
.retina-music-sound-010:before {
content: "\e2db";
}
.retina-music-sound-011:before {
content: "\e2dc";
}
.retina-music-sound-012:before {
content: "\e2dd";
}
.retina-music-sound-013:before {
content: "\e2de";
}
.retina-music-sound-014:before {
content: "\e2df";
}
.retina-music-sound-015:before {
content: "\e2e0";
}
.retina-music-sound-016:before {
content: "\e2e1";
}
.retina-music-sound-017:before {
content: "\e2e2";
}
.retina-music-sound-018:before {
content: "\e2e3";
}
.retina-music-sound-019:before {
content: "\e2e4";
}
.retina-music-sound-020:before {
content: "\e2e5";
}
.retina-music-sound-021:before {
content: "\e2e6";
}
.retina-music-sound-022:before {
content: "\e2e7";
}
.retina-music-sound-023:before {
content: "\e2e8";
}
.retina-music-sound-024:before {
content: "\e2e9";
}
.retina-music-sound-025:before {
content: "\e2ea";
}
.retina-music-sound-026:before {
content: "\e2eb";
}
.retina-music-sound-027:before {
content: "\e2ec";
}
.retina-music-sound-028:before {
content: "\e2ed";
}
.retina-music-sound-029:before {
content: "\e2ee";
}
.retina-music-sound-030:before {
content: "\e2ef";
}
.retina-music-sound-031:before {
content: "\e2f0";
}
.retina-music-sound-032:before {
content: "\e2f1";
}
.retina-music-sound-033:before {
content: "\e2f2";
}
.retina-music-sound-034:before {
content: "\e2f3";
}
.retina-music-sound-035:before {
content: "\e2f4";
}
.retina-music-sound-036:before {
content: "\e2f5";
}
.retina-nature-037:before {
content: "\e2f6";
}
.retina-nature-038:before {
content: "\e2f7";
}
.retina-nature-039:before {
content: "\e2f8";
}
.retina-nature-040:before {
content: "\e2f9";
}
.retina-nature-041:before {
content: "\e2fa";
}
.retina-nature-042:before {
content: "\e2fb";
}
.retina-nature-043:before {
content: "\e2fc";
}
.retina-nature-044:before {
content: "\e2fd";
}
.retina-nature-045:before {
content: "\e2fe";
}
.retina-nature-046:before {
content: "\e2ff";
}
.retina-nature-047:before {
content: "\e300";
}
.retina-nature-048:before {
content: "\e301";
}
.retina-nature-049:before {
content: "\e302";
}
.retina-nature-050:before {
content: "\e303";
}
.retina-nature-051:before {
content: "\e304";
}
.retina-nature-052:before {
content: "\e305";
}
.retina-nature-053:before {
content: "\e306";
}
.retina-nature-054:before {
content: "\e307";
}
.retina-nature-055:before {
content: "\e308";
}
.retina-nature-056:before {
content: "\e309";
}
.retina-nature-057:before {
content: "\e30a";
}
.retina-nature-058:before {
content: "\e30b";
}
.retina-nature-059:before {
content: "\e30c";
}
.retina-nature-060:before {
content: "\e30d";
}
.retina-nature-061:before {
content: "\e30e";
}
.retina-nature-062:before {
content: "\e30f";
}
.retina-nature-063:before {
content: "\e310";
}
.retina-nature-064:before {
content: "\e311";
}
.retina-nature-065:before {
content: "\e312";
}
.retina-nature-066:before {
content: "\e313";
}
.retina-nature-067:before {
content: "\e314";
}
.retina-nature-068:before {
content: "\e315";
}
.retina-nature-069:before {
content: "\e316";
}
.retina-nature-070:before {
content: "\e317";
}
.retina-nature-071:before {
content: "\e318";
}
.retina-nature-072:before {
content: "\e319";
}
.retina-religion-beliefs-holy001:before {
content: "\e31a";
}
.retina-religion-beliefs-holy002:before {
content: "\e31b";
}
.retina-religion-beliefs-holy003:before {
content: "\e31c";
}
.retina-religion-beliefs-holy004:before {
content: "\e31d";
}
.retina-religion-beliefs-holy005:before {
content: "\e31e";
}
.retina-religion-beliefs-holy006:before {
content: "\e31f";
}
.retina-religion-beliefs-holy007:before {
content: "\e320";
}
.retina-religion-beliefs-holy008:before {
content: "\e321";
}
.retina-religion-beliefs-holy009:before {
content: "\e322";
}
.retina-religion-beliefs-holy010:before {
content: "\e323";
}
.retina-religion-beliefs-holy011:before {
content: "\e324";
}
.retina-religion-beliefs-holy012:before {
content: "\e325";
}
.retina-religion-beliefs-holy013:before {
content: "\e326";
}
.retina-religion-beliefs-holy014:before {
content: "\e327";
}
.retina-religion-beliefs-holy015:before {
content: "\e328";
}
.retina-religion-beliefs-holy016:before {
content: "\e329";
}
.retina-religion-beliefs-holy017:before {
content: "\e32a";
}
.retina-religion-beliefs-holy018:before {
content: "\e32b";
}
.retina-religion-beliefs-holy019:before {
content: "\e32c";
}
.retina-religion-beliefs-holy020:before {
content: "\e32d";
}
.retina-religion-beliefs-holy021:before {
content: "\e32e";
}
.retina-religion-beliefs-holy022:before {
content: "\e32f";
}
.retina-religion-beliefs-holy023:before {
content: "\e330";
}
.retina-religion-beliefs-holy024:before {
content: "\e331";
}
.retina-religion-beliefs-holy025:before {
content: "\e332";
}
.retina-religion-beliefs-holy026:before {
content: "\e333";
}
.retina-religion-beliefs-holy027:before {
content: "\e334";
}
.retina-religion-beliefs-holy028:before {
content: "\e335";
}
.retina-religion-beliefs-holy029:before {
content: "\e336";
}
.retina-religion-beliefs-holy030:before {
content: "\e337";
}
.retina-religion-beliefs-holy031:before {
content: "\e338";
}
.retina-religion-beliefs-holy032:before {
content: "\e339";
}
.retina-religion-beliefs-holy033:before {
content: "\e33a";
}
.retina-religion-beliefs-holy034:before {
content: "\e33b";
}
.retina-religion-beliefs-holy035:before {
content: "\e33c";
}
.retina-religion-beliefs-holy036:before {
content: "\e33d";
}
.retina-religion-beliefs-holy037:before {
content: "\e33e";
}
.retina-religion-beliefs-holy038:before {
content: "\e33f";
}
.retina-religion-beliefs-holy039:before {
content: "\e340";
}
.retina-religion-beliefs-holy040:before {
content: "\e341";
}
.retina-religion-beliefs-holy041:before {
content: "\e342";
}
.retina-religion-beliefs-holy042:before {
content: "\e343";
}
.retina-religion-beliefs-holy043:before {
content: "\e344";
}
.retina-religion-beliefs-holy044:before {
content: "\e345";
}
.retina-religion-beliefs-holy045:before {
content: "\e346";
}
.retina-religion-beliefs-holy046:before {
content: "\e347";
}
.retina-religion-beliefs-holy047:before {
content: "\e348";
}
.retina-religion-beliefs-holy048:before {
content: "\e349";
}
.retina-social-brands-001:before {
content: "\e34a";
}
.retina-social-brands-002:before {
content: "\e34b";
}
.retina-social-brands-003:before {
content: "\e34c";
}
.retina-social-brands-004:before {
content: "\e34d";
}
.retina-social-brands-005:before {
content: "\e34e";
}
.retina-social-brands-006:before {
content: "\e34f";
}
.retina-social-brands-007:before {
content: "\e350";
}
.retina-social-brands-008:before {
content: "\e351";
}
.retina-social-brands-009:before {
content: "\e352";
}
.retina-social-brands-010:before {
content: "\e353";
}
.retina-social-brands-011:before {
content: "\e354";
}
.retina-social-brands-012:before {
content: "\e355";
}
.retina-social-brands-013:before {
content: "\e356";
}
.retina-social-brands-014:before {
content: "\e357";
}
.retina-social-brands-015:before {
content: "\e358";
}
.retina-social-brands-016:before {
content: "\e359";
}
.retina-social-brands-017:before {
content: "\e35a";
}
.retina-social-brands-018:before {
content: "\e35b";
}
.retina-social-brands-019:before {
content: "\e35c";
}
.retina-social-brands-020:before {
content: "\e35d";
}
.retina-social-brands-021:before {
content: "\e35e";
}
.retina-social-brands-022:before {
content: "\e35f";
}
.retina-social-brands-023:before {
content: "\e360";
}
.retina-social-brands-024:before {
content: "\e361";
}
.retina-social-brands-025:before {
content: "\e362";
}
.retina-social-brands-026:before {
content: "\e363";
}
.retina-social-brands-027:before {
content: "\e364";
}
.retina-social-brands-028:before {
content: "\e365";
}
.retina-social-brands-029:before {
content: "\e366";
}
.retina-social-brands-030:before {
content: "\e367";
}
.retina-social-brands-031:before {
content: "\e368";
}
.retina-social-brands-032:before {
content: "\e369";
}
.retina-social-brands-033:before {
content: "\e36a";
}
.retina-social-brands-034:before {
content: "\e36b";
}
.retina-social-brands-035:before {
content: "\e36c";
}
.retina-social-brands-036:before {
content: "\e36d";
}
.retina-space-001:before {
content: "\e36e";
}
.retina-space-002:before {
content: "\e36f";
}
.retina-space-003:before {
content: "\e370";
}
.retina-space-004:before {
content: "\e371";
}
.retina-space-005:before {
content: "\e372";
}
.retina-space-006:before {
content: "\e373";
}
.retina-space-007:before {
content: "\e374";
}
.retina-space-008:before {
content: "\e375";
}
.retina-space-009:before {
content: "\e376";
}
.retina-space-010:before {
content: "\e377";
}
.retina-space-011:before {
content: "\e378";
}
.retina-space-012:before {
content: "\e379";
}
.retina-space-013:before {
content: "\e37a";
}
.retina-space-014:before {
content: "\e37b";
}
.retina-space-015:before {
content: "\e37c";
}
.retina-space-016:before {
content: "\e37d";
}
.retina-space-017:before {
content: "\e37e";
}
.retina-space-018:before {
content: "\e37f";
}
.retina-space-019:before {
content: "\e380";
}
.retina-space-020:before {
content: "\e381";
}
.retina-space-021:before {
content: "\e382";
}
.retina-space-022:before {
content: "\e383";
}
.retina-space-023:before {
content: "\e384";
}
.retina-space-024:before {
content: "\e385";
}
.retina-sport-games-001:before {
content: "\e386";
}
.retina-sport-games-002:before {
content: "\e387";
}
.retina-sport-games-003:before {
content: "\e388";
}
.retina-sport-games-004:before {
content: "\e389";
}
.retina-sport-games-005:before {
content: "\e38a";
}
.retina-sport-games-006:before {
content: "\e38b";
}
.retina-sport-games-007:before {
content: "\e38c";
}
.retina-sport-games-008:before {
content: "\e38d";
}
.retina-sport-games-009:before {
content: "\e38e";
}
.retina-sport-games-010:before {
content: "\e38f";
}
.retina-sport-games-011:before {
content: "\e390";
}
.retina-sport-games-012:before {
content: "\e391";
}
.retina-sport-games-013:before {
content: "\e392";
}
.retina-sport-games-014:before {
content: "\e393";
}
.retina-sport-games-015:before {
content: "\e394";
}
.retina-sport-games-016:before {
content: "\e395";
}
.retina-sport-games-017:before {
content: "\e396";
}
.retina-sport-games-018:before {
content: "\e397";
}
.retina-sport-games-019:before {
content: "\e398";
}
.retina-sport-games-020:before {
content: "\e399";
}
.retina-sport-games-021:before {
content: "\e39a";
}
.retina-sport-games-022:before {
content: "\e39b";
}
.retina-sport-games-023:before {
content: "\e39c";
}
.retina-sport-games-024:before {
content: "\e39d";
}
.retina-sport-games-025:before {
content: "\e39e";
}
.retina-sport-games-026:before {
content: "\e39f";
}
.retina-sport-games-027:before {
content: "\e3a0";
}
.retina-sport-games-028:before {
content: "\e3a1";
}
.retina-sport-games-029:before {
content: "\e3a2";
}
.retina-sport-games-030:before {
content: "\e3a3";
}
.retina-sport-games-031:before {
content: "\e3a4";
}
.retina-sport-games-032:before {
content: "\e3a5";
}
.retina-sport-games-033:before {
content: "\e3a6";
}
.retina-sport-games-034:before {
content: "\e3a7";
}
.retina-sport-games-035:before {
content: "\e3a8";
}
.retina-sport-games-036:before {
content: "\e3a9";
}
.retina-sport-games-037:before {
content: "\e3aa";
}
.retina-sport-games-038:before {
content: "\e3ab";
}
.retina-sport-games-039:before {
content: "\e3ac";
}
.retina-sport-games-040:before {
content: "\e3ad";
}
.retina-sport-games-041:before {
content: "\e3ae";
}
.retina-sport-games-042:before {
content: "\e3af";
}
.retina-sport-games-043:before {
content: "\e3b0";
}
.retina-sport-games-044:before {
content: "\e3b1";
}
.retina-sport-games-045:before {
content: "\e3b2";
}
.retina-sport-games-046:before {
content: "\e3b3";
}
.retina-sport-games-047:before {
content: "\e3b4";
}
.retina-sport-games-048:before {
content: "\e3b5";
}
.retina-the-essentials-001:before {
content: "\e3b6";
}
.retina-the-essentials-002:before {
content: "\e3b7";
}
.retina-the-essentials-003:before {
content: "\e3b8";
}
.retina-the-essentials-004:before {
content: "\e3b9";
}
.retina-the-essentials-005:before {
content: "\e3ba";
}
.retina-the-essentials-006:before {
content: "\e3bb";
}
.retina-the-essentials-007:before {
content: "\e3bc";
}
.retina-the-essentials-008:before {
content: "\e3bd";
}
.retina-the-essentials-009:before {
content: "\e3be";
}
.retina-the-essentials-010:before {
content: "\e3bf";
}
.retina-the-essentials-011:before {
content: "\e3c0";
}
.retina-the-essentials-012:before {
content: "\e3c1";
}
.retina-the-essentials-013:before {
content: "\e3c2";
}
.retina-the-essentials-014:before {
content: "\e3c3";
}
.retina-the-essentials-015:before {
content: "\e3c4";
}
.retina-the-essentials-016:before {
content: "\e3c5";
}
.retina-the-essentials-017:before {
content: "\e3c6";
}
.retina-the-essentials-018:before {
content: "\e3c7";
}
.retina-the-essentials-019:before {
content: "\e3c8";
}
.retina-the-essentials-020:before {
content: "\e3c9";
}
.retina-the-essentials-021:before {
content: "\e3ca";
}
.retina-the-essentials-022:before {
content: "\e3cb";
}
.retina-the-essentials-023:before {
content: "\e3cc";
}
.retina-the-essentials-024:before {
content: "\e3cd";
}
.retina-the-essentials-025:before {
content: "\e3ce";
}
.retina-the-essentials-026:before {
content: "\e3cf";
}
.retina-the-essentials-027:before {
content: "\e3d0";
}
.retina-the-essentials-028:before {
content: "\e3d1";
}
.retina-the-essentials-029:before {
content: "\e3d2";
}
.retina-the-essentials-030:before {
content: "\e3d3";
}
.retina-the-essentials-031:before {
content: "\e3d4";
}
.retina-the-essentials-032:before {
content: "\e3d5";
}
.retina-the-essentials-033:before {
content: "\e3d6";
}
.retina-the-essentials-034:before {
content: "\e3d7";
}
.retina-the-essentials-035:before {
content: "\e3d8";
}
.retina-the-essentials-036:before {
content: "\e3d9";
}
.retina-the-essentials-037:before {
content: "\e3da";
}
.retina-the-essentials-038:before {
content: "\e3db";
}
.retina-the-essentials-039:before {
content: "\e3dc";
}
.retina-the-essentials-040:before {
content: "\e3dd";
}
.retina-the-essentials-041:before {
content: "\e3de";
}
.retina-the-essentials-042:before {
content: "\e3df";
}
.retina-the-essentials-043:before {
content: "\e3e0";
}
.retina-the-essentials-044:before {
content: "\e3e1";
}
.retina-the-essentials-045:before {
content: "\e3e2";
}
.retina-the-essentials-046:before {
content: "\e3e3";
}
.retina-the-essentials-047:before {
content: "\e3e4";
}
.retina-the-essentials-048:before {
content: "\e3e5";
}
.retina-the-essentials-049:before {
content: "\e3e6";
}
.retina-the-essentials-050:before {
content: "\e3e7";
}
.retina-the-essentials-051:before {
content: "\e3e8";
}
.retina-the-essentials-052:before {
content: "\e3e9";
}
.retina-the-essentials-053:before {
content: "\e3ea";
}
.retina-the-essentials-054:before {
content: "\e3eb";
}
.retina-the-essentials-055:before {
content: "\e3ec";
}
.retina-the-essentials-056:before {
content: "\e3ed";
}
.retina-the-essentials-057:before {
content: "\e3ee";
}
.retina-the-essentials-058:before {
content: "\e3ef";
}
.retina-the-essentials-059:before {
content: "\e3f0";
}
.retina-the-essentials-060:before {
content: "\e3f1";
}
.retina-the-essentials-061:before {
content: "\e3f2";
}
.retina-the-essentials-062:before {
content: "\e3f3";
}
.retina-the-essentials-063:before {
content: "\e3f4";
}
.retina-the-essentials-064:before {
content: "\e3f5";
}
.retina-the-essentials-065:before {
content: "\e3f6";
}
.retina-the-essentials-066:before {
content: "\e3f7";
}
.retina-the-essentials-067:before {
content: "\e3f8";
}
.retina-the-essentials-068:before {
content: "\e3f9";
}
.retina-the-essentials-069:before {
content: "\e3fa";
}
.retina-the-essentials-070:before {
content: "\e3fb";
}
.retina-the-essentials-071:before {
content: "\e3fc";
}
.retina-the-essentials-072:before {
content: "\e3fd";
}
.retina-the-essentials-073:before {
content: "\e3fe";
}
.retina-the-essentials-074:before {
content: "\e3ff";
}
.retina-the-essentials-075:before {
content: "\e400";
}
.retina-the-essentials-076:before {
content: "\e401";
}
.retina-the-essentials-077:before {
content: "\e402";
}
.retina-the-essentials-078:before {
content: "\e403";
}
.retina-the-essentials-079:before {
content: "\e404";
}
.retina-the-essentials-080:before {
content: "\e405";
}
.retina-the-essentials-081:before {
content: "\e406";
}
.retina-the-essentials-082:before {
content: "\e407";
}
.retina-the-essentials-083:before {
content: "\e408";
}
.retina-the-essentials-084:before {
content: "\e409";
}
.retina-the-essentials-085:before {
content: "\e40a";
}
.retina-the-essentials-086:before {
content: "\e40b";
}
.retina-the-essentials-087:before {
content: "\e40c";
}
.retina-the-essentials-088:before {
content: "\e40d";
}
.retina-the-essentials-089:before {
content: "\e40e";
}
.retina-the-essentials-090:before {
content: "\e40f";
}
.retina-the-essentials-091:before {
content: "\e410";
}
.retina-the-essentials-092:before {
content: "\e411";
}
.retina-the-essentials-093:before {
content: "\e412";
}
.retina-the-essentials-094:before {
content: "\e413";
}
.retina-the-essentials-095:before {
content: "\e414";
}
.retina-the-essentials-096:before {
content: "\e415";
}
.retina-the-essentials-097:before {
content: "\e416";
}
.retina-the-essentials-098:before {
content: "\e417";
}
.retina-the-essentials-099:before {
content: "\e418";
}
.retina-the-essentials-100:before {
content: "\e419";
}
.retina-the-essentials-101:before {
content: "\e41a";
}
.retina-the-essentials-102:before {
content: "\e41b";
}
.retina-the-essentials-103:before {
content: "\e41c";
}
.retina-the-essentials-104:before {
content: "\e41d";
}
.retina-the-essentials-105:before {
content: "\e41e";
}
.retina-the-essentials-106:before {
content: "\e41f";
}
.retina-the-essentials-107:before {
content: "\e420";
}
.retina-the-essentials-108:before {
content: "\e421";
}
.retina-the-essentials-109:before {
content: "\e422";
}
.retina-the-essentials-110:before {
content: "\e423";
}
.retina-the-essentials-111:before {
content: "\e424";
}
.retina-the-essentials-112:before {
content: "\e425";
}
.retina-the-essentials-113:before {
content: "\e426";
}
.retina-the-essentials-114:before {
content: "\e427";
}
.retina-the-essentials-115:before {
content: "\e428";
}
.retina-the-essentials-116:before {
content: "\e429";
}
.retina-the-essentials-117:before {
content: "\e42a";
}
.retina-the-essentials-118:before {
content: "\e42b";
}
.retina-the-essentials-119:before {
content: "\e42c";
}
.retina-the-essentials-120:before {
content: "\e42d";
}
.retina-the-essentials-121:before {
content: "\e42e";
}
.retina-the-essentials-122:before {
content: "\e42f";
}
.retina-the-essentials-123:before {
content: "\e430";
}
.retina-the-essentials-124:before {
content: "\e431";
}
.retina-the-essentials-125:before {
content: "\e432";
}
.retina-the-essentials-126:before {
content: "\e433";
}
.retina-the-essentials-127:before {
content: "\e434";
}
.retina-the-essentials-128:before {
content: "\e435";
}
.retina-the-essentials-129:before {
content: "\e436";
}
.retina-the-essentials-130:before {
content: "\e437";
}
.retina-the-essentials-131:before {
content: "\e438";
}
.retina-the-essentials-132:before {
content: "\e439";
}
.retina-the-essentials-133:before {
content: "\e43a";
}
.retina-the-essentials-134:before {
content: "\e43b";
}
.retina-the-essentials-135:before {
content: "\e43c";
}
.retina-the-essentials-136:before {
content: "\e43d";
}
.retina-the-essentials-137:before {
content: "\e43e";
}
.retina-the-essentials-138:before {
content: "\e43f";
}
.retina-the-essentials-139:before {
content: "\e440";
}
.retina-the-essentials-140:before {
content: "\e441";
}
.retina-the-essentials-141:before {
content: "\e442";
}
.retina-the-essentials-142:before {
content: "\e443";
}
.retina-the-essentials-143:before {
content: "\e444";
}
.retina-the-essentials-144:before {
content: "\e445";
}
.retina-the-essentials-145:before {
content: "\e446";
}
.retina-the-essentials-146:before {
content: "\e447";
}
.retina-the-essentials-147:before {
content: "\e448";
}
.retina-the-essentials-148:before {
content: "\e449";
}
.retina-the-essentials-149:before {
content: "\e44a";
}
.retina-the-essentials-150:before {
content: "\e44b";
}
.retina-the-essentials-151:before {
content: "\e44c";
}
.retina-the-essentials-152:before {
content: "\e44d";
}
.retina-the-essentials-153:before {
content: "\e44e";
}
.retina-the-essentials-154:before {
content: "\e44f";
}
.retina-the-essentials-155:before {
content: "\e450";
}
.retina-the-essentials-156:before {
content: "\e451";
}
.retina-the-essentials-157:before {
content: "\e452";
}
.retina-the-essentials-158:before {
content: "\e453";
}
.retina-the-essentials-159:before {
content: "\e454";
}
.retina-the-essentials-160:before {
content: "\e455";
}
.retina-the-essentials-161:before {
content: "\e456";
}
.retina-the-essentials-162:before {
content: "\e457";
}
.retina-the-essentials-163:before {
content: "\e458";
}
.retina-the-essentials-164:before {
content: "\e459";
}
.retina-the-essentials-165:before {
content: "\e45a";
}
.retina-the-essentials-166:before {
content: "\e45b";
}
.retina-the-essentials-167:before {
content: "\e45c";
}
.retina-the-essentials-168:before {
content: "\e45d";
}
.retina-travel-transport001:before {
content: "\e45e";
}
.retina-travel-transport002:before {
content: "\e45f";
}
.retina-travel-transport003:before {
content: "\e460";
}
.retina-travel-transport004:before {
content: "\e461";
}
.retina-travel-transport005:before {
content: "\e462";
}
.retina-travel-transport006:before {
content: "\e463";
}
.retina-travel-transport007:before {
content: "\e464";
}
.retina-travel-transport008:before {
content: "\e465";
}
.retina-travel-transport009:before {
content: "\e466";
}
.retina-travel-transport010:before {
content: "\e467";
}
.retina-travel-transport011:before {
content: "\e468";
}
.retina-travel-transport012:before {
content: "\e469";
}
.retina-travel-transport013:before {
content: "\e46a";
}
.retina-travel-transport014:before {
content: "\e46b";
}
.retina-travel-transport015:before {
content: "\e46c";
}
.retina-travel-transport016:before {
content: "\e46d";
}
.retina-travel-transport017:before {
content: "\e46e";
}
.retina-travel-transport018:before {
content: "\e46f";
}
.retina-travel-transport019:before {
content: "\e470";
}
.retina-travel-transport020:before {
content: "\e471";
}
.retina-travel-transport021:before {
content: "\e472";
}
.retina-travel-transport022:before {
content: "\e473";
}
.retina-travel-transport023:before {
content: "\e474";
}
.retina-travel-transport024:before {
content: "\e475";
}
.retina-travel-transport025:before {
content: "\e476";
}
.retina-travel-transport026:before {
content: "\e477";
}
.retina-travel-transport027:before {
content: "\e478";
}
.retina-travel-transport028:before {
content: "\e479";
}
.retina-travel-transport029:before {
content: "\e47a";
}
.retina-travel-transport030:before {
content: "\e47b";
}
.retina-travel-transport031:before {
content: "\e47c";
}
.retina-travel-transport032:before {
content: "\e47d";
}
.retina-travel-transport033:before {
content: "\e47e";
}
.retina-travel-transport034:before {
content: "\e47f";
}
.retina-travel-transport035:before {
content: "\e480";
}
.retina-travel-transport036:before {
content: "\e481";
}
.retina-travel-transport037:before {
content: "\e482";
}
.retina-travel-transport038:before {
content: "\e483";
}
.retina-travel-transport039:before {
content: "\e484";
}
.retina-travel-transport040:before {
content: "\e485";
}
.retina-travel-transport041:before {
content: "\e486";
}
.retina-travel-transport042:before {
content: "\e487";
}
.retina-travel-transport043:before {
content: "\e488";
}
.retina-travel-transport044:before {
content: "\e489";
}
.retina-travel-transport045:before {
content: "\e48a";
}
.retina-travel-transport046:before {
content: "\e48b";
}
.retina-travel-transport047:before {
content: "\e48c";
}
.retina-travel-transport048:before {
content: "\e48d";
}
.retina-travel-transport049:before {
content: "\e48e";
}
.retina-travel-transport050:before {
content: "\e48f";
}
.retina-travel-transport051:before {
content: "\e490";
}
.retina-travel-transport052:before {
content: "\e491";
}
.retina-travel-transport053:before {
content: "\e492";
}
.retina-travel-transport054:before {
content: "\e493";
}
.retina-travel-transport055:before {
content: "\e494";
}
.retina-travel-transport056:before {
content: "\e495";
}
.retina-travel-transport057:before {
content: "\e496";
}
.retina-travel-transport058:before {
content: "\e497";
}
.retina-travel-transport059:before {
content: "\e498";
}
.retina-travel-transport060:before {
content: "\e499";
}
.retina-vegetables-and-fruits-001:before {
content: "\e49a";
}
.retina-vegetables-and-fruits-002:before {
content: "\e49b";
}
.retina-vegetables-and-fruits-003:before {
content: "\e49c";
}
.retina-vegetables-and-fruits-004:before {
content: "\e49d";
}
.retina-vegetables-and-fruits-005:before {
content: "\e49e";
}
.retina-vegetables-and-fruits-006:before {
content: "\e49f";
}
.retina-vegetables-and-fruits-007:before {
content: "\e4a0";
}
.retina-vegetables-and-fruits-008:before {
content: "\e4a1";
}
.retina-vegetables-and-fruits-009:before {
content: "\e4a2";
}
.retina-vegetables-and-fruits-010:before {
content: "\e4a3";
}
.retina-vegetables-and-fruits-011:before {
content: "\e4a4";
}
.retina-vegetables-and-fruits-012:before {
content: "\e4a5";
}
.retina-vegetables-and-fruits-013:before {
content: "\e4a6";
}
.retina-vegetables-and-fruits-014:before {
content: "\e4a7";
}
.retina-vegetables-and-fruits-015:before {
content: "\e4a8";
}
.retina-vegetables-and-fruits-016:before {
content: "\e4a9";
}
.retina-vegetables-and-fruits-017:before {
content: "\e4aa";
}
.retina-vegetables-and-fruits-018:before {
content: "\e4ab";
}
.retina-vegetables-and-fruits-019:before {
content: "\e4ac";
}
.retina-vegetables-and-fruits-020:before {
content: "\e4ad";
}
.retina-vegetables-and-fruits-021:before {
content: "\e4ae";
}
.retina-vegetables-and-fruits-022:before {
content: "\e4af";
}
.retina-vegetables-and-fruits-023:before {
content: "\e4b0";
}
.retina-vegetables-and-fruits-024:before {
content: "\e4b1";
}
.retina-weather-001:before {
content: "\e4b2";
}
.retina-weather-002:before {
content: "\e4b3";
}
.retina-weather-003:before {
content: "\e4b4";
}
.retina-weather-004:before {
content: "\e4b5";
}
.retina-weather-005:before {
content: "\e4b6";
}
.retina-weather-006:before {
content: "\e4b7";
}
.retina-weather-007:before {
content: "\e4b8";
}
.retina-weather-008:before {
content: "\e4b9";
}
.retina-weather-009:before {
content: "\e4ba";
}
.retina-weather-010:before {
content: "\e4bb";
}
.retina-weather-011:before {
content: "\e4bc";
}
.retina-weather-012:before {
content: "\e4bd";
}
.retina-weather-013:before {
content: "\e4be";
}
.retina-weather-014:before {
content: "\e4bf";
}
.retina-weather-015:before {
content: "\e4c0";
}
.retina-weather-016:before {
content: "\e4c1";
}
.retina-weather-017:before {
content: "\e4c2";
}
.retina-weather-018:before {
content: "\e4c3";
}
.retina-weather-019:before {
content: "\e4c4";
}
.retina-weather-020:before {
content: "\e4c5";
}
.retina-weather-021:before {
content: "\e4c6";
}
.retina-weather-022:before {
content: "\e4c7";
}
.retina-weather-023:before {
content: "\e4c8";
}
.retina-weather-024:before {
content: "\e4c9";
}
.retina-weather-025:before {
content: "\e4ca";
}
.retina-weather-026:before {
content: "\e4cb";
}
.retina-weather-027:before {
content: "\e4cc";
}
.retina-weather-028:before {
content: "\e4cd";
}
.retina-weather-029:before {
content: "\e4ce";
}
.retina-weather-030:before {
content: "\e4cf";
}
.retina-weather-031:before {
content: "\e4d0";
}
.retina-weather-032:before {
content: "\e4d1";
}
.retina-weather-033:before {
content: "\e4d2";
}
.retina-weather-034:before {
content: "\e4d3";
}
.retina-weather-035:before {
content: "\e4d4";
}
.retina-weather-036:before {
content: "\e4d5";
}
|
public/assets/fonts/retinaicon/css/retinaicon-font.css
|
@charset "UTF-8";
@font-face {
font-family: "retinaicon-font";
src:url("../fonts/retinaicon-font.eot");
src:url("../fonts/retinaicon-font.eot?#iefix") format("embedded-opentype"),
url("../fonts/retinaicon-font.woff") format("woff"),
url("../fonts/retinaicon-font.ttf") format("truetype"),
url("../fonts/retinaicon-font.svg#retinaicon-font") format("svg");
font-weight: normal;
font-style: normal;
}
[data-font="retinaicon-font"]:before {
font-family: "retinaicon-font" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="retina-"]:before,
[class*=" retina-"]:before {
font-family: "retinaicon-font" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.retina-ecology-001:before {
content: "a";
}
.retina-ecology-002:before {
content: "b";
}
.retina-ecology-003:before {
content: "c";
}
.retina-ecology-004:before {
content: "d";
}
.retina-ecology-005:before {
content: "e";
}
.retina-ecology-006:before {
content: "f";
}
.retina-ecology-007:before {
content: "g";
}
.retina-ecology-008:before {
content: "h";
}
.retina-ecology-009:before {
content: "i";
}
.retina-ecology-010:before {
content: "j";
}
.retina-ecology-011:before {
content: "k";
}
.retina-ecology-012:before {
content: "l";
}
.retina-ecology-013:before {
content: "m";
}
.retina-ecology-014:before {
content: "n";
}
.retina-ecology-015:before {
content: "o";
}
.retina-ecology-016:before {
content: "p";
}
.retina-ecology-017:before {
content: "q";
}
.retina-ecology-018:before {
content: "r";
}
.retina-ecology-019:before {
content: "s";
}
.retina-ecology-020:before {
content: "t";
}
.retina-ecology-021:before {
content: "u";
}
.retina-ecology-022:before {
content: "v";
}
.retina-ecology-023:before {
content: "w";
}
.retina-ecology-024:before {
content: "x";
}
.retina-ecology-025:before {
content: "y";
}
.retina-ecology-026:before {
content: "z";
}
.retina-ecology-027:before {
content: "A";
}
.retina-ecology-028:before {
content: "B";
}
.retina-ecology-029:before {
content: "C";
}
.retina-ecology-030:before {
content: "D";
}
.retina-ecology-031:before {
content: "E";
}
.retina-ecology-032:before {
content: "F";
}
.retina-ecology-033:before {
content: "G";
}
.retina-ecology-034:before {
content: "H";
}
.retina-ecology-035:before {
content: "I";
}
.retina-ecology-036:before {
content: "J";
}
.retina-ecology-037:before {
content: "K";
}
.retina-ecology-038:before {
content: "L";
}
.retina-ecology-039:before {
content: "M";
}
.retina-ecology-040:before {
content: "N";
}
.retina-ecology-041:before {
content: "O";
}
.retina-ecology-042:before {
content: "P";
}
.retina-ecology-043:before {
content: "Q";
}
.retina-ecology-044:before {
content: "R";
}
.retina-ecology-045:before {
content: "S";
}
.retina-ecology-046:before {
content: "T";
}
.retina-ecology-047:before {
content: "U";
}
.retina-ecology-048:before {
content: "V";
}
.retina-islamic-001:before {
content: "W";
}
.retina-islamic-002:before {
content: "X";
}
.retina-islamic-003:before {
content: "Y";
}
.retina-islamic-004:before {
content: "Z";
}
.retina-islamic-005:before {
content: "0";
}
.retina-islamic-006:before {
content: "1";
}
.retina-islamic-007:before {
content: "2";
}
.retina-islamic-008:before {
content: "3";
}
.retina-islamic-009:before {
content: "4";
}
.retina-islamic-010:before {
content: "5";
}
.retina-islamic-011:before {
content: "6";
}
.retina-islamic-012:before {
content: "7";
}
.retina-smiley-001:before {
content: "8";
}
.retina-smiley-002:before {
content: "9";
}
.retina-smiley-003:before {
content: "!";
}
.retina-smiley-004:before {
content: "\"";
}
.retina-smiley-005:before {
content: "#";
}
.retina-smiley-006:before {
content: "$";
}
.retina-smiley-007:before {
content: "%";
}
.retina-smiley-008:before {
content: "&";
}
.retina-smiley-009:before {
content: "'";
}
.retina-smiley-010:before {
content: "(";
}
.retina-smiley-011:before {
content: ")";
}
.retina-smiley-012:before {
content: "*";
}
.retina-smiley-013:before {
content: "+";
}
.retina-smiley-014:before {
content: ",";
}
.retina-smiley-015:before {
content: "-";
}
.retina-smiley-016:before {
content: ".";
}
.retina-smiley-017:before {
content: "/";
}
.retina-smiley-018:before {
content: ":";
}
.retina-smiley-019:before {
content: ";";
}
.retina-smiley-020:before {
content: "<";
}
.retina-smiley-021:before {
content: "=";
}
.retina-smiley-022:before {
content: ">";
}
.retina-smiley-023:before {
content: "?";
}
.retina-smiley-024:before {
content: "@";
}
.retina-smiley-025:before {
content: "[";
}
.retina-smiley-026:before {
content: "]";
}
.retina-smiley-027:before {
content: "^";
}
.retina-smiley-028:before {
content: "_";
}
.retina-smiley-029:before {
content: "`";
}
.retina-smiley-030:before {
content: "{";
}
.retina-smiley-031:before {
content: "|";
}
.retina-smiley-032:before {
content: "}";
}
.retina-smiley-033:before {
content: "~";
}
.retina-smiley-034:before {
content: "\\";
}
.retina-smiley-035:before {
content: "\e000";
}
.retina-smiley-036:before {
content: "\e001";
}
.retina-smiley-037:before {
content: "\e002";
}
.retina-smiley-038:before {
content: "\e003";
}
.retina-smiley-039:before {
content: "\e004";
}
.retina-smiley-040:before {
content: "\e005";
}
.retina-smiley-041:before {
content: "\e006";
}
.retina-smiley-042:before {
content: "\e007";
}
.retina-smiley-043:before {
content: "\e008";
}
.retina-smiley-044:before {
content: "\e009";
}
.retina-smiley-045:before {
content: "\e00a";
}
.retina-smiley-046:before {
content: "\e00b";
}
.retina-smiley-047:before {
content: "\e00c";
}
.retina-smiley-048:before {
content: "\e00d";
}
.retina-arrows-001:before {
content: "\e00e";
}
.retina-arrows-002:before {
content: "\e00f";
}
.retina-arrows-003:before {
content: "\e010";
}
.retina-arrows-004:before {
content: "\e011";
}
.retina-arrows-005:before {
content: "\e012";
}
.retina-arrows-006:before {
content: "\e013";
}
.retina-arrows-007:before {
content: "\e014";
}
.retina-arrows-008:before {
content: "\e015";
}
.retina-arrows-009:before {
content: "\e016";
}
.retina-arrows-010:before {
content: "\e017";
}
.retina-arrows-011:before {
content: "\e018";
}
.retina-arrows-012:before {
content: "\e019";
}
.retina-arrows-013:before {
content: "\e01a";
}
.retina-arrows-014:before {
content: "\e01b";
}
.retina-arrows-015:before {
content: "\e01c";
}
.retina-arrows-016:before {
content: "\e01d";
}
.retina-arrows-017:before {
content: "\e01e";
}
.retina-arrows-018:before {
content: "\e01f";
}
.retina-arrows-019:before {
content: "\e020";
}
.retina-arrows-020:before {
content: "\e021";
}
.retina-arrows-021:before {
content: "\e022";
}
.retina-arrows-022:before {
content: "\e023";
}
.retina-arrows-023:before {
content: "\e024";
}
.retina-arrows-024:before {
content: "\e025";
}
.retina-arrows-025:before {
content: "\e026";
}
.retina-arrows-026:before {
content: "\e027";
}
.retina-arrows-027:before {
content: "\e028";
}
.retina-arrows-028:before {
content: "\e029";
}
.retina-arrows-029:before {
content: "\e02a";
}
.retina-arrows-030:before {
content: "\e02b";
}
.retina-arrows-031:before {
content: "\e02c";
}
.retina-arrows-032:before {
content: "\e02d";
}
.retina-arrows-033:before {
content: "\e02e";
}
.retina-arrows-034:before {
content: "\e02f";
}
.retina-arrows-035:before {
content: "\e030";
}
.retina-arrows-036:before {
content: "\e031";
}
.retina-arrows-037:before {
content: "\e032";
}
.retina-arrows-038:before {
content: "\e033";
}
.retina-arrows-039:before {
content: "\e034";
}
.retina-arrows-040:before {
content: "\e035";
}
.retina-arrows-041:before {
content: "\e036";
}
.retina-arrows-042:before {
content: "\e037";
}
.retina-arrows-043:before {
content: "\e038";
}
.retina-arrows-044:before {
content: "\e039";
}
.retina-arrows-045:before {
content: "\e03a";
}
.retina-arrows-046:before {
content: "\e03b";
}
.retina-arrows-047:before {
content: "\e03c";
}
.retina-arrows-048:before {
content: "\e03d";
}
.retina-business-001:before {
content: "\e03e";
}
.retina-business-002:before {
content: "\e03f";
}
.retina-business-003:before {
content: "\e040";
}
.retina-business-004:before {
content: "\e041";
}
.retina-business-005:before {
content: "\e042";
}
.retina-business-006:before {
content: "\e043";
}
.retina-business-007:before {
content: "\e044";
}
.retina-business-008:before {
content: "\e045";
}
.retina-business-009:before {
content: "\e046";
}
.retina-business-010:before {
content: "\e047";
}
.retina-business-011:before {
content: "\e048";
}
.retina-business-012:before {
content: "\e049";
}
.retina-business-013:before {
content: "\e04a";
}
.retina-business-014:before {
content: "\e04b";
}
.retina-business-015:before {
content: "\e04c";
}
.retina-business-016:before {
content: "\e04d";
}
.retina-business-017:before {
content: "\e04e";
}
.retina-business-018:before {
content: "\e04f";
}
.retina-business-019:before {
content: "\e050";
}
.retina-business-020:before {
content: "\e051";
}
.retina-business-021:before {
content: "\e052";
}
.retina-business-022:before {
content: "\e053";
}
.retina-business-023:before {
content: "\e054";
}
.retina-business-024:before {
content: "\e055";
}
.retina-business-025:before {
content: "\e056";
}
.retina-business-026:before {
content: "\e057";
}
.retina-business-027:before {
content: "\e058";
}
.retina-business-028:before {
content: "\e059";
}
.retina-business-029:before {
content: "\e05a";
}
.retina-business-030:before {
content: "\e05b";
}
.retina-business-031:before {
content: "\e05c";
}
.retina-business-032:before {
content: "\e05d";
}
.retina-business-033:before {
content: "\e05e";
}
.retina-business-034:before {
content: "\e05f";
}
.retina-business-035:before {
content: "\e060";
}
.retina-business-036:before {
content: "\e061";
}
.retina-business-037:before {
content: "\e062";
}
.retina-business-038:before {
content: "\e063";
}
.retina-business-039:before {
content: "\e064";
}
.retina-business-040:before {
content: "\e065";
}
.retina-business-041:before {
content: "\e066";
}
.retina-business-042:before {
content: "\e067";
}
.retina-business-043:before {
content: "\e068";
}
.retina-business-044:before {
content: "\e069";
}
.retina-business-045:before {
content: "\e06a";
}
.retina-business-046:before {
content: "\e06b";
}
.retina-business-047:before {
content: "\e06c";
}
.retina-business-048:before {
content: "\e06d";
}
.retina-cleaning-001:before {
content: "\e06e";
}
.retina-cleaning-002:before {
content: "\e06f";
}
.retina-cleaning-003:before {
content: "\e070";
}
.retina-cleaning-004:before {
content: "\e071";
}
.retina-cleaning-005:before {
content: "\e072";
}
.retina-cleaning-006:before {
content: "\e073";
}
.retina-cleaning-007:before {
content: "\e074";
}
.retina-cleaning-008:before {
content: "\e075";
}
.retina-cleaning-009:before {
content: "\e076";
}
.retina-cleaning-010:before {
content: "\e077";
}
.retina-cleaning-011:before {
content: "\e078";
}
.retina-cleaning-012:before {
content: "\e079";
}
.retina-cleaning-013:before {
content: "\e07a";
}
.retina-cleaning-014:before {
content: "\e07b";
}
.retina-cleaning-015:before {
content: "\e07c";
}
.retina-cleaning-016:before {
content: "\e07d";
}
.retina-cleaning-017:before {
content: "\e07e";
}
.retina-cleaning-018:before {
content: "\e07f";
}
.retina-cleaning-019:before {
content: "\e080";
}
.retina-cleaning-020:before {
content: "\e081";
}
.retina-cleaning-021:before {
content: "\e082";
}
.retina-cleaning-022:before {
content: "\e083";
}
.retina-cleaning-023:before {
content: "\e084";
}
.retina-cleaning-024:before {
content: "\e085";
}
.retina-cleaning-025:before {
content: "\e086";
}
.retina-cleaning-026:before {
content: "\e087";
}
.retina-cleaning-027:before {
content: "\e088";
}
.retina-cleaning-028:before {
content: "\e089";
}
.retina-cleaning-029:before {
content: "\e08a";
}
.retina-cleaning-030:before {
content: "\e08b";
}
.retina-cleaning-031:before {
content: "\e08c";
}
.retina-cleaning-032:before {
content: "\e08d";
}
.retina-cleaning-033:before {
content: "\e08e";
}
.retina-cleaning-034:before {
content: "\e08f";
}
.retina-cleaning-035:before {
content: "\e090";
}
.retina-cleaning-036:before {
content: "\e091";
}
.retina-cloths-fashion-001:before {
content: "\e092";
}
.retina-cloths-fashion-002:before {
content: "\e093";
}
.retina-cloths-fashion-003:before {
content: "\e094";
}
.retina-cloths-fashion-004:before {
content: "\e095";
}
.retina-cloths-fashion-005:before {
content: "\e096";
}
.retina-cloths-fashion-006:before {
content: "\e097";
}
.retina-cloths-fashion-007:before {
content: "\e098";
}
.retina-cloths-fashion-008:before {
content: "\e099";
}
.retina-cloths-fashion-009:before {
content: "\e09a";
}
.retina-cloths-fashion-010:before {
content: "\e09b";
}
.retina-cloths-fashion-011:before {
content: "\e09c";
}
.retina-cloths-fashion-012:before {
content: "\e09d";
}
.retina-cloths-fashion-013:before {
content: "\e09e";
}
.retina-cloths-fashion-014:before {
content: "\e09f";
}
.retina-cloths-fashion-015:before {
content: "\e0a0";
}
.retina-cloths-fashion-016:before {
content: "\e0a1";
}
.retina-cloths-fashion-017:before {
content: "\e0a2";
}
.retina-cloths-fashion-018:before {
content: "\e0a3";
}
.retina-cloths-fashion-019:before {
content: "\e0a4";
}
.retina-cloths-fashion-020:before {
content: "\e0a5";
}
.retina-cloths-fashion-021:before {
content: "\e0a6";
}
.retina-cloths-fashion-022:before {
content: "\e0a7";
}
.retina-cloths-fashion-023:before {
content: "\e0a8";
}
.retina-cloths-fashion-024:before {
content: "\e0a9";
}
.retina-communication-001:before {
content: "\e0aa";
}
.retina-communication-002:before {
content: "\e0ab";
}
.retina-communication-003:before {
content: "\e0ac";
}
.retina-communication-004:before {
content: "\e0ad";
}
.retina-communication-005:before {
content: "\e0ae";
}
.retina-communication-006:before {
content: "\e0af";
}
.retina-communication-007:before {
content: "\e0b0";
}
.retina-communication-008:before {
content: "\e0b1";
}
.retina-communication-009:before {
content: "\e0b2";
}
.retina-communication-010:before {
content: "\e0b3";
}
.retina-communication-011:before {
content: "\e0b4";
}
.retina-communication-012:before {
content: "\e0b5";
}
.retina-communication-013:before {
content: "\e0b6";
}
.retina-communication-014:before {
content: "\e0b7";
}
.retina-communication-015:before {
content: "\e0b8";
}
.retina-communication-016:before {
content: "\e0b9";
}
.retina-communication-017:before {
content: "\e0ba";
}
.retina-communication-018:before {
content: "\e0bb";
}
.retina-communication-019:before {
content: "\e0bc";
}
.retina-communication-020:before {
content: "\e0bd";
}
.retina-communication-021:before {
content: "\e0be";
}
.retina-communication-022:before {
content: "\e0bf";
}
.retina-communication-023:before {
content: "\e0c0";
}
.retina-communication-024:before {
content: "\e0c1";
}
.retina-communication-025:before {
content: "\e0c2";
}
.retina-communication-026:before {
content: "\e0c3";
}
.retina-communication-027:before {
content: "\e0c4";
}
.retina-communication-028:before {
content: "\e0c5";
}
.retina-communication-029:before {
content: "\e0c6";
}
.retina-communication-030:before {
content: "\e0c7";
}
.retina-communication-031:before {
content: "\e0c8";
}
.retina-communication-032:before {
content: "\e0c9";
}
.retina-communication-033:before {
content: "\e0ca";
}
.retina-communication-034:before {
content: "\e0cb";
}
.retina-communication-035:before {
content: "\e0cc";
}
.retina-communication-036:before {
content: "\e0cd";
}
.retina-communication-037:before {
content: "\e0ce";
}
.retina-communication-038:before {
content: "\e0cf";
}
.retina-communication-039:before {
content: "\e0d0";
}
.retina-communication-040:before {
content: "\e0d1";
}
.retina-communication-041:before {
content: "\e0d2";
}
.retina-communication-042:before {
content: "\e0d3";
}
.retina-communication-043:before {
content: "\e0d4";
}
.retina-communication-044:before {
content: "\e0d5";
}
.retina-communication-045:before {
content: "\e0d6";
}
.retina-communication-046:before {
content: "\e0d7";
}
.retina-communication-047:before {
content: "\e0d8";
}
.retina-communication-048:before {
content: "\e0d9";
}
.retina-design-001:before {
content: "\e0da";
}
.retina-design-002:before {
content: "\e0db";
}
.retina-design-003:before {
content: "\e0dc";
}
.retina-design-004:before {
content: "\e0dd";
}
.retina-design-005:before {
content: "\e0de";
}
.retina-design-006:before {
content: "\e0df";
}
.retina-design-007:before {
content: "\e0e0";
}
.retina-design-008:before {
content: "\e0e1";
}
.retina-design-009:before {
content: "\e0e2";
}
.retina-design-010:before {
content: "\e0e3";
}
.retina-design-011:before {
content: "\e0e4";
}
.retina-design-012:before {
content: "\e0e5";
}
.retina-design-013:before {
content: "\e0e6";
}
.retina-design-014:before {
content: "\e0e7";
}
.retina-design-015:before {
content: "\e0e8";
}
.retina-design-016:before {
content: "\e0e9";
}
.retina-design-017:before {
content: "\e0ea";
}
.retina-design-018:before {
content: "\e0eb";
}
.retina-design-019:before {
content: "\e0ec";
}
.retina-design-020:before {
content: "\e0ed";
}
.retina-design-021:before {
content: "\e0ee";
}
.retina-design-022:before {
content: "\e0ef";
}
.retina-design-023:before {
content: "\e0f0";
}
.retina-design-024:before {
content: "\e0f1";
}
.retina-design-025:before {
content: "\e0f2";
}
.retina-design-026:before {
content: "\e0f3";
}
.retina-design-027:before {
content: "\e0f4";
}
.retina-design-028:before {
content: "\e0f5";
}
.retina-design-029:before {
content: "\e0f6";
}
.retina-design-030:before {
content: "\e0f7";
}
.retina-design-031:before {
content: "\e0f8";
}
.retina-design-032:before {
content: "\e0f9";
}
.retina-design-033:before {
content: "\e0fa";
}
.retina-design-034:before {
content: "\e0fb";
}
.retina-design-035:before {
content: "\e0fc";
}
.retina-design-036:before {
content: "\e0fd";
}
.retina-design-037:before {
content: "\e0fe";
}
.retina-design-038:before {
content: "\e0ff";
}
.retina-design-039:before {
content: "\e100";
}
.retina-design-040:before {
content: "\e101";
}
.retina-design-041:before {
content: "\e102";
}
.retina-design-042:before {
content: "\e103";
}
.retina-design-043:before {
content: "\e104";
}
.retina-design-044:before {
content: "\e105";
}
.retina-design-045:before {
content: "\e106";
}
.retina-design-046:before {
content: "\e107";
}
.retina-design-047:before {
content: "\e108";
}
.retina-design-048:before {
content: "\e109";
}
.retina-design-049:before {
content: "\e10a";
}
.retina-design-050:before {
content: "\e10b";
}
.retina-design-051:before {
content: "\e10c";
}
.retina-design-052:before {
content: "\e10d";
}
.retina-design-053:before {
content: "\e10e";
}
.retina-design-054:before {
content: "\e10f";
}
.retina-design-055:before {
content: "\e110";
}
.retina-design-056:before {
content: "\e111";
}
.retina-design-057:before {
content: "\e112";
}
.retina-design-058:before {
content: "\e113";
}
.retina-design-059:before {
content: "\e114";
}
.retina-design-060:before {
content: "\e115";
}
.retina-design-061:before {
content: "\e116";
}
.retina-design-062:before {
content: "\e117";
}
.retina-design-063:before {
content: "\e118";
}
.retina-design-064:before {
content: "\e119";
}
.retina-design-065:before {
content: "\e11a";
}
.retina-design-066:before {
content: "\e11b";
}
.retina-design-067:before {
content: "\e11c";
}
.retina-design-068:before {
content: "\e11d";
}
.retina-design-069:before {
content: "\e11e";
}
.retina-design-070:before {
content: "\e11f";
}
.retina-design-071:before {
content: "\e120";
}
.retina-design-072:before {
content: "\e121";
}
.retina-design-073:before {
content: "\e122";
}
.retina-design-074:before {
content: "\e123";
}
.retina-design-075:before {
content: "\e124";
}
.retina-design-076:before {
content: "\e125";
}
.retina-design-077:before {
content: "\e126";
}
.retina-design-078:before {
content: "\e127";
}
.retina-design-079:before {
content: "\e128";
}
.retina-design-080:before {
content: "\e129";
}
.retina-design-081:before {
content: "\e12a";
}
.retina-design-082:before {
content: "\e12b";
}
.retina-design-083:before {
content: "\e12c";
}
.retina-design-084:before {
content: "\e12d";
}
.retina-education-learning-001:before {
content: "\e12e";
}
.retina-education-learning-002:before {
content: "\e12f";
}
.retina-education-learning-003:before {
content: "\e130";
}
.retina-education-learning-004:before {
content: "\e131";
}
.retina-education-learning-005:before {
content: "\e132";
}
.retina-education-learning-006:before {
content: "\e133";
}
.retina-education-learning-007:before {
content: "\e134";
}
.retina-education-learning-008:before {
content: "\e135";
}
.retina-education-learning-009:before {
content: "\e136";
}
.retina-education-learning-010:before {
content: "\e137";
}
.retina-education-learning-011:before {
content: "\e138";
}
.retina-education-learning-012:before {
content: "\e139";
}
.retina-education-learning-013:before {
content: "\e13a";
}
.retina-education-learning-014:before {
content: "\e13b";
}
.retina-education-learning-015:before {
content: "\e13c";
}
.retina-education-learning-016:before {
content: "\e13d";
}
.retina-education-learning-017:before {
content: "\e13e";
}
.retina-education-learning-018:before {
content: "\e13f";
}
.retina-education-learning-019:before {
content: "\e140";
}
.retina-education-learning-020:before {
content: "\e141";
}
.retina-education-learning-021:before {
content: "\e142";
}
.retina-education-learning-022:before {
content: "\e143";
}
.retina-education-learning-023:before {
content: "\e144";
}
.retina-education-learning-024:before {
content: "\e145";
}
.retina-education-learning-025:before {
content: "\e146";
}
.retina-education-learning-026:before {
content: "\e147";
}
.retina-education-learning-027:before {
content: "\e148";
}
.retina-education-learning-028:before {
content: "\e149";
}
.retina-education-learning-029:before {
content: "\e14a";
}
.retina-education-learning-030:before {
content: "\e14b";
}
.retina-education-learning-031:before {
content: "\e14c";
}
.retina-education-learning-032:before {
content: "\e14d";
}
.retina-education-learning-033:before {
content: "\e14e";
}
.retina-education-learning-034:before {
content: "\e14f";
}
.retina-education-learning-035:before {
content: "\e150";
}
.retina-education-learning-036:before {
content: "\e151";
}
.retina-file-type-content-001:before {
content: "\e152";
}
.retina-file-type-content-002:before {
content: "\e153";
}
.retina-file-type-content-003:before {
content: "\e154";
}
.retina-file-type-content-004:before {
content: "\e155";
}
.retina-file-type-content-005:before {
content: "\e156";
}
.retina-file-type-content-006:before {
content: "\e157";
}
.retina-file-type-content-007:before {
content: "\e158";
}
.retina-file-type-content-008:before {
content: "\e159";
}
.retina-file-type-content-009:before {
content: "\e15a";
}
.retina-file-type-content-010:before {
content: "\e15b";
}
.retina-file-type-content-011:before {
content: "\e15c";
}
.retina-file-type-content-012:before {
content: "\e15d";
}
.retina-file-type-content-013:before {
content: "\e15e";
}
.retina-file-type-content-014:before {
content: "\e15f";
}
.retina-file-type-content-015:before {
content: "\e160";
}
.retina-file-type-content-016:before {
content: "\e161";
}
.retina-file-type-content-017:before {
content: "\e162";
}
.retina-file-type-content-018:before {
content: "\e163";
}
.retina-file-type-content-019:before {
content: "\e164";
}
.retina-file-type-content-020:before {
content: "\e165";
}
.retina-file-type-content-021:before {
content: "\e166";
}
.retina-file-type-content-022:before {
content: "\e167";
}
.retina-file-type-content-023:before {
content: "\e168";
}
.retina-file-type-content-024:before {
content: "\e169";
}
.retina-file-type-content-025:before {
content: "\e16a";
}
.retina-file-type-content-026:before {
content: "\e16b";
}
.retina-file-type-content-027:before {
content: "\e16c";
}
.retina-file-type-content-028:before {
content: "\e16d";
}
.retina-file-type-content-029:before {
content: "\e16e";
}
.retina-file-type-content-030:before {
content: "\e16f";
}
.retina-file-type-content-031:before {
content: "\e170";
}
.retina-file-type-content-032:before {
content: "\e171";
}
.retina-file-type-content-033:before {
content: "\e172";
}
.retina-file-type-content-034:before {
content: "\e173";
}
.retina-file-type-content-035:before {
content: "\e174";
}
.retina-file-type-content-036:before {
content: "\e175";
}
.retina-file-type-content-037:before {
content: "\e176";
}
.retina-file-type-content-038:before {
content: "\e177";
}
.retina-file-type-content-039:before {
content: "\e178";
}
.retina-file-type-content-040:before {
content: "\e179";
}
.retina-file-type-content-041:before {
content: "\e17a";
}
.retina-file-type-content-042:before {
content: "\e17b";
}
.retina-file-type-content-043:before {
content: "\e17c";
}
.retina-file-type-content-044:before {
content: "\e17d";
}
.retina-file-type-content-045:before {
content: "\e17e";
}
.retina-file-type-content-046:before {
content: "\e17f";
}
.retina-file-type-content-047:before {
content: "\e180";
}
.retina-file-type-content-048:before {
content: "\e181";
}
.retina-file-type-content-049:before {
content: "\e182";
}
.retina-file-type-content-050:before {
content: "\e183";
}
.retina-file-type-content-051:before {
content: "\e184";
}
.retina-file-type-content-052:before {
content: "\e185";
}
.retina-file-type-content-053:before {
content: "\e186";
}
.retina-file-type-content-054:before {
content: "\e187";
}
.retina-file-type-content-055:before {
content: "\e188";
}
.retina-file-type-content-056:before {
content: "\e189";
}
.retina-file-type-content-057:before {
content: "\e18a";
}
.retina-file-type-content-058:before {
content: "\e18b";
}
.retina-file-type-content-059:before {
content: "\e18c";
}
.retina-file-type-content-060:before {
content: "\e18d";
}
.retina-file-type-content-061:before {
content: "\e18e";
}
.retina-file-type-content-062:before {
content: "\e18f";
}
.retina-file-type-content-063:before {
content: "\e190";
}
.retina-file-type-content-064:before {
content: "\e191";
}
.retina-file-type-content-065:before {
content: "\e192";
}
.retina-file-type-content-066:before {
content: "\e193";
}
.retina-file-type-content-067:before {
content: "\e194";
}
.retina-file-type-content-068:before {
content: "\e195";
}
.retina-file-type-content-069:before {
content: "\e196";
}
.retina-file-type-content-070:before {
content: "\e197";
}
.retina-file-type-content-071:before {
content: "\e198";
}
.retina-file-type-content-072:before {
content: "\e199";
}
.retina-file-type-content-073:before {
content: "\e19a";
}
.retina-file-type-content-074:before {
content: "\e19b";
}
.retina-file-type-content-075:before {
content: "\e19c";
}
.retina-file-type-content-076:before {
content: "\e19d";
}
.retina-file-type-content-077:before {
content: "\e19e";
}
.retina-file-type-content-078:before {
content: "\e19f";
}
.retina-file-type-content-079:before {
content: "\e1a0";
}
.retina-file-type-content-080:before {
content: "\e1a1";
}
.retina-file-type-content-081:before {
content: "\e1a2";
}
.retina-file-type-content-082:before {
content: "\e1a3";
}
.retina-file-type-content-083:before {
content: "\e1a4";
}
.retina-file-type-content-084:before {
content: "\e1a5";
}
.retina-file-type-content-085:before {
content: "\e1a6";
}
.retina-file-type-content-086:before {
content: "\e1a7";
}
.retina-file-type-content-087:before {
content: "\e1a8";
}
.retina-file-type-content-088:before {
content: "\e1a9";
}
.retina-file-type-content-089:before {
content: "\e1aa";
}
.retina-file-type-content-090:before {
content: "\e1ab";
}
.retina-file-type-content-091:before {
content: "\e1ac";
}
.retina-file-type-content-092:before {
content: "\e1ad";
}
.retina-file-type-content-093:before {
content: "\e1ae";
}
.retina-file-type-content-094:before {
content: "\e1af";
}
.retina-file-type-content-095:before {
content: "\e1b0";
}
.retina-file-type-content-096:before {
content: "\e1b1";
}
.retina-finance-ecommerce-001:before {
content: "\e1b2";
}
.retina-finance-ecommerce-002:before {
content: "\e1b3";
}
.retina-finance-ecommerce-003:before {
content: "\e1b4";
}
.retina-finance-ecommerce-004:before {
content: "\e1b5";
}
.retina-finance-ecommerce-005:before {
content: "\e1b6";
}
.retina-finance-ecommerce-006:before {
content: "\e1b7";
}
.retina-finance-ecommerce-007:before {
content: "\e1b8";
}
.retina-finance-ecommerce-008:before {
content: "\e1b9";
}
.retina-finance-ecommerce-009:before {
content: "\e1ba";
}
.retina-finance-ecommerce-010:before {
content: "\e1bb";
}
.retina-finance-ecommerce-011:before {
content: "\e1bc";
}
.retina-finance-ecommerce-012:before {
content: "\e1bd";
}
.retina-finance-ecommerce-013:before {
content: "\e1be";
}
.retina-finance-ecommerce-014:before {
content: "\e1bf";
}
.retina-finance-ecommerce-015:before {
content: "\e1c0";
}
.retina-finance-ecommerce-016:before {
content: "\e1c1";
}
.retina-finance-ecommerce-017:before {
content: "\e1c2";
}
.retina-finance-ecommerce-018:before {
content: "\e1c3";
}
.retina-finance-ecommerce-019:before {
content: "\e1c4";
}
.retina-finance-ecommerce-020:before {
content: "\e1c5";
}
.retina-finance-ecommerce-021:before {
content: "\e1c6";
}
.retina-finance-ecommerce-022:before {
content: "\e1c7";
}
.retina-finance-ecommerce-023:before {
content: "\e1c8";
}
.retina-finance-ecommerce-024:before {
content: "\e1c9";
}
.retina-finance-ecommerce-025:before {
content: "\e1ca";
}
.retina-finance-ecommerce-026:before {
content: "\e1cb";
}
.retina-finance-ecommerce-027:before {
content: "\e1cc";
}
.retina-finance-ecommerce-028:before {
content: "\e1cd";
}
.retina-finance-ecommerce-029:before {
content: "\e1ce";
}
.retina-finance-ecommerce-030:before {
content: "\e1cf";
}
.retina-finance-ecommerce-031:before {
content: "\e1d0";
}
.retina-finance-ecommerce-032:before {
content: "\e1d1";
}
.retina-finance-ecommerce-033:before {
content: "\e1d2";
}
.retina-finance-ecommerce-034:before {
content: "\e1d3";
}
.retina-finance-ecommerce-035:before {
content: "\e1d4";
}
.retina-finance-ecommerce-036:before {
content: "\e1d5";
}
.retina-food-001:before {
content: "\e1d6";
}
.retina-food-002:before {
content: "\e1d7";
}
.retina-food-003:before {
content: "\e1d8";
}
.retina-food-004:before {
content: "\e1d9";
}
.retina-food-005:before {
content: "\e1da";
}
.retina-food-006:before {
content: "\e1db";
}
.retina-food-007:before {
content: "\e1dc";
}
.retina-food-008:before {
content: "\e1dd";
}
.retina-food-009:before {
content: "\e1de";
}
.retina-food-010:before {
content: "\e1df";
}
.retina-food-011:before {
content: "\e1e0";
}
.retina-food-012:before {
content: "\e1e1";
}
.retina-food-013:before {
content: "\e1e2";
}
.retina-food-014:before {
content: "\e1e3";
}
.retina-food-015:before {
content: "\e1e4";
}
.retina-food-016:before {
content: "\e1e5";
}
.retina-food-017:before {
content: "\e1e6";
}
.retina-food-018:before {
content: "\e1e7";
}
.retina-food-019:before {
content: "\e1e8";
}
.retina-food-020:before {
content: "\e1e9";
}
.retina-food-021:before {
content: "\e1ea";
}
.retina-food-022:before {
content: "\e1eb";
}
.retina-food-023:before {
content: "\e1ec";
}
.retina-food-024:before {
content: "\e1ed";
}
.retina-food-025:before {
content: "\e1ee";
}
.retina-food-026:before {
content: "\e1ef";
}
.retina-food-027:before {
content: "\e1f0";
}
.retina-food-028:before {
content: "\e1f1";
}
.retina-food-029:before {
content: "\e1f2";
}
.retina-food-030:before {
content: "\e1f3";
}
.retina-food-031:before {
content: "\e1f4";
}
.retina-food-032:before {
content: "\e1f5";
}
.retina-food-033:before {
content: "\e1f6";
}
.retina-food-034:before {
content: "\e1f7";
}
.retina-food-035:before {
content: "\e1f8";
}
.retina-food-036:before {
content: "\e1f9";
}
.retina-food-037:before {
content: "\e1fa";
}
.retina-food-038:before {
content: "\e1fb";
}
.retina-food-039:before {
content: "\e1fc";
}
.retina-food-040:before {
content: "\e1fd";
}
.retina-food-041:before {
content: "\e1fe";
}
.retina-food-042:before {
content: "\e1ff";
}
.retina-food-043:before {
content: "\e200";
}
.retina-food-044:before {
content: "\e201";
}
.retina-food-045:before {
content: "\e202";
}
.retina-food-046:before {
content: "\e203";
}
.retina-food-047:before {
content: "\e204";
}
.retina-food-048:before {
content: "\e205";
}
.retina-food-049:before {
content: "\e206";
}
.retina-food-050:before {
content: "\e207";
}
.retina-food-051:before {
content: "\e208";
}
.retina-food-052:before {
content: "\e209";
}
.retina-food-053:before {
content: "\e20a";
}
.retina-food-054:before {
content: "\e20b";
}
.retina-food-055:before {
content: "\e20c";
}
.retina-food-056:before {
content: "\e20d";
}
.retina-food-057:before {
content: "\e20e";
}
.retina-food-058:before {
content: "\e20f";
}
.retina-food-059:before {
content: "\e210";
}
.retina-food-060:before {
content: "\e211";
}
.retina-furniture-001:before {
content: "\e212";
}
.retina-furniture-002:before {
content: "\e213";
}
.retina-furniture-003:before {
content: "\e214";
}
.retina-furniture-004:before {
content: "\e215";
}
.retina-furniture-005:before {
content: "\e216";
}
.retina-furniture-006:before {
content: "\e217";
}
.retina-furniture-007:before {
content: "\e218";
}
.retina-furniture-008:before {
content: "\e219";
}
.retina-furniture-009:before {
content: "\e21a";
}
.retina-furniture-010:before {
content: "\e21b";
}
.retina-furniture-011:before {
content: "\e21c";
}
.retina-furniture-012:before {
content: "\e21d";
}
.retina-furniture-013:before {
content: "\e21e";
}
.retina-furniture-014:before {
content: "\e21f";
}
.retina-furniture-015:before {
content: "\e220";
}
.retina-furniture-016:before {
content: "\e221";
}
.retina-furniture-017:before {
content: "\e222";
}
.retina-furniture-018:before {
content: "\e223";
}
.retina-furniture-019:before {
content: "\e224";
}
.retina-furniture-020:before {
content: "\e225";
}
.retina-furniture-021:before {
content: "\e226";
}
.retina-furniture-022:before {
content: "\e227";
}
.retina-furniture-023:before {
content: "\e228";
}
.retina-furniture-024:before {
content: "\e229";
}
.retina-furniture-025:before {
content: "\e22a";
}
.retina-furniture-026:before {
content: "\e22b";
}
.retina-furniture-027:before {
content: "\e22c";
}
.retina-furniture-028:before {
content: "\e22d";
}
.retina-furniture-029:before {
content: "\e22e";
}
.retina-furniture-030:before {
content: "\e22f";
}
.retina-furniture-031:before {
content: "\e230";
}
.retina-furniture-032:before {
content: "\e231";
}
.retina-furniture-033:before {
content: "\e232";
}
.retina-furniture-034:before {
content: "\e233";
}
.retina-furniture-035:before {
content: "\e234";
}
.retina-furniture-036:before {
content: "\e235";
}
.retina-furniture-037:before {
content: "\e236";
}
.retina-furniture-038:before {
content: "\e237";
}
.retina-furniture-039:before {
content: "\e238";
}
.retina-furniture-040:before {
content: "\e239";
}
.retina-furniture-041:before {
content: "\e23a";
}
.retina-furniture-042:before {
content: "\e23b";
}
.retina-furniture-043:before {
content: "\e23c";
}
.retina-furniture-044:before {
content: "\e23d";
}
.retina-furniture-045:before {
content: "\e23e";
}
.retina-furniture-046:before {
content: "\e23f";
}
.retina-furniture-047:before {
content: "\e240";
}
.retina-furniture-048:before {
content: "\e241";
}
.retina-gadgets-device-tech001:before {
content: "\e242";
}
.retina-gadgets-device-tech002:before {
content: "\e243";
}
.retina-gadgets-device-tech003:before {
content: "\e244";
}
.retina-gadgets-device-tech004:before {
content: "\e245";
}
.retina-gadgets-device-tech005:before {
content: "\e246";
}
.retina-gadgets-device-tech006:before {
content: "\e247";
}
.retina-gadgets-device-tech007:before {
content: "\e248";
}
.retina-gadgets-device-tech008:before {
content: "\e249";
}
.retina-gadgets-device-tech009:before {
content: "\e24a";
}
.retina-gadgets-device-tech010:before {
content: "\e24b";
}
.retina-gadgets-device-tech011:before {
content: "\e24c";
}
.retina-gadgets-device-tech012:before {
content: "\e24d";
}
.retina-gadgets-device-tech013:before {
content: "\e24e";
}
.retina-gadgets-device-tech014:before {
content: "\e24f";
}
.retina-gadgets-device-tech015:before {
content: "\e250";
}
.retina-gadgets-device-tech016:before {
content: "\e251";
}
.retina-gadgets-device-tech017:before {
content: "\e252";
}
.retina-gadgets-device-tech018:before {
content: "\e253";
}
.retina-gadgets-device-tech019:before {
content: "\e254";
}
.retina-gadgets-device-tech020:before {
content: "\e255";
}
.retina-gadgets-device-tech021:before {
content: "\e256";
}
.retina-gadgets-device-tech022:before {
content: "\e257";
}
.retina-gadgets-device-tech023:before {
content: "\e258";
}
.retina-gadgets-device-tech024:before {
content: "\e259";
}
.retina-gadgets-device-tech025:before {
content: "\e25a";
}
.retina-gadgets-device-tech026:before {
content: "\e25b";
}
.retina-gadgets-device-tech027:before {
content: "\e25c";
}
.retina-gadgets-device-tech028:before {
content: "\e25d";
}
.retina-gadgets-device-tech029:before {
content: "\e25e";
}
.retina-gadgets-device-tech030:before {
content: "\e25f";
}
.retina-gadgets-device-tech031:before {
content: "\e260";
}
.retina-gadgets-device-tech032:before {
content: "\e261";
}
.retina-gadgets-device-tech033:before {
content: "\e262";
}
.retina-gadgets-device-tech034:before {
content: "\e263";
}
.retina-gadgets-device-tech035:before {
content: "\e264";
}
.retina-gadgets-device-tech036:before {
content: "\e265";
}
.retina-gadgets-device-tech037:before {
content: "\e266";
}
.retina-gadgets-device-tech038:before {
content: "\e267";
}
.retina-gadgets-device-tech039:before {
content: "\e268";
}
.retina-gadgets-device-tech040:before {
content: "\e269";
}
.retina-gadgets-device-tech041:before {
content: "\e26a";
}
.retina-gadgets-device-tech042:before {
content: "\e26b";
}
.retina-gadgets-device-tech043:before {
content: "\e26c";
}
.retina-gadgets-device-tech044:before {
content: "\e26d";
}
.retina-gadgets-device-tech045:before {
content: "\e26e";
}
.retina-gadgets-device-tech046:before {
content: "\e26f";
}
.retina-gadgets-device-tech047:before {
content: "\e270";
}
.retina-gadgets-device-tech048:before {
content: "\e271";
}
.retina-lifestyle-001:before {
content: "\e272";
}
.retina-lifestyle-002:before {
content: "\e273";
}
.retina-lifestyle-003:before {
content: "\e274";
}
.retina-lifestyle-004:before {
content: "\e275";
}
.retina-lifestyle-005:before {
content: "\e276";
}
.retina-lifestyle-006:before {
content: "\e277";
}
.retina-lifestyle-007:before {
content: "\e278";
}
.retina-lifestyle-008:before {
content: "\e279";
}
.retina-lifestyle-009:before {
content: "\e27a";
}
.retina-lifestyle-010:before {
content: "\e27b";
}
.retina-lifestyle-011:before {
content: "\e27c";
}
.retina-lifestyle-012:before {
content: "\e27d";
}
.retina-lifestyle-013:before {
content: "\e27e";
}
.retina-lifestyle-014:before {
content: "\e27f";
}
.retina-lifestyle-015:before {
content: "\e280";
}
.retina-lifestyle-016:before {
content: "\e281";
}
.retina-lifestyle-017:before {
content: "\e282";
}
.retina-lifestyle-018:before {
content: "\e283";
}
.retina-lifestyle-019:before {
content: "\e284";
}
.retina-lifestyle-020:before {
content: "\e285";
}
.retina-lifestyle-021:before {
content: "\e286";
}
.retina-lifestyle-022:before {
content: "\e287";
}
.retina-lifestyle-023:before {
content: "\e288";
}
.retina-lifestyle-024:before {
content: "\e289";
}
.retina-lifestyle-025:before {
content: "\e28a";
}
.retina-lifestyle-026:before {
content: "\e28b";
}
.retina-lifestyle-027:before {
content: "\e28c";
}
.retina-lifestyle-028:before {
content: "\e28d";
}
.retina-lifestyle-029:before {
content: "\e28e";
}
.retina-lifestyle-030:before {
content: "\e28f";
}
.retina-lifestyle-031:before {
content: "\e290";
}
.retina-lifestyle-032:before {
content: "\e291";
}
.retina-lifestyle-033:before {
content: "\e292";
}
.retina-lifestyle-034:before {
content: "\e293";
}
.retina-lifestyle-035:before {
content: "\e294";
}
.retina-lifestyle-036:before {
content: "\e295";
}
.retina-lifestyle-037:before {
content: "\e296";
}
.retina-lifestyle-038:before {
content: "\e297";
}
.retina-lifestyle-039:before {
content: "\e298";
}
.retina-lifestyle-040:before {
content: "\e299";
}
.retina-lifestyle-041:before {
content: "\e29a";
}
.retina-lifestyle-042:before {
content: "\e29b";
}
.retina-lifestyle-043:before {
content: "\e29c";
}
.retina-lifestyle-044:before {
content: "\e29d";
}
.retina-lifestyle-045:before {
content: "\e29e";
}
.retina-lifestyle-046:before {
content: "\e29f";
}
.retina-lifestyle-047:before {
content: "\e2a0";
}
.retina-lifestyle-048:before {
content: "\e2a1";
}
.retina-health-care-medical-001:before {
content: "\e2a2";
}
.retina-health-care-medical-002:before {
content: "\e2a3";
}
.retina-health-care-medical-003:before {
content: "\e2a4";
}
.retina-health-care-medical-004:before {
content: "\e2a5";
}
.retina-health-care-medical-005:before {
content: "\e2a6";
}
.retina-health-care-medical-006:before {
content: "\e2a7";
}
.retina-health-care-medical-007:before {
content: "\e2a8";
}
.retina-health-care-medical-008:before {
content: "\e2a9";
}
.retina-health-care-medical-009:before {
content: "\e2aa";
}
.retina-health-care-medical-010:before {
content: "\e2ab";
}
.retina-health-care-medical-011:before {
content: "\e2ac";
}
.retina-health-care-medical-012:before {
content: "\e2ad";
}
.retina-health-care-medical-013:before {
content: "\e2ae";
}
.retina-health-care-medical-014:before {
content: "\e2af";
}
.retina-health-care-medical-015:before {
content: "\e2b0";
}
.retina-health-care-medical-016:before {
content: "\e2b1";
}
.retina-health-care-medical-017:before {
content: "\e2b2";
}
.retina-health-care-medical-018:before {
content: "\e2b3";
}
.retina-health-care-medical-019:before {
content: "\e2b4";
}
.retina-health-care-medical-020:before {
content: "\e2b5";
}
.retina-health-care-medical-021:before {
content: "\e2b6";
}
.retina-health-care-medical-022:before {
content: "\e2b7";
}
.retina-health-care-medical-023:before {
content: "\e2b8";
}
.retina-health-care-medical-024:before {
content: "\e2b9";
}
.retina-health-care-medical-025:before {
content: "\e2ba";
}
.retina-health-care-medical-026:before {
content: "\e2bb";
}
.retina-health-care-medical-027:before {
content: "\e2bc";
}
.retina-health-care-medical-028:before {
content: "\e2bd";
}
.retina-health-care-medical-029:before {
content: "\e2be";
}
.retina-health-care-medical-030:before {
content: "\e2bf";
}
.retina-health-care-medical-031:before {
content: "\e2c0";
}
.retina-health-care-medical-032:before {
content: "\e2c1";
}
.retina-health-care-medical-033:before {
content: "\e2c2";
}
.retina-health-care-medical-034:before {
content: "\e2c3";
}
.retina-health-care-medical-035:before {
content: "\e2c4";
}
.retina-health-care-medical-036:before {
content: "\e2c5";
}
.retina-health-care-medical-037:before {
content: "\e2c6";
}
.retina-health-care-medical-038:before {
content: "\e2c7";
}
.retina-health-care-medical-039:before {
content: "\e2c8";
}
.retina-health-care-medical-040:before {
content: "\e2c9";
}
.retina-health-care-medical-041:before {
content: "\e2ca";
}
.retina-health-care-medical-042:before {
content: "\e2cb";
}
.retina-health-care-medical-043:before {
content: "\e2cc";
}
.retina-health-care-medical-044:before {
content: "\e2cd";
}
.retina-health-care-medical-045:before {
content: "\e2ce";
}
.retina-health-care-medical-046:before {
content: "\e2cf";
}
.retina-health-care-medical-047:before {
content: "\e2d0";
}
.retina-health-care-medical-048:before {
content: "\e2d1";
}
.retina-music-sound-001:before {
content: "\e2d2";
}
.retina-music-sound-002:before {
content: "\e2d3";
}
.retina-music-sound-003:before {
content: "\e2d4";
}
.retina-music-sound-004:before {
content: "\e2d5";
}
.retina-music-sound-005:before {
content: "\e2d6";
}
.retina-music-sound-006:before {
content: "\e2d7";
}
.retina-music-sound-007:before {
content: "\e2d8";
}
.retina-music-sound-008:before {
content: "\e2d9";
}
.retina-music-sound-009:before {
content: "\e2da";
}
.retina-music-sound-010:before {
content: "\e2db";
}
.retina-music-sound-011:before {
content: "\e2dc";
}
.retina-music-sound-012:before {
content: "\e2dd";
}
.retina-music-sound-013:before {
content: "\e2de";
}
.retina-music-sound-014:before {
content: "\e2df";
}
.retina-music-sound-015:before {
content: "\e2e0";
}
.retina-music-sound-016:before {
content: "\e2e1";
}
.retina-music-sound-017:before {
content: "\e2e2";
}
.retina-music-sound-018:before {
content: "\e2e3";
}
.retina-music-sound-019:before {
content: "\e2e4";
}
.retina-music-sound-020:before {
content: "\e2e5";
}
.retina-music-sound-021:before {
content: "\e2e6";
}
.retina-music-sound-022:before {
content: "\e2e7";
}
.retina-music-sound-023:before {
content: "\e2e8";
}
.retina-music-sound-024:before {
content: "\e2e9";
}
.retina-music-sound-025:before {
content: "\e2ea";
}
.retina-music-sound-026:before {
content: "\e2eb";
}
.retina-music-sound-027:before {
content: "\e2ec";
}
.retina-music-sound-028:before {
content: "\e2ed";
}
.retina-music-sound-029:before {
content: "\e2ee";
}
.retina-music-sound-030:before {
content: "\e2ef";
}
.retina-music-sound-031:before {
content: "\e2f0";
}
.retina-music-sound-032:before {
content: "\e2f1";
}
.retina-music-sound-033:before {
content: "\e2f2";
}
.retina-music-sound-034:before {
content: "\e2f3";
}
.retina-music-sound-035:before {
content: "\e2f4";
}
.retina-music-sound-036:before {
content: "\e2f5";
}
.retina-nature-037:before {
content: "\e2f6";
}
.retina-nature-038:before {
content: "\e2f7";
}
.retina-nature-039:before {
content: "\e2f8";
}
.retina-nature-040:before {
content: "\e2f9";
}
.retina-nature-041:before {
content: "\e2fa";
}
.retina-nature-042:before {
content: "\e2fb";
}
.retina-nature-043:before {
content: "\e2fc";
}
.retina-nature-044:before {
content: "\e2fd";
}
.retina-nature-045:before {
content: "\e2fe";
}
.retina-nature-046:before {
content: "\e2ff";
}
.retina-nature-047:before {
content: "\e300";
}
.retina-nature-048:before {
content: "\e301";
}
.retina-nature-049:before {
content: "\e302";
}
.retina-nature-050:before {
content: "\e303";
}
.retina-nature-051:before {
content: "\e304";
}
.retina-nature-052:before {
content: "\e305";
}
.retina-nature-053:before {
content: "\e306";
}
.retina-nature-054:before {
content: "\e307";
}
.retina-nature-055:before {
content: "\e308";
}
.retina-nature-056:before {
content: "\e309";
}
.retina-nature-057:before {
content: "\e30a";
}
.retina-nature-058:before {
content: "\e30b";
}
.retina-nature-059:before {
content: "\e30c";
}
.retina-nature-060:before {
content: "\e30d";
}
.retina-nature-061:before {
content: "\e30e";
}
.retina-nature-062:before {
content: "\e30f";
}
.retina-nature-063:before {
content: "\e310";
}
.retina-nature-064:before {
content: "\e311";
}
.retina-nature-065:before {
content: "\e312";
}
.retina-nature-066:before {
content: "\e313";
}
.retina-nature-067:before {
content: "\e314";
}
.retina-nature-068:before {
content: "\e315";
}
.retina-nature-069:before {
content: "\e316";
}
.retina-nature-070:before {
content: "\e317";
}
.retina-nature-071:before {
content: "\e318";
}
.retina-nature-072:before {
content: "\e319";
}
.retina-religion-beliefs-holy001:before {
content: "\e31a";
}
.retina-religion-beliefs-holy002:before {
content: "\e31b";
}
.retina-religion-beliefs-holy003:before {
content: "\e31c";
}
.retina-religion-beliefs-holy004:before {
content: "\e31d";
}
.retina-religion-beliefs-holy005:before {
content: "\e31e";
}
.retina-religion-beliefs-holy006:before {
content: "\e31f";
}
.retina-religion-beliefs-holy007:before {
content: "\e320";
}
.retina-religion-beliefs-holy008:before {
content: "\e321";
}
.retina-religion-beliefs-holy009:before {
content: "\e322";
}
.retina-religion-beliefs-holy010:before {
content: "\e323";
}
.retina-religion-beliefs-holy011:before {
content: "\e324";
}
.retina-religion-beliefs-holy012:before {
content: "\e325";
}
.retina-religion-beliefs-holy013:before {
content: "\e326";
}
.retina-religion-beliefs-holy014:before {
content: "\e327";
}
.retina-religion-beliefs-holy015:before {
content: "\e328";
}
.retina-religion-beliefs-holy016:before {
content: "\e329";
}
.retina-religion-beliefs-holy017:before {
content: "\e32a";
}
.retina-religion-beliefs-holy018:before {
content: "\e32b";
}
.retina-religion-beliefs-holy019:before {
content: "\e32c";
}
.retina-religion-beliefs-holy020:before {
content: "\e32d";
}
.retina-religion-beliefs-holy021:before {
content: "\e32e";
}
.retina-religion-beliefs-holy022:before {
content: "\e32f";
}
.retina-religion-beliefs-holy023:before {
content: "\e330";
}
.retina-religion-beliefs-holy024:before {
content: "\e331";
}
.retina-religion-beliefs-holy025:before {
content: "\e332";
}
.retina-religion-beliefs-holy026:before {
content: "\e333";
}
.retina-religion-beliefs-holy027:before {
content: "\e334";
}
.retina-religion-beliefs-holy028:before {
content: "\e335";
}
.retina-religion-beliefs-holy029:before {
content: "\e336";
}
.retina-religion-beliefs-holy030:before {
content: "\e337";
}
.retina-religion-beliefs-holy031:before {
content: "\e338";
}
.retina-religion-beliefs-holy032:before {
content: "\e339";
}
.retina-religion-beliefs-holy033:before {
content: "\e33a";
}
.retina-religion-beliefs-holy034:before {
content: "\e33b";
}
.retina-religion-beliefs-holy035:before {
content: "\e33c";
}
.retina-religion-beliefs-holy036:before {
content: "\e33d";
}
.retina-religion-beliefs-holy037:before {
content: "\e33e";
}
.retina-religion-beliefs-holy038:before {
content: "\e33f";
}
.retina-religion-beliefs-holy039:before {
content: "\e340";
}
.retina-religion-beliefs-holy040:before {
content: "\e341";
}
.retina-religion-beliefs-holy041:before {
content: "\e342";
}
.retina-religion-beliefs-holy042:before {
content: "\e343";
}
.retina-religion-beliefs-holy043:before {
content: "\e344";
}
.retina-religion-beliefs-holy044:before {
content: "\e345";
}
.retina-religion-beliefs-holy045:before {
content: "\e346";
}
.retina-religion-beliefs-holy046:before {
content: "\e347";
}
.retina-religion-beliefs-holy047:before {
content: "\e348";
}
.retina-religion-beliefs-holy048:before {
content: "\e349";
}
.retina-social-brands-001:before {
content: "\e34a";
}
.retina-social-brands-002:before {
content: "\e34b";
}
.retina-social-brands-003:before {
content: "\e34c";
}
.retina-social-brands-004:before {
content: "\e34d";
}
.retina-social-brands-005:before {
content: "\e34e";
}
.retina-social-brands-006:before {
content: "\e34f";
}
.retina-social-brands-007:before {
content: "\e350";
}
.retina-social-brands-008:before {
content: "\e351";
}
.retina-social-brands-009:before {
content: "\e352";
}
.retina-social-brands-010:before {
content: "\e353";
}
.retina-social-brands-011:before {
content: "\e354";
}
.retina-social-brands-012:before {
content: "\e355";
}
.retina-social-brands-013:before {
content: "\e356";
}
.retina-social-brands-014:before {
content: "\e357";
}
.retina-social-brands-015:before {
content: "\e358";
}
.retina-social-brands-016:before {
content: "\e359";
}
.retina-social-brands-017:before {
content: "\e35a";
}
.retina-social-brands-018:before {
content: "\e35b";
}
.retina-social-brands-019:before {
content: "\e35c";
}
.retina-social-brands-020:before {
content: "\e35d";
}
.retina-social-brands-021:before {
content: "\e35e";
}
.retina-social-brands-022:before {
content: "\e35f";
}
.retina-social-brands-023:before {
content: "\e360";
}
.retina-social-brands-024:before {
content: "\e361";
}
.retina-social-brands-025:before {
content: "\e362";
}
.retina-social-brands-026:before {
content: "\e363";
}
.retina-social-brands-027:before {
content: "\e364";
}
.retina-social-brands-028:before {
content: "\e365";
}
.retina-social-brands-029:before {
content: "\e366";
}
.retina-social-brands-030:before {
content: "\e367";
}
.retina-social-brands-031:before {
content: "\e368";
}
.retina-social-brands-032:before {
content: "\e369";
}
.retina-social-brands-033:before {
content: "\e36a";
}
.retina-social-brands-034:before {
content: "\e36b";
}
.retina-social-brands-035:before {
content: "\e36c";
}
.retina-social-brands-036:before {
content: "\e36d";
}
.retina-space-001:before {
content: "\e36e";
}
.retina-space-002:before {
content: "\e36f";
}
.retina-space-003:before {
content: "\e370";
}
.retina-space-004:before {
content: "\e371";
}
.retina-space-005:before {
content: "\e372";
}
.retina-space-006:before {
content: "\e373";
}
.retina-space-007:before {
content: "\e374";
}
.retina-space-008:before {
content: "\e375";
}
.retina-space-009:before {
content: "\e376";
}
.retina-space-010:before {
content: "\e377";
}
.retina-space-011:before {
content: "\e378";
}
.retina-space-012:before {
content: "\e379";
}
.retina-space-013:before {
content: "\e37a";
}
.retina-space-014:before {
content: "\e37b";
}
.retina-space-015:before {
content: "\e37c";
}
.retina-space-016:before {
content: "\e37d";
}
.retina-space-017:before {
content: "\e37e";
}
.retina-space-018:before {
content: "\e37f";
}
.retina-space-019:before {
content: "\e380";
}
.retina-space-020:before {
content: "\e381";
}
.retina-space-021:before {
content: "\e382";
}
.retina-space-022:before {
content: "\e383";
}
.retina-space-023:before {
content: "\e384";
}
.retina-space-024:before {
content: "\e385";
}
.retina-sport-games-001:before {
content: "\e386";
}
.retina-sport-games-002:before {
content: "\e387";
}
.retina-sport-games-003:before {
content: "\e388";
}
.retina-sport-games-004:before {
content: "\e389";
}
.retina-sport-games-005:before {
content: "\e38a";
}
.retina-sport-games-006:before {
content: "\e38b";
}
.retina-sport-games-007:before {
content: "\e38c";
}
.retina-sport-games-008:before {
content: "\e38d";
}
.retina-sport-games-009:before {
content: "\e38e";
}
.retina-sport-games-010:before {
content: "\e38f";
}
.retina-sport-games-011:before {
content: "\e390";
}
.retina-sport-games-012:before {
content: "\e391";
}
.retina-sport-games-013:before {
content: "\e392";
}
.retina-sport-games-014:before {
content: "\e393";
}
.retina-sport-games-015:before {
content: "\e394";
}
.retina-sport-games-016:before {
content: "\e395";
}
.retina-sport-games-017:before {
content: "\e396";
}
.retina-sport-games-018:before {
content: "\e397";
}
.retina-sport-games-019:before {
content: "\e398";
}
.retina-sport-games-020:before {
content: "\e399";
}
.retina-sport-games-021:before {
content: "\e39a";
}
.retina-sport-games-022:before {
content: "\e39b";
}
.retina-sport-games-023:before {
content: "\e39c";
}
.retina-sport-games-024:before {
content: "\e39d";
}
.retina-sport-games-025:before {
content: "\e39e";
}
.retina-sport-games-026:before {
content: "\e39f";
}
.retina-sport-games-027:before {
content: "\e3a0";
}
.retina-sport-games-028:before {
content: "\e3a1";
}
.retina-sport-games-029:before {
content: "\e3a2";
}
.retina-sport-games-030:before {
content: "\e3a3";
}
.retina-sport-games-031:before {
content: "\e3a4";
}
.retina-sport-games-032:before {
content: "\e3a5";
}
.retina-sport-games-033:before {
content: "\e3a6";
}
.retina-sport-games-034:before {
content: "\e3a7";
}
.retina-sport-games-035:before {
content: "\e3a8";
}
.retina-sport-games-036:before {
content: "\e3a9";
}
.retina-sport-games-037:before {
content: "\e3aa";
}
.retina-sport-games-038:before {
content: "\e3ab";
}
.retina-sport-games-039:before {
content: "\e3ac";
}
.retina-sport-games-040:before {
content: "\e3ad";
}
.retina-sport-games-041:before {
content: "\e3ae";
}
.retina-sport-games-042:before {
content: "\e3af";
}
.retina-sport-games-043:before {
content: "\e3b0";
}
.retina-sport-games-044:before {
content: "\e3b1";
}
.retina-sport-games-045:before {
content: "\e3b2";
}
.retina-sport-games-046:before {
content: "\e3b3";
}
.retina-sport-games-047:before {
content: "\e3b4";
}
.retina-sport-games-048:before {
content: "\e3b5";
}
.retina-the-essentials-001:before {
content: "\e3b6";
}
.retina-the-essentials-002:before {
content: "\e3b7";
}
.retina-the-essentials-003:before {
content: "\e3b8";
}
.retina-the-essentials-004:before {
content: "\e3b9";
}
.retina-the-essentials-005:before {
content: "\e3ba";
}
.retina-the-essentials-006:before {
content: "\e3bb";
}
.retina-the-essentials-007:before {
content: "\e3bc";
}
.retina-the-essentials-008:before {
content: "\e3bd";
}
.retina-the-essentials-009:before {
content: "\e3be";
}
.retina-the-essentials-010:before {
content: "\e3bf";
}
.retina-the-essentials-011:before {
content: "\e3c0";
}
.retina-the-essentials-012:before {
content: "\e3c1";
}
.retina-the-essentials-013:before {
content: "\e3c2";
}
.retina-the-essentials-014:before {
content: "\e3c3";
}
.retina-the-essentials-015:before {
content: "\e3c4";
}
.retina-the-essentials-016:before {
content: "\e3c5";
}
.retina-the-essentials-017:before {
content: "\e3c6";
}
.retina-the-essentials-018:before {
content: "\e3c7";
}
.retina-the-essentials-019:before {
content: "\e3c8";
}
.retina-the-essentials-020:before {
content: "\e3c9";
}
.retina-the-essentials-021:before {
content: "\e3ca";
}
.retina-the-essentials-022:before {
content: "\e3cb";
}
.retina-the-essentials-023:before {
content: "\e3cc";
}
.retina-the-essentials-024:before {
content: "\e3cd";
}
.retina-the-essentials-025:before {
content: "\e3ce";
}
.retina-the-essentials-026:before {
content: "\e3cf";
}
.retina-the-essentials-027:before {
content: "\e3d0";
}
.retina-the-essentials-028:before {
content: "\e3d1";
}
.retina-the-essentials-029:before {
content: "\e3d2";
}
.retina-the-essentials-030:before {
content: "\e3d3";
}
.retina-the-essentials-031:before {
content: "\e3d4";
}
.retina-the-essentials-032:before {
content: "\e3d5";
}
.retina-the-essentials-033:before {
content: "\e3d6";
}
.retina-the-essentials-034:before {
content: "\e3d7";
}
.retina-the-essentials-035:before {
content: "\e3d8";
}
.retina-the-essentials-036:before {
content: "\e3d9";
}
.retina-the-essentials-037:before {
content: "\e3da";
}
.retina-the-essentials-038:before {
content: "\e3db";
}
.retina-the-essentials-039:before {
content: "\e3dc";
}
.retina-the-essentials-040:before {
content: "\e3dd";
}
.retina-the-essentials-041:before {
content: "\e3de";
}
.retina-the-essentials-042:before {
content: "\e3df";
}
.retina-the-essentials-043:before {
content: "\e3e0";
}
.retina-the-essentials-044:before {
content: "\e3e1";
}
.retina-the-essentials-045:before {
content: "\e3e2";
}
.retina-the-essentials-046:before {
content: "\e3e3";
}
.retina-the-essentials-047:before {
content: "\e3e4";
}
.retina-the-essentials-048:before {
content: "\e3e5";
}
.retina-the-essentials-049:before {
content: "\e3e6";
}
.retina-the-essentials-050:before {
content: "\e3e7";
}
.retina-the-essentials-051:before {
content: "\e3e8";
}
.retina-the-essentials-052:before {
content: "\e3e9";
}
.retina-the-essentials-053:before {
content: "\e3ea";
}
.retina-the-essentials-054:before {
content: "\e3eb";
}
.retina-the-essentials-055:before {
content: "\e3ec";
}
.retina-the-essentials-056:before {
content: "\e3ed";
}
.retina-the-essentials-057:before {
content: "\e3ee";
}
.retina-the-essentials-058:before {
content: "\e3ef";
}
.retina-the-essentials-059:before {
content: "\e3f0";
}
.retina-the-essentials-060:before {
content: "\e3f1";
}
.retina-the-essentials-061:before {
content: "\e3f2";
}
.retina-the-essentials-062:before {
content: "\e3f3";
}
.retina-the-essentials-063:before {
content: "\e3f4";
}
.retina-the-essentials-064:before {
content: "\e3f5";
}
.retina-the-essentials-065:before {
content: "\e3f6";
}
.retina-the-essentials-066:before {
content: "\e3f7";
}
.retina-the-essentials-067:before {
content: "\e3f8";
}
.retina-the-essentials-068:before {
content: "\e3f9";
}
.retina-the-essentials-069:before {
content: "\e3fa";
}
.retina-the-essentials-070:before {
content: "\e3fb";
}
.retina-the-essentials-071:before {
content: "\e3fc";
}
.retina-the-essentials-072:before {
content: "\e3fd";
}
.retina-the-essentials-073:before {
content: "\e3fe";
}
.retina-the-essentials-074:before {
content: "\e3ff";
}
.retina-the-essentials-075:before {
content: "\e400";
}
.retina-the-essentials-076:before {
content: "\e401";
}
.retina-the-essentials-077:before {
content: "\e402";
}
.retina-the-essentials-078:before {
content: "\e403";
}
.retina-the-essentials-079:before {
content: "\e404";
}
.retina-the-essentials-080:before {
content: "\e405";
}
.retina-the-essentials-081:before {
content: "\e406";
}
.retina-the-essentials-082:before {
content: "\e407";
}
.retina-the-essentials-083:before {
content: "\e408";
}
.retina-the-essentials-084:before {
content: "\e409";
}
.retina-the-essentials-085:before {
content: "\e40a";
}
.retina-the-essentials-086:before {
content: "\e40b";
}
.retina-the-essentials-087:before {
content: "\e40c";
}
.retina-the-essentials-088:before {
content: "\e40d";
}
.retina-the-essentials-089:before {
content: "\e40e";
}
.retina-the-essentials-090:before {
content: "\e40f";
}
.retina-the-essentials-091:before {
content: "\e410";
}
.retina-the-essentials-092:before {
content: "\e411";
}
.retina-the-essentials-093:before {
content: "\e412";
}
.retina-the-essentials-094:before {
content: "\e413";
}
.retina-the-essentials-095:before {
content: "\e414";
}
.retina-the-essentials-096:before {
content: "\e415";
}
.retina-the-essentials-097:before {
content: "\e416";
}
.retina-the-essentials-098:before {
content: "\e417";
}
.retina-the-essentials-099:before {
content: "\e418";
}
.retina-the-essentials-100:before {
content: "\e419";
}
.retina-the-essentials-101:before {
content: "\e41a";
}
.retina-the-essentials-102:before {
content: "\e41b";
}
.retina-the-essentials-103:before {
content: "\e41c";
}
.retina-the-essentials-104:before {
content: "\e41d";
}
.retina-the-essentials-105:before {
content: "\e41e";
}
.retina-the-essentials-106:before {
content: "\e41f";
}
.retina-the-essentials-107:before {
content: "\e420";
}
.retina-the-essentials-108:before {
content: "\e421";
}
.retina-the-essentials-109:before {
content: "\e422";
}
.retina-the-essentials-110:before {
content: "\e423";
}
.retina-the-essentials-111:before {
content: "\e424";
}
.retina-the-essentials-112:before {
content: "\e425";
}
.retina-the-essentials-113:before {
content: "\e426";
}
.retina-the-essentials-114:before {
content: "\e427";
}
.retina-the-essentials-115:before {
content: "\e428";
}
.retina-the-essentials-116:before {
content: "\e429";
}
.retina-the-essentials-117:before {
content: "\e42a";
}
.retina-the-essentials-118:before {
content: "\e42b";
}
.retina-the-essentials-119:before {
content: "\e42c";
}
.retina-the-essentials-120:before {
content: "\e42d";
}
.retina-the-essentials-121:before {
content: "\e42e";
}
.retina-the-essentials-122:before {
content: "\e42f";
}
.retina-the-essentials-123:before {
content: "\e430";
}
.retina-the-essentials-124:before {
content: "\e431";
}
.retina-the-essentials-125:before {
content: "\e432";
}
.retina-the-essentials-126:before {
content: "\e433";
}
.retina-the-essentials-127:before {
content: "\e434";
}
.retina-the-essentials-128:before {
content: "\e435";
}
.retina-the-essentials-129:before {
content: "\e436";
}
.retina-the-essentials-130:before {
content: "\e437";
}
.retina-the-essentials-131:before {
content: "\e438";
}
.retina-the-essentials-132:before {
content: "\e439";
}
.retina-the-essentials-133:before {
content: "\e43a";
}
.retina-the-essentials-134:before {
content: "\e43b";
}
.retina-the-essentials-135:before {
content: "\e43c";
}
.retina-the-essentials-136:before {
content: "\e43d";
}
.retina-the-essentials-137:before {
content: "\e43e";
}
.retina-the-essentials-138:before {
content: "\e43f";
}
.retina-the-essentials-139:before {
content: "\e440";
}
.retina-the-essentials-140:before {
content: "\e441";
}
.retina-the-essentials-141:before {
content: "\e442";
}
.retina-the-essentials-142:before {
content: "\e443";
}
.retina-the-essentials-143:before {
content: "\e444";
}
.retina-the-essentials-144:before {
content: "\e445";
}
.retina-the-essentials-145:before {
content: "\e446";
}
.retina-the-essentials-146:before {
content: "\e447";
}
.retina-the-essentials-147:before {
content: "\e448";
}
.retina-the-essentials-148:before {
content: "\e449";
}
.retina-the-essentials-149:before {
content: "\e44a";
}
.retina-the-essentials-150:before {
content: "\e44b";
}
.retina-the-essentials-151:before {
content: "\e44c";
}
.retina-the-essentials-152:before {
content: "\e44d";
}
.retina-the-essentials-153:before {
content: "\e44e";
}
.retina-the-essentials-154:before {
content: "\e44f";
}
.retina-the-essentials-155:before {
content: "\e450";
}
.retina-the-essentials-156:before {
content: "\e451";
}
.retina-the-essentials-157:before {
content: "\e452";
}
.retina-the-essentials-158:before {
content: "\e453";
}
.retina-the-essentials-159:before {
content: "\e454";
}
.retina-the-essentials-160:before {
content: "\e455";
}
.retina-the-essentials-161:before {
content: "\e456";
}
.retina-the-essentials-162:before {
content: "\e457";
}
.retina-the-essentials-163:before {
content: "\e458";
}
.retina-the-essentials-164:before {
content: "\e459";
}
.retina-the-essentials-165:before {
content: "\e45a";
}
.retina-the-essentials-166:before {
content: "\e45b";
}
.retina-the-essentials-167:before {
content: "\e45c";
}
.retina-the-essentials-168:before {
content: "\e45d";
}
.retina-travel-transport001:before {
content: "\e45e";
}
.retina-travel-transport002:before {
content: "\e45f";
}
.retina-travel-transport003:before {
content: "\e460";
}
.retina-travel-transport004:before {
content: "\e461";
}
.retina-travel-transport005:before {
content: "\e462";
}
.retina-travel-transport006:before {
content: "\e463";
}
.retina-travel-transport007:before {
content: "\e464";
}
.retina-travel-transport008:before {
content: "\e465";
}
.retina-travel-transport009:before {
content: "\e466";
}
.retina-travel-transport010:before {
content: "\e467";
}
.retina-travel-transport011:before {
content: "\e468";
}
.retina-travel-transport012:before {
content: "\e469";
}
.retina-travel-transport013:before {
content: "\e46a";
}
.retina-travel-transport014:before {
content: "\e46b";
}
.retina-travel-transport015:before {
content: "\e46c";
}
.retina-travel-transport016:before {
content: "\e46d";
}
.retina-travel-transport017:before {
content: "\e46e";
}
.retina-travel-transport018:before {
content: "\e46f";
}
.retina-travel-transport019:before {
content: "\e470";
}
.retina-travel-transport020:before {
content: "\e471";
}
.retina-travel-transport021:before {
content: "\e472";
}
.retina-travel-transport022:before {
content: "\e473";
}
.retina-travel-transport023:before {
content: "\e474";
}
.retina-travel-transport024:before {
content: "\e475";
}
.retina-travel-transport025:before {
content: "\e476";
}
.retina-travel-transport026:before {
content: "\e477";
}
.retina-travel-transport027:before {
content: "\e478";
}
.retina-travel-transport028:before {
content: "\e479";
}
.retina-travel-transport029:before {
content: "\e47a";
}
.retina-travel-transport030:before {
content: "\e47b";
}
.retina-travel-transport031:before {
content: "\e47c";
}
.retina-travel-transport032:before {
content: "\e47d";
}
.retina-travel-transport033:before {
content: "\e47e";
}
.retina-travel-transport034:before {
content: "\e47f";
}
.retina-travel-transport035:before {
content: "\e480";
}
.retina-travel-transport036:before {
content: "\e481";
}
.retina-travel-transport037:before {
content: "\e482";
}
.retina-travel-transport038:before {
content: "\e483";
}
.retina-travel-transport039:before {
content: "\e484";
}
.retina-travel-transport040:before {
content: "\e485";
}
.retina-travel-transport041:before {
content: "\e486";
}
.retina-travel-transport042:before {
content: "\e487";
}
.retina-travel-transport043:before {
content: "\e488";
}
.retina-travel-transport044:before {
content: "\e489";
}
.retina-travel-transport045:before {
content: "\e48a";
}
.retina-travel-transport046:before {
content: "\e48b";
}
.retina-travel-transport047:before {
content: "\e48c";
}
.retina-travel-transport048:before {
content: "\e48d";
}
.retina-travel-transport049:before {
content: "\e48e";
}
.retina-travel-transport050:before {
content: "\e48f";
}
.retina-travel-transport051:before {
content: "\e490";
}
.retina-travel-transport052:before {
content: "\e491";
}
.retina-travel-transport053:before {
content: "\e492";
}
.retina-travel-transport054:before {
content: "\e493";
}
.retina-travel-transport055:before {
content: "\e494";
}
.retina-travel-transport056:before {
content: "\e495";
}
.retina-travel-transport057:before {
content: "\e496";
}
.retina-travel-transport058:before {
content: "\e497";
}
.retina-travel-transport059:before {
content: "\e498";
}
.retina-travel-transport060:before {
content: "\e499";
}
.retina-vegetables-and-fruits-001:before {
content: "\e49a";
}
.retina-vegetables-and-fruits-002:before {
content: "\e49b";
}
.retina-vegetables-and-fruits-003:before {
content: "\e49c";
}
.retina-vegetables-and-fruits-004:before {
content: "\e49d";
}
.retina-vegetables-and-fruits-005:before {
content: "\e49e";
}
.retina-vegetables-and-fruits-006:before {
content: "\e49f";
}
.retina-vegetables-and-fruits-007:before {
content: "\e4a0";
}
.retina-vegetables-and-fruits-008:before {
content: "\e4a1";
}
.retina-vegetables-and-fruits-009:before {
content: "\e4a2";
}
.retina-vegetables-and-fruits-010:before {
content: "\e4a3";
}
.retina-vegetables-and-fruits-011:before {
content: "\e4a4";
}
.retina-vegetables-and-fruits-012:before {
content: "\e4a5";
}
.retina-vegetables-and-fruits-013:before {
content: "\e4a6";
}
.retina-vegetables-and-fruits-014:before {
content: "\e4a7";
}
.retina-vegetables-and-fruits-015:before {
content: "\e4a8";
}
.retina-vegetables-and-fruits-016:before {
content: "\e4a9";
}
.retina-vegetables-and-fruits-017:before {
content: "\e4aa";
}
.retina-vegetables-and-fruits-018:before {
content: "\e4ab";
}
.retina-vegetables-and-fruits-019:before {
content: "\e4ac";
}
.retina-vegetables-and-fruits-020:before {
content: "\e4ad";
}
.retina-vegetables-and-fruits-021:before {
content: "\e4ae";
}
.retina-vegetables-and-fruits-022:before {
content: "\e4af";
}
.retina-vegetables-and-fruits-023:before {
content: "\e4b0";
}
.retina-vegetables-and-fruits-024:before {
content: "\e4b1";
}
.retina-weather-001:before {
content: "\e4b2";
}
.retina-weather-002:before {
content: "\e4b3";
}
.retina-weather-003:before {
content: "\e4b4";
}
.retina-weather-004:before {
content: "\e4b5";
}
.retina-weather-005:before {
content: "\e4b6";
}
.retina-weather-006:before {
content: "\e4b7";
}
.retina-weather-007:before {
content: "\e4b8";
}
.retina-weather-008:before {
content: "\e4b9";
}
.retina-weather-009:before {
content: "\e4ba";
}
.retina-weather-010:before {
content: "\e4bb";
}
.retina-weather-011:before {
content: "\e4bc";
}
.retina-weather-012:before {
content: "\e4bd";
}
.retina-weather-013:before {
content: "\e4be";
}
.retina-weather-014:before {
content: "\e4bf";
}
.retina-weather-015:before {
content: "\e4c0";
}
.retina-weather-016:before {
content: "\e4c1";
}
.retina-weather-017:before {
content: "\e4c2";
}
.retina-weather-018:before {
content: "\e4c3";
}
.retina-weather-019:before {
content: "\e4c4";
}
.retina-weather-020:before {
content: "\e4c5";
}
.retina-weather-021:before {
content: "\e4c6";
}
.retina-weather-022:before {
content: "\e4c7";
}
.retina-weather-023:before {
content: "\e4c8";
}
.retina-weather-024:before {
content: "\e4c9";
}
.retina-weather-025:before {
content: "\e4ca";
}
.retina-weather-026:before {
content: "\e4cb";
}
.retina-weather-027:before {
content: "\e4cc";
}
.retina-weather-028:before {
content: "\e4cd";
}
.retina-weather-029:before {
content: "\e4ce";
}
.retina-weather-030:before {
content: "\e4cf";
}
.retina-weather-031:before {
content: "\e4d0";
}
.retina-weather-032:before {
content: "\e4d1";
}
.retina-weather-033:before {
content: "\e4d2";
}
.retina-weather-034:before {
content: "\e4d3";
}
.retina-weather-035:before {
content: "\e4d4";
}
.retina-weather-036:before {
content: "\e4d5";
}
| 0.269902 | 0.070176 |
*,
*:before,
*:after {
box-sizing: border-box;
}
html {
font-family: 'Open Sans', sans-serif;
}
a {
text-decoration: none;
background-color: transparent;
}
a:hover {
outline: 0;
text-decoration: none;
}
a:focus {
outline: none;
text-decoration: none;
}
button {
color: inherit;
font: inherit;
margin: 0;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
cursor: pointer;
}
button:focus {
outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* -- container -- */
#app,
.wrap {
height: 100%;
}
.container {
width: 100%;
}
.title,
.intro {
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.title {
font-size: 70px;
margin: 0;
}
.intro {
font-size: 30px;
margin: 15px 10px 20px;
}
.btn-area {
width: 600px;
margin: 0 auto;
}
/* -- scale animation -- */
@keyframes scale {
from {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.scale {
animation: scale both 0.4s cubic-bezier(0.4, 0, 0, 1.5);
}
/* -- btn -- */
.btn {
display: inline-block;
color: #0a1855;
width: 140px;
padding: 0;
font-size: 18px;
background: #fff;
margin: 20px 30px;
line-height: 42px;
user-select: none;
text-align: center;
border: none;
border-radius: 4px;
}
.btn:hover {
box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
}
.btn:active {
box-shadow: 0 0 50px rgba(255, 255, 255, 0.3),
inset 2px 2px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0);
}
@media (max-width: 600px) {
.container {
padding-top: 30px !important;
}
.title {
font-size: 40px;
}
.intro {
font-size: 20px;
}
.btn {
width: 35%;
font-size: 16px;
line-height: 34px;
margin: 10px 0 10px 10%;
}
.btn-area {
width: 100%;
}
}
/* -- title -- */
.header {
font-size: 16px;
padding-bottom: 10px;
border-bottom: 1px solid #e9e9e9;
}
/* -- body -- */
.body {
padding-top: 15px;
}
/* -- button -- */
.rodal-cancel-btn,
.rodal-confirm-btn {
position: absolute;
font: inherit;
bottom: 16px;
width: 70px;
padding: 4px 15px;
border-radius: 3px;
transition: background 0.2s;
border: 1px solid #03a9f4;
}
.rodal-confirm-btn {
color: #fff;
right: 102px;
background: #03a9f4;
}
.rodal-confirm-btn:hover {
background: #0098e3;
}
.rodal-cancel-btn {
color: #03a9f4;
right: 16px;
background: #fff;
}
.rodal-cancel-btn:hover {
background: #fafafa;
}
.rodal-cancel-btn:focus,
.rodal-confirm-btn:focus {
outline: none;
}
.rodal-confirm-btn:active {
background: #0087d2;
}
.rodal-cancel-btn:active {
background: #fafafa;
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px transparent;
}
|
docs/src/index.css
|
*,
*:before,
*:after {
box-sizing: border-box;
}
html {
font-family: 'Open Sans', sans-serif;
}
a {
text-decoration: none;
background-color: transparent;
}
a:hover {
outline: 0;
text-decoration: none;
}
a:focus {
outline: none;
text-decoration: none;
}
button {
color: inherit;
font: inherit;
margin: 0;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
cursor: pointer;
}
button:focus {
outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* -- container -- */
#app,
.wrap {
height: 100%;
}
.container {
width: 100%;
}
.title,
.intro {
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.title {
font-size: 70px;
margin: 0;
}
.intro {
font-size: 30px;
margin: 15px 10px 20px;
}
.btn-area {
width: 600px;
margin: 0 auto;
}
/* -- scale animation -- */
@keyframes scale {
from {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.scale {
animation: scale both 0.4s cubic-bezier(0.4, 0, 0, 1.5);
}
/* -- btn -- */
.btn {
display: inline-block;
color: #0a1855;
width: 140px;
padding: 0;
font-size: 18px;
background: #fff;
margin: 20px 30px;
line-height: 42px;
user-select: none;
text-align: center;
border: none;
border-radius: 4px;
}
.btn:hover {
box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
}
.btn:active {
box-shadow: 0 0 50px rgba(255, 255, 255, 0.3),
inset 2px 2px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0);
}
@media (max-width: 600px) {
.container {
padding-top: 30px !important;
}
.title {
font-size: 40px;
}
.intro {
font-size: 20px;
}
.btn {
width: 35%;
font-size: 16px;
line-height: 34px;
margin: 10px 0 10px 10%;
}
.btn-area {
width: 100%;
}
}
/* -- title -- */
.header {
font-size: 16px;
padding-bottom: 10px;
border-bottom: 1px solid #e9e9e9;
}
/* -- body -- */
.body {
padding-top: 15px;
}
/* -- button -- */
.rodal-cancel-btn,
.rodal-confirm-btn {
position: absolute;
font: inherit;
bottom: 16px;
width: 70px;
padding: 4px 15px;
border-radius: 3px;
transition: background 0.2s;
border: 1px solid #03a9f4;
}
.rodal-confirm-btn {
color: #fff;
right: 102px;
background: #03a9f4;
}
.rodal-confirm-btn:hover {
background: #0098e3;
}
.rodal-cancel-btn {
color: #03a9f4;
right: 16px;
background: #fff;
}
.rodal-cancel-btn:hover {
background: #fafafa;
}
.rodal-cancel-btn:focus,
.rodal-confirm-btn:focus {
outline: none;
}
.rodal-confirm-btn:active {
background: #0087d2;
}
.rodal-cancel-btn:active {
background: #fafafa;
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px transparent;
}
| 0.382718 | 0.067886 |
* {
margin: 0;
padding: 0
}
body {
color: #4c6978;
font: 14px 'microsoft yahei', Arial, Helvetica, sans-serif
}
.synopsisArea .btn {
line-height: 28px;
text-align: center;
padding-top: 8px;
line-height: 28px;
height: 40px;
text-align: center;
padding-top: 8px
}
.synopsisArea .btn a {
margin: 5px 3px;
padding: 5px 18px;
background-size: 20px;
background: #eb2650;
color: #fff;
text-align: center;
font-size: 16px;
border-radius: 5px;
box-shadow: 0 2px 1px #d32248 inset
}
.synopsisArea .btn .btn_toBookShelf {
background: #f0962a;
box-shadow: 0 2px 1px #d88726 inset
}
.synopsisArea .btn .btn_toMyBook {
background: #658fbd;
box-shadow: 0 2px 1px #5b80aa inset
}
div, p {
wrap-work: break-word;
word-break: break-all;
word-wrap: break-word;
word-break: normal;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-box-sizing: border-box
}
.clear {
clear: both
}
.clearf::after {
content: "";
clear: both;
display: table
}
li {
list-style: none
}
em {
font-style: normal
}
input[type="text"], input[type="button"], input[type="submit"], input[type="search"], textarea {
font: 12px 宋体, Arial, Helvetica, sans-serif;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-box-sizing: border-box;
-webkit-appearance: none
}
img {
border: none
}
a {
color: #4c6978;
text-decoration: none;
border: none;
cursor: pointer
}
a:hover {
text-decoration: none
}
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden
}
.clearfix {
display: inline-block
}
* html .clearfix {
height: 1%
}
.clearfix {
display: block
}
h1, h2, h3, h4, h5, h6 {
font-size: 16px;
font-weight: 400
}
footer {
padding: 15px 10px;
text-align: center;
line-height: 33px;
background: #68aac2;
position: relative;
font-size: 14px
}
footer .version a {
margin: 0 10px;
color: #c5d7df;
text-shadow: 1px 1px #3e86a8
}
footer .version .sel {
color: #fff;
font-size: 16px
}
footer .link a {
margin: 0 10px;
color: #accad6;
font-size: 14px
}
footer img {
position: absolute;
right: 25px;
top: 15px;
cursor: pointer;
width: 31px
}
footer .channel a {
margin: 0 5px;
color: #c5d7df;
text-shadow: 1px 1px #3e86a8
}
.channelHeader {
height: 45px;
line-height: 45px;
text-align: center;
font-size: 16px;
color: #fff;
text-shadow: 1px 1px #2680aa;
background-size: 136px 45px;
background-color: #68aac2;
border-top: 1px #8ec5d9 solid
}
.channelHeader2 .title {
text-align: center
}
.recommend .label, .tabArea .label {
padding: 0 5px;
width: 320px;
margin: 0 auto;
margin-bottom: 5px;
margin-top: 5px
}
.showmore {
height: 40px;
line-height: 40px;
text-align: center
}
.showmore img {
width: 15px;
height: 15px;
margin-left: 5px;
margin-bottom: -3px
}
.hidearea {
display: none
}
.channelHeader {
overflow: hidden;
padding: 0
}
.iconback {
float: left;
margin-left: 12px
}
.iconhome {
float: right;
margin-right: 12px
}
.iconback, .iconhome {
margin-top: 12px;
text-align: center;
display: block;
color: #fff
}
.iconback img, .iconhome img {
width: 40px;
height: 40px;
font-size: 12px;
text-align: center;
line-height: 40px
}
.searchForm {
text-align: center;
margin: 10px;
position: relative;
clear: both
}
.searchForm_input {
border: 1px #c0deea solid;
font-size: 14px;
background: #f8fdff;
padding: 0 60px 0 86px;
width: 100%;
height: 30px;
line-height: 30px;
color: #cbcfd1
}
.searchTarge {
position: absolute;
left: 0;
top: 0;
text-align: left;
z-index: 100
}
.searchTarge .TargeTitle {
padding-right: 6px;
height: 30px;
line-height: 30px;
border-right: 1px #C0DEEA solid;
color: #C0DEEA
}
.searchTarge .TargeList {
background: #C0DEEA;
color: #fff;
display: none
}
.searchTarge .active {
display: block !important
}
.searchTarge .TargeList li:first-child {
border-bottom: 1px solid
}
.searchTarge .TargeList li {
padding: 8px 0 8px 24px;
line-height: 24px
}
.searchTarge .TargeList li:hover {
background: #b4dae8
}
.footer-app {
position: relative;
display: block;
box-sizing: border-box;
height: 3.76rem;
padding: .76rem 6rem 0 4rem;
margin: 10px 0;
border-top: #f6f7f9 1px solid;
border-bottom: #f6f7f9 1px solid
}
.icon-app-logo > svg {
width: 32px;
height: 32px;
vertical-align: -.25ex;
fill: currentColor
}
.synopsisArea .btn .bg_android {
background: #97C03D;
box-shadow: 0 2px 1px #97C03D inset
}
.synopsisArea .btn .bg_ios {
background: #8c8989;
box-shadow: 0 2px 1px #8c8989 inset
}
.synopsisArea .btn .bg_txt {
background: #658fbd;
box-shadow: 0 2px 1px #5b80aa inset
}
.lnr {
width: 24px;
height: 24px;
fill: currentColor
}
.lnr-arrow-up-circle {
position: absolute;
right: 25px;
top: 18px;
cursor: pointer;
width: 31px;
color: #fff
}
.lnr-magnifier {
width: 18px;
height: 18px
}
.lnr-chevron-down {
width: 14px;
height: 18px
}
.lnr-user {
width: 20px;
height: 20px
}
.TargeTitle span {
display: inline-block;
float: left
}
.serach_span {
position: absolute;
right: 0;
top: 0;
height: 30px;
color: #C0DEEA;
line-height: 30px;
border-left: 1px #C0DEEA solid;
padding-right: 8px
}
.serach_span span {
display: inline-block;
float: left
}
.s_magnifier {
padding: 6px 0 0 6px
}
.s_chevrondown {
padding: 6px 0 0 3px
}
.s_submitbtn .searchForm_btn {
background: none;
color: #C0DEEA;
border: none;
padding-top: 7px;
font-size: 14px;
padding-right: 4px
}
.directoryArea p a {
display: inline-block;
width: 100%
}
.directoryArea {
overflow: hidden;
}
.footer-bok {
position: relative;
display: block;
box-sizing: border-box;
height: 3.76rem;
padding: .76rem 6rem 0 4rem;
margin: 10px 0;
border-top: #f6f7f9 1px solid;
border-bottom: #f6f7f9 1px solid
}
.footer-bok .icon-bok-logo {
position: absolute;
top: .6rem;
left: 1rem;
font-size: 1.5rem;
color: #fff;
border-radius: .38rem;
background-color: #68aac2;
padding: 3px
}
.footer-bok .btn-primary-small {
position: absolute;
top: 0;
right: 1rem;
bottom: 0;
height: 1.6rem;
margin: auto;
font-size: .88rem;
line-height: 1.6rem;
padding-right: 2ch;
padding-left: 2ch;
text-align: center;
color: #fff;
border-radius: 1.6rem;
background-color: #68aac2
}
.footer-bok-h {
font-size: .88rem
}
.footer-bok-p {
font-size: .76rem;
color: #969ba3
}
.icon-bok-logo > svg {
width: 32px;
height: 32px;
vertical-align: -.25ex;
fill: currentColor
}
.ty234Y {
position: relative;
display: block;
box-sizing: border-box;
height: 3.76rem;
padding: .76rem 6rem 0 4rem;
margin: 10px 0;
border-top: #f6f7f9 1px solid;
border-bottom: #f6f7f9 1px solid
}
.ty234Y .icon-app-logo {
position: absolute;
top: .6rem;
left: 1rem;
font-size: 1.5rem;
color: #fff;
border-radius: .38rem;
background-color: #68aac2;
padding: 3px
}
.ty234Y .btn-primary-small {
position: absolute;
top: 0;
right: 1rem;
bottom: 0;
height: 1.6rem;
margin: auto;
font-size: .88rem;
line-height: 1.6rem;
padding-right: 2ch;
padding-left: 2ch;
text-align: center;
color: #fff;
border-radius: 1.6rem;
background-color: #68aac2
}
.login_box {
padding: 10px;
}
.login_name {
background: none repeat scroll 0 0 #F8FDFF;
border: 1px solid #C0DEEA;
color: #CBCFD1;
font-size: 14px;
height: 40px;
width: 100%;
margin-bottom: 10px;
}
.login_captcha {
width: 100%;
margin-bottom: 10px;
}
.login_name .name {
background: none;
border: 0;
color: #CBCFD1;
font-size: 14px;
height: 38px;
width: 86%;
}
.login_captcha .captcha {
height: 38px;
}
.person_bg {
display: inline-block;
float: left;
padding: 9px 8px 0 9px;
}
.psw_bg {
display: inline-block;
float: left;
padding: 6px 6px 0 6px;
}
.mobile_bg {
display: block;
float: left;
width: 40px;
height: 40px;
}
.login_in {
display: block;
margin: 10px 0;
background: #eb5758;
height: 40px;
line-height: 40px;
text-align: center;
border: 0;
color: #fff;
width: 100%;
border-radius: 3px;
font-size: 16px;
font-family: "hiragino Sans GB W3";
}
input.login_in {
font-size: 16px;
}
.text_login a {
color: #fff;
}
.text_login a.fr {
text-align: right;
color: #eb5758;
}
.text_login {
padding-bottom: 10px;
font-size: 12px;
overflow: hidden;
}
.login_qs {
overflow: hidden;
height: 100%;
}
.login_qs p {
font-size: 14px;
color: #011921;
padding: 10px 0
}
.login_qs a {
font-size: 12px;
float: left;
width: 50%;
line-height: 24px;
color: #011921;
}
.tip_box {
border: 1px solid #C0DEEA;
border-radius: 5px;
color: #7D7B7B;
font-size: 12px;
line-height: 25px;
margin: 30px 0px 10px 0px;
padding: 10px;
position: relative;
}
.tip_box h2 {
background: none repeat scroll 0 0 #FFFFFF;
color: #60A1BB;
font-size: 16px;
padding: 0 5px;
position: absolute;
top: -16px;
}
.tab-nav {
height: 40px;
overflow: hidden;
}
.tabArea4 .tab-nav h2 {
width: 25%;
}
.tab-nav h2 {
background: none repeat scroll 0 0 #68AAC2;
cursor: pointer;
float: left;
font-size: 16px;
height: 40px;
line-height: 40px;
text-align: center;
width: 50%;
position: relative;
}
.tab-nav h2 .tab-nav-cur {
border-bottom: 2px solid #FFFFFF;
color: #FFFFFF;
padding-bottom: 5px;
}
.tab-nav h2 a {
color: #D2E4EB;
text-shadow: 1px 1px #3C84A6;
}
/*.register_in{ margin-left:20%;}*/
.text_register {
text-align: center;
padding: 0;
color: #373738;
font-size: 12px;
}
.text_register a {
color: #68aac2;
}
.text_register a.jion {
color: #ce5200;
}
.text_font {
font-size: 14px;
line-height: 25px;
text-align: left;
padding-top: 20px;
}
.text_font span {
font-size: 12px;
color: #7d8f96;
}
.login_tip {
color: #373738;
line-height: 25px;
padding-bottom: 10px;
}
.login_tip span {
color: #68aac2;
}
.messege {
line-height: 30px;
font-size: 16px;
color: #373738;
padding-bottom: 10px;
}
.messege span {
color: #68aac2
}
.pre {
color: #444444;
font-size: 14px;
line-height: 29px;
}
.tips_text {
color: #fe5c54;
padding-bottom: 10px;
line-height: 20px;
display: none;
}
.kefu {
padding-top: 20px;
}
.number_moble {
padding: 10px;
overflow: hidden;
line-height: 40px;
font-size: 16px;
}
.number_moble .login_in {
float: right;
width: 40%;
margin: 0;
}
.modifiy p {
margin-bottom: 10px;
}
.modifiy p span {
width: 30%;
text-align: right;
float: left;
line-height: 40px;
}
.modifiy p input {
background: none repeat scroll 0 0 #F8FDFF;
border: 1px solid #C0DEEA;
color: #68AAC2;
font-size: 14px;
height: 40px;
line-height: 14px;
padding: 0 8px;
width: 70%;
}
.moblie_input {
background: none repeat scroll 0 0 #F8FDFF;
border: 1px solid #C0DEEA;
color: #CBCFD1;
font-size: 14px;
height: 40px;
padding: 0 10px;
width: 100%;
margin-bottom: 10px;
}
.synopsisAd {
font-size: 14px;
line-height: 20px;
padding-bottom: 10px;
}
.newArea_codenum, .psw_moblie {
display: none;
}
.song {
position: absolute;
right: 24%;
display: block;
background: #fe5c54;
color: #fff;
border-radius: 30px;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 14px;
}
.footer {
padding-top: 0 !important;
height: 50px !important;
line-height: 50px !important;
}
|
public/static/biquge/css/login_m.css
|
* {
margin: 0;
padding: 0
}
body {
color: #4c6978;
font: 14px 'microsoft yahei', Arial, Helvetica, sans-serif
}
.synopsisArea .btn {
line-height: 28px;
text-align: center;
padding-top: 8px;
line-height: 28px;
height: 40px;
text-align: center;
padding-top: 8px
}
.synopsisArea .btn a {
margin: 5px 3px;
padding: 5px 18px;
background-size: 20px;
background: #eb2650;
color: #fff;
text-align: center;
font-size: 16px;
border-radius: 5px;
box-shadow: 0 2px 1px #d32248 inset
}
.synopsisArea .btn .btn_toBookShelf {
background: #f0962a;
box-shadow: 0 2px 1px #d88726 inset
}
.synopsisArea .btn .btn_toMyBook {
background: #658fbd;
box-shadow: 0 2px 1px #5b80aa inset
}
div, p {
wrap-work: break-word;
word-break: break-all;
word-wrap: break-word;
word-break: normal;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-box-sizing: border-box
}
.clear {
clear: both
}
.clearf::after {
content: "";
clear: both;
display: table
}
li {
list-style: none
}
em {
font-style: normal
}
input[type="text"], input[type="button"], input[type="submit"], input[type="search"], textarea {
font: 12px 宋体, Arial, Helvetica, sans-serif;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-box-sizing: border-box;
-webkit-appearance: none
}
img {
border: none
}
a {
color: #4c6978;
text-decoration: none;
border: none;
cursor: pointer
}
a:hover {
text-decoration: none
}
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden
}
.clearfix {
display: inline-block
}
* html .clearfix {
height: 1%
}
.clearfix {
display: block
}
h1, h2, h3, h4, h5, h6 {
font-size: 16px;
font-weight: 400
}
footer {
padding: 15px 10px;
text-align: center;
line-height: 33px;
background: #68aac2;
position: relative;
font-size: 14px
}
footer .version a {
margin: 0 10px;
color: #c5d7df;
text-shadow: 1px 1px #3e86a8
}
footer .version .sel {
color: #fff;
font-size: 16px
}
footer .link a {
margin: 0 10px;
color: #accad6;
font-size: 14px
}
footer img {
position: absolute;
right: 25px;
top: 15px;
cursor: pointer;
width: 31px
}
footer .channel a {
margin: 0 5px;
color: #c5d7df;
text-shadow: 1px 1px #3e86a8
}
.channelHeader {
height: 45px;
line-height: 45px;
text-align: center;
font-size: 16px;
color: #fff;
text-shadow: 1px 1px #2680aa;
background-size: 136px 45px;
background-color: #68aac2;
border-top: 1px #8ec5d9 solid
}
.channelHeader2 .title {
text-align: center
}
.recommend .label, .tabArea .label {
padding: 0 5px;
width: 320px;
margin: 0 auto;
margin-bottom: 5px;
margin-top: 5px
}
.showmore {
height: 40px;
line-height: 40px;
text-align: center
}
.showmore img {
width: 15px;
height: 15px;
margin-left: 5px;
margin-bottom: -3px
}
.hidearea {
display: none
}
.channelHeader {
overflow: hidden;
padding: 0
}
.iconback {
float: left;
margin-left: 12px
}
.iconhome {
float: right;
margin-right: 12px
}
.iconback, .iconhome {
margin-top: 12px;
text-align: center;
display: block;
color: #fff
}
.iconback img, .iconhome img {
width: 40px;
height: 40px;
font-size: 12px;
text-align: center;
line-height: 40px
}
.searchForm {
text-align: center;
margin: 10px;
position: relative;
clear: both
}
.searchForm_input {
border: 1px #c0deea solid;
font-size: 14px;
background: #f8fdff;
padding: 0 60px 0 86px;
width: 100%;
height: 30px;
line-height: 30px;
color: #cbcfd1
}
.searchTarge {
position: absolute;
left: 0;
top: 0;
text-align: left;
z-index: 100
}
.searchTarge .TargeTitle {
padding-right: 6px;
height: 30px;
line-height: 30px;
border-right: 1px #C0DEEA solid;
color: #C0DEEA
}
.searchTarge .TargeList {
background: #C0DEEA;
color: #fff;
display: none
}
.searchTarge .active {
display: block !important
}
.searchTarge .TargeList li:first-child {
border-bottom: 1px solid
}
.searchTarge .TargeList li {
padding: 8px 0 8px 24px;
line-height: 24px
}
.searchTarge .TargeList li:hover {
background: #b4dae8
}
.footer-app {
position: relative;
display: block;
box-sizing: border-box;
height: 3.76rem;
padding: .76rem 6rem 0 4rem;
margin: 10px 0;
border-top: #f6f7f9 1px solid;
border-bottom: #f6f7f9 1px solid
}
.icon-app-logo > svg {
width: 32px;
height: 32px;
vertical-align: -.25ex;
fill: currentColor
}
.synopsisArea .btn .bg_android {
background: #97C03D;
box-shadow: 0 2px 1px #97C03D inset
}
.synopsisArea .btn .bg_ios {
background: #8c8989;
box-shadow: 0 2px 1px #8c8989 inset
}
.synopsisArea .btn .bg_txt {
background: #658fbd;
box-shadow: 0 2px 1px #5b80aa inset
}
.lnr {
width: 24px;
height: 24px;
fill: currentColor
}
.lnr-arrow-up-circle {
position: absolute;
right: 25px;
top: 18px;
cursor: pointer;
width: 31px;
color: #fff
}
.lnr-magnifier {
width: 18px;
height: 18px
}
.lnr-chevron-down {
width: 14px;
height: 18px
}
.lnr-user {
width: 20px;
height: 20px
}
.TargeTitle span {
display: inline-block;
float: left
}
.serach_span {
position: absolute;
right: 0;
top: 0;
height: 30px;
color: #C0DEEA;
line-height: 30px;
border-left: 1px #C0DEEA solid;
padding-right: 8px
}
.serach_span span {
display: inline-block;
float: left
}
.s_magnifier {
padding: 6px 0 0 6px
}
.s_chevrondown {
padding: 6px 0 0 3px
}
.s_submitbtn .searchForm_btn {
background: none;
color: #C0DEEA;
border: none;
padding-top: 7px;
font-size: 14px;
padding-right: 4px
}
.directoryArea p a {
display: inline-block;
width: 100%
}
.directoryArea {
overflow: hidden;
}
.footer-bok {
position: relative;
display: block;
box-sizing: border-box;
height: 3.76rem;
padding: .76rem 6rem 0 4rem;
margin: 10px 0;
border-top: #f6f7f9 1px solid;
border-bottom: #f6f7f9 1px solid
}
.footer-bok .icon-bok-logo {
position: absolute;
top: .6rem;
left: 1rem;
font-size: 1.5rem;
color: #fff;
border-radius: .38rem;
background-color: #68aac2;
padding: 3px
}
.footer-bok .btn-primary-small {
position: absolute;
top: 0;
right: 1rem;
bottom: 0;
height: 1.6rem;
margin: auto;
font-size: .88rem;
line-height: 1.6rem;
padding-right: 2ch;
padding-left: 2ch;
text-align: center;
color: #fff;
border-radius: 1.6rem;
background-color: #68aac2
}
.footer-bok-h {
font-size: .88rem
}
.footer-bok-p {
font-size: .76rem;
color: #969ba3
}
.icon-bok-logo > svg {
width: 32px;
height: 32px;
vertical-align: -.25ex;
fill: currentColor
}
.ty234Y {
position: relative;
display: block;
box-sizing: border-box;
height: 3.76rem;
padding: .76rem 6rem 0 4rem;
margin: 10px 0;
border-top: #f6f7f9 1px solid;
border-bottom: #f6f7f9 1px solid
}
.ty234Y .icon-app-logo {
position: absolute;
top: .6rem;
left: 1rem;
font-size: 1.5rem;
color: #fff;
border-radius: .38rem;
background-color: #68aac2;
padding: 3px
}
.ty234Y .btn-primary-small {
position: absolute;
top: 0;
right: 1rem;
bottom: 0;
height: 1.6rem;
margin: auto;
font-size: .88rem;
line-height: 1.6rem;
padding-right: 2ch;
padding-left: 2ch;
text-align: center;
color: #fff;
border-radius: 1.6rem;
background-color: #68aac2
}
.login_box {
padding: 10px;
}
.login_name {
background: none repeat scroll 0 0 #F8FDFF;
border: 1px solid #C0DEEA;
color: #CBCFD1;
font-size: 14px;
height: 40px;
width: 100%;
margin-bottom: 10px;
}
.login_captcha {
width: 100%;
margin-bottom: 10px;
}
.login_name .name {
background: none;
border: 0;
color: #CBCFD1;
font-size: 14px;
height: 38px;
width: 86%;
}
.login_captcha .captcha {
height: 38px;
}
.person_bg {
display: inline-block;
float: left;
padding: 9px 8px 0 9px;
}
.psw_bg {
display: inline-block;
float: left;
padding: 6px 6px 0 6px;
}
.mobile_bg {
display: block;
float: left;
width: 40px;
height: 40px;
}
.login_in {
display: block;
margin: 10px 0;
background: #eb5758;
height: 40px;
line-height: 40px;
text-align: center;
border: 0;
color: #fff;
width: 100%;
border-radius: 3px;
font-size: 16px;
font-family: "hiragino Sans GB W3";
}
input.login_in {
font-size: 16px;
}
.text_login a {
color: #fff;
}
.text_login a.fr {
text-align: right;
color: #eb5758;
}
.text_login {
padding-bottom: 10px;
font-size: 12px;
overflow: hidden;
}
.login_qs {
overflow: hidden;
height: 100%;
}
.login_qs p {
font-size: 14px;
color: #011921;
padding: 10px 0
}
.login_qs a {
font-size: 12px;
float: left;
width: 50%;
line-height: 24px;
color: #011921;
}
.tip_box {
border: 1px solid #C0DEEA;
border-radius: 5px;
color: #7D7B7B;
font-size: 12px;
line-height: 25px;
margin: 30px 0px 10px 0px;
padding: 10px;
position: relative;
}
.tip_box h2 {
background: none repeat scroll 0 0 #FFFFFF;
color: #60A1BB;
font-size: 16px;
padding: 0 5px;
position: absolute;
top: -16px;
}
.tab-nav {
height: 40px;
overflow: hidden;
}
.tabArea4 .tab-nav h2 {
width: 25%;
}
.tab-nav h2 {
background: none repeat scroll 0 0 #68AAC2;
cursor: pointer;
float: left;
font-size: 16px;
height: 40px;
line-height: 40px;
text-align: center;
width: 50%;
position: relative;
}
.tab-nav h2 .tab-nav-cur {
border-bottom: 2px solid #FFFFFF;
color: #FFFFFF;
padding-bottom: 5px;
}
.tab-nav h2 a {
color: #D2E4EB;
text-shadow: 1px 1px #3C84A6;
}
/*.register_in{ margin-left:20%;}*/
.text_register {
text-align: center;
padding: 0;
color: #373738;
font-size: 12px;
}
.text_register a {
color: #68aac2;
}
.text_register a.jion {
color: #ce5200;
}
.text_font {
font-size: 14px;
line-height: 25px;
text-align: left;
padding-top: 20px;
}
.text_font span {
font-size: 12px;
color: #7d8f96;
}
.login_tip {
color: #373738;
line-height: 25px;
padding-bottom: 10px;
}
.login_tip span {
color: #68aac2;
}
.messege {
line-height: 30px;
font-size: 16px;
color: #373738;
padding-bottom: 10px;
}
.messege span {
color: #68aac2
}
.pre {
color: #444444;
font-size: 14px;
line-height: 29px;
}
.tips_text {
color: #fe5c54;
padding-bottom: 10px;
line-height: 20px;
display: none;
}
.kefu {
padding-top: 20px;
}
.number_moble {
padding: 10px;
overflow: hidden;
line-height: 40px;
font-size: 16px;
}
.number_moble .login_in {
float: right;
width: 40%;
margin: 0;
}
.modifiy p {
margin-bottom: 10px;
}
.modifiy p span {
width: 30%;
text-align: right;
float: left;
line-height: 40px;
}
.modifiy p input {
background: none repeat scroll 0 0 #F8FDFF;
border: 1px solid #C0DEEA;
color: #68AAC2;
font-size: 14px;
height: 40px;
line-height: 14px;
padding: 0 8px;
width: 70%;
}
.moblie_input {
background: none repeat scroll 0 0 #F8FDFF;
border: 1px solid #C0DEEA;
color: #CBCFD1;
font-size: 14px;
height: 40px;
padding: 0 10px;
width: 100%;
margin-bottom: 10px;
}
.synopsisAd {
font-size: 14px;
line-height: 20px;
padding-bottom: 10px;
}
.newArea_codenum, .psw_moblie {
display: none;
}
.song {
position: absolute;
right: 24%;
display: block;
background: #fe5c54;
color: #fff;
border-radius: 30px;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 14px;
}
.footer {
padding-top: 0 !important;
height: 50px !important;
line-height: 50px !important;
}
| 0.40251 | 0.116362 |
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600|Open+Sans+Condensed:300|Josefin+Sans:300,400|Roboto");
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url("fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url("/fonts/Roboto/Roboto-Regular.ttf");
}
* {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
background-color: #78cfb9;
font-family: 'Open Sans Condensed', sans-serif;
}
.global-container {
position: relative;
width: 100%;
background-color: #78cfb9;
}
.global-container::after {
content: '';
display: table;
clear: both;
}
.tn1.shrinked {
height: 60px;
}
.tn1.shrinked .site-logo > img {
height: 50px;
}
.tn2.shrinked {
top: 60px;
height: 40px;
}
.tn1 {
background-color: #26282c;
height: 100px;
z-index: 200;
position: fixed;
top: 0;
left: 0;
right: 0;
transition: 0.2s ease-in-out;
}
.tn1 .left-links {
float: left;
height: 100%;
}
.tn1 .left-links a > div {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.tn1 .left-links > a {
display: inline-block;
text-decoration: none;
height: 100%;
padding: 0 20px;
color: #fff;
transition: 0.2s ease;
font-size: 21px;
font-weight: 300;
border-bottom: 0px solid white;
}
.tn1 .left-links > a:hover {
height: 100%;
color: #FFBC00;
border-bottom: 20px solid white;
}
.tn1 .right-links {
float: right;
height: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.tn1 .right-links a > div {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.tn1 .link-container {
height: 100%;
position: relative;
float: right;
}
.tn1 .link-container .link-contents {
opacity: 0;
visibility: hidden;
position: absolute;
min-height: 160px;
width: 300px;
right: 0;
background-color: #fff;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
transform: scaleY(0);
transform-origin: top;
transition: 0.2s ease-in-out;
z-index: 200;
}
.tn1 .link-container .user-detail {
padding: 20px 20px;
border-bottom: 1px solid #c4c4c4;
}
.tn1 .link-container .user-detail .img {
height: 40px;
width: 40px;
border-radius: 50%;
float: left;
}
.tn1 .link-container .user-detail .img img {
height: 100%;
width: 100%;
}
.tn1 .link-container .user-detail .name {
height: 40px;
float: right;
position: relative;
}
.tn1 .link-container .user-detail .name span {
position: relative;
font-size: 30px;
transform: translateY(-50%);
}
.tn1 .link-container .actions {
text-align: center;
padding: 7px;
}
.tn1 .link-container .actions a {
display: inline-block;
margin: 10px !important;
}
.tn1 .link-container .user-detail::after {
content: '';
display: table;
clear: both;
}
.tn1 .link-container:hover > a {
height: 100%;
color: #FFBC00;
border-bottom: 20px solid white;
}
.tn1 .link-container:hover .link-contents {
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
.tn1 .link-container > a {
display: inline-block;
text-decoration: none;
height: 100%;
padding: 0 20px;
color: #fff;
transition: 0.2s ease;
font-size: 21px;
font-weight: 300;
border-bottom: 0px solid white;
}
.tn1 .link-container > a > span {
display: block;
margin: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.tn1 .topnav-search {
height: 100%;
padding: 0 10px;
display: inline-block;
}
.tn1 .topnav-search > div {
position: relative;
top: 50%;
transform: translateY(-50%);
border: 2px solid #FFBC00;
padding: 5px;
border-radius: 10px;
}
.tn1 .topnav-search .fa-search {
background-color: #FFBC00;
color: #26282c;
padding: 8px 10px;
font-size: 19px;
border-radius: 5px;
height: 35px;
}
.tn1 .topnav-search input {
display: inline-block;
margin-right: 5px;
border-radius: 5px;
padding: 5px 10px;
font-size: 18px;
border: 0;
height: 35px;
background-color: #f5f5f5;
}
.tn1 .topnav-search:hover input {
visibility: visible;
opacity: 1;
transform: scale(1);
}
.tn2 {
background-color: #1a1b1f;
height: 65px;
text-align: center;
z-index: 100;
position: fixed;
top: 100px;
left: 0;
right: 0;
transition: 0.2s ease-in-out;
}
.tn2 .center-links {
display: inline-block;
height: 100%;
width: 100%;
overflow: hidden;
white-space: nowrap;
overflow-y: hidden;
}
.tn2:hover .center-links {
overflow-x: auto;
overflow-y: hidden;
}
.tn2 .link-container {
display: inline-block;
height: 100%;
padding: 0 3%;
}
.tn2 .link-container > a {
display: inline-block;
padding: 0 10px;
font-family: 'Lato';
text-decoration: none;
color: #FFBC00;
height: 100%;
border-bottom: 0px solid #FFBC00;
transition: 0.2s ease;
}
.tn2 .link-container > a > span {
display: block;
margin: auto;
position: relative;
top: 50%;
z-index: 100;
transform: translateY(-50%);
}
.tn2 .link-container:hover > a {
color: #fff;
border-bottom: 5px solid #FFBC00;
}
.tn2 .fa.fa-angle-up {
padding: 0 5px;
transform: rotate(0deg);
transition: 0.2s ease;
}
.tn2 .link-container > a:hover .fa.fa-angle-up {
transform: rotate(180deg);
}
.tn2 .link-container:hover .submenu {
opacity: 1;
visibility: visible;
}
.tn2 .submenu {
visibility: hidden;
opacity: 0;
position: absolute;
transition: 0.2s ease;
left: 0;
right: 0;
width: 100%;
max-height: 80%;
}
.tn2 .submenu-content::before {
content: '';
display: block;
border-top: 5px solid #FFBC00;
width: 100%;
transform: scaleX(0);
margin-top: -1px;
transition: transform 0.5s ease-in-out;
}
.tn2 .link-container:hover .submenu-content::before {
transform: scaleX(1);
}
.tn2 .submenu-content {
background-color: #191923;
min-height: 300px;
width: 100%;
margin: 0 auto;
max-width: 1170px;
transform: scaleY(0);
transition: all 0.3s ease-in-out;
transform-origin: top;
}
.tn2 .link-container:hover .submenu-content {
transform: scaleY(1);
}
.tn2 .sub-links {
width: 30%;
}
.tn2 .sub-links > a {
display: block;
width: 100%;
padding: 20px 0;
color: #fff;
background-color: #5a5656;
font-family: 'Lato';
text-decoration: none;
text-transform: uppercase;
transition: 0.2s ease-in-out;
display: inline-block;
border-right: 0px solid #FFBC00;
}
.tn2 .sub-links > a > i {
float: right;
}
.tn2 .sub-links.active > a {
background-color: #786d6d;
border-right: 5px solid #FFBC00;
}
.tn2 .sub-links.active .link-contents {
transform: scaleY(1);
}
.tn2 .sub-links.active > a::after {
top: 0;
transform: scaleY(1);
}
.tn2 .sub-links > a::after {
content: '';
position: absolute;
height: 100%;
left: 30%;
border-right: 5px solid #FFBC00;
top: 0;
transform: scaleY(0);
transition: transform 0.3s ease-in-out;
transform-origin: top;
}
.tn2 .sub-links .link-contents {
position: absolute;
top: 5px;
right: 0;
bottom: 0;
width: calc(70% - 5px);
background-color: #8b8a8a;
transform-origin: top;
transform: scaleY(0);
transition: 0.3s ease-in-out;
}
.tn2 .sub-links > a::after.active {
transform: scaleY(1);
}
.tn1-contents,
.tn2-contents {
width: 100%;
height: 100%;
max-width: 1170px;
margin: 0 auto;
}
.site-logo {
float: left;
height: 100%;
padding: 10px;
}
.site-logo a {
display: block;
height: 100%;
width: 100%;
}
.site-logo img {
position: relative;
top: 50%;
transform: translateY(-50%);
height: 60px;
transition: 0.2s ease-in-out;
}
.menu-icon {
float: left;
height: 100%;
}
.menu-icon > div {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.menu-icon .hamburger-btn {
cursor: pointer;
width: 40px;
height: 38px;
margin: auto;
right: 0;
top: 0;
padding: 6px;
border-top-right-radius: 2px;
}
.menu-icon .hamburger-btn > i {
background-color: #fff;
border-radius: 0px;
content: '';
display: block;
width: 100%;
height: 2.5px;
}
.menu-icon .hamburger-btn > i:nth-child(1) {
-webkit-animation: outT 0.4s backwards;
animation: outT 0.4s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.menu-icon .hamburger-btn > i:nth-child(2) {
margin: 5px 0;
-webkit-animation: outM 0.4s backwards;
animation: outM 0.4s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.menu-icon .hamburger-btn > i:nth-child(3) {
-webkit-animation: outBtm 0.4s backwards;
animation: outBtm 0.4s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.menu-icon .hamburger-btn.active i:nth-child(1) {
-webkit-animation: inT 0.4s forwards;
animation: inT 0.4s forwards;
}
.menu-icon .hamburger-btn.active i:nth-child(2) {
-webkit-animation: inM 0.4s forwards;
animation: inM 0.4s forwards;
}
.menu-icon .hamburger-btn.active i:nth-child(3) {
-webkit-animation: inBtm 0.4s forwards;
animation: inBtm 0.4s forwards;
}
@media screen and (max-width: 1100px) {
.tn1 .left-links > a:nth-child(1) {
display: none;
}
}
@media screen and (max-width: 1000px) {
.tn1 .left-links {
display: none;
}
.tn1 .topnav-search input {
display: none;
}
.tn1 .topnav-search .fa-search {
padding: 5px 6px;
height: 28px;
}
}
.sidenav {
width: 300px;
position: fixed;
top: 0;
left: 0;
bottom: 0;
height: 100%;
overflow-y: hidden;
background-color: #26282c;
z-index: 300;
transform: translateX(-100%);
transition: 0.2s ease-in-out;
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.sidenav:hover {
overflow-y: auto;
}
.sidenav .sidenav-content {
min-height: 100%;
width: 100%;
}
.sidenav .user-info {
background-color: #1a1b1f;
}
.sidenav .user-info .profile-pic {
padding: 50px 0;
}
.sidenav .user-info .profile-pic > img {
display: block;
height: 250px;
width: 250px;
margin: 0 auto;
overflow: hidden;
border-radius: 50%;
}
.sidenav .user-info .profile-actions {
width: 100%;
padding: 20px 0;
text-align: center;
}
.sidenav .link-container a {
display: block;
padding: 15px 20px;
text-decoration: none;
color: #f5f5f5;
font-family: 'Lato';
transition: 0.2s ease-in-out;
}
.sidenav .link-container a:hover {
background-color: #1a1b1f;
}
.sidenav .sidenav-submenu-btn {
display: block;
width: 100%;
text-align: left;
font-family: 'Lato';
padding: 15px 20px;
text-decoration: none;
color: #f5f5f5;
font-family: 'Lato';
transition: 0.2s ease-in-out;
background-color: transparent;
border: 0;
font-size: 16px;
}
.sidenav .sidenav-submenu-btn:hover {
background-color: #1a1b1f;
}
.sidenav .sidenav-submenu-btn .fa-angle-down {
transform: rotate(0deg);
transition: 0.2s ease-in-out;
float: right;
margin-right: 10px;
}
.sidenav .sidenav-submenu-btn.active {
background-color: #897d0e;
}
.sidenav .sidenav-submenu-btn.active .fa-angle-down {
transform: rotate(180deg);
}
.sidenav .sidenav-submenu-content {
border-left: 5px solid #FFBC00;
transform: scaleY(0);
transform-origin: top;
height: 0;
transition: 0.2s ease-in-out;
}
.sidenav .sidenav-submenu-content.active {
transform: scaleY(1);
height: auto;
}
.sidenav.active {
transform: translateX(0);
}
.main-container {
width: 100%;
max-width: 1170px;
min-height: 800px;
background-color: #e2e1e0;
position: relative;
margin: 0 auto;
padding-bottom: 20px;
padding-top: 165px;
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
transition: 0.2s ease-in-out;
}
.main-container.shrinked {
padding-top: 100px;
}
/*=========================================
* Side Shadows -- effect 8
=========================================*/
.effect8 {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before,
.effect8:after {
content: "";
position: absolute;
z-index: -1;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
top: 10px;
bottom: 10px;
left: 0;
right: 0;
-moz-border-radius: 100px / 10px;
border-radius: 100px / 10px;
}
.effect8:after {
right: 10px;
left: auto;
-webkit-transform: skew(8deg) rotate(3deg);
-moz-transform: skew(8deg) rotate(3deg);
-ms-transform: skew(8deg) rotate(3deg);
-o-transform: skew(8deg) rotate(3deg);
transform: skew(8deg) rotate(3deg);
}
.effect7 {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before,
.effect7:after {
content: "";
position: absolute;
z-index: -1;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
top: 0;
bottom: 0;
left: 10px;
right: 10px;
-moz-border-radius: 100px / 10px;
border-radius: 100px / 10px;
}
.effect7:after {
right: 10px;
left: auto;
-webkit-transform: skew(8deg) rotate(3deg);
-moz-transform: skew(8deg) rotate(3deg);
-ms-transform: skew(8deg) rotate(3deg);
-o-transform: skew(8deg) rotate(3deg);
transform: skew(8deg) rotate(3deg);
}
@-webkit-keyframes inM {
50% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(45deg);
}
}
@keyframes inM {
50% {
transform: rotate(0deg);
}
100% {
transform: rotate(45deg);
}
}
@-webkit-keyframes outM {
50% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(45deg);
}
}
@keyframes outM {
50% {
transform: rotate(0deg);
}
100% {
transform: rotate(45deg);
}
}
@-webkit-keyframes inT {
0% {
-webkit-transform: translateY(0px) rotate(0deg);
}
50% {
-webkit-transform: translateY(9px) rotate(0deg);
}
100% {
-webkit-transform: translateY(9px) rotate(135deg);
}
}
@keyframes inT {
0% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(9px) rotate(0deg);
}
100% {
transform: translateY(9px) rotate(135deg);
}
}
@-webkit-keyframes outT {
0% {
-webkit-transform: translateY(0px) rotate(0deg);
}
50% {
-webkit-transform: translateY(9px) rotate(0deg);
}
100% {
-webkit-transform: translateY(9px) rotate(135deg);
}
}
@keyframes outT {
0% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(9px) rotate(0deg);
}
100% {
transform: translateY(9px) rotate(135deg);
}
}
@-webkit-keyframes inBtm {
0% {
-webkit-transform: translateY(0px) rotate(0deg);
}
50% {
-webkit-transform: translateY(-9px) rotate(0deg);
}
100% {
-webkit-transform: translateY(-9px) rotate(135deg);
}
}
@keyframes inBtm {
0% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-9px) rotate(0deg);
}
100% {
transform: translateY(-9px) rotate(135deg);
}
}
@-webkit-keyframes outBtm {
0% {
-webkit-transform: translateY(0px) rotate(0deg);
}
50% {
-webkit-transform: translateY(-9px) rotate(0deg);
}
100% {
-webkit-transform: translateY(-9px) rotate(135deg);
}
}
@keyframes outBtm {
0% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-9px) rotate(0deg);
}
100% {
transform: translateY(-9px) rotate(135deg);
}
}
.btn {
display: inline-block;
position: relative;
width: 120px;
padding: 0;
margin: 10px 20px 10px 0;
font-weight: 600;
text-align: center;
line-height: 40px;
color: #FFF;
border-radius: 5px;
transition: all 0.2s;
text-decoration: none;
}
.btnBlueGreen {
background: #00AE68;
}
.btnLightBlue {
background: #5DC8CD;
}
.btnOrange {
background: #FFAA40;
}
.btnPurple {
background: #A74982;
}
.btnBlueGreen.btnBorder {
box-shadow: 0px 0px 0px 0px #21825B;
}
.btnBlueGreen.btnBorder:hover {
box-shadow: 0px 0px 0px 5px #21825B;
}
.btnLightBlue.btnBorder {
box-shadow: 0px 0px 0px 0px #01939A;
}
.btnLightBlue.btnBorder:hover {
box-shadow: 0px 0px 0px 5px #01939A;
}
.btnOrange.btnBorder {
box-shadow: 0px 0px 0px 0px #A66615;
}
.btnOrange.btnBorder:hover {
box-shadow: 0px 0px 0px 5px #A66615;
}
.btnPurple.btnBorder {
box-shadow: 0px 0px 0px 0px #6D184B;
}
.btnPurple.btnBorder:hover {
box-shadow: 0px 0px 0px 5px #6D184B;
}
.search-bigbox {
position: relative;
width: 100%;
height: 500px;
}
.search-bigbox .bg_img {
z-index: 2;
position: absolute;
height: 100%;
width: 100%;
}
.search-bigbox .bg_img > img {
height: 100%;
width: 100%;
}
.search-bigbox .search-container {
z-index: 5;
position: absolute;
height: 100%;
width: 100%;
background: linear-gradient(rgba(0, 0, 0, 0.6), #e1e0df);
}
.search-bigbox .search-content {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.search-bigbox .search-header {
font-family: 'Josefin Sans';
font-weight: 300;
font-size: 50px;
color: #f7f7f7;
padding: 20px 0;
text-align: center;
}
.search-bigbox .search-input-big {
border: 0;
background: transparent;
width: 90%;
padding: 5px;
border: 3px solid #f7f7f7;
border-radius: 10px;
display: block;
margin: 0 auto;
font-size: 35px;
font-family: 'Lato';
color: #f7f7f7;
text-align: center;
margin-bottom: 10px;
}
.search-bigbox .search-btn-big {
display: block;
margin: 0 auto;
padding: 10px 20px;
font-size: 20px;
font-family: 'Lato';
background: #f7f7f7;
border: 0;
border-radius: 10px;
color: #0d4c82;
transition: 0.2s ease-in-out;
box-shadow: 0px 0px 0px 0px #f7f7f79c;
}
.search-bigbox .search-btn-big:hover {
box-shadow: 0px 0px 0px 5px #f7f7f79c;
}
.search-bigbox .search-icon-big {
display: none;
}
.search-bigbox .search-result-list {
display: none;
}
.tBigBox {
width: 98%;
margin: 50px auto;
border: 1px solid #c4c4c4;
background-color: #f7f7f7;
position: relative;
min-height: 300px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
border-radius: 5px;
overflow: hidden;
}
.tBigBox .tBigBoxTabs {
width: 100%;
text-align: center;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
background-color: #1656d5;
border-bottom: 1px solid #c4c4c4;
position: absolute;
height: 50px;
}
.tBigBox .tBigBoxTabs > button {
display: inline-block;
padding: 10px 3%;
border: 0;
background-color: inherit;
color: #f7f7f7;
font-size: 14px;
font-weight: 400;
border-radius: 3px;
font-family: 'Josefin Sans', sans-serif;
text-transform: uppercase;
transition: 0.2s ease-in-out;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.tBigBox .tBigBoxTabs > button:hover {
color: #3f3e3e;
background-color: #cbd9dd;
}
.tBigBox .tBigBoxTabs > button.active {
background-color: #39f339;
color: #222;
}
.tBigBox .tBigBoxContents {
width: 100%;
padding: 10px 0;
font-family: 'Lato', sans-serif;
opacity: 0;
visibility: hidden;
position: absolute;
top: 50px;
height: calc(100% - 50px);
transition: 0.2s ease-in-out;
}
.tBigBox .tBigBoxContents.active {
opacity: 1;
visibility: visible;
}
.dBigBox {
width: 98%;
margin: 50px auto 0;
position: relative;
font-family: 'Lato', sans-serif;
background-color: #f7f7f7;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
border-radius: 5px;
overflow: hidden;
}
.dBigBox table,
.dBigBox tbody,
.dBigBox th,
.dBigBox td {
border-collapse: collapse;
}
.dBigBox table {
width: 100%;
}
.dBigBox table th,
.dBigBox table td {
width: 50%;
}
.dBigBox table th {
padding: 10px 0;
text-align: center;
background-color: #1656d5;
color: #fff;
font-weight: 400;
font-size: 14px;
}
.dBigBox table td {
font-size: 14px;
color: #222;
border: 1px solid #c4c4c4;
}
.dBigBox table a {
display: block;
padding: 10px 2%;
text-decoration: none;
}
.dBigBox table a:hover {
color: #1656d5;
text-decoration: underline;
}
.footer {
position: relative;
width: 100%;
color: #f7f7f7;
background-color: #26282c;
font-family: 'Lato', sans-serif;
}
.footer .footer-contents {
margin: 0 auto;
width: 100%;
max-width: 1170px;
}
.footer .footer-contents .footer-col-cont {
width: 100%;
}
.footer .footer-contents .footer-col-cont::after {
content: '';
display: table;
clear: both;
}
.footer .footer-contents .footer-col {
float: left;
width: 33.33%;
}
.footer .footer-site-image {
padding: 20px 10px;
width: 100%;
height: 100px;
}
.footer .footer-site-image img {
height: 100%;
}
.footer .footer-site-title {
font-size: 17px;
font-family: 'Josefin Sans';
padding: 10px;
}
.footer .footer-site-desc {
padding: 10px;
font-family: 'Lato';
font-size: 15px;
}
.footer .footer-head {
text-align: center;
font-family: 'Lato';
font-size: 17px;
color: #f7f7f7;
padding: 15px 0;
position: relative;
}
.footer .footer-head::after {
content: '';
position: absolute;
margin: 0 auto;
border-bottom: 3px solid #FFBC00;
width: 50%;
bottom: 0;
left: 0;
right: 0;
}
.footer .footer-content {
padding: 10px;
}
.footer .footer-content a {
text-decoration: none;
color: #e3e3e3;
display: block;
padding: 5px;
text-align: center;
}
.footer .footer-content a:hover {
text-decoration: underline;
}
.footer .footer-foo {
width: 100%;
padding: 20px 10px;
background-color: #1a1b1f;
color: #fff;
font-family: 'Josefin Sans';
text-align: center;
}
.search-overlay {
z-index: 500;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
display: none;
}
.search-overlay .search-content {
width: 100%;
max-width: 1170px;
margin: 0 auto;
height: 100%;
padding-top: 20px;
}
.search-overlay .search-content .search-input-cont {
position: relative;
width: calc(100% - 60px);
float: left;
}
.search-overlay .search-content .search-other-cont {
position: relative;
width: 60px;
float: left;
}
.search-overlay .search-content .search-other-cont .hamburger-btn {
cursor: pointer;
width: 63px;
height: 38px;
right: 0;
top: 0;
padding: 4px;
padding-top: 4px;
padding-left: 4px;
border-top-right-radius: 2px;
padding-top: 10px;
padding-left: 27px;
}
.search-overlay .search-content .search-other-cont .hamburger-btn > i {
background-color: #fff;
border-radius: 0px;
content: '';
display: block;
width: 100%;
height: 2.5px;
}
.search-overlay .search-content .search-other-cont .hamburger-btn > i:nth-child(1) {
-webkit-animation: outT 0.4s backwards;
animation: outT 0.4s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.search-overlay .search-content .search-other-cont .hamburger-btn > i:nth-child(2) {
margin: 5px 0;
-webkit-animation: outM 0.4s backwards;
animation: outM 0.4s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.search-overlay .search-content .search-other-cont .hamburger-btn > i:nth-child(3) {
-webkit-animation: outBtm 0.4s backwards;
animation: outBtm 0.4s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.search-overlay .search-content .search-other-cont .hamburger-btn.active i:nth-child(1) {
-webkit-animation: inT 0.4s forwards;
animation: inT 0.4s forwards;
}
.search-overlay .search-content .search-other-cont .hamburger-btn.active i:nth-child(2) {
-webkit-animation: inM 0.4s forwards;
animation: inM 0.4s forwards;
}
.search-overlay .search-content .search-other-cont .hamburger-btn.active i:nth-child(3) {
-webkit-animation: inBtm 0.4s forwards;
animation: inBtm 0.4s forwards;
}
.search-overlay .search-content form {
border: 2px solid #FFBC00;
border-radius: 10px;
padding: 5px;
margin: 0 auto;
width: 98%;
}
.search-overlay .search-content form input {
display: inline-block;
margin-right: 5px;
border-radius: 5px;
padding: 5px 10px;
font-size: 18px;
border: 0;
width: 100%;
height: 38px;
background-color: #f5f5f5;
}
.search-overlay .search-content form .so-btn {
position: absolute;
right: 2px;
top: 2px;
background-color: transparent;
color: #a6620f;
padding: 2px 7px;
font-size: 24px;
border: 0;
border-radius: 6px;
}
.search-overlay .search-content form::after {
content: '';
display: table;
clear: both;
}
.search-overlay .search-content::after {
content: '';
display: table;
clear: both;
}
.search-overlay.active {
display: block;
}
.clearfix::after {
content: '';
display: table;
clear: both;
}
.main-container {
background-color: #f7f7f7;
}
.main-container .main-content {
float: left;
width: calc(100% - 300px);
}
.main-container .related-content {
float: left;
width: 300px;
}
.main-container .related-content .relatedbox {
width: 100%;
margin-top: 25px;
}
.main-container .related-content .relatedbox > h3 {
content: '';
position: relative;
left: 0;
bottom: 0;
color: #000;
font-size: 19px;
width: 100%;
padding: 5px 0;
margin: 0;
font-family: 'Josefin Sans';
font-weight: 400;
margin-bottom: 5px;
}
.main-container .related-content .relatedbox > h3::after {
content: '';
left: 0;
bottom: 0;
width: 70%;
position: absolute;
border-bottom: 4px solid #FFBC00;
}
.main-container .related-content .relatedbox > div {
font-family: 'Lato', sans-serif;
padding: 5px 3px;
}
.main-container .related-content .relatedbox > div a {
display: block;
text-decoration: none;
padding: 5px 2px;
color: #555;
}
.main-container .related-content .relatedbox > div a img {
height: 50px;
width: 60px;
float: left;
}
.main-container .related-content .relatedbox > div a h6 {
width: calc(100% - 60px);
float: left;
margin: 0;
padding: 2px 5px;
font-size: 14px;
font-family: 'Roboto';
font-weight: 400;
line-height: 1.3;
color: inherit;
}
.main-container .related-content .relatedbox > div a:hover {
background-color: #fff;
color: #222;
}
.main-container .related-content .relatedbox > div a::after {
content: '';
display: table;
clear: both;
}
.main-container::after {
content: '';
display: table;
clear: both;
}
.ws-cnt {
height: 300px;
width: 100%;
margin: 0;
position: relative;
}
.ws-cnt .bg_img {
position: absolute;
width: 100%;
height: 100%;
}
.ws-cnt .bg_img img {
height: 100%;
width: 100%;
}
.ws-cnt .ws-content {
position: relative;
top: 50%;
transform: translateY(-50%);
text-align: center;
}
.ws-cnt h3 {
margin: 0 auto 20px;
text-align: center;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 40px;
color: #fff;
}
.ws-cnt input {
width: 90%;
max-width: 1000px;
display: block;
margin: 0 auto;
padding: 10px;
font-family: 'Lato', sans-serif;
font-size: 25px;
color: #f7f7f7;
background: transparent;
border: 3px solid #f7f7f7;
border-radius: 15px;
text-align: center;
}
.ws-cnt button#ws-submit {
border: 0;
display: inline-block;
padding: 10px 15px;
background-color: #f7f7f7;
color: #666;
margin: 10px auto 0;
border-radius: 10px;
font-family: 'Lato', sans-serif;
font-size: 17px;
box-shadow: #666 0 0 0 0;
transition: 0.2s ease-in-out;
}
.ws-cnt button#ws-submit:hover {
box-shadow: #afafaf 0 0 0 5px;
}
@media screen and (max-width: 800px) {
.main-container .main-content {
width: 100%;
}
.main-container .related-content {
width: 100%;
}
.footer .footer-contents .footer-col {
width: 100%;
}
}
|
css/theme1.css
|
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600|Open+Sans+Condensed:300|Josefin+Sans:300,400|Roboto");
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url("fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url("/fonts/Roboto/Roboto-Regular.ttf");
}
* {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
background-color: #78cfb9;
font-family: 'Open Sans Condensed', sans-serif;
}
.global-container {
position: relative;
width: 100%;
background-color: #78cfb9;
}
.global-container::after {
content: '';
display: table;
clear: both;
}
.tn1.shrinked {
height: 60px;
}
.tn1.shrinked .site-logo > img {
height: 50px;
}
.tn2.shrinked {
top: 60px;
height: 40px;
}
.tn1 {
background-color: #26282c;
height: 100px;
z-index: 200;
position: fixed;
top: 0;
left: 0;
right: 0;
transition: 0.2s ease-in-out;
}
.tn1 .left-links {
float: left;
height: 100%;
}
.tn1 .left-links a > div {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.tn1 .left-links > a {
display: inline-block;
text-decoration: none;
height: 100%;
padding: 0 20px;
color: #fff;
transition: 0.2s ease;
font-size: 21px;
font-weight: 300;
border-bottom: 0px solid white;
}
.tn1 .left-links > a:hover {
height: 100%;
color: #FFBC00;
border-bottom: 20px solid white;
}
.tn1 .right-links {
float: right;
height: 100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.tn1 .right-links a > div {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.tn1 .link-container {
height: 100%;
position: relative;
float: right;
}
.tn1 .link-container .link-contents {
opacity: 0;
visibility: hidden;
position: absolute;
min-height: 160px;
width: 300px;
right: 0;
background-color: #fff;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
transform: scaleY(0);
transform-origin: top;
transition: 0.2s ease-in-out;
z-index: 200;
}
.tn1 .link-container .user-detail {
padding: 20px 20px;
border-bottom: 1px solid #c4c4c4;
}
.tn1 .link-container .user-detail .img {
height: 40px;
width: 40px;
border-radius: 50%;
float: left;
}
.tn1 .link-container .user-detail .img img {
height: 100%;
width: 100%;
}
.tn1 .link-container .user-detail .name {
height: 40px;
float: right;
position: relative;
}
.tn1 .link-container .user-detail .name span {
position: relative;
font-size: 30px;
transform: translateY(-50%);
}
.tn1 .link-container .actions {
text-align: center;
padding: 7px;
}
.tn1 .link-container .actions a {
display: inline-block;
margin: 10px !important;
}
.tn1 .link-container .user-detail::after {
content: '';
display: table;
clear: both;
}
.tn1 .link-container:hover > a {
height: 100%;
color: #FFBC00;
border-bottom: 20px solid white;
}
.tn1 .link-container:hover .link-contents {
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
.tn1 .link-container > a {
display: inline-block;
text-decoration: none;
height: 100%;
padding: 0 20px;
color: #fff;
transition: 0.2s ease;
font-size: 21px;
font-weight: 300;
border-bottom: 0px solid white;
}
.tn1 .link-container > a > span {
display: block;
margin: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.tn1 .topnav-search {
height: 100%;
padding: 0 10px;
display: inline-block;
}
.tn1 .topnav-search > div {
position: relative;
top: 50%;
transform: translateY(-50%);
border: 2px solid #FFBC00;
padding: 5px;
border-radius: 10px;
}
.tn1 .topnav-search .fa-search {
background-color: #FFBC00;
color: #26282c;
padding: 8px 10px;
font-size: 19px;
border-radius: 5px;
height: 35px;
}
.tn1 .topnav-search input {
display: inline-block;
margin-right: 5px;
border-radius: 5px;
padding: 5px 10px;
font-size: 18px;
border: 0;
height: 35px;
background-color: #f5f5f5;
}
.tn1 .topnav-search:hover input {
visibility: visible;
opacity: 1;
transform: scale(1);
}
.tn2 {
background-color: #1a1b1f;
height: 65px;
text-align: center;
z-index: 100;
position: fixed;
top: 100px;
left: 0;
right: 0;
transition: 0.2s ease-in-out;
}
.tn2 .center-links {
display: inline-block;
height: 100%;
width: 100%;
overflow: hidden;
white-space: nowrap;
overflow-y: hidden;
}
.tn2:hover .center-links {
overflow-x: auto;
overflow-y: hidden;
}
.tn2 .link-container {
display: inline-block;
height: 100%;
padding: 0 3%;
}
.tn2 .link-container > a {
display: inline-block;
padding: 0 10px;
font-family: 'Lato';
text-decoration: none;
color: #FFBC00;
height: 100%;
border-bottom: 0px solid #FFBC00;
transition: 0.2s ease;
}
.tn2 .link-container > a > span {
display: block;
margin: auto;
position: relative;
top: 50%;
z-index: 100;
transform: translateY(-50%);
}
.tn2 .link-container:hover > a {
color: #fff;
border-bottom: 5px solid #FFBC00;
}
.tn2 .fa.fa-angle-up {
padding: 0 5px;
transform: rotate(0deg);
transition: 0.2s ease;
}
.tn2 .link-container > a:hover .fa.fa-angle-up {
transform: rotate(180deg);
}
.tn2 .link-container:hover .submenu {
opacity: 1;
visibility: visible;
}
.tn2 .submenu {
visibility: hidden;
opacity: 0;
position: absolute;
transition: 0.2s ease;
left: 0;
right: 0;
width: 100%;
max-height: 80%;
}
.tn2 .submenu-content::before {
content: '';
display: block;
border-top: 5px solid #FFBC00;
width: 100%;
transform: scaleX(0);
margin-top: -1px;
transition: transform 0.5s ease-in-out;
}
.tn2 .link-container:hover .submenu-content::before {
transform: scaleX(1);
}
.tn2 .submenu-content {
background-color: #191923;
min-height: 300px;
width: 100%;
margin: 0 auto;
max-width: 1170px;
transform: scaleY(0);
transition: all 0.3s ease-in-out;
transform-origin: top;
}
.tn2 .link-container:hover .submenu-content {
transform: scaleY(1);
}
.tn2 .sub-links {
width: 30%;
}
.tn2 .sub-links > a {
display: block;
width: 100%;
padding: 20px 0;
color: #fff;
background-color: #5a5656;
font-family: 'Lato';
text-decoration: none;
text-transform: uppercase;
transition: 0.2s ease-in-out;
display: inline-block;
border-right: 0px solid #FFBC00;
}
.tn2 .sub-links > a > i {
float: right;
}
.tn2 .sub-links.active > a {
background-color: #786d6d;
border-right: 5px solid #FFBC00;
}
.tn2 .sub-links.active .link-contents {
transform: scaleY(1);
}
.tn2 .sub-links.active > a::after {
top: 0;
transform: scaleY(1);
}
.tn2 .sub-links > a::after {
content: '';
position: absolute;
height: 100%;
left: 30%;
border-right: 5px solid #FFBC00;
top: 0;
transform: scaleY(0);
transition: transform 0.3s ease-in-out;
transform-origin: top;
}
.tn2 .sub-links .link-contents {
position: absolute;
top: 5px;
right: 0;
bottom: 0;
width: calc(70% - 5px);
background-color: #8b8a8a;
transform-origin: top;
transform: scaleY(0);
transition: 0.3s ease-in-out;
}
.tn2 .sub-links > a::after.active {
transform: scaleY(1);
}
.tn1-contents,
.tn2-contents {
width: 100%;
height: 100%;
max-width: 1170px;
margin: 0 auto;
}
.site-logo {
float: left;
height: 100%;
padding: 10px;
}
.site-logo a {
display: block;
height: 100%;
width: 100%;
}
.site-logo img {
position: relative;
top: 50%;
transform: translateY(-50%);
height: 60px;
transition: 0.2s ease-in-out;
}
.menu-icon {
float: left;
height: 100%;
}
.menu-icon > div {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.menu-icon .hamburger-btn {
cursor: pointer;
width: 40px;
height: 38px;
margin: auto;
right: 0;
top: 0;
padding: 6px;
border-top-right-radius: 2px;
}
.menu-icon .hamburger-btn > i {
background-color: #fff;
border-radius: 0px;
content: '';
display: block;
width: 100%;
height: 2.5px;
}
.menu-icon .hamburger-btn > i:nth-child(1) {
-webkit-animation: outT 0.4s backwards;
animation: outT 0.4s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.menu-icon .hamburger-btn > i:nth-child(2) {
margin: 5px 0;
-webkit-animation: outM 0.4s backwards;
animation: outM 0.4s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.menu-icon .hamburger-btn > i:nth-child(3) {
-webkit-animation: outBtm 0.4s backwards;
animation: outBtm 0.4s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.menu-icon .hamburger-btn.active i:nth-child(1) {
-webkit-animation: inT 0.4s forwards;
animation: inT 0.4s forwards;
}
.menu-icon .hamburger-btn.active i:nth-child(2) {
-webkit-animation: inM 0.4s forwards;
animation: inM 0.4s forwards;
}
.menu-icon .hamburger-btn.active i:nth-child(3) {
-webkit-animation: inBtm 0.4s forwards;
animation: inBtm 0.4s forwards;
}
@media screen and (max-width: 1100px) {
.tn1 .left-links > a:nth-child(1) {
display: none;
}
}
@media screen and (max-width: 1000px) {
.tn1 .left-links {
display: none;
}
.tn1 .topnav-search input {
display: none;
}
.tn1 .topnav-search .fa-search {
padding: 5px 6px;
height: 28px;
}
}
.sidenav {
width: 300px;
position: fixed;
top: 0;
left: 0;
bottom: 0;
height: 100%;
overflow-y: hidden;
background-color: #26282c;
z-index: 300;
transform: translateX(-100%);
transition: 0.2s ease-in-out;
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.sidenav:hover {
overflow-y: auto;
}
.sidenav .sidenav-content {
min-height: 100%;
width: 100%;
}
.sidenav .user-info {
background-color: #1a1b1f;
}
.sidenav .user-info .profile-pic {
padding: 50px 0;
}
.sidenav .user-info .profile-pic > img {
display: block;
height: 250px;
width: 250px;
margin: 0 auto;
overflow: hidden;
border-radius: 50%;
}
.sidenav .user-info .profile-actions {
width: 100%;
padding: 20px 0;
text-align: center;
}
.sidenav .link-container a {
display: block;
padding: 15px 20px;
text-decoration: none;
color: #f5f5f5;
font-family: 'Lato';
transition: 0.2s ease-in-out;
}
.sidenav .link-container a:hover {
background-color: #1a1b1f;
}
.sidenav .sidenav-submenu-btn {
display: block;
width: 100%;
text-align: left;
font-family: 'Lato';
padding: 15px 20px;
text-decoration: none;
color: #f5f5f5;
font-family: 'Lato';
transition: 0.2s ease-in-out;
background-color: transparent;
border: 0;
font-size: 16px;
}
.sidenav .sidenav-submenu-btn:hover {
background-color: #1a1b1f;
}
.sidenav .sidenav-submenu-btn .fa-angle-down {
transform: rotate(0deg);
transition: 0.2s ease-in-out;
float: right;
margin-right: 10px;
}
.sidenav .sidenav-submenu-btn.active {
background-color: #897d0e;
}
.sidenav .sidenav-submenu-btn.active .fa-angle-down {
transform: rotate(180deg);
}
.sidenav .sidenav-submenu-content {
border-left: 5px solid #FFBC00;
transform: scaleY(0);
transform-origin: top;
height: 0;
transition: 0.2s ease-in-out;
}
.sidenav .sidenav-submenu-content.active {
transform: scaleY(1);
height: auto;
}
.sidenav.active {
transform: translateX(0);
}
.main-container {
width: 100%;
max-width: 1170px;
min-height: 800px;
background-color: #e2e1e0;
position: relative;
margin: 0 auto;
padding-bottom: 20px;
padding-top: 165px;
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
transition: 0.2s ease-in-out;
}
.main-container.shrinked {
padding-top: 100px;
}
/*=========================================
* Side Shadows -- effect 8
=========================================*/
.effect8 {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before,
.effect8:after {
content: "";
position: absolute;
z-index: -1;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
top: 10px;
bottom: 10px;
left: 0;
right: 0;
-moz-border-radius: 100px / 10px;
border-radius: 100px / 10px;
}
.effect8:after {
right: 10px;
left: auto;
-webkit-transform: skew(8deg) rotate(3deg);
-moz-transform: skew(8deg) rotate(3deg);
-ms-transform: skew(8deg) rotate(3deg);
-o-transform: skew(8deg) rotate(3deg);
transform: skew(8deg) rotate(3deg);
}
.effect7 {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before,
.effect7:after {
content: "";
position: absolute;
z-index: -1;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
top: 0;
bottom: 0;
left: 10px;
right: 10px;
-moz-border-radius: 100px / 10px;
border-radius: 100px / 10px;
}
.effect7:after {
right: 10px;
left: auto;
-webkit-transform: skew(8deg) rotate(3deg);
-moz-transform: skew(8deg) rotate(3deg);
-ms-transform: skew(8deg) rotate(3deg);
-o-transform: skew(8deg) rotate(3deg);
transform: skew(8deg) rotate(3deg);
}
@-webkit-keyframes inM {
50% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(45deg);
}
}
@keyframes inM {
50% {
transform: rotate(0deg);
}
100% {
transform: rotate(45deg);
}
}
@-webkit-keyframes outM {
50% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(45deg);
}
}
@keyframes outM {
50% {
transform: rotate(0deg);
}
100% {
transform: rotate(45deg);
}
}
@-webkit-keyframes inT {
0% {
-webkit-transform: translateY(0px) rotate(0deg);
}
50% {
-webkit-transform: translateY(9px) rotate(0deg);
}
100% {
-webkit-transform: translateY(9px) rotate(135deg);
}
}
@keyframes inT {
0% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(9px) rotate(0deg);
}
100% {
transform: translateY(9px) rotate(135deg);
}
}
@-webkit-keyframes outT {
0% {
-webkit-transform: translateY(0px) rotate(0deg);
}
50% {
-webkit-transform: translateY(9px) rotate(0deg);
}
100% {
-webkit-transform: translateY(9px) rotate(135deg);
}
}
@keyframes outT {
0% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(9px) rotate(0deg);
}
100% {
transform: translateY(9px) rotate(135deg);
}
}
@-webkit-keyframes inBtm {
0% {
-webkit-transform: translateY(0px) rotate(0deg);
}
50% {
-webkit-transform: translateY(-9px) rotate(0deg);
}
100% {
-webkit-transform: translateY(-9px) rotate(135deg);
}
}
@keyframes inBtm {
0% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-9px) rotate(0deg);
}
100% {
transform: translateY(-9px) rotate(135deg);
}
}
@-webkit-keyframes outBtm {
0% {
-webkit-transform: translateY(0px) rotate(0deg);
}
50% {
-webkit-transform: translateY(-9px) rotate(0deg);
}
100% {
-webkit-transform: translateY(-9px) rotate(135deg);
}
}
@keyframes outBtm {
0% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-9px) rotate(0deg);
}
100% {
transform: translateY(-9px) rotate(135deg);
}
}
.btn {
display: inline-block;
position: relative;
width: 120px;
padding: 0;
margin: 10px 20px 10px 0;
font-weight: 600;
text-align: center;
line-height: 40px;
color: #FFF;
border-radius: 5px;
transition: all 0.2s;
text-decoration: none;
}
.btnBlueGreen {
background: #00AE68;
}
.btnLightBlue {
background: #5DC8CD;
}
.btnOrange {
background: #FFAA40;
}
.btnPurple {
background: #A74982;
}
.btnBlueGreen.btnBorder {
box-shadow: 0px 0px 0px 0px #21825B;
}
.btnBlueGreen.btnBorder:hover {
box-shadow: 0px 0px 0px 5px #21825B;
}
.btnLightBlue.btnBorder {
box-shadow: 0px 0px 0px 0px #01939A;
}
.btnLightBlue.btnBorder:hover {
box-shadow: 0px 0px 0px 5px #01939A;
}
.btnOrange.btnBorder {
box-shadow: 0px 0px 0px 0px #A66615;
}
.btnOrange.btnBorder:hover {
box-shadow: 0px 0px 0px 5px #A66615;
}
.btnPurple.btnBorder {
box-shadow: 0px 0px 0px 0px #6D184B;
}
.btnPurple.btnBorder:hover {
box-shadow: 0px 0px 0px 5px #6D184B;
}
.search-bigbox {
position: relative;
width: 100%;
height: 500px;
}
.search-bigbox .bg_img {
z-index: 2;
position: absolute;
height: 100%;
width: 100%;
}
.search-bigbox .bg_img > img {
height: 100%;
width: 100%;
}
.search-bigbox .search-container {
z-index: 5;
position: absolute;
height: 100%;
width: 100%;
background: linear-gradient(rgba(0, 0, 0, 0.6), #e1e0df);
}
.search-bigbox .search-content {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.search-bigbox .search-header {
font-family: 'Josefin Sans';
font-weight: 300;
font-size: 50px;
color: #f7f7f7;
padding: 20px 0;
text-align: center;
}
.search-bigbox .search-input-big {
border: 0;
background: transparent;
width: 90%;
padding: 5px;
border: 3px solid #f7f7f7;
border-radius: 10px;
display: block;
margin: 0 auto;
font-size: 35px;
font-family: 'Lato';
color: #f7f7f7;
text-align: center;
margin-bottom: 10px;
}
.search-bigbox .search-btn-big {
display: block;
margin: 0 auto;
padding: 10px 20px;
font-size: 20px;
font-family: 'Lato';
background: #f7f7f7;
border: 0;
border-radius: 10px;
color: #0d4c82;
transition: 0.2s ease-in-out;
box-shadow: 0px 0px 0px 0px #f7f7f79c;
}
.search-bigbox .search-btn-big:hover {
box-shadow: 0px 0px 0px 5px #f7f7f79c;
}
.search-bigbox .search-icon-big {
display: none;
}
.search-bigbox .search-result-list {
display: none;
}
.tBigBox {
width: 98%;
margin: 50px auto;
border: 1px solid #c4c4c4;
background-color: #f7f7f7;
position: relative;
min-height: 300px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
border-radius: 5px;
overflow: hidden;
}
.tBigBox .tBigBoxTabs {
width: 100%;
text-align: center;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
background-color: #1656d5;
border-bottom: 1px solid #c4c4c4;
position: absolute;
height: 50px;
}
.tBigBox .tBigBoxTabs > button {
display: inline-block;
padding: 10px 3%;
border: 0;
background-color: inherit;
color: #f7f7f7;
font-size: 14px;
font-weight: 400;
border-radius: 3px;
font-family: 'Josefin Sans', sans-serif;
text-transform: uppercase;
transition: 0.2s ease-in-out;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.tBigBox .tBigBoxTabs > button:hover {
color: #3f3e3e;
background-color: #cbd9dd;
}
.tBigBox .tBigBoxTabs > button.active {
background-color: #39f339;
color: #222;
}
.tBigBox .tBigBoxContents {
width: 100%;
padding: 10px 0;
font-family: 'Lato', sans-serif;
opacity: 0;
visibility: hidden;
position: absolute;
top: 50px;
height: calc(100% - 50px);
transition: 0.2s ease-in-out;
}
.tBigBox .tBigBoxContents.active {
opacity: 1;
visibility: visible;
}
.dBigBox {
width: 98%;
margin: 50px auto 0;
position: relative;
font-family: 'Lato', sans-serif;
background-color: #f7f7f7;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
border-radius: 5px;
overflow: hidden;
}
.dBigBox table,
.dBigBox tbody,
.dBigBox th,
.dBigBox td {
border-collapse: collapse;
}
.dBigBox table {
width: 100%;
}
.dBigBox table th,
.dBigBox table td {
width: 50%;
}
.dBigBox table th {
padding: 10px 0;
text-align: center;
background-color: #1656d5;
color: #fff;
font-weight: 400;
font-size: 14px;
}
.dBigBox table td {
font-size: 14px;
color: #222;
border: 1px solid #c4c4c4;
}
.dBigBox table a {
display: block;
padding: 10px 2%;
text-decoration: none;
}
.dBigBox table a:hover {
color: #1656d5;
text-decoration: underline;
}
.footer {
position: relative;
width: 100%;
color: #f7f7f7;
background-color: #26282c;
font-family: 'Lato', sans-serif;
}
.footer .footer-contents {
margin: 0 auto;
width: 100%;
max-width: 1170px;
}
.footer .footer-contents .footer-col-cont {
width: 100%;
}
.footer .footer-contents .footer-col-cont::after {
content: '';
display: table;
clear: both;
}
.footer .footer-contents .footer-col {
float: left;
width: 33.33%;
}
.footer .footer-site-image {
padding: 20px 10px;
width: 100%;
height: 100px;
}
.footer .footer-site-image img {
height: 100%;
}
.footer .footer-site-title {
font-size: 17px;
font-family: 'Josefin Sans';
padding: 10px;
}
.footer .footer-site-desc {
padding: 10px;
font-family: 'Lato';
font-size: 15px;
}
.footer .footer-head {
text-align: center;
font-family: 'Lato';
font-size: 17px;
color: #f7f7f7;
padding: 15px 0;
position: relative;
}
.footer .footer-head::after {
content: '';
position: absolute;
margin: 0 auto;
border-bottom: 3px solid #FFBC00;
width: 50%;
bottom: 0;
left: 0;
right: 0;
}
.footer .footer-content {
padding: 10px;
}
.footer .footer-content a {
text-decoration: none;
color: #e3e3e3;
display: block;
padding: 5px;
text-align: center;
}
.footer .footer-content a:hover {
text-decoration: underline;
}
.footer .footer-foo {
width: 100%;
padding: 20px 10px;
background-color: #1a1b1f;
color: #fff;
font-family: 'Josefin Sans';
text-align: center;
}
.search-overlay {
z-index: 500;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
display: none;
}
.search-overlay .search-content {
width: 100%;
max-width: 1170px;
margin: 0 auto;
height: 100%;
padding-top: 20px;
}
.search-overlay .search-content .search-input-cont {
position: relative;
width: calc(100% - 60px);
float: left;
}
.search-overlay .search-content .search-other-cont {
position: relative;
width: 60px;
float: left;
}
.search-overlay .search-content .search-other-cont .hamburger-btn {
cursor: pointer;
width: 63px;
height: 38px;
right: 0;
top: 0;
padding: 4px;
padding-top: 4px;
padding-left: 4px;
border-top-right-radius: 2px;
padding-top: 10px;
padding-left: 27px;
}
.search-overlay .search-content .search-other-cont .hamburger-btn > i {
background-color: #fff;
border-radius: 0px;
content: '';
display: block;
width: 100%;
height: 2.5px;
}
.search-overlay .search-content .search-other-cont .hamburger-btn > i:nth-child(1) {
-webkit-animation: outT 0.4s backwards;
animation: outT 0.4s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.search-overlay .search-content .search-other-cont .hamburger-btn > i:nth-child(2) {
margin: 5px 0;
-webkit-animation: outM 0.4s backwards;
animation: outM 0.4s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.search-overlay .search-content .search-other-cont .hamburger-btn > i:nth-child(3) {
-webkit-animation: outBtm 0.4s backwards;
animation: outBtm 0.4s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.search-overlay .search-content .search-other-cont .hamburger-btn.active i:nth-child(1) {
-webkit-animation: inT 0.4s forwards;
animation: inT 0.4s forwards;
}
.search-overlay .search-content .search-other-cont .hamburger-btn.active i:nth-child(2) {
-webkit-animation: inM 0.4s forwards;
animation: inM 0.4s forwards;
}
.search-overlay .search-content .search-other-cont .hamburger-btn.active i:nth-child(3) {
-webkit-animation: inBtm 0.4s forwards;
animation: inBtm 0.4s forwards;
}
.search-overlay .search-content form {
border: 2px solid #FFBC00;
border-radius: 10px;
padding: 5px;
margin: 0 auto;
width: 98%;
}
.search-overlay .search-content form input {
display: inline-block;
margin-right: 5px;
border-radius: 5px;
padding: 5px 10px;
font-size: 18px;
border: 0;
width: 100%;
height: 38px;
background-color: #f5f5f5;
}
.search-overlay .search-content form .so-btn {
position: absolute;
right: 2px;
top: 2px;
background-color: transparent;
color: #a6620f;
padding: 2px 7px;
font-size: 24px;
border: 0;
border-radius: 6px;
}
.search-overlay .search-content form::after {
content: '';
display: table;
clear: both;
}
.search-overlay .search-content::after {
content: '';
display: table;
clear: both;
}
.search-overlay.active {
display: block;
}
.clearfix::after {
content: '';
display: table;
clear: both;
}
.main-container {
background-color: #f7f7f7;
}
.main-container .main-content {
float: left;
width: calc(100% - 300px);
}
.main-container .related-content {
float: left;
width: 300px;
}
.main-container .related-content .relatedbox {
width: 100%;
margin-top: 25px;
}
.main-container .related-content .relatedbox > h3 {
content: '';
position: relative;
left: 0;
bottom: 0;
color: #000;
font-size: 19px;
width: 100%;
padding: 5px 0;
margin: 0;
font-family: 'Josefin Sans';
font-weight: 400;
margin-bottom: 5px;
}
.main-container .related-content .relatedbox > h3::after {
content: '';
left: 0;
bottom: 0;
width: 70%;
position: absolute;
border-bottom: 4px solid #FFBC00;
}
.main-container .related-content .relatedbox > div {
font-family: 'Lato', sans-serif;
padding: 5px 3px;
}
.main-container .related-content .relatedbox > div a {
display: block;
text-decoration: none;
padding: 5px 2px;
color: #555;
}
.main-container .related-content .relatedbox > div a img {
height: 50px;
width: 60px;
float: left;
}
.main-container .related-content .relatedbox > div a h6 {
width: calc(100% - 60px);
float: left;
margin: 0;
padding: 2px 5px;
font-size: 14px;
font-family: 'Roboto';
font-weight: 400;
line-height: 1.3;
color: inherit;
}
.main-container .related-content .relatedbox > div a:hover {
background-color: #fff;
color: #222;
}
.main-container .related-content .relatedbox > div a::after {
content: '';
display: table;
clear: both;
}
.main-container::after {
content: '';
display: table;
clear: both;
}
.ws-cnt {
height: 300px;
width: 100%;
margin: 0;
position: relative;
}
.ws-cnt .bg_img {
position: absolute;
width: 100%;
height: 100%;
}
.ws-cnt .bg_img img {
height: 100%;
width: 100%;
}
.ws-cnt .ws-content {
position: relative;
top: 50%;
transform: translateY(-50%);
text-align: center;
}
.ws-cnt h3 {
margin: 0 auto 20px;
text-align: center;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 40px;
color: #fff;
}
.ws-cnt input {
width: 90%;
max-width: 1000px;
display: block;
margin: 0 auto;
padding: 10px;
font-family: 'Lato', sans-serif;
font-size: 25px;
color: #f7f7f7;
background: transparent;
border: 3px solid #f7f7f7;
border-radius: 15px;
text-align: center;
}
.ws-cnt button#ws-submit {
border: 0;
display: inline-block;
padding: 10px 15px;
background-color: #f7f7f7;
color: #666;
margin: 10px auto 0;
border-radius: 10px;
font-family: 'Lato', sans-serif;
font-size: 17px;
box-shadow: #666 0 0 0 0;
transition: 0.2s ease-in-out;
}
.ws-cnt button#ws-submit:hover {
box-shadow: #afafaf 0 0 0 5px;
}
@media screen and (max-width: 800px) {
.main-container .main-content {
width: 100%;
}
.main-container .related-content {
width: 100%;
}
.footer .footer-contents .footer-col {
width: 100%;
}
}
| 0.503906 | 0.094385 |
html,
body {
height: 100%;
width: 100%;
}
body {
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
overflow-x: hidden;
}
hr {
border-color: #99CC65;
border-width: 3px;
max-width: 50px;
}
hr.light {
border-color: white;
}
a {
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
color: #99CC65;
}
a:hover,
a:focus {
color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
}
.bg-primary {
background-color: #99CC65;
}
.bg-dark {
background-color: #222222;
color: white;
}
.text-faded {
color: rgba(255, 255, 255, 0.7);
}
section {
padding: 100px 0;
}
aside {
padding: 50px 0;
}
.no-padding {
padding: 0;
}
.navbar-default {
background-color: white;
border-color: rgba(34, 34, 34, 0.05);
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
color: #99CC65;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
font-weight: 700;
font-size: 12px;
color: #222222;
text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
color: #99CC65;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
color: #99CC65 !important;
background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
background-color: transparent;
}
@media (min-width: 768px) {
.navbar-default {
background-color: transparent;
border-color: rgba(255, 255, 255, 0.3);
}
.navbar-default .navbar-header .navbar-brand {
color: rgba(255, 255, 255, 0.7);
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
color: white;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
color: rgba(255, 255, 255, 0.7);
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
color: white;
}
.navbar-default.affix {
background-color: white;
border-color: rgba(34, 34, 34, 0.05);
}
.navbar-default.affix .navbar-header .navbar-brand {
color: #99CC65;
font-size: 14px;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
color: #eb3812;
}
.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
color: #222222;
}
.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
color: #99CC65;
}
}
#faq {
background-image: url('../img/header-no-network.png');
/*background-size: contain;*/
min-height: 50% !important;
}
header {
position: relative;
width: 100%;
min-height: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-position: center;
background-image: url('../img/header-no-network.png');
text-align: center;
color: white;
}
header .header-content {
position: relative;
text-align: center;
padding: 100px 15px 100px;
width: 100%;
}
header .header-content .header-content-inner h1 {
font-weight: 700;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
font-size: 30px;
}
header .header-content .header-content-inner hr {
margin: 30px auto;
}
header .header-content .header-content-inner p {
font-weight: 300;
color: rgba(255, 255, 255, 0.7);
font-size: 16px;
margin-bottom: 50px;
}
@media (min-width: 768px) {
header {
min-height: 100%;
background-image: url('../img/header-no-network.png');
}
header .header-content {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 50px;
}
header .header-content .header-content-inner {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
header .header-content .header-content-inner h1 {
font-size: 50px;
}
header .header-content .header-content-inner p {
font-size: 18px;
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
}
.section-heading {
margin-top: 0;
}
.service-box {
max-width: 400px;
margin: 50px auto 0;
}
@media (min-width: 992px) {
.service-box {
margin: 20px auto 0;
}
header{
background-image: url('../img/header.png');
}
}
.service-box p {
margin-bottom: 0;
}
.portfolio-box {
position: relative;
display: block;
max-width: 650px;
margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
color: white;
opacity: 0;
display: block;
background: rgba(240, 95, 64, 0.9);
position: absolute;
bottom: 0;
text-align: center;
width: 100%;
height: 100%;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
width: 100%;
text-align: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
opacity: 1;
}
.portfolio-box:focus {
outline: none;
}
@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
}
.call-to-action h2 {
margin: 0 auto 20px;
}
.text-primary {
color: #99CC65;
}
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0;
}
.btn-default {
color: #222222;
background-color: white;
border-color: white;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #222222;
background-color: #f2f2f2;
border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: white;
border-color: white;
}
.btn-default .badge {
color: white;
background-color: #222222;
}
.btn-primary {
color: white;
background-color: #99CC65;
border-color: #99CC65;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: white;
background-color: #ee4b28;
border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #99CC65;
border-color: #99CC65;
}
.btn-primary .badge {
color: #99CC65;
background-color: white;
}
.btn {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
border: none;
border-radius: 300px;
font-weight: 700;
text-transform: uppercase;
}
.btn-xl {
padding: 15px 30px;
}
::-moz-selection {
color: white;
text-shadow: none;
background: #222222;
}
::selection {
color: white;
text-shadow: none;
background: #222222;
}
img::selection {
color: white;
background: transparent;
}
img::-moz-selection {
color: white;
background: transparent;
}
body {
webkit-tap-highlight-color: #222222;
}
/* Timeline stuffs */
.timeline {
position: relative;
padding: 0;
list-style: none;
}
.timeline:before {
position: absolute;
top: 0;
bottom: 0;
left: 40px;
width: 2px;
margin-left: -1.5px;
content: '';
background-color: #e9ecef;
}
.timeline > li {
position: relative;
min-height: 50px;
margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
display: table;
content: ' ';
}
.timeline > li:after {
clear: both;
}
.timeline > li .timeline-panel {
position: relative;
float: right;
width: 100%;
padding: 0 20px 0 100px;
text-align: left;
}
.timeline > li .timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0;
}
.timeline > li .timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0;
}
.timeline > li .timeline-image {
position: absolute;
z-index: 100;
left: 0;
width: 80px;
height: 80px;
margin-left: 0;
text-align: center;
color: white;
border: 7px solid #e9ecef;
border-radius: 100%;
background-color: #99CC65;
display: flex;
align-items: center;
justify-content: center;
}
.timeline > li .timeline-image h4 {
font-size: 10px;
line-height: 14px;
/* margin-top: 12px; */
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
padding: 0 20px 0 100px;
text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0;
}
.timeline > li:last-child {
margin-bottom: 0;
}
.timeline .timeline-heading h4 {
margin-top: 0;
color: inherit;
}
.timeline .timeline-heading h4.subheading {
text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
margin-bottom: 0;
}
@media (min-width: 768px) {
.timeline:before {
left: 50%;
}
.timeline > li {
min-height: 100px;
margin-bottom: 100px;
}
.timeline > li .timeline-panel {
float: left;
width: 41%;
padding: 0 20px 20px 30px;
text-align: right;
}
.timeline > li .timeline-image {
left: 50%;
width: 100px;
height: 100px;
margin-left: -50px;
}
.timeline > li .timeline-image h4 {
font-size: 13px;
line-height: 18px;
/* margin-top: 16px; */
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
padding: 0 30px 20px 20px;
text-align: left;
}
}
@media (min-width: 992px) {
.timeline > li {
min-height: 150px;
}
.timeline > li .timeline-panel {
padding: 0 20px 20px;
}
.timeline > li .timeline-image {
width: 150px;
height: 150px;
margin-left: -75px;
}
.timeline > li .timeline-image h4 {
font-size: 18px;
line-height: 26px;
/* margin-top: 30px; */
}
.timeline > li.timeline-inverted > .timeline-panel {
padding: 0 20px 20px;
}
}
@media (min-width: 1200px) {
.timeline > li {
min-height: 170px;
}
.timeline > li .timeline-panel {
padding: 0 20px 20px 100px;
}
.timeline > li .timeline-image {
width: 170px;
height: 170px;
margin-left: -85px;
}
.timeline > li .timeline-image h4 {
/* margin-top: 40px; */
}
.timeline > li.timeline-inverted > .timeline-panel {
padding: 0 100px 20px 20px;
}
}
.img-fluid {
max-width: 100%;
height: auto;
}
.rounded-circle {
border-radius:50% !important;
}
.about-icon {
vertical-align: middle;
}
#secondary {
border-color:white !important;
}
.bg-primary#short {
padding: 30px 0px;
}
.vibrate {
background-image: url('../img/phone_shake.svg');
background-size: contain;
background-position: center center;
background-repeat: none;
background-attachment: none;
}
#market-map {
/* width: 100%; */
height: 300px;
background-image: url('../img/UsaMap.png');
background-repeat: no-repeat;
background-position: center center;
background-attachment: none;
background-size: contain;
}
@media (max-width: 768px) {
#market-map {
padding: 0px;
margin: 0px 30px;
}
}
.card {
margin: 10px;
border-radius: 5px;
-webkit-box-shadow: 12px 17px 54px -9px rgba(138,138,138,0.21);
-moz-box-shadow: 12px 17px 54px -9px rgba(138,138,138,0.21);
box-shadow: 12px 17px 54px -9px rgba(138,138,138,0.21);
}
.card-header {
background-color: #d1d1d1;
padding: .75em 1.5em;
vertical-align: middle;
min-height: 2.5em;
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border: 0px solid #000000;
}
.card-body {
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border: 0px solid #000000;
padding: .75em 1.5em;
min-height: 3em;
}
.android-badge {
width: 154px;
height: auto;
margin-top: -9px;
}
.first-section{
padding: 25px 0px;
}
.second-section {
padding-top: 0px;
padding-bottom: 25px;
}
@media (min-width: 1200px) {
.android-button {
display: flex;
justify-content: flex-end;
}
.itunes-button {
display: flex;
justify-content: flex-start;
}
}
.careers-container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.careers-container {
width: 625px;
}
}
@media (min-width: 992px) {
.careers-container {
width: 750px;
}
}
@media (min-width: 1200px) {
.careers-container {
width: 900px;
}
}
.dark-square {
display: inline-block;
height: 15px;
width: 15px;
background-color: #009B4A;
}
.light-square {
display: inline-block;
height: 15px;
width: 15px;
background-color: #6FCF3F;
}
#legend{
margin-top: 2em;
}
.description-content {
margin-left: 10px;
}
footer{
padding: 7px 0px;
}
#terms {
color: white;
}
#about {
padding: 0px;
}
|
bundle/css/creative.css
|
html,
body {
height: 100%;
width: 100%;
}
body {
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
overflow-x: hidden;
}
hr {
border-color: #99CC65;
border-width: 3px;
max-width: 50px;
}
hr.light {
border-color: white;
}
a {
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
color: #99CC65;
}
a:hover,
a:focus {
color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
}
.bg-primary {
background-color: #99CC65;
}
.bg-dark {
background-color: #222222;
color: white;
}
.text-faded {
color: rgba(255, 255, 255, 0.7);
}
section {
padding: 100px 0;
}
aside {
padding: 50px 0;
}
.no-padding {
padding: 0;
}
.navbar-default {
background-color: white;
border-color: rgba(34, 34, 34, 0.05);
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
color: #99CC65;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
font-weight: 700;
font-size: 12px;
color: #222222;
text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
color: #99CC65;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
color: #99CC65 !important;
background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
background-color: transparent;
}
@media (min-width: 768px) {
.navbar-default {
background-color: transparent;
border-color: rgba(255, 255, 255, 0.3);
}
.navbar-default .navbar-header .navbar-brand {
color: rgba(255, 255, 255, 0.7);
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
color: white;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
color: rgba(255, 255, 255, 0.7);
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
color: white;
}
.navbar-default.affix {
background-color: white;
border-color: rgba(34, 34, 34, 0.05);
}
.navbar-default.affix .navbar-header .navbar-brand {
color: #99CC65;
font-size: 14px;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
color: #eb3812;
}
.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
color: #222222;
}
.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
color: #99CC65;
}
}
#faq {
background-image: url('../img/header-no-network.png');
/*background-size: contain;*/
min-height: 50% !important;
}
header {
position: relative;
width: 100%;
min-height: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-position: center;
background-image: url('../img/header-no-network.png');
text-align: center;
color: white;
}
header .header-content {
position: relative;
text-align: center;
padding: 100px 15px 100px;
width: 100%;
}
header .header-content .header-content-inner h1 {
font-weight: 700;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
font-size: 30px;
}
header .header-content .header-content-inner hr {
margin: 30px auto;
}
header .header-content .header-content-inner p {
font-weight: 300;
color: rgba(255, 255, 255, 0.7);
font-size: 16px;
margin-bottom: 50px;
}
@media (min-width: 768px) {
header {
min-height: 100%;
background-image: url('../img/header-no-network.png');
}
header .header-content {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 50px;
}
header .header-content .header-content-inner {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
header .header-content .header-content-inner h1 {
font-size: 50px;
}
header .header-content .header-content-inner p {
font-size: 18px;
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
}
.section-heading {
margin-top: 0;
}
.service-box {
max-width: 400px;
margin: 50px auto 0;
}
@media (min-width: 992px) {
.service-box {
margin: 20px auto 0;
}
header{
background-image: url('../img/header.png');
}
}
.service-box p {
margin-bottom: 0;
}
.portfolio-box {
position: relative;
display: block;
max-width: 650px;
margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
color: white;
opacity: 0;
display: block;
background: rgba(240, 95, 64, 0.9);
position: absolute;
bottom: 0;
text-align: center;
width: 100%;
height: 100%;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
width: 100%;
text-align: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
opacity: 1;
}
.portfolio-box:focus {
outline: none;
}
@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
}
.call-to-action h2 {
margin: 0 auto 20px;
}
.text-primary {
color: #99CC65;
}
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0;
}
.btn-default {
color: #222222;
background-color: white;
border-color: white;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #222222;
background-color: #f2f2f2;
border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: white;
border-color: white;
}
.btn-default .badge {
color: white;
background-color: #222222;
}
.btn-primary {
color: white;
background-color: #99CC65;
border-color: #99CC65;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: white;
background-color: #ee4b28;
border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #99CC65;
border-color: #99CC65;
}
.btn-primary .badge {
color: #99CC65;
background-color: white;
}
.btn {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
border: none;
border-radius: 300px;
font-weight: 700;
text-transform: uppercase;
}
.btn-xl {
padding: 15px 30px;
}
::-moz-selection {
color: white;
text-shadow: none;
background: #222222;
}
::selection {
color: white;
text-shadow: none;
background: #222222;
}
img::selection {
color: white;
background: transparent;
}
img::-moz-selection {
color: white;
background: transparent;
}
body {
webkit-tap-highlight-color: #222222;
}
/* Timeline stuffs */
.timeline {
position: relative;
padding: 0;
list-style: none;
}
.timeline:before {
position: absolute;
top: 0;
bottom: 0;
left: 40px;
width: 2px;
margin-left: -1.5px;
content: '';
background-color: #e9ecef;
}
.timeline > li {
position: relative;
min-height: 50px;
margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
display: table;
content: ' ';
}
.timeline > li:after {
clear: both;
}
.timeline > li .timeline-panel {
position: relative;
float: right;
width: 100%;
padding: 0 20px 0 100px;
text-align: left;
}
.timeline > li .timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0;
}
.timeline > li .timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0;
}
.timeline > li .timeline-image {
position: absolute;
z-index: 100;
left: 0;
width: 80px;
height: 80px;
margin-left: 0;
text-align: center;
color: white;
border: 7px solid #e9ecef;
border-radius: 100%;
background-color: #99CC65;
display: flex;
align-items: center;
justify-content: center;
}
.timeline > li .timeline-image h4 {
font-size: 10px;
line-height: 14px;
/* margin-top: 12px; */
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
padding: 0 20px 0 100px;
text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0;
}
.timeline > li:last-child {
margin-bottom: 0;
}
.timeline .timeline-heading h4 {
margin-top: 0;
color: inherit;
}
.timeline .timeline-heading h4.subheading {
text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
margin-bottom: 0;
}
@media (min-width: 768px) {
.timeline:before {
left: 50%;
}
.timeline > li {
min-height: 100px;
margin-bottom: 100px;
}
.timeline > li .timeline-panel {
float: left;
width: 41%;
padding: 0 20px 20px 30px;
text-align: right;
}
.timeline > li .timeline-image {
left: 50%;
width: 100px;
height: 100px;
margin-left: -50px;
}
.timeline > li .timeline-image h4 {
font-size: 13px;
line-height: 18px;
/* margin-top: 16px; */
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
padding: 0 30px 20px 20px;
text-align: left;
}
}
@media (min-width: 992px) {
.timeline > li {
min-height: 150px;
}
.timeline > li .timeline-panel {
padding: 0 20px 20px;
}
.timeline > li .timeline-image {
width: 150px;
height: 150px;
margin-left: -75px;
}
.timeline > li .timeline-image h4 {
font-size: 18px;
line-height: 26px;
/* margin-top: 30px; */
}
.timeline > li.timeline-inverted > .timeline-panel {
padding: 0 20px 20px;
}
}
@media (min-width: 1200px) {
.timeline > li {
min-height: 170px;
}
.timeline > li .timeline-panel {
padding: 0 20px 20px 100px;
}
.timeline > li .timeline-image {
width: 170px;
height: 170px;
margin-left: -85px;
}
.timeline > li .timeline-image h4 {
/* margin-top: 40px; */
}
.timeline > li.timeline-inverted > .timeline-panel {
padding: 0 100px 20px 20px;
}
}
.img-fluid {
max-width: 100%;
height: auto;
}
.rounded-circle {
border-radius:50% !important;
}
.about-icon {
vertical-align: middle;
}
#secondary {
border-color:white !important;
}
.bg-primary#short {
padding: 30px 0px;
}
.vibrate {
background-image: url('../img/phone_shake.svg');
background-size: contain;
background-position: center center;
background-repeat: none;
background-attachment: none;
}
#market-map {
/* width: 100%; */
height: 300px;
background-image: url('../img/UsaMap.png');
background-repeat: no-repeat;
background-position: center center;
background-attachment: none;
background-size: contain;
}
@media (max-width: 768px) {
#market-map {
padding: 0px;
margin: 0px 30px;
}
}
.card {
margin: 10px;
border-radius: 5px;
-webkit-box-shadow: 12px 17px 54px -9px rgba(138,138,138,0.21);
-moz-box-shadow: 12px 17px 54px -9px rgba(138,138,138,0.21);
box-shadow: 12px 17px 54px -9px rgba(138,138,138,0.21);
}
.card-header {
background-color: #d1d1d1;
padding: .75em 1.5em;
vertical-align: middle;
min-height: 2.5em;
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border: 0px solid #000000;
}
.card-body {
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border: 0px solid #000000;
padding: .75em 1.5em;
min-height: 3em;
}
.android-badge {
width: 154px;
height: auto;
margin-top: -9px;
}
.first-section{
padding: 25px 0px;
}
.second-section {
padding-top: 0px;
padding-bottom: 25px;
}
@media (min-width: 1200px) {
.android-button {
display: flex;
justify-content: flex-end;
}
.itunes-button {
display: flex;
justify-content: flex-start;
}
}
.careers-container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.careers-container {
width: 625px;
}
}
@media (min-width: 992px) {
.careers-container {
width: 750px;
}
}
@media (min-width: 1200px) {
.careers-container {
width: 900px;
}
}
.dark-square {
display: inline-block;
height: 15px;
width: 15px;
background-color: #009B4A;
}
.light-square {
display: inline-block;
height: 15px;
width: 15px;
background-color: #6FCF3F;
}
#legend{
margin-top: 2em;
}
.description-content {
margin-left: 10px;
}
footer{
padding: 7px 0px;
}
#terms {
color: white;
}
#about {
padding: 0px;
}
| 0.417034 | 0.050776 |
#map-page {
width: 100%;
height: 100%;
background-image: linear-gradient(
to top,
#FFF,
var(--ghost-white)
);
}
.map-content {
width: 100%;
height: 100vh;
}
.map-content header {
display: flex;
align-items: center;
padding: 0.7rem;
color: #FFF;
justify-content: space-between;
background-image: linear-gradient(
to bottom right,
var(--normal-blue),
var(--dark-blue)
);
}
.map-content header h1 {
font-size: 0rem;
}
.map-content header div {
margin-right: 0.7rem
}
.map-content header h2 {
font-size: 1.1rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.map-content header img {
width: 2.6rem;
margin-left: 2rem;
}
.map-content header .icon {
font-size: 1.8rem;
margin-right: 0.5rem;
color: var(--ghost-white);
transition: 0.2s;
}
.map-content header .icon:hover {
transform: scale(1.1);
}
.map-content main {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#map-page .add-hs {
width: 4rem;
height: 4rem;
right: 4rem;
bottom: 3rem;
}
#map-page .go-hs {
display: flex;
align-items: center;
justify-content: space-evenly;
width: 90%;
height: 3rem;
font-size: 1.6rem;
font-weight: bold;
border-radius: 0.25rem;
background-color: var(--dark-blue);
color: var(--ghost-white);
transition: 0.2s;
}
#map-page .go-hs:hover {
transform: scale(1.1);
background-color: var(--normal-blue);
color: var(--ghost-white);
border: 2px solid var(--dark-blue);
}
#map-page .map-popup .leaflet-popup-content-wrapper {
background: var(--ghost-white);
border-radius: 1rem;
box-shadow: none;
}
#map-page .map-popup .leaflet-popup-content {
height: 10rem;
color: var(--dark--color);
font-size: 1.6rem;
font-weight: bold;
margin: 8px 12px;
font-family: "Nunito", sans-serif;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#map-page .map-popup .leaflet-popup-content-wrapper h1 {
font-size: 1.6rem;
opacity: 0.9;
margin-bottom: 1rem;
color: var(--dark-soul);
}
@media(min-width: 768px) {
.map-content header h2 {
flex-direction: row;
}
.map-content header h2 i {
margin-left: 0.5rem;
}
.map-content header h1 {
font-size: 2.2rem;
}
}
|
client/web/src/pages/Map/styles.css
|
#map-page {
width: 100%;
height: 100%;
background-image: linear-gradient(
to top,
#FFF,
var(--ghost-white)
);
}
.map-content {
width: 100%;
height: 100vh;
}
.map-content header {
display: flex;
align-items: center;
padding: 0.7rem;
color: #FFF;
justify-content: space-between;
background-image: linear-gradient(
to bottom right,
var(--normal-blue),
var(--dark-blue)
);
}
.map-content header h1 {
font-size: 0rem;
}
.map-content header div {
margin-right: 0.7rem
}
.map-content header h2 {
font-size: 1.1rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.map-content header img {
width: 2.6rem;
margin-left: 2rem;
}
.map-content header .icon {
font-size: 1.8rem;
margin-right: 0.5rem;
color: var(--ghost-white);
transition: 0.2s;
}
.map-content header .icon:hover {
transform: scale(1.1);
}
.map-content main {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#map-page .add-hs {
width: 4rem;
height: 4rem;
right: 4rem;
bottom: 3rem;
}
#map-page .go-hs {
display: flex;
align-items: center;
justify-content: space-evenly;
width: 90%;
height: 3rem;
font-size: 1.6rem;
font-weight: bold;
border-radius: 0.25rem;
background-color: var(--dark-blue);
color: var(--ghost-white);
transition: 0.2s;
}
#map-page .go-hs:hover {
transform: scale(1.1);
background-color: var(--normal-blue);
color: var(--ghost-white);
border: 2px solid var(--dark-blue);
}
#map-page .map-popup .leaflet-popup-content-wrapper {
background: var(--ghost-white);
border-radius: 1rem;
box-shadow: none;
}
#map-page .map-popup .leaflet-popup-content {
height: 10rem;
color: var(--dark--color);
font-size: 1.6rem;
font-weight: bold;
margin: 8px 12px;
font-family: "Nunito", sans-serif;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#map-page .map-popup .leaflet-popup-content-wrapper h1 {
font-size: 1.6rem;
opacity: 0.9;
margin-bottom: 1rem;
color: var(--dark-soul);
}
@media(min-width: 768px) {
.map-content header h2 {
flex-direction: row;
}
.map-content header h2 i {
margin-left: 0.5rem;
}
.map-content header h1 {
font-size: 2.2rem;
}
}
| 0.445771 | 0.115187 |
.mod-statement{
position: relative;
width: 100%;
height: 100%;
border: 1px solid #dfe4e6;
margin-top: 22px;
overflow: hidden;
}
.mod-statement .top,.mod-statement .middle,.mod-statement .content{
position: relative;
width: 100%;
}
.mod-statement .content{
background-color: #fcfdff;
color: #666666;
padding-left: 30px;
padding-top: 30px;
width: 930px;
}
.mod-statement .top{
background-image: url(../img/bak.png?__sprite);
height: 244px;
cursor: default;
padding-left: 30px;
}
.mod-statement .top-title{
position: relative;
color: #ffffff;
font-size: 21px;
padding-top: 25px;
}
.mod-statement .lv2-settings{
position: absolute;
right: 55px;
top: 6px;
color: white;
font-size: 16px;
cursor: pointer;
}
.mod-statement .arrow{
position: relative;
top: -2px;
display: inline-block;
width: 10px;
height: 5px;
background-image: url(../img/arrow.png?__sprite);
}
.mod-statement .arrow_up{
background-image: url(../img/arrow-up.png?__sprite);
top: -4px;
}
.mod-statement .country{
font-size: 14px;
}
.mod-statement .lv2-settings-dropdown{
display: none;
position: absolute;
background-color: #ebfcf7;
border: 1px solid #bee2d6;
top: 20px;
right: 0;
width: 110px;
overflow: hidden;
font-size: 13px;
}
.mod-statement .lv2-sites a{
display: block;
width: 92px;
height: 21px;
line-height: 21px;
padding: 0 5px;
font-size: 12px;
color: #454545;
padding-left: 15px;
}
.mod-statement .lv2-sites a:hover {
background-color: #00af75;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.mod-statement a.cur{
color: #00ac72;
cursor: default;
}
.mod-statement a.cur:hover {
background-color: transparent;
}
.mod-statement .description{
position: absolute;
width: 600px;
height: 90px;
bottom:5px;
padding-left: 3px;
color: #d6f1e5;
line-height: 20px;
font-size: 14px;
}
.mod-statement .content-title{
margin-bottom: 30px;
font-size: 16px;
}
.mod-statement .linkman-item{
width: 100%;
height: 146px;
}
.mod-statement .linkman-item *{
float: left;
}
.mod-statement .linkman-item img{
width: 85px;
height: 110px;
border: 1px solid #dfe4e6;
}
.mod-statement .linkman s{
border-bottom:1px solid #e3e3e5;
width: 720px;
margin: 0 200px 20px -20px;
}
.mod-statement .linkman s:first-child{
display: none;
}
.mod-statement .info{
width: 80%;
padding-left: 20px;
padding-bottom: 15px;
font-family:arial,Tahoma,Helvetica,sans-serif;
}
|
test/diff_fis3_smarty/product_code/hao123_fis3_smarty/lv2/widget/statement/ltr/ltr.css
|
.mod-statement{
position: relative;
width: 100%;
height: 100%;
border: 1px solid #dfe4e6;
margin-top: 22px;
overflow: hidden;
}
.mod-statement .top,.mod-statement .middle,.mod-statement .content{
position: relative;
width: 100%;
}
.mod-statement .content{
background-color: #fcfdff;
color: #666666;
padding-left: 30px;
padding-top: 30px;
width: 930px;
}
.mod-statement .top{
background-image: url(../img/bak.png?__sprite);
height: 244px;
cursor: default;
padding-left: 30px;
}
.mod-statement .top-title{
position: relative;
color: #ffffff;
font-size: 21px;
padding-top: 25px;
}
.mod-statement .lv2-settings{
position: absolute;
right: 55px;
top: 6px;
color: white;
font-size: 16px;
cursor: pointer;
}
.mod-statement .arrow{
position: relative;
top: -2px;
display: inline-block;
width: 10px;
height: 5px;
background-image: url(../img/arrow.png?__sprite);
}
.mod-statement .arrow_up{
background-image: url(../img/arrow-up.png?__sprite);
top: -4px;
}
.mod-statement .country{
font-size: 14px;
}
.mod-statement .lv2-settings-dropdown{
display: none;
position: absolute;
background-color: #ebfcf7;
border: 1px solid #bee2d6;
top: 20px;
right: 0;
width: 110px;
overflow: hidden;
font-size: 13px;
}
.mod-statement .lv2-sites a{
display: block;
width: 92px;
height: 21px;
line-height: 21px;
padding: 0 5px;
font-size: 12px;
color: #454545;
padding-left: 15px;
}
.mod-statement .lv2-sites a:hover {
background-color: #00af75;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.mod-statement a.cur{
color: #00ac72;
cursor: default;
}
.mod-statement a.cur:hover {
background-color: transparent;
}
.mod-statement .description{
position: absolute;
width: 600px;
height: 90px;
bottom:5px;
padding-left: 3px;
color: #d6f1e5;
line-height: 20px;
font-size: 14px;
}
.mod-statement .content-title{
margin-bottom: 30px;
font-size: 16px;
}
.mod-statement .linkman-item{
width: 100%;
height: 146px;
}
.mod-statement .linkman-item *{
float: left;
}
.mod-statement .linkman-item img{
width: 85px;
height: 110px;
border: 1px solid #dfe4e6;
}
.mod-statement .linkman s{
border-bottom:1px solid #e3e3e5;
width: 720px;
margin: 0 200px 20px -20px;
}
.mod-statement .linkman s:first-child{
display: none;
}
.mod-statement .info{
width: 80%;
padding-left: 20px;
padding-bottom: 15px;
font-family:arial,Tahoma,Helvetica,sans-serif;
}
| 0.291586 | 0.058804 |
html {
height: 100%;
width: 100%;
}
body {
font-family: 'Open Sans', serif;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
-webkit-font-smoothing: antialiased;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
}
@font-face {
font-family: tsukushi-a-round-gothic_bold;
src: url(assets/tsukushi-a-round-gothic_bold.ttf);
}
.android-3 {
display: block;
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
overflow-x: auto;
overflow-y: auto;
background-color: rgba(239, 239, 239, 1);
width: 360.00px;
height: 640.00px;
left: 0px;
top: 0px;
}
.android-3 .gettyimages-914908804-4 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/gettyimages-914908804-4.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 80.00px;
height: 80.00px;
left: 140.00px;
top: 42.00px;
}
.android-3 .ft1 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/ft1.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 37.00px;
border-top-right-radius: 37.00px;
border-bottom-left-radius: 37.00px;
border-bottom-right-radius: 37.00px;
box-shadow: none;
width: 72.00px;
height: 71.00px;
left: 144.00px;
top: 469.00px;
}
.android-3 .ft11 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/ft1-3cef7105.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 37.00px;
border-top-right-radius: 37.00px;
border-bottom-left-radius: 37.00px;
border-bottom-right-radius: 37.00px;
box-shadow: none;
width: 72.00px;
height: 71.00px;
left: 230.00px;
top: 469.00px;
}
.android-3 .ft12 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/ft1-eebcffc0.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 37.00px;
border-top-right-radius: 37.00px;
border-bottom-left-radius: 37.00px;
border-bottom-right-radius: 37.00px;
box-shadow: none;
width: 72.00px;
height: 71.00px;
left: 58.00px;
top: 469.00px;
}
.android-3 .ft13 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/ft1-65bc7193.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 37.00px;
border-top-right-radius: 37.00px;
border-bottom-left-radius: 37.00px;
border-bottom-right-radius: 37.00px;
box-shadow: none;
width: 42.00px;
height: 42.00px;
left: 159.00px;
top: 552.00px;
}
.android-3 .ft14 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/ft1-a7bf21d0.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 37.00px;
border-top-right-radius: 37.00px;
border-bottom-left-radius: 37.00px;
border-bottom-right-radius: 37.00px;
box-shadow: none;
width: 42.00px;
height: 42.00px;
left: 214.00px;
top: 552.00px;
}
.android-3 .ft15 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/ft1-c91e0413.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 37.00px;
border-top-right-radius: 37.00px;
border-bottom-left-radius: 37.00px;
border-bottom-right-radius: 37.00px;
box-shadow: none;
width: 42.00px;
height: 42.00px;
left: 104.00px;
top: 552.00px;
}
.android-3 .d18 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: 0.00px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 12.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 23.00px;
height: 12.00px;
left: 113.00px;
top: 567.00px;
}
.android-3 .d18 .d18-0 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.72;
undefined
}
.android-3 .d18 .d18-1 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.6;
undefined
}
.android-3 .d18 .d18-2 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: 0;
undefined
}
.android-3 .s {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: -0.65px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 13.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: auto;
overflow-y: auto;
width: 7.00px;
height: 12.00px;
left: 176.00px;
top: 567.00px;
}
.android-3 .t9 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: -0.60px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 12.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 16.00px;
height: 12.00px;
left: 227.00px;
top: 567.00px;
}
.android-3 .t9 .t9-0 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: 0;
undefined
}
.android-3 .t9 .t9-1 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.6;
undefined
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 58.00px;
height: 57.00px;
left: 65.00px;
top: 476.00px;
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood1 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood-03bfea3c.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 58.00px;
height: 57.00px;
left: 151.00px;
top: 476.00px;
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood2 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood-5688c55a.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 58.00px;
height: 57.00px;
left: 237.00px;
top: 476.00px;
}
.android-3 .m27 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: 0.00px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 18.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 39.00px;
height: 18.00px;
left: 75.00px;
top: 495.00px;
}
.android-3 .m54 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: 0.00px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 18.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 39.00px;
height: 18.00px;
left: 161.00px;
top: 495.00px;
}
.android-3 .m81 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: -0.54px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 18.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 38.00px;
height: 18.00px;
left: 247.00px;
top: 496.00px;
}
.android-3 .m81 .m81-0 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 18.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: 0.54;
undefined
}
.android-3 .m81 .m81-1 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 18.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.9000000000000001;
undefined
}
.android-3 .m81 .m81-2 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 18.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.54;
undefined
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood3 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood-679cabdd.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 34.00px;
height: 34.00px;
left: 108.00px;
top: 556.00px;
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood4 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood-93ad523b.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 34.00px;
height: 34.00px;
left: 163.00px;
top: 556.00px;
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood5 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood-ca8d88d8.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 34.00px;
height: 34.00px;
left: 218.00px;
top: 556.00px;
}
.android-3 .m271 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: 0.00px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 18.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 39.00px;
height: 18.00px;
left: 75.00px;
top: 495.00px;
}
.android-3 .m811 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: -0.54px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 18.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 38.00px;
height: 18.00px;
left: 247.00px;
top: 496.00px;
}
.android-3 .m811 .m811-0 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 18.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: 0.54;
undefined
}
.android-3 .m811 .m811-1 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 18.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.9000000000000001;
undefined
}
.android-3 .m811 .m811-2 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 18.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.54;
undefined
}
.android-3 .d181 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: 0.00px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 12.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 23.00px;
height: 12.00px;
left: 113.00px;
top: 567.00px;
}
.android-3 .d181 .d181-0 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.72;
undefined
}
.android-3 .d181 .d181-1 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.6;
undefined
}
.android-3 .d181 .d181-2 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: 0;
undefined
}
.android-3 .s1 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: -0.65px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 13.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: auto;
overflow-y: auto;
width: 7.00px;
height: 12.00px;
left: 176.00px;
top: 567.00px;
}
.android-3 .t91 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: -0.60px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 12.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 16.00px;
height: 12.00px;
left: 227.00px;
top: 567.00px;
}
.android-3 .t91 .t91-0 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: 0;
undefined
}
.android-3 .t91 .t91-1 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.6;
undefined
}
.android-3 .x-1 {
position: absolute;
box-sizing: border-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
fill: rgba(255, 255, 255, 0);
stroke: rgba(213, 213, 213, 1);
stroke-width: 1.50px;
stroke-linecap: butt;
box-shadow: none;
width: 244.00px;
height: 244.00px;
left: 58.00px;
top: 164.00px;
}
.android-3 .x-11 {
position: absolute;
box-sizing: border-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
fill: rgba(255, 255, 255, 0);
stroke: rgba(213, 213, 213, 1);
stroke-width: 5.50px;
stroke-linecap: butt;
box-shadow: none;
width: 235.00px;
height: 235.00px;
left: 63.00px;
top: 169.00px;
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood6 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood-6cd381a1.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 226.00px;
height: 226.00px;
left: 67.00px;
top: 173.00px;
}
.android-3 .x-2 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
fill: rgba(112, 112, 112, 0.27058823529411763);
box-shadow: none;
width: 72.00px;
height: 71.00px;
left: 58.00px;
top: 469.00px;
}
|
www/css/android-3.css
|
html {
height: 100%;
width: 100%;
}
body {
font-family: 'Open Sans', serif;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
-webkit-font-smoothing: antialiased;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
}
@font-face {
font-family: tsukushi-a-round-gothic_bold;
src: url(assets/tsukushi-a-round-gothic_bold.ttf);
}
.android-3 {
display: block;
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
overflow-x: auto;
overflow-y: auto;
background-color: rgba(239, 239, 239, 1);
width: 360.00px;
height: 640.00px;
left: 0px;
top: 0px;
}
.android-3 .gettyimages-914908804-4 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/gettyimages-914908804-4.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 80.00px;
height: 80.00px;
left: 140.00px;
top: 42.00px;
}
.android-3 .ft1 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/ft1.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 37.00px;
border-top-right-radius: 37.00px;
border-bottom-left-radius: 37.00px;
border-bottom-right-radius: 37.00px;
box-shadow: none;
width: 72.00px;
height: 71.00px;
left: 144.00px;
top: 469.00px;
}
.android-3 .ft11 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/ft1-3cef7105.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 37.00px;
border-top-right-radius: 37.00px;
border-bottom-left-radius: 37.00px;
border-bottom-right-radius: 37.00px;
box-shadow: none;
width: 72.00px;
height: 71.00px;
left: 230.00px;
top: 469.00px;
}
.android-3 .ft12 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/ft1-eebcffc0.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 37.00px;
border-top-right-radius: 37.00px;
border-bottom-left-radius: 37.00px;
border-bottom-right-radius: 37.00px;
box-shadow: none;
width: 72.00px;
height: 71.00px;
left: 58.00px;
top: 469.00px;
}
.android-3 .ft13 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/ft1-65bc7193.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 37.00px;
border-top-right-radius: 37.00px;
border-bottom-left-radius: 37.00px;
border-bottom-right-radius: 37.00px;
box-shadow: none;
width: 42.00px;
height: 42.00px;
left: 159.00px;
top: 552.00px;
}
.android-3 .ft14 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/ft1-a7bf21d0.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 37.00px;
border-top-right-radius: 37.00px;
border-bottom-left-radius: 37.00px;
border-bottom-right-radius: 37.00px;
box-shadow: none;
width: 42.00px;
height: 42.00px;
left: 214.00px;
top: 552.00px;
}
.android-3 .ft15 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/ft1-c91e0413.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 37.00px;
border-top-right-radius: 37.00px;
border-bottom-left-radius: 37.00px;
border-bottom-right-radius: 37.00px;
box-shadow: none;
width: 42.00px;
height: 42.00px;
left: 104.00px;
top: 552.00px;
}
.android-3 .d18 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: 0.00px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 12.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 23.00px;
height: 12.00px;
left: 113.00px;
top: 567.00px;
}
.android-3 .d18 .d18-0 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.72;
undefined
}
.android-3 .d18 .d18-1 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.6;
undefined
}
.android-3 .d18 .d18-2 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: 0;
undefined
}
.android-3 .s {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: -0.65px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 13.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: auto;
overflow-y: auto;
width: 7.00px;
height: 12.00px;
left: 176.00px;
top: 567.00px;
}
.android-3 .t9 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: -0.60px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 12.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 16.00px;
height: 12.00px;
left: 227.00px;
top: 567.00px;
}
.android-3 .t9 .t9-0 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: 0;
undefined
}
.android-3 .t9 .t9-1 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.6;
undefined
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 58.00px;
height: 57.00px;
left: 65.00px;
top: 476.00px;
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood1 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood-03bfea3c.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 58.00px;
height: 57.00px;
left: 151.00px;
top: 476.00px;
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood2 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood-5688c55a.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 58.00px;
height: 57.00px;
left: 237.00px;
top: 476.00px;
}
.android-3 .m27 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: 0.00px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 18.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 39.00px;
height: 18.00px;
left: 75.00px;
top: 495.00px;
}
.android-3 .m54 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: 0.00px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 18.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 39.00px;
height: 18.00px;
left: 161.00px;
top: 495.00px;
}
.android-3 .m81 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: -0.54px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 18.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 38.00px;
height: 18.00px;
left: 247.00px;
top: 496.00px;
}
.android-3 .m81 .m81-0 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 18.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: 0.54;
undefined
}
.android-3 .m81 .m81-1 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 18.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.9000000000000001;
undefined
}
.android-3 .m81 .m81-2 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 18.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.54;
undefined
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood3 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood-679cabdd.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 34.00px;
height: 34.00px;
left: 108.00px;
top: 556.00px;
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood4 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood-93ad523b.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 34.00px;
height: 34.00px;
left: 163.00px;
top: 556.00px;
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood5 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood-ca8d88d8.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 34.00px;
height: 34.00px;
left: 218.00px;
top: 556.00px;
}
.android-3 .m271 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: 0.00px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 18.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 39.00px;
height: 18.00px;
left: 75.00px;
top: 495.00px;
}
.android-3 .m811 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: -0.54px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 18.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 38.00px;
height: 18.00px;
left: 247.00px;
top: 496.00px;
}
.android-3 .m811 .m811-0 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 18.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: 0.54;
undefined
}
.android-3 .m811 .m811-1 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 18.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.9000000000000001;
undefined
}
.android-3 .m811 .m811-2 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 18.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.54;
undefined
}
.android-3 .d181 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: 0.00px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 12.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 23.00px;
height: 12.00px;
left: 113.00px;
top: 567.00px;
}
.android-3 .d181 .d181-0 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.72;
undefined
}
.android-3 .d181 .d181-1 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.6;
undefined
}
.android-3 .d181 .d181-2 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: 0;
undefined
}
.android-3 .s1 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: -0.65px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 13.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: auto;
overflow-y: auto;
width: 7.00px;
height: 12.00px;
left: 176.00px;
top: 567.00px;
}
.android-3 .t91 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
letter-spacing: -0.60px;
color: rgba(115, 253, 234, 1);
-webkit-text-stroke: 1.00px rgba(0, 0, 0, 0);
font-size: 12.00px;
font-weight: 700;
font-style: normal;
font-family: tsukushi-a-round-gothic_bold, Arial;
box-shadow: none;
overflow-x: unset;
overflow-y: unset;
width: 16.00px;
height: 12.00px;
left: 227.00px;
top: 567.00px;
}
.android-3 .t91 .t91-0 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: 0;
undefined
}
.android-3 .t91 .t91-1 {
color: rgba(115, 253, 234, 1);
font-weight: 700;
font-style: normal;
font-size: 12.00px;
font-family: 'Tsukushi A Round Gothic', Arial;
letter-spacing: -0.6;
undefined
}
.android-3 .x-1 {
position: absolute;
box-sizing: border-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
fill: rgba(255, 255, 255, 0);
stroke: rgba(213, 213, 213, 1);
stroke-width: 1.50px;
stroke-linecap: butt;
box-shadow: none;
width: 244.00px;
height: 244.00px;
left: 58.00px;
top: 164.00px;
}
.android-3 .x-11 {
position: absolute;
box-sizing: border-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
fill: rgba(255, 255, 255, 0);
stroke: rgba(213, 213, 213, 1);
stroke-width: 5.50px;
stroke-linecap: butt;
box-shadow: none;
width: 235.00px;
height: 235.00px;
left: 63.00px;
top: 169.00px;
}
.android-3 .kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood6 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
background-image: url("assets/kisspng-computer-icons-portable-network-graphics-glass-sha-5b82e87e4e86497273280415353058543216-bgood-6cd381a1.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
background-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(112, 112, 112, 1);
border-bottom-style: none;
border-bottom-width: 1.00px;
border-left-color: rgba(112, 112, 112, 1);
border-left-style: none;
border-left-width: 1.00px;
border-right-color: rgba(112, 112, 112, 1);
border-right-style: none;
border-right-width: 1.00px;
border-top-color: rgba(112, 112, 112, 1);
border-top-style: none;
border-top-width: 1.00px;
border-top-left-radius: 0.00px;
border-top-right-radius: 0.00px;
border-bottom-left-radius: 0.00px;
border-bottom-right-radius: 0.00px;
box-shadow: none;
width: 226.00px;
height: 226.00px;
left: 67.00px;
top: 173.00px;
}
.android-3 .x-2 {
position: absolute;
box-sizing: content-box;
-ms-transform: rotate(0.00deg);
-webkit-transform: rotate(0.00deg);
transform: rotate(0.00deg);
-ms-transform-origin: center;
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
cursor: default;
margin-top: 0.00px;
margin-right: 0.00px;
margin-bottom: 0.00px;
margin-left: 0.00px;
padding-top: 0.00px;
padding-right: 0.00px;
padding-bottom: 0.00px;
padding-left: 0.00px;
fill: rgba(112, 112, 112, 0.27058823529411763);
box-shadow: none;
width: 72.00px;
height: 71.00px;
left: 58.00px;
top: 469.00px;
}
| 0.54698 | 0.075824 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
tbody::-webkit-scrollbar {
display: none;
}
.hidden {
display: none;
}
.btn {
font-family: 'Open Sans', sans-serif;
border-radius: 10px;
border: 2px solid #F8B423;
outline: none;
}
.size {
font-size: 14px;
height: 50px;
}
.submit {
height: 50px;
}
button,
select {
font-size: 16px;
background-color: #F8B423 !important;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
letter-spacing: .25px;
color: black !important;
border-radius: 10px;
width: 100%;
height: 50px;
border: 1px solid #F8B423 !important;
cursor: pointer;
}
select {
text-transform: none !important;
}
.error:first-letter {
text-transform: uppercase !important;
}
h1,
h2,
h3,
h4,
h5,
.link {
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
color: white;
letter-spacing: 1px;
text-decoration: none !important;
}
hr {
border: 1px solid white;
}
input,
textarea {
font-family: 'Open Sans', sans-serif;
border-radius: 10px !important;
}
input {
height: 50px !important;
}
.submit {
height: 60px !important;
}
#phone-number,
#receiver-phone {
pointer-events: none;
}
.disabled {
background: lightgrey;
}
a {
cursor: pointer;
}
a,
span,
label,
td,
h6 {
font-family: 'Open Sans', sans-serif;
letter-spacing: 1px;
color: white;
}
.dropdown-item {
color: black !important;
}
.dropdown-item span {
color: black;
pointer-events: none;
}
tr {
display: flex;
justify-content: space-between;
border-bottom: 2px solid #F8B423;
}
tbody {
display: flex;
flex-direction: column;
max-height: 500px;
overflow: auto;
}
td {
padding: 10px 0;
text-align: center;
width: 100%;
}
.main-content {
position: fixed;
width: 100%;
height: 100%;
background: url("../images/image.jpg") no-repeat;
background-size: cover;
background-position: center;
top: 0;
}
.main-content div .create-account {
width: 300px;
padding: 15px;
background: #F8B423;
color: black;
text-transform: uppercase;
font-family: 'Montserrat',
sans-serif;
}
nav {
z-index: 10;
background: transparent;
border-bottom: 1px solid #F8B423;
}
nav a h2 {
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;
color: #F8B423;
}
.jumbotron {
width: 100%;
margin-top: 73px !important;
height: calc(100vh - 73px);
background: transparent;
}
|
App/styles/style.css
|
@import url('https://fonts.googleapis.com/css?family=Montserrat:900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
tbody::-webkit-scrollbar {
display: none;
}
.hidden {
display: none;
}
.btn {
font-family: 'Open Sans', sans-serif;
border-radius: 10px;
border: 2px solid #F8B423;
outline: none;
}
.size {
font-size: 14px;
height: 50px;
}
.submit {
height: 50px;
}
button,
select {
font-size: 16px;
background-color: #F8B423 !important;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
letter-spacing: .25px;
color: black !important;
border-radius: 10px;
width: 100%;
height: 50px;
border: 1px solid #F8B423 !important;
cursor: pointer;
}
select {
text-transform: none !important;
}
.error:first-letter {
text-transform: uppercase !important;
}
h1,
h2,
h3,
h4,
h5,
.link {
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
color: white;
letter-spacing: 1px;
text-decoration: none !important;
}
hr {
border: 1px solid white;
}
input,
textarea {
font-family: 'Open Sans', sans-serif;
border-radius: 10px !important;
}
input {
height: 50px !important;
}
.submit {
height: 60px !important;
}
#phone-number,
#receiver-phone {
pointer-events: none;
}
.disabled {
background: lightgrey;
}
a {
cursor: pointer;
}
a,
span,
label,
td,
h6 {
font-family: 'Open Sans', sans-serif;
letter-spacing: 1px;
color: white;
}
.dropdown-item {
color: black !important;
}
.dropdown-item span {
color: black;
pointer-events: none;
}
tr {
display: flex;
justify-content: space-between;
border-bottom: 2px solid #F8B423;
}
tbody {
display: flex;
flex-direction: column;
max-height: 500px;
overflow: auto;
}
td {
padding: 10px 0;
text-align: center;
width: 100%;
}
.main-content {
position: fixed;
width: 100%;
height: 100%;
background: url("../images/image.jpg") no-repeat;
background-size: cover;
background-position: center;
top: 0;
}
.main-content div .create-account {
width: 300px;
padding: 15px;
background: #F8B423;
color: black;
text-transform: uppercase;
font-family: 'Montserrat',
sans-serif;
}
nav {
z-index: 10;
background: transparent;
border-bottom: 1px solid #F8B423;
}
nav a h2 {
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;
color: #F8B423;
}
.jumbotron {
width: 100%;
margin-top: 73px !important;
height: calc(100vh - 73px);
background: transparent;
}
| 0.348313 | 0.104021 |
width: 100%;
height: 60px;
opacity:0;
display:block;
background-color:green;
z-index:10;
position:absolute;
top:0px;
padding:20px 20px 0px 80px;
font-size:14px;
font-weight:bold;
color: white;
} */
.errorbarDefault {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* width: 100%; */
min-width: 380px;
height: 80px;
opacity: 0;
display: none;
background-color: white;
z-index: 999999;
position: absolute;
top: 5px;
padding: 20px;
font-size: 12px;
/* font-weight: bold; */
/*color: #CC0000;
border: 2px #CC0000 solid;*/
/* padding: 10px; */
right: 10px;
/* border-radius: 10px; */
border-radius: 4px;
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
z-index: 9999;
color: rgba(0, 0, 0, 0.65);
}
.notiftitle {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}
.notiftitle .errorIcon {
color: red;
}
.notiftitle .successIcon {
color: green;
}
.successbarDefault {
/* width: 100%; */
min-width: 380px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 80px;
opacity: 0;
display: none;
background-color: white;
z-index: 999999;
position: absolute;
top: 5px;
padding: 20px;
font-size: 12px;
/* font-weight: bold; */
color: green;
/* border: 2px green solid; */
/* padding: 10px; */
right: 10px;
border-radius: 4px;
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
z-index: 9999;
color: rgba(0, 0, 0, 0.65);
}
@keyframes slideErrorIn {
from {
right: -50px;
opacity: 0;
}
to {
right: 20px;
opacity: 1;
}
}
.slideErrorIn {
animation: slideErrorIn 0.3s forwards;
-webkit-animation: slideErrorIn 0.3s forwards;
display: block;
}
@keyframes slideErrorOut {
from {
right: 20px;
opacity: 1;
}
to {
opacity: 0;
right: -50px;
}
}
.slideErrorOut {
animation: slideErrorOut 0.3s forwards;
-webkit-animation: slideErrorOut 0.3s forwards;
display: none;
}
@media (max-width: 425px) {
.errorbarDefault {
min-width: 280px;
}
.successbarDefault {
min-width: 280px;
}
}
|
src/components/Common/errorbar/errorbar.module.css
|
width: 100%;
height: 60px;
opacity:0;
display:block;
background-color:green;
z-index:10;
position:absolute;
top:0px;
padding:20px 20px 0px 80px;
font-size:14px;
font-weight:bold;
color: white;
} */
.errorbarDefault {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* width: 100%; */
min-width: 380px;
height: 80px;
opacity: 0;
display: none;
background-color: white;
z-index: 999999;
position: absolute;
top: 5px;
padding: 20px;
font-size: 12px;
/* font-weight: bold; */
/*color: #CC0000;
border: 2px #CC0000 solid;*/
/* padding: 10px; */
right: 10px;
/* border-radius: 10px; */
border-radius: 4px;
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
z-index: 9999;
color: rgba(0, 0, 0, 0.65);
}
.notiftitle {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}
.notiftitle .errorIcon {
color: red;
}
.notiftitle .successIcon {
color: green;
}
.successbarDefault {
/* width: 100%; */
min-width: 380px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 80px;
opacity: 0;
display: none;
background-color: white;
z-index: 999999;
position: absolute;
top: 5px;
padding: 20px;
font-size: 12px;
/* font-weight: bold; */
color: green;
/* border: 2px green solid; */
/* padding: 10px; */
right: 10px;
border-radius: 4px;
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
z-index: 9999;
color: rgba(0, 0, 0, 0.65);
}
@keyframes slideErrorIn {
from {
right: -50px;
opacity: 0;
}
to {
right: 20px;
opacity: 1;
}
}
.slideErrorIn {
animation: slideErrorIn 0.3s forwards;
-webkit-animation: slideErrorIn 0.3s forwards;
display: block;
}
@keyframes slideErrorOut {
from {
right: 20px;
opacity: 1;
}
to {
opacity: 0;
right: -50px;
}
}
.slideErrorOut {
animation: slideErrorOut 0.3s forwards;
-webkit-animation: slideErrorOut 0.3s forwards;
display: none;
}
@media (max-width: 425px) {
.errorbarDefault {
min-width: 280px;
}
.successbarDefault {
min-width: 280px;
}
}
| 0.385953 | 0.069226 |
body,
html {
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
font-size: 1em;
line-height: 1.4;
background-color: rgb(67, 72, 76);
color: rgb(58, 48, 66);
height: 100%;
min-height: 100%;
max-height: 100%;
margin: 0;
padding: 0;
}
main {
background-color: #f4f4f4;
margin: 0 auto;
max-width: 25em;
height: 100%;
min-height: 100%;
max-height: 100%;
}
#chatContainer {
background-color: #f4f4f4;
position: relative;
height: 100%;
min-height: 100%;
max-height: 100%;
overflow: scroll;
display: flex;
flex-direction: column-reverse;
}
#chatInfo {
position: fixed;
top: 0;
padding: 0.8em;
background-color: #d35400;
color: #ffffff;
text-align: center;
width: 100%;
max-width: 25em;
box-sizing: border-box;
}
#chatInfo > span {
font-size: 1em;
font-weight: 700;
display: inline-block;
line-height: .5em;
padding: 0.5em;
background-color: #e67e22;
}
#chatBox {
background: #28292d;
position: fixed;
bottom: 0;
width: 100%;
max-width: 25em;
padding: 0;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
#nameBox {
background: #28292d;
position: fixed;
top: 0;
height: 100%;
z-index: 1;
width: 100%;
max-width: 25em;
padding: 40vh 0 0;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
form input {
border: none;
border-bottom: 0.1em solid rgba(236, 240, 241, 1);
margin: 0.8em 2.5%;
padding: 0;
width: 70%;
vertical-align: top;
font-size: 1em;
line-height: 1.4;
background-color: inherit;
color: #f5f5f5;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
outline: none;
}
form input:focus {
border-bottom: 0.1em solid rgba(236, 240, 241, 0.25);
}
#nameBox > span {
width: 90%;
margin: .5em 5%;
font-size: 2em;
font-weight: 700;
line-height: 1.4;
display: block;
color: #d8d8d8;
}
#nameBox > input {
width: 90%;
margin: 0 5%;
font-size: 2em;
}
form button {
width: 25%;
background: rgba(39, 174, 96, 1);
color: #d8d8d8;
border: none;
padding: 0.8em;
font-size: 1em;
font-weight: 700;
vertical-align: top;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
line-height: 1.4;
text-transform: uppercase;
}
form button:hover,
form button:focus {
background: rgba(46, 204, 113, 1);
outline: none;
}
#messages {
list-style-type: none;
margin: 0;
padding: 4em 0;
font-size: 1em;
}
#messages li {
padding: 1em 1em 0;
background: transparent;
}
#messages li > span {
display: inline-block;
padding: 0.5em 1em;
color: #28292d;
max-width: 80%;
}
#messages li.newUser > span {
max-width: 100%;
display: block;
text-align: center;
background-color: #1abc9c;
color: #ffffff;
}
#messages li.leaveUser > span {
max-width: 100%;
display: block;
text-align: center;
background-color: #e74c3c;
color: #ffffff;
}
#messages li.other {
text-align: left;
}
#messages li:last-child.other {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
#messages li.other::after {
content: attr(data-name);
display: block;
padding: 0.1em 0 0;
font-size: 0.7em;
}
#messages li.other.default::after {
content: attr(data-name);
}
#messages li.other > span {
background-color: rgb(236, 235, 228);
}
#messages li.current {
text-align: right;
}
#messages li:last-child.current {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
#messages li.current::after {
content: attr(data-name);
display: block;
padding: 0.1em 0 0;
font-size: 0.7em;
}
#messages li.current > span {
background-color: rgb(198, 216, 175);
}
#chatBox.invalid::before {
content: "Min. 3 characters";
position: absolute;
display: inline-block;
background-color: rgba(231, 76, 60, 1);
color: #d8d8d8;
padding: 0.5em 1em;
font-size: 0.8em;
bottom: 100%;
left: 0;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
|
public/stylesheets/main.css
|
body,
html {
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
font-size: 1em;
line-height: 1.4;
background-color: rgb(67, 72, 76);
color: rgb(58, 48, 66);
height: 100%;
min-height: 100%;
max-height: 100%;
margin: 0;
padding: 0;
}
main {
background-color: #f4f4f4;
margin: 0 auto;
max-width: 25em;
height: 100%;
min-height: 100%;
max-height: 100%;
}
#chatContainer {
background-color: #f4f4f4;
position: relative;
height: 100%;
min-height: 100%;
max-height: 100%;
overflow: scroll;
display: flex;
flex-direction: column-reverse;
}
#chatInfo {
position: fixed;
top: 0;
padding: 0.8em;
background-color: #d35400;
color: #ffffff;
text-align: center;
width: 100%;
max-width: 25em;
box-sizing: border-box;
}
#chatInfo > span {
font-size: 1em;
font-weight: 700;
display: inline-block;
line-height: .5em;
padding: 0.5em;
background-color: #e67e22;
}
#chatBox {
background: #28292d;
position: fixed;
bottom: 0;
width: 100%;
max-width: 25em;
padding: 0;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
#nameBox {
background: #28292d;
position: fixed;
top: 0;
height: 100%;
z-index: 1;
width: 100%;
max-width: 25em;
padding: 40vh 0 0;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
form input {
border: none;
border-bottom: 0.1em solid rgba(236, 240, 241, 1);
margin: 0.8em 2.5%;
padding: 0;
width: 70%;
vertical-align: top;
font-size: 1em;
line-height: 1.4;
background-color: inherit;
color: #f5f5f5;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
outline: none;
}
form input:focus {
border-bottom: 0.1em solid rgba(236, 240, 241, 0.25);
}
#nameBox > span {
width: 90%;
margin: .5em 5%;
font-size: 2em;
font-weight: 700;
line-height: 1.4;
display: block;
color: #d8d8d8;
}
#nameBox > input {
width: 90%;
margin: 0 5%;
font-size: 2em;
}
form button {
width: 25%;
background: rgba(39, 174, 96, 1);
color: #d8d8d8;
border: none;
padding: 0.8em;
font-size: 1em;
font-weight: 700;
vertical-align: top;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
line-height: 1.4;
text-transform: uppercase;
}
form button:hover,
form button:focus {
background: rgba(46, 204, 113, 1);
outline: none;
}
#messages {
list-style-type: none;
margin: 0;
padding: 4em 0;
font-size: 1em;
}
#messages li {
padding: 1em 1em 0;
background: transparent;
}
#messages li > span {
display: inline-block;
padding: 0.5em 1em;
color: #28292d;
max-width: 80%;
}
#messages li.newUser > span {
max-width: 100%;
display: block;
text-align: center;
background-color: #1abc9c;
color: #ffffff;
}
#messages li.leaveUser > span {
max-width: 100%;
display: block;
text-align: center;
background-color: #e74c3c;
color: #ffffff;
}
#messages li.other {
text-align: left;
}
#messages li:last-child.other {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
#messages li.other::after {
content: attr(data-name);
display: block;
padding: 0.1em 0 0;
font-size: 0.7em;
}
#messages li.other.default::after {
content: attr(data-name);
}
#messages li.other > span {
background-color: rgb(236, 235, 228);
}
#messages li.current {
text-align: right;
}
#messages li:last-child.current {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
#messages li.current::after {
content: attr(data-name);
display: block;
padding: 0.1em 0 0;
font-size: 0.7em;
}
#messages li.current > span {
background-color: rgb(198, 216, 175);
}
#chatBox.invalid::before {
content: "Min. 3 characters";
position: absolute;
display: inline-block;
background-color: rgba(231, 76, 60, 1);
color: #d8d8d8;
padding: 0.5em 1em;
font-size: 0.8em;
bottom: 100%;
left: 0;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
| 0.485844 | 0.076339 |
.floatbox_canvas.ow_photoview_overlay {
display: table;
}
.floatbox_canvas.floatbox_overlayBG {
opacity: 1;
background-color: rgba(0,0,0,0.75);
}
/*
.floatbox_canvas.ow_photoview_overlay .floatbox_container_wrap {
display: table-cell;
margin-top: 0;
text-align: center;
vertical-align: middle;
}
.floatbox_canvas.ow_photoview_overlay .floatbox_container {
display: inline-block;
margin: 0;
width: auto;
}*/
.ow_photoview_overlay_pint .floatbox_container {
border: none;
}
.ow_photoview_overlay.floatbox_empty .ow_box_cap_icons {
position: absolute;
top: 4px;
right: 4px;
z-index: 1;
}
html body div.floatbox_empty.ow_photoview_overlay a.ow_ic_delete.close,
html body div.ow_photoview_overlay_pint a.ow_ic_delete.close {
background-image: url(../images/photoview_close.png);
}
.ow_photoview_wrap {
min-height: 400px;
max-width: 100%;
max-height: 100%;
}
.ow_photoview_stage_wrap {
float: left;
height: auto;
background-color: #000;
text-align: center;
position: relative;
cursor: pointer;
}
.ow_photoview_stage_wrap img {
display: inline-block;
max-height: 100%;
max-width: 100%;
vertical-align: middle;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.ow_photoview_stage_wrap.ow_photoview_stage_wrap_fullscreen {
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 3;
}
.ow_photoview_stage_wrap.ow_photoview_stage_wrap_fullscreen img {
width: auto;
height: auto;
max-height: 100%;
max-width: 100%;
}
.ow_photoview_stage_wrap.ow_photoview_stage_wrap_fullscreen .ow_photo_fullscreen_nav {
display: block;
}
.ow_photoview_info_wrap {
height: 100%;
position: relative;
overflow: hidden;
}
.ow_photoview_info {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 12px 8px 12px 16px;
min-height: 100%;
}
.ow_photoview_info.ow_photoview_info_onpage {
padding: 0;
}
.ow_photoview_info.ow_photoview_pint_mode {
padding: 8px 0 0 0;
}
.ow_photoview_user {
padding-right: 12px;
}
.ow_photoview_user .ow_user_list_data {
padding-top: 2px;
}
.ow_photoview_user .ow_user_list_data a:first-child {
font-weight: bold;
}
.ow_photoview_user .ow_user_list_data div,
.ow_photoview_user .ow_user_list_data a {
line-height: 16px;
}
.ow_photoview_description {
padding: 0 10px 0 4px;
}
.ow_context_action_block.ow_photo_context_action .ow_context_action:first-child {
border-left: none;
}
.ow_photoview_stage_wrap:hover .ow_photo_context_action {
display: block;
opacity: 1;
}
.ow_photo_context_action:hover .ow_tooltip {
display: block;
}
.ow_photoview_bottom_menu_wrap {
background-color: rgba(0,0,0,0.75);
position: absolute;
bottom: 0;
left: 0;
height: auto;
display: block;
width: 100%;
line-height: 20px;
text-align: left;
padding: 8px 40px 8px 16px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
opacity: 0;
height: 36px;
}
.ow_photoview_stage_wrap_fullscreen .ow_photoview_bottom_menu_wrap {
padding-right: 70px;
}
.ow_photoview_bottom_menu {
position: relative;
}
.ow_photoview_stage_wrap:hover .ow_photoview_bottom_menu_wrap,
.ow_photoview_stage_wrap:hover .ow_photo_fullscreen_nav,
.ow_photoview_stage_wrap:hover .ow_photo_fullscreen_nav_right {
opacity: 1;
}
body a.ow_photoview_albumlink {
color: #fff;
font-size: 11px;
font-weight: bold;
}
.ow_photoview_fullscreen, .ow_photoview_play_btn, .ow_photoview_slide_settings_btn, .ow_photoview_info_btn {
width: 20px;
height: 20px;
background-position: center center;
background-repeat: no-repeat;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #808080;
cursor: pointer;
}
.ow_photoview_info_btn {
border: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.ow_photoview_fullscreen {
margin-right: -24px;
}
.ow_photoview_info_btn {
margin-right: -54px;
}
.ow_photoview_play_btn {
margin-right: 10px;
}
.ow_photoview_slide_settings_btn {
margin-right: 12px;
}
.ow_photoview_slide_settings_btn,
.ow_photoview_play_btn,
.ow_photoview_slide_settings_controls,
.ow_photoview_slide_time,
.ow_photoview_slide_settings {
float: left;
}
.ow_photoview_info_btn,
body .ow_photoview_slide_settings .ow_photoview_slide_settings_controls {
display: none;
}
.ow_photoview_slide_settings {
display: inline-block;
}
.ow_photoview_fullscreen_toolbar_wrap {
position: absolute;
top: 0px;
left: 50%;
margin-left: -25px;
display: none;
}
.ow_photoview_stage_wrap_fullscreen .ow_photoview_info_btn,
.ow_photoview_stage_wrap_fullscreen .ow_photoview_fullscreen_toolbar_wrap {
display: block;
}
.ow_photoview_slide_time {
width: 48px;
height: 2px;
margin: 9px 12px 9px 0;
background-color: #6b6b6b;
position: relative;
}
.ow_photoview_slide_time_value {
position: absolute;
height: 2px;
background-color: #acacac;
left: 0;
top: 0;
}
.ow_photoview_slide_time_point {
position: absolute;
width: 6px;
height: 6px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background-color: #fff;
top: -2px;
margin-left: -2px;
z-index: 2;
}
.ow_photoview_slide_settings_effects {
border: 1px solid #808080;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
float: left;
}
.ow_photoview_slide_settings_effect {
height: 18px;
padding: 0 10px;
display: inline-block;
line-height: 18px;
color: #acacac;
}
.ow_photoview_slide_settings_effect.active {
color: #fff;
}
.ow_photoview_slide_settings_effect:hover,
.ow_photoview_fullscreen:hover,
.ow_photoview_play_btn:hover,
.ow_photoview_slide_settings:hover .ow_photoview_slide_settings_btn {
background-color: rgba(144,144,144, 0.3);
}
.ow_photoview_slide_settings_effect:first-child {
border-right: 1px solid #808080;
}
.ow_photoview_arrow_left,
.ow_photoview_arrow_right {
display: block;
position: absolute;
width: 44px;
height: 44px;
top: 50%;
margin-top: -22px;
background-repeat: no-repeat;
opacity: 0;
transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
border-radius: 22px;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
background-color: rgba(51,51,51,0.3);
}
.ow_photoview_stage_wrap:hover .ow_photoview_arrow_left,
.ow_photoview_stage_wrap:hover .ow_photoview_arrow_right {
opacity: 0.75;
}
.ow_photoview_stage_wrap:hover .ow_photoview_arrow_left:hover,
.ow_photoview_stage_wrap:hover .ow_photoview_arrow_right:hover {
opacity: 1;
}
.ow_photoview_arrow_left {
left: 32px;
background-position: 14px center;
}
.ow_photoview_arrow_right {
right: 32px;
background-position: 18px center;
}
.ow_feed_btns {
margin-top: 14px;
margin-bottom: 2px;
}
.ow_feed_btn_wrap {
background: none repeat scroll 0 0 #F5F5F5;
border-radius: 4px;
color: #666666;
display: inline-block;
line-height: 20px;
padding: 2px 9px 2px 2px;
margin-right: 4px;
vertical-align: middle;
}
.ow_feed_btn_wrap .ow_miniic_control {
margin-right: 5px;
}
.ow_miniic_share a span {
height: 16px;
width: 16px;
}
.ow_feed_btn_wrap .ow_miniic_control .ow_miniic_share {
min-width: 18px;
width: auto;
position: relative;
padding: 0 4px;
line-height: 18px;
}
.ow_miniic_control .ow_tooltip {
position: absolute;
right: 0;
z-index: 1;
}
.ow_miniic_control .ow_tooltip_tail span {
height: 6px;
margin-bottom: -1px;
width: 19px;
}
.ow_comments_input_wrap textarea.comments_fake_autoclick {
resize: none;
height: 30px;
padding-right: 28px;
}
.ow_comments_input_wrap .ow_comments_input {
padding-top: 4px;
position: relative;
}
.ow_comments_input_wrap .ow_comments_input .comments_fake_autoclick {
margin-top: 0;
}
.ow_comments_input .ow_attachment_icons {
position: absolute;
top: 8px;
right: 4px;
}
.ow_attachments input[type="file"] {
cursor: pointer;
float: right;
opacity: 0;
}
.ow_photoview_info .ow_rates_wrap {
padding-left: 4px;
margin: 6px 0 8px 0;
}
.ow_rates_wrap span {
vertical-align: middle;
}
.ow_rates {
width: 65px;
display: inline-block;
vertical-align: middle;
margin: 0 2px;
}
.ow_rates .rates_cont {
position: absolute;
opacity: 0;
transition: opacity 0.15s;
-moz-transition: opacity 0.15s;
-webkit-transition: opacity 0.15s;
}
.ow_rates_wrap:hover .rates_cont {
opacity: 1;
}
.ow_photo_preload {
position: absolute;
top: 33px;
z-index: 9999;
}
.ow_photo_page_fullscreen {
overflow: hidden;
}
.ow_photo_page_fullscreen #ow-photo-view-page,
.ow_photo_page_fullscreen .ow_photoview_wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
}
|
ow_static/plugins/base/css/photo_floatbox.css
|
.floatbox_canvas.ow_photoview_overlay {
display: table;
}
.floatbox_canvas.floatbox_overlayBG {
opacity: 1;
background-color: rgba(0,0,0,0.75);
}
/*
.floatbox_canvas.ow_photoview_overlay .floatbox_container_wrap {
display: table-cell;
margin-top: 0;
text-align: center;
vertical-align: middle;
}
.floatbox_canvas.ow_photoview_overlay .floatbox_container {
display: inline-block;
margin: 0;
width: auto;
}*/
.ow_photoview_overlay_pint .floatbox_container {
border: none;
}
.ow_photoview_overlay.floatbox_empty .ow_box_cap_icons {
position: absolute;
top: 4px;
right: 4px;
z-index: 1;
}
html body div.floatbox_empty.ow_photoview_overlay a.ow_ic_delete.close,
html body div.ow_photoview_overlay_pint a.ow_ic_delete.close {
background-image: url(../images/photoview_close.png);
}
.ow_photoview_wrap {
min-height: 400px;
max-width: 100%;
max-height: 100%;
}
.ow_photoview_stage_wrap {
float: left;
height: auto;
background-color: #000;
text-align: center;
position: relative;
cursor: pointer;
}
.ow_photoview_stage_wrap img {
display: inline-block;
max-height: 100%;
max-width: 100%;
vertical-align: middle;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.ow_photoview_stage_wrap.ow_photoview_stage_wrap_fullscreen {
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 3;
}
.ow_photoview_stage_wrap.ow_photoview_stage_wrap_fullscreen img {
width: auto;
height: auto;
max-height: 100%;
max-width: 100%;
}
.ow_photoview_stage_wrap.ow_photoview_stage_wrap_fullscreen .ow_photo_fullscreen_nav {
display: block;
}
.ow_photoview_info_wrap {
height: 100%;
position: relative;
overflow: hidden;
}
.ow_photoview_info {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 12px 8px 12px 16px;
min-height: 100%;
}
.ow_photoview_info.ow_photoview_info_onpage {
padding: 0;
}
.ow_photoview_info.ow_photoview_pint_mode {
padding: 8px 0 0 0;
}
.ow_photoview_user {
padding-right: 12px;
}
.ow_photoview_user .ow_user_list_data {
padding-top: 2px;
}
.ow_photoview_user .ow_user_list_data a:first-child {
font-weight: bold;
}
.ow_photoview_user .ow_user_list_data div,
.ow_photoview_user .ow_user_list_data a {
line-height: 16px;
}
.ow_photoview_description {
padding: 0 10px 0 4px;
}
.ow_context_action_block.ow_photo_context_action .ow_context_action:first-child {
border-left: none;
}
.ow_photoview_stage_wrap:hover .ow_photo_context_action {
display: block;
opacity: 1;
}
.ow_photo_context_action:hover .ow_tooltip {
display: block;
}
.ow_photoview_bottom_menu_wrap {
background-color: rgba(0,0,0,0.75);
position: absolute;
bottom: 0;
left: 0;
height: auto;
display: block;
width: 100%;
line-height: 20px;
text-align: left;
padding: 8px 40px 8px 16px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
opacity: 0;
height: 36px;
}
.ow_photoview_stage_wrap_fullscreen .ow_photoview_bottom_menu_wrap {
padding-right: 70px;
}
.ow_photoview_bottom_menu {
position: relative;
}
.ow_photoview_stage_wrap:hover .ow_photoview_bottom_menu_wrap,
.ow_photoview_stage_wrap:hover .ow_photo_fullscreen_nav,
.ow_photoview_stage_wrap:hover .ow_photo_fullscreen_nav_right {
opacity: 1;
}
body a.ow_photoview_albumlink {
color: #fff;
font-size: 11px;
font-weight: bold;
}
.ow_photoview_fullscreen, .ow_photoview_play_btn, .ow_photoview_slide_settings_btn, .ow_photoview_info_btn {
width: 20px;
height: 20px;
background-position: center center;
background-repeat: no-repeat;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #808080;
cursor: pointer;
}
.ow_photoview_info_btn {
border: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.ow_photoview_fullscreen {
margin-right: -24px;
}
.ow_photoview_info_btn {
margin-right: -54px;
}
.ow_photoview_play_btn {
margin-right: 10px;
}
.ow_photoview_slide_settings_btn {
margin-right: 12px;
}
.ow_photoview_slide_settings_btn,
.ow_photoview_play_btn,
.ow_photoview_slide_settings_controls,
.ow_photoview_slide_time,
.ow_photoview_slide_settings {
float: left;
}
.ow_photoview_info_btn,
body .ow_photoview_slide_settings .ow_photoview_slide_settings_controls {
display: none;
}
.ow_photoview_slide_settings {
display: inline-block;
}
.ow_photoview_fullscreen_toolbar_wrap {
position: absolute;
top: 0px;
left: 50%;
margin-left: -25px;
display: none;
}
.ow_photoview_stage_wrap_fullscreen .ow_photoview_info_btn,
.ow_photoview_stage_wrap_fullscreen .ow_photoview_fullscreen_toolbar_wrap {
display: block;
}
.ow_photoview_slide_time {
width: 48px;
height: 2px;
margin: 9px 12px 9px 0;
background-color: #6b6b6b;
position: relative;
}
.ow_photoview_slide_time_value {
position: absolute;
height: 2px;
background-color: #acacac;
left: 0;
top: 0;
}
.ow_photoview_slide_time_point {
position: absolute;
width: 6px;
height: 6px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
background-color: #fff;
top: -2px;
margin-left: -2px;
z-index: 2;
}
.ow_photoview_slide_settings_effects {
border: 1px solid #808080;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
float: left;
}
.ow_photoview_slide_settings_effect {
height: 18px;
padding: 0 10px;
display: inline-block;
line-height: 18px;
color: #acacac;
}
.ow_photoview_slide_settings_effect.active {
color: #fff;
}
.ow_photoview_slide_settings_effect:hover,
.ow_photoview_fullscreen:hover,
.ow_photoview_play_btn:hover,
.ow_photoview_slide_settings:hover .ow_photoview_slide_settings_btn {
background-color: rgba(144,144,144, 0.3);
}
.ow_photoview_slide_settings_effect:first-child {
border-right: 1px solid #808080;
}
.ow_photoview_arrow_left,
.ow_photoview_arrow_right {
display: block;
position: absolute;
width: 44px;
height: 44px;
top: 50%;
margin-top: -22px;
background-repeat: no-repeat;
opacity: 0;
transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
border-radius: 22px;
-moz-border-radius: 22px;
-webkit-border-radius: 22px;
background-color: rgba(51,51,51,0.3);
}
.ow_photoview_stage_wrap:hover .ow_photoview_arrow_left,
.ow_photoview_stage_wrap:hover .ow_photoview_arrow_right {
opacity: 0.75;
}
.ow_photoview_stage_wrap:hover .ow_photoview_arrow_left:hover,
.ow_photoview_stage_wrap:hover .ow_photoview_arrow_right:hover {
opacity: 1;
}
.ow_photoview_arrow_left {
left: 32px;
background-position: 14px center;
}
.ow_photoview_arrow_right {
right: 32px;
background-position: 18px center;
}
.ow_feed_btns {
margin-top: 14px;
margin-bottom: 2px;
}
.ow_feed_btn_wrap {
background: none repeat scroll 0 0 #F5F5F5;
border-radius: 4px;
color: #666666;
display: inline-block;
line-height: 20px;
padding: 2px 9px 2px 2px;
margin-right: 4px;
vertical-align: middle;
}
.ow_feed_btn_wrap .ow_miniic_control {
margin-right: 5px;
}
.ow_miniic_share a span {
height: 16px;
width: 16px;
}
.ow_feed_btn_wrap .ow_miniic_control .ow_miniic_share {
min-width: 18px;
width: auto;
position: relative;
padding: 0 4px;
line-height: 18px;
}
.ow_miniic_control .ow_tooltip {
position: absolute;
right: 0;
z-index: 1;
}
.ow_miniic_control .ow_tooltip_tail span {
height: 6px;
margin-bottom: -1px;
width: 19px;
}
.ow_comments_input_wrap textarea.comments_fake_autoclick {
resize: none;
height: 30px;
padding-right: 28px;
}
.ow_comments_input_wrap .ow_comments_input {
padding-top: 4px;
position: relative;
}
.ow_comments_input_wrap .ow_comments_input .comments_fake_autoclick {
margin-top: 0;
}
.ow_comments_input .ow_attachment_icons {
position: absolute;
top: 8px;
right: 4px;
}
.ow_attachments input[type="file"] {
cursor: pointer;
float: right;
opacity: 0;
}
.ow_photoview_info .ow_rates_wrap {
padding-left: 4px;
margin: 6px 0 8px 0;
}
.ow_rates_wrap span {
vertical-align: middle;
}
.ow_rates {
width: 65px;
display: inline-block;
vertical-align: middle;
margin: 0 2px;
}
.ow_rates .rates_cont {
position: absolute;
opacity: 0;
transition: opacity 0.15s;
-moz-transition: opacity 0.15s;
-webkit-transition: opacity 0.15s;
}
.ow_rates_wrap:hover .rates_cont {
opacity: 1;
}
.ow_photo_preload {
position: absolute;
top: 33px;
z-index: 9999;
}
.ow_photo_page_fullscreen {
overflow: hidden;
}
.ow_photo_page_fullscreen #ow-photo-view-page,
.ow_photo_page_fullscreen .ow_photoview_wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
}
| 0.521471 | 0.171408 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300);
body {
padding:0;
margin:0;
font-family: 'Open Sans', sans-serif;
font-weight: lighter;
background-color:#2A006C;
}
a, a:visited, a:active {
color:#FFF;
transition: all 0.3s ease;
}
a:hover {
color:#FFC4FE;
}
.accented {
font-weight:normal;
}
section {
background-color:#4A148C;
color:#FFF;
}
#title {
background-color: #5A1B9A;
}
#footer {
background-color: #2A006C;
}
.accented {
font-weight:normal;
}
section {
background-color:#4A148C;
color:#FFF;
overflow:hidden;
}
section.hidden {
height:0;
}
h1 {
font-weight: lighter;
font-size: 80px;
margin: 10px 0;
padding:0;
}
h2 {
font-weight:lighter;
font-size: 25px;
}
.wrapper {
padding:50px;
margin:0 auto;
max-width: 1200px;
}
#header .wrapper {
padding-bottom:90px;
padding-top:90px;
}
.inputs {
font-size:25px;
line-height:60px;
font-style:italic;
}
input:focus {
outline:0;
}
#end+.bg {
margin-right:20px;
}
input[type="button"] {
padding:12px 30px;
font-size:inherit;
border:0;
color:#4A148C;
background-color:#FFF;
border-radius:6px;
margin: 0;
transition:all 0.2s ease;
}
input[type="button"]:hover {
-webkit-transform: translate(0, -5px);
transform: translate(0, -5px);
}
input[type="text"] {
padding:5px;
font-size:inherit;
border:0;
height:30px;
color:#FFF;
border-bottom: 2px solid #FFF;
background-color:transparent;
margin: 0;
transition:all 0.4s ease;
position:relative;
z-index:2;
width:270px;
}
.suggestion {
padding:5px;
position:absolute;
height:30px;
bottom:-75px;
font-size: 15px;
font-style:normal;
opacity:0;
transition: all 0.3s ease;
cursor:pointer;
}
input[type="text"]+.bg {
display:inline-block;
height:0;
border-top: 45px solid transparent;
border-bottom: 0 solid #FFF;
position:relative;
z-index:1;
transition: all 0.2s ease;
width:280px;
margin-left:-280px;
margin-bottom:-12px;
}
input[type="text"]:hover+.bg {
border-top: 40px solid transparent;
border-bottom: 5px solid #FFF;
}
input[type="text"]:focus {
color: #4A148C;
}
input[type="text"]:focus+.bg {
border-top: 0 solid transparent;
border-bottom: 45px solid #FFF;
}
input[type="text"]:focus+.bg>.suggestion.open {
opacity:1;
}
#results {
background-color:#0B0F4D;
}
#results .wrapper {
position:relative;
}
#scale {
margin-left:21px;
border-left: 2px dotted #FFF;
line-height:38px;
margin-bottom:40px;
}
#scale .item h3 {
display:inline-block;
margin-left:-21px;
width:36px;
height:36px;
line-height:36px;
border-radius:50%;
background-color:#FFF;
border: 2px solid #0B0F4D;
text-align:center;
color:#0B0F4D;
margin-right:20px;
margin-top:0;
margin-bottom:10px;
}
@-webkit-keyframes sparkle {
0%, 50%, 100% {
box-shadow: 0 0 0 #FFF;
}
25%, 75% {
box-shadow: 0 0 10px #FFF;
}
}
@keyframes sparkle {
0%, 50%, 100% {
box-shadow: 0 0 0 #FFF;
}
25%, 75% {
box-shadow: 0 0 10px #FFF;
}
}
#scale.quality .item h3 {
border-color: transparent;
-webkit-animation-name: sparkle;
animation-name: sparkle;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
#scale .item:last-child h3 {
margin-bottom:0;
}
#scale .item:last-child {
margin-bottom:-2px;
}
#scale .item a {
text-decoration:none;
}
#scale .item a + .bg {
width:0;
height:28px;
margin-top:-48px;
margin-bottom:20px;
border-bottom:2px solid #FFF;
transition: all 0.3s ease;
}
#scale .item:last-child a + .bg {
margin-top:-38px;
}
#scale .item a:hover + .bg {
width:100%;
}
#error {
background-color: #96122F;
}
.heart {
color: #EBA0E6;
}
@media all and (max-width: 1200px) {
.wrapper {
padding:20px;
}
h1 {
font-size: 60px;
}
}
@media all and (max-width: 920px) {
#clear {
display:block;
clear:both;
}
}
@media all and (max-width: 600px) {
h1 {
font-size: 40px;
}
input[type="text"] {
box-sizing: border-box;
width:100%;
margin-bottom:50px;
}
input[type="text"]+.bg {
box-sizing: border-box;
width:100%;
margin-left:-100%;
}
#end+.bg {
margin-right:0;
}
}
@-webkit-keyframes flash {
0%, 50%, 100% {
text-shadow: 0 0 0 #FFF;
}
25%, 75% {
text-shadow: 0 0 10px #FFF;
}
}
@keyframes flash {
0%, 50%, 100% {
text-shadow: 0 0 0 #FFF;
}
25%, 75% {
text-shadow: 0 0 10px #FFF;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
.animated {
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
|
public/style.css
|
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300);
body {
padding:0;
margin:0;
font-family: 'Open Sans', sans-serif;
font-weight: lighter;
background-color:#2A006C;
}
a, a:visited, a:active {
color:#FFF;
transition: all 0.3s ease;
}
a:hover {
color:#FFC4FE;
}
.accented {
font-weight:normal;
}
section {
background-color:#4A148C;
color:#FFF;
}
#title {
background-color: #5A1B9A;
}
#footer {
background-color: #2A006C;
}
.accented {
font-weight:normal;
}
section {
background-color:#4A148C;
color:#FFF;
overflow:hidden;
}
section.hidden {
height:0;
}
h1 {
font-weight: lighter;
font-size: 80px;
margin: 10px 0;
padding:0;
}
h2 {
font-weight:lighter;
font-size: 25px;
}
.wrapper {
padding:50px;
margin:0 auto;
max-width: 1200px;
}
#header .wrapper {
padding-bottom:90px;
padding-top:90px;
}
.inputs {
font-size:25px;
line-height:60px;
font-style:italic;
}
input:focus {
outline:0;
}
#end+.bg {
margin-right:20px;
}
input[type="button"] {
padding:12px 30px;
font-size:inherit;
border:0;
color:#4A148C;
background-color:#FFF;
border-radius:6px;
margin: 0;
transition:all 0.2s ease;
}
input[type="button"]:hover {
-webkit-transform: translate(0, -5px);
transform: translate(0, -5px);
}
input[type="text"] {
padding:5px;
font-size:inherit;
border:0;
height:30px;
color:#FFF;
border-bottom: 2px solid #FFF;
background-color:transparent;
margin: 0;
transition:all 0.4s ease;
position:relative;
z-index:2;
width:270px;
}
.suggestion {
padding:5px;
position:absolute;
height:30px;
bottom:-75px;
font-size: 15px;
font-style:normal;
opacity:0;
transition: all 0.3s ease;
cursor:pointer;
}
input[type="text"]+.bg {
display:inline-block;
height:0;
border-top: 45px solid transparent;
border-bottom: 0 solid #FFF;
position:relative;
z-index:1;
transition: all 0.2s ease;
width:280px;
margin-left:-280px;
margin-bottom:-12px;
}
input[type="text"]:hover+.bg {
border-top: 40px solid transparent;
border-bottom: 5px solid #FFF;
}
input[type="text"]:focus {
color: #4A148C;
}
input[type="text"]:focus+.bg {
border-top: 0 solid transparent;
border-bottom: 45px solid #FFF;
}
input[type="text"]:focus+.bg>.suggestion.open {
opacity:1;
}
#results {
background-color:#0B0F4D;
}
#results .wrapper {
position:relative;
}
#scale {
margin-left:21px;
border-left: 2px dotted #FFF;
line-height:38px;
margin-bottom:40px;
}
#scale .item h3 {
display:inline-block;
margin-left:-21px;
width:36px;
height:36px;
line-height:36px;
border-radius:50%;
background-color:#FFF;
border: 2px solid #0B0F4D;
text-align:center;
color:#0B0F4D;
margin-right:20px;
margin-top:0;
margin-bottom:10px;
}
@-webkit-keyframes sparkle {
0%, 50%, 100% {
box-shadow: 0 0 0 #FFF;
}
25%, 75% {
box-shadow: 0 0 10px #FFF;
}
}
@keyframes sparkle {
0%, 50%, 100% {
box-shadow: 0 0 0 #FFF;
}
25%, 75% {
box-shadow: 0 0 10px #FFF;
}
}
#scale.quality .item h3 {
border-color: transparent;
-webkit-animation-name: sparkle;
animation-name: sparkle;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
#scale .item:last-child h3 {
margin-bottom:0;
}
#scale .item:last-child {
margin-bottom:-2px;
}
#scale .item a {
text-decoration:none;
}
#scale .item a + .bg {
width:0;
height:28px;
margin-top:-48px;
margin-bottom:20px;
border-bottom:2px solid #FFF;
transition: all 0.3s ease;
}
#scale .item:last-child a + .bg {
margin-top:-38px;
}
#scale .item a:hover + .bg {
width:100%;
}
#error {
background-color: #96122F;
}
.heart {
color: #EBA0E6;
}
@media all and (max-width: 1200px) {
.wrapper {
padding:20px;
}
h1 {
font-size: 60px;
}
}
@media all and (max-width: 920px) {
#clear {
display:block;
clear:both;
}
}
@media all and (max-width: 600px) {
h1 {
font-size: 40px;
}
input[type="text"] {
box-sizing: border-box;
width:100%;
margin-bottom:50px;
}
input[type="text"]+.bg {
box-sizing: border-box;
width:100%;
margin-left:-100%;
}
#end+.bg {
margin-right:0;
}
}
@-webkit-keyframes flash {
0%, 50%, 100% {
text-shadow: 0 0 0 #FFF;
}
25%, 75% {
text-shadow: 0 0 10px #FFF;
}
}
@keyframes flash {
0%, 50%, 100% {
text-shadow: 0 0 0 #FFF;
}
25%, 75% {
text-shadow: 0 0 10px #FFF;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
.animated {
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
| 0.408159 | 0.111048 |
margin-top: 20px;
}
#btnQuickSearch
{
height: 45px;
width: 130px;
margin-left: 10px;
background-color: rgb(32, 48, 63);
}
#kindQuickSearch
{
height: 45px;
width: 300px;
}
#locationQuickSearch
{
height: 45px;
width: 200px;
}
#title
{
margin-top: 80px;
margin-bottom: 80px;
}
#description
{
color: white;
font-size: 17px;
padding-top: 30px;
}
.btnShortcut{
height:70px;
width:70px;
border-radius: 5px;
background-repeat: no-repeat;
background-position: center;
}
button[btn="hotel"]{
background-image: url("../pictures/hotel.png")
}
button[btn="market"]{
background-image: url("../pictures/market.png")
}
button[btn="coffe"]{
background-image: url("../pictures/coffe.png")
}
button[btn="food"]{
background-image: url("../pictures/food.png")
}
button[btn="nightlife"]{
background-image: url("../pictures/nightlife.png")
}
#basic{
background-image: url("../pictures/belgrade.jpg");
min-height: 800px;
}
#basic1{
background-color: rgba(50, 50, 150, 0.6);
min-height: 800px;
margin-top: -20px;
}
div[show = "divQSPerview"]{
background: white;
margin-top: 20px;
border-radius: 10px;
height: 250px;
}
footer{
background-color: rgb(32, 48, 63);
text-align: center;
border-style: solid;
border-top-width: 3px;
border-top-color: rgb(109,177,56);
border-right-color: rgb(32, 48, 63);
border-bottom-color: rgb(32, 48, 63);
border-left-color: rgb(32, 48, 63);
}
div[fdiv = "naslovkt"]{
font-size: 13px;
font-family: arial;
}
td[name = "kt"]{
color : rgb(109,177,56);
font-size: 18px;
padding-bottom: 5px;
padding-top: 5px;
}
table[tfont = "font"]
{
color: white;
}
#nav-placeholde
{
background-color: rgb(32, 48, 63);
position: relative;
}
span[navcolor = "color"]{
color: white;
}
#navi:hover {
background-color:rgba(255, 255, 255, 0.1);
}
#navi:active{
background-color:rgba(255, 255, 255, 0.2);
}
#basicSignup{
margin-top: 35px;
margin-bottom: 60px;
}
*[role="form"] {
max-width: 530px;
padding: 15px;
margin: 0 auto;
background-color: #fff;
border-radius: 0.3em;
}
*[role="form"] h2 {
margin-left: 5em;
margin-bottom: 1em;
}
#container {
min-height:100%;
position:relative;
min-height: 500px;
height:100%;
}
}
#footer {
position:absolute;
bottom:0;
width:100%;
height:60px; /* Height of the footer */
background:#6cf;
min-height:500px;
}
#allteam {
align:center;
padding-top: 50px;
padding-right: 30px;
padding-bottom: 50px;
padding-left: 80px;
}
#profileImage {
border-style: solid;
border-radius: 125px;
border-top-color: rgb(32, 48, 63);
}
#contactteam{
padding-top: 10px;
text-align: center;
}
#qsview{
background-color: rgba(32, 48, 63, 0.4);
border-radius: 10px;
padding: 10px;
position: relative;
}
#btn_offers
{
position: absolute;
right: 10px;
bottom: 10px;
width: 120px;
}
#offerStyle{
color: black;
width: 500px;
}
#rightoffer
{
background-color: red;
}
.Site {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.Site-content {
flex: 1;
}
|
public/views/style.css
|
margin-top: 20px;
}
#btnQuickSearch
{
height: 45px;
width: 130px;
margin-left: 10px;
background-color: rgb(32, 48, 63);
}
#kindQuickSearch
{
height: 45px;
width: 300px;
}
#locationQuickSearch
{
height: 45px;
width: 200px;
}
#title
{
margin-top: 80px;
margin-bottom: 80px;
}
#description
{
color: white;
font-size: 17px;
padding-top: 30px;
}
.btnShortcut{
height:70px;
width:70px;
border-radius: 5px;
background-repeat: no-repeat;
background-position: center;
}
button[btn="hotel"]{
background-image: url("../pictures/hotel.png")
}
button[btn="market"]{
background-image: url("../pictures/market.png")
}
button[btn="coffe"]{
background-image: url("../pictures/coffe.png")
}
button[btn="food"]{
background-image: url("../pictures/food.png")
}
button[btn="nightlife"]{
background-image: url("../pictures/nightlife.png")
}
#basic{
background-image: url("../pictures/belgrade.jpg");
min-height: 800px;
}
#basic1{
background-color: rgba(50, 50, 150, 0.6);
min-height: 800px;
margin-top: -20px;
}
div[show = "divQSPerview"]{
background: white;
margin-top: 20px;
border-radius: 10px;
height: 250px;
}
footer{
background-color: rgb(32, 48, 63);
text-align: center;
border-style: solid;
border-top-width: 3px;
border-top-color: rgb(109,177,56);
border-right-color: rgb(32, 48, 63);
border-bottom-color: rgb(32, 48, 63);
border-left-color: rgb(32, 48, 63);
}
div[fdiv = "naslovkt"]{
font-size: 13px;
font-family: arial;
}
td[name = "kt"]{
color : rgb(109,177,56);
font-size: 18px;
padding-bottom: 5px;
padding-top: 5px;
}
table[tfont = "font"]
{
color: white;
}
#nav-placeholde
{
background-color: rgb(32, 48, 63);
position: relative;
}
span[navcolor = "color"]{
color: white;
}
#navi:hover {
background-color:rgba(255, 255, 255, 0.1);
}
#navi:active{
background-color:rgba(255, 255, 255, 0.2);
}
#basicSignup{
margin-top: 35px;
margin-bottom: 60px;
}
*[role="form"] {
max-width: 530px;
padding: 15px;
margin: 0 auto;
background-color: #fff;
border-radius: 0.3em;
}
*[role="form"] h2 {
margin-left: 5em;
margin-bottom: 1em;
}
#container {
min-height:100%;
position:relative;
min-height: 500px;
height:100%;
}
}
#footer {
position:absolute;
bottom:0;
width:100%;
height:60px; /* Height of the footer */
background:#6cf;
min-height:500px;
}
#allteam {
align:center;
padding-top: 50px;
padding-right: 30px;
padding-bottom: 50px;
padding-left: 80px;
}
#profileImage {
border-style: solid;
border-radius: 125px;
border-top-color: rgb(32, 48, 63);
}
#contactteam{
padding-top: 10px;
text-align: center;
}
#qsview{
background-color: rgba(32, 48, 63, 0.4);
border-radius: 10px;
padding: 10px;
position: relative;
}
#btn_offers
{
position: absolute;
right: 10px;
bottom: 10px;
width: 120px;
}
#offerStyle{
color: black;
width: 500px;
}
#rightoffer
{
background-color: red;
}
.Site {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.Site-content {
flex: 1;
}
| 0.407687 | 0.072472 |
.club_my {background:#2389FA;}
.club_my td {height:32px;line-height:32px;text-align:center;font-size:13px;border-right:#DDDDDD 1px solid;}
.club_my a:link,.club_my a:visited,.club_my a:active {display:block;width:100%;height:100%;color:#FFFFFF;text-decoration:none;}
.club_my a:hover {background:#1873DE;}
.group_cat img {border:#DDDDDD 1px solid;border-radius:50%;margin:10px 0 10px 0;}
.group_list p {color:#666666;margin:0;line-height:22px;}
.group_info {border:#DDDDDD 1px solid;}
.group_title {padding:10px;}
.group_title span {padding-top:6px;}
.group_title img {width:30px;border-radius:50%;margin:0 10px 0 0;}
.group_introduce {border-top:#DDDDDD 1px solid;padding:5px 10px 5px 10px;line-height:22px;}
.group_type {}
a.group_type_1:link,a.group_type_1:visited,a.group_type_1:active,a.group_type_1:hover {float:left;display:block;line-height:30px;padding:0 10px 0 10px;border-radius:5px;margin-right:6px;background:#258CFF;color:#FFFFFF;}
a.group_type_2:link,a.group_type_2:visited,a.group_type_2:active {float:left;display:block;line-height:30px;padding:0 10px 0 10px;border-radius:5px;margin-right:6px;background:#F1F1F1;}
a.group_type_2:hover {background:#258CFF;color:#FFFFFF;}
a.group_post:link,a.group_post:visited,a.group_post:active {float:left;display:block;line-height:30px;padding:0 15px 0 15px;border-radius:5px;margin-left:6px;background:#258CFF;color:#FFFFFF;letter-spacing:2px;font-size:14px;}
a.group_post:hover {background:#1873DE;}
.club_list{border:#DDDDDD 1px solid;border-bottom:none;}
.club_list table {width:100%;}
.club_list div {height:40px;line-height:40px;overflow:hidden;padding:0 30px 0 0;}
.club_list td {border-bottom:#DDDDDD 1px solid;}
.club_list em {color:#225588;font-style:normal;font-family:Arial;}
.club_list p {color:#999999;margin:1px 0 0 0;font-family:Arial;}
.club_quote {background:#FAFAFA url('image/club_quote_a.gif') no-repeat 10px 10px;margin:10px 0 10px 0;font-size:12px;padding:10px;}
.club_quote div {display:inline-block;padding:5px 40px 5px 40px;background:url('image/club_quote_b.gif') no-repeat right bottom;line-height:20px;}
.club_quote p {margin:0;text-indent:0;}
.club_quote a:link,.club_quote a:visited,.club_quote a:active {color:#555555;text-decoration:none;}
.club_quote a:hover {color:#FF6600;}
.club_break {display:none;}
.club_show {border:#DDDDDD 1px solid;margin-bottom:10px;}
.club_show table {width:100%;border-collapse:collapse;border-spacing:0;}
.club_show_l {width:150px;background:#FAFAFA;}
.club_show_l li {padding:10px 0 0 0;text-align:center;}
.club_info {padding:5px 10px 8px 10px;border-bottom:#EEEEEE 1px solid;}
.reply_list{border:#DDDDDD 1px solid;border-bottom:none;}
.reply_list table {width:100%;}
.reply_list div {height:40px;line-height:40px;overflow:hidden;padding:0 30px 0 15px;}
.reply_list td {border-bottom:#DDDDDD 1px solid;}
.reply_list em {color:#666666;font-style:normal;font-family:Arial;}
.btn_post {background:#258CFF;color:#FFFFFF;font-size:14px;padding:5px 15px 5px 15px;border:none;cursor:pointer;}
.btn_reply {background:#2CAE5A;color:#FFFFFF;font-size:14px;padding:5px 15px 5px 15px;border:none;cursor:pointer;}
.headline {background:#FFFFFF;padding:0 10px 5px 10px;border-bottom:#DDDDDD 1px solid;}
.headline h2 {text-align:center;font-size:16px;margin:0;height:30px;line-height:30px;overflow:hidden;}
.headline span {color:#225588;}
.headline div {line-height:22px;height:22px;overflow:hidden;}
.subline li {height:26px;line-height:26px;overflow:hidden;font-size:14px;padding:0 10px 0 10px;}
.subline span {color:#666666;}
/*
a.club_a:link,a.club_a:active,a.club_a:visited {color:#225588;text-decoration:none;}
a.club_a:hover {color:#FF6600;text-decoration:none;}
.club_sch {line-height:180%;}
.club_sch_inp {width:250px;padding:3px;margin:5px;font-size:14px;}
.club_sch_btn {padding:3px 0 8px 6px;}
.club_sch_item {padding:0 0 0 8px;color:green;}
.club_box {padding:0 10px 10px 10px;}
.club_credit {background:url('image/ico_reward.gif') no-repeat;font-size:11px;color:#666666;padding:0 0 0 14px;}
.club_catalog p {margin:5px;}
.club_catalog div {padding:0 6px 10px 6px;line-height:20px;}
.club_catalog strong {color:#225588}
.club_expert {height:96px;overflow:hidden;color:#666666;}
.club_expert img {float:left;border:#CCCCCC 1px solid;padding:2px;margin:2px 10px 0 5px;}
.club_expert div {line-height:20px;}
.club_addition{border-top:#EEEEEE 1px solid;margin:0 15px 0 15px;padding:10px;line-height:180%;font-size:14px;}
.club_comment{border-top:#EEEEEE 1px solid;margin:0 15px 0 15px;padding:10px;line-height:180%;font-size:14px;}
.club_asker {border-top:#CCCCCC 1px dotted;margin:0 15px 10px 15px;padding:10px;}
.best_image {position:absolute;z-index:1;margin:29px 0 0 908px;}
.answer_body {padding:10px;margin:0 5px 0 5px;line-height:180%;font-size:14px;}
.answer_foot {border-bottom:#BBBBBB 1px dotted;padding:0 10px 8px 10px;margin:0 5px 0 5px;color:#666666;}
.question_op {padding:15px 20px 10px 20px;line-height:25px;}
.answer_btn {background:url('image/btn_3.gif') no-repeat;height:24px;line-height:22px;width:77px;border:none;cursor:pointer;}
.answer_box {border:#DDDDDD 1px solid;border-top:none;margin-bottom:10px;}
.vote_s {height:10px;line-height:10px;font-size:1px;background:#FFA40D;}
.vote_b {width:100%;height:10px;line-height:10px;font-size:1px;background:#FFF7D2;}
*/
|
skin/default/club.css
|
.club_my {background:#2389FA;}
.club_my td {height:32px;line-height:32px;text-align:center;font-size:13px;border-right:#DDDDDD 1px solid;}
.club_my a:link,.club_my a:visited,.club_my a:active {display:block;width:100%;height:100%;color:#FFFFFF;text-decoration:none;}
.club_my a:hover {background:#1873DE;}
.group_cat img {border:#DDDDDD 1px solid;border-radius:50%;margin:10px 0 10px 0;}
.group_list p {color:#666666;margin:0;line-height:22px;}
.group_info {border:#DDDDDD 1px solid;}
.group_title {padding:10px;}
.group_title span {padding-top:6px;}
.group_title img {width:30px;border-radius:50%;margin:0 10px 0 0;}
.group_introduce {border-top:#DDDDDD 1px solid;padding:5px 10px 5px 10px;line-height:22px;}
.group_type {}
a.group_type_1:link,a.group_type_1:visited,a.group_type_1:active,a.group_type_1:hover {float:left;display:block;line-height:30px;padding:0 10px 0 10px;border-radius:5px;margin-right:6px;background:#258CFF;color:#FFFFFF;}
a.group_type_2:link,a.group_type_2:visited,a.group_type_2:active {float:left;display:block;line-height:30px;padding:0 10px 0 10px;border-radius:5px;margin-right:6px;background:#F1F1F1;}
a.group_type_2:hover {background:#258CFF;color:#FFFFFF;}
a.group_post:link,a.group_post:visited,a.group_post:active {float:left;display:block;line-height:30px;padding:0 15px 0 15px;border-radius:5px;margin-left:6px;background:#258CFF;color:#FFFFFF;letter-spacing:2px;font-size:14px;}
a.group_post:hover {background:#1873DE;}
.club_list{border:#DDDDDD 1px solid;border-bottom:none;}
.club_list table {width:100%;}
.club_list div {height:40px;line-height:40px;overflow:hidden;padding:0 30px 0 0;}
.club_list td {border-bottom:#DDDDDD 1px solid;}
.club_list em {color:#225588;font-style:normal;font-family:Arial;}
.club_list p {color:#999999;margin:1px 0 0 0;font-family:Arial;}
.club_quote {background:#FAFAFA url('image/club_quote_a.gif') no-repeat 10px 10px;margin:10px 0 10px 0;font-size:12px;padding:10px;}
.club_quote div {display:inline-block;padding:5px 40px 5px 40px;background:url('image/club_quote_b.gif') no-repeat right bottom;line-height:20px;}
.club_quote p {margin:0;text-indent:0;}
.club_quote a:link,.club_quote a:visited,.club_quote a:active {color:#555555;text-decoration:none;}
.club_quote a:hover {color:#FF6600;}
.club_break {display:none;}
.club_show {border:#DDDDDD 1px solid;margin-bottom:10px;}
.club_show table {width:100%;border-collapse:collapse;border-spacing:0;}
.club_show_l {width:150px;background:#FAFAFA;}
.club_show_l li {padding:10px 0 0 0;text-align:center;}
.club_info {padding:5px 10px 8px 10px;border-bottom:#EEEEEE 1px solid;}
.reply_list{border:#DDDDDD 1px solid;border-bottom:none;}
.reply_list table {width:100%;}
.reply_list div {height:40px;line-height:40px;overflow:hidden;padding:0 30px 0 15px;}
.reply_list td {border-bottom:#DDDDDD 1px solid;}
.reply_list em {color:#666666;font-style:normal;font-family:Arial;}
.btn_post {background:#258CFF;color:#FFFFFF;font-size:14px;padding:5px 15px 5px 15px;border:none;cursor:pointer;}
.btn_reply {background:#2CAE5A;color:#FFFFFF;font-size:14px;padding:5px 15px 5px 15px;border:none;cursor:pointer;}
.headline {background:#FFFFFF;padding:0 10px 5px 10px;border-bottom:#DDDDDD 1px solid;}
.headline h2 {text-align:center;font-size:16px;margin:0;height:30px;line-height:30px;overflow:hidden;}
.headline span {color:#225588;}
.headline div {line-height:22px;height:22px;overflow:hidden;}
.subline li {height:26px;line-height:26px;overflow:hidden;font-size:14px;padding:0 10px 0 10px;}
.subline span {color:#666666;}
/*
a.club_a:link,a.club_a:active,a.club_a:visited {color:#225588;text-decoration:none;}
a.club_a:hover {color:#FF6600;text-decoration:none;}
.club_sch {line-height:180%;}
.club_sch_inp {width:250px;padding:3px;margin:5px;font-size:14px;}
.club_sch_btn {padding:3px 0 8px 6px;}
.club_sch_item {padding:0 0 0 8px;color:green;}
.club_box {padding:0 10px 10px 10px;}
.club_credit {background:url('image/ico_reward.gif') no-repeat;font-size:11px;color:#666666;padding:0 0 0 14px;}
.club_catalog p {margin:5px;}
.club_catalog div {padding:0 6px 10px 6px;line-height:20px;}
.club_catalog strong {color:#225588}
.club_expert {height:96px;overflow:hidden;color:#666666;}
.club_expert img {float:left;border:#CCCCCC 1px solid;padding:2px;margin:2px 10px 0 5px;}
.club_expert div {line-height:20px;}
.club_addition{border-top:#EEEEEE 1px solid;margin:0 15px 0 15px;padding:10px;line-height:180%;font-size:14px;}
.club_comment{border-top:#EEEEEE 1px solid;margin:0 15px 0 15px;padding:10px;line-height:180%;font-size:14px;}
.club_asker {border-top:#CCCCCC 1px dotted;margin:0 15px 10px 15px;padding:10px;}
.best_image {position:absolute;z-index:1;margin:29px 0 0 908px;}
.answer_body {padding:10px;margin:0 5px 0 5px;line-height:180%;font-size:14px;}
.answer_foot {border-bottom:#BBBBBB 1px dotted;padding:0 10px 8px 10px;margin:0 5px 0 5px;color:#666666;}
.question_op {padding:15px 20px 10px 20px;line-height:25px;}
.answer_btn {background:url('image/btn_3.gif') no-repeat;height:24px;line-height:22px;width:77px;border:none;cursor:pointer;}
.answer_box {border:#DDDDDD 1px solid;border-top:none;margin-bottom:10px;}
.vote_s {height:10px;line-height:10px;font-size:1px;background:#FFA40D;}
.vote_b {width:100%;height:10px;line-height:10px;font-size:1px;background:#FFF7D2;}
*/
| 0.14919 | 0.122549 |
@import url("http://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
body {
font-family: 'Roboto', sans-serif;
background: #f5f5f5;
margin: 0;
overflow-x: hidden;
}
hr { margin: 15px 0; }
.xsmall { font-size: 70%; }
/* -------- */
/* NAVBAR */
/* -------- */
.navbar {
background: #202630;
margin-bottom: 0;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu {
background: #353b44;
}
.navbar .navbar-toggle .icon-bar {
background-color: #fff;
}
@media (min-width: 768px) {
.navbar .navbar-nav > .active:before {
font: normal normal normal 14px/1 FontAwesome;
margin-top: 28px;
margin-left: 14px;
color: #497799;
font-size: 36px;
content: "\f0d8";
position: absolute;
z-index: 1;
}
.navbar .navbar-nav > .active.icon-white:before {
color: #fff;
}
.navbar .navbar-nav > .active.icon-grey:before {
color: #eee;
}
}
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus,
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > .dropdown > .dropdown-menu > li > a {
font-weight: 700;
color: #fff;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu > li > a {
font-weight: 500;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:hover {
background: #353b44;
}
.navbar .navbar-nav > .no-overlay > a:hover,
.navbar .navbar-nav > .no-overlay > a:focus,
.navbar .navbar-nav > .no-overlay.active > a,
.navbar .navbar-nav > .no-overlay.active > a:hover,
.navbar .navbar-nav > .no-overlay.active > a:focus,
.navbar .navbar-nav > .no-overlay.open > a,
.navbar .navbar-nav > .no-overlay.open > a:focus,
.navbar .navbar-nav > .no-overlay.open > a:hover {
background: #202630;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu > li > a:hover,
.navbar .navbar-nav > .dropdown > .dropdown-menu > li > a:focus,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .active > a,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .active > a:hover,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .active > a:focus {
background: #484e56;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu > .no-overlay > a:hover,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .no-overlay > a:focus,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .no-overlay.active > a,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .no-overlay.active > a:hover,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .no-overlay.active > a:focus {
background: #353b44;
}
.navbar .navbar-nav > .no-overlay > a,
.navbar .navbar-nav > .no-overlay > a:hover,
.navbar .navbar-nav > .no-overlay > a:focus {
background: #202630;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu > .divider {
background: #484e56;
}
.navbar .navbar-nav .form-group,
.navbar .navbar-nav .form-group > *,
.navbar .navbar-nav .checkbox,
.navbar .navbar-nav .radio {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar .navbar-nav .form-group:first-child,
.navbar .navbar-nav .form-group > *:first-child,
.navbar .navbar-nav .checkbox:first-child,
.navbar .navbar-nav .radio:first-child {
margin-top: 0;
}
.navbar .navbar-nav .form-group:last-child,
.navbar .navbar-nav .form-group > *:last-child,
.navbar .navbar-nav .checkbox:last-child,
.navbar .navbar-nav .radio:last-child {
margin-bottom: 0;
}
.navbar .avatar {
position: absolute;
width: 30px;
height: 30px;
margin-top: -5px;
}
.navbar .avatar + * {
margin-left: 40px;
}
@media (min-width: 768px) {
.navbar .avatar {
width: 40px;
height: 40px;
margin-top: -10px;
}
.navbar .avatar + * {
margin-left: 50px;
}
}
/* -------- */
/* HEADER */
/* -------- */
.title-banner {
background: #497799;
margin-bottom: 30px;
padding: 10px 0;
color: #fff;
text-align: center;
font-size: 22px;
box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
}
@media (min-width: 768px) {
.title-banner { font-size: 32px; }
}
.title-banner *:not(input):not(.help-block):first-child {
margin-top: 0;
}
.title-banner *:last-child {
margin-bottom: 0;
}
/* ------ */
/* PAGE */
/* ------ */
.page-content { margin-bottom: 30px; }
.page-content h1 {
margin-top: 18px;
margin-bottom: 18px;
}
.page-content h2, .page-content h3 {
margin-top: 12px;
margin-bottom: 12px;
}
.page-content *:not(input):not(.help-block):first-child { margin-top: 0 !important; }
.page-content *:last-child { margin-bottom: 0 !important; }
.page-content .message {
background: #fff;
width: 90%;
margin: 0 auto 20px;
padding: 10px;
color: #000;
font-size: 16px;
text-align: center;
font-weight: 300;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 5px;
box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
}
@media (min-width: 768px) {
.page-content .message { width: 50%; }
}
.page-content .message:not(.remain) { cursor: pointer; }
.page-content .message.message-primary {
background: #337ab7;
color: #fff;
border-color: #2e6da4;
}
.page-content .message.message-success {
background: #5cb85c;
color: #fff;
border-color: #4cae4c;
}
.page-content .message.message-info {
background: #5bc0de;
color: #fff;
border-color: #46b8da;
}
.page-content .message.message-warning {
background: #f0ad4e;
color: #fff;
border-color: #eea236;
}
.page-content .message.message-danger {
background: #d9534f;
color: #fff;
border-color: #d43f3a;
}
.page-content .header {
background: transparent;
margin: 0 auto 10px;
font-size: 38px;
text-align: center;
}
.page-content .content-box {
background: #fff;
padding: 15px;
margin: 0 auto 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
border: 1px solid rgba(0, 0, 0, .16);
border-radius: 5px;
overflow-x: auto;
}
.page-content .content-box.transparent {
background: transparent;
padding: 5px;
box-shadow: none;
border: 0;
}
.page-content .content-box .stat-box h2 {
margin-bottom: 5px;
}
.page-content .content-box .form-horizontal textarea.form-control {
resize: vertical;
}
.page-content .table {
margin-bottom: 10px;
white-space: nowrap;
}
.page-content .table > thead .selector-menu,
.page-content .table > tbody .selector {
width: 40px;
text-align: center;
}
.page-content .table > tbody .selector {
cursor: pointer;
}
/* -------- */
/* FOOTER */
/* -------- */
.footer {
background: #202630;
padding: 15px 0;
color: #fff;
text-align: center;
font-size: 16px;
box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
}
@media (min-width: 768px) {
.footer { font-size: 18px; }
}
.footer > * { margin-top: 10px; }
.footer > *:first-child { margin-top: 0; }
.footer > *:last-child { margin-bottom: 0; }
.footer > .social li {
display: inline-block;
padding: 0 8px;
}
.footer > .social li .icon {
color: #fff;
font-size: 20px;
opacity: 0.7;
transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-webkit-transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
.footer > .social li .icon { font-size: 24px; }
}
.footer > .social li .icon:hover,
.footer > .social li .icon:focus {
text-decoration: none;
opacity: 1;
}
.footer > .social li .icon > .label {
display: none;
}
.footer > .copyright > li {
display: inline-block;
margin-left: 13px;
padding-left: 13px;
list-style: none;
border-left: 1px solid #fff;
}
.footer > .copyright > li:first-child {
margin-left: 0;
padding-left: 0;
border-left: 0;
}
.footer > .copyright > li > a {
color: #fff;
border-bottom: 1px dotted #fff;
transition: border 0.2s ease-in-out;
-moz-transition: border 0.2s ease-in-out;
-webkit-transition: border 0.2s ease-in-out;
}
.footer > .copyright > li > a:hover,
.footer > .copyright > li > a:focus {
text-decoration: none;
border-bottom: transparent;
}
|
_projects/content/common/data/css/matioz.css
|
@import url("http://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
body {
font-family: 'Roboto', sans-serif;
background: #f5f5f5;
margin: 0;
overflow-x: hidden;
}
hr { margin: 15px 0; }
.xsmall { font-size: 70%; }
/* -------- */
/* NAVBAR */
/* -------- */
.navbar {
background: #202630;
margin-bottom: 0;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu {
background: #353b44;
}
.navbar .navbar-toggle .icon-bar {
background-color: #fff;
}
@media (min-width: 768px) {
.navbar .navbar-nav > .active:before {
font: normal normal normal 14px/1 FontAwesome;
margin-top: 28px;
margin-left: 14px;
color: #497799;
font-size: 36px;
content: "\f0d8";
position: absolute;
z-index: 1;
}
.navbar .navbar-nav > .active.icon-white:before {
color: #fff;
}
.navbar .navbar-nav > .active.icon-grey:before {
color: #eee;
}
}
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus,
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > .dropdown > .dropdown-menu > li > a {
font-weight: 700;
color: #fff;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu > li > a {
font-weight: 500;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:hover {
background: #353b44;
}
.navbar .navbar-nav > .no-overlay > a:hover,
.navbar .navbar-nav > .no-overlay > a:focus,
.navbar .navbar-nav > .no-overlay.active > a,
.navbar .navbar-nav > .no-overlay.active > a:hover,
.navbar .navbar-nav > .no-overlay.active > a:focus,
.navbar .navbar-nav > .no-overlay.open > a,
.navbar .navbar-nav > .no-overlay.open > a:focus,
.navbar .navbar-nav > .no-overlay.open > a:hover {
background: #202630;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu > li > a:hover,
.navbar .navbar-nav > .dropdown > .dropdown-menu > li > a:focus,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .active > a,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .active > a:hover,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .active > a:focus {
background: #484e56;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu > .no-overlay > a:hover,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .no-overlay > a:focus,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .no-overlay.active > a,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .no-overlay.active > a:hover,
.navbar .navbar-nav > .dropdown > .dropdown-menu > .no-overlay.active > a:focus {
background: #353b44;
}
.navbar .navbar-nav > .no-overlay > a,
.navbar .navbar-nav > .no-overlay > a:hover,
.navbar .navbar-nav > .no-overlay > a:focus {
background: #202630;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu > .divider {
background: #484e56;
}
.navbar .navbar-nav .form-group,
.navbar .navbar-nav .form-group > *,
.navbar .navbar-nav .checkbox,
.navbar .navbar-nav .radio {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar .navbar-nav .form-group:first-child,
.navbar .navbar-nav .form-group > *:first-child,
.navbar .navbar-nav .checkbox:first-child,
.navbar .navbar-nav .radio:first-child {
margin-top: 0;
}
.navbar .navbar-nav .form-group:last-child,
.navbar .navbar-nav .form-group > *:last-child,
.navbar .navbar-nav .checkbox:last-child,
.navbar .navbar-nav .radio:last-child {
margin-bottom: 0;
}
.navbar .avatar {
position: absolute;
width: 30px;
height: 30px;
margin-top: -5px;
}
.navbar .avatar + * {
margin-left: 40px;
}
@media (min-width: 768px) {
.navbar .avatar {
width: 40px;
height: 40px;
margin-top: -10px;
}
.navbar .avatar + * {
margin-left: 50px;
}
}
/* -------- */
/* HEADER */
/* -------- */
.title-banner {
background: #497799;
margin-bottom: 30px;
padding: 10px 0;
color: #fff;
text-align: center;
font-size: 22px;
box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
}
@media (min-width: 768px) {
.title-banner { font-size: 32px; }
}
.title-banner *:not(input):not(.help-block):first-child {
margin-top: 0;
}
.title-banner *:last-child {
margin-bottom: 0;
}
/* ------ */
/* PAGE */
/* ------ */
.page-content { margin-bottom: 30px; }
.page-content h1 {
margin-top: 18px;
margin-bottom: 18px;
}
.page-content h2, .page-content h3 {
margin-top: 12px;
margin-bottom: 12px;
}
.page-content *:not(input):not(.help-block):first-child { margin-top: 0 !important; }
.page-content *:last-child { margin-bottom: 0 !important; }
.page-content .message {
background: #fff;
width: 90%;
margin: 0 auto 20px;
padding: 10px;
color: #000;
font-size: 16px;
text-align: center;
font-weight: 300;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 5px;
box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
}
@media (min-width: 768px) {
.page-content .message { width: 50%; }
}
.page-content .message:not(.remain) { cursor: pointer; }
.page-content .message.message-primary {
background: #337ab7;
color: #fff;
border-color: #2e6da4;
}
.page-content .message.message-success {
background: #5cb85c;
color: #fff;
border-color: #4cae4c;
}
.page-content .message.message-info {
background: #5bc0de;
color: #fff;
border-color: #46b8da;
}
.page-content .message.message-warning {
background: #f0ad4e;
color: #fff;
border-color: #eea236;
}
.page-content .message.message-danger {
background: #d9534f;
color: #fff;
border-color: #d43f3a;
}
.page-content .header {
background: transparent;
margin: 0 auto 10px;
font-size: 38px;
text-align: center;
}
.page-content .content-box {
background: #fff;
padding: 15px;
margin: 0 auto 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
border: 1px solid rgba(0, 0, 0, .16);
border-radius: 5px;
overflow-x: auto;
}
.page-content .content-box.transparent {
background: transparent;
padding: 5px;
box-shadow: none;
border: 0;
}
.page-content .content-box .stat-box h2 {
margin-bottom: 5px;
}
.page-content .content-box .form-horizontal textarea.form-control {
resize: vertical;
}
.page-content .table {
margin-bottom: 10px;
white-space: nowrap;
}
.page-content .table > thead .selector-menu,
.page-content .table > tbody .selector {
width: 40px;
text-align: center;
}
.page-content .table > tbody .selector {
cursor: pointer;
}
/* -------- */
/* FOOTER */
/* -------- */
.footer {
background: #202630;
padding: 15px 0;
color: #fff;
text-align: center;
font-size: 16px;
box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
}
@media (min-width: 768px) {
.footer { font-size: 18px; }
}
.footer > * { margin-top: 10px; }
.footer > *:first-child { margin-top: 0; }
.footer > *:last-child { margin-bottom: 0; }
.footer > .social li {
display: inline-block;
padding: 0 8px;
}
.footer > .social li .icon {
color: #fff;
font-size: 20px;
opacity: 0.7;
transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-webkit-transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
.footer > .social li .icon { font-size: 24px; }
}
.footer > .social li .icon:hover,
.footer > .social li .icon:focus {
text-decoration: none;
opacity: 1;
}
.footer > .social li .icon > .label {
display: none;
}
.footer > .copyright > li {
display: inline-block;
margin-left: 13px;
padding-left: 13px;
list-style: none;
border-left: 1px solid #fff;
}
.footer > .copyright > li:first-child {
margin-left: 0;
padding-left: 0;
border-left: 0;
}
.footer > .copyright > li > a {
color: #fff;
border-bottom: 1px dotted #fff;
transition: border 0.2s ease-in-out;
-moz-transition: border 0.2s ease-in-out;
-webkit-transition: border 0.2s ease-in-out;
}
.footer > .copyright > li > a:hover,
.footer > .copyright > li > a:focus {
text-decoration: none;
border-bottom: transparent;
}
| 0.298287 | 0.033368 |
* {
margin:0;
padding:0;
/*color:white;*/
}
a {
text-decoration: none;
color:#e7f4eb;
}
body {
font-family: Arial,"微软雅黑","宋体";
overflow: hidden;
font-size:0.7rem;
color: #fff;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-touch-callout: none ; /* prevent callout to copy image, etc when tap to hold */
-webkit-user-select: none ; /* prevent copy paste, to allow, change 'none' to 'text' */
}
ul li {
list-style: none;
}
input {
background-color: transparent;
border:0;
line-height:0.9rem;
font-size:0.6rem;
color: #fff;
}
button {
border:0;
background:#eee;
}
#all_content {
width:100%;
height:100%;
background:#174359;
position: relative;
overflow-x: hidden;
}
.amap-logo {
right: 0 !important;
left: auto !important;
display: none;
}
.amap-copyright {
right: 70px !important;
left: auto !important;
}
/*模态框*/
.model_warning {
width:100%;
height:100%;
background:#303637;
opacity:0.7;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
}
.modelPad{
padding:10px 1rem;
}
.model_bottombtn {
border-top:1px solid #003567;
width:10rem;
position: absolute;
bottom: 0;
}
.model_btnleft {
border-right:0.05rem solid #003567;
}
.mode_span {
width:4.9rem;
line-height:30px;
display: inline-block;
height:30px;
color:#014286;
}
/*.modeYello_span {*/
/*width:4.9rem;*/
/*line-height:30px;*/
/*display: inline-block;*/
/*height:30px;*/
/*color:#e4ac01;*/
/*}*/
.iconAngry {
width:1rem;
height:1rem;
margin:10px 3.5rem;
background:url("../img/sad.png") no-repeat;
-webkit-background-size:contain;
background-size:contain;
}
.iconhappy {
width:1rem;
height:1rem;
margin:10px 3.5rem;
background:url("../img/happy.png") no-repeat;
-webkit-background-size:contain;
background-size:contain;
}
.iconSmile {
width:1rem;
height:1rem;
margin:10px 3.5rem;
background:url("../img/happy.png") no-repeat;
-webkit-background-size:contain;
background-size:contain;
}
.model_contentspan {
width:8rem;
text-align: center;
display: inline-block;
}
.loadiconstyle {
width:5rem;
margin:0 1.5rem;
}
.styleoverhide {
overflow: hidden;
}
.backgroundnoload {
width:10rem;
height:120px;
/*background:#eeeeee;*/
margin:0 3rem;
position:absolute;
color:#014286;
}
.backgroundnoload img {
width:4rem;
height:3rem;
margin:0 2rem;
-webkit-background-size:contain;
background-size:contain;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.authoritydisable{
disabled: true;
}
/*.colorY {*/
/*color:#e4ac01;*/
/*}*/
@media(max-device-height: 480px) {
.model_content {
width:10rem;
/*height:5rem;*/
padding-bottom:1rem;
background:#eeeeee;
margin:0 3rem;
position:absolute;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
color:#014286;
}
.model_contentnot {
/*height:5.3rem;*/
}
}
@media(min-device-height: 481px) and (max-device-height:750px ) {
.model_content {
width:10rem;
/*height:5rem;*/
padding-bottom:1rem;
background:#eeeeee;
margin:0 3rem;
position:absolute;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
color:#014286;
}
.model_contentnot {
/*height:5.3rem;*/
}
}
@media(min-device-height:751px){
.model_content {
width:10rem;
padding-bottom:1rem;
/*height:4rem;*/
background:#eeeeee;
margin:0 3rem;
position:absolute;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
color:#014286;
}
.model_contentnot {
/*height:4rem;*/
font-size:0.5rem ;
}
}
|
EBike11/assets/www/css/common.css
|
* {
margin:0;
padding:0;
/*color:white;*/
}
a {
text-decoration: none;
color:#e7f4eb;
}
body {
font-family: Arial,"微软雅黑","宋体";
overflow: hidden;
font-size:0.7rem;
color: #fff;
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-touch-callout: none ; /* prevent callout to copy image, etc when tap to hold */
-webkit-user-select: none ; /* prevent copy paste, to allow, change 'none' to 'text' */
}
ul li {
list-style: none;
}
input {
background-color: transparent;
border:0;
line-height:0.9rem;
font-size:0.6rem;
color: #fff;
}
button {
border:0;
background:#eee;
}
#all_content {
width:100%;
height:100%;
background:#174359;
position: relative;
overflow-x: hidden;
}
.amap-logo {
right: 0 !important;
left: auto !important;
display: none;
}
.amap-copyright {
right: 70px !important;
left: auto !important;
}
/*模态框*/
.model_warning {
width:100%;
height:100%;
background:#303637;
opacity:0.7;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
}
.modelPad{
padding:10px 1rem;
}
.model_bottombtn {
border-top:1px solid #003567;
width:10rem;
position: absolute;
bottom: 0;
}
.model_btnleft {
border-right:0.05rem solid #003567;
}
.mode_span {
width:4.9rem;
line-height:30px;
display: inline-block;
height:30px;
color:#014286;
}
/*.modeYello_span {*/
/*width:4.9rem;*/
/*line-height:30px;*/
/*display: inline-block;*/
/*height:30px;*/
/*color:#e4ac01;*/
/*}*/
.iconAngry {
width:1rem;
height:1rem;
margin:10px 3.5rem;
background:url("../img/sad.png") no-repeat;
-webkit-background-size:contain;
background-size:contain;
}
.iconhappy {
width:1rem;
height:1rem;
margin:10px 3.5rem;
background:url("../img/happy.png") no-repeat;
-webkit-background-size:contain;
background-size:contain;
}
.iconSmile {
width:1rem;
height:1rem;
margin:10px 3.5rem;
background:url("../img/happy.png") no-repeat;
-webkit-background-size:contain;
background-size:contain;
}
.model_contentspan {
width:8rem;
text-align: center;
display: inline-block;
}
.loadiconstyle {
width:5rem;
margin:0 1.5rem;
}
.styleoverhide {
overflow: hidden;
}
.backgroundnoload {
width:10rem;
height:120px;
/*background:#eeeeee;*/
margin:0 3rem;
position:absolute;
color:#014286;
}
.backgroundnoload img {
width:4rem;
height:3rem;
margin:0 2rem;
-webkit-background-size:contain;
background-size:contain;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.authoritydisable{
disabled: true;
}
/*.colorY {*/
/*color:#e4ac01;*/
/*}*/
@media(max-device-height: 480px) {
.model_content {
width:10rem;
/*height:5rem;*/
padding-bottom:1rem;
background:#eeeeee;
margin:0 3rem;
position:absolute;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
color:#014286;
}
.model_contentnot {
/*height:5.3rem;*/
}
}
@media(min-device-height: 481px) and (max-device-height:750px ) {
.model_content {
width:10rem;
/*height:5rem;*/
padding-bottom:1rem;
background:#eeeeee;
margin:0 3rem;
position:absolute;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
color:#014286;
}
.model_contentnot {
/*height:5.3rem;*/
}
}
@media(min-device-height:751px){
.model_content {
width:10rem;
padding-bottom:1rem;
/*height:4rem;*/
background:#eeeeee;
margin:0 3rem;
position:absolute;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
color:#014286;
}
.model_contentnot {
/*height:4rem;*/
font-size:0.5rem ;
}
}
| 0.227469 | 0.054601 |
.pointer:hover{
cursor: pointer;
}
.default, .disabled{
cursor: default !important;
}
.no-select{
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}
.red{
color: red !important;
}
.bold{
font-weight:bold;
text-decoration: underline;
}
.green{
color: #00b200 !important;
}
.theader{
font-size:20px;
}
.achievementTD{
padding: 0px;
background-color: white !important;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 30px;
height: 17px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The toggle */
.toggle {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.toggle:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .toggle {
background-color: #2196F3;
}
input:focus + .toggle {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .toggle:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded toggles */
.toggle.round {
border-radius: 17px;
}
.toggle.round:before {
border-radius: 50%;
}
.slidecontainer {
width: 100%; /* Width of the outside container */
}
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
width: 100%; /* Full-width */
height: 15px; /* Specified height */
background: #d3d3d3; /* Grey background */
border-radius: 5px;
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
-webkit-appearance: none; /* Override default look */
appearance: none;
width: 25px; /* Set a specific slider handle width */
height: 25px; /* Slider handle height */
border-radius: 50%;
background: #2196F3; /* Blue background */
cursor: pointer; /* Cursor on hover */
}
.slider::-moz-range-thumb {
width: 25px; /* Set a specific slider handle width */
height: 25px; /* Slider handle height */
border-radius: 50%;
background: #2196F3; /* Blue background */
cursor: pointer; /* Cursor on hover */
}
|
style.css
|
.pointer:hover{
cursor: pointer;
}
.default, .disabled{
cursor: default !important;
}
.no-select{
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}
.red{
color: red !important;
}
.bold{
font-weight:bold;
text-decoration: underline;
}
.green{
color: #00b200 !important;
}
.theader{
font-size:20px;
}
.achievementTD{
padding: 0px;
background-color: white !important;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 30px;
height: 17px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The toggle */
.toggle {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.toggle:before {
position: absolute;
content: "";
height: 13px;
width: 13px;
left: 2px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .toggle {
background-color: #2196F3;
}
input:focus + .toggle {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .toggle:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded toggles */
.toggle.round {
border-radius: 17px;
}
.toggle.round:before {
border-radius: 50%;
}
.slidecontainer {
width: 100%; /* Width of the outside container */
}
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
width: 100%; /* Full-width */
height: 15px; /* Specified height */
background: #d3d3d3; /* Grey background */
border-radius: 5px;
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
-webkit-appearance: none; /* Override default look */
appearance: none;
width: 25px; /* Set a specific slider handle width */
height: 25px; /* Slider handle height */
border-radius: 50%;
background: #2196F3; /* Blue background */
cursor: pointer; /* Cursor on hover */
}
.slider::-moz-range-thumb {
width: 25px; /* Set a specific slider handle width */
height: 25px; /* Slider handle height */
border-radius: 50%;
background: #2196F3; /* Blue background */
cursor: pointer; /* Cursor on hover */
}
| 0.277179 | 0.043063 |
@font-face {
font-family: 'diablo-icons';
src: url('fonts/diablo-icons.eot?7h7srb');
src: url('fonts/diablo-icons.eot?7h7srb#iefix') format('embedded-opentype'),
url('fonts/diablo-icons.ttf?7h7srb') format('truetype'),
url('fonts/diablo-icons.woff?7h7srb') format('woff'),
url('fonts/diablo-icons.svg?7h7srb#diablo-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
i {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'diablo-icons' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
content: "\f0c9";
}
.icon-search:before {
content: "\f002";
}
.icon-heart:before {
content: "\f004";
}
.icon-heart-o:before {
content: "\f08a";
}
.icon-star:before {
content: "\f005";
}
.icon-star-half:before {
content: "\f089";
}
.icon-star-o:before {
content: "\f006";
}
.icon-user-circle:before {
content: "\f2bd";
}
.icon-user:before {
content: "\f007";
}
.icon-groups:before {
content: "\f0c0";
}
.icon-image:before {
content: "\f03e";
}
.icon-envelope:before {
content: "\f0e0";
}
.icon-gear:before {
content: "\f013";
}
.icon-quote-left:before {
content: "\f10d";
}
.icon-quote-right:before {
content: "\f10e";
}
.icon-check:before {
content: "\f00c";
}
.icon-close:before {
content: "\f00d";
}
.icon-plus-circle:before {
content: "\f055";
}
.icon-minus-circle:before {
content: "\f056";
}
.icon-plus:before {
content: "\f067";
}
.icon-minus:before {
content: "\f068";
}
.icon-close-circle:before {
content: "\f057";
}
.icon-check-circle:before {
content: "\f058";
}
.icon-question-circle:before {
content: "\f059";
}
.icon-info:before {
content: "\f129";
}
.icon-info-circle:before {
content: "\f05a";
}
.icon-exclamation-circle:before {
content: "\f06a";
}
.icon-ban:before {
content: "\f05e";
}
.icon-check-circle-o:before {
content: "\f05d";
}
.icon-times-circle-o:before {
content: "\f05c";
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-chevron-left:before {
content: "\f053";
}
.icon-chevron-right:before {
content: "\f054";
}
.icon-caret-down:before {
content: "\f0d7";
}
.icon-caret-up:before {
content: "\f0d8";
}
.icon-sort-desc:before {
content: "\f0dd";
}
.icon-sort-asc:before {
content: "\f0de";
}
.icon-exchange:before {
content: "\f0ec";
}
.icon-long-arrow-right:before {
content: "\f178";
}
.icon-long-arrow-left:before {
content: "\f177";
}
.icon-move-horizontal:before {
content: "\e900";
}
.icon-arrows:before {
content: "\e900";
}
.icon-arrows-v:before {
content: "\f07d";
}
.icon-arrows-h:before {
content: "\f07e";
}
.icon-filter:before {
content: "\f0b0";
}
.icon-trash:before {
content: "\f1f8";
}
.icon-thumb-tack:before {
content: "\f08d";
}
.icon-credit-card:before {
content: "\f09d";
}
.icon-credit-card-alt:before {
content: "\f283";
}
.icon-cart-plus:before {
content: "\f217";
}
.icon-cart-arrow-down:before {
content: "\f218";
}
.icon-shopping-cart:before {
content: "\f07a";
}
.icon-kitchen-scale:before {
content: "\e902";
}
.icon-weighing:before {
content: "\e901";
}
.icon-bookmark-o:before {
content: "\f097";
}
.icon-whatsapp:before {
content: "\f232";
}
.icon-facebook-official:before {
content: "\f230";
}
.icon-messenger:before {
content: "\e903";
}
.icon-map-marker:before {
content: "\f041";
}
.icon-clipboard:before {
content: "\e904";
}
.icon-note-list:before {
content: "\e905";
}
.icon-file-text:before {
content: "\e906";
}
.icon-orders:before {
content: "\e907";
}
.icon-catalog:before {
content: "\e908";
}
.icon-coupon:before {
content: "\e909";
}
.icon-eye:before {
content: "\f06e";
}
.icon-pencil:before {
content: "\f040";
}
.icon-pencil-square-o:before {
content: "\f044";
}
|
icons/style.css
|
@font-face {
font-family: 'diablo-icons';
src: url('fonts/diablo-icons.eot?7h7srb');
src: url('fonts/diablo-icons.eot?7h7srb#iefix') format('embedded-opentype'),
url('fonts/diablo-icons.ttf?7h7srb') format('truetype'),
url('fonts/diablo-icons.woff?7h7srb') format('woff'),
url('fonts/diablo-icons.svg?7h7srb#diablo-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
i {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'diablo-icons' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
content: "\f0c9";
}
.icon-search:before {
content: "\f002";
}
.icon-heart:before {
content: "\f004";
}
.icon-heart-o:before {
content: "\f08a";
}
.icon-star:before {
content: "\f005";
}
.icon-star-half:before {
content: "\f089";
}
.icon-star-o:before {
content: "\f006";
}
.icon-user-circle:before {
content: "\f2bd";
}
.icon-user:before {
content: "\f007";
}
.icon-groups:before {
content: "\f0c0";
}
.icon-image:before {
content: "\f03e";
}
.icon-envelope:before {
content: "\f0e0";
}
.icon-gear:before {
content: "\f013";
}
.icon-quote-left:before {
content: "\f10d";
}
.icon-quote-right:before {
content: "\f10e";
}
.icon-check:before {
content: "\f00c";
}
.icon-close:before {
content: "\f00d";
}
.icon-plus-circle:before {
content: "\f055";
}
.icon-minus-circle:before {
content: "\f056";
}
.icon-plus:before {
content: "\f067";
}
.icon-minus:before {
content: "\f068";
}
.icon-close-circle:before {
content: "\f057";
}
.icon-check-circle:before {
content: "\f058";
}
.icon-question-circle:before {
content: "\f059";
}
.icon-info:before {
content: "\f129";
}
.icon-info-circle:before {
content: "\f05a";
}
.icon-exclamation-circle:before {
content: "\f06a";
}
.icon-ban:before {
content: "\f05e";
}
.icon-check-circle-o:before {
content: "\f05d";
}
.icon-times-circle-o:before {
content: "\f05c";
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-chevron-left:before {
content: "\f053";
}
.icon-chevron-right:before {
content: "\f054";
}
.icon-caret-down:before {
content: "\f0d7";
}
.icon-caret-up:before {
content: "\f0d8";
}
.icon-sort-desc:before {
content: "\f0dd";
}
.icon-sort-asc:before {
content: "\f0de";
}
.icon-exchange:before {
content: "\f0ec";
}
.icon-long-arrow-right:before {
content: "\f178";
}
.icon-long-arrow-left:before {
content: "\f177";
}
.icon-move-horizontal:before {
content: "\e900";
}
.icon-arrows:before {
content: "\e900";
}
.icon-arrows-v:before {
content: "\f07d";
}
.icon-arrows-h:before {
content: "\f07e";
}
.icon-filter:before {
content: "\f0b0";
}
.icon-trash:before {
content: "\f1f8";
}
.icon-thumb-tack:before {
content: "\f08d";
}
.icon-credit-card:before {
content: "\f09d";
}
.icon-credit-card-alt:before {
content: "\f283";
}
.icon-cart-plus:before {
content: "\f217";
}
.icon-cart-arrow-down:before {
content: "\f218";
}
.icon-shopping-cart:before {
content: "\f07a";
}
.icon-kitchen-scale:before {
content: "\e902";
}
.icon-weighing:before {
content: "\e901";
}
.icon-bookmark-o:before {
content: "\f097";
}
.icon-whatsapp:before {
content: "\f232";
}
.icon-facebook-official:before {
content: "\f230";
}
.icon-messenger:before {
content: "\e903";
}
.icon-map-marker:before {
content: "\f041";
}
.icon-clipboard:before {
content: "\e904";
}
.icon-note-list:before {
content: "\e905";
}
.icon-file-text:before {
content: "\e906";
}
.icon-orders:before {
content: "\e907";
}
.icon-catalog:before {
content: "\e908";
}
.icon-coupon:before {
content: "\e909";
}
.icon-eye:before {
content: "\f06e";
}
.icon-pencil:before {
content: "\f040";
}
.icon-pencil-square-o:before {
content: "\f044";
}
| 0.29381 | 0.064506 |
body {
font-family: 'Roboto Condensed', sans-serif;
color: #000;
width: 100%;
height: 100%;
margin: 0;
overflow-x:hidden;
}
a
{
text-decoration: none;
}
.coral
{
color: #ff7f50;
}
.black
{
color: #000;
}
.center
{
text-align: center;
}
header
{
background: #ff7f50;
width:100%;
z-index: 100;
position: fixed;
}
.brand
{
color: white;
float: left;
}
nav
{
float: right;
width: 100%;
}
nav ul
{
list-style: none;
overflow: hidden;
float: right;
}
nav ul li
{
float: left;
}
nav ul li a
{
display: block;
padding: 5px;
margin-right: 10px;
color: white
}
nav ul li:hover ul
{
display: block;
}
nav ul ul
{
display: none;
position: absolute;
background: #222;
border-radius: 10px;
float: left !important;
}
nav ul ul li a
{
color: #fff;
margin-left: -25px;
padding: 10px;
}
nav ul ul li a:hover
{
color:#ff7f50;
}
.docs
{
margin-bottom: 5px;
}
.btn
{
background: #222;
padding: 5px;
border-radius: 5px;
}
.home
{
background: #ff7f50;
width:100%;
height: 100%;
padding-top: 50px;
}
.home-Container
{
width: 50%;
margin: 0 auto;
}
h2
{
font-size: 40px;
}
.logo {
width: 380px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
display: block;
font-family: Georgia;
font-size: 200px;
margin: 0 auto;
line-height: 200px;
padding-top: -100px;
}
.title
{
font-size: 100px;
margin-top: -50px;
margin-bottom: -30px;
}
.subtitle
{
font-size: 30px;
}
.about
{
width: 100%;
height: 100%;
padding: 20px;
}
#content {
width: 600px;
margin: 0 auto;
}
p
{
font-size: 20px;
}
.language
{
background: #ccc;
width:100%;
height: 100%;
padding: 20px;
}
.example
{
width:100%;
height: 100%;
padding: 20px 20px 0px 20px;
}
.example-Container
{
display: flex;
width:80%;
margin: 0 auto;
margin-bottom: 0px;
}
.example-Result
{
width:75%;
margin: 0 auto;
padding: 30px;
}
.code-Box
{
width: 50%;
margin: 20px 20px 0px 20px;
}
.run
{
background: #ff7f50;
color: #fff;
border: none;
font-size: 20px;
padding: 10px;
}
textarea, .html {
border: 1px solid #bbb;
padding: 5px;
width: 100%;
height: 350px;
font-size: 18px;
font-family: Inconsolata, monaco, courier;
margin-bottom: 20px;
}
.json {
margin-bottom: 0;
}
footer
{
background: #222;
text-align: center;
padding:5px;
color: white;
}
|
burt.css
|
body {
font-family: 'Roboto Condensed', sans-serif;
color: #000;
width: 100%;
height: 100%;
margin: 0;
overflow-x:hidden;
}
a
{
text-decoration: none;
}
.coral
{
color: #ff7f50;
}
.black
{
color: #000;
}
.center
{
text-align: center;
}
header
{
background: #ff7f50;
width:100%;
z-index: 100;
position: fixed;
}
.brand
{
color: white;
float: left;
}
nav
{
float: right;
width: 100%;
}
nav ul
{
list-style: none;
overflow: hidden;
float: right;
}
nav ul li
{
float: left;
}
nav ul li a
{
display: block;
padding: 5px;
margin-right: 10px;
color: white
}
nav ul li:hover ul
{
display: block;
}
nav ul ul
{
display: none;
position: absolute;
background: #222;
border-radius: 10px;
float: left !important;
}
nav ul ul li a
{
color: #fff;
margin-left: -25px;
padding: 10px;
}
nav ul ul li a:hover
{
color:#ff7f50;
}
.docs
{
margin-bottom: 5px;
}
.btn
{
background: #222;
padding: 5px;
border-radius: 5px;
}
.home
{
background: #ff7f50;
width:100%;
height: 100%;
padding-top: 50px;
}
.home-Container
{
width: 50%;
margin: 0 auto;
}
h2
{
font-size: 40px;
}
.logo {
width: 380px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
display: block;
font-family: Georgia;
font-size: 200px;
margin: 0 auto;
line-height: 200px;
padding-top: -100px;
}
.title
{
font-size: 100px;
margin-top: -50px;
margin-bottom: -30px;
}
.subtitle
{
font-size: 30px;
}
.about
{
width: 100%;
height: 100%;
padding: 20px;
}
#content {
width: 600px;
margin: 0 auto;
}
p
{
font-size: 20px;
}
.language
{
background: #ccc;
width:100%;
height: 100%;
padding: 20px;
}
.example
{
width:100%;
height: 100%;
padding: 20px 20px 0px 20px;
}
.example-Container
{
display: flex;
width:80%;
margin: 0 auto;
margin-bottom: 0px;
}
.example-Result
{
width:75%;
margin: 0 auto;
padding: 30px;
}
.code-Box
{
width: 50%;
margin: 20px 20px 0px 20px;
}
.run
{
background: #ff7f50;
color: #fff;
border: none;
font-size: 20px;
padding: 10px;
}
textarea, .html {
border: 1px solid #bbb;
padding: 5px;
width: 100%;
height: 350px;
font-size: 18px;
font-family: Inconsolata, monaco, courier;
margin-bottom: 20px;
}
.json {
margin-bottom: 0;
}
footer
{
background: #222;
text-align: center;
padding:5px;
color: white;
}
| 0.427636 | 0.082033 |
@-moz-document domain("docs.vrchat.com")
{
/* Author: <NAME> */
body,
#hub-sidebar,
header#hub-header,
#header-top,
#hub-subheader {
background: #222 !important;
}
#hub-subheader {
border: none !important;
box-shadow: 0px 6px 20px 0px black;
}
p, ol {
color: #b7b7b7 !important;
}
a {
color: #79c1e6;
}
table,
.nextSteps table tr,
.nextSteps table tr:first-child {
border-color: #1e1e1e;
}
.searchbox {
border-radius: 13px;
border: solid 0px;
overflow: hidden;
}
.searchbox > .fa {
left: 5px !important;
}
.searchbox > input,
hr {
background-color: #3e3e3e !important;
border-color: #3e3e3e !important;
}
nav#hub-sidebar ul a:hover,
section#hub-content #content-container section.content-toc a:hover {
background-color: #3e3e3e;
color: #fff;
}
section#hub-content header h1,
section#hub-content header h2,
.main_color{
color: #7390a8 !important;
}
nav#hub-sidebar ul a,
section#hub-content #content-container section.content-toc a {
color: #5490a6;
}
section#hub-content header,
hr,
.main_color{
border-color: #6a6a6a !important;
}
.content-body .magic-block-callout.type-info{
background-color: #43494d !important;
border-color: #5bc0de !important;
}
p code, li code{
background: #b0b3bffc !important;
color: #000 !important;
}
.content-body .magic-block-callout.type-warning{
background-color: #4d4843 !important;
border-color: #de9d5b !important;
}
.content-body .magic-block-callout.type-danger{
background-color: #4f3636 !important;
border-color: #de5b5b !important;
}
.content-body .magic-block-parameters .block-parameters-table{
border: 0px solid #dfdfdf !important;
}
.th{
background-color: #cececefc !important;
border-bottom: 0px solid #dfdfdffc !important;
}
.td{
background-color: #333 !important;
}
li{
color: #b795ae !important;
}
.content-body .magic-block-textarea h1{
color: #577a95 !important;
}
.content-body .magic-block-textarea h2{
color: #57666f !important;
}
.content-body .magic-block-textarea h1, .content-body .magic-block-api-header h1 {
color: #57666f !important;
}
}
|
data/usercss/177228.user.css
|
@-moz-document domain("docs.vrchat.com")
{
/* Author: <NAME> */
body,
#hub-sidebar,
header#hub-header,
#header-top,
#hub-subheader {
background: #222 !important;
}
#hub-subheader {
border: none !important;
box-shadow: 0px 6px 20px 0px black;
}
p, ol {
color: #b7b7b7 !important;
}
a {
color: #79c1e6;
}
table,
.nextSteps table tr,
.nextSteps table tr:first-child {
border-color: #1e1e1e;
}
.searchbox {
border-radius: 13px;
border: solid 0px;
overflow: hidden;
}
.searchbox > .fa {
left: 5px !important;
}
.searchbox > input,
hr {
background-color: #3e3e3e !important;
border-color: #3e3e3e !important;
}
nav#hub-sidebar ul a:hover,
section#hub-content #content-container section.content-toc a:hover {
background-color: #3e3e3e;
color: #fff;
}
section#hub-content header h1,
section#hub-content header h2,
.main_color{
color: #7390a8 !important;
}
nav#hub-sidebar ul a,
section#hub-content #content-container section.content-toc a {
color: #5490a6;
}
section#hub-content header,
hr,
.main_color{
border-color: #6a6a6a !important;
}
.content-body .magic-block-callout.type-info{
background-color: #43494d !important;
border-color: #5bc0de !important;
}
p code, li code{
background: #b0b3bffc !important;
color: #000 !important;
}
.content-body .magic-block-callout.type-warning{
background-color: #4d4843 !important;
border-color: #de9d5b !important;
}
.content-body .magic-block-callout.type-danger{
background-color: #4f3636 !important;
border-color: #de5b5b !important;
}
.content-body .magic-block-parameters .block-parameters-table{
border: 0px solid #dfdfdf !important;
}
.th{
background-color: #cececefc !important;
border-bottom: 0px solid #dfdfdffc !important;
}
.td{
background-color: #333 !important;
}
li{
color: #b795ae !important;
}
.content-body .magic-block-textarea h1{
color: #577a95 !important;
}
.content-body .magic-block-textarea h2{
color: #57666f !important;
}
.content-body .magic-block-textarea h1, .content-body .magic-block-api-header h1 {
color: #57666f !important;
}
}
| 0.255901 | 0.070784 |
h1,
h2 {
font-family: OpenSansCondensedBold, sans-serif;
}
hr {
margin: 0 30vw;
}
.splash {
position: relative;
width: 100%;
max-height: 100vh;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.splash {
height: calc(100vh - 3rem);
}
/* popping headline */
.splash>h1 {
position: absolute;
right: 2%;
top: 50%;
max-width: 80vh;
width: 60%;
word-spacing: 1rem;
letter-spacing: 0.1rem;
text-align: left;
color: white;
text-shadow: var(--darkshadow);
transform: translateY(-50%);
margin: 0;
}
.flex {
display: flex;
}
.flex.vertical {
flex-direction: column;
}
.flex.justify-center {
justify-content: center;
}
.flex.align-center {
align-items: center;
}
.flex.wrap {
flex-wrap: wrap;
}
.halfwidth {
width: 50%;
}
.fullwidth {
width: 100%;
}
.fullscreen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.text-center {
text-align: center;
}
.margin-auto {
margin: auto;
}
.default-margin {
margin: 1rem;
}
.action {
text-transform: uppercase;
border: none;
padding: 0.5rem 1.5rem;
font-family: Instruction, sans-serif;
text-align: center;
font-size: 1rem;
cursor: pointer;
transition: all 0.2s ease;
}
.action.solid,
.action.outline:hover:not(:active) {
background-color: var(--primary);
color: white;
outline: none;
}
.action.outline,
.action.solid:hover:not(:active) {
outline: 4px solid var(--primary);
color: var(--primary);
background-color: transparent;
}
input[type="text"],
input[type="email"] {
outline: 1px solid var(--primary);
border: 0;
}
/* left-right when screen is large enough, top-down otherwise */
.duo {
display: grid;
grid-template-columns: 50vw 50vw;
align-items: stretch;
}
/* non-phone */
@media screen and (min-width: 590px) {
.duo {
grid-template-areas: "left right" "left right";
}
}
/* phone */
@media screen and (max-width: 589px) {
.duo {
grid-template-areas: "top top" "bottom bottom";
}
.splash {
background-attachment: scroll;
}
}
p {
line-height: 1.6rem;
}
|
common/common.css
|
h1,
h2 {
font-family: OpenSansCondensedBold, sans-serif;
}
hr {
margin: 0 30vw;
}
.splash {
position: relative;
width: 100%;
max-height: 100vh;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.splash {
height: calc(100vh - 3rem);
}
/* popping headline */
.splash>h1 {
position: absolute;
right: 2%;
top: 50%;
max-width: 80vh;
width: 60%;
word-spacing: 1rem;
letter-spacing: 0.1rem;
text-align: left;
color: white;
text-shadow: var(--darkshadow);
transform: translateY(-50%);
margin: 0;
}
.flex {
display: flex;
}
.flex.vertical {
flex-direction: column;
}
.flex.justify-center {
justify-content: center;
}
.flex.align-center {
align-items: center;
}
.flex.wrap {
flex-wrap: wrap;
}
.halfwidth {
width: 50%;
}
.fullwidth {
width: 100%;
}
.fullscreen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.text-center {
text-align: center;
}
.margin-auto {
margin: auto;
}
.default-margin {
margin: 1rem;
}
.action {
text-transform: uppercase;
border: none;
padding: 0.5rem 1.5rem;
font-family: Instruction, sans-serif;
text-align: center;
font-size: 1rem;
cursor: pointer;
transition: all 0.2s ease;
}
.action.solid,
.action.outline:hover:not(:active) {
background-color: var(--primary);
color: white;
outline: none;
}
.action.outline,
.action.solid:hover:not(:active) {
outline: 4px solid var(--primary);
color: var(--primary);
background-color: transparent;
}
input[type="text"],
input[type="email"] {
outline: 1px solid var(--primary);
border: 0;
}
/* left-right when screen is large enough, top-down otherwise */
.duo {
display: grid;
grid-template-columns: 50vw 50vw;
align-items: stretch;
}
/* non-phone */
@media screen and (min-width: 590px) {
.duo {
grid-template-areas: "left right" "left right";
}
}
/* phone */
@media screen and (max-width: 589px) {
.duo {
grid-template-areas: "top top" "bottom bottom";
}
.splash {
background-attachment: scroll;
}
}
p {
line-height: 1.6rem;
}
| 0.623606 | 0.105625 |
1. MEDIA QUERIES
\*------------------------------------*/
/* 1.1. LARGE DEVICES, WIDE SCREENS */
@media screen and (max-width: 1199px) {
/* HEADER LOGO */
.header--logo {
max-width: 200px;
margin: 0 auto;
}
.header--style-5 .header--logo {
max-width: none;
margin: 0 auto;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
/* WIDGETS */
.social--widget.style--2 .nav > li,
.social--widget.style--7 .nav > li {
width: 100%;
}
/* WRAPPER */
body.boxed > .wrapper {
max-width: 1000px;
}
/* HEADER SECTION */
.header--style-6 .header--navbar-inner {
padding-left: 4px;
padding-right: 4px;
}
.header--menu-links.nav > li > a {
padding-left: 7.5px;
padding-right: 7.5px;
}
}
/* 1.2. MEDIUM DEVICES, DESKTOPS */
@media screen and (min-width: 992px) {
/* ROW VC */
.row--md-vc > div {
float: none;
display: table-cell;
vertical-align: middle;
}
}
@media screen and (max-width: 991px) {
/* WRAPPER */
body.boxed > .wrapper {
max-width: 100%;
}
/* FLOATS */
.float--sm-none {
float: none;
}
/* TEXT CENTER */
.text-sm-center {
text-align: center;
}
/* COMMENT LIST */
.comment--items > li > .comment--items {
padding-left: 0;
}
/* HEADER SECTION */
.header--style-4 .navbar-header {
float: none;
}
.header--logo {
max-width: none;
margin: 0 auto;
}
.header--logo a {
height: auto;
}
.header--style-4 .header--logo a {
height: 90px;
}
.header--style-5 .header--logo a {
height: 90px;
}
.header--ad {
margin-top: 17px;
}
.header--navbar .navbar-toggle {
display: block;
}
.header--style-4 .navbar-toggle {
position: absolute;
top: 0;
left: 15px;
margin-top: 28px;
margin-bottom: 28px;
}
.header--navbar .navbar-collapse {
display: block !important;
position: fixed;
top: 0;
left: -300px;
bottom: 0;
width: 250px;
height: auto !important;
margin: 0;
color: #777;
background-color: #fff;
border-width: 0;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
overflow: visible !important;
-webkit-transition: left .55s ease-in-out;
transition: left .55s ease-in-out;
z-index: 999;
}
.header--navbar .navbar-collapse:before {
content: "\f00d";
position: absolute;
top: 0;
right: -40px;
width: 40px;
color: #fff;
background-color: #da0000;
box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
font-family: "FontAwesome";
font-size: 16px;
line-height: 40px;
text-align: center;
cursor: pointer;
z-index: 9999;
}
.header--navbar .navbar-collapse.in {
left: 0;
}
.header--menu-links {
float: none;
height: 100%;
margin: 0;
padding-bottom: 5px;
overflow: auto;
}
.header--menu-links > li {
float: none;
}
.header--menu-links > li > a {
padding-top: 12px;
padding-bottom: 10px;
}
.header--style-4 .header--menu-links > li > a {
padding-top: 12px;
padding-bottom: 10px;
}
.header--menu-links > .dropdown > .dropdown-menu {
float: none;
position: relative !important;
border-bottom-width: 0;
box-shadow: none;
}
.header--menu-links > .megamenu > .dropdown-menu {
left: 0;
right: 0;
padding: 0;
border-bottom-width: 1px;
}
.header--menu-links > .megamenu.filter > .dropdown-menu,
.header--menu-links > .megamenu.posts > .dropdown-menu {
border-bottom-width: 0;
}
.header--menu-links > .megamenu.filter > .dropdown-toggle > i,
.header--menu-links > .megamenu.posts > .dropdown-toggle > i,
.header--menu-links > .megamenu.filter > .dropdown-menu,
.header--menu-links > .megamenu.posts > .dropdown-menu {
display: none;
}
.header--menu-links > .megamenu > .dropdown-menu > .dropdown {
float: none;
margin: 0;
width: 100%;
}
.header--menu-links > .megamenu > .dropdown-menu > .dropdown > a {
padding-left: 20px;
padding-right: 20px;
}
.header--menu-links > .megamenu > .dropdown-menu > .dropdown > .dropdown-menu > li > a {
padding-left: 20px;
padding-right: 20px;
}
.header--menu-links > .megamenu > .dropdown-menu > li > .row {
margin: 0;
}
.header--menu-links > .megamenu > .dropdown-menu > li > .row > div {
padding: 0;
}
.header--navbar .dropdown-menu > .dropdown > .dropdown-menu {
float: none;
position: relative;
top: 1px;
left: 0;
width: 100%;
padding-top: 0;
padding-bottom: 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
box-shadow: none;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.header--navbar .dropdown-menu > .dropdown > .dropdown-menu > li > a {
padding-left: 30px;
padding-right: 30px;
}
.header--style-4 .header--search-form {
position: absolute;
top: 0;
right: 15px;
}
/* POST ITEMS */
.post--item .col-md-6 > .post--info,
.post--item .col-md-8 > .post--info {
margin-top: 15px;
}
/* PRODUCT DETAILS */
.product--single .tab-nav,
.product--single .tab-nav > li {
display: block;
}
.product--single ul.tab-nav > li > a {
border-width: 1px;
}
.product--single ul.tab-nav > li + li > a {
border-top-width: 0;
}
/* CONTACT CATEGORIES */
.contact--cats .nav > li:nth-child(3) {
padding-top: 18px;
border-top-width: 1px;
}
.contact--cats .nav > li:nth-child(3n) {
padding-right: 18px;
border-right-width: 1px;
}
.contact--cats .nav > li:nth-child(3n) + li {
padding-left: 18px;
}
.contact--cats .nav > li:nth-child(2n) {
padding-right: 0;
border-right-width: 0;
}
.contact--cats .nav > li:nth-child(2n) + li {
padding-left: 0;
}
/* STICKY SOCIAL */
#stickySocial {
display: none;
}
}
/* 1.3. SMALL DEVICES, TABLETS */
@media screen and (max-width: 600px) {
/* COL XSS */
.col-xss-12 {
float: none;
width: 100%;
margin-left: 0;
}
/* HIDDEN XSS */
.hidden-xss {
display: none !important;
}
/* SHOW XSS */
.shown-xss {
display: block !important;
}
}
@media screen and (max-width: 767px) {
/* FLOATS */
.float--xs-none {
float: none;
}
/* TEXT CENTER */
.text-xs-center {
text-align: center;
}
/* NAV WIDGET */
.list--widget-nav > .nav > li + li {
border-top-width: 0;
border-left-width: 1px;
}
/* DROPDOWN MENU */
.navbar-nav .open .dropdown-menu > li > a {
padding-top: 9px;
padding-bottom: 10px;
}
/* HEADER SECTION */
.header--navbar .navbar-header {
float: left;
margin-left: 0;
}
.header--style-4 .navbar-header,
.header--style-5 .navbar-header {
float: none;
}
.header--menu-links > .dropdown > .dropdown-menu > li > a {
padding-top: 9px;
padding-bottom: 10px;
}
/* NEWS UPDATES BAR */
.news--ticker .title {
float: none;
padding-left: 15px;
padding-right: 15px;
}
.news-updates--list {
padding-left: 15px;
padding-right: 15px;
}
.news-updates--list:before,
.news-updates--list:after {
width: 15px;
}
/* POST ITEMS */
.post--item .col-sm-12 > .post--info {
margin-top: 0;
}
/* CART SECTION */
.cart--items .table {
border: 0;
}
.cart--items .table thead {
display: none;
}
.cart--items .table tbody tr {
display: block;
}
.cart--items .table tbody tr + tr {
margin-top: 30px;
}
.cart--items .table tbody tr td {
display: block;
position: relative;
padding-left: 152px;
border-width: 1px 1px 0;
text-align: right;
}
.cart--items .table tbody tr td:last-child {
border-bottom-width: 1px;
}
.cart--items .table tbody tr td:before {
content: attr(data-label);
position: absolute;
top: 50%;
left: 15px;
margin-top: -14px;
color: #222;
font-family: "Lora", serif;
font-size: 18px;
line-height: 28px;
font-weight: 700;
}
.cart--items .footer {
padding-left: 30px;
padding-right: 30px;
margin-top: 30px;
border-top-width: 1px;
text-align: center;
}
.cart--items .footer .float--left,
.cart--items .footer .float--right {
float: none;
}
.cart--items .footer .coupon--code {
max-width: 100%;
margin-bottom: 30px;
}
/* CONTACT SECTION */
.contact--info {
text-align: center;
}
/* 404 SECTION */
.f0f--content,
.f0f--content:before {
background-color: rgba(0, 0, 0, 0.5);
}
.f0f--content:after {
border-color: transparent transparent rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0.8);
}
}
/* 1.4. SMALL DEVICES, SMARTPHONES */
@media screen and (max-width: 480px) {
/* HIDDEN */
.hidden-xxs {
display: none !important;
}
/* SHOWN */
.shown-xxs {
display: block !important;
}
/* COL XXS */
.col-xxs-12 {
float: none;
width: 100%;
margin-left: 0;
}
/* TEXT Ellipsis */
.text-xxs-ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/* PAGINATION */
.pagination--wrapper {
text-align: center;
}
.pagination-hint {
display: inline-block;
float: none;
width: 100%;
margin-bottom: 5px;
}
.pagination {
display: inline-block;
float: none;
}
/* HEADER SECTION */
.header--topbar-info > li {
float: none !important;
display: inline-block;
}
/* POST ITEMS */
.post--item.post--layout-1.post--type-video .post--info .title .h4 {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.post--item .col-xxs-12 > .post--info {
margin-top: 12px;
}
/* LOGIN FORM */
.login--form .help-block .btn-link {
float: none !important;
display: block;
}
/* CONTACT CATEGORIES */
.contact--cats .nav > li {
min-height: 0 !important;
padding-left: 0;
padding-right: 0;
border-width: 0 0 1px !important;
}
.contact--cats .nav > li:nth-child(2), .contact--cats .nav > li:nth-child(3) {
padding-top: 18px;
}
.contact--cats .nav > li:nth-child(3n) + li {
padding-left: 0;
}
.contact--cats .nav > li:nth-child(3n) {
padding-right: 0;
}
.contact--cats .nav > li:last-child {
border-bottom-width: 0 !important;
}
/* FOOTER SECTION */
.footer--copyright {
text-align: center;
}
.footer--copyright .social,
.footer--copyright .social--bg {
display: none;
}
.footer--copyright .float--left,
.footer--copyright .float--right {
float: none;
}
.footer--copyright .text {
padding-bottom: 8px;
}
.footer--copyright .links {
display: inline-block;
padding-top: 8px;
}
}
/* 1.5. CUSTOM, IPHONE RETINA */
@media screen and (max-width: 380px) {
/* HEADER SECTION */
.header--style-4 .header--logo .h1,
.header--style-5 .header--logo .h1 {
max-width: 200px;
margin: 0 auto;
}
/* POST ITEMS */
.post--item.post--layout-1 .post--info .title .h4 {
max-height: 54px;
overflow: hidden;
}
.post--author-info {
padding-left: 30px;
}
.post--author-info .img {
position: relative;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: -28px -31px 27px;
text-align: center;
}
}
|
public/frontt/css/responsive-style.css
|
1. MEDIA QUERIES
\*------------------------------------*/
/* 1.1. LARGE DEVICES, WIDE SCREENS */
@media screen and (max-width: 1199px) {
/* HEADER LOGO */
.header--logo {
max-width: 200px;
margin: 0 auto;
}
.header--style-5 .header--logo {
max-width: none;
margin: 0 auto;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
/* WIDGETS */
.social--widget.style--2 .nav > li,
.social--widget.style--7 .nav > li {
width: 100%;
}
/* WRAPPER */
body.boxed > .wrapper {
max-width: 1000px;
}
/* HEADER SECTION */
.header--style-6 .header--navbar-inner {
padding-left: 4px;
padding-right: 4px;
}
.header--menu-links.nav > li > a {
padding-left: 7.5px;
padding-right: 7.5px;
}
}
/* 1.2. MEDIUM DEVICES, DESKTOPS */
@media screen and (min-width: 992px) {
/* ROW VC */
.row--md-vc > div {
float: none;
display: table-cell;
vertical-align: middle;
}
}
@media screen and (max-width: 991px) {
/* WRAPPER */
body.boxed > .wrapper {
max-width: 100%;
}
/* FLOATS */
.float--sm-none {
float: none;
}
/* TEXT CENTER */
.text-sm-center {
text-align: center;
}
/* COMMENT LIST */
.comment--items > li > .comment--items {
padding-left: 0;
}
/* HEADER SECTION */
.header--style-4 .navbar-header {
float: none;
}
.header--logo {
max-width: none;
margin: 0 auto;
}
.header--logo a {
height: auto;
}
.header--style-4 .header--logo a {
height: 90px;
}
.header--style-5 .header--logo a {
height: 90px;
}
.header--ad {
margin-top: 17px;
}
.header--navbar .navbar-toggle {
display: block;
}
.header--style-4 .navbar-toggle {
position: absolute;
top: 0;
left: 15px;
margin-top: 28px;
margin-bottom: 28px;
}
.header--navbar .navbar-collapse {
display: block !important;
position: fixed;
top: 0;
left: -300px;
bottom: 0;
width: 250px;
height: auto !important;
margin: 0;
color: #777;
background-color: #fff;
border-width: 0;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
overflow: visible !important;
-webkit-transition: left .55s ease-in-out;
transition: left .55s ease-in-out;
z-index: 999;
}
.header--navbar .navbar-collapse:before {
content: "\f00d";
position: absolute;
top: 0;
right: -40px;
width: 40px;
color: #fff;
background-color: #da0000;
box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
font-family: "FontAwesome";
font-size: 16px;
line-height: 40px;
text-align: center;
cursor: pointer;
z-index: 9999;
}
.header--navbar .navbar-collapse.in {
left: 0;
}
.header--menu-links {
float: none;
height: 100%;
margin: 0;
padding-bottom: 5px;
overflow: auto;
}
.header--menu-links > li {
float: none;
}
.header--menu-links > li > a {
padding-top: 12px;
padding-bottom: 10px;
}
.header--style-4 .header--menu-links > li > a {
padding-top: 12px;
padding-bottom: 10px;
}
.header--menu-links > .dropdown > .dropdown-menu {
float: none;
position: relative !important;
border-bottom-width: 0;
box-shadow: none;
}
.header--menu-links > .megamenu > .dropdown-menu {
left: 0;
right: 0;
padding: 0;
border-bottom-width: 1px;
}
.header--menu-links > .megamenu.filter > .dropdown-menu,
.header--menu-links > .megamenu.posts > .dropdown-menu {
border-bottom-width: 0;
}
.header--menu-links > .megamenu.filter > .dropdown-toggle > i,
.header--menu-links > .megamenu.posts > .dropdown-toggle > i,
.header--menu-links > .megamenu.filter > .dropdown-menu,
.header--menu-links > .megamenu.posts > .dropdown-menu {
display: none;
}
.header--menu-links > .megamenu > .dropdown-menu > .dropdown {
float: none;
margin: 0;
width: 100%;
}
.header--menu-links > .megamenu > .dropdown-menu > .dropdown > a {
padding-left: 20px;
padding-right: 20px;
}
.header--menu-links > .megamenu > .dropdown-menu > .dropdown > .dropdown-menu > li > a {
padding-left: 20px;
padding-right: 20px;
}
.header--menu-links > .megamenu > .dropdown-menu > li > .row {
margin: 0;
}
.header--menu-links > .megamenu > .dropdown-menu > li > .row > div {
padding: 0;
}
.header--navbar .dropdown-menu > .dropdown > .dropdown-menu {
float: none;
position: relative;
top: 1px;
left: 0;
width: 100%;
padding-top: 0;
padding-bottom: 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
box-shadow: none;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.header--navbar .dropdown-menu > .dropdown > .dropdown-menu > li > a {
padding-left: 30px;
padding-right: 30px;
}
.header--style-4 .header--search-form {
position: absolute;
top: 0;
right: 15px;
}
/* POST ITEMS */
.post--item .col-md-6 > .post--info,
.post--item .col-md-8 > .post--info {
margin-top: 15px;
}
/* PRODUCT DETAILS */
.product--single .tab-nav,
.product--single .tab-nav > li {
display: block;
}
.product--single ul.tab-nav > li > a {
border-width: 1px;
}
.product--single ul.tab-nav > li + li > a {
border-top-width: 0;
}
/* CONTACT CATEGORIES */
.contact--cats .nav > li:nth-child(3) {
padding-top: 18px;
border-top-width: 1px;
}
.contact--cats .nav > li:nth-child(3n) {
padding-right: 18px;
border-right-width: 1px;
}
.contact--cats .nav > li:nth-child(3n) + li {
padding-left: 18px;
}
.contact--cats .nav > li:nth-child(2n) {
padding-right: 0;
border-right-width: 0;
}
.contact--cats .nav > li:nth-child(2n) + li {
padding-left: 0;
}
/* STICKY SOCIAL */
#stickySocial {
display: none;
}
}
/* 1.3. SMALL DEVICES, TABLETS */
@media screen and (max-width: 600px) {
/* COL XSS */
.col-xss-12 {
float: none;
width: 100%;
margin-left: 0;
}
/* HIDDEN XSS */
.hidden-xss {
display: none !important;
}
/* SHOW XSS */
.shown-xss {
display: block !important;
}
}
@media screen and (max-width: 767px) {
/* FLOATS */
.float--xs-none {
float: none;
}
/* TEXT CENTER */
.text-xs-center {
text-align: center;
}
/* NAV WIDGET */
.list--widget-nav > .nav > li + li {
border-top-width: 0;
border-left-width: 1px;
}
/* DROPDOWN MENU */
.navbar-nav .open .dropdown-menu > li > a {
padding-top: 9px;
padding-bottom: 10px;
}
/* HEADER SECTION */
.header--navbar .navbar-header {
float: left;
margin-left: 0;
}
.header--style-4 .navbar-header,
.header--style-5 .navbar-header {
float: none;
}
.header--menu-links > .dropdown > .dropdown-menu > li > a {
padding-top: 9px;
padding-bottom: 10px;
}
/* NEWS UPDATES BAR */
.news--ticker .title {
float: none;
padding-left: 15px;
padding-right: 15px;
}
.news-updates--list {
padding-left: 15px;
padding-right: 15px;
}
.news-updates--list:before,
.news-updates--list:after {
width: 15px;
}
/* POST ITEMS */
.post--item .col-sm-12 > .post--info {
margin-top: 0;
}
/* CART SECTION */
.cart--items .table {
border: 0;
}
.cart--items .table thead {
display: none;
}
.cart--items .table tbody tr {
display: block;
}
.cart--items .table tbody tr + tr {
margin-top: 30px;
}
.cart--items .table tbody tr td {
display: block;
position: relative;
padding-left: 152px;
border-width: 1px 1px 0;
text-align: right;
}
.cart--items .table tbody tr td:last-child {
border-bottom-width: 1px;
}
.cart--items .table tbody tr td:before {
content: attr(data-label);
position: absolute;
top: 50%;
left: 15px;
margin-top: -14px;
color: #222;
font-family: "Lora", serif;
font-size: 18px;
line-height: 28px;
font-weight: 700;
}
.cart--items .footer {
padding-left: 30px;
padding-right: 30px;
margin-top: 30px;
border-top-width: 1px;
text-align: center;
}
.cart--items .footer .float--left,
.cart--items .footer .float--right {
float: none;
}
.cart--items .footer .coupon--code {
max-width: 100%;
margin-bottom: 30px;
}
/* CONTACT SECTION */
.contact--info {
text-align: center;
}
/* 404 SECTION */
.f0f--content,
.f0f--content:before {
background-color: rgba(0, 0, 0, 0.5);
}
.f0f--content:after {
border-color: transparent transparent rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0.8);
}
}
/* 1.4. SMALL DEVICES, SMARTPHONES */
@media screen and (max-width: 480px) {
/* HIDDEN */
.hidden-xxs {
display: none !important;
}
/* SHOWN */
.shown-xxs {
display: block !important;
}
/* COL XXS */
.col-xxs-12 {
float: none;
width: 100%;
margin-left: 0;
}
/* TEXT Ellipsis */
.text-xxs-ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/* PAGINATION */
.pagination--wrapper {
text-align: center;
}
.pagination-hint {
display: inline-block;
float: none;
width: 100%;
margin-bottom: 5px;
}
.pagination {
display: inline-block;
float: none;
}
/* HEADER SECTION */
.header--topbar-info > li {
float: none !important;
display: inline-block;
}
/* POST ITEMS */
.post--item.post--layout-1.post--type-video .post--info .title .h4 {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.post--item .col-xxs-12 > .post--info {
margin-top: 12px;
}
/* LOGIN FORM */
.login--form .help-block .btn-link {
float: none !important;
display: block;
}
/* CONTACT CATEGORIES */
.contact--cats .nav > li {
min-height: 0 !important;
padding-left: 0;
padding-right: 0;
border-width: 0 0 1px !important;
}
.contact--cats .nav > li:nth-child(2), .contact--cats .nav > li:nth-child(3) {
padding-top: 18px;
}
.contact--cats .nav > li:nth-child(3n) + li {
padding-left: 0;
}
.contact--cats .nav > li:nth-child(3n) {
padding-right: 0;
}
.contact--cats .nav > li:last-child {
border-bottom-width: 0 !important;
}
/* FOOTER SECTION */
.footer--copyright {
text-align: center;
}
.footer--copyright .social,
.footer--copyright .social--bg {
display: none;
}
.footer--copyright .float--left,
.footer--copyright .float--right {
float: none;
}
.footer--copyright .text {
padding-bottom: 8px;
}
.footer--copyright .links {
display: inline-block;
padding-top: 8px;
}
}
/* 1.5. CUSTOM, IPHONE RETINA */
@media screen and (max-width: 380px) {
/* HEADER SECTION */
.header--style-4 .header--logo .h1,
.header--style-5 .header--logo .h1 {
max-width: 200px;
margin: 0 auto;
}
/* POST ITEMS */
.post--item.post--layout-1 .post--info .title .h4 {
max-height: 54px;
overflow: hidden;
}
.post--author-info {
padding-left: 30px;
}
.post--author-info .img {
position: relative;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: -28px -31px 27px;
text-align: center;
}
}
| 0.394201 | 0.111434 |
.skykiwi-main-sidebar {
position: absolute;
top: 60px;
left: 0;
height: 100%;
color: #333;
}
.skykiwi-main-sidebar .sidebar-l {
float: left;
height: 100%;
width: 100px;
background-color: #e6e6e6;
}
.skykiwi-main-sidebar .sidebar-r {
float: left;
height: 100%;
width: 200px;
background-color: #ececec;
}
.skykiwi-main-sidebar .sidebar-unfold {
height: 50px;
line-height: 50px;
text-align: center;
font-size: 22px;
font-weight: bold;
cursor: pointer;
}
.skykiwi-main-sidebar .menu-1 .menu-item {
cursor: pointer;
}
.skykiwi-main-sidebar .menu-1 .menu-item:hover {
background-color: #555;
color: #ffffff;
}
.skykiwi-main-sidebar .menu-1 .menu-item.active {
background-color: #333;
color: #ffffff;
cursor: default;
}
.skykiwi-main-sidebar .menu-1 .menu-icon {
margin-right: 5px;
margin-left: 15px;
}
.skykiwi-main-sidebar .menu-1 .menu-a {
display: block;
}
.skykiwi-main-sidebar .menu-2 {
display: none;
}
.skykiwi-main-sidebar .menu-2.active {
display: block;
}
.skykiwi-main-sidebar .menu-2 .menu-item {
cursor: pointer;
text-indent: 15px;
}
.skykiwi-main-sidebar .menu-2 .menu-item.active .menu-icon {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.skykiwi-main-sidebar .menu-2 .menu-item.selected {
border-left: 4px solid #f97717;
color: #f97717;
cursor: pointer;
}
.skykiwi-main-sidebar .menu-2 .menu-icon {
float: right;
margin-right: 15px;
text-indent: 0;
font-size: 18px;
margin-top: 16px;
-webkit-transition: -webkit-transform 0.25s;
transition: transform .25s;
}
.skykiwi-main-sidebar .menu-2 .menu-text {
display: block;
}
.skykiwi-main-sidebar .menu-3 {
display: none;
background-color: #e6e6e6;
}
.skykiwi-main-sidebar .menu-3 .menu-item {
border-left: 4px solid transparent;
cursor: pointer;
text-indent: 15px;
}
.skykiwi-main-sidebar .menu-3 .menu-item:hover {
color: #f97717;
}
.skykiwi-main-sidebar .menu-3 .menu-item.active {
border-color: #f97717;
color: #f97717;
}
.skykiwi-main-sidebar .menu-3 .menu-text {
display: block;
}
.skykiwi-main-sidebar .menu-item {
line-height: 50px;
white-space: nowrap;
}
.skykiwi-main-sidebar .menu-item:hover .menu-text,
.skykiwi-main-sidebar .menu-item.active .menu-text,
.skykiwi-main-sidebar .menu-item.selected .menu-text,
.skykiwi-main-sidebar .menu-item:hover .menu-a,
.skykiwi-main-sidebar .menu-item.active .menu-a,
.skykiwi-main-sidebar .menu-item.selected .menu-a {
color: inherit;
}
.skykiwi-main-sidebar .menu-text,
.skykiwi-main-sidebar .menu-a {
color: #3c3c3c;
text-overflow: ellipsis;
overflow: hidden;
}
.skykiwi-main-sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
.skykiwi-main-header {
position: relative;
z-index: 9;
height: 60px;
border-bottom: 5px solid #f97717;
background-color: #333;
}
.skykiwi-main-header .logo {
float: left;
width: 175px;
text-align: center;
white-space: nowrap;
overflow: hidden;
}
.skykiwi-main-header .icon {
display: inline-block;
margin-top: 10px;
vertical-align: top;
height: 35px;
}
.skykiwi-main-header .logo-icon {
width: 39px;
background: url('/img/logo-icon.png') no-repeat;
}
.skykiwi-main-header .logo-text {
width: 107px;
background: url('/img/logo-text.png') no-repeat;
}
.skykiwi-main-header .user {
float: right;
position: relative;
margin-right: 30px;
height: 100%;
line-height: 55px;
}
.skykiwi-main-header .user-name {
color: #fff;
cursor: pointer;
}
.skykiwi-main-header .user-name .fa {
margin: 0 2px 0 5px;
font-size: 18px;
vertical-align: middle;
}
.skykiwi-main-header .user-menu {
display: none;
position: absolute;
top: 55px;
right: 0;
margin: 0;
padding: 0;
width: 120px;
background-color: #f97717;
list-style: none;
}
.skykiwi-main-header .menu-item {
height: 30px;
line-height: 30px;
text-align: center;
}
.skykiwi-main-header .menu-a {
display: block;
color: #ffffff;
}
.content-wrapper {
margin-left: 300px;
}
.mini-nav .skykiwi-main-sidebar .sidebar-l {
width: 40px;
}
.mini-nav .skykiwi-main-sidebar .sidebar-r {
display: none;
}
.mini-nav .skykiwi-main-sidebar .menu-1 .menu-item {
text-align: center;
}
.mini-nav .skykiwi-main-sidebar .menu-1 .menu-text {
display: none;
}
.mini-nav .skykiwi-main-sidebar .menu-1 .menu-icon {
margin: 0;
}
.mini-nav .skykiwi-main-sidebar .sidebar-unfold {
font-size: 20px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.mini-nav .skykiwi-main-header .logo {
width: 80px;
}
.mini-nav .skykiwi-main-header .logo-text {
display: none;
}
.mini-nav .wrapper .content-wrapper {
margin-left: 40px;
}
.no-sidebar2 .skykiwi-main-sidebar .sidebar-r {
display: none;
}
.no-sidebar2 .content-wrapper {
margin-left: 100px;
}
.nav-fold-animation {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
|
public/css/nav.css
|
.skykiwi-main-sidebar {
position: absolute;
top: 60px;
left: 0;
height: 100%;
color: #333;
}
.skykiwi-main-sidebar .sidebar-l {
float: left;
height: 100%;
width: 100px;
background-color: #e6e6e6;
}
.skykiwi-main-sidebar .sidebar-r {
float: left;
height: 100%;
width: 200px;
background-color: #ececec;
}
.skykiwi-main-sidebar .sidebar-unfold {
height: 50px;
line-height: 50px;
text-align: center;
font-size: 22px;
font-weight: bold;
cursor: pointer;
}
.skykiwi-main-sidebar .menu-1 .menu-item {
cursor: pointer;
}
.skykiwi-main-sidebar .menu-1 .menu-item:hover {
background-color: #555;
color: #ffffff;
}
.skykiwi-main-sidebar .menu-1 .menu-item.active {
background-color: #333;
color: #ffffff;
cursor: default;
}
.skykiwi-main-sidebar .menu-1 .menu-icon {
margin-right: 5px;
margin-left: 15px;
}
.skykiwi-main-sidebar .menu-1 .menu-a {
display: block;
}
.skykiwi-main-sidebar .menu-2 {
display: none;
}
.skykiwi-main-sidebar .menu-2.active {
display: block;
}
.skykiwi-main-sidebar .menu-2 .menu-item {
cursor: pointer;
text-indent: 15px;
}
.skykiwi-main-sidebar .menu-2 .menu-item.active .menu-icon {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.skykiwi-main-sidebar .menu-2 .menu-item.selected {
border-left: 4px solid #f97717;
color: #f97717;
cursor: pointer;
}
.skykiwi-main-sidebar .menu-2 .menu-icon {
float: right;
margin-right: 15px;
text-indent: 0;
font-size: 18px;
margin-top: 16px;
-webkit-transition: -webkit-transform 0.25s;
transition: transform .25s;
}
.skykiwi-main-sidebar .menu-2 .menu-text {
display: block;
}
.skykiwi-main-sidebar .menu-3 {
display: none;
background-color: #e6e6e6;
}
.skykiwi-main-sidebar .menu-3 .menu-item {
border-left: 4px solid transparent;
cursor: pointer;
text-indent: 15px;
}
.skykiwi-main-sidebar .menu-3 .menu-item:hover {
color: #f97717;
}
.skykiwi-main-sidebar .menu-3 .menu-item.active {
border-color: #f97717;
color: #f97717;
}
.skykiwi-main-sidebar .menu-3 .menu-text {
display: block;
}
.skykiwi-main-sidebar .menu-item {
line-height: 50px;
white-space: nowrap;
}
.skykiwi-main-sidebar .menu-item:hover .menu-text,
.skykiwi-main-sidebar .menu-item.active .menu-text,
.skykiwi-main-sidebar .menu-item.selected .menu-text,
.skykiwi-main-sidebar .menu-item:hover .menu-a,
.skykiwi-main-sidebar .menu-item.active .menu-a,
.skykiwi-main-sidebar .menu-item.selected .menu-a {
color: inherit;
}
.skykiwi-main-sidebar .menu-text,
.skykiwi-main-sidebar .menu-a {
color: #3c3c3c;
text-overflow: ellipsis;
overflow: hidden;
}
.skykiwi-main-sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
.skykiwi-main-header {
position: relative;
z-index: 9;
height: 60px;
border-bottom: 5px solid #f97717;
background-color: #333;
}
.skykiwi-main-header .logo {
float: left;
width: 175px;
text-align: center;
white-space: nowrap;
overflow: hidden;
}
.skykiwi-main-header .icon {
display: inline-block;
margin-top: 10px;
vertical-align: top;
height: 35px;
}
.skykiwi-main-header .logo-icon {
width: 39px;
background: url('/img/logo-icon.png') no-repeat;
}
.skykiwi-main-header .logo-text {
width: 107px;
background: url('/img/logo-text.png') no-repeat;
}
.skykiwi-main-header .user {
float: right;
position: relative;
margin-right: 30px;
height: 100%;
line-height: 55px;
}
.skykiwi-main-header .user-name {
color: #fff;
cursor: pointer;
}
.skykiwi-main-header .user-name .fa {
margin: 0 2px 0 5px;
font-size: 18px;
vertical-align: middle;
}
.skykiwi-main-header .user-menu {
display: none;
position: absolute;
top: 55px;
right: 0;
margin: 0;
padding: 0;
width: 120px;
background-color: #f97717;
list-style: none;
}
.skykiwi-main-header .menu-item {
height: 30px;
line-height: 30px;
text-align: center;
}
.skykiwi-main-header .menu-a {
display: block;
color: #ffffff;
}
.content-wrapper {
margin-left: 300px;
}
.mini-nav .skykiwi-main-sidebar .sidebar-l {
width: 40px;
}
.mini-nav .skykiwi-main-sidebar .sidebar-r {
display: none;
}
.mini-nav .skykiwi-main-sidebar .menu-1 .menu-item {
text-align: center;
}
.mini-nav .skykiwi-main-sidebar .menu-1 .menu-text {
display: none;
}
.mini-nav .skykiwi-main-sidebar .menu-1 .menu-icon {
margin: 0;
}
.mini-nav .skykiwi-main-sidebar .sidebar-unfold {
font-size: 20px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.mini-nav .skykiwi-main-header .logo {
width: 80px;
}
.mini-nav .skykiwi-main-header .logo-text {
display: none;
}
.mini-nav .wrapper .content-wrapper {
margin-left: 40px;
}
.no-sidebar2 .skykiwi-main-sidebar .sidebar-r {
display: none;
}
.no-sidebar2 .content-wrapper {
margin-left: 100px;
}
.nav-fold-animation {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
| 0.414662 | 0.049497 |
.container {
background-image: url(/img/pexels-karolina-grabowska-4475524.jpg);
background-color: linear-gradient(217deg, #7d769d, #534e6d 70.71%),
linear-gradient(127deg, #7260c0, #392b80 70.71%),
linear-gradient(336deg, #3a2c79, #3b2e7b 70.71%);
background-repeat: no-repeat;
background-size: cover;
min-height: 100vh;
width: 100%;
padding: 0 0.5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0px 50px 0px 50px;
opacity: 0.9;
}
.main {
padding: 5rem 0;
flex: 1;
}
.title {
margin: 0% 0% 0% 20%;
line-height: 1.15;
font-size: 2rem;
color: white;
}
.title {
text-align: center;
}
.grid {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
max-width: 800px;
margin-top: 3rem;
}
.card {
margin: 1rem;
flex-basis: 45%;
padding: 1.5rem;
text-align: left;
color: inherit;
text-decoration: none;
border: 2px solid #6044e2;
border-radius: 25px;
transition: color 0.15s ease, border-color 0.15s ease;
cursor: pointer;
}
.card:hover,
.card:focus,
.card:active {
color: #ffffff;
border-color: rgb(67, 30, 252);
background-color: #3912fc;
transition: 0.5s;
}
.card:hover:nth-child(2) {
border-color: rgb(179, 179, 179);
background-color: #ff5183;
}
.card:hover:nth-child(4) {
border-color: rgb(179, 179, 179);
background-color: #20d089;
}
.card h3 {
margin: 0 0 1rem 0;
font-size: 1.5rem;
}
.card p {
width: fit-content;
margin: 0;
line-height: 1.5;
background-color: rgb(179, 179, 179);
padding: 5px 10px 5px 10px;
border: 2px solid #ffff thin;
border-radius: 25px;
}
.buttonGroups{
border: none;
padding: 7px 5px 5px 5px ;
background-color: inherit;
border-radius: 25px;
margin: 5px 0px 5px 5px;
font-size: 18px;cursor: pointer;
transition: 0.3s;
transform: 0.3s;
}
.buttonGroups:hover{
background-color: rgb(60, 60, 60);
color: #ffffff;
transition: 0.3s;
}
/*Table styles*/
.payrollListing {
border-radius: 25px
;}
.payrollData {
margin-top: 20px;
border-collapse: collapse;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
width: 130%;
flex-direction: column;
justify-content: center;
}
.payrollData th {
/* border: 1px solid rgb(106, 104, 104); */
/* padding: 8px; */
transition: 0.5s;
font-size: 14px;
border-bottom: 1px solid #e6e6e6;
}
.payrollData td{
padding: 8px;
text-align: center;
}
.payrollData tr{
transition: 0.5s;
font-size: 14px;
border-bottom: 1px solid #e6e6e6;
align-content: center;
background-color: #9a96a9;
}
.payrollData tr:nth-child(even) {
background-color: #f2f2f2;
}
.payrollData tr:hover {
background-color: #7569aa;
color: white;
}
.payrollData th {
background-color: #6044e2;
color: white;
}
/*Modal Styles*/
.InputField {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0 10px;
width: 550px;
height: 50px;
background-color: rgb(255, 253, 253);
color: black;
border: none;
border-bottom: 2px solid #807e7e;
font-weight: 400;
margin-top: 20px;
margin-bottom: 10px;
outline: none;
}
.submitbtn {
/* display: flex;
flex-direction: column; */
text-decoration: none;
padding: 2px 2px 2px 2px;
width: 200px;
height: 40px;
background-color: rgb(204, 203, 203);
border: 2px solid rgb(55, 65, 199);
color: black;
border-radius: 20px;
cursor: pointer;
color: black;
font-weight: 600;
justify-content: center;
align-items: center;
align-content: center;
align-self: center;
margin-top: 5px;
margin-left: 40px;
margin-bottom: 5px;
}
.submitbtn:hover {
background-color: rgb(74, 81, 177);
transition-duration: 0.5s;
opacity: 1;
color: white;
border: 2px solid rgb(109, 109, 114);
}
/*Responsiveness*/
@media (max-width: 600px) {
.grid {
width: 100%;
flex-direction: column;
}
}
@media(max-width: 600px) {
.container {
padding: 0px 50px 0px 120px;
}
}
|
frontend/payroll_plus/styles/Dashboard/payroll.module.css
|
.container {
background-image: url(/img/pexels-karolina-grabowska-4475524.jpg);
background-color: linear-gradient(217deg, #7d769d, #534e6d 70.71%),
linear-gradient(127deg, #7260c0, #392b80 70.71%),
linear-gradient(336deg, #3a2c79, #3b2e7b 70.71%);
background-repeat: no-repeat;
background-size: cover;
min-height: 100vh;
width: 100%;
padding: 0 0.5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0px 50px 0px 50px;
opacity: 0.9;
}
.main {
padding: 5rem 0;
flex: 1;
}
.title {
margin: 0% 0% 0% 20%;
line-height: 1.15;
font-size: 2rem;
color: white;
}
.title {
text-align: center;
}
.grid {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
max-width: 800px;
margin-top: 3rem;
}
.card {
margin: 1rem;
flex-basis: 45%;
padding: 1.5rem;
text-align: left;
color: inherit;
text-decoration: none;
border: 2px solid #6044e2;
border-radius: 25px;
transition: color 0.15s ease, border-color 0.15s ease;
cursor: pointer;
}
.card:hover,
.card:focus,
.card:active {
color: #ffffff;
border-color: rgb(67, 30, 252);
background-color: #3912fc;
transition: 0.5s;
}
.card:hover:nth-child(2) {
border-color: rgb(179, 179, 179);
background-color: #ff5183;
}
.card:hover:nth-child(4) {
border-color: rgb(179, 179, 179);
background-color: #20d089;
}
.card h3 {
margin: 0 0 1rem 0;
font-size: 1.5rem;
}
.card p {
width: fit-content;
margin: 0;
line-height: 1.5;
background-color: rgb(179, 179, 179);
padding: 5px 10px 5px 10px;
border: 2px solid #ffff thin;
border-radius: 25px;
}
.buttonGroups{
border: none;
padding: 7px 5px 5px 5px ;
background-color: inherit;
border-radius: 25px;
margin: 5px 0px 5px 5px;
font-size: 18px;cursor: pointer;
transition: 0.3s;
transform: 0.3s;
}
.buttonGroups:hover{
background-color: rgb(60, 60, 60);
color: #ffffff;
transition: 0.3s;
}
/*Table styles*/
.payrollListing {
border-radius: 25px
;}
.payrollData {
margin-top: 20px;
border-collapse: collapse;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
width: 130%;
flex-direction: column;
justify-content: center;
}
.payrollData th {
/* border: 1px solid rgb(106, 104, 104); */
/* padding: 8px; */
transition: 0.5s;
font-size: 14px;
border-bottom: 1px solid #e6e6e6;
}
.payrollData td{
padding: 8px;
text-align: center;
}
.payrollData tr{
transition: 0.5s;
font-size: 14px;
border-bottom: 1px solid #e6e6e6;
align-content: center;
background-color: #9a96a9;
}
.payrollData tr:nth-child(even) {
background-color: #f2f2f2;
}
.payrollData tr:hover {
background-color: #7569aa;
color: white;
}
.payrollData th {
background-color: #6044e2;
color: white;
}
/*Modal Styles*/
.InputField {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0 10px;
width: 550px;
height: 50px;
background-color: rgb(255, 253, 253);
color: black;
border: none;
border-bottom: 2px solid #807e7e;
font-weight: 400;
margin-top: 20px;
margin-bottom: 10px;
outline: none;
}
.submitbtn {
/* display: flex;
flex-direction: column; */
text-decoration: none;
padding: 2px 2px 2px 2px;
width: 200px;
height: 40px;
background-color: rgb(204, 203, 203);
border: 2px solid rgb(55, 65, 199);
color: black;
border-radius: 20px;
cursor: pointer;
color: black;
font-weight: 600;
justify-content: center;
align-items: center;
align-content: center;
align-self: center;
margin-top: 5px;
margin-left: 40px;
margin-bottom: 5px;
}
.submitbtn:hover {
background-color: rgb(74, 81, 177);
transition-duration: 0.5s;
opacity: 1;
color: white;
border: 2px solid rgb(109, 109, 114);
}
/*Responsiveness*/
@media (max-width: 600px) {
.grid {
width: 100%;
flex-direction: column;
}
}
@media(max-width: 600px) {
.container {
padding: 0px 50px 0px 120px;
}
}
| 0.443841 | 0.154058 |
body {
margin: 0;
background: #f4f4f4;
font-family: 'Open Sans', sans-serif;
}
figure {
margin: 0;
}
header div figure img {
border-radius: 50%;
width: 250px;
}
header div h1 {
font-family: 'Open Sans', sans-serif;
font-size: 3.5em;
position: relative;
top: -13px;
}
header div h2 {
font-family: 'Raleway', sans-serif;
font-size: 2em;
position: relative;
top: -44px;
}
.box-center {
padding-top: 4em;
text-align: center;
transition: 0.5s;
padding-bottom: 4em;
}
.box-center img:hover {
transform: rotate(-14deg);
transition: 0.4s;
}
.vermore a {
color: #fff;
transition: 0.4s;
text-decoration: none;
}
.main-header {
background: #171a40;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
color: #fff;
}
nav {
text-align: center;
background: #1f2451;
}
nav ul {
margin: 0;
list-style: none;
}
nav ul li {
display: inline-block;
padding: 0em 0.1em 0em 0.1em;
}
nav ul li a {
color: #fff;
display: inline-block;
text-decoration: none;
font-family: 'Raleway', sans-serif;
font-size: 1.5em;
padding: 1.1em 2em 1.2em 2em;
}
nav ul li a:hover {
background: rgba(255,255,255,0.92);
color: #000;
-o-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.menu-fixed {
position: fixed;
z-index: 1000;
top: 0;
/*max-width:1000px;*/
left: 0;
width: 100%;
box-shadow: 0px 4px 3px rgba(0,0,0,0.5);
}
.about-me-box a {
text-decoration: none;
color: #c02d2d;
}
.about-me-box a:hover {
text-decoration: underline;
color: #143281;
transition: 1.5s;
}
footer {
background: #1f1f1f;
padding: 2em 0 2em 0;
font-family: 'Raleway', sans-serif;
}
footer h2 {
margin: 0;
text-align: center;
font-size: 1em;
}
footer span {
color: #d8d8d8;
}
footer a {
text-decoration: none;
color: #ffa500;
}
footer a:hover {
color: #ffba3a;
}
.titulo {
text-align: center;
font-size: 3.5em;
color: #143281;
margin: 0;
margin-bottom: 0.2em;
font-family: 'Open Sans', sans-serif;
}
@media (max-width: 500px) {
.titulo {
font-size: 3.2em;
}
}
.hola-joel {
text-align: center;
font-size: 3.5em;
color: #143281;
margin: 0;
margin-bottom: 0.2em;
font-family: 'Open Sans', sans-serif;
}
.about-me {
background-color: #f7f7f7;
padding-top: 10.5em;
padding-bottom: 10.8em;
}
.about-me-box {
text-align: center;
}
.box-hello {
text-align: center;
width: 96%;
display: inline-block;
}
.box-hello p {
text-align: left;
font-size: 1.5em;
font-family: 'Raleway', sans-serif;
width: 100%;
}
.box-hello-img {
text-align: center;
}
.box-hello-img img {
width: 300px;
border-radius: 50%;
}
.box-hello-img a {
text-decoration: none;
}
.box-hello-img h3 {
font-size: 2.5em;
color: #c02d2d;
margin: 0;
padding: 0.5em;
}
.box-hello-img h3:hover {
color: #4d4d4d;
}
/*habilidades*/
.habilidades {
background: #fff;
padding-top: 7em;
padding-bottom: 3em;
}
.habilidades-box {
text-align: center;
}
.habilidades-box h3 {
font-size: 1.7em;
margin: 0;
color: #353535;
}
.sub-title {
font-size: 2.9em;
color: #272727;
text-align: center;
font-family: 'Raleway', sans-serif;
}
.box-content {
text-align: center;
max-width: 100%;
}
.habilidades-ico-box {
width: 100%;
display: inline-block;
padding-bottom: 1em;
}
.habilidades-ico-box img {
width: 200px;
border-radius: 50%;
}
.habilidades-ico-box p {
font-size: 1.3em;
margin: 1px;
}
/*trabajos*/
.trabajos {
background-color: #f7f7f7;
padding-top: 6em;
padding-bottom: 2.7em;
}
.sub-trabajos {
font-size: 1.7em;
margin: 0;
color: #353535;
text-align: center;
}
.box-trabajos {
text-align: center;
}
.one-job {
text-align: center;
display: inline-block;
width: 100%;
}
.one-job img {
text-align: center;
display: inline-block;
max-width: 100%;
}
.one-job img:hover {
box-shadow: #ec5b5e 2px 2px 32px;
}
.one-job a {
padding: 0.8em 3em 0.8em 3em;
background: rgba(255,55,78,0.69);
text-decoration: none;
color: #fff;
position: relative;
top: -167px;
}
.one-job a:hover {
background: rgba(79,195,255,0.82);
color: #000;
}
.one-job h2 {
margin: 0.4em;
font-family: 'Raleway', sans-serif;
}
.one-job h3 {
margin: 0;
}
.btn-Godemos a {
color: #fff;
text-decoration: none;
background: #fdb024;
padding: 1.2em;
font-size: 1.2em;
border-radius: 10px;
display: block;
max-width: 400px;
margin: 0.5em auto;
}
.btn-Godemos:hover a {
background: #2196f3;
}
/*contactos*/
.contacto {
background: #fff;
padding-top: 1.5em;
padding-bottom: 2em;
}
.contacto-box {
text-align: center;
}
.contacto-box h2 {
font-size: 1.9em;
margin: 0;
position: relative;
top: -12px;
}
.contacto-box h3 {
font-size: 1.6em;
margin: 0;
color: #1a1a1a;
font-family: 'Raleway', sans-serif;
}
.contacto__btn-cv a:hover {
text-decoration: underline;
color: #00f;
}
.redes {
display: inline-block;
padding: 0.6em;
}
.redes img {
width: 74px;
}
.contacto a {
text-decoration: none;
color: #da4843;
}
.sigueme {
font-size: 1.7em;
margin: 0.6em;
color: #1a1a1a;
}
.redes-sociales {
padding-bottom: 1.9em;
}
.habilidades-ico-box2 {
width: 100%;
display: inline-block;
padding-bottom: 1em;
}
.habilidades-ico-box2 img {
width: 200px;
border-radius: 50%;
}
.ir-arriba {
padding: 20px;
background: rgba(244,47,76,0.57);
color: #fff;
position: fixed;
font-size: 20px;
bottom: 20px;
right: 20px;
cursor: pointer;
border-radius: 50%;
width: 28px;
text-align: center;
text-decoration: none;
}
.ir-arriba:hover {
background: rgba(247,38,69,0.76);
}
.menu_movil {
display: none;
}
.barra-movil {
display: none;
}
.nav_movil {
display: none;
text-align: center;
background: rgba(31,36,81,0.93);
}
.menu img {
width: 61px;
display: inline-block;
float: left;
padding: 0.7em 0 0.7em 0.7em;
padding-left: 22px;
}
.menu-fixed2 {
position: fixed;
z-index: 1000;
top: 76px;
left: 0;
width: 100%;
box-shadow: 0px 4px 3px rgba(0,0,0,0.5);
}
@media (min-width: 880px) {
.about-me-box {
overflow: hidden;
margin: 0 auto;
width: 840px;
}
.box-hello {
width: 490px;
float: left;
margin: 0em;
margin-left: 0em;
}
.box-hello p {
text-align: left;
font-size: 1.7em;
display: inline-block;
padding-top: 0.8em;
color: #353535;
font-family: 'Raleway', sans-serif;
}
.box-hello-img {
text-align: center;
display: inline-block;
float: left;
margin-left: 2em;
}
.hola-joel {
text-align: center;
font-size: 4.5em;
color: #143281;
margin: 0;
margin-bottom: 0.2em;
font-family: 'Open Sans', sans-serif;
position: relative;
top: 31px;
}
}
@media (min-width: 800px) {
.habilidades-ico-box {
width: 42%;
display: inline-block;
padding-bottom: 1em;
}
.habilidades-ico-box2 {
width: 42%;
display: inline-block;
padding-bottom: 1em;
}
.one-job {
text-align: center;
display: inline-block;
width: 42%;
padding: 0.5em;
}
.titulo {
font-size: 4em;
}
}
@media (min-width: 1100px) {
.habilidades-ico-box {
width: 32%;
display: inline-block;
padding-bottom: 1em;
}
.habilidades-ico-box2 {
width: 24%;
display: inline-block;
padding-bottom: 1em;
}
.one-job {
text-align: center;
display: inline-block;
width: 31%;
padding: 0.6em;
}
.titulo {
font-size: 4.5em;
font-family: 'Open Sans', sans-serif;
}
}
/*Query para el menu responsive*/
@media (max-width: 945px) {
.menu {
display: none;
}
.menu_movil {
display: none;
}
.nav_movil {
display: block;
}
.nav_movil ul {
padding-left: 0;
}
.nav_movil ul li {
display: block;
}
.nav_movil ul li a {
color: #fff;
text-decoration: none;
font-family: 'Raleway', sans-serif;
font-size: 1.5em;
display: block;
padding: 1em;
}
.barra-movil {
display: block;
background: rgba(31,36,81,0.93);
width: 100%;
overflow: hidden;
}
.barra-movil a {
float: right;
text-decoration: none;
color: #fff;
padding: 0.9em 0.7em;
background: #2a3171;
font-size: 1.5em;
}
.barra-movil .sub-logo {
float: left;
font-size: 0;
background: #1f2451;
margin-left: 18px;
display: block;
}
.barra-movil .sub-logo img {
width: 76px;
margin: 0;
display: inline-block;
padding: 0;
}
.barra-movil .sub-logo2 {
float: left;
background: rgba(31,36,81,0);
}
}
@font-face {
font-family: 'icomoon';
src: url("../../fonts/icon-networking/icomoon.eot?nnimdb");
src: url("../../fonts/icon-networking/icomoon.eot?nnimdb#iefix") format('embedded-opentype'), url("../../fonts/icon-networking/icomoon.ttf?nnimdb") format('truetype'), url("../../fonts/icon-networking/icomoon.woff?nnimdb") format('woff'), url("../../fonts/icon-networking/icomoon.svg?nnimdb#icomoon") format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
text-decoration: none;
font-size: 2.5rem;
letter-spacing: 0.1em;
transition: 0.2s;
}
.icon-google-plus:before {
content: "\e900";
}
.icon-facebook:before {
content: "\e901";
}
.icon-instagram:before {
content: "\e902";
}
.icon-twitter:before {
content: "\e903";
}
.icon-youtube:before {
content: "\e904";
}
.icon-github:before {
content: "\e905";
}
.icon-skype:before {
content: "\e906";
}
.icon-linkedin:before {
content: "\e907";
}
.icon-Networking {
position: relative;
top: -38px;
}
.icon-Networking li {
list-style: none;
display: inline-block;
}
.icon-Networking li a:hover {
transform: scale(1.2);
color: #fbeb69;
}
|
content/themes/avant/assets/css/portafolio/style.css
|
body {
margin: 0;
background: #f4f4f4;
font-family: 'Open Sans', sans-serif;
}
figure {
margin: 0;
}
header div figure img {
border-radius: 50%;
width: 250px;
}
header div h1 {
font-family: 'Open Sans', sans-serif;
font-size: 3.5em;
position: relative;
top: -13px;
}
header div h2 {
font-family: 'Raleway', sans-serif;
font-size: 2em;
position: relative;
top: -44px;
}
.box-center {
padding-top: 4em;
text-align: center;
transition: 0.5s;
padding-bottom: 4em;
}
.box-center img:hover {
transform: rotate(-14deg);
transition: 0.4s;
}
.vermore a {
color: #fff;
transition: 0.4s;
text-decoration: none;
}
.main-header {
background: #171a40;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
color: #fff;
}
nav {
text-align: center;
background: #1f2451;
}
nav ul {
margin: 0;
list-style: none;
}
nav ul li {
display: inline-block;
padding: 0em 0.1em 0em 0.1em;
}
nav ul li a {
color: #fff;
display: inline-block;
text-decoration: none;
font-family: 'Raleway', sans-serif;
font-size: 1.5em;
padding: 1.1em 2em 1.2em 2em;
}
nav ul li a:hover {
background: rgba(255,255,255,0.92);
color: #000;
-o-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.menu-fixed {
position: fixed;
z-index: 1000;
top: 0;
/*max-width:1000px;*/
left: 0;
width: 100%;
box-shadow: 0px 4px 3px rgba(0,0,0,0.5);
}
.about-me-box a {
text-decoration: none;
color: #c02d2d;
}
.about-me-box a:hover {
text-decoration: underline;
color: #143281;
transition: 1.5s;
}
footer {
background: #1f1f1f;
padding: 2em 0 2em 0;
font-family: 'Raleway', sans-serif;
}
footer h2 {
margin: 0;
text-align: center;
font-size: 1em;
}
footer span {
color: #d8d8d8;
}
footer a {
text-decoration: none;
color: #ffa500;
}
footer a:hover {
color: #ffba3a;
}
.titulo {
text-align: center;
font-size: 3.5em;
color: #143281;
margin: 0;
margin-bottom: 0.2em;
font-family: 'Open Sans', sans-serif;
}
@media (max-width: 500px) {
.titulo {
font-size: 3.2em;
}
}
.hola-joel {
text-align: center;
font-size: 3.5em;
color: #143281;
margin: 0;
margin-bottom: 0.2em;
font-family: 'Open Sans', sans-serif;
}
.about-me {
background-color: #f7f7f7;
padding-top: 10.5em;
padding-bottom: 10.8em;
}
.about-me-box {
text-align: center;
}
.box-hello {
text-align: center;
width: 96%;
display: inline-block;
}
.box-hello p {
text-align: left;
font-size: 1.5em;
font-family: 'Raleway', sans-serif;
width: 100%;
}
.box-hello-img {
text-align: center;
}
.box-hello-img img {
width: 300px;
border-radius: 50%;
}
.box-hello-img a {
text-decoration: none;
}
.box-hello-img h3 {
font-size: 2.5em;
color: #c02d2d;
margin: 0;
padding: 0.5em;
}
.box-hello-img h3:hover {
color: #4d4d4d;
}
/*habilidades*/
.habilidades {
background: #fff;
padding-top: 7em;
padding-bottom: 3em;
}
.habilidades-box {
text-align: center;
}
.habilidades-box h3 {
font-size: 1.7em;
margin: 0;
color: #353535;
}
.sub-title {
font-size: 2.9em;
color: #272727;
text-align: center;
font-family: 'Raleway', sans-serif;
}
.box-content {
text-align: center;
max-width: 100%;
}
.habilidades-ico-box {
width: 100%;
display: inline-block;
padding-bottom: 1em;
}
.habilidades-ico-box img {
width: 200px;
border-radius: 50%;
}
.habilidades-ico-box p {
font-size: 1.3em;
margin: 1px;
}
/*trabajos*/
.trabajos {
background-color: #f7f7f7;
padding-top: 6em;
padding-bottom: 2.7em;
}
.sub-trabajos {
font-size: 1.7em;
margin: 0;
color: #353535;
text-align: center;
}
.box-trabajos {
text-align: center;
}
.one-job {
text-align: center;
display: inline-block;
width: 100%;
}
.one-job img {
text-align: center;
display: inline-block;
max-width: 100%;
}
.one-job img:hover {
box-shadow: #ec5b5e 2px 2px 32px;
}
.one-job a {
padding: 0.8em 3em 0.8em 3em;
background: rgba(255,55,78,0.69);
text-decoration: none;
color: #fff;
position: relative;
top: -167px;
}
.one-job a:hover {
background: rgba(79,195,255,0.82);
color: #000;
}
.one-job h2 {
margin: 0.4em;
font-family: 'Raleway', sans-serif;
}
.one-job h3 {
margin: 0;
}
.btn-Godemos a {
color: #fff;
text-decoration: none;
background: #fdb024;
padding: 1.2em;
font-size: 1.2em;
border-radius: 10px;
display: block;
max-width: 400px;
margin: 0.5em auto;
}
.btn-Godemos:hover a {
background: #2196f3;
}
/*contactos*/
.contacto {
background: #fff;
padding-top: 1.5em;
padding-bottom: 2em;
}
.contacto-box {
text-align: center;
}
.contacto-box h2 {
font-size: 1.9em;
margin: 0;
position: relative;
top: -12px;
}
.contacto-box h3 {
font-size: 1.6em;
margin: 0;
color: #1a1a1a;
font-family: 'Raleway', sans-serif;
}
.contacto__btn-cv a:hover {
text-decoration: underline;
color: #00f;
}
.redes {
display: inline-block;
padding: 0.6em;
}
.redes img {
width: 74px;
}
.contacto a {
text-decoration: none;
color: #da4843;
}
.sigueme {
font-size: 1.7em;
margin: 0.6em;
color: #1a1a1a;
}
.redes-sociales {
padding-bottom: 1.9em;
}
.habilidades-ico-box2 {
width: 100%;
display: inline-block;
padding-bottom: 1em;
}
.habilidades-ico-box2 img {
width: 200px;
border-radius: 50%;
}
.ir-arriba {
padding: 20px;
background: rgba(244,47,76,0.57);
color: #fff;
position: fixed;
font-size: 20px;
bottom: 20px;
right: 20px;
cursor: pointer;
border-radius: 50%;
width: 28px;
text-align: center;
text-decoration: none;
}
.ir-arriba:hover {
background: rgba(247,38,69,0.76);
}
.menu_movil {
display: none;
}
.barra-movil {
display: none;
}
.nav_movil {
display: none;
text-align: center;
background: rgba(31,36,81,0.93);
}
.menu img {
width: 61px;
display: inline-block;
float: left;
padding: 0.7em 0 0.7em 0.7em;
padding-left: 22px;
}
.menu-fixed2 {
position: fixed;
z-index: 1000;
top: 76px;
left: 0;
width: 100%;
box-shadow: 0px 4px 3px rgba(0,0,0,0.5);
}
@media (min-width: 880px) {
.about-me-box {
overflow: hidden;
margin: 0 auto;
width: 840px;
}
.box-hello {
width: 490px;
float: left;
margin: 0em;
margin-left: 0em;
}
.box-hello p {
text-align: left;
font-size: 1.7em;
display: inline-block;
padding-top: 0.8em;
color: #353535;
font-family: 'Raleway', sans-serif;
}
.box-hello-img {
text-align: center;
display: inline-block;
float: left;
margin-left: 2em;
}
.hola-joel {
text-align: center;
font-size: 4.5em;
color: #143281;
margin: 0;
margin-bottom: 0.2em;
font-family: 'Open Sans', sans-serif;
position: relative;
top: 31px;
}
}
@media (min-width: 800px) {
.habilidades-ico-box {
width: 42%;
display: inline-block;
padding-bottom: 1em;
}
.habilidades-ico-box2 {
width: 42%;
display: inline-block;
padding-bottom: 1em;
}
.one-job {
text-align: center;
display: inline-block;
width: 42%;
padding: 0.5em;
}
.titulo {
font-size: 4em;
}
}
@media (min-width: 1100px) {
.habilidades-ico-box {
width: 32%;
display: inline-block;
padding-bottom: 1em;
}
.habilidades-ico-box2 {
width: 24%;
display: inline-block;
padding-bottom: 1em;
}
.one-job {
text-align: center;
display: inline-block;
width: 31%;
padding: 0.6em;
}
.titulo {
font-size: 4.5em;
font-family: 'Open Sans', sans-serif;
}
}
/*Query para el menu responsive*/
@media (max-width: 945px) {
.menu {
display: none;
}
.menu_movil {
display: none;
}
.nav_movil {
display: block;
}
.nav_movil ul {
padding-left: 0;
}
.nav_movil ul li {
display: block;
}
.nav_movil ul li a {
color: #fff;
text-decoration: none;
font-family: 'Raleway', sans-serif;
font-size: 1.5em;
display: block;
padding: 1em;
}
.barra-movil {
display: block;
background: rgba(31,36,81,0.93);
width: 100%;
overflow: hidden;
}
.barra-movil a {
float: right;
text-decoration: none;
color: #fff;
padding: 0.9em 0.7em;
background: #2a3171;
font-size: 1.5em;
}
.barra-movil .sub-logo {
float: left;
font-size: 0;
background: #1f2451;
margin-left: 18px;
display: block;
}
.barra-movil .sub-logo img {
width: 76px;
margin: 0;
display: inline-block;
padding: 0;
}
.barra-movil .sub-logo2 {
float: left;
background: rgba(31,36,81,0);
}
}
@font-face {
font-family: 'icomoon';
src: url("../../fonts/icon-networking/icomoon.eot?nnimdb");
src: url("../../fonts/icon-networking/icomoon.eot?nnimdb#iefix") format('embedded-opentype'), url("../../fonts/icon-networking/icomoon.ttf?nnimdb") format('truetype'), url("../../fonts/icon-networking/icomoon.woff?nnimdb") format('woff'), url("../../fonts/icon-networking/icomoon.svg?nnimdb#icomoon") format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
text-decoration: none;
font-size: 2.5rem;
letter-spacing: 0.1em;
transition: 0.2s;
}
.icon-google-plus:before {
content: "\e900";
}
.icon-facebook:before {
content: "\e901";
}
.icon-instagram:before {
content: "\e902";
}
.icon-twitter:before {
content: "\e903";
}
.icon-youtube:before {
content: "\e904";
}
.icon-github:before {
content: "\e905";
}
.icon-skype:before {
content: "\e906";
}
.icon-linkedin:before {
content: "\e907";
}
.icon-Networking {
position: relative;
top: -38px;
}
.icon-Networking li {
list-style: none;
display: inline-block;
}
.icon-Networking li a:hover {
transform: scale(1.2);
color: #fbeb69;
}
| 0.342681 | 0.089654 |
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.2;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*
GLOBAL
*/
* {
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
}
body, html {
height: 100%;
}
section {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-bottom: 70px;
padding-top: 50px;
}
main {
padding-top: 150px;
min-height: 100vh;
background-color: #FFEA00;
}
body, nav, section {
width: 100%;
}
img {
max-width: 100%;
}
header {
position: absolute;
top: 0;
width: 100%;
background-color: #FFEA00;
padding: 3em 0 1em;
text-align: center;
}
@keyframes Bganimate {
from {
background-position: 0 0
}
to {
background-position: 200% 0
}
}
header h1 {
font-size: 3em;
font-family: 'Luckiest Guy', cursive;
background: url("../images/color.png");
text-transform: uppercase;
text-align: center;
color: transparent;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: Bganimate 2s linear infinite;
}
a {
text-decoration: none;
text-transform: uppercase;
font-weight: 500;
}
nav ul {
display: flex;
justify-content: center;
padding: 10px 40px;
}
nav li a {
line-height: 44px;
color: #222;
margin-right: 20px;
}
section ol {
list-style-position: inside;
}
section li {
margin: 0.5em auto 0;
font-size: 2em;
color: #FF005C;
text-align: center;
}
section a {
width: 100%;
display: block;
color: #FF005C;
font-size: 0.5em;
}
section:nth-of-type(odd){
background-color: #FFEA00;
}
section:nth-of-type(even) {
background-color: #FFEA00;
}
section.hidden {
display: none;
}
figure {
position: relative;
top: 10%;
left: 50%;
transform: translateX(-50%);
display: inline-block;
}
figure img {
margin: auto;
display: block;
}
figcaption {
color: #222;
font-size: 1.5em;
line-height: 1.5;
text-transform: uppercase;
text-align: center;
}
#home h1 {
font-size: 3em;
text-align: center;
}
#home p {
text-align: center;
width: 70%;
margin: auto;
}
#home span {
font-weight: 600;
}
@keyframes spinning {
from {
transform: rotate(0);
}
to {
transform: rotate(359deg);
}
}
.loader {
z-index: 1;
opacity: 0;
top: 0;
bottom: 0;
visibility: hidden;
position: absolute;
width: 100%;
height: calc(100vh - 180px);
margin-top: 180px;
background-color: #FFEA00;
transition: opacity 300ms ease 300ms, visibility 0s ease 600ms;
}
.error span {
display: block;
padding-bottom: 10px;
font-size: 2em;
}
.error {
z-index: 2;
opacity: 0;
top: 0;
bottom: 0;
visibility: hidden;
position: absolute;
width: 100%;
height: calc(100vh - 180px);
margin-top: 180px;
text-align: center;
background-color: #FFEA00;
transition: opacity 300ms ease 300ms, visibility 0s ease 600ms;
}
.error p {
width: 70%;
margin: auto;
}
.loader.active, .error.active {
opacity: 1;
visibility: visible;
transition: visibility 0s ease 300ms
}
.sort {
width: 11em;
margin: auto;
padding-bottom: 15px;
}
.sort input[type="checkbox"] {
opacity: 0;
position: absolute;
}
.sort input[type="checkbox"] + label {
position: relative;
width: auto;
display: inline-block;
cursor: pointer;
padding-left: 1.5em;
}
.sort input[type="checkbox"] + label:before {
content: "";
position: absolute;
left: 0;
height: 1em;
width: 1em;
background-color: #FFF;
border: 1px solid #222;
}
.sort input[type="checkbox"]:checked + label:before {
background-color: #FF005C;
}
.loader img {
display: block;
width: 60px;
margin: 50px auto;
animation: spinning 1.5s ease-in-out infinite;
}
|
static/css/styles.css
|
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.2;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*
GLOBAL
*/
* {
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
}
body, html {
height: 100%;
}
section {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-bottom: 70px;
padding-top: 50px;
}
main {
padding-top: 150px;
min-height: 100vh;
background-color: #FFEA00;
}
body, nav, section {
width: 100%;
}
img {
max-width: 100%;
}
header {
position: absolute;
top: 0;
width: 100%;
background-color: #FFEA00;
padding: 3em 0 1em;
text-align: center;
}
@keyframes Bganimate {
from {
background-position: 0 0
}
to {
background-position: 200% 0
}
}
header h1 {
font-size: 3em;
font-family: 'Luckiest Guy', cursive;
background: url("../images/color.png");
text-transform: uppercase;
text-align: center;
color: transparent;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: Bganimate 2s linear infinite;
}
a {
text-decoration: none;
text-transform: uppercase;
font-weight: 500;
}
nav ul {
display: flex;
justify-content: center;
padding: 10px 40px;
}
nav li a {
line-height: 44px;
color: #222;
margin-right: 20px;
}
section ol {
list-style-position: inside;
}
section li {
margin: 0.5em auto 0;
font-size: 2em;
color: #FF005C;
text-align: center;
}
section a {
width: 100%;
display: block;
color: #FF005C;
font-size: 0.5em;
}
section:nth-of-type(odd){
background-color: #FFEA00;
}
section:nth-of-type(even) {
background-color: #FFEA00;
}
section.hidden {
display: none;
}
figure {
position: relative;
top: 10%;
left: 50%;
transform: translateX(-50%);
display: inline-block;
}
figure img {
margin: auto;
display: block;
}
figcaption {
color: #222;
font-size: 1.5em;
line-height: 1.5;
text-transform: uppercase;
text-align: center;
}
#home h1 {
font-size: 3em;
text-align: center;
}
#home p {
text-align: center;
width: 70%;
margin: auto;
}
#home span {
font-weight: 600;
}
@keyframes spinning {
from {
transform: rotate(0);
}
to {
transform: rotate(359deg);
}
}
.loader {
z-index: 1;
opacity: 0;
top: 0;
bottom: 0;
visibility: hidden;
position: absolute;
width: 100%;
height: calc(100vh - 180px);
margin-top: 180px;
background-color: #FFEA00;
transition: opacity 300ms ease 300ms, visibility 0s ease 600ms;
}
.error span {
display: block;
padding-bottom: 10px;
font-size: 2em;
}
.error {
z-index: 2;
opacity: 0;
top: 0;
bottom: 0;
visibility: hidden;
position: absolute;
width: 100%;
height: calc(100vh - 180px);
margin-top: 180px;
text-align: center;
background-color: #FFEA00;
transition: opacity 300ms ease 300ms, visibility 0s ease 600ms;
}
.error p {
width: 70%;
margin: auto;
}
.loader.active, .error.active {
opacity: 1;
visibility: visible;
transition: visibility 0s ease 300ms
}
.sort {
width: 11em;
margin: auto;
padding-bottom: 15px;
}
.sort input[type="checkbox"] {
opacity: 0;
position: absolute;
}
.sort input[type="checkbox"] + label {
position: relative;
width: auto;
display: inline-block;
cursor: pointer;
padding-left: 1.5em;
}
.sort input[type="checkbox"] + label:before {
content: "";
position: absolute;
left: 0;
height: 1em;
width: 1em;
background-color: #FFF;
border: 1px solid #222;
}
.sort input[type="checkbox"]:checked + label:before {
background-color: #FF005C;
}
.loader img {
display: block;
width: 60px;
margin: 50px auto;
animation: spinning 1.5s ease-in-out infinite;
}
| 0.441432 | 0.100702 |
Created on : 4-nov-2015, 20:42:24
Author : Sigert
*/
.ui-slider-horizontal .ui-slider-handle{
border-radius: 8px;
width: 20px;
height: 20px;
background-color: #0B85FF;
}
#tabnames{
font-size: 26px;
}
#timebar{
border-radius: 8px;
display:block;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}
#slidercontainer {
background-color: #336699;
margin: auto;
border-radius: 8px;
padding-top: 30px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
}
#slider{
width: 95%;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
margin-bottom: 20px;
}
#slidertext{
text-shadow: 2px 2px #222222;
color: white;
font-family: Helvetica;
font-size: 26px;
padding-left: 20px;
padding-right: 20px;
}
#minyear{
float: left;
}
#maxyear{
float: right;
}
#title{
font-family: Helvetica;
color: #0B85FF;
text-shadow: 2px 2px #222222;
font-weight: bold;
font-size: 50px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}
table, tr, td{
padding: 5px;
font-family: Helvetica;
font-size: 26px;
}
table td:first-child{
background: #0B85FF;
text-shadow: 2px 2px #222222;
color: white;
max-width:1%;
white-space: nowrap;
padding: 10px;
}
.ui-tabs .ui-tabs-panel {
padding: 1em 1.4em 1em 0;
}
button{
display: inline-block;
background: none;
border: none;
padding: 0;
margin: 0;
vertical-align: top;
}
#theYear{
color: black;
font-size: 40px;
display: block;
}
#lowerbuttons{
display: block;
padding-top: 10px;
}
#topbuttons{
display: block;
padding-bottom: 10px;
}
.arrowbutton {
width: 100px;
padding: 0px;
margin: 0px;
}
.digit {
padding-left: 34px;
padding-right: 34px;
display: inline;
width: 100px;
background: white;
border-radius: 5px;
border: 3px solid black;
}
|
style-buttons.css
|
Created on : 4-nov-2015, 20:42:24
Author : Sigert
*/
.ui-slider-horizontal .ui-slider-handle{
border-radius: 8px;
width: 20px;
height: 20px;
background-color: #0B85FF;
}
#tabnames{
font-size: 26px;
}
#timebar{
border-radius: 8px;
display:block;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}
#slidercontainer {
background-color: #336699;
margin: auto;
border-radius: 8px;
padding-top: 30px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
}
#slider{
width: 95%;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
margin-bottom: 20px;
}
#slidertext{
text-shadow: 2px 2px #222222;
color: white;
font-family: Helvetica;
font-size: 26px;
padding-left: 20px;
padding-right: 20px;
}
#minyear{
float: left;
}
#maxyear{
float: right;
}
#title{
font-family: Helvetica;
color: #0B85FF;
text-shadow: 2px 2px #222222;
font-weight: bold;
font-size: 50px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}
table, tr, td{
padding: 5px;
font-family: Helvetica;
font-size: 26px;
}
table td:first-child{
background: #0B85FF;
text-shadow: 2px 2px #222222;
color: white;
max-width:1%;
white-space: nowrap;
padding: 10px;
}
.ui-tabs .ui-tabs-panel {
padding: 1em 1.4em 1em 0;
}
button{
display: inline-block;
background: none;
border: none;
padding: 0;
margin: 0;
vertical-align: top;
}
#theYear{
color: black;
font-size: 40px;
display: block;
}
#lowerbuttons{
display: block;
padding-top: 10px;
}
#topbuttons{
display: block;
padding-bottom: 10px;
}
.arrowbutton {
width: 100px;
padding: 0px;
margin: 0px;
}
.digit {
padding-left: 34px;
padding-right: 34px;
display: inline;
width: 100px;
background: white;
border-radius: 5px;
border: 3px solid black;
}
| 0.316369 | 0.19112 |
@media (min-width: 1200px) and (max-width: 1342px) {}
@media (min-width: 992px) and (max-width: 1199px) {
.book_room h1 {
font-size: 28px;
}
.carousel-indicators {
bottom: 17px;
}
.about_img {
margin-right: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navigation.navbar-dark .navbar-nav .nav-link {
margin: 0 10px;
}
.carousel-item img {
min-height: 570px;
}
.book_room h1 {
font-size: 19px;
}
.carousel-indicators {
bottom: 27px;
}
.about_img {
margin-right: 0px;
}
.book_btn {
padding: 5px 0;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.header {
height: 76px;
}
.carousel-item img {
min-height: 570px;
}
.carousel-indicators {
bottom: 27px;
}
.about .titlepage {
max-width: inherit;
}
.about_img {
margin-right: 0px;
margin-top: 30px;
}
.main_form .send_btn {
margin-bottom: 30px;
}
ul.link_menu {
margin-bottom: 20px;
}
.navigation.navbar {
float: right;
display: inherit !important;
padding: 0;
width: 100%;
padding-top: 5px !important;
}
.navigation .navbar-collapse {
background: #0f1521;
padding: 20px;
margin-top: 56px;
position: absolute;
width: 100%;
margin-right: 20px;
z-index: 999;
}
.navigation.navbar-dark .navbar-nav .nav-link {
padding: 10px 0;
color: #fff;
}
.navigation.navbar-dark .navbar-toggler {
border: inherit;
float: right;
padding-top: 9px;
}
.navigation.navbar-dark .navbar-toggler-icon {
background: url(../images/menu_icon.png);
background-repeat: no-repeat;
}
.d_none {
display: none;
}
}
@media (max-width: 575px) {
.logo {
text-align: center !important;
padding-bottom: 6px;
float: left;
}
.header {
height: 84px;
}
.carousel-item img {
min-height: 570px;
}
.book_room h1 {
font-size: 20px;
line-height: 25px;
padding-bottom: 15px;
}
.book_now .online_book {
margin-bottom: 20px;
}
.book_btn {
padding: 5px 0;
}
.about .titlepage {
max-width: inherit;
}
.about_img {
margin-right: 0px;
margin-top: 30px;
}
.main_form .send_btn {
margin-bottom: 30px;
}
ul.link_menu {
margin-bottom: 20px;
}
.navigation.navbar {
float: right;
display: inherit !important;
padding: 0;
width: 100%;
}
.navigation .navbar-collapse {
background: #0f1521;
padding: 20px;
margin-top: -5px;
position: absolute;
width: 100%;
margin-right: 20px;
z-index: 999;
}
.navigation.navbar-dark .navbar-nav .nav-link {
padding: 10px 0;
color: #fff;
}
.navigation.navbar-dark .navbar-toggler {
float: right;
border: inherit;
margin-top: -61px;
}
.testimonial_box {
padding: 0px 19px 40px 20px;
}
.navigation.navbar-dark .navbar-toggler-icon {
background: url(../images/menu_icon.png);
background-repeat: no-repeat;
}
.d_none {
display: none;
}
}
|
assets/css/responsive.css
|
@media (min-width: 1200px) and (max-width: 1342px) {}
@media (min-width: 992px) and (max-width: 1199px) {
.book_room h1 {
font-size: 28px;
}
.carousel-indicators {
bottom: 17px;
}
.about_img {
margin-right: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navigation.navbar-dark .navbar-nav .nav-link {
margin: 0 10px;
}
.carousel-item img {
min-height: 570px;
}
.book_room h1 {
font-size: 19px;
}
.carousel-indicators {
bottom: 27px;
}
.about_img {
margin-right: 0px;
}
.book_btn {
padding: 5px 0;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.header {
height: 76px;
}
.carousel-item img {
min-height: 570px;
}
.carousel-indicators {
bottom: 27px;
}
.about .titlepage {
max-width: inherit;
}
.about_img {
margin-right: 0px;
margin-top: 30px;
}
.main_form .send_btn {
margin-bottom: 30px;
}
ul.link_menu {
margin-bottom: 20px;
}
.navigation.navbar {
float: right;
display: inherit !important;
padding: 0;
width: 100%;
padding-top: 5px !important;
}
.navigation .navbar-collapse {
background: #0f1521;
padding: 20px;
margin-top: 56px;
position: absolute;
width: 100%;
margin-right: 20px;
z-index: 999;
}
.navigation.navbar-dark .navbar-nav .nav-link {
padding: 10px 0;
color: #fff;
}
.navigation.navbar-dark .navbar-toggler {
border: inherit;
float: right;
padding-top: 9px;
}
.navigation.navbar-dark .navbar-toggler-icon {
background: url(../images/menu_icon.png);
background-repeat: no-repeat;
}
.d_none {
display: none;
}
}
@media (max-width: 575px) {
.logo {
text-align: center !important;
padding-bottom: 6px;
float: left;
}
.header {
height: 84px;
}
.carousel-item img {
min-height: 570px;
}
.book_room h1 {
font-size: 20px;
line-height: 25px;
padding-bottom: 15px;
}
.book_now .online_book {
margin-bottom: 20px;
}
.book_btn {
padding: 5px 0;
}
.about .titlepage {
max-width: inherit;
}
.about_img {
margin-right: 0px;
margin-top: 30px;
}
.main_form .send_btn {
margin-bottom: 30px;
}
ul.link_menu {
margin-bottom: 20px;
}
.navigation.navbar {
float: right;
display: inherit !important;
padding: 0;
width: 100%;
}
.navigation .navbar-collapse {
background: #0f1521;
padding: 20px;
margin-top: -5px;
position: absolute;
width: 100%;
margin-right: 20px;
z-index: 999;
}
.navigation.navbar-dark .navbar-nav .nav-link {
padding: 10px 0;
color: #fff;
}
.navigation.navbar-dark .navbar-toggler {
float: right;
border: inherit;
margin-top: -61px;
}
.testimonial_box {
padding: 0px 19px 40px 20px;
}
.navigation.navbar-dark .navbar-toggler-icon {
background: url(../images/menu_icon.png);
background-repeat: no-repeat;
}
.d_none {
display: none;
}
}
| 0.345989 | 0.105717 |
*,
*::after,
*::before {
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
margin: 0;
padding: 1em;
font-size: clamp(0.5rem, 2.5vmin, 1.5rem);
}
h1 {
color: white;
display: flex;
justify-content: center;
}
.keyboard {
display: grid;
grid-template-columns: repeat(20, minmax(auto, 1.25em));
grid-auto-rows: 3em;
gap: 0.25em;
justify-content: center;
}
.key {
font-size: inherit;
grid-column: span 2;
border: none;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
background-color: hsl(
var(--hue, 177),
var(--saturation, 10%),
calc(var(--lightness-offset, 0%) + var(--lightness, 54%))
);
color: white;
fill: white;
text-transform: lowercase;
border-radius: 0.25em;
cursor: pointer;
user-select: none;
}
.key.large {
grid-column: span 3;
}
.key > svg {
width: 1.75em;
height: 1.75em;
}
.key:hover,
.key:focus {
--lightness-offset: 10%;
}
.key.wrong {
--hue: 347;
--saturation: 90%;
--lightness: 39%;
}
.key.wrong-location {
--hue: 217;
--saturation: 100%;
--lightness: 20%;
}
.key.correct {
--hue: 50.6;
--saturation: 100%;
--lightness: 50%;
}
.guess-grid {
display: grid;
justify-content: center;
align-content: center;
flex-grow: 1;
grid-template-columns: repeat(5, 4em);
grid-template-rows: repeat(6, 4em);
gap: 0.25em;
margin-bottom: 1em;
}
.tile {
font-size: 2em;
color: white;
border: 0.05em solid hsl(177, 10%, 54%);
text-transform: lowercase;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
user-select: none;
transition: transform 250ms linear;
}
.tile[data-state="active"] {
border-color: hsl(194, 8%, 56%);
}
.tile[data-state="wrong"] {
border: none;
background-color: hsl(347, 90%, 39%);
}
.tile[data-state="wrong-location"] {
border: none;
background-color: hsl(217, 100%, 20%);
}
.tile[data-state="correct"] {
border: none;
background-color: hsl(50.6, 100%, 50%);
}
.tile.shake {
animation: shake 250ms ease-in-out;
}
.tile.dance {
animation: dance 500ms ease-in-out;
}
.tile.flip {
transform: rotateX(90deg);
}
@keyframes shake {
10% {
transform: translateX(-5%);
}
30% {
transform: translateX(5%);
}
50% {
transform: translateX(-7.5%);
}
70% {
transform: translateX(7.5%);
}
90% {
transform: translateX(-5%);
}
100% {
transform: translateX(0);
}
}
@keyframes dance {
20% {
transform: translateY(-50%);
}
40% {
transform: translateX(5%);
}
60% {
transform: translateX(-25%);
}
80% {
transform: translateX(2.5%);
}
90% {
transform: translateX(-5%);
}
100% {
transform: translateX(0);
}
}
.alert-container {
position: fixed;
top: 10vh;
left: 50vw;
transform: translateX(-50%);
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
}
.alert {
pointer-events: none;
background-color: hsl(204, 7%, 85%);
padding: 0.75em;
border-radius: 0.25em;
opacity: 1;
transition: opacity 500ms ease-in-out;
margin-bottom: 0.5em;
}
.alert:last-child {
margin-bottom: 0;
}
.alert.hide {
opacity: 0;
}
/* .bg {
animation: slide 10s ease-in-out infinite alternate;
background-image: linear-gradient(+60deg, #002244 50%, #001489 50%);
bottom: 0;
left: -50%;
opacity: 0.15;
position: fixed;
right: -50%;
top: 0;
z-index: -1;
}
.bg2 {
animation-direction: alternate-reverse;
animation-duration: 9s;
}
.bg3 {
animation-duration: 10s;
}
@keyframes slide {
0% {
transform: translateX(-25%);
}
100% {
transform: translateX(25%);
}
} */
.gradient {
background-image: linear-gradient(
135deg,
hsl(217, 100%, 20%),
hsla(217, 100%, 20%, 0),
hsla(217, 100%, 20%, 0),
hsla(217, 100%, 20%, 0)
),
linear-gradient(
-135deg,
hsl(347, 90%, 39%),
hsla(5, 60%, 100%, 0.2),
hsla(5, 60%, 50%, 0),
hsla(5, 60%, 50%, 0)
),
linear-gradient(
90deg,
hsl(217, 100%, 20%),
hsla(200, 40%, 70%, 0),
hsla(200, 10%, 40%, 1)
),
linear-gradient(hsl(50.6, 100%, 50%), hsl(217, 100%, 20%));
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
|
style.css
|
*,
*::after,
*::before {
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
margin: 0;
padding: 1em;
font-size: clamp(0.5rem, 2.5vmin, 1.5rem);
}
h1 {
color: white;
display: flex;
justify-content: center;
}
.keyboard {
display: grid;
grid-template-columns: repeat(20, minmax(auto, 1.25em));
grid-auto-rows: 3em;
gap: 0.25em;
justify-content: center;
}
.key {
font-size: inherit;
grid-column: span 2;
border: none;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
background-color: hsl(
var(--hue, 177),
var(--saturation, 10%),
calc(var(--lightness-offset, 0%) + var(--lightness, 54%))
);
color: white;
fill: white;
text-transform: lowercase;
border-radius: 0.25em;
cursor: pointer;
user-select: none;
}
.key.large {
grid-column: span 3;
}
.key > svg {
width: 1.75em;
height: 1.75em;
}
.key:hover,
.key:focus {
--lightness-offset: 10%;
}
.key.wrong {
--hue: 347;
--saturation: 90%;
--lightness: 39%;
}
.key.wrong-location {
--hue: 217;
--saturation: 100%;
--lightness: 20%;
}
.key.correct {
--hue: 50.6;
--saturation: 100%;
--lightness: 50%;
}
.guess-grid {
display: grid;
justify-content: center;
align-content: center;
flex-grow: 1;
grid-template-columns: repeat(5, 4em);
grid-template-rows: repeat(6, 4em);
gap: 0.25em;
margin-bottom: 1em;
}
.tile {
font-size: 2em;
color: white;
border: 0.05em solid hsl(177, 10%, 54%);
text-transform: lowercase;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
user-select: none;
transition: transform 250ms linear;
}
.tile[data-state="active"] {
border-color: hsl(194, 8%, 56%);
}
.tile[data-state="wrong"] {
border: none;
background-color: hsl(347, 90%, 39%);
}
.tile[data-state="wrong-location"] {
border: none;
background-color: hsl(217, 100%, 20%);
}
.tile[data-state="correct"] {
border: none;
background-color: hsl(50.6, 100%, 50%);
}
.tile.shake {
animation: shake 250ms ease-in-out;
}
.tile.dance {
animation: dance 500ms ease-in-out;
}
.tile.flip {
transform: rotateX(90deg);
}
@keyframes shake {
10% {
transform: translateX(-5%);
}
30% {
transform: translateX(5%);
}
50% {
transform: translateX(-7.5%);
}
70% {
transform: translateX(7.5%);
}
90% {
transform: translateX(-5%);
}
100% {
transform: translateX(0);
}
}
@keyframes dance {
20% {
transform: translateY(-50%);
}
40% {
transform: translateX(5%);
}
60% {
transform: translateX(-25%);
}
80% {
transform: translateX(2.5%);
}
90% {
transform: translateX(-5%);
}
100% {
transform: translateX(0);
}
}
.alert-container {
position: fixed;
top: 10vh;
left: 50vw;
transform: translateX(-50%);
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
}
.alert {
pointer-events: none;
background-color: hsl(204, 7%, 85%);
padding: 0.75em;
border-radius: 0.25em;
opacity: 1;
transition: opacity 500ms ease-in-out;
margin-bottom: 0.5em;
}
.alert:last-child {
margin-bottom: 0;
}
.alert.hide {
opacity: 0;
}
/* .bg {
animation: slide 10s ease-in-out infinite alternate;
background-image: linear-gradient(+60deg, #002244 50%, #001489 50%);
bottom: 0;
left: -50%;
opacity: 0.15;
position: fixed;
right: -50%;
top: 0;
z-index: -1;
}
.bg2 {
animation-direction: alternate-reverse;
animation-duration: 9s;
}
.bg3 {
animation-duration: 10s;
}
@keyframes slide {
0% {
transform: translateX(-25%);
}
100% {
transform: translateX(25%);
}
} */
.gradient {
background-image: linear-gradient(
135deg,
hsl(217, 100%, 20%),
hsla(217, 100%, 20%, 0),
hsla(217, 100%, 20%, 0),
hsla(217, 100%, 20%, 0)
),
linear-gradient(
-135deg,
hsl(347, 90%, 39%),
hsla(5, 60%, 100%, 0.2),
hsla(5, 60%, 50%, 0),
hsla(5, 60%, 50%, 0)
),
linear-gradient(
90deg,
hsl(217, 100%, 20%),
hsla(200, 40%, 70%, 0),
hsla(200, 10%, 40%, 1)
),
linear-gradient(hsl(50.6, 100%, 50%), hsl(217, 100%, 20%));
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
| 0.753829 | 0.150278 |
@media only screen and (max-width: 600px){
.within{
text-decoration: none;
}
}
.container{
height: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
text-align: center;
}
.exhibitFive{
width: 80%;
margin-left: auto;
margin-right: auto;
}
.imgGridStyle{
display: grid;
grid-template-columns: repeat(auto-fill, 200px);
margin: 10px;
}
p{
margin: 0;
}
.video{
max-width: 90%;
}
.textcontainer{
font-size: 100%;
display: block;
max-width:60vw;
text-align:left;
position:absolute;
top: 5%;
left: 60%;
margin-left: 3%;
margin-right: 5% ;
margin-bottom: auto;
}
.features{
max-width:100%
}
.myImg{
border-radius: 5px;
cursor: pointer;
margin: 5px;
}
.bigcontainer{
margin: 0 auto;
max-width: 100% !important;
}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (Image) */
.modal_content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}
.contact{
margin-top: 35%;
max-width: 60%;
display: block;
margin-left: auto;
margin-right: auto;
}
.main_img{
margin-top:5%;
display: block;
margin-left: auto;
margin-right: auto;
width: 65vw;
}
.video{
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.footer{
display: block;
margin-left: auto;
margin-right: auto;
}
.gall{
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
/* About me styling */
.bigdiv{
margin-top: 10%;
}
.main{
max-width: 100% !important;
margin: 0 auto;
display: block;
width: 70%;
position: relative;
font-size: 1.3vw;
font-family: "Times New Roman";
}
.imgcontainer{
text-decoration: none;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
width: 100%;
background-color: black;
}
.within{
width:80%;
margin-left: auto;
margin-right: auto;
}
.eximage{
width:200px;
text-decoration: none;
}
.image{
margin-left: auto;
margin-right: auto;
position: relative;
width: 100%;
}
.main_image{
margin-left: auto;
margin-right: auto;
width: 100%;
}
.image_text{
width: 50%;
position: absolute;
top: 10vw;
right: -8vw;
font-style: italic;
font-size: 1.2vw;
}
p{
margin:.5%;
padding:0;
}
.first{
margin-bottom: 4vw;
}
.bottom_text{
margin-left: auto;
margin-right: auto;
text-align: center;
font-style: italic;
}
.creat_text{
position: absolute;
left: 26vw;
top: 55vw;
font-size: 2.4vw;
}
.amp_text{
position: absolute;
left: 40.3vw;
top: 50.5vw;
font-size: 4.724vw;
}
.fashion_text{
position: absolute;
left: 21.5vw;
top: 51.25vw;
font-size: 2.4vw;
}
.last_par{
font-style: italic;
text-align: left;
padding:0;
position: absolute;
top: 60vw;
left: 20vw;
width: 40vw;
}
|
src/pages/global.module.css
|
@media only screen and (max-width: 600px){
.within{
text-decoration: none;
}
}
.container{
height: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
text-align: center;
}
.exhibitFive{
width: 80%;
margin-left: auto;
margin-right: auto;
}
.imgGridStyle{
display: grid;
grid-template-columns: repeat(auto-fill, 200px);
margin: 10px;
}
p{
margin: 0;
}
.video{
max-width: 90%;
}
.textcontainer{
font-size: 100%;
display: block;
max-width:60vw;
text-align:left;
position:absolute;
top: 5%;
left: 60%;
margin-left: 3%;
margin-right: 5% ;
margin-bottom: auto;
}
.features{
max-width:100%
}
.myImg{
border-radius: 5px;
cursor: pointer;
margin: 5px;
}
.bigcontainer{
margin: 0 auto;
max-width: 100% !important;
}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (Image) */
.modal_content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}
.contact{
margin-top: 35%;
max-width: 60%;
display: block;
margin-left: auto;
margin-right: auto;
}
.main_img{
margin-top:5%;
display: block;
margin-left: auto;
margin-right: auto;
width: 65vw;
}
.video{
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.footer{
display: block;
margin-left: auto;
margin-right: auto;
}
.gall{
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
/* About me styling */
.bigdiv{
margin-top: 10%;
}
.main{
max-width: 100% !important;
margin: 0 auto;
display: block;
width: 70%;
position: relative;
font-size: 1.3vw;
font-family: "Times New Roman";
}
.imgcontainer{
text-decoration: none;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
width: 100%;
background-color: black;
}
.within{
width:80%;
margin-left: auto;
margin-right: auto;
}
.eximage{
width:200px;
text-decoration: none;
}
.image{
margin-left: auto;
margin-right: auto;
position: relative;
width: 100%;
}
.main_image{
margin-left: auto;
margin-right: auto;
width: 100%;
}
.image_text{
width: 50%;
position: absolute;
top: 10vw;
right: -8vw;
font-style: italic;
font-size: 1.2vw;
}
p{
margin:.5%;
padding:0;
}
.first{
margin-bottom: 4vw;
}
.bottom_text{
margin-left: auto;
margin-right: auto;
text-align: center;
font-style: italic;
}
.creat_text{
position: absolute;
left: 26vw;
top: 55vw;
font-size: 2.4vw;
}
.amp_text{
position: absolute;
left: 40.3vw;
top: 50.5vw;
font-size: 4.724vw;
}
.fashion_text{
position: absolute;
left: 21.5vw;
top: 51.25vw;
font-size: 2.4vw;
}
.last_par{
font-style: italic;
text-align: left;
padding:0;
position: absolute;
top: 60vw;
left: 20vw;
width: 40vw;
}
| 0.468547 | 0.056522 |
body {
font-family: 'Dosis', sans-serif;
background: #ffffff;
height: 100%;
width: 100%;
color: #ffffff;
background: -webkit-linear-gradient(bottom, #bababa, #ffffff);
/* For Safari */
background: -o-linear-gradient(top, #bababa, #ffffff);
/* For Opera */
background: -moz-linear-gradient(top, #bababa, #ffffff);
/* For Firefox*/
background: linear-gradient(to top, #bababa, #ffffff);
/* Standard syntax */
}
a,
a:focus,
a:hover {
color: #ffffff;
}
::-webkit-scrollbar {
display: none;
}
::scrollbar {
display: none;
}
::-moz-selection {
/* Code for Firefox */
color: #ffffff;
background: #00775A;
}
::selection {
color: white;
background: #00775A;
}
input {
caret-color: #040157;
}
input:active {
-webkit-box-shadow: inset 0px 0px 50px 5px rgba(4, 1, 87, 0.5);
-moz-box-shadow: inset 0px 0px 50px 5px rgba(4, 1, 87, 0.5);
box-shadow: inset 0px 0px 50px 5px rgba(4, 1, 87, 0.5);
}
.shadow {
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}
.shadow:hover {
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}
.site-gradient {
background: #000000;
background: -webkit-linear-gradient(left bottom, #040157, #00775A);
/* For Safari */
background: -o-linear-gradient(top right, #040157, #00775A);
/* For Opera */
background: -moz-linear-gradient(top right, #14131f, #00775A);
/* For Firefox*/
background: linear-gradient(to top right, #040157, #00775A);
/* Standard syntax */
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
#nav {
justify-content: center;
text-align: justify;
padding: 1.5rem 0;
position: relative;
z-index: 500;
}
#header-links {
text-decoration: none;
align-items: center;
}
#header {
font-size: 2rem;
white-space: normal;
font-weight: 500;
margin: 0 0.25rem;
}
#fotter-menu {
width: 100%;
}
#fotter-menu-item {
padding: 4px;
font-size: 15px;
}
#app {
margin: auto;
min-height: 60vh;
height: 100%;
width: 100vw;
align-items: center;
justify-content: center;
}
#thumbnailpreview {
display: flex;
margin: -5rem auto auto auto;
position: relative;
text-align: center;
justify-content: center;
max-width: 75vw;
border: 0.25rem solid #ffffff;
-webkit-transition: all 1s ease;
transition: all 1s ease;
-moz-transition: all ease 1s;
-o-transition: all ease 1s;
}
#thumbnailpreview:hover {
transform: scale(1.05);
-webkit-transition: all 1s ease;
transition: all 1s ease;
-moz-transition: all ease 1s;
-o-transition: all ease 1s;
}
input.form-control.border-primary.url-input {
color: #000000;
text-align: center;
padding: 1.5rem 0;
margin: 0.25rem;
border-radius: 10rem;
font-weight: 500;
font-size: 1rem;
width: 90vw;
border: none;
}
button.btn.btn-primary.d-block.d-md-inline {
color: #ffffff;
border: none;
white-space: nowrap;
min-width: 50vw;
padding: 0.75rem;
margin: 0.5rem 0;
text-align: center;
border-radius: 15rem;
font-weight: 700;
font-size: 1.25rem;
background: linear-gradient(to top right, #040157, #00775A);
}
button.btn.btn-primary.d-block.d-md-inline:active {
filter: brightness(1.5);
}
button.btn.btn-primary.d-block.d-md-inline:active {
filter: brightness(1.5);
}
#footer {
padding: 0.5rem;
font-weight: 500;
color: #ffffff;
}
.stitle {
font-size: 33px;
color: #031b58;
font-weight: 600;
}
.text-wrap {
color: #000;
}
.wrap-txt {
color: #000000;
}
.main-home h1 {
color: #023659;
font-size: 48px;
margin-top: 30px;
margin-bottom: 5px;
font-weight: 600;
}
.main-home h2 {
color: #014e59;
font-size: 26px;
margin-top: 0;
margin-bottom: 0;
font-weight: 500;
}
.main-home {
text-align: center;
padding-bottom: 25px;
}
.setup {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
margin-bottom: 12px;
}
.row.sitemap {
min-height: 40vh;
}
.page {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
}
.page-content-error {
margin-top: 50px;
}
.text-green {
color: #032258!important;
}
.page-content-error p {
margin-bottom: 3rem!important;
}
.display-error {
font-size: 12rem;
line-height: 1.1;
text-transform: capitalize;
}
.btn-standard {
background-color: #032258!important;
color: #fff;
font-weight: 600;
line-height: 22px;
padding: 12px 0;
font-size: 16px!important;
border-color: transparent!important;
border-radius: 4px!important;
-webkit-border-radius: 4px!important;
-moz-border-radius: 4px!important;
}
.btn-back i {
margin-top: -4px;
}
.btn-back i, .modal-dialog, .modal:before {
vertical-align: middle;
}
.btn-back {
padding: 7px;
font-weight: 400;
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) and (min-width: 481px)
.display-error {
font-size: 11rem;
}
@media only screen and (max-height: 440px) {
#nav {
padding: 0.25rem;
}
#app {
margin: 3rem auto;
}
}
@media only screen and (max-height: 380px) {
#header {
font-size: 3vw;
}
#app {
margin: 5rem auto;
}
}
@media only screen and (max-height: 280px) {
#app {
margin: 7rem auto;
}
}
@media (max-width: 767px) and (min-width: 481px)
.main-home h1 {
font-size: 34px;
}
@media only screen and (max-width: 767px)
.main-home h1 {
font-size: 38px;
}
@media only screen and (max-width: 767px)
.main-home h2 {
font-size: 25px;
}
@media (max-width: 767px) and (min-width: 481px)
.main-home h2 {
font-size: 22px;
}
|
css/style.css
|
body {
font-family: 'Dosis', sans-serif;
background: #ffffff;
height: 100%;
width: 100%;
color: #ffffff;
background: -webkit-linear-gradient(bottom, #bababa, #ffffff);
/* For Safari */
background: -o-linear-gradient(top, #bababa, #ffffff);
/* For Opera */
background: -moz-linear-gradient(top, #bababa, #ffffff);
/* For Firefox*/
background: linear-gradient(to top, #bababa, #ffffff);
/* Standard syntax */
}
a,
a:focus,
a:hover {
color: #ffffff;
}
::-webkit-scrollbar {
display: none;
}
::scrollbar {
display: none;
}
::-moz-selection {
/* Code for Firefox */
color: #ffffff;
background: #00775A;
}
::selection {
color: white;
background: #00775A;
}
input {
caret-color: #040157;
}
input:active {
-webkit-box-shadow: inset 0px 0px 50px 5px rgba(4, 1, 87, 0.5);
-moz-box-shadow: inset 0px 0px 50px 5px rgba(4, 1, 87, 0.5);
box-shadow: inset 0px 0px 50px 5px rgba(4, 1, 87, 0.5);
}
.shadow {
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}
.shadow:hover {
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}
.site-gradient {
background: #000000;
background: -webkit-linear-gradient(left bottom, #040157, #00775A);
/* For Safari */
background: -o-linear-gradient(top right, #040157, #00775A);
/* For Opera */
background: -moz-linear-gradient(top right, #14131f, #00775A);
/* For Firefox*/
background: linear-gradient(to top right, #040157, #00775A);
/* Standard syntax */
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
#nav {
justify-content: center;
text-align: justify;
padding: 1.5rem 0;
position: relative;
z-index: 500;
}
#header-links {
text-decoration: none;
align-items: center;
}
#header {
font-size: 2rem;
white-space: normal;
font-weight: 500;
margin: 0 0.25rem;
}
#fotter-menu {
width: 100%;
}
#fotter-menu-item {
padding: 4px;
font-size: 15px;
}
#app {
margin: auto;
min-height: 60vh;
height: 100%;
width: 100vw;
align-items: center;
justify-content: center;
}
#thumbnailpreview {
display: flex;
margin: -5rem auto auto auto;
position: relative;
text-align: center;
justify-content: center;
max-width: 75vw;
border: 0.25rem solid #ffffff;
-webkit-transition: all 1s ease;
transition: all 1s ease;
-moz-transition: all ease 1s;
-o-transition: all ease 1s;
}
#thumbnailpreview:hover {
transform: scale(1.05);
-webkit-transition: all 1s ease;
transition: all 1s ease;
-moz-transition: all ease 1s;
-o-transition: all ease 1s;
}
input.form-control.border-primary.url-input {
color: #000000;
text-align: center;
padding: 1.5rem 0;
margin: 0.25rem;
border-radius: 10rem;
font-weight: 500;
font-size: 1rem;
width: 90vw;
border: none;
}
button.btn.btn-primary.d-block.d-md-inline {
color: #ffffff;
border: none;
white-space: nowrap;
min-width: 50vw;
padding: 0.75rem;
margin: 0.5rem 0;
text-align: center;
border-radius: 15rem;
font-weight: 700;
font-size: 1.25rem;
background: linear-gradient(to top right, #040157, #00775A);
}
button.btn.btn-primary.d-block.d-md-inline:active {
filter: brightness(1.5);
}
button.btn.btn-primary.d-block.d-md-inline:active {
filter: brightness(1.5);
}
#footer {
padding: 0.5rem;
font-weight: 500;
color: #ffffff;
}
.stitle {
font-size: 33px;
color: #031b58;
font-weight: 600;
}
.text-wrap {
color: #000;
}
.wrap-txt {
color: #000000;
}
.main-home h1 {
color: #023659;
font-size: 48px;
margin-top: 30px;
margin-bottom: 5px;
font-weight: 600;
}
.main-home h2 {
color: #014e59;
font-size: 26px;
margin-top: 0;
margin-bottom: 0;
font-weight: 500;
}
.main-home {
text-align: center;
padding-bottom: 25px;
}
.setup {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
margin-bottom: 12px;
}
.row.sitemap {
min-height: 40vh;
}
.page {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
}
.page-content-error {
margin-top: 50px;
}
.text-green {
color: #032258!important;
}
.page-content-error p {
margin-bottom: 3rem!important;
}
.display-error {
font-size: 12rem;
line-height: 1.1;
text-transform: capitalize;
}
.btn-standard {
background-color: #032258!important;
color: #fff;
font-weight: 600;
line-height: 22px;
padding: 12px 0;
font-size: 16px!important;
border-color: transparent!important;
border-radius: 4px!important;
-webkit-border-radius: 4px!important;
-moz-border-radius: 4px!important;
}
.btn-back i {
margin-top: -4px;
}
.btn-back i, .modal-dialog, .modal:before {
vertical-align: middle;
}
.btn-back {
padding: 7px;
font-weight: 400;
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) and (min-width: 481px)
.display-error {
font-size: 11rem;
}
@media only screen and (max-height: 440px) {
#nav {
padding: 0.25rem;
}
#app {
margin: 3rem auto;
}
}
@media only screen and (max-height: 380px) {
#header {
font-size: 3vw;
}
#app {
margin: 5rem auto;
}
}
@media only screen and (max-height: 280px) {
#app {
margin: 7rem auto;
}
}
@media (max-width: 767px) and (min-width: 481px)
.main-home h1 {
font-size: 34px;
}
@media only screen and (max-width: 767px)
.main-home h1 {
font-size: 38px;
}
@media only screen and (max-width: 767px)
.main-home h2 {
font-size: 25px;
}
@media (max-width: 767px) and (min-width: 481px)
.main-home h2 {
font-size: 22px;
}
| 0.402392 | 0.087486 |
* {
/*usa o * para mudar algo de todos os elementos do html envolvido
o body pode mudar do body em si mas algumas tags e elementos não são afetados então se usa o *. */
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: black;
}
.container {
max-width: 1000px;
margin: auto;
}
header {
background-color: #48c5ce;
text-align: center;
color: white;
padding: 10px;
}
.title {
font-size: 2rem;
}
section {
padding: 20px;
background-image: url("../images/people.jpg");
background-size: cover;
overflow: hidden; /*fazer a imagem cobrir todo o espaço que o form está ocupando*/
}
.formContainer {
max-width: 230px;
background-color: #ffffffbb;
padding: 20px;
float: right;
}
h2 {
font-size: 16px;
}
.mb {
margin-bottom: 15px;
}
input,
select {
width: 100%;
box-sizing: border-box;
padding: 10px;
border: none;
margin-bottom: 10px;
}
input[type="submit"] {
color: white;
background-color: #48c5ce;
font-weight: BOLD;
}
select {
-moz-appearance: none; /*firefox*/
-webkit-appearance: none; /*Chrome e Safari 3*/
appearance: none; /* Edge 84, Firefox 1, Safari 3, Chrome 84, Opera 70*/
/*as três funções a cima é para resetar a aparência do select de navegadores para deixar uma própria e igual para todos*/
background-image: url(../images/arrow.jpg);
background-repeat: no-repeat;
background-position: calc(100% - 10px) center;
/* calcula a posição do background, primeiro valor x e segundo y. Calc é uma função de calculo, aqui calculou a posição do x*/
}
footer {
background-color: #202121;
padding: 40px;
text-align: center;
}
.picture {
width: 160px;
}
.footer-description {
display: inline-block;
text-align: left;
color: white;
max-width: 40%;
margin-left: 40px;
}
.footer-description p,
.footer-description h3 {
margin-bottom: 20px;
}
.footer-description h3 {
font-size: 24px;
}
@media screen and (max-width: 500px) {
/*Responsivo para dispositivos de 500px pra baixo*/
.formContainer {
float: none;
margin: auto;
}
.footer-description {
display: block;
max-width: 100%;
margin-left: 0;
}
.footer-description h3 {
text-align: center;
margin-top: 10px;
}
}
|
Projetos/Projeto - Página de Captura/css/style.css
|
* {
/*usa o * para mudar algo de todos os elementos do html envolvido
o body pode mudar do body em si mas algumas tags e elementos não são afetados então se usa o *. */
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: black;
}
.container {
max-width: 1000px;
margin: auto;
}
header {
background-color: #48c5ce;
text-align: center;
color: white;
padding: 10px;
}
.title {
font-size: 2rem;
}
section {
padding: 20px;
background-image: url("../images/people.jpg");
background-size: cover;
overflow: hidden; /*fazer a imagem cobrir todo o espaço que o form está ocupando*/
}
.formContainer {
max-width: 230px;
background-color: #ffffffbb;
padding: 20px;
float: right;
}
h2 {
font-size: 16px;
}
.mb {
margin-bottom: 15px;
}
input,
select {
width: 100%;
box-sizing: border-box;
padding: 10px;
border: none;
margin-bottom: 10px;
}
input[type="submit"] {
color: white;
background-color: #48c5ce;
font-weight: BOLD;
}
select {
-moz-appearance: none; /*firefox*/
-webkit-appearance: none; /*Chrome e Safari 3*/
appearance: none; /* Edge 84, Firefox 1, Safari 3, Chrome 84, Opera 70*/
/*as três funções a cima é para resetar a aparência do select de navegadores para deixar uma própria e igual para todos*/
background-image: url(../images/arrow.jpg);
background-repeat: no-repeat;
background-position: calc(100% - 10px) center;
/* calcula a posição do background, primeiro valor x e segundo y. Calc é uma função de calculo, aqui calculou a posição do x*/
}
footer {
background-color: #202121;
padding: 40px;
text-align: center;
}
.picture {
width: 160px;
}
.footer-description {
display: inline-block;
text-align: left;
color: white;
max-width: 40%;
margin-left: 40px;
}
.footer-description p,
.footer-description h3 {
margin-bottom: 20px;
}
.footer-description h3 {
font-size: 24px;
}
@media screen and (max-width: 500px) {
/*Responsivo para dispositivos de 500px pra baixo*/
.formContainer {
float: none;
margin: auto;
}
.footer-description {
display: block;
max-width: 100%;
margin-left: 0;
}
.footer-description h3 {
text-align: center;
margin-top: 10px;
}
}
| 0.36727 | 0.106087 |
body {
font-family: Roboto, Helvetica, Arial, sans-serif;
margin: 1em;
padding: 0;
text-align: center;
background-color: #ffe3c9;
background-image: url("/img/paper_tile.jpg");
}
section {
margin: 1em;
}
.haveRock {
visibility: hidden;
display: none;
}
.knownRock {
visibility: hidden;
display: none;
}
.noRock {
visibility: hidden;
display: none;
max-width: 90%;
background-color: #4eb5f1;
border-radius: 1em;
padding: 1em;
}
.newRock {
visibility: hidden;
display: none;
}
.rockName {
font-weight: bold;
}
#rockPortrait > img {
max-width: 25%;
}
ul.feelings {
display: inline-block;
margin-block: auto;
padding-inline: unset;
}
.feelings > li {
display: inline-block;
background-color: #ffc43f;
border-radius: .2em;
padding: 0.1em .1em;
}
.btn {
position: relative;
display: block;
margin: 30px auto;
padding: 0;
overflow: hidden;
border-width: 0;
outline: none;
border-radius: 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
background-color: #2ecc71;
color: #ecf0f1;
}
.btn:hover, .btn:focus {
background-color: #27ae60;
}
.btn > * {
position: relative;
}
.btn > span {
display: block;
padding: 12px 24px;
white-space: nowrap;
}
.square {
position: relative;
width: 95%;
max-width: 400px;
min-width: 100px;
margin-left: auto;
margin-right: auto;
}
.square:after {
content: "";
display: block;
padding-bottom: 100%;
}
.square-content {
position: absolute;
width: 100%;
height: 100%;
}
.footer {
position:fixed;
bottom:0;
left:0;
width:100%;
height: 1.2em;
text-align: right;
background-color: #D0DAEE;
font-size: small;
}
/* For the newRock form */
form {
width: 80%;
margin: 0 auto;
}
label,
input {
/* In order to define widths */
display: inline-block;
}
label {
width: 30%;
/* Positions the label text beside the input */
text-align: right;
}
label+input {
width: 30%;
/* Large margin-right to force the next element to the new-line
and margin-left to create a gutter between the label and input */
margin: 0 30% 0 4%;
}
|
public/css/adventure-rocks.css
|
body {
font-family: Roboto, Helvetica, Arial, sans-serif;
margin: 1em;
padding: 0;
text-align: center;
background-color: #ffe3c9;
background-image: url("/img/paper_tile.jpg");
}
section {
margin: 1em;
}
.haveRock {
visibility: hidden;
display: none;
}
.knownRock {
visibility: hidden;
display: none;
}
.noRock {
visibility: hidden;
display: none;
max-width: 90%;
background-color: #4eb5f1;
border-radius: 1em;
padding: 1em;
}
.newRock {
visibility: hidden;
display: none;
}
.rockName {
font-weight: bold;
}
#rockPortrait > img {
max-width: 25%;
}
ul.feelings {
display: inline-block;
margin-block: auto;
padding-inline: unset;
}
.feelings > li {
display: inline-block;
background-color: #ffc43f;
border-radius: .2em;
padding: 0.1em .1em;
}
.btn {
position: relative;
display: block;
margin: 30px auto;
padding: 0;
overflow: hidden;
border-width: 0;
outline: none;
border-radius: 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
background-color: #2ecc71;
color: #ecf0f1;
}
.btn:hover, .btn:focus {
background-color: #27ae60;
}
.btn > * {
position: relative;
}
.btn > span {
display: block;
padding: 12px 24px;
white-space: nowrap;
}
.square {
position: relative;
width: 95%;
max-width: 400px;
min-width: 100px;
margin-left: auto;
margin-right: auto;
}
.square:after {
content: "";
display: block;
padding-bottom: 100%;
}
.square-content {
position: absolute;
width: 100%;
height: 100%;
}
.footer {
position:fixed;
bottom:0;
left:0;
width:100%;
height: 1.2em;
text-align: right;
background-color: #D0DAEE;
font-size: small;
}
/* For the newRock form */
form {
width: 80%;
margin: 0 auto;
}
label,
input {
/* In order to define widths */
display: inline-block;
}
label {
width: 30%;
/* Positions the label text beside the input */
text-align: right;
}
label+input {
width: 30%;
/* Large margin-right to force the next element to the new-line
and margin-left to create a gutter between the label and input */
margin: 0 30% 0 4%;
}
| 0.477311 | 0.098686 |
nav {
background-image: url("../images/puddle.jpg");
background-position: center;
background-size: cover;
background-attachment: fixed;
}
body{
background-image: url("../images/puddle.jpg");
background-position: center;
background-size: cover;
background-attachment: fixed;
}
header {
position: relative;
background-image: url("../images/blog.jpg");
background-size: cover;
background-attachment: fixed;
background-position: center;
height: 60vh;
display: flex;
align-items: center;
}
header div {
width: 100%;
color: white;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: bold;
text-align: center;
}
header div h1 {
font-size: 5rem;
margin: 0px auto 10px auto;
}
header div p {
max-width: 88%;
margin: 0px auto;
font-size: 1.5rem;
}
#body>h2 {
color: white;
text-align: center;
font-size: 4rem;
}
.latest-post {
margin: 50px 0px;
width: calc(100% - 40px);
padding: 0px 20px;
font-family: 'lato';
}
.latest-post a {
text-decoration: none;
color: #ffffff;
}
.latest-post p {
font-weight: bold;
color: var(--light-grey);
margin: 5px 0px;
font-size: 0.8rem;
}
.latest-post h2 {
margin: 5px 0px 0px 0px;
font-size: 1.5rem;
}
hr {
width: 10px;
margin-left: 0px;
color: white;
}
.latest-post article{
font-size: 1rem;
}
.latest-post address {
margin-top: 20px;
}
.post p {
font-weight: bold;
color: var(--light-grey);
font-size: 1rem;
font-family: 'lato';
margin: 10px 15px;
}
.post a {
color: white;
text-decoration: none;
font-family: lato;
display: flex;
justify-content: center;
}
.preview {
text-align: left;
background-color: #006a85;
width: 80%;
padding: 25px;
margin-bottom: 50px;
}
.preview p {
opacity: 0.6;
margin: 0px 0px 10px 0px;
}
.preview h2 {
margin: 0px 0px;
}
.preview h3 {
margin: 0px;
font-size: 1rem;
margin-bottom: 10px;
}
.preview cite {
opacity: 0.6;
}
.sidemenu {
width: 60vw;
height: 100vh;
}
|
static/css/home.css
|
nav {
background-image: url("../images/puddle.jpg");
background-position: center;
background-size: cover;
background-attachment: fixed;
}
body{
background-image: url("../images/puddle.jpg");
background-position: center;
background-size: cover;
background-attachment: fixed;
}
header {
position: relative;
background-image: url("../images/blog.jpg");
background-size: cover;
background-attachment: fixed;
background-position: center;
height: 60vh;
display: flex;
align-items: center;
}
header div {
width: 100%;
color: white;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: bold;
text-align: center;
}
header div h1 {
font-size: 5rem;
margin: 0px auto 10px auto;
}
header div p {
max-width: 88%;
margin: 0px auto;
font-size: 1.5rem;
}
#body>h2 {
color: white;
text-align: center;
font-size: 4rem;
}
.latest-post {
margin: 50px 0px;
width: calc(100% - 40px);
padding: 0px 20px;
font-family: 'lato';
}
.latest-post a {
text-decoration: none;
color: #ffffff;
}
.latest-post p {
font-weight: bold;
color: var(--light-grey);
margin: 5px 0px;
font-size: 0.8rem;
}
.latest-post h2 {
margin: 5px 0px 0px 0px;
font-size: 1.5rem;
}
hr {
width: 10px;
margin-left: 0px;
color: white;
}
.latest-post article{
font-size: 1rem;
}
.latest-post address {
margin-top: 20px;
}
.post p {
font-weight: bold;
color: var(--light-grey);
font-size: 1rem;
font-family: 'lato';
margin: 10px 15px;
}
.post a {
color: white;
text-decoration: none;
font-family: lato;
display: flex;
justify-content: center;
}
.preview {
text-align: left;
background-color: #006a85;
width: 80%;
padding: 25px;
margin-bottom: 50px;
}
.preview p {
opacity: 0.6;
margin: 0px 0px 10px 0px;
}
.preview h2 {
margin: 0px 0px;
}
.preview h3 {
margin: 0px;
font-size: 1rem;
margin-bottom: 10px;
}
.preview cite {
opacity: 0.6;
}
.sidemenu {
width: 60vw;
height: 100vh;
}
| 0.432543 | 0.183942 |
max-width: 350px;
padding: 32px;
background: #EEE
}
#mc_embed_signup input[type=email] {
border: 1px solid #CCC;
border-top: 1px solid #999;
padding: 5px;
font-size: 18px;
width: 200px;
margin-right: 10px;
height: 25px;
transition: all .3s ease;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px
}
#mc_embed_signup input[type=email]:focus {
background-color: #FFF;
border: 1px solid #3169B3;
box-shadow: #3169B3 0 0 5px;
-moz-box-shadow: #3169B3 0 0 5px;
-webkit-box-shadow: #3169B3 0 0 5px;
outline: 0
}
#mc_embed_signup input[type=submit] {
border: 1px solid #3169B3;
font-size: 13px;
font-weight: 700;
color: #FFF;
height: auto;
padding: 8px 13px;
cursor: pointer;
background-color: #3169B3;
display: inline-block;
width: auto;
-webkit-appearance: none;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
vertical-align: top
}
.embed-form {
position: relative
}
#mc_embed_signup p {
font-size: 15px;
color: #4F4F4F
}
#main-wrapper {
background: 0 0;
max-width: 800px;
width: 100%;
margin: 2em auto 4em;
padding: 0 3em 3em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative
}
.white-popup-block {
background: #FFF;
padding: 20px 30px;
text-align: left;
max-width: 650px;
margin: 40px auto;
position: relative
}
#examples:after {
content: 'to view source click on the title of example';
opacity: .4;
font-weight: 400;
font-size: 14px;
margin-top: 13px;
float: right
}
.example {
margin-bottom: 20px;
position: relative
}
.example h3 {
display: inline-block;
cursor: pointer;
border-bottom: 1px dotted #949494
}
.example h3:hover {
color: #C00
}
.example h3:hover:after {
content: 'view source';
padding-left: 8px;
color: #999;
position: absolute;
top: 16px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-size: 12px
}
.square-tmb {
margin: 0 10px 0 0;
cursor: pointer
}
.zoom-cursor {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in
}
.example a,
a.popup-link {
text-decoration: none;
border-bottom: 1px dotted
}
.example a:hover,
a.popup-link:hover {
text-decoration: none
}
.example a {
line-height: 26px
}
.example p a {
text-decoration: underline;
border: 0;
line-height: 1.6
}
#image-gallery a,
#single-image {
border-bottom: none
}
.not-ready-yet-notice {
padding: 20px;
background: #EEE
}
#conditional-lightbox-notice {
display: none
}
#logo-status {
opacity: 0;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
transition: opacity .5s;
width: 100%;
text-align: center
}
#logo-status.down {
opacity: 1
}
.grid-of-images a {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
border-bottom: 0;
height: 75px;
display: block;
float: left;
margin: 0 5px 5px 0;
width: 75px
}
.grid-of-images a:hover {
opacity: .9
}
h3 em {
opacity: .3
}
code.def {
padding: 0;
background: #FFF;
border: 0;
display: block;
margin-bottom: 8px;
margin-top: -10px;
color: #A3A3A3
}
@media all and (max-width:50em) {
#logo h1 {
font-size: 52px;
margin-top: 36px
}
}
@media all and (max-width:30em) {
#examples:after {
display: none
}
.gc3 {
width: 100%
}
.grid-c .gc3:nth-of-type(2n+1) {
clear: none
}
#main-wrapper {
padding: 1em;
margin-top: 0
}
.highlight {
padding: .2em 1em;
margin: 1em -1em
}
#logo {
height: 95px;
width: 100%;
padding: 0;
margin: 0 auto 2em
}
#logo h1 {
font-size: 32px;
margin-top: 23px
}
h2.intro {
font-size: 20px
}
}
@media all and (max-width:700px) {
.zoom-cursor {
cursor: pointer
}
#conditional-lightbox-notice {
display: block;
padding: 10px;
background: #FFEAEA
}
}
#logo-overlay {
width: 100%;
height: 75px;
background: red;
position: absolute;
left: 0;
top: 0;
opacity: 0
}
#mfp-build-tool {
background: #FFF;
padding: 30px 40px 40px;
max-width: 500px;
text-align: left;
margin: 10px auto;
position: relative
}
#mfp-build-tool h2 {
margin-top: 0;
margin-bottom: .7em
}
#mfp-build-form label {
display: block;
margin-bottom: 5px;
min-height: 18px;
padding-left: 18px
}
#mfp-build-form input[type=checkbox] {
margin: 3px 5px 3px -18px;
line-height: normal;
cursor: pointer;
width: auto;
float: left
}
#mfp-build-status {
min-height: 40px
}
#mfp-build-status .error {
color: #830C0C
}
#mfp-build-status .success {
color: #014B04
}
#mfp-build-status .progress {
color: #000
}
#smashing {
text-align: center;
font-weight: 700
}
#smashing a {
color: #EF4A35
}
#smashing a:hover {
color: #FF9369
}
#smashing strong {
color: #EF4A35
}
.smashing-link {
margin-left: 29px;
position: relative
}
.smashing-link:before {
content: '';
display: inline-block;
width: 24px;
height: 24px;
background: url(http://dimsemenov.com/images/sm-logo-24x24.png);
position: absolute;
top: -4px;
left: -28px
}
#hackernews {
margin-left: 24px
}
#hackernews:before {
background: url(http://dimsemenov.com/images/hn-logo-18x18.gif);
width: 18px;
height: 18px;
top: -1px;
left: -22px
}
.share-buttons {
text-align: center
}
.share-buttons h2 {
text-align: center;
border: 0
}
.share-buttons {
position: relative;
margin: 70px 0
}
.share-buttons a {
-moz-border-radius: 2px;
border-radius: 2px;
display: inline-block;
padding: 10px 20px;
margin: 10px;
color: #FFF;
text-decoration: none;
background: #5AAF63;
font-size: 16px;
line-height: 22px;
cursor: pointer
}
.share-buttons a:hover {
opacity: .7
}
#tweet {
background: #0096c4
}
#like {
background: #3b5998
}
#gplus {
background: #d34836
}
#vkcom {
background: #6e8fb1
}
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: .8;
filter: alpha(opacity=80)
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: 0!important;
-webkit-backface-visibility: hidden
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle
}
.mfp-align-top .mfp-container:before {
display: none
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto
}
.mfp-ajax-cur {
cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
cursor: auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none
}
.mfp-loading.mfp-figure {
display: none
}
.mfp-hide {
display: none!important
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -.8em;
left: 8px;
right: 8px;
z-index: 1044
}
.mfp-preloader a {
color: #CCC
}
.mfp-preloader a:hover {
color: #FFF
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
display: none
}
button.mfp-arrow,
button.mfp-close {
overflow: visible;
cursor: pointer;
background: 0 0;
border: 0;
-webkit-appearance: none;
display: block;
outline: 0;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none
}
button::-moz-focus-inner {
padding: 0;
border: 0
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: .65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace
}
.mfp-close:focus,
.mfp-close:hover {
opacity: 1;
filter: alpha(opacity=100)
}
.mfp-close:active {
top: 1px
}
.mfp-close-btn-in .mfp-close {
color: #333
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap
}
.mfp-arrow {
position: absolute;
opacity: .65;
filter: alpha(opacity=65);
margin: -55px 0 0;
top: 50%;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
margin-top: -54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
opacity: 1;
filter: alpha(opacity=100)
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: inset transparent
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: .7
}
.mfp-arrow-left {
left: 0
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F
}
.mfp-arrow-right {
right: 0
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px
}
.mfp-iframe-holder .mfp-close {
top: -40px
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, .6);
background: #000
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0;
margin: 0 auto
}
.mfp-figure {
line-height: 0
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, .6);
background: #444
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px
}
.mfp-figure figure {
margin: 0
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px
}
.mfp-image-holder .mfp-content {
max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0
}
.mfp-img-mobile img.mfp-img {
padding: 0
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, .6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, .6);
position: fixed;
text-align: center;
padding: 0
}
}
@media all and (max-width:900px) {
.mfp-arrow {
-webkit-transform: scale(.75);
transform: scale(.75)
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%
}
.mfp-container {
padding-left: 6px;
padding-right: 6px
}
}
.mfp-ie7 .mfp-img {
padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
padding: 0
}
.mfp-ie7 .mfp-content {
padding-top: 44px
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0
}
|
assets/frontend/css/all.min.css
|
max-width: 350px;
padding: 32px;
background: #EEE
}
#mc_embed_signup input[type=email] {
border: 1px solid #CCC;
border-top: 1px solid #999;
padding: 5px;
font-size: 18px;
width: 200px;
margin-right: 10px;
height: 25px;
transition: all .3s ease;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px
}
#mc_embed_signup input[type=email]:focus {
background-color: #FFF;
border: 1px solid #3169B3;
box-shadow: #3169B3 0 0 5px;
-moz-box-shadow: #3169B3 0 0 5px;
-webkit-box-shadow: #3169B3 0 0 5px;
outline: 0
}
#mc_embed_signup input[type=submit] {
border: 1px solid #3169B3;
font-size: 13px;
font-weight: 700;
color: #FFF;
height: auto;
padding: 8px 13px;
cursor: pointer;
background-color: #3169B3;
display: inline-block;
width: auto;
-webkit-appearance: none;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
vertical-align: top
}
.embed-form {
position: relative
}
#mc_embed_signup p {
font-size: 15px;
color: #4F4F4F
}
#main-wrapper {
background: 0 0;
max-width: 800px;
width: 100%;
margin: 2em auto 4em;
padding: 0 3em 3em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative
}
.white-popup-block {
background: #FFF;
padding: 20px 30px;
text-align: left;
max-width: 650px;
margin: 40px auto;
position: relative
}
#examples:after {
content: 'to view source click on the title of example';
opacity: .4;
font-weight: 400;
font-size: 14px;
margin-top: 13px;
float: right
}
.example {
margin-bottom: 20px;
position: relative
}
.example h3 {
display: inline-block;
cursor: pointer;
border-bottom: 1px dotted #949494
}
.example h3:hover {
color: #C00
}
.example h3:hover:after {
content: 'view source';
padding-left: 8px;
color: #999;
position: absolute;
top: 16px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-size: 12px
}
.square-tmb {
margin: 0 10px 0 0;
cursor: pointer
}
.zoom-cursor {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in
}
.example a,
a.popup-link {
text-decoration: none;
border-bottom: 1px dotted
}
.example a:hover,
a.popup-link:hover {
text-decoration: none
}
.example a {
line-height: 26px
}
.example p a {
text-decoration: underline;
border: 0;
line-height: 1.6
}
#image-gallery a,
#single-image {
border-bottom: none
}
.not-ready-yet-notice {
padding: 20px;
background: #EEE
}
#conditional-lightbox-notice {
display: none
}
#logo-status {
opacity: 0;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
transition: opacity .5s;
width: 100%;
text-align: center
}
#logo-status.down {
opacity: 1
}
.grid-of-images a {
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
border-bottom: 0;
height: 75px;
display: block;
float: left;
margin: 0 5px 5px 0;
width: 75px
}
.grid-of-images a:hover {
opacity: .9
}
h3 em {
opacity: .3
}
code.def {
padding: 0;
background: #FFF;
border: 0;
display: block;
margin-bottom: 8px;
margin-top: -10px;
color: #A3A3A3
}
@media all and (max-width:50em) {
#logo h1 {
font-size: 52px;
margin-top: 36px
}
}
@media all and (max-width:30em) {
#examples:after {
display: none
}
.gc3 {
width: 100%
}
.grid-c .gc3:nth-of-type(2n+1) {
clear: none
}
#main-wrapper {
padding: 1em;
margin-top: 0
}
.highlight {
padding: .2em 1em;
margin: 1em -1em
}
#logo {
height: 95px;
width: 100%;
padding: 0;
margin: 0 auto 2em
}
#logo h1 {
font-size: 32px;
margin-top: 23px
}
h2.intro {
font-size: 20px
}
}
@media all and (max-width:700px) {
.zoom-cursor {
cursor: pointer
}
#conditional-lightbox-notice {
display: block;
padding: 10px;
background: #FFEAEA
}
}
#logo-overlay {
width: 100%;
height: 75px;
background: red;
position: absolute;
left: 0;
top: 0;
opacity: 0
}
#mfp-build-tool {
background: #FFF;
padding: 30px 40px 40px;
max-width: 500px;
text-align: left;
margin: 10px auto;
position: relative
}
#mfp-build-tool h2 {
margin-top: 0;
margin-bottom: .7em
}
#mfp-build-form label {
display: block;
margin-bottom: 5px;
min-height: 18px;
padding-left: 18px
}
#mfp-build-form input[type=checkbox] {
margin: 3px 5px 3px -18px;
line-height: normal;
cursor: pointer;
width: auto;
float: left
}
#mfp-build-status {
min-height: 40px
}
#mfp-build-status .error {
color: #830C0C
}
#mfp-build-status .success {
color: #014B04
}
#mfp-build-status .progress {
color: #000
}
#smashing {
text-align: center;
font-weight: 700
}
#smashing a {
color: #EF4A35
}
#smashing a:hover {
color: #FF9369
}
#smashing strong {
color: #EF4A35
}
.smashing-link {
margin-left: 29px;
position: relative
}
.smashing-link:before {
content: '';
display: inline-block;
width: 24px;
height: 24px;
background: url(http://dimsemenov.com/images/sm-logo-24x24.png);
position: absolute;
top: -4px;
left: -28px
}
#hackernews {
margin-left: 24px
}
#hackernews:before {
background: url(http://dimsemenov.com/images/hn-logo-18x18.gif);
width: 18px;
height: 18px;
top: -1px;
left: -22px
}
.share-buttons {
text-align: center
}
.share-buttons h2 {
text-align: center;
border: 0
}
.share-buttons {
position: relative;
margin: 70px 0
}
.share-buttons a {
-moz-border-radius: 2px;
border-radius: 2px;
display: inline-block;
padding: 10px 20px;
margin: 10px;
color: #FFF;
text-decoration: none;
background: #5AAF63;
font-size: 16px;
line-height: 22px;
cursor: pointer
}
.share-buttons a:hover {
opacity: .7
}
#tweet {
background: #0096c4
}
#like {
background: #3b5998
}
#gplus {
background: #d34836
}
#vkcom {
background: #6e8fb1
}
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: .8;
filter: alpha(opacity=80)
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: 0!important;
-webkit-backface-visibility: hidden
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle
}
.mfp-align-top .mfp-container:before {
display: none
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto
}
.mfp-ajax-cur {
cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
cursor: auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none
}
.mfp-loading.mfp-figure {
display: none
}
.mfp-hide {
display: none!important
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -.8em;
left: 8px;
right: 8px;
z-index: 1044
}
.mfp-preloader a {
color: #CCC
}
.mfp-preloader a:hover {
color: #FFF
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
display: none
}
button.mfp-arrow,
button.mfp-close {
overflow: visible;
cursor: pointer;
background: 0 0;
border: 0;
-webkit-appearance: none;
display: block;
outline: 0;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none
}
button::-moz-focus-inner {
padding: 0;
border: 0
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: .65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace
}
.mfp-close:focus,
.mfp-close:hover {
opacity: 1;
filter: alpha(opacity=100)
}
.mfp-close:active {
top: 1px
}
.mfp-close-btn-in .mfp-close {
color: #333
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap
}
.mfp-arrow {
position: absolute;
opacity: .65;
filter: alpha(opacity=65);
margin: -55px 0 0;
top: 50%;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
margin-top: -54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
opacity: 1;
filter: alpha(opacity=100)
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: inset transparent
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: .7
}
.mfp-arrow-left {
left: 0
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F
}
.mfp-arrow-right {
right: 0
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px
}
.mfp-iframe-holder .mfp-close {
top: -40px
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, .6);
background: #000
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0;
margin: 0 auto
}
.mfp-figure {
line-height: 0
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, .6);
background: #444
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px
}
.mfp-figure figure {
margin: 0
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px
}
.mfp-image-holder .mfp-content {
max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0
}
.mfp-img-mobile img.mfp-img {
padding: 0
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, .6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, .6);
position: fixed;
text-align: center;
padding: 0
}
}
@media all and (max-width:900px) {
.mfp-arrow {
-webkit-transform: scale(.75);
transform: scale(.75)
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%
}
.mfp-container {
padding-left: 6px;
padding-right: 6px
}
}
.mfp-ie7 .mfp-img {
padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
padding: 0
}
.mfp-ie7 .mfp-content {
padding-top: 44px
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0
}
| 0.348756 | 0.093885 |
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
*{
padding: 0;
margin: 0;
}
a {
display: block;
text-decoration: none;
color: black;
}
.container {
width: 1110px;
margin: 0 auto;
}
.clearfix::after {
display: table;
content: '';
clear: both;
}
img {
display: block;
max-width: 100%;
height: auto;
}
ul{
list-style: none;
}
.site-logo {
font-family: 'roboto', sans-serif;
font-weight: 300;
line-height: 32px;
font-size: 30px;
float: left;
}
.site-logo::first-letter{
color: #03a9f4;
}
nav {
font-family: 'opensans', sans-serif;
font-size: 18px;
font-weight: 800;
line-height: 32px;
padding: 40px 0;
text-transform: uppercase;
}
.site-navigation{
float: right;
}
.site-navigation li:last-child{
margin-right: 0px;
}
.site-navigation li{
float:left;
list-style: none;
margin-right: 35px;
}
.site-navigation a:hover{
color: #03a9f4;
}
.slider{
position: relative;
padding-bottom: 100px;
}
.slider-ctrl{
top: 225px;
border: none;
display: inline-block;
background-color: rgb(26, 188, 156);
width: 104px;
height: 104px;
}
.btn-wrapper{
transform: translate(-50%, -50%);
left: 50%;
top: 42%;
position: absolute;
}
.slider-ctrl-prew {
float: left;
background-image: url(../img/sliser\ left.jpg);
}
.slider-ctrl-next {
float: right;
background-image: url(../img/sliser\ right.jpg);
}
.slider-description{
font-family: 'roboto', sans-serif;
transform: translate(-50% , -50%);
left: 50%;
top: 45%;
position: absolute;
width: 760px;
color: #fff;
text-transform: uppercase;
}
.slider-title{
font-family: 'roboto', sans-serif;
font-weight: 900;
font-size: 60px ;
line-height: 82px;
letter-spacing: -1.5px;
text-transform: uppercase;
}
.slider-p{
font-weight: 100;
font-size: 24px;
line-height: 54px;
}
.title {
font-family: 'Roboto', sans-serif;
color: #515151;
font-size: 48px;
font-weight:800;
line-height: 32px;
text-align: center;
text-transform: uppercase;
margin-bottom: 116px;
}
.title::after{
display: block;
margin: 0 auto;
margin-top: 30px;
width: 160px;
height: 5px;
background-color: #1abc9c;
content: '';
}
.cards-item {
float: left;
margin-right: 30px;
}
.cards-item:last-child{
margin-right: 0px;
}
.item {
font-family: 'roboto', sans-serif;
float: left;
height: 40px;
width: 200px;
color: #fff;
background-color: #323232;
text-align: center;
text-transform: uppercase;
padding-top:6px;
font-weight: 700;
font-size: 18px;
line-height: 32px;
}
.price {
color: #fff;
background-color: #8c8c8c;
float: left;
height: 40px;
width: 55px;
text-align: center;
text-transform: uppercase;
padding-top: 14px;
}
.cards-item:hover .item{
background-color: #1abc9c;
}
.cards-item:hover .price {
background-color:rgba(26, 188, 156, .5) ;
cursor: pointer;
}
.image-wrapper{
position: relative;
}
.overlay{
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
border: 10px solid rgba(255, 255, 255, .5);
}
.cards-item:hover .overlay {
opacity: 1;
visibility: visible;
}
.overlay-link {
color: #fff;
}
.button {
border: none;
}
.list-item:hover .like{
background-color: #1abc9c;
cursor: pointer;
}
.list-item:hover .view{
background-color: #1abc9c;
cursor: pointer;
}
.list-item:hover .time{
background-color: #1abc9c;
cursor: pointer;
}
.list-item:hover .addcart{
background-color: #1abc9c;
cursor: pointer;
}
.overlay-list{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50% , -50%);
}
.like {
background-position: center;
background-image:url(../img/button/like.png) ;
background-color: transparent;
background-repeat: no-repeat;
margin-right: 8px;
float: left;
width: 50px;
height: 50px;
border: 2px solid #fff;
}
.view {
background-position: center;
background-image:url(../img/button/view.png) ;
background-color: transparent;
background-repeat: no-repeat;
margin-right: 8px;
float: left;
width: 50px;
height: 50px;
border: 2px solid #fff;
}
.time {
background-position: center;
background-image:url(../img/button/time.png) ;
background-color: transparent;
background-repeat: no-repeat;
float: left;
width: 50px;
height: 50px;
border: 2px solid #fff;
}
.addcart{
margin-top: 8px;
text-transform: uppercase;
background-image:url(../img/button/add\ to\ cart.png) ;
background-color:#323232;
background-repeat: no-repeat;
background-position: center;
width: 166px;
height: 50px;
border: 2px solid #fff;
}
.new {
padding-bottom: 100px;
}
.footer {
padding-top: 40px;
padding-bottom: 36px;
background-size: cover;
background-color: rgb(50, 50, 50);
width: 100%;
height: 88px;
}
.descp-footer{
font-family: 'opensans', sans-serif;
color: #fff;
text-align: center;
}
.footer-link{
display: inline-block;
color: #03a9f4;
}
|
html-css/module-05/css/style.css
|
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
*{
padding: 0;
margin: 0;
}
a {
display: block;
text-decoration: none;
color: black;
}
.container {
width: 1110px;
margin: 0 auto;
}
.clearfix::after {
display: table;
content: '';
clear: both;
}
img {
display: block;
max-width: 100%;
height: auto;
}
ul{
list-style: none;
}
.site-logo {
font-family: 'roboto', sans-serif;
font-weight: 300;
line-height: 32px;
font-size: 30px;
float: left;
}
.site-logo::first-letter{
color: #03a9f4;
}
nav {
font-family: 'opensans', sans-serif;
font-size: 18px;
font-weight: 800;
line-height: 32px;
padding: 40px 0;
text-transform: uppercase;
}
.site-navigation{
float: right;
}
.site-navigation li:last-child{
margin-right: 0px;
}
.site-navigation li{
float:left;
list-style: none;
margin-right: 35px;
}
.site-navigation a:hover{
color: #03a9f4;
}
.slider{
position: relative;
padding-bottom: 100px;
}
.slider-ctrl{
top: 225px;
border: none;
display: inline-block;
background-color: rgb(26, 188, 156);
width: 104px;
height: 104px;
}
.btn-wrapper{
transform: translate(-50%, -50%);
left: 50%;
top: 42%;
position: absolute;
}
.slider-ctrl-prew {
float: left;
background-image: url(../img/sliser\ left.jpg);
}
.slider-ctrl-next {
float: right;
background-image: url(../img/sliser\ right.jpg);
}
.slider-description{
font-family: 'roboto', sans-serif;
transform: translate(-50% , -50%);
left: 50%;
top: 45%;
position: absolute;
width: 760px;
color: #fff;
text-transform: uppercase;
}
.slider-title{
font-family: 'roboto', sans-serif;
font-weight: 900;
font-size: 60px ;
line-height: 82px;
letter-spacing: -1.5px;
text-transform: uppercase;
}
.slider-p{
font-weight: 100;
font-size: 24px;
line-height: 54px;
}
.title {
font-family: 'Roboto', sans-serif;
color: #515151;
font-size: 48px;
font-weight:800;
line-height: 32px;
text-align: center;
text-transform: uppercase;
margin-bottom: 116px;
}
.title::after{
display: block;
margin: 0 auto;
margin-top: 30px;
width: 160px;
height: 5px;
background-color: #1abc9c;
content: '';
}
.cards-item {
float: left;
margin-right: 30px;
}
.cards-item:last-child{
margin-right: 0px;
}
.item {
font-family: 'roboto', sans-serif;
float: left;
height: 40px;
width: 200px;
color: #fff;
background-color: #323232;
text-align: center;
text-transform: uppercase;
padding-top:6px;
font-weight: 700;
font-size: 18px;
line-height: 32px;
}
.price {
color: #fff;
background-color: #8c8c8c;
float: left;
height: 40px;
width: 55px;
text-align: center;
text-transform: uppercase;
padding-top: 14px;
}
.cards-item:hover .item{
background-color: #1abc9c;
}
.cards-item:hover .price {
background-color:rgba(26, 188, 156, .5) ;
cursor: pointer;
}
.image-wrapper{
position: relative;
}
.overlay{
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
border: 10px solid rgba(255, 255, 255, .5);
}
.cards-item:hover .overlay {
opacity: 1;
visibility: visible;
}
.overlay-link {
color: #fff;
}
.button {
border: none;
}
.list-item:hover .like{
background-color: #1abc9c;
cursor: pointer;
}
.list-item:hover .view{
background-color: #1abc9c;
cursor: pointer;
}
.list-item:hover .time{
background-color: #1abc9c;
cursor: pointer;
}
.list-item:hover .addcart{
background-color: #1abc9c;
cursor: pointer;
}
.overlay-list{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50% , -50%);
}
.like {
background-position: center;
background-image:url(../img/button/like.png) ;
background-color: transparent;
background-repeat: no-repeat;
margin-right: 8px;
float: left;
width: 50px;
height: 50px;
border: 2px solid #fff;
}
.view {
background-position: center;
background-image:url(../img/button/view.png) ;
background-color: transparent;
background-repeat: no-repeat;
margin-right: 8px;
float: left;
width: 50px;
height: 50px;
border: 2px solid #fff;
}
.time {
background-position: center;
background-image:url(../img/button/time.png) ;
background-color: transparent;
background-repeat: no-repeat;
float: left;
width: 50px;
height: 50px;
border: 2px solid #fff;
}
.addcart{
margin-top: 8px;
text-transform: uppercase;
background-image:url(../img/button/add\ to\ cart.png) ;
background-color:#323232;
background-repeat: no-repeat;
background-position: center;
width: 166px;
height: 50px;
border: 2px solid #fff;
}
.new {
padding-bottom: 100px;
}
.footer {
padding-top: 40px;
padding-bottom: 36px;
background-size: cover;
background-color: rgb(50, 50, 50);
width: 100%;
height: 88px;
}
.descp-footer{
font-family: 'opensans', sans-serif;
color: #fff;
text-align: center;
}
.footer-link{
display: inline-block;
color: #03a9f4;
}
| 0.475605 | 0.068351 |
.animated {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s; }
.animated.hinge {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-ms-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s; }
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3); }
50% {
opacity: 1;
-webkit-transform: scale(1.05); }
70% {
-webkit-transform: scale(0.9); }
100% {
-webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(0.3); }
50% {
opacity: 1;
-moz-transform: scale(1.05); }
70% {
-moz-transform: scale(0.9); }
100% {
-moz-transform: scale(1); } }
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(0.3); }
50% {
opacity: 1;
-o-transform: scale(1.05); }
70% {
-o-transform: scale(0.9); }
100% {
-o-transform: scale(1); } }
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.3); }
50% {
opacity: 1;
transform: scale(1.05); }
70% {
transform: scale(0.9); }
100% {
transform: scale(1); } }
.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn; }
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px); }
60% {
opacity: 1;
-webkit-transform: translateY(-30px); }
80% {
-webkit-transform: translateY(10px); }
100% {
-webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
0% {
opacity: 0;
-moz-transform: translateY(2000px); }
60% {
opacity: 1;
-moz-transform: translateY(-30px); }
80% {
-moz-transform: translateY(10px); }
100% {
-moz-transform: translateY(0); } }
@-o-keyframes bounceInUp {
0% {
opacity: 0;
-o-transform: translateY(2000px); }
60% {
opacity: 1;
-o-transform: translateY(-30px); }
80% {
-o-transform: translateY(10px); }
100% {
-o-transform: translateY(0); } }
@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px); }
60% {
opacity: 1;
transform: translateY(-30px); }
80% {
transform: translateY(10px); }
100% {
transform: translateY(0); } }
.bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp; }
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px); }
60% {
opacity: 1;
-webkit-transform: translateY(30px); }
80% {
-webkit-transform: translateY(-10px); }
100% {
-webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px); }
60% {
opacity: 1;
-moz-transform: translateY(30px); }
80% {
-moz-transform: translateY(-10px); }
100% {
-moz-transform: translateY(0); } }
@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px); }
60% {
opacity: 1;
-o-transform: translateY(30px); }
80% {
-o-transform: translateY(-10px); }
100% {
-o-transform: translateY(0); } }
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px); }
60% {
opacity: 1;
transform: translateY(30px); }
80% {
transform: translateY(-10px); }
100% {
transform: translateY(0); } }
.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown; }
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px); }
60% {
opacity: 1;
-webkit-transform: translateX(30px); }
80% {
-webkit-transform: translateX(-10px); }
100% {
-webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px); }
60% {
opacity: 1;
-moz-transform: translateX(30px); }
80% {
-moz-transform: translateX(-10px); }
100% {
-moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px); }
60% {
opacity: 1;
-o-transform: translateX(30px); }
80% {
-o-transform: translateX(-10px); }
100% {
-o-transform: translateX(0); } }
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px); }
60% {
opacity: 1;
transform: translateX(30px); }
80% {
transform: translateX(-10px); }
100% {
transform: translateX(0); } }
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft; }
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px); }
60% {
opacity: 1;
-webkit-transform: translateX(-30px); }
80% {
-webkit-transform: translateX(10px); }
100% {
-webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px); }
60% {
opacity: 1;
-moz-transform: translateX(-30px); }
80% {
-moz-transform: translateX(10px); }
100% {
-moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px); }
60% {
opacity: 1;
-o-transform: translateX(-30px); }
80% {
-o-transform: translateX(10px); }
100% {
-o-transform: translateX(0); } }
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px); }
60% {
opacity: 1;
transform: translateX(-30px); }
80% {
transform: translateX(10px); }
100% {
transform: translateX(0); } }
.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight; }
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0; }
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1; } }
@-moz-keyframes rotateIn {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(-200deg);
opacity: 0; }
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1; } }
@-o-keyframes rotateIn {
0% {
-o-transform-origin: center center;
-o-transform: rotate(-200deg);
opacity: 0; }
100% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1; } }
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0; }
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1; } }
.rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
-o-animation-name: rotateIn;
animation-name: rotateIn; }
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0; }
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0; }
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1; } }
@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0; }
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1; } }
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0; }
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1; } }
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
-o-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft; }
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0; }
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0; }
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1; } }
@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0; }
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1; } }
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0; }
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1; } }
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
-o-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft; }
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0; }
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1; } }
@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0; }
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1; } }
@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0; }
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1; } }
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0; }
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1; } }
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
-o-animation-name: rotateInUpRight;
animation-name: rotateInUpRight; }
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0; }
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1; } }
@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0; }
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1; } }
@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0; }
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1; } }
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0; }
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1; } }
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
-o-animation-name: rotateInDownRight;
animation-name: rotateInDownRight; }
body, html {
height: 100%; }
body {
background: #212121;
color: #fff;
font-family: 'Oswald', sans-serif; }
/**
*
* Responsive list
*
**/
.responsive {
width: 100%;
height: 100%;
position: relative;
}
.a_content {
float: left;
width: 100%;
height: 100%; }
.a_content img {
width: 100%;
height: 101%; }
.a_content li {
float: left;
border-bottom: 1px solid #d4d2d2;
border-left: 1px solid #d4d2d2;
width: 33.2%;
height: 33.2%;
position: relative;
/* Colors Hover */ }
.a_content li:hover {
cursor: pointer; }
.a_content li:hover .card-front {
-webkit-transform: rotateX(50deg);
-moz-transform: rotateX(50deg);
-ms-transform: rotateX(50deg);
-o-transform: rotateX(50deg);
transform: rotateX(50deg);
-webkit-transform: perspective(1000) rotateX(50deg);
-moz-transform: perspective(1000) rotateX(50deg);
-ms-transform: perspective(1000) rotateX(50deg);
-o-transform: perspective(1000) rotateX(50deg);
transform: perspective(1000) rotateX(50deg); }
.a_content li:hover .card-back {
z-index: 950;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-transform: perspective(1000) rotateX(0deg);
-moz-transform: perspective(1000) rotateX(0deg);
-ms-transform: perspective(1000) rotateX(0deg);
-o-transform: perspective(1000) rotateX(0deg);
transform: perspective(1000) rotateX(0deg); }
.a_content li:first-child .card-back {
background: #bfdde8; }
.a_content li.last .card-back {
background: #cebfd4; }
.a_content li+li .card-back {
background: #d37ba3; }
.a_content li+li+li .card-back {
background: #a2cac2; }
.a_content li+li+li+li .card-back {
background: #bfdde8; }
.a_content li+li+li+li+li .card-back {
background: #cebfd4; }
.a_content li+li+li+li+li+li .card-back {
background: #d37ba3; }
.a_content li+li+li+li+li+li+li .card-back {
background: #a2cac2; }
.a_content li+li+li+li+li+li+li+li .card-back {
background: #bfdde8; }
.a_content li:first-child,
.a_content li.last {
background-color: #c6c4c4; }
.a_content .card-front,
.a_content .card-back {
text-align: right;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 400ms;
-moz-transition: -moz-transform 400ms;
-o-transition: -o-transform 400ms;
transition: transform 400ms;
display: block;
height: 100%;
position: absolute;
width: 100%; }
.a_content .card-front {
-webkit-transform: perspective(1000) rotateX(0);
-moz-transform: perspective(1000) rotateX(0);
-ms-transform: perspective(1000) rotateX(0);
-o-transform: perspective(1000) rotateX(0);
transform: perspective(1000) rotateX(0);
z-index: 900; }
.a_content .card-back {
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
-o-transform: rotateX(-180deg);
transform: rotateX(-180deg);
z-index: 800; }
.a_content h2 {
font-size: 28px;
float: right;
width: 100%;
margin-bottom: 10px;
text-transform: uppercase;
margin-right: 20px;
margin-top: 20px; }
.a_content h2 b {
float: right;
width: 55%; }
.a_content p {
text-align: left;
color: #8c8989;
padding: 0 20px 0 24px; }
.close {
cursor: pointer;
position: absolute;
right: 0;
top: 0;
background: #fff;
color: #111;
text-decoration: none;
font-size: 20px;
padding: 10px 20px; }
.active {
width: 100% !important;
height: 100% !important; }
.all-content {
display: none;
}
.a_content h2 a {
color: #fff;
display: block;
position: absolute;
left: 0;
right: 0;
text-align: center;
top: 0;
padding-top: 60px;
bottom: 0;
}
.a_content .text2 {
padding-bottom: 3px;
padding-top: 37px;
text-align: center;
}
|
public/css/list.css
|
.animated {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s; }
.animated.hinge {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-ms-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s; }
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3); }
50% {
opacity: 1;
-webkit-transform: scale(1.05); }
70% {
-webkit-transform: scale(0.9); }
100% {
-webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(0.3); }
50% {
opacity: 1;
-moz-transform: scale(1.05); }
70% {
-moz-transform: scale(0.9); }
100% {
-moz-transform: scale(1); } }
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(0.3); }
50% {
opacity: 1;
-o-transform: scale(1.05); }
70% {
-o-transform: scale(0.9); }
100% {
-o-transform: scale(1); } }
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.3); }
50% {
opacity: 1;
transform: scale(1.05); }
70% {
transform: scale(0.9); }
100% {
transform: scale(1); } }
.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn; }
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px); }
60% {
opacity: 1;
-webkit-transform: translateY(-30px); }
80% {
-webkit-transform: translateY(10px); }
100% {
-webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
0% {
opacity: 0;
-moz-transform: translateY(2000px); }
60% {
opacity: 1;
-moz-transform: translateY(-30px); }
80% {
-moz-transform: translateY(10px); }
100% {
-moz-transform: translateY(0); } }
@-o-keyframes bounceInUp {
0% {
opacity: 0;
-o-transform: translateY(2000px); }
60% {
opacity: 1;
-o-transform: translateY(-30px); }
80% {
-o-transform: translateY(10px); }
100% {
-o-transform: translateY(0); } }
@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px); }
60% {
opacity: 1;
transform: translateY(-30px); }
80% {
transform: translateY(10px); }
100% {
transform: translateY(0); } }
.bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp; }
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px); }
60% {
opacity: 1;
-webkit-transform: translateY(30px); }
80% {
-webkit-transform: translateY(-10px); }
100% {
-webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px); }
60% {
opacity: 1;
-moz-transform: translateY(30px); }
80% {
-moz-transform: translateY(-10px); }
100% {
-moz-transform: translateY(0); } }
@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px); }
60% {
opacity: 1;
-o-transform: translateY(30px); }
80% {
-o-transform: translateY(-10px); }
100% {
-o-transform: translateY(0); } }
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px); }
60% {
opacity: 1;
transform: translateY(30px); }
80% {
transform: translateY(-10px); }
100% {
transform: translateY(0); } }
.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown; }
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px); }
60% {
opacity: 1;
-webkit-transform: translateX(30px); }
80% {
-webkit-transform: translateX(-10px); }
100% {
-webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px); }
60% {
opacity: 1;
-moz-transform: translateX(30px); }
80% {
-moz-transform: translateX(-10px); }
100% {
-moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px); }
60% {
opacity: 1;
-o-transform: translateX(30px); }
80% {
-o-transform: translateX(-10px); }
100% {
-o-transform: translateX(0); } }
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px); }
60% {
opacity: 1;
transform: translateX(30px); }
80% {
transform: translateX(-10px); }
100% {
transform: translateX(0); } }
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft; }
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px); }
60% {
opacity: 1;
-webkit-transform: translateX(-30px); }
80% {
-webkit-transform: translateX(10px); }
100% {
-webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px); }
60% {
opacity: 1;
-moz-transform: translateX(-30px); }
80% {
-moz-transform: translateX(10px); }
100% {
-moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px); }
60% {
opacity: 1;
-o-transform: translateX(-30px); }
80% {
-o-transform: translateX(10px); }
100% {
-o-transform: translateX(0); } }
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px); }
60% {
opacity: 1;
transform: translateX(-30px); }
80% {
transform: translateX(10px); }
100% {
transform: translateX(0); } }
.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight; }
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0; }
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1; } }
@-moz-keyframes rotateIn {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(-200deg);
opacity: 0; }
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1; } }
@-o-keyframes rotateIn {
0% {
-o-transform-origin: center center;
-o-transform: rotate(-200deg);
opacity: 0; }
100% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1; } }
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0; }
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1; } }
.rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
-o-animation-name: rotateIn;
animation-name: rotateIn; }
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0; }
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0; }
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1; } }
@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0; }
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1; } }
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0; }
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1; } }
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
-o-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft; }
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0; }
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0; }
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1; } }
@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0; }
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1; } }
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0; }
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1; } }
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
-o-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft; }
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0; }
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1; } }
@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0; }
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1; } }
@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0; }
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1; } }
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0; }
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1; } }
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
-o-animation-name: rotateInUpRight;
animation-name: rotateInUpRight; }
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0; }
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1; } }
@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0; }
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1; } }
@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0; }
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1; } }
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0; }
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1; } }
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
-o-animation-name: rotateInDownRight;
animation-name: rotateInDownRight; }
body, html {
height: 100%; }
body {
background: #212121;
color: #fff;
font-family: 'Oswald', sans-serif; }
/**
*
* Responsive list
*
**/
.responsive {
width: 100%;
height: 100%;
position: relative;
}
.a_content {
float: left;
width: 100%;
height: 100%; }
.a_content img {
width: 100%;
height: 101%; }
.a_content li {
float: left;
border-bottom: 1px solid #d4d2d2;
border-left: 1px solid #d4d2d2;
width: 33.2%;
height: 33.2%;
position: relative;
/* Colors Hover */ }
.a_content li:hover {
cursor: pointer; }
.a_content li:hover .card-front {
-webkit-transform: rotateX(50deg);
-moz-transform: rotateX(50deg);
-ms-transform: rotateX(50deg);
-o-transform: rotateX(50deg);
transform: rotateX(50deg);
-webkit-transform: perspective(1000) rotateX(50deg);
-moz-transform: perspective(1000) rotateX(50deg);
-ms-transform: perspective(1000) rotateX(50deg);
-o-transform: perspective(1000) rotateX(50deg);
transform: perspective(1000) rotateX(50deg); }
.a_content li:hover .card-back {
z-index: 950;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-transform: perspective(1000) rotateX(0deg);
-moz-transform: perspective(1000) rotateX(0deg);
-ms-transform: perspective(1000) rotateX(0deg);
-o-transform: perspective(1000) rotateX(0deg);
transform: perspective(1000) rotateX(0deg); }
.a_content li:first-child .card-back {
background: #bfdde8; }
.a_content li.last .card-back {
background: #cebfd4; }
.a_content li+li .card-back {
background: #d37ba3; }
.a_content li+li+li .card-back {
background: #a2cac2; }
.a_content li+li+li+li .card-back {
background: #bfdde8; }
.a_content li+li+li+li+li .card-back {
background: #cebfd4; }
.a_content li+li+li+li+li+li .card-back {
background: #d37ba3; }
.a_content li+li+li+li+li+li+li .card-back {
background: #a2cac2; }
.a_content li+li+li+li+li+li+li+li .card-back {
background: #bfdde8; }
.a_content li:first-child,
.a_content li.last {
background-color: #c6c4c4; }
.a_content .card-front,
.a_content .card-back {
text-align: right;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 400ms;
-moz-transition: -moz-transform 400ms;
-o-transition: -o-transform 400ms;
transition: transform 400ms;
display: block;
height: 100%;
position: absolute;
width: 100%; }
.a_content .card-front {
-webkit-transform: perspective(1000) rotateX(0);
-moz-transform: perspective(1000) rotateX(0);
-ms-transform: perspective(1000) rotateX(0);
-o-transform: perspective(1000) rotateX(0);
transform: perspective(1000) rotateX(0);
z-index: 900; }
.a_content .card-back {
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
-o-transform: rotateX(-180deg);
transform: rotateX(-180deg);
z-index: 800; }
.a_content h2 {
font-size: 28px;
float: right;
width: 100%;
margin-bottom: 10px;
text-transform: uppercase;
margin-right: 20px;
margin-top: 20px; }
.a_content h2 b {
float: right;
width: 55%; }
.a_content p {
text-align: left;
color: #8c8989;
padding: 0 20px 0 24px; }
.close {
cursor: pointer;
position: absolute;
right: 0;
top: 0;
background: #fff;
color: #111;
text-decoration: none;
font-size: 20px;
padding: 10px 20px; }
.active {
width: 100% !important;
height: 100% !important; }
.all-content {
display: none;
}
.a_content h2 a {
color: #fff;
display: block;
position: absolute;
left: 0;
right: 0;
text-align: center;
top: 0;
padding-top: 60px;
bottom: 0;
}
.a_content .text2 {
padding-bottom: 3px;
padding-top: 37px;
text-align: center;
}
| 0.48121 | 0.128908 |
html {
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
background-color: #fff;
}
body {
color: #4e5665;
font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
margin: 0;
line-height: 1.5em;
}
.hackHeader {
background-color: #000;
border-bottom: solid 4px #afafaf;
margin-bottom: 4;
min-width: 550px;
padding: 10px 0;
width: 100%;
}
.hackHeader:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}
.width {
margin: 0 auto;
padding: 0 20px;
}
.logo {
background-image: url('http://hacklang.org/wp-content/themes/hack/hack.png');
background-size: 150px 75px;
background-position: 0 50%;
background-repeat: no-repeat;
float: left;
line-height: 60px;
overflow: hidden;
text-indent: 100%;
width: 115px;
}
.headerNav {
padding: 0;
margin: 0;
}
.headerNav ul {
float: right;
line-height: 2em;
margin: 0 0 0 10px;
padding: 0;
text-align: right;
}
.headerNav li {
display: inline;
text-transform: uppercase;
}
.headerNav li a {
color: #fff;
font-size: 12px;
font-weight: bold;
line-height: 60px;
margin-left: 14px;
text-decoration: none;
}
@media (min-width: 650px) {
.headerNav li a {
letter-spacing: 0.1em;
margin-left: 24px;
}
}
@media (min-width: 1000px) {
.headerNav li a {
font-size: 15px;
margin-left: 34px;
}
.mainColumn {
float: left;
width: 660px;
}
div.nav {
float: right;
margin: 0;
width: 220px;
}
.width {
width: 960px;
}
}
h1 {
margin: 0 0 16px 0;
text-align: center;
display: inline-block;
width: 100%;
}
h1 .docs {
float: right;
}
h3 {
text-size: 1.3em;
}
.mainContainer {
height: 100%;
margin: 0 auto;
max-width: 900px;
padding-top: 30px;
}
.nav {
padding-bottom: 4px;
margin: 0 auto;
width: 650px;
}
a, a.navItem, a h3.navItem, .docs a {
color: #445987;
font-weight: bold;
}
h3.navItem {
font-weight: bold;
}
.nav a:hover {
text-decoration: underline;
}
.navSections {
margin-top: 0;
padding-left: 0;
}
.navItem {
color: #000;
margin: 2px 4px;
}
.navItems {
list-style-position: inside;
padding-left: 10px;
}
.navSectionItem {
list-style-type: none;
}
a:link, a:visited, a:active {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.mainColumn {
background-color: #fff;
margin: 0 auto 30px;
max-width: 650px;
}
.demo {
line-height: 2em;
}
.demo h2 {
text-align: center;
}
.code, .demoResult {
border: 1px solid #4e5665;
font-family: monospace;
line-height: 1em;
margin: 4px 0;
max-height: 400px;
overflow-y: scroll;
padding: 4px;
}
.filename {
font-weight: bold;
text-align: right;
}
.button {
background-color: #878787;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid;
color:#ffffff;
font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
font-size:16px;
-webkit-font-smoothing: antialiased;
font-weight:bold;
height: auto;
margin: 0;
padding: 2px 6px 3px;
text-align:center;
text-shadow:1px 1px 0px #4e5665;
}
.button:hover {
background-color: #fd8724;
text-decoration: none;
}
.button:active {
position:relative;
text-decoration: none;
top:1px;
}
|
css/base.css
|
html {
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
background-color: #fff;
}
body {
color: #4e5665;
font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
margin: 0;
line-height: 1.5em;
}
.hackHeader {
background-color: #000;
border-bottom: solid 4px #afafaf;
margin-bottom: 4;
min-width: 550px;
padding: 10px 0;
width: 100%;
}
.hackHeader:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}
.width {
margin: 0 auto;
padding: 0 20px;
}
.logo {
background-image: url('http://hacklang.org/wp-content/themes/hack/hack.png');
background-size: 150px 75px;
background-position: 0 50%;
background-repeat: no-repeat;
float: left;
line-height: 60px;
overflow: hidden;
text-indent: 100%;
width: 115px;
}
.headerNav {
padding: 0;
margin: 0;
}
.headerNav ul {
float: right;
line-height: 2em;
margin: 0 0 0 10px;
padding: 0;
text-align: right;
}
.headerNav li {
display: inline;
text-transform: uppercase;
}
.headerNav li a {
color: #fff;
font-size: 12px;
font-weight: bold;
line-height: 60px;
margin-left: 14px;
text-decoration: none;
}
@media (min-width: 650px) {
.headerNav li a {
letter-spacing: 0.1em;
margin-left: 24px;
}
}
@media (min-width: 1000px) {
.headerNav li a {
font-size: 15px;
margin-left: 34px;
}
.mainColumn {
float: left;
width: 660px;
}
div.nav {
float: right;
margin: 0;
width: 220px;
}
.width {
width: 960px;
}
}
h1 {
margin: 0 0 16px 0;
text-align: center;
display: inline-block;
width: 100%;
}
h1 .docs {
float: right;
}
h3 {
text-size: 1.3em;
}
.mainContainer {
height: 100%;
margin: 0 auto;
max-width: 900px;
padding-top: 30px;
}
.nav {
padding-bottom: 4px;
margin: 0 auto;
width: 650px;
}
a, a.navItem, a h3.navItem, .docs a {
color: #445987;
font-weight: bold;
}
h3.navItem {
font-weight: bold;
}
.nav a:hover {
text-decoration: underline;
}
.navSections {
margin-top: 0;
padding-left: 0;
}
.navItem {
color: #000;
margin: 2px 4px;
}
.navItems {
list-style-position: inside;
padding-left: 10px;
}
.navSectionItem {
list-style-type: none;
}
a:link, a:visited, a:active {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.mainColumn {
background-color: #fff;
margin: 0 auto 30px;
max-width: 650px;
}
.demo {
line-height: 2em;
}
.demo h2 {
text-align: center;
}
.code, .demoResult {
border: 1px solid #4e5665;
font-family: monospace;
line-height: 1em;
margin: 4px 0;
max-height: 400px;
overflow-y: scroll;
padding: 4px;
}
.filename {
font-weight: bold;
text-align: right;
}
.button {
background-color: #878787;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid;
color:#ffffff;
font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
font-size:16px;
-webkit-font-smoothing: antialiased;
font-weight:bold;
height: auto;
margin: 0;
padding: 2px 6px 3px;
text-align:center;
text-shadow:1px 1px 0px #4e5665;
}
.button:hover {
background-color: #fd8724;
text-decoration: none;
}
.button:active {
position:relative;
text-decoration: none;
top:1px;
}
| 0.405331 | 0.093512 |
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Quicksand:wght@300&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
* {
margin: 0;
padding: 0;
}
.hamburguer{
/* background-color: red; */
width: 2rem;
height: 2rem;
position: fixed;
z-index: 100;
right: 2rem;
top: 2rem;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.line{
width: 100%;
height: .1rem;
background-color: rgb(255, 255, 255);
box-shadow: .5rem .5rem 1px rgb(0, 0, 0);
}
header {
width: 100%;
height: 100vh;
/* overflow: retira barra de rolagem */
overflow: hidden;
position: relative;
}
.img-wraper {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7)
}
@keyframes zoom {
0% {
transform: scale(1.5);
}
100% {
transform: scale(1);
}
}
@keyframes mover {
0% {
transform: translateY(30rem) rotateY(-30deg);
}
100% {
transform: translateY(0) rotateY(0);
opacity: 1 ;
}
}
.img-wraper img{
width: 100%;
height: 100%;
/* maneira como imagem sera envelopada pelo img-wrapper, centralizado */
object-fit: cover;
opacity: .5;
animation: zoom 5s;
}
.banner{
/* A classe header esta como relativo, a classe banner que esta como absoluto
isso garante que eu possa posicionar os elementos de banner em qualquer lugar no header */
position: absolute;
top: 20%;
left: 10%;
}
.banner h1{
color: ivory;
font-size: 2.5rem;
/* font-family: 'Oswald', sans-serif; */
font-family: 'Quicksand', sans-serif;
font-weight: bold;
text-shadow: .2rem .3rem 2px rgba(0, 0, 0, .3);
margin-bottom: .5rem;
line-height: 3rem;
animation: mover 1s forwards;
opacity: 0;
}
.banner p{
color: #ffffff;
font-size: 1.5rem;
/* font-family: 'Indie Flower', cursive; */
font-family: 'Quicksand', sans-serif;
text-shadow: .2rem .3rem 2px rgba(0, 0, 0, .8);
margin-bottom: 1.5rem;
animation: mover 1.5s forwards;
opacity: 0;
}
.banner button{
opacity: 0;
animation: mover 2s forwards;
font-family: 'Quicksand', sans-serif;
font-size: 1rem;
letter-spacing: .2rem;
color: rgb(0, 0, 0);
border: none;
padding: .5rem 1.5rem;
border-radius: .2rem;
font-weight: bold;
cursor: pointer;
background: #ffd89b; /* fallback for old browsers */
background: #fe8c00; /* fallback for old browsers */
background: #fe8c00; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f83600, #fe8c00); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f83600, #fe8c00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.banner button:hover{
color: #fff45c;
}
|
css/principal.css
|
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Quicksand:wght@300&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
* {
margin: 0;
padding: 0;
}
.hamburguer{
/* background-color: red; */
width: 2rem;
height: 2rem;
position: fixed;
z-index: 100;
right: 2rem;
top: 2rem;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.line{
width: 100%;
height: .1rem;
background-color: rgb(255, 255, 255);
box-shadow: .5rem .5rem 1px rgb(0, 0, 0);
}
header {
width: 100%;
height: 100vh;
/* overflow: retira barra de rolagem */
overflow: hidden;
position: relative;
}
.img-wraper {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7)
}
@keyframes zoom {
0% {
transform: scale(1.5);
}
100% {
transform: scale(1);
}
}
@keyframes mover {
0% {
transform: translateY(30rem) rotateY(-30deg);
}
100% {
transform: translateY(0) rotateY(0);
opacity: 1 ;
}
}
.img-wraper img{
width: 100%;
height: 100%;
/* maneira como imagem sera envelopada pelo img-wrapper, centralizado */
object-fit: cover;
opacity: .5;
animation: zoom 5s;
}
.banner{
/* A classe header esta como relativo, a classe banner que esta como absoluto
isso garante que eu possa posicionar os elementos de banner em qualquer lugar no header */
position: absolute;
top: 20%;
left: 10%;
}
.banner h1{
color: ivory;
font-size: 2.5rem;
/* font-family: 'Oswald', sans-serif; */
font-family: 'Quicksand', sans-serif;
font-weight: bold;
text-shadow: .2rem .3rem 2px rgba(0, 0, 0, .3);
margin-bottom: .5rem;
line-height: 3rem;
animation: mover 1s forwards;
opacity: 0;
}
.banner p{
color: #ffffff;
font-size: 1.5rem;
/* font-family: 'Indie Flower', cursive; */
font-family: 'Quicksand', sans-serif;
text-shadow: .2rem .3rem 2px rgba(0, 0, 0, .8);
margin-bottom: 1.5rem;
animation: mover 1.5s forwards;
opacity: 0;
}
.banner button{
opacity: 0;
animation: mover 2s forwards;
font-family: 'Quicksand', sans-serif;
font-size: 1rem;
letter-spacing: .2rem;
color: rgb(0, 0, 0);
border: none;
padding: .5rem 1.5rem;
border-radius: .2rem;
font-weight: bold;
cursor: pointer;
background: #ffd89b; /* fallback for old browsers */
background: #fe8c00; /* fallback for old browsers */
background: #fe8c00; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f83600, #fe8c00); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f83600, #fe8c00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.banner button:hover{
color: #fff45c;
}
| 0.406626 | 0.128279 |
.kt-offcanvas-panel--left .kt-offcanvas-panel {left: -480px;right: auto;}
.kt-offcanvas-panel { width:480px !important;}
.kt-profile .kt-profile__content .kt-profile__main { border:0px;}
.icon-with-title { margin-right:20px; width:50px; float:left;}
.icon-with-title span { padding:8px; float:left;}
.kt-aside__brand i {font-size: 1.3rem;color: #fff;font-weight: 500;}
.kt-user-card__details h4{ font-size:16px; margin:0px; padding:0px; color:#333;}
.kt-user-card .kt-user-card__wrapper { padding:0px 10px;}
.card-title i {font-size: 40px;}
.kt-blog-grid h4{font-size:16px !important; margin:0px !important; padding:0px !important; color:#333 !important; line-height:22px !important;}
.card { border:none;}
.kt-portlet__body_details p{ color:#333;}
.kt-blog-grid__date { float:left; width:100%;}
.kt-blog-grid__date .price { float:left; width:50%;}
.kt-blog-grid__date .qty { float:right; width:50%;}
.kt-portlet, .kt-portlet--contain-with-border { border:1px solid #ebedf2; box-shadow:none !important;}
.profile-nav-icon{padding: 60px 0 0 !important;}
.profile-nav-border{display:block; width:100%; height:1px; background:#ebedf2;}
.profile-nav-icon .nav-tabs.nav-tabs-line{padding:0 25px;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item{position:relative;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item a.nav-link{padding:10px 0 !important;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item span{position:absolute;bottom: calc(100% + 10px);left: calc(50% - 19px);}
.sorting_asc a, .sorting_desc a {color: #0034DA;}
.sorting_asc a i, .sorting_desc a i{ font-size:0.6rem;right: -10px; position:relative;}
.sorting a{color:#000000;}
/*start of open side panel div*/
.open_side_div {height: 100%;width: 0;position: fixed;z-index: 1100;top: 0;left: -40%;background-color: #FFFFFF;overflow-x: hidden;transition: 0.5s;padding: 2.5rem;-webkit-box-shadow: 0px 1px 9px -3px rgba(0,0,0,0.75);-moz-box-shadow: 0px 1px 9px -3px rgba(0,0,0,0.75);box-shadow: 0px 1px 9px -3px rgba(0,0,0,0.75);}
.open_side_div_overlay {background: rgba(0, 0, 0, 0.1);position: fixed;top: 0;left: 0;bottom: 0;right: 0;overflow: hidden;z-index: 1000;display:none;}
.multiple_open_side_div_overlay {background: rgba(0, 0, 0, 0.1);position: fixed;top: 0;left: 0;bottom: 0;right: 0;overflow: hidden;z-index: 1000;display:none;}
.quick_panel_open_side_div_overlay {background: rgba(0, 0, 0, 0.1);position: fixed;top: 0;left: 0;bottom: 0;right: 0;overflow: hidden;z-index: 1000;display:none;}
.side_div_panel_head {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.side_div_panel_title {font-size: 1.4rem;font-weight: 500;color: #33323f;margin: 0;padding: 0;}
.side_div_panel_close {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 28px;height: 28px;background-color: #f4f4f8;-webkit-transition: all 0.3s;transition: all 0.3s;border-radius: 4px;}
.side_div_panel_close i {-webkit-transition: all 0.3s;transition: all 0.3s;font-size: 0.8rem;color: #cacad7; }
.side_div_panel_close:hover {-webkit-transition: all 0.3s;transition: all 0.3s;background-color: #3699ff; }
.side_div_panel_close:hover i {-webkit-transition: all 0.3s;transition: all 0.3s;color: #ffffff; }
.side_div_panel_body_scroll {overflow-y:auto;-webkit-overflow-scrolling: touch;}
/*end of open side panel div*/
.fullwidth {width: 100% !important;}
.removepadding {padding: 0px !important;}
.removemargin {margin: 0px !important;}
.remove-left-padding {padding-left:0px !important;}
.remove-right-padding {padding-right:0px !important;}
.add-left-padding-10 {padding-left:10px !important;}
.add-right-padding-10 {padding-right:10px !important;}
.display-hide {display:none;}
.text-center {text-align: center;}
.form-group label {color: #000000 !important;}
.required {color: #FF0000;}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container .select2-selection,
.has-error .select2-container .select2-selection { background: #FAEDEC; border: 1px solid #d71b29;}
.has-error input,
.has-error select,
.has-error textarea,
.has-danger-field {
background: #FAEDEC;
border: 1px solid #d71b29 !important;
padding-right: calc(1.5em + 1.3rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd397a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fd397a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
/*background-image: url("cancel_form.png");*/
background-repeat: no-repeat;
background-position: center right calc(0.375em + 0.325rem);
background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.select2 { width:100% !important;}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {background-color: #fff;border: 1px solid #ccc;border-radius: 1px;min-height: 40px;text-align:left;}
.select2-container--default .select2-selection--single .select2-selection__rendered {color: #333333;padding-top:10px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {padding-top: 3px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 40px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__clear {margin-top: 2px;border: none;border-radius: 0;padding: 3px 5px;}
.select2-container--default.select2-container--focus .select2-selection--multiple {border: 1px solid #ccc;}
.fileinput-default {cursor:pointer;color: #666;background-color: #e1e5ec;border-color: #e1e5ec;}
.fileinput {cursor:pointer;}
.btn-change-fileinput:hover {color: #212529;}
.apply-validation-color {background: #FAEDEC !important; border: 1px solid #d71b29 !important;}
/**preloader**/
#preloader_new1 {
/*position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 99999; */
background: rgba(255, 255, 255, 1);
height: 100%;
position: fixed;
width: 100%;
z-index: 999999999;
top: 0;
left: 0;
}
#preloader-inner {
position: absolute;
left: 50%;
top: 50%;
font-size: 5px;
width: 5em;
height: 5em;
margin: -25px 0 0 -25px;
text-indent: -9999em;
border-top: 0.5em solid #3699ff;
border-right: 0.5em solid rgba(245, 245, 245, 0.5);
border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
border-left: 0.5em solid rgba(245, 245, 245, 0.5);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear; }
#preloader-inner,
#preloader-inner:after {
border-radius: 50%;
width: 10em;
height: 10em; }
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
/**preloader**/
.outer-conainer {
overflow: hidden
}
.outer-conainer.show {
overflow: visible;
}
.img-circle { float:left;width:150px; }
.norecord-icon-border{
border: 1px solid #3699ff;
color: #3699ff;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
padding: 1rem 2rem;
border-radius: 3px;
margin: 0 0 20px 0;
width:100%;
}
.norecord-icon-border .alert-icon, .kt-subheader__toolbar .alert-icon{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 1.25rem 0 0;
color:#3699ff;
}
.norecord-icon-border .alert-text, .kt-subheader__toolbar .alert-text {
color: #777;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.norecord-icon-border i {
font-size: 2.4rem;
}
.norecord-icon-border .alert-longtext {
color: #333;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-weight:400;
line-height:1.8;
font-size:14px;
}
.input-group-prepend { border: 1px solid #999999;border-top-left-radius: 4px;border-bottom-left-radius: 4px; }
/*===== CSS by Abu Omama =====*/
.kt-user-card{height:270px;}
.kt-user-card .kt-user-card__wrapper{height:auto; bottom:-35px;}
.profile-nav-icon{padding:85px 0 0 !important;}
.profile-nav-border{display:block; width:100%; height:1px; background:#ebedf2;}
.profile-nav-icon .nav-tabs.nav-tabs-line{padding:0 25px;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item{position:relative;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item a.nav-link{padding:10px 0 !important;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item .nav-icon{position:absolute;bottom: calc(100% + 10px);left:0; width:100%; text-align:center;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item .nav-icon label{ margin-top:5px; margin-bottom:0;}
ul.gallery-list{list-style:none;padding:0;margin:0;display:flex;flex-flow:row wrap;width:calc(100% + 20px);margin-left:-10px;position:relative;}
ul.gallery-list > li{width:16.66%;padding:10px;}
ul.gallery-list > li > a{display:block;width:100%;position:relative;}
ul.gallery-list > li > a > img{width:100%;height:auto;max-width:100%;}
.typeahead .tt-menu .tt-dataset .tt-suggestion{display:flex;flex-flow:row;align-items:center;cursor:pointer;}
.typeahead .tt-menu .tt-dataset .tt-suggestion .media-body{margin-left:10px;}
.typeahead .tt-menu .tt-dataset .tt-suggestion .media-body h4{font-size:14px;margin-bottom:0;}
.typeahead .tt-menu .tt-dataset .tt-suggestion .media-body p{margin-bottom:0;}
.kt-aside,
.kt-aside .kt-aside__primary,
.kt-aside__primary .kt-aside__top,
.kt-aside__primary .kt-aside__bottom .kt-aside__nav .kt-aside__nav-item .kt-aside__nav-link{transition:all 0.2s !important;}
.kt-aside__primary .kt-aside__middle .kt-aside__nav .kt-aside__nav-item b{font-weight:inherit; font-size:0; color:#fff;}
body:not(.kt-aside--on) .kt-aside{max-width:200px !important;}
.expand-nav .kt-aside{width:300px;}
.expand-nav .kt-aside__primary .kt-aside__top{text-align:left; padding:0 15px;}
.expand-nav .kt-aside__primary .kt-aside__bottom .kt-aside__nav .kt-aside__nav-item .kt-aside__nav-link{margin-left:15px;}
.expand-nav .kt-aside .kt-aside__primary{width:100%;}
.expand-nav .kt-aside__primary .kt-aside__middle .kt-aside__nav .kt-aside__nav-item .kt-aside__nav-link{width:100%; padding:5px 15px; justify-content:flex-start;}
.expand-nav .kt-aside__primary .kt-aside__middle .kt-aside__nav .kt-aside__nav-item .kt-aside__nav-link b{font-size:14px; margin-left:10px;}
.expand-nav .kt-wrapper{margin-left:200px;}
.kt-space-between{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between;}
.kt-nav .kt-nav__custom{display:-webkit-box; display:-ms-flexbox; display:flex; padding:0.55rem 1.75rem; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
.kt-aside__primary .kt-aside__bottom .kt-aside__nav .kt-aside__nav-item .dropdown-menu{margin-left:0;}
.kt-user-card .kt-user-card__wrapper .kt-user-card__details .kt-user-card__name { color:#333;}
.show-tablet-and-mobile { display:none !important;}
@media (min-width: 1025px){
.kt-aside{overflow:visible;}
}
/* =============================
! Layout for ipad lanscape
============================= */
@media only screen and (max-width: 1048px){
}
/*=============================
! Layout for ipad portrait
============================= */
@media only screen and (max-width: 991px) {
ul.gallery-list > li{width:25%;}
.kt-user-card .kt-user-card__wrapper{height:auto; bottom:-25px !important;}
.kt-aside__bottom { display:none !important;}
}
/* =============================
! Layout for mobile(lanscape) version
============================= */
@media handheld, only screen and (max-width: 767px){
ul.gallery-list > li{width:33.33%;}
.kt-user-card .kt-user-card__wrapper{height:auto; bottom:-25px !important;}
.kt-subheader__breadcrumbs, .kt-subheader__separator { display:none!important;}
.table thead tr th, .hide-tablet-and-mobile, .kt-aside__bottom { display:none !important;}
.show-tablet-and-mobile { display:block !important;}
}
/* =============================
! Layout for mobile(portrait) version
============================= */
@media only screen and (max-width: 479px) {
ul.gallery-list > li{width:50%;}
.kt-user-card .kt-user-card__wrapper{height:auto; bottom:-25px !important;}
}
.btn.btn-default { color: #ffffff;background: #3699ff;border-color: #3699ff; }
.btn.btn-default i { color: #ffffff; }
.btn.btn-default:hover { border: 0;background: transparent;color: #a1a8c3;border: 1px solid #e8ecfa; }
.btn.btn-default:hover i { color: #93a2dd; }
.hyperlink-color { color:#333333; }
.hyperlink-color:hover { color:#5867dd; }
.tooltip-inner { text-align: left !important; }
.datatable-icon-margin-right { margin-right: 10px; }
.widget_div {width: calc(33% - 4px) !important;min-height: 140px !important;margin: 2px !important;}
.widget_mobile_div {width: calc(50% - 8px) !important;min-height: 140px !important;margin: 2px !important;}
.moq_price_color {color:#918ea7;font-size:10px !important;}
.supplier_name_color {color:#918ea7;font-size:14px !important;}
.listing-search-icon {border: 1px solid #ebedf2;border-radius: 4px;border-top-left-radius: 0;border-bottom-left-radius: 0;}
.flaticon2-search-1 {cursor:pointer;}
.listing-search-icon-color {color:#999999 !important;}
.product-grid-view-edit-delete {background-color: rgba(255, 255, 255, 0.3);color: #ffffff;font-weight: 600;padding: 0.5rem 0.7rem;border-radius: 5px;-ms-flex-item-align: start;align-self: flex-end;position: absolute;z-index: 1;float: right;top:15px;right:25px;}
.product-grid-view-edit-delete-icon {font-size:16px;cursor:pointer;}
.listing-search-text-box-color {border: 1px solid #ebedf2 !important;}
.kt-aside__nav-link {width: 3rem;
height: 3rem;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
}
.kt-header-mobile .kt-aside__nav-link img { max-width:32px; border-radius: 50px;}
.kt-aside__nav-link, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler {margin: 0 0 0 15px;}
.kt-aside-icon i { font-size:26px; color:#8aa4f3;}
.kt-aside__bottom .kt-aside__nav-link i{ font-size:22px !important;}
@media (max-width: 1024px) {
.kt-user-card-v2 .kt-user-card-v2__pic img {
max-width: 32px !important; } }
.btn-border-and-padding {padding: 8px 25px !important;line-height: 18px !important;}
.sweet-overlay{z-index: 999999 !important; background:transparent;}
.sweet-overlay:before{content: ''; width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 0; opacity: 0.85;}
.sweet-overlay:after{content: ''; width: 100%; height: 100%; background: #0034DA; position: absolute; left: 0; top: 0; opacity: 0.08;}
.sweet-alert{text-align: left !important; padding: 30px !important;border-radius: 0 !important;box-shadow: 0 5px 15px rgba(0,0,0,0.1); z-index: 9999999 !important; width: 525px !important; margin-left: -262px !important;}
.sweet-alert .sweet-alert-header{background: transparent; padding: 0;box-shadow: none;}
.sweet-alert .sweet-alert-header h2{margin-bottom: 15px; font-size: 22px; line-height: 26px;padding: 0;color: #000;}
.sweet-alert .sweet-alert-body{padding: 0;}
.sweet-alert .sweet-alert-body .lead{font-size: 15px; line-height: 24px; color: #000 !important;}
.sweet-alert .sweet-alert-body .sa-icon{display: none !important;}
.sweet-alert .sa-button-container{border:0; padding-top: 30px; text-align: right;padding: 0;padding-top: 30px;}
.sweet-alert .sa-button-container .btn.confirm, .sweet-alert .sa-button-container .btn.confirm:focus{color:#fff;background-color:#0034DA !important; border:solid 1px #0034DA !important; height: 40px !important;}
.sweet-alert .sa-button-container .btn.confirm:hover, .sweet-alert .sa-button-container .btn.confirm:active{color:#fff;background-color:#0034DA !important;border-color:#0034DA !important; height: 40px !important;}
.sweet-alert .sa-button-container .btn.btn-xlg{min-width:220px !important;}
.sweet-alert .sa-button-container .btn.btn-lg{min-width:166px !important;}
.sweet-alert .sa-button-container .btn.btn-md{min-width:144px !important;}
.sweet-alert .sa-button-container .btn.btn-sm{font-size:12px;line-height:16px;padding:7px 10px;}
.sweet-alert .sa-button-container .btn.btn-sm.min-width{min-width:116px !important;}
.sweet-alert .sa-button-container .cancel {background-color: #FFFFFF !important;border: #FFFFFF !important;color: #8798AD;}
.sweet-alert .sa-button-container .cancel:hover {background-color: #FFFFFF !important;border: #FFFFFF !important;color: #0034DA;}
.logout-left {margin-left: 15px !important;}
.expand-nav .logout-left {margin-left: 0px !important;}
.action_disabled {cursor: default !important;background: #ffffff !important;color:#a7a8ab !important;}
.action_disabled:hover {cursor: default !important;background: #ffffff !important;color:#a7a8ab !important;}
.action_disabled i{cursor: default !important;background: #ffffff !important;color:#a7a8ab !important;}
.action_disabled i:hover {cursor: default !important;background: #ffffff !important;color:#a7a8ab !important;}
|
assets/admin/css/developer.css
|
.kt-offcanvas-panel--left .kt-offcanvas-panel {left: -480px;right: auto;}
.kt-offcanvas-panel { width:480px !important;}
.kt-profile .kt-profile__content .kt-profile__main { border:0px;}
.icon-with-title { margin-right:20px; width:50px; float:left;}
.icon-with-title span { padding:8px; float:left;}
.kt-aside__brand i {font-size: 1.3rem;color: #fff;font-weight: 500;}
.kt-user-card__details h4{ font-size:16px; margin:0px; padding:0px; color:#333;}
.kt-user-card .kt-user-card__wrapper { padding:0px 10px;}
.card-title i {font-size: 40px;}
.kt-blog-grid h4{font-size:16px !important; margin:0px !important; padding:0px !important; color:#333 !important; line-height:22px !important;}
.card { border:none;}
.kt-portlet__body_details p{ color:#333;}
.kt-blog-grid__date { float:left; width:100%;}
.kt-blog-grid__date .price { float:left; width:50%;}
.kt-blog-grid__date .qty { float:right; width:50%;}
.kt-portlet, .kt-portlet--contain-with-border { border:1px solid #ebedf2; box-shadow:none !important;}
.profile-nav-icon{padding: 60px 0 0 !important;}
.profile-nav-border{display:block; width:100%; height:1px; background:#ebedf2;}
.profile-nav-icon .nav-tabs.nav-tabs-line{padding:0 25px;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item{position:relative;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item a.nav-link{padding:10px 0 !important;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item span{position:absolute;bottom: calc(100% + 10px);left: calc(50% - 19px);}
.sorting_asc a, .sorting_desc a {color: #0034DA;}
.sorting_asc a i, .sorting_desc a i{ font-size:0.6rem;right: -10px; position:relative;}
.sorting a{color:#000000;}
/*start of open side panel div*/
.open_side_div {height: 100%;width: 0;position: fixed;z-index: 1100;top: 0;left: -40%;background-color: #FFFFFF;overflow-x: hidden;transition: 0.5s;padding: 2.5rem;-webkit-box-shadow: 0px 1px 9px -3px rgba(0,0,0,0.75);-moz-box-shadow: 0px 1px 9px -3px rgba(0,0,0,0.75);box-shadow: 0px 1px 9px -3px rgba(0,0,0,0.75);}
.open_side_div_overlay {background: rgba(0, 0, 0, 0.1);position: fixed;top: 0;left: 0;bottom: 0;right: 0;overflow: hidden;z-index: 1000;display:none;}
.multiple_open_side_div_overlay {background: rgba(0, 0, 0, 0.1);position: fixed;top: 0;left: 0;bottom: 0;right: 0;overflow: hidden;z-index: 1000;display:none;}
.quick_panel_open_side_div_overlay {background: rgba(0, 0, 0, 0.1);position: fixed;top: 0;left: 0;bottom: 0;right: 0;overflow: hidden;z-index: 1000;display:none;}
.side_div_panel_head {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.side_div_panel_title {font-size: 1.4rem;font-weight: 500;color: #33323f;margin: 0;padding: 0;}
.side_div_panel_close {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 28px;height: 28px;background-color: #f4f4f8;-webkit-transition: all 0.3s;transition: all 0.3s;border-radius: 4px;}
.side_div_panel_close i {-webkit-transition: all 0.3s;transition: all 0.3s;font-size: 0.8rem;color: #cacad7; }
.side_div_panel_close:hover {-webkit-transition: all 0.3s;transition: all 0.3s;background-color: #3699ff; }
.side_div_panel_close:hover i {-webkit-transition: all 0.3s;transition: all 0.3s;color: #ffffff; }
.side_div_panel_body_scroll {overflow-y:auto;-webkit-overflow-scrolling: touch;}
/*end of open side panel div*/
.fullwidth {width: 100% !important;}
.removepadding {padding: 0px !important;}
.removemargin {margin: 0px !important;}
.remove-left-padding {padding-left:0px !important;}
.remove-right-padding {padding-right:0px !important;}
.add-left-padding-10 {padding-left:10px !important;}
.add-right-padding-10 {padding-right:10px !important;}
.display-hide {display:none;}
.text-center {text-align: center;}
.form-group label {color: #000000 !important;}
.required {color: #FF0000;}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container .select2-selection,
.has-error .select2-container .select2-selection { background: #FAEDEC; border: 1px solid #d71b29;}
.has-error input,
.has-error select,
.has-error textarea,
.has-danger-field {
background: #FAEDEC;
border: 1px solid #d71b29 !important;
padding-right: calc(1.5em + 1.3rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd397a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fd397a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
/*background-image: url("cancel_form.png");*/
background-repeat: no-repeat;
background-position: center right calc(0.375em + 0.325rem);
background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.select2 { width:100% !important;}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {background-color: #fff;border: 1px solid #ccc;border-radius: 1px;min-height: 40px;text-align:left;}
.select2-container--default .select2-selection--single .select2-selection__rendered {color: #333333;padding-top:10px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {padding-top: 3px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 40px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__clear {margin-top: 2px;border: none;border-radius: 0;padding: 3px 5px;}
.select2-container--default.select2-container--focus .select2-selection--multiple {border: 1px solid #ccc;}
.fileinput-default {cursor:pointer;color: #666;background-color: #e1e5ec;border-color: #e1e5ec;}
.fileinput {cursor:pointer;}
.btn-change-fileinput:hover {color: #212529;}
.apply-validation-color {background: #FAEDEC !important; border: 1px solid #d71b29 !important;}
/**preloader**/
#preloader_new1 {
/*position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 99999; */
background: rgba(255, 255, 255, 1);
height: 100%;
position: fixed;
width: 100%;
z-index: 999999999;
top: 0;
left: 0;
}
#preloader-inner {
position: absolute;
left: 50%;
top: 50%;
font-size: 5px;
width: 5em;
height: 5em;
margin: -25px 0 0 -25px;
text-indent: -9999em;
border-top: 0.5em solid #3699ff;
border-right: 0.5em solid rgba(245, 245, 245, 0.5);
border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
border-left: 0.5em solid rgba(245, 245, 245, 0.5);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear; }
#preloader-inner,
#preloader-inner:after {
border-radius: 50%;
width: 10em;
height: 10em; }
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
/**preloader**/
.outer-conainer {
overflow: hidden
}
.outer-conainer.show {
overflow: visible;
}
.img-circle { float:left;width:150px; }
.norecord-icon-border{
border: 1px solid #3699ff;
color: #3699ff;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
padding: 1rem 2rem;
border-radius: 3px;
margin: 0 0 20px 0;
width:100%;
}
.norecord-icon-border .alert-icon, .kt-subheader__toolbar .alert-icon{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 1.25rem 0 0;
color:#3699ff;
}
.norecord-icon-border .alert-text, .kt-subheader__toolbar .alert-text {
color: #777;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.norecord-icon-border i {
font-size: 2.4rem;
}
.norecord-icon-border .alert-longtext {
color: #333;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-weight:400;
line-height:1.8;
font-size:14px;
}
.input-group-prepend { border: 1px solid #999999;border-top-left-radius: 4px;border-bottom-left-radius: 4px; }
/*===== CSS by Abu Omama =====*/
.kt-user-card{height:270px;}
.kt-user-card .kt-user-card__wrapper{height:auto; bottom:-35px;}
.profile-nav-icon{padding:85px 0 0 !important;}
.profile-nav-border{display:block; width:100%; height:1px; background:#ebedf2;}
.profile-nav-icon .nav-tabs.nav-tabs-line{padding:0 25px;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item{position:relative;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item a.nav-link{padding:10px 0 !important;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item .nav-icon{position:absolute;bottom: calc(100% + 10px);left:0; width:100%; text-align:center;}
.profile-nav-icon .nav-tabs.nav-tabs-line .nav-item .nav-icon label{ margin-top:5px; margin-bottom:0;}
ul.gallery-list{list-style:none;padding:0;margin:0;display:flex;flex-flow:row wrap;width:calc(100% + 20px);margin-left:-10px;position:relative;}
ul.gallery-list > li{width:16.66%;padding:10px;}
ul.gallery-list > li > a{display:block;width:100%;position:relative;}
ul.gallery-list > li > a > img{width:100%;height:auto;max-width:100%;}
.typeahead .tt-menu .tt-dataset .tt-suggestion{display:flex;flex-flow:row;align-items:center;cursor:pointer;}
.typeahead .tt-menu .tt-dataset .tt-suggestion .media-body{margin-left:10px;}
.typeahead .tt-menu .tt-dataset .tt-suggestion .media-body h4{font-size:14px;margin-bottom:0;}
.typeahead .tt-menu .tt-dataset .tt-suggestion .media-body p{margin-bottom:0;}
.kt-aside,
.kt-aside .kt-aside__primary,
.kt-aside__primary .kt-aside__top,
.kt-aside__primary .kt-aside__bottom .kt-aside__nav .kt-aside__nav-item .kt-aside__nav-link{transition:all 0.2s !important;}
.kt-aside__primary .kt-aside__middle .kt-aside__nav .kt-aside__nav-item b{font-weight:inherit; font-size:0; color:#fff;}
body:not(.kt-aside--on) .kt-aside{max-width:200px !important;}
.expand-nav .kt-aside{width:300px;}
.expand-nav .kt-aside__primary .kt-aside__top{text-align:left; padding:0 15px;}
.expand-nav .kt-aside__primary .kt-aside__bottom .kt-aside__nav .kt-aside__nav-item .kt-aside__nav-link{margin-left:15px;}
.expand-nav .kt-aside .kt-aside__primary{width:100%;}
.expand-nav .kt-aside__primary .kt-aside__middle .kt-aside__nav .kt-aside__nav-item .kt-aside__nav-link{width:100%; padding:5px 15px; justify-content:flex-start;}
.expand-nav .kt-aside__primary .kt-aside__middle .kt-aside__nav .kt-aside__nav-item .kt-aside__nav-link b{font-size:14px; margin-left:10px;}
.expand-nav .kt-wrapper{margin-left:200px;}
.kt-space-between{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between;}
.kt-nav .kt-nav__custom{display:-webkit-box; display:-ms-flexbox; display:flex; padding:0.55rem 1.75rem; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
.kt-aside__primary .kt-aside__bottom .kt-aside__nav .kt-aside__nav-item .dropdown-menu{margin-left:0;}
.kt-user-card .kt-user-card__wrapper .kt-user-card__details .kt-user-card__name { color:#333;}
.show-tablet-and-mobile { display:none !important;}
@media (min-width: 1025px){
.kt-aside{overflow:visible;}
}
/* =============================
! Layout for ipad lanscape
============================= */
@media only screen and (max-width: 1048px){
}
/*=============================
! Layout for ipad portrait
============================= */
@media only screen and (max-width: 991px) {
ul.gallery-list > li{width:25%;}
.kt-user-card .kt-user-card__wrapper{height:auto; bottom:-25px !important;}
.kt-aside__bottom { display:none !important;}
}
/* =============================
! Layout for mobile(lanscape) version
============================= */
@media handheld, only screen and (max-width: 767px){
ul.gallery-list > li{width:33.33%;}
.kt-user-card .kt-user-card__wrapper{height:auto; bottom:-25px !important;}
.kt-subheader__breadcrumbs, .kt-subheader__separator { display:none!important;}
.table thead tr th, .hide-tablet-and-mobile, .kt-aside__bottom { display:none !important;}
.show-tablet-and-mobile { display:block !important;}
}
/* =============================
! Layout for mobile(portrait) version
============================= */
@media only screen and (max-width: 479px) {
ul.gallery-list > li{width:50%;}
.kt-user-card .kt-user-card__wrapper{height:auto; bottom:-25px !important;}
}
.btn.btn-default { color: #ffffff;background: #3699ff;border-color: #3699ff; }
.btn.btn-default i { color: #ffffff; }
.btn.btn-default:hover { border: 0;background: transparent;color: #a1a8c3;border: 1px solid #e8ecfa; }
.btn.btn-default:hover i { color: #93a2dd; }
.hyperlink-color { color:#333333; }
.hyperlink-color:hover { color:#5867dd; }
.tooltip-inner { text-align: left !important; }
.datatable-icon-margin-right { margin-right: 10px; }
.widget_div {width: calc(33% - 4px) !important;min-height: 140px !important;margin: 2px !important;}
.widget_mobile_div {width: calc(50% - 8px) !important;min-height: 140px !important;margin: 2px !important;}
.moq_price_color {color:#918ea7;font-size:10px !important;}
.supplier_name_color {color:#918ea7;font-size:14px !important;}
.listing-search-icon {border: 1px solid #ebedf2;border-radius: 4px;border-top-left-radius: 0;border-bottom-left-radius: 0;}
.flaticon2-search-1 {cursor:pointer;}
.listing-search-icon-color {color:#999999 !important;}
.product-grid-view-edit-delete {background-color: rgba(255, 255, 255, 0.3);color: #ffffff;font-weight: 600;padding: 0.5rem 0.7rem;border-radius: 5px;-ms-flex-item-align: start;align-self: flex-end;position: absolute;z-index: 1;float: right;top:15px;right:25px;}
.product-grid-view-edit-delete-icon {font-size:16px;cursor:pointer;}
.listing-search-text-box-color {border: 1px solid #ebedf2 !important;}
.kt-aside__nav-link {width: 3rem;
height: 3rem;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
}
.kt-header-mobile .kt-aside__nav-link img { max-width:32px; border-radius: 50px;}
.kt-aside__nav-link, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler {margin: 0 0 0 15px;}
.kt-aside-icon i { font-size:26px; color:#8aa4f3;}
.kt-aside__bottom .kt-aside__nav-link i{ font-size:22px !important;}
@media (max-width: 1024px) {
.kt-user-card-v2 .kt-user-card-v2__pic img {
max-width: 32px !important; } }
.btn-border-and-padding {padding: 8px 25px !important;line-height: 18px !important;}
.sweet-overlay{z-index: 999999 !important; background:transparent;}
.sweet-overlay:before{content: ''; width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 0; opacity: 0.85;}
.sweet-overlay:after{content: ''; width: 100%; height: 100%; background: #0034DA; position: absolute; left: 0; top: 0; opacity: 0.08;}
.sweet-alert{text-align: left !important; padding: 30px !important;border-radius: 0 !important;box-shadow: 0 5px 15px rgba(0,0,0,0.1); z-index: 9999999 !important; width: 525px !important; margin-left: -262px !important;}
.sweet-alert .sweet-alert-header{background: transparent; padding: 0;box-shadow: none;}
.sweet-alert .sweet-alert-header h2{margin-bottom: 15px; font-size: 22px; line-height: 26px;padding: 0;color: #000;}
.sweet-alert .sweet-alert-body{padding: 0;}
.sweet-alert .sweet-alert-body .lead{font-size: 15px; line-height: 24px; color: #000 !important;}
.sweet-alert .sweet-alert-body .sa-icon{display: none !important;}
.sweet-alert .sa-button-container{border:0; padding-top: 30px; text-align: right;padding: 0;padding-top: 30px;}
.sweet-alert .sa-button-container .btn.confirm, .sweet-alert .sa-button-container .btn.confirm:focus{color:#fff;background-color:#0034DA !important; border:solid 1px #0034DA !important; height: 40px !important;}
.sweet-alert .sa-button-container .btn.confirm:hover, .sweet-alert .sa-button-container .btn.confirm:active{color:#fff;background-color:#0034DA !important;border-color:#0034DA !important; height: 40px !important;}
.sweet-alert .sa-button-container .btn.btn-xlg{min-width:220px !important;}
.sweet-alert .sa-button-container .btn.btn-lg{min-width:166px !important;}
.sweet-alert .sa-button-container .btn.btn-md{min-width:144px !important;}
.sweet-alert .sa-button-container .btn.btn-sm{font-size:12px;line-height:16px;padding:7px 10px;}
.sweet-alert .sa-button-container .btn.btn-sm.min-width{min-width:116px !important;}
.sweet-alert .sa-button-container .cancel {background-color: #FFFFFF !important;border: #FFFFFF !important;color: #8798AD;}
.sweet-alert .sa-button-container .cancel:hover {background-color: #FFFFFF !important;border: #FFFFFF !important;color: #0034DA;}
.logout-left {margin-left: 15px !important;}
.expand-nav .logout-left {margin-left: 0px !important;}
.action_disabled {cursor: default !important;background: #ffffff !important;color:#a7a8ab !important;}
.action_disabled:hover {cursor: default !important;background: #ffffff !important;color:#a7a8ab !important;}
.action_disabled i{cursor: default !important;background: #ffffff !important;color:#a7a8ab !important;}
.action_disabled i:hover {cursor: default !important;background: #ffffff !important;color:#a7a8ab !important;}
| 0.291384 | 0.201028 |
section.section-show {
top: 100px;
bottom: auto;
opacity: 1;
padding-bottom: 45px;
}
@media (max-width: 768px) {
section {
top: 120px;
}
section.section-show {
top: 80px;
}
}
.section-title h2 {
font-size: 14px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 20px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: #aaaaaa;
font-family: "Poppins", sans-serif;
}
.section-title h2::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: #4ceb95;
margin: 4px 10px;
}
.section-title p {
margin: 0;
margin: -15px 0 15px 0;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: #fff;
}
.contact .info-box {
color: #444444;
padding: 10px;
width: 100%;
background: rgba(255, 255, 255, 0.08);
}
.contact .info-box i.bx {
font-size: 24px;
color: #18d26e;
border-radius: 50%;
padding: 10px;
float: left;
background: rgba(255, 255, 255, 0.1);
}
.contact .info-box h3 {
font-size: 20px;
color: rgba(255, 255, 255, 0.5);
font-weight: 700;
margin: 10px 0 8px 68px;
}
.contact .info-box p {
padding: 0;
color: #fff;
line-height: 24px;
font-size: 14px;
margin: 0 0 0 68px;
text-align: left;
}
.contact .info-box .social-links {
margin: 5px 0 0 68px;
display: flex;
}
.contact .info-box .social-links a {
font-size: 18px;
display: inline-block;
color: #fff;
line-height: 1;
margin-right: 12px;
transition: 0.3s;
}
.contact .info-box .social-links a:hover {
color: #18d26e;
}
.contact .php-email-form {
padding: 30px;
background: rgba(255, 255, 255, 0.08);
}
.contact .php-email-form .validate {
display: none;
color: red;
margin: 0 0 15px 0;
font-weight: 400;
font-size: 13px;
}
.contact .php-email-form .error-message {
display: none;
background: rgba(255, 255, 255, 0.08);
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .error-message br + br {
margin-top: 25px;
}
.contact .php-email-form .sent-message {
display: none;
background: rgba(255, 255, 255, 0.08);
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .loading {
display: none;
background: rgba(255, 255, 255, 0.08);
text-align: center;
padding: 15px;
}
.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
background: rgba(255, 255, 255, 0.08);
border: 0;
transition: 0.3s;
color: #fff;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
background-color: rgba(255, 255, 255, 0.11);
}
.contact .php-email-form input::-webkit-input-placeholder, .contact .php-email-form textarea::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input:-ms-input-placeholder, .contact .php-email-form textarea:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input::-ms-input-placeholder, .contact .php-email-form textarea::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input {
padding: 20px 15px;
}
.contact .php-email-form textarea {
padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
background: #18d26e;
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
background: #15bb62;
}
.section-title h2 {
font-size: 14px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 20px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: #aaaaaa;
font-family: "Poppins", sans-serif;
}
.section-title h2::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: #4ceb95;
margin: 4px 10px;
}
.section-title p {
margin: 0;
margin: -15px 0 15px 0;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: #fff;
}
/*--------------------------------------------------------------
# Interests
--------------------------------------------------------------*/
.interests .icon-box {
display: flex;
align-items: center;
padding: 20px;
background: rgba(255, 255, 255, 0.08);
transition: ease-in-out 0.3s;
}
.interests .icon-box i {
font-size: 32px;
padding-right: 10px;
line-height: 1;
}
.interests .icon-box h3 {
font-weight: 700;
margin: 0;
padding: 0;
line-height: 1;
font-size: 16px;
color: #fff;
}
.interests .icon-box:hover {
background: rgba(255, 255, 255, 0.12);
}
.content {
display: block;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
|
src/assets/css/style.css
|
section.section-show {
top: 100px;
bottom: auto;
opacity: 1;
padding-bottom: 45px;
}
@media (max-width: 768px) {
section {
top: 120px;
}
section.section-show {
top: 80px;
}
}
.section-title h2 {
font-size: 14px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 20px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: #aaaaaa;
font-family: "Poppins", sans-serif;
}
.section-title h2::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: #4ceb95;
margin: 4px 10px;
}
.section-title p {
margin: 0;
margin: -15px 0 15px 0;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: #fff;
}
.contact .info-box {
color: #444444;
padding: 10px;
width: 100%;
background: rgba(255, 255, 255, 0.08);
}
.contact .info-box i.bx {
font-size: 24px;
color: #18d26e;
border-radius: 50%;
padding: 10px;
float: left;
background: rgba(255, 255, 255, 0.1);
}
.contact .info-box h3 {
font-size: 20px;
color: rgba(255, 255, 255, 0.5);
font-weight: 700;
margin: 10px 0 8px 68px;
}
.contact .info-box p {
padding: 0;
color: #fff;
line-height: 24px;
font-size: 14px;
margin: 0 0 0 68px;
text-align: left;
}
.contact .info-box .social-links {
margin: 5px 0 0 68px;
display: flex;
}
.contact .info-box .social-links a {
font-size: 18px;
display: inline-block;
color: #fff;
line-height: 1;
margin-right: 12px;
transition: 0.3s;
}
.contact .info-box .social-links a:hover {
color: #18d26e;
}
.contact .php-email-form {
padding: 30px;
background: rgba(255, 255, 255, 0.08);
}
.contact .php-email-form .validate {
display: none;
color: red;
margin: 0 0 15px 0;
font-weight: 400;
font-size: 13px;
}
.contact .php-email-form .error-message {
display: none;
background: rgba(255, 255, 255, 0.08);
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .error-message br + br {
margin-top: 25px;
}
.contact .php-email-form .sent-message {
display: none;
background: rgba(255, 255, 255, 0.08);
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .loading {
display: none;
background: rgba(255, 255, 255, 0.08);
text-align: center;
padding: 15px;
}
.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
background: rgba(255, 255, 255, 0.08);
border: 0;
transition: 0.3s;
color: #fff;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
background-color: rgba(255, 255, 255, 0.11);
}
.contact .php-email-form input::-webkit-input-placeholder, .contact .php-email-form textarea::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input:-ms-input-placeholder, .contact .php-email-form textarea:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input::-ms-input-placeholder, .contact .php-email-form textarea::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
color: rgba(255, 255, 255, 0.3);
opacity: 1;
}
.contact .php-email-form input {
padding: 20px 15px;
}
.contact .php-email-form textarea {
padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
background: #18d26e;
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
background: #15bb62;
}
.section-title h2 {
font-size: 14px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 20px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: #aaaaaa;
font-family: "Poppins", sans-serif;
}
.section-title h2::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: #4ceb95;
margin: 4px 10px;
}
.section-title p {
margin: 0;
margin: -15px 0 15px 0;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: #fff;
}
/*--------------------------------------------------------------
# Interests
--------------------------------------------------------------*/
.interests .icon-box {
display: flex;
align-items: center;
padding: 20px;
background: rgba(255, 255, 255, 0.08);
transition: ease-in-out 0.3s;
}
.interests .icon-box i {
font-size: 32px;
padding-right: 10px;
line-height: 1;
}
.interests .icon-box h3 {
font-weight: 700;
margin: 0;
padding: 0;
line-height: 1;
font-size: 16px;
color: #fff;
}
.interests .icon-box:hover {
background: rgba(255, 255, 255, 0.12);
}
.content {
display: block;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
| 0.202128 | 0.084191 |
.markdown-body .forum-teniryte .ooi-filter input {
font-family: 'Helvetica Neue', 'HelveticaNeueCyr', 'Roboto', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
background: #fff;
border: 1px solid #cfd8dc;
border-radius: 2px;
font-size: 17px;
margin: 0;
outline: 0;
padding: 0.7em 1em 0.7em 1em;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
color: #455a64;
color: #333;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
font-weight: 400;
}
.markdown-body .forum-teniryte .ooi-filter input:focus {
background: #fff;
border-color: #48cfad;
border-color: #78909c;
}
.markdown-body .forum-teniryte .ooi-filter input[disabled] {
background: #e7ecee;
}
.markdown-body .forum-teniryte .ooi-doc {
padding: 20px;
}
.markdown-body .forum-teniryte .ooi-contents__sections .large-button {
min-width: 300px;
margin-bottom: 20px;
margin: 10px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section {
color: #fff !important;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__desc {
font-size: 16px;
margin-left: 58px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc {
min-width: 300px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: none !important;
border-left: 3px solid #f2994a !important;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc:hover {
background-color: #fff !important;
border-left: 3px solid #2d9cdb !important;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc .ooi-contents__doc__deps {
font-size: 18px;
font-weight: 500;
color: #546e7a;
font-weight: 400;
font-size: 0.9em;
border-radius: 4px;
padding: 6px 12px 8px 12px;
background-color: #eceff1;
margin-top: 10px;
border: 1px solid #cfd8dc;
display: none;
margin-top: 10px;
color: #546e7a;
font-weight: 400;
font-size: 0.9em;
border-radius: 4px;
padding: 6px 12px 8px 12px;
background-color: #fff;
margin-top: 10px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc[data-expanded="true"] {
display: block;
margin-bottom: 20px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc[data-expanded="true"] .ooi-contents__doc__deps {
display: block;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc .ooi-contents__doc__file {
font-size: 18px;
font-weight: 500;
color: #546e7a;
font-weight: 400;
font-size: 0.9em;
border-radius: 4px;
padding: 6px 12px 8px 12px;
background-color: #eceff1;
margin-top: 10px;
border: 1px solid #cfd8dc;
display: none;
margin-top: 10px;
color: #546e7a;
font-weight: 400;
font-size: 0.9em;
border-radius: 4px;
padding: 6px 12px 8px 12px;
background-color: #fff;
margin-top: 10px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc[data-expanded="true"] {
display: block;
margin-bottom: 20px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc[data-expanded="true"] .ooi-contents__doc__file {
display: block;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc .ooi-contents__doc__code {
display: none;
margin-top: 10px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc .ooi-contents__doc__code pre {
margin-bottom: 0;
font-family: 'Fira Code', 'Hack', 'Menlo', 'Consolas', monospace;
font-size: 14px;
line-height: 1.2em;
background: #333;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc[data-expanded="true"] {
display: block;
margin-bottom: 20px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc[data-expanded="true"] .ooi-contents__doc__code {
display: block;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc__header {
display: flex;
align-items: center;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc__header > * {
display: block;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc__header__type {
opacity: 0.7;
font-weight: 400;
display: block;
margin-right: 5px;
font-style: italic;
position: relative;
top: 2px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc__header__name {
font-weight: 600;
color: #263238;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc__header__name strong {
color: #0087e0;
font-size: 1.2em;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc__desc {
font-size: 18px;
font-weight: 500;
color: #546e7a;
font-weight: 400;
font-size: 0.9em;
border-radius: 4px;
padding: 6px 12px 8px 12px;
background-color: #eceff1;
margin-top: 10px;
border: 1px solid #cfd8dc;
}
|
docs/list.css
|
.markdown-body .forum-teniryte .ooi-filter input {
font-family: 'Helvetica Neue', 'HelveticaNeueCyr', 'Roboto', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
background: #fff;
border: 1px solid #cfd8dc;
border-radius: 2px;
font-size: 17px;
margin: 0;
outline: 0;
padding: 0.7em 1em 0.7em 1em;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
color: #455a64;
color: #333;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
font-weight: 400;
}
.markdown-body .forum-teniryte .ooi-filter input:focus {
background: #fff;
border-color: #48cfad;
border-color: #78909c;
}
.markdown-body .forum-teniryte .ooi-filter input[disabled] {
background: #e7ecee;
}
.markdown-body .forum-teniryte .ooi-doc {
padding: 20px;
}
.markdown-body .forum-teniryte .ooi-contents__sections .large-button {
min-width: 300px;
margin-bottom: 20px;
margin: 10px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section {
color: #fff !important;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__desc {
font-size: 16px;
margin-left: 58px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc {
min-width: 300px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: none !important;
border-left: 3px solid #f2994a !important;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc:hover {
background-color: #fff !important;
border-left: 3px solid #2d9cdb !important;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc .ooi-contents__doc__deps {
font-size: 18px;
font-weight: 500;
color: #546e7a;
font-weight: 400;
font-size: 0.9em;
border-radius: 4px;
padding: 6px 12px 8px 12px;
background-color: #eceff1;
margin-top: 10px;
border: 1px solid #cfd8dc;
display: none;
margin-top: 10px;
color: #546e7a;
font-weight: 400;
font-size: 0.9em;
border-radius: 4px;
padding: 6px 12px 8px 12px;
background-color: #fff;
margin-top: 10px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc[data-expanded="true"] {
display: block;
margin-bottom: 20px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc[data-expanded="true"] .ooi-contents__doc__deps {
display: block;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc .ooi-contents__doc__file {
font-size: 18px;
font-weight: 500;
color: #546e7a;
font-weight: 400;
font-size: 0.9em;
border-radius: 4px;
padding: 6px 12px 8px 12px;
background-color: #eceff1;
margin-top: 10px;
border: 1px solid #cfd8dc;
display: none;
margin-top: 10px;
color: #546e7a;
font-weight: 400;
font-size: 0.9em;
border-radius: 4px;
padding: 6px 12px 8px 12px;
background-color: #fff;
margin-top: 10px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc[data-expanded="true"] {
display: block;
margin-bottom: 20px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc[data-expanded="true"] .ooi-contents__doc__file {
display: block;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc .ooi-contents__doc__code {
display: none;
margin-top: 10px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc .ooi-contents__doc__code pre {
margin-bottom: 0;
font-family: 'Fira Code', 'Hack', 'Menlo', 'Consolas', monospace;
font-size: 14px;
line-height: 1.2em;
background: #333;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc[data-expanded="true"] {
display: block;
margin-bottom: 20px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc[data-expanded="true"] .ooi-contents__doc__code {
display: block;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc__header {
display: flex;
align-items: center;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc__header > * {
display: block;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc__header__type {
opacity: 0.7;
font-weight: 400;
display: block;
margin-right: 5px;
font-style: italic;
position: relative;
top: 2px;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc__header__name {
font-weight: 600;
color: #263238;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc__header__name strong {
color: #0087e0;
font-size: 1.2em;
}
.markdown-body .forum-teniryte .ooi-contents__sections__section__docs .ooi-contents__doc__desc {
font-size: 18px;
font-weight: 500;
color: #546e7a;
font-weight: 400;
font-size: 0.9em;
border-radius: 4px;
padding: 6px 12px 8px 12px;
background-color: #eceff1;
margin-top: 10px;
border: 1px solid #cfd8dc;
}
| 0.271445 | 0.069164 |
.containerku{
padding-left: 20px;
padding-right: 20px;
margin: 10px 10px;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 70px; /* Space untuk #footer */
}
.navbar{
margin-bottom: 0 !important;
}
.menu-navbarku{
padding-left: 10px !important;
margin-right: 10px;
}
h2 {
border-bottom: 1px solid #000;
}
.containers {
width: 100% !important;
}
.containers:after {
content: " ";
display: table;
clear: both;
}
.col-centered{
padding: 8em 0;
float: none;
margin: auto auto;
}
.back-login{
background-image: url("/image/image.jpg");
object-fit: cover;
}
.rows{
max-width: 100% !important;
height: 500px;
}
.navbar-default .navbar-nav>li>a{
font-size: 16px;
}
#homepage {
/* The image used */
background-image: url("/image/image.jpg");
object-fit: cover;
/*opacity: 0.87;
filter: alpha(opacity=50); For IE8 and earlier */
/* Set a specific height */
min-height: 500px;
width: 100%;
text-align: center;
line-height: 500px;
}
#gambar{
padding: 10px;
width: auto;
height: 60px;
float: left;
}
#images {
z-index: 1;
width: 100%;
height: 50vh;
}
#header-caption {
position: absolute;
width: 100%;
z-index: 10;
top: 45%;
}
#header-homepage{
display: inline-block;
vertical-align: middle;
line-height: normal;
}
#header-text {
color: black;
font-size: 60px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 500;
}
#header-subtext{
color: black;
margin-top: 0.01em;
margin-bottom: 0.5em;
font-size: 36px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 400;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
background-color: #000000;
color: white;
font-size: 1.3em;
height: 74px; /* Tinggi footer */
text-align: center;
padding-top: 22px;
}
/*Posisi tombol Detail Edit Delete*/
.box-button {
display: inline-block;
}
/* Jumlah siswa, pagination dan tombol tambah siswa */
.table-nav, .tombol-nav {
display: block;
clear: both;
float: left;
width: 100%;
}
.tombol-nav {
margin-top: 10px;
}
.table-nav {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.jumlah-data, .paging {
width: 50%;
height: 50px;
display: block;
}
.jumlah-data {
float: left;
padding-top: 15px;
}
.paging {
float: right;
text-align: right;
}
.paging ul.pager, .paging ul.pagination {
text-align: right;
}
ul.pagination, ul.pager {
margin-top: 8px;
}
/* Form Pencarian */
#pencarian {
border-bottom: 1px solid #000;
padding-bottom: 10px;
}
|
public/css/custom.css
|
.containerku{
padding-left: 20px;
padding-right: 20px;
margin: 10px 10px;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 70px; /* Space untuk #footer */
}
.navbar{
margin-bottom: 0 !important;
}
.menu-navbarku{
padding-left: 10px !important;
margin-right: 10px;
}
h2 {
border-bottom: 1px solid #000;
}
.containers {
width: 100% !important;
}
.containers:after {
content: " ";
display: table;
clear: both;
}
.col-centered{
padding: 8em 0;
float: none;
margin: auto auto;
}
.back-login{
background-image: url("/image/image.jpg");
object-fit: cover;
}
.rows{
max-width: 100% !important;
height: 500px;
}
.navbar-default .navbar-nav>li>a{
font-size: 16px;
}
#homepage {
/* The image used */
background-image: url("/image/image.jpg");
object-fit: cover;
/*opacity: 0.87;
filter: alpha(opacity=50); For IE8 and earlier */
/* Set a specific height */
min-height: 500px;
width: 100%;
text-align: center;
line-height: 500px;
}
#gambar{
padding: 10px;
width: auto;
height: 60px;
float: left;
}
#images {
z-index: 1;
width: 100%;
height: 50vh;
}
#header-caption {
position: absolute;
width: 100%;
z-index: 10;
top: 45%;
}
#header-homepage{
display: inline-block;
vertical-align: middle;
line-height: normal;
}
#header-text {
color: black;
font-size: 60px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 500;
}
#header-subtext{
color: black;
margin-top: 0.01em;
margin-bottom: 0.5em;
font-size: 36px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 400;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
background-color: #000000;
color: white;
font-size: 1.3em;
height: 74px; /* Tinggi footer */
text-align: center;
padding-top: 22px;
}
/*Posisi tombol Detail Edit Delete*/
.box-button {
display: inline-block;
}
/* Jumlah siswa, pagination dan tombol tambah siswa */
.table-nav, .tombol-nav {
display: block;
clear: both;
float: left;
width: 100%;
}
.tombol-nav {
margin-top: 10px;
}
.table-nav {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.jumlah-data, .paging {
width: 50%;
height: 50px;
display: block;
}
.jumlah-data {
float: left;
padding-top: 15px;
}
.paging {
float: right;
text-align: right;
}
.paging ul.pager, .paging ul.pagination {
text-align: right;
}
ul.pagination, ul.pager {
margin-top: 8px;
}
/* Form Pencarian */
#pencarian {
border-bottom: 1px solid #000;
padding-bottom: 10px;
}
| 0.283781 | 0.096663 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Oswald:300,400,700);
/*
* USIU Hackathon Mar 2015 Info Site
*
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222; }
html {
font-size: 1em;
line-height: 1.4;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
::-moz-selection {
background: #FFCB08;
text-shadow: none; }
::selection {
background: #FFCB08;
text-shadow: none; }
fieldset {
border: 0;
margin: 0;
padding: 0; }
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical; }
/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
video {
vertical-align: middle; }
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden; }
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.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: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
/*
* Hide visually and from screenreaders, 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; }
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1; }
/* ==========================================================================
Site styles
========================================================================== */
/** Header and Navigation Styles **/
header {
height: 5em;
line-height: 5em; }
header a.logo {
float: left;
line-height: 5em; }
header a.logo img {
height: 40px; }
header nav {
clear: both;
line-height: 3.75em;
margin-bottom: 2em; }
header nav a {
font-size: 1.125em;
font-variant: small-caps;
text-transform: lowercase;
text-decoration: none;
color: #000;
letter-spacing: 2px;
line-height: 0;
margin-right: 1em; }
header nav a:hover, header nav a.active {
border-bottom: 2px solid #9A94F4; }
/** End of Header and Navigation Styles **/
header, .content, footer {
width: 95%;
padding-left: 2.5%;
padding-right: 2.5%; }
.content {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding-top: 3em;
padding-bottom: 5em; }
.content h1 {
font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 3em;
letter-spacing: -1px;
line-height: 1;
color: #90A0DB;
text-transform: uppercase; }
.content h2 {
padding-bottom: 0.5em; }
.content h3 {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 5em; }
.content p {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.25em;
font-weight: 100;
line-height: 1.8;
width: 90%; }
/** General Styles **/
.half {
width: 50%;
box-sizing: border-box;
padding: 1em;
float: left; }
.content .notice {
position: absolute;
top: -3em;
left: 30%;
width: 40%;
background: #8ecf72;
padding: 0.5em 1em;
box-shadow: 1px 1px 5px #AAA; }
.content .notice.error {
color: #FFF;
background: #f00000; }
.content label {
font-size: 0.8em;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 0.25em; }
.content label span {
color: red; }
.content input, .content textarea {
display: block;
background: #FAFAFA;
font-size: 0.9em;
outline: none;
border: 1px solid #DDD;
padding: 0.75em 0.5em;
margin-bottom: 1.5em;
width: 90%;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
transition: background 0.2s linear; }
.content input:focus, .content textarea:focus {
background: #FFF; }
.content textarea {
height: 200px; }
.content button, .content .button {
display: inline-block;
background: #5F5FF5;
font-size: 0.9em;
color: #FFF;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
padding: 1em 2em;
border: 1px solid white;
outline: none;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
transition: background 0.2s linear; }
.content button:hover, .content .button:hover {
opacity: 0.9; }
.content > section {
width: 100%;
margin-top: 2em; }
.content > section * {
-moz-box-sizing: border-box;
box-sizing: border-box; }
.content > section > div {
position: relative;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
margin: 0; }
.content > section > div:before, .content > section > div:after {
content: " ";
display: table; }
.content > section > div:after {
clear: both; }
.content > section header {
display: block;
line-height: 1.4;
height: auto;
padding-top: 6.41026%;
padding-bottom: 4em;
padding-left: 4%;
border-top: solid 1px #E6E6E6;
border-bottom: solid 1px #E6E6E6; }
.content > section header h1 {
font-size: 2.1em;
letter-spacing: 0.05em;
font-weight: 300;
color: #00A0E3;
line-height: 1;
margin-top: -0.2em;
margin-bottom: 0.6em; }
.content > section header h2 {
font-size: 0.9em;
font-weight: 400;
color: #666666;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 0.5em; }
.content > section header h2 .slash, .content > section header h2 .hour {
color: #BBB;
font-weight: 400; }
.content > section header p {
font-size: 0.9em;
color: #AAA;
padding-right: 5.12821%; }
.content > section header dl {
font-size: 0.85em;
font-weight: 400;
color: #8c8c8c;
text-transform: uppercase;
letter-spacing: 0.1em;
word-spacing: 0.1em;
line-height: 1.5;
margin-top: 5.12821%;
margin-bottom: -2.5641%; }
.content > section header dl:before, .content > section header dl:after {
content: " ";
display: table; }
.content > section header dl:after {
clear: both; }
.content > section header dl dd {
display: block;
float: left;
margin-left: 0;
margin-right: 1.2%;
width: 48%;
border-top-color: #CCC; }
.content > section header dl dd .hour {
padding-left: 0.2em; }
.content > section header dl dt {
display: none;
float: left;
width: 23.91304%;
clear: both;
font-weight: 500;
color: #737373;
margin-right: 8.69565%;
border-top-color: #BBB; }
.content > section header dt, .content > section header dd {
padding-top: 1.4em;
padding-bottom: 2.4em;
border-top: 1px solid transparent; }
.content > section header dt {
border-top-color: #BBB;
font-weight: 500;
color: #737373; }
.content > section .main {
margin-right: 0;
padding: 5% 4%; }
.content > section .main > p span {
color: red; }
.content > section .main a {
text-decoration: none;
color: #000;
border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
.content > section .main a:hover {
border-bottom-color: #FFCB08; }
.content > section .main ul, .content > section .main li {
list-style: none;
margin: 0;
padding: 0; }
.content > section .main h2, .content > section .main li > p:first-child {
width: 100%;
text-transform: uppercase;
font-size: 0.9em;
letter-spacing: 0.15em;
color: #333;
border-top: solid 1px #00A0E3;
padding-top: 1em;
padding-bottom: 0; }
.content > section .main h2 .hour, .content > section .main li > p:first-child .hour {
color: #BBB; }
.content > section .main h2 {
font-size: 1.1em;
font-weight: normal;
line-height: 1.3;
text-transform: uppercase;
letter-spacing: 0.1em;
word-spacing: 0.1em;
color: #00A0E3;
border-top: solid 1px #E6E6E6;
padding-top: 1.5em;
padding-right: 5.12821%;
padding-bottom: 0; }
.content > section .main h3 {
display: block;
font-weight: normal;
font-size: 0.9em;
color: #CCC;
text-transform: uppercase;
word-spacing: 0.1em;
letter-spacing: 0.1em;
line-height: 1.4;
margin-top: 0.5em;
margin-bottom: 1.66667em;
padding-right: 5.12821%; }
.content > section .main h3 a {
color: #AAA; }
.content > section .main ul li {
display: block;
padding-bottom: 1em; }
.content > section .main ul li div {
display: block; }
.content > section .main ul div p {
font-size: 0.9em;
max-width: 38em; }
.content > section .main form ul li {
margin: 0;
padding-bottom: 0; }
.content > section .main aside ul {
line-height: 1.8em; }
.content > section .main aside ul:before, .content > section .main aside ul:after {
clear: both; }
.content > section .main aside ul li {
float: left;
font-size: 0.8em;
text-transform: uppercase;
line-height: 2.25em;
margin-top: 0; }
.content > section .main aside ul li + :before {
content: "/";
color: #CCC;
padding-left: 0.6em;
padding-right: 0.6em; }
.content > section .main aside ul li a {
color: #AAA; }
/** End of General Styles **/
.home * {
text-align: center;
margin-left: auto;
margin-right: auto; }
.home h1 {
margin-bottom: 0.1em; }
.home h2 {
width: 90%;
font-weight: 300; }
.home h2 span {
color: rgb(252, 249, 249);
background: #9A8EC8;
padding: 0.25em 1em; }
.home > section {
width: 80%;
margin: auto;
margin-bottom: 6em; }
.home > section h2 {
font-size: 2.125em;
font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
text-transform: uppercase;
border-bottom: 1px solid #FFCB08;
margin-bottom: 2em;
padding-left: 0.25em;
padding-bottom: 0; }
.home > section p {
text: center;
width: auto; }
.home > section .button {
background: #000;
border-color: #000; }
.home > section ul, .home > section li {
list-style: none;
margin: 0;
padding: 0; }
.home > section li {
margin-bottom: 1em; }
.home .sponsors-wrapper ul, .home .sponsors-wrapper li {
list-style: none;
margin: 0;
padding: 0; }
.home .sponsors-wrapper h3 {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: -1px;
margin-top: 3em;
margin-bottom: 0; }
.home .sponsors-wrapper a {
color: #00A0E3;
text-decoration: none;
border-bottom: 1px solid transparent; }
.home .sponsors-wrapper a:hover {
border-bottom-color: #FFCB08; }
.home .sponsors-wrapper li {
float: left;
width: 250px;
min-height: 140px;
line-height: 120px;
margin-right: 3em; }
.home .sponsors-wrapper li a {
display: block;
border: none; }
.home .sponsors-wrapper li img {
width: 100%;
vertical-align: middle; }
.content > section .main .guide, .content > section .main .terms, .content > section .main .privacy {
max-width: 640px; }
.content > section .main .guide h4, .content > section .main .guide h5, .content > section .main .terms h4, .content > section .main .terms h5, .content > section .main .privacy h4, .content > section .main .privacy h5 {
font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.content > section .main .guide h4, .content > section .main .terms h4, .content > section .main .privacy h4 {
font-size: 2.25em;
font-weight: 400;
color: #00A0E3;
text-transform: uppercase;
margin-top: 2.75em; }
.content > section .main .guide h5, .content > section .main .terms h5, .content > section .main .privacy h5 {
font-size: 1.5em;
font-weight: 400;
font-variant: small-caps;
text-transform: lowercase;
margin-top: 2.5em;
margin-bottom: 0.75em; }
.content > section .main .guide p, .content > section .main .terms p, .content > section .main .privacy p {
max-width: inherit;
font-size: 1em;
font-weight: 400; }
.content > section .main .guide a, .content > section .main .terms a, .content > section .main .privacy a {
text-decoration: none;
color: #00A0E3;
border-bottom: 1px solid transparent; }
.content > section .main .guide a:hover, .content > section .main .terms a:hover, .content > section .main .privacy a:hover {
border-bottom-color: #FFCB08; }
.content > section .main .guide ul li, .content > section .main .terms ul li, .content > section .main .privacy ul li {
display: list-item;
font-size: 0.9em;
line-height: 1.8;
list-style: none;
margin-top: 0;
margin-left: 2em;
margin-bottom: 0.25em;
padding-left: 0.25em;
padding-bottom: 0; }
/** Footer Styles **/
footer {
background: #FFF;
position: relative;
z-index: 1;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.85em;
color: #999999;
letter-spacing: 1px;
margin: 2em 0;
padding-top: 2em;
padding-bottom: 1em;
border-top: 1px solid #E0E0E0; }
footer h3 {
font-size: 0.85em;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 2.5em; }
footer p {
letter-spacing: 0; }
footer .privacy-terms-links a {
display: inline-block;
color: #AAA;
font-size: 0.85em; }
footer img {
width: inherit; }
footer a {
display: table;
color: #00A0E3;
text-decoration: none;
margin-bottom: 0.25em;
border-bottom: 1px solid transparent; }
footer a:hover {
border-bottom-color: #FFCB08; }
footer .credits {
clear: both;
width: 100%;
padding: 4em 1em 1em;
color: #B0B0B0; }
footer .credits h3 {
margin-bottom: 1em;
text-transform: none; }
footer .credits a {
display: inline-block;
color: #AAA;
font-size: 0.85em;
margin-right: 0.5em; }
/** End of Footer Styles **/
/* ==========================================================================
Media Queries for Responsive Design.
Theses styles override the primary ('mobile first') styles.
========================================================================== */
@media only screen and (min-width: 640px) {
/* Style adjustments for viewports that meet the condition */
header nav {
clear: none;
float: right;
line-height: 4.75em;
margin-bottom: 0em; }
header nav a {
margin-right: 0;
margin-left: 1em; }
.content p {
max-width: 720px; }
.content input {
width: 350px; }
.content textarea {
width: 500px; }
.content.home h1 {
font-size: 5em; }
.content.page h1 {
font-size: 4em;
font-weight: 300;
margin-bottom: 1.5em; }
.content.page form button {
margin-left: auto;
margin-right: auto; }
.content > section {
margin-top: 0; }
.content > section header {
float: left;
margin-right: 3%;
padding-left: 0;
width: 28%;
padding-top: 2em;
border: none; }
.content > section header h1 {
margin-bottom: 2.5641%;
padding-right: 5.12821%; }
.content > section header h2 {
margin-bottom: 0.5em;
padding-right: 0; }
.content > section header p {
padding-right: 0; }
.content > section header dl {
margin-bottom: 0;
margin-top: 4em; }
.content > section header dl dt {
display: block; }
.content > section header dl dd {
float: left;
width: 67.3913%;
margin-right: 0; }
.content > section header dt {
border-top-color: #bfbfbf;
font-weight: 500;
color: #737373; }
.content > section header.sticky {
position: fixed;
top: 0; }
.content > section .main {
margin-right: 0;
float: right;
width: 65%;
margin-top: -1em;
padding-top: 0;
padding-bottom: 10%;
padding-left: 0; }
.content > section .main li > p {
display: block;
float: left;
width: 15.09434% !important;
font-weight: 400;
color: #222;
margin-right: 3.77358%; }
.content > section .main h2, .content > section .main li > p:first-child {
height: 4em;
padding-top: 3em;
padding-bottom: 0; }
.content > section .main h2 {
float: left;
width: 81.13208%;
padding-top: 2.3em;
padding-right: 0; }
.content > section .main h3 {
float: left;
width: 81.13208%;
margin-right: 0;
margin-top: 0.5em;
margin-bottom: 2em;
margin-left: 18.86792%; }
.content > section .main form {
margin-top: 0;
padding-top: 4em;
border-top: solid 1px #E6E6E6; }
.content > section .main form ul li.inline {
display: inline-block;
vertical-align: middle;
margin-right: 1em; }
.content > section .main ul li {
margin-top: 4em; }
.content > section .main ul li div {
display: block;
float: left;
margin-right: 3.77358%;
width: 62.26415%;
margin-left: 18.86792%; }
.content > section .main aside {
float: right;
width: 14%; }
.content > section .main aside ul li {
float: none;
display: block;
padding-bottom: 0;
line-height: 2.25em; }
.content > section .main aside ul li + :before {
display: none;
content: ""; }
footer.shadow {
box-shadow: 0 -3px 5px #EEE; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dppx) {
/* Style adjustments for viewports that meet the condition */ }
@media only screen and (max-width: 480px) {
header > nav > a {
font-size: 0.9em; } }
/*# sourceMappingURL=main.css.map */
|
assets/stylesheet/main.css
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Oswald:300,400,700);
/*
* USIU Hackathon Mar 2015 Info Site
*
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222; }
html {
font-size: 1em;
line-height: 1.4;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
::-moz-selection {
background: #FFCB08;
text-shadow: none; }
::selection {
background: #FFCB08;
text-shadow: none; }
fieldset {
border: 0;
margin: 0;
padding: 0; }
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical; }
/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
video {
vertical-align: middle; }
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden; }
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.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: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
/*
* Hide visually and from screenreaders, 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; }
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1; }
/* ==========================================================================
Site styles
========================================================================== */
/** Header and Navigation Styles **/
header {
height: 5em;
line-height: 5em; }
header a.logo {
float: left;
line-height: 5em; }
header a.logo img {
height: 40px; }
header nav {
clear: both;
line-height: 3.75em;
margin-bottom: 2em; }
header nav a {
font-size: 1.125em;
font-variant: small-caps;
text-transform: lowercase;
text-decoration: none;
color: #000;
letter-spacing: 2px;
line-height: 0;
margin-right: 1em; }
header nav a:hover, header nav a.active {
border-bottom: 2px solid #9A94F4; }
/** End of Header and Navigation Styles **/
header, .content, footer {
width: 95%;
padding-left: 2.5%;
padding-right: 2.5%; }
.content {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding-top: 3em;
padding-bottom: 5em; }
.content h1 {
font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 3em;
letter-spacing: -1px;
line-height: 1;
color: #90A0DB;
text-transform: uppercase; }
.content h2 {
padding-bottom: 0.5em; }
.content h3 {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 5em; }
.content p {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.25em;
font-weight: 100;
line-height: 1.8;
width: 90%; }
/** General Styles **/
.half {
width: 50%;
box-sizing: border-box;
padding: 1em;
float: left; }
.content .notice {
position: absolute;
top: -3em;
left: 30%;
width: 40%;
background: #8ecf72;
padding: 0.5em 1em;
box-shadow: 1px 1px 5px #AAA; }
.content .notice.error {
color: #FFF;
background: #f00000; }
.content label {
font-size: 0.8em;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 0.25em; }
.content label span {
color: red; }
.content input, .content textarea {
display: block;
background: #FAFAFA;
font-size: 0.9em;
outline: none;
border: 1px solid #DDD;
padding: 0.75em 0.5em;
margin-bottom: 1.5em;
width: 90%;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
transition: background 0.2s linear; }
.content input:focus, .content textarea:focus {
background: #FFF; }
.content textarea {
height: 200px; }
.content button, .content .button {
display: inline-block;
background: #5F5FF5;
font-size: 0.9em;
color: #FFF;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
padding: 1em 2em;
border: 1px solid white;
outline: none;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
transition: background 0.2s linear; }
.content button:hover, .content .button:hover {
opacity: 0.9; }
.content > section {
width: 100%;
margin-top: 2em; }
.content > section * {
-moz-box-sizing: border-box;
box-sizing: border-box; }
.content > section > div {
position: relative;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
margin: 0; }
.content > section > div:before, .content > section > div:after {
content: " ";
display: table; }
.content > section > div:after {
clear: both; }
.content > section header {
display: block;
line-height: 1.4;
height: auto;
padding-top: 6.41026%;
padding-bottom: 4em;
padding-left: 4%;
border-top: solid 1px #E6E6E6;
border-bottom: solid 1px #E6E6E6; }
.content > section header h1 {
font-size: 2.1em;
letter-spacing: 0.05em;
font-weight: 300;
color: #00A0E3;
line-height: 1;
margin-top: -0.2em;
margin-bottom: 0.6em; }
.content > section header h2 {
font-size: 0.9em;
font-weight: 400;
color: #666666;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 0.5em; }
.content > section header h2 .slash, .content > section header h2 .hour {
color: #BBB;
font-weight: 400; }
.content > section header p {
font-size: 0.9em;
color: #AAA;
padding-right: 5.12821%; }
.content > section header dl {
font-size: 0.85em;
font-weight: 400;
color: #8c8c8c;
text-transform: uppercase;
letter-spacing: 0.1em;
word-spacing: 0.1em;
line-height: 1.5;
margin-top: 5.12821%;
margin-bottom: -2.5641%; }
.content > section header dl:before, .content > section header dl:after {
content: " ";
display: table; }
.content > section header dl:after {
clear: both; }
.content > section header dl dd {
display: block;
float: left;
margin-left: 0;
margin-right: 1.2%;
width: 48%;
border-top-color: #CCC; }
.content > section header dl dd .hour {
padding-left: 0.2em; }
.content > section header dl dt {
display: none;
float: left;
width: 23.91304%;
clear: both;
font-weight: 500;
color: #737373;
margin-right: 8.69565%;
border-top-color: #BBB; }
.content > section header dt, .content > section header dd {
padding-top: 1.4em;
padding-bottom: 2.4em;
border-top: 1px solid transparent; }
.content > section header dt {
border-top-color: #BBB;
font-weight: 500;
color: #737373; }
.content > section .main {
margin-right: 0;
padding: 5% 4%; }
.content > section .main > p span {
color: red; }
.content > section .main a {
text-decoration: none;
color: #000;
border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
.content > section .main a:hover {
border-bottom-color: #FFCB08; }
.content > section .main ul, .content > section .main li {
list-style: none;
margin: 0;
padding: 0; }
.content > section .main h2, .content > section .main li > p:first-child {
width: 100%;
text-transform: uppercase;
font-size: 0.9em;
letter-spacing: 0.15em;
color: #333;
border-top: solid 1px #00A0E3;
padding-top: 1em;
padding-bottom: 0; }
.content > section .main h2 .hour, .content > section .main li > p:first-child .hour {
color: #BBB; }
.content > section .main h2 {
font-size: 1.1em;
font-weight: normal;
line-height: 1.3;
text-transform: uppercase;
letter-spacing: 0.1em;
word-spacing: 0.1em;
color: #00A0E3;
border-top: solid 1px #E6E6E6;
padding-top: 1.5em;
padding-right: 5.12821%;
padding-bottom: 0; }
.content > section .main h3 {
display: block;
font-weight: normal;
font-size: 0.9em;
color: #CCC;
text-transform: uppercase;
word-spacing: 0.1em;
letter-spacing: 0.1em;
line-height: 1.4;
margin-top: 0.5em;
margin-bottom: 1.66667em;
padding-right: 5.12821%; }
.content > section .main h3 a {
color: #AAA; }
.content > section .main ul li {
display: block;
padding-bottom: 1em; }
.content > section .main ul li div {
display: block; }
.content > section .main ul div p {
font-size: 0.9em;
max-width: 38em; }
.content > section .main form ul li {
margin: 0;
padding-bottom: 0; }
.content > section .main aside ul {
line-height: 1.8em; }
.content > section .main aside ul:before, .content > section .main aside ul:after {
clear: both; }
.content > section .main aside ul li {
float: left;
font-size: 0.8em;
text-transform: uppercase;
line-height: 2.25em;
margin-top: 0; }
.content > section .main aside ul li + :before {
content: "/";
color: #CCC;
padding-left: 0.6em;
padding-right: 0.6em; }
.content > section .main aside ul li a {
color: #AAA; }
/** End of General Styles **/
.home * {
text-align: center;
margin-left: auto;
margin-right: auto; }
.home h1 {
margin-bottom: 0.1em; }
.home h2 {
width: 90%;
font-weight: 300; }
.home h2 span {
color: rgb(252, 249, 249);
background: #9A8EC8;
padding: 0.25em 1em; }
.home > section {
width: 80%;
margin: auto;
margin-bottom: 6em; }
.home > section h2 {
font-size: 2.125em;
font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
text-transform: uppercase;
border-bottom: 1px solid #FFCB08;
margin-bottom: 2em;
padding-left: 0.25em;
padding-bottom: 0; }
.home > section p {
text: center;
width: auto; }
.home > section .button {
background: #000;
border-color: #000; }
.home > section ul, .home > section li {
list-style: none;
margin: 0;
padding: 0; }
.home > section li {
margin-bottom: 1em; }
.home .sponsors-wrapper ul, .home .sponsors-wrapper li {
list-style: none;
margin: 0;
padding: 0; }
.home .sponsors-wrapper h3 {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: -1px;
margin-top: 3em;
margin-bottom: 0; }
.home .sponsors-wrapper a {
color: #00A0E3;
text-decoration: none;
border-bottom: 1px solid transparent; }
.home .sponsors-wrapper a:hover {
border-bottom-color: #FFCB08; }
.home .sponsors-wrapper li {
float: left;
width: 250px;
min-height: 140px;
line-height: 120px;
margin-right: 3em; }
.home .sponsors-wrapper li a {
display: block;
border: none; }
.home .sponsors-wrapper li img {
width: 100%;
vertical-align: middle; }
.content > section .main .guide, .content > section .main .terms, .content > section .main .privacy {
max-width: 640px; }
.content > section .main .guide h4, .content > section .main .guide h5, .content > section .main .terms h4, .content > section .main .terms h5, .content > section .main .privacy h4, .content > section .main .privacy h5 {
font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.content > section .main .guide h4, .content > section .main .terms h4, .content > section .main .privacy h4 {
font-size: 2.25em;
font-weight: 400;
color: #00A0E3;
text-transform: uppercase;
margin-top: 2.75em; }
.content > section .main .guide h5, .content > section .main .terms h5, .content > section .main .privacy h5 {
font-size: 1.5em;
font-weight: 400;
font-variant: small-caps;
text-transform: lowercase;
margin-top: 2.5em;
margin-bottom: 0.75em; }
.content > section .main .guide p, .content > section .main .terms p, .content > section .main .privacy p {
max-width: inherit;
font-size: 1em;
font-weight: 400; }
.content > section .main .guide a, .content > section .main .terms a, .content > section .main .privacy a {
text-decoration: none;
color: #00A0E3;
border-bottom: 1px solid transparent; }
.content > section .main .guide a:hover, .content > section .main .terms a:hover, .content > section .main .privacy a:hover {
border-bottom-color: #FFCB08; }
.content > section .main .guide ul li, .content > section .main .terms ul li, .content > section .main .privacy ul li {
display: list-item;
font-size: 0.9em;
line-height: 1.8;
list-style: none;
margin-top: 0;
margin-left: 2em;
margin-bottom: 0.25em;
padding-left: 0.25em;
padding-bottom: 0; }
/** Footer Styles **/
footer {
background: #FFF;
position: relative;
z-index: 1;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.85em;
color: #999999;
letter-spacing: 1px;
margin: 2em 0;
padding-top: 2em;
padding-bottom: 1em;
border-top: 1px solid #E0E0E0; }
footer h3 {
font-size: 0.85em;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 2.5em; }
footer p {
letter-spacing: 0; }
footer .privacy-terms-links a {
display: inline-block;
color: #AAA;
font-size: 0.85em; }
footer img {
width: inherit; }
footer a {
display: table;
color: #00A0E3;
text-decoration: none;
margin-bottom: 0.25em;
border-bottom: 1px solid transparent; }
footer a:hover {
border-bottom-color: #FFCB08; }
footer .credits {
clear: both;
width: 100%;
padding: 4em 1em 1em;
color: #B0B0B0; }
footer .credits h3 {
margin-bottom: 1em;
text-transform: none; }
footer .credits a {
display: inline-block;
color: #AAA;
font-size: 0.85em;
margin-right: 0.5em; }
/** End of Footer Styles **/
/* ==========================================================================
Media Queries for Responsive Design.
Theses styles override the primary ('mobile first') styles.
========================================================================== */
@media only screen and (min-width: 640px) {
/* Style adjustments for viewports that meet the condition */
header nav {
clear: none;
float: right;
line-height: 4.75em;
margin-bottom: 0em; }
header nav a {
margin-right: 0;
margin-left: 1em; }
.content p {
max-width: 720px; }
.content input {
width: 350px; }
.content textarea {
width: 500px; }
.content.home h1 {
font-size: 5em; }
.content.page h1 {
font-size: 4em;
font-weight: 300;
margin-bottom: 1.5em; }
.content.page form button {
margin-left: auto;
margin-right: auto; }
.content > section {
margin-top: 0; }
.content > section header {
float: left;
margin-right: 3%;
padding-left: 0;
width: 28%;
padding-top: 2em;
border: none; }
.content > section header h1 {
margin-bottom: 2.5641%;
padding-right: 5.12821%; }
.content > section header h2 {
margin-bottom: 0.5em;
padding-right: 0; }
.content > section header p {
padding-right: 0; }
.content > section header dl {
margin-bottom: 0;
margin-top: 4em; }
.content > section header dl dt {
display: block; }
.content > section header dl dd {
float: left;
width: 67.3913%;
margin-right: 0; }
.content > section header dt {
border-top-color: #bfbfbf;
font-weight: 500;
color: #737373; }
.content > section header.sticky {
position: fixed;
top: 0; }
.content > section .main {
margin-right: 0;
float: right;
width: 65%;
margin-top: -1em;
padding-top: 0;
padding-bottom: 10%;
padding-left: 0; }
.content > section .main li > p {
display: block;
float: left;
width: 15.09434% !important;
font-weight: 400;
color: #222;
margin-right: 3.77358%; }
.content > section .main h2, .content > section .main li > p:first-child {
height: 4em;
padding-top: 3em;
padding-bottom: 0; }
.content > section .main h2 {
float: left;
width: 81.13208%;
padding-top: 2.3em;
padding-right: 0; }
.content > section .main h3 {
float: left;
width: 81.13208%;
margin-right: 0;
margin-top: 0.5em;
margin-bottom: 2em;
margin-left: 18.86792%; }
.content > section .main form {
margin-top: 0;
padding-top: 4em;
border-top: solid 1px #E6E6E6; }
.content > section .main form ul li.inline {
display: inline-block;
vertical-align: middle;
margin-right: 1em; }
.content > section .main ul li {
margin-top: 4em; }
.content > section .main ul li div {
display: block;
float: left;
margin-right: 3.77358%;
width: 62.26415%;
margin-left: 18.86792%; }
.content > section .main aside {
float: right;
width: 14%; }
.content > section .main aside ul li {
float: none;
display: block;
padding-bottom: 0;
line-height: 2.25em; }
.content > section .main aside ul li + :before {
display: none;
content: ""; }
footer.shadow {
box-shadow: 0 -3px 5px #EEE; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dppx) {
/* Style adjustments for viewports that meet the condition */ }
@media only screen and (max-width: 480px) {
header > nav > a {
font-size: 0.9em; } }
/*# sourceMappingURL=main.css.map */
| 0.552298 | 0.085404 |
@font-face {
font-family: PressStart2P-reg;
src: url('../fonts/PressStart2P-Regular.ttf');
}
body, html {
background: #000;
font-family: PressStart2P-reg, sans-serif;
display: flex;
font-size: x-small;
}
.icon{
height: 30px;
}
#menu{
height: 600px;
background: #f6f6f6;
background: -moz-linear-gradient(45deg, #f6f6f6 0%, #e1e1e1 68.5%, #f1f1f1 68.5%, #ffffff 100%);
background: -webkit-linear-gradient(45deg, #f6f6f6 0%,#e1e1e1 68.5%,#f1f1f1 68.5%,#ffffff 100%);
background: linear-gradient(45deg, #f6f6f6 0%,#e1e1e1 68.5%,#f1f1f1 68.5%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 );
border-left: thin black solid;
overflow-y: scroll;
}
#game {
width: 800px;
height: 600px;
margin-left: auto;
margin-right: auto;
background-image: url('../images/floor.jpg');
background-size: 10rem;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#office {
height: 100%;
}
#office > .employees {
padding: 1rem;
}
#office > .employees > .you {
display: flex;
justify-content: center;
margin-bottom: 2rem;
}
.stats {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
display: flex;
height: 4rem;
justify-content: space-between;
padding-right: 1rem;
padding-left: 1rem;
}
.stats__money {
display: flex;
justify-content: space-between;
width: 60px;
align-items: center;
font-size: 19px;
}
.wall {
height: 80px;
background-image: url('../images/wall.jpg');
}
.developer {
width: 77px;
height: 50px;
margin-right: .3rem;
}
.developer__menu {
display: flex;
border-bottom: darkgray thin dashed;
}
.developer__icon {
width: min-content;
border-right: darkgray thin dashed;
background: thistle;
}
.developer__icon--inactive {
width: min-content;
border-right: darkgray thin dashed;
background: thistle;
opacity: 0.5;
}
.developer__attributes {
width: min-content;
margin-left: 5px;
white-space: nowrap;
}
.developer__attribute {
width: min-content;
margin: 0;
}
.developer__attribute--inactive {
width: min-content;
margin: 0;
opacity: 0.5;
}
footer {
display: flex;
align-self: center;
justify-content: center;
margin-top: 1rem;
}
|
assets/stylesheets/game.css
|
@font-face {
font-family: PressStart2P-reg;
src: url('../fonts/PressStart2P-Regular.ttf');
}
body, html {
background: #000;
font-family: PressStart2P-reg, sans-serif;
display: flex;
font-size: x-small;
}
.icon{
height: 30px;
}
#menu{
height: 600px;
background: #f6f6f6;
background: -moz-linear-gradient(45deg, #f6f6f6 0%, #e1e1e1 68.5%, #f1f1f1 68.5%, #ffffff 100%);
background: -webkit-linear-gradient(45deg, #f6f6f6 0%,#e1e1e1 68.5%,#f1f1f1 68.5%,#ffffff 100%);
background: linear-gradient(45deg, #f6f6f6 0%,#e1e1e1 68.5%,#f1f1f1 68.5%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 );
border-left: thin black solid;
overflow-y: scroll;
}
#game {
width: 800px;
height: 600px;
margin-left: auto;
margin-right: auto;
background-image: url('../images/floor.jpg');
background-size: 10rem;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#office {
height: 100%;
}
#office > .employees {
padding: 1rem;
}
#office > .employees > .you {
display: flex;
justify-content: center;
margin-bottom: 2rem;
}
.stats {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
display: flex;
height: 4rem;
justify-content: space-between;
padding-right: 1rem;
padding-left: 1rem;
}
.stats__money {
display: flex;
justify-content: space-between;
width: 60px;
align-items: center;
font-size: 19px;
}
.wall {
height: 80px;
background-image: url('../images/wall.jpg');
}
.developer {
width: 77px;
height: 50px;
margin-right: .3rem;
}
.developer__menu {
display: flex;
border-bottom: darkgray thin dashed;
}
.developer__icon {
width: min-content;
border-right: darkgray thin dashed;
background: thistle;
}
.developer__icon--inactive {
width: min-content;
border-right: darkgray thin dashed;
background: thistle;
opacity: 0.5;
}
.developer__attributes {
width: min-content;
margin-left: 5px;
white-space: nowrap;
}
.developer__attribute {
width: min-content;
margin: 0;
}
.developer__attribute--inactive {
width: min-content;
margin: 0;
opacity: 0.5;
}
footer {
display: flex;
align-self: center;
justify-content: center;
margin-top: 1rem;
}
| 0.28587 | 0.080647 |