You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
199 lines
3.7 KiB
199 lines
3.7 KiB
.demo-face .face-config .config-label { |
|
font-size: 14px; |
|
} |
|
.layout-bg-white { |
|
background-color: #ffffff; |
|
} |
|
.layout-bg-gray { |
|
background-color: #eeeeee; |
|
} |
|
.layout-bg1 { |
|
color: #ffffff; |
|
background-color: #0088cc; |
|
} |
|
.layout-bg2 { |
|
color: #ffffff; |
|
background-color: #008B8B; |
|
} |
|
.layout-bg3 { |
|
color: #ffffff; |
|
background-color: #6495ED; |
|
} |
|
.layout-bg4 { |
|
color: #ffffff; |
|
background-color: #ff69b4; |
|
} |
|
.layout-bg5 { |
|
color: #ffffff; |
|
background-color: #B8860B; |
|
} |
|
.layout-bg6 { |
|
color: #ffffff; |
|
background-color: #d9534f; |
|
} |
|
.layout-bg7 { |
|
color: #ffffff; |
|
background-color: #ea4738; |
|
} |
|
.layout-bg8 { |
|
color: #ffffff; |
|
background-color: #6495ed; |
|
} |
|
.demo-main .bg1 { |
|
background-color: #178cdf; |
|
} |
|
body { |
|
background-color: #f7f8fa; |
|
} |
|
#wrapper { |
|
position: absolute; |
|
left: 0; |
|
right: 0; |
|
top: 0; |
|
bottom: 0; |
|
} |
|
.bi-theme-dark body { |
|
background-color: #191b2b; |
|
} |
|
.demo-editor { |
|
border: 1px solid #cccccc; |
|
} |
|
.demo-clolor { |
|
color: #1a1a1a; |
|
} |
|
.bi-progress-bar-processor { |
|
transition: all 0.5s ease; |
|
-webkit-transition: all 0.5s ease; |
|
-moz-transition: all 0.5s ease; |
|
-o-transition: all 0.5s ease; |
|
background: #3f8ce8; |
|
-webkit-border-radius: 20px; |
|
-moz-border-radius: 20px; |
|
border-radius: 20px; |
|
overflow: hidden; |
|
overflow-x: hidden; |
|
overflow-y: hidden; |
|
} |
|
.bi-progress-text-bar-processor { |
|
transition: all 0.5s ease; |
|
-webkit-transition: all 0.5s ease; |
|
-moz-transition: all 0.5s ease; |
|
-o-transition: all 0.5s ease; |
|
} |
|
.bi-progress-bar-bar { |
|
-webkit-border-radius: 20px; |
|
-moz-border-radius: 20px; |
|
border-radius: 20px; |
|
} |
|
.demo-north { |
|
background-color: #3c8dbc; |
|
} |
|
.demo-north .logo { |
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
color: #ffffff; |
|
background-color: #367fa9; |
|
font-size: 20px; |
|
font-weight: 300; |
|
} |
|
.mvc-button:hover, |
|
.mvc-button.hover { |
|
opacity: 0.5; |
|
filter: alpha(opacity=50); |
|
} |
|
.mvc-button.active, |
|
.mvc-button:active { |
|
opacity: 0.5; |
|
filter: alpha(opacity=50); |
|
} |
|
.bi-set-get .left-title, |
|
.bi-set-get .right-title { |
|
background: #0088cc; |
|
color: #ffffff; |
|
} |
|
.bi-set-get .left-nav { |
|
border-bottom: 1px solid #cccccc; |
|
} |
|
.bi-set-get .left-nav.active, |
|
.bi-set-get .left-nav:active { |
|
color: #ffffff; |
|
background-color: #d9534f; |
|
} |
|
.bi-local .top-button { |
|
background-color: #448eea; |
|
color: #ffffff; |
|
} |
|
.bi-local .bottom-label { |
|
background-color: #EA4738; |
|
color: #ffffff; |
|
} |
|
.bi-local .delete-button { |
|
background-color: #008B8B; |
|
color: #ffffff; |
|
} |
|
.bi-local .vessel-border { |
|
border-left: 1px solid #cccccc; |
|
border-bottom: 1px solid #cccccc; |
|
border-right: 1px solid #cccccc; |
|
} |
|
.bi-event .title { |
|
background: #0088cc; |
|
color: #ffffff; |
|
} |
|
.bi-event .front { |
|
background: #ADD8E6; |
|
} |
|
.bi-event .nav { |
|
border: 1px solid #cccccc; |
|
} |
|
.bi-skip-to { |
|
color: #ffffff; |
|
} |
|
.bi-skip-to .red-pane { |
|
background-color: #0088cc; |
|
} |
|
.bi-skip-to .blue-pane { |
|
background-color: #6495ED; |
|
} |
|
.bi-skip-to .green-pane { |
|
background-color: #008B8B; |
|
} |
|
.bi-skip-to .yellow-pane { |
|
background-color: #B8860B; |
|
} |
|
.bi-change .outer-text { |
|
background-color: #0088cc; |
|
color: #ffffff; |
|
} |
|
.bi-change .inner { |
|
border-left: 1px solid #cccccc; |
|
border-bottom: 1px solid #cccccc; |
|
border-right: 1px solid #cccccc; |
|
} |
|
.bi-change .type-first { |
|
background-color: #008B8B; |
|
} |
|
.bi-change .type-second { |
|
background-color: #6495ED; |
|
} |
|
.bi-change .type-third { |
|
background-color: #0088cc; |
|
} |
|
.bi-tmp .tmp-button { |
|
color: #ffffff; |
|
background: #0088cc; |
|
} |
|
.bi-splice-duplicate .superiors-label { |
|
color: white; |
|
background-color: #008B8B; |
|
} |
|
.bi-splice-duplicate .sd-child { |
|
border: 1px solid #cccccc; |
|
} |
|
.bi-splice-duplicate .sd-child .right-button-add { |
|
color: white; |
|
background-color: #0088cc; |
|
} |
|
.bi-splice-duplicate .sd-child .right-button-del { |
|
color: white; |
|
background-color: #d9534f; |
|
}
|
|
|