2016-04-19 03:43:32 +00:00
|
|
|
* {
|
|
|
|
cursor: default;
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
}
|
2016-04-14 04:17:42 +00:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
-webkit-overflow-scrolling: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2016-04-18 00:34:18 +00:00
|
|
|
input {
|
|
|
|
background: rgba(255, 255, 255, 0.05);
|
|
|
|
color: #fff;
|
|
|
|
border-color: #fff;
|
|
|
|
}
|
2016-04-13 21:36:12 +00:00
|
|
|
input:focus {
|
|
|
|
outline: none !important;
|
2016-04-13 20:59:22 +00:00
|
|
|
}
|
2016-04-13 07:26:35 +00:00
|
|
|
footer {
|
2016-04-13 02:51:47 +00:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
2018-03-05 04:56:01 +00:00
|
|
|
height: 160px;
|
2016-04-13 02:51:47 +00:00
|
|
|
}
|
2018-01-02 06:52:15 +00:00
|
|
|
button {
|
|
|
|
display: block;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: 2px solid #fff;
|
|
|
|
text-align: center;
|
|
|
|
background: transparent;
|
|
|
|
color: #fff;
|
|
|
|
padding: 8px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 400;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 4px 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
button span {
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 200;
|
|
|
|
}
|
|
|
|
button:active,
|
|
|
|
button .active {
|
|
|
|
background: #fff;
|
|
|
|
color: #272b30;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
button:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
2018-02-01 19:51:27 +00:00
|
|
|
.clearfix:after {
|
|
|
|
content: "";
|
|
|
|
clear: both;
|
|
|
|
display: table;
|
|
|
|
}
|
2016-04-13 04:44:52 +00:00
|
|
|
#colors-tabs {
|
2016-04-13 07:26:35 +00:00
|
|
|
width: 411px;
|
2016-04-13 04:44:52 +00:00
|
|
|
}
|
|
|
|
#colors-content {
|
2016-04-13 07:26:35 +00:00
|
|
|
width: 411px;
|
|
|
|
float: left;
|
|
|
|
}
|
2016-04-18 00:34:18 +00:00
|
|
|
#colors-content .colors-page {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#kelvin-page h3 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2016-04-18 16:27:15 +00:00
|
|
|
#kelvin-page h4 {
|
|
|
|
text-align: center;
|
|
|
|
width: 411px;
|
|
|
|
position: absolute;
|
|
|
|
top: 121px;
|
|
|
|
left: 110px;
|
|
|
|
}
|
2016-04-18 00:34:18 +00:00
|
|
|
#kelvin {
|
|
|
|
background: rgba(255, 255, 255, 0.05);
|
|
|
|
color: #fff;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
width: 140px;
|
|
|
|
font-size: 20px;
|
|
|
|
margin: 20px auto;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#kelvin-slider {
|
|
|
|
position: relative;
|
|
|
|
width: 352px;
|
|
|
|
margin: 40px auto 0;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
#kelvin-scale {
|
|
|
|
width: 350px;
|
|
|
|
height: 60px;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
}
|
|
|
|
#kelvin-scale span {
|
|
|
|
display: inline-block;
|
|
|
|
height: 58px;
|
|
|
|
width: 1px;
|
|
|
|
}
|
|
|
|
#kelvin-pos {
|
|
|
|
height: 64px;
|
|
|
|
border: 2px solid #000;
|
|
|
|
width: 5px;
|
|
|
|
position: absolute;
|
|
|
|
left: -1px;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
#kelvin-pos:before {
|
|
|
|
font-family: 'FontAwesome';
|
|
|
|
content: '\f107';
|
|
|
|
position: absolute;
|
|
|
|
color: #000;
|
|
|
|
top: -24px;
|
|
|
|
left: -8px;
|
|
|
|
font-size: 27px;
|
|
|
|
}
|
2016-05-16 14:41:24 +00:00
|
|
|
#kelvin-preview {
|
|
|
|
margin-top: 25px;
|
|
|
|
width: 350px;
|
|
|
|
height: 60px;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
text-align: center;
|
|
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 60px;
|
|
|
|
color: #272b30;
|
|
|
|
}
|
2016-05-13 21:28:51 +00:00
|
|
|
#dial-c {
|
|
|
|
margin-left: 15px;
|
2016-05-16 14:41:24 +00:00
|
|
|
margin-top: 85px;
|
2016-05-13 21:28:51 +00:00
|
|
|
}
|
|
|
|
#dial-c .dial-wedge,
|
|
|
|
#dial-c .dial-marker {
|
|
|
|
background: #00FFFF;
|
|
|
|
}
|
|
|
|
#dial-c input {
|
|
|
|
color: #00FFFF;
|
|
|
|
border-color: #00FFFF;
|
|
|
|
}
|
|
|
|
#dial-m {
|
|
|
|
margin-left: 105px;
|
2016-05-16 14:41:24 +00:00
|
|
|
margin-top: 85px;
|
2016-05-13 21:28:51 +00:00
|
|
|
}
|
|
|
|
#dial-m .dial-wedge,
|
|
|
|
#dial-m .dial-marker {
|
|
|
|
background: #FF00FF;
|
|
|
|
}
|
|
|
|
#dial-m input {
|
|
|
|
color: #FF00FF;
|
|
|
|
border-color: #FF00FF;
|
|
|
|
}
|
|
|
|
#dial-y {
|
|
|
|
margin-left: 195px;
|
2016-05-16 14:41:24 +00:00
|
|
|
margin-top: 85px;
|
2016-05-13 21:28:51 +00:00
|
|
|
}
|
|
|
|
#dial-y .dial-wedge,
|
|
|
|
#dial-y .dial-marker {
|
|
|
|
background: #FFFF00;
|
|
|
|
}
|
|
|
|
#dial-y input {
|
|
|
|
color: #FFFF00;
|
|
|
|
border-color: #FFFF00;
|
|
|
|
}
|
2016-05-16 14:41:24 +00:00
|
|
|
#dial-k {
|
|
|
|
margin-left: 285px;
|
|
|
|
margin-top: 85px;
|
|
|
|
}
|
|
|
|
#dial-k .dial-wedge,
|
|
|
|
#dial-k .dial-marker {
|
|
|
|
background: #000;
|
|
|
|
}
|
|
|
|
#dial-k input {
|
|
|
|
color: #000;
|
|
|
|
border-color: #000;
|
|
|
|
}
|
|
|
|
#dial-k input {
|
|
|
|
color: #fff;
|
|
|
|
border-color: #fff;
|
|
|
|
}
|
2016-05-13 21:28:51 +00:00
|
|
|
.dial-wrapper {
|
|
|
|
position: absolute;
|
2016-05-18 22:05:43 +00:00
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
2016-05-13 21:28:51 +00:00
|
|
|
}
|
|
|
|
.dial-wrapper:after {
|
|
|
|
content: "";
|
|
|
|
background: #272b30;
|
|
|
|
border-radius: 50%;
|
2016-05-18 22:05:43 +00:00
|
|
|
width: 66px;
|
|
|
|
height: 66px;
|
2016-05-13 21:28:51 +00:00
|
|
|
position: absolute;
|
2016-05-18 22:05:43 +00:00
|
|
|
top: 7px;
|
|
|
|
left: 7px;
|
2016-05-13 21:28:51 +00:00
|
|
|
}
|
|
|
|
.dial-wrapper input {
|
2016-05-18 22:05:43 +00:00
|
|
|
margin-top: 94px;
|
|
|
|
width: 52px;
|
|
|
|
margin-left: 14px;
|
2016-05-13 21:28:51 +00:00
|
|
|
background: #272b30;
|
|
|
|
border: 1px solid;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.dial-container {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
overflow: hidden;
|
2016-05-18 22:05:43 +00:00
|
|
|
width: 40px;
|
2016-05-13 21:28:51 +00:00
|
|
|
}
|
|
|
|
.dial-container.dial-container1 {
|
2016-05-18 22:05:43 +00:00
|
|
|
left: 40px;
|
2016-05-13 21:28:51 +00:00
|
|
|
}
|
|
|
|
.dial-container.dial-container1 .dial-wedge {
|
2016-05-18 22:05:43 +00:00
|
|
|
transform: rotateZ(0deg);
|
|
|
|
border-radius: 0 80px 80px 0;
|
2016-05-13 21:28:51 +00:00
|
|
|
left: 0;
|
|
|
|
transform-origin: 0 50%;
|
|
|
|
}
|
|
|
|
.dial-container.dial-container2 {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.dial-container.dial-container2 .dial-wedge {
|
2016-05-18 22:05:43 +00:00
|
|
|
transform: rotateZ(0deg);
|
|
|
|
border-radius: 80px 0 0 80px;
|
|
|
|
transform-origin: 40px 40px;
|
2016-05-13 21:28:51 +00:00
|
|
|
}
|
|
|
|
.dial-wedge {
|
2016-05-18 22:05:43 +00:00
|
|
|
height: 80px;
|
|
|
|
width: 40px;
|
2016-05-13 21:28:51 +00:00
|
|
|
}
|
|
|
|
.dial-marker {
|
|
|
|
border-radius: 50%;
|
2016-05-18 22:05:43 +00:00
|
|
|
height: 7px;
|
|
|
|
width: 7px;
|
2016-05-13 21:28:51 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2018-12-10 03:01:29 +00:00
|
|
|
left: calc(50% - (14px * 2));
|
2016-05-13 21:28:51 +00:00
|
|
|
}
|
|
|
|
.dial-end {
|
2016-05-18 22:05:43 +00:00
|
|
|
transform: rotateZ(0deg);
|
|
|
|
transform-origin: 50% 40px;
|
2016-05-13 21:28:51 +00:00
|
|
|
}
|
2016-05-16 14:41:24 +00:00
|
|
|
#cmy-preview {
|
|
|
|
position: absolute;
|
|
|
|
margin-top: 220px;
|
|
|
|
margin-left: 15px;
|
|
|
|
width: 350px;
|
|
|
|
height: 60px;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
text-align: center;
|
|
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 60px;
|
|
|
|
color: #272b30;
|
|
|
|
}
|
2016-04-13 07:26:35 +00:00
|
|
|
.mcopy-light {
|
|
|
|
background: #000;
|
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
2016-04-13 20:59:22 +00:00
|
|
|
border-radius: 15px;
|
2016-04-13 04:44:52 +00:00
|
|
|
}
|
|
|
|
#light-status {
|
2016-04-22 18:33:49 +00:00
|
|
|
width: 360px;
|
2016-04-13 04:44:52 +00:00
|
|
|
float: right;
|
2016-04-17 21:55:23 +00:00
|
|
|
margin-top: -25px;
|
|
|
|
}
|
|
|
|
#light-status h3 {
|
|
|
|
font-size: 20px;
|
|
|
|
text-align: center;
|
2016-04-13 04:44:52 +00:00
|
|
|
}
|
2016-04-13 07:26:35 +00:00
|
|
|
#light-status > div {
|
|
|
|
position: relative;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
#light-status > div:after {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
}
|
2016-04-13 04:44:52 +00:00
|
|
|
#light-status form {
|
|
|
|
float: left;
|
|
|
|
line-height: 30px;
|
2016-04-13 07:26:35 +00:00
|
|
|
width: 40%;
|
2016-04-13 04:44:52 +00:00
|
|
|
}
|
|
|
|
#light-status form span {
|
|
|
|
width: 20px;
|
2016-04-13 07:26:35 +00:00
|
|
|
margin-left: 40px;
|
2016-04-13 04:44:52 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2016-04-13 07:26:35 +00:00
|
|
|
#light-status form input[type=text] {
|
|
|
|
width: 40px;
|
2016-04-17 21:55:23 +00:00
|
|
|
background: rgba(255, 255, 255, 0.05);
|
|
|
|
color: #fff;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
}
|
|
|
|
#light-swatches {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#light-swatches .swatch {
|
|
|
|
cursor: pointer;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 3px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border: 1px solid #fff;
|
2016-04-13 07:26:35 +00:00
|
|
|
}
|
2016-04-17 21:55:23 +00:00
|
|
|
#light-swatches .swatch.default {
|
|
|
|
border-color: #9ecaed;
|
|
|
|
box-shadow: 0 0 10px #9ecaed;
|
|
|
|
}
|
|
|
|
#light-swatches #new-swatch {
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
margin: 3px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
line-height: 88px;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 22px;
|
|
|
|
position: relative;
|
|
|
|
opacity: 0.25;
|
|
|
|
}
|
|
|
|
#light-swatches #new-swatch:hover {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
#light-swatches #new-swatch:active {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
#light-swatches #new-swatch i {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 14px;
|
|
|
|
left: 16px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2016-04-14 04:17:42 +00:00
|
|
|
#seq_scroll {
|
|
|
|
width: 100%;
|
|
|
|
overflow-x: scroll;
|
|
|
|
}
|
|
|
|
#seq_scroll > div > div > div {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#seq_scroll > div > div > div input {
|
|
|
|
float: none;
|
|
|
|
}
|
2016-04-17 21:55:23 +00:00
|
|
|
#numbers div {
|
|
|
|
font-size: 10px;
|
2016-04-14 04:17:42 +00:00
|
|
|
text-align: center;
|
|
|
|
color: #dcdcdc;
|
|
|
|
}
|
|
|
|
#actions {
|
2016-04-17 21:55:23 +00:00
|
|
|
padding: 8px 0 0 55px;
|
|
|
|
}
|
|
|
|
#actions input[type=number] {
|
|
|
|
background: rgba(255, 255, 255, 0.05);
|
|
|
|
border: 2px solid #fff;
|
|
|
|
color: #fff;
|
|
|
|
padding: 6px;
|
|
|
|
border-radius: 5px;
|
|
|
|
float: right;
|
|
|
|
width: 90px;
|
|
|
|
margin-right: 60px;
|
2016-04-14 04:17:42 +00:00
|
|
|
}
|
|
|
|
#seq_stats {
|
2016-04-19 20:49:37 +00:00
|
|
|
width: 40%;
|
2016-04-14 04:17:42 +00:00
|
|
|
float: right;
|
2016-04-19 20:49:37 +00:00
|
|
|
padding: 20px 61px 0 0;
|
2016-04-17 21:55:23 +00:00
|
|
|
}
|
|
|
|
#seq_stats h3 {
|
|
|
|
font-size: 20px;
|
2016-04-19 20:49:37 +00:00
|
|
|
margin: 16px 0 3px;
|
2016-04-14 04:17:42 +00:00
|
|
|
}
|
|
|
|
#seq_stats span {
|
|
|
|
font-weight: 600;
|
|
|
|
float: right;
|
|
|
|
}
|
2019-02-11 06:08:20 +00:00
|
|
|
#seq_loop_wrap {
|
2016-04-17 21:55:23 +00:00
|
|
|
width: 40%;
|
|
|
|
float: left;
|
2016-04-19 20:49:37 +00:00
|
|
|
padding: 0 0 0 56px;
|
2016-04-14 04:17:42 +00:00
|
|
|
}
|
2019-02-11 06:08:20 +00:00
|
|
|
#seq_loop_wrap h3 {
|
2016-04-17 21:55:23 +00:00
|
|
|
font-size: 20px;
|
|
|
|
margin: 12px 0 3px;
|
|
|
|
}
|
2019-02-11 06:08:20 +00:00
|
|
|
#seq_loop_wrap input {
|
2016-04-19 20:49:37 +00:00
|
|
|
font-family: 'Menlo', monospace;
|
2016-04-17 21:55:23 +00:00
|
|
|
background: rgba(255, 255, 255, 0.05);
|
|
|
|
color: #fff;
|
|
|
|
font-size: 21px;
|
2016-04-14 04:17:42 +00:00
|
|
|
width: 121px;
|
2016-04-19 20:49:37 +00:00
|
|
|
margin-top: 10px;
|
2016-04-17 21:55:23 +00:00
|
|
|
padding: 6px 12px;
|
2016-04-14 04:17:42 +00:00
|
|
|
}
|
|
|
|
#sequence {
|
|
|
|
width: 970px;
|
2016-04-17 21:55:23 +00:00
|
|
|
padding-bottom: 21px;
|
2019-04-16 14:01:42 +00:00
|
|
|
padding-left: 92px;
|
2016-04-14 04:17:42 +00:00
|
|
|
}
|
2019-04-04 22:49:07 +00:00
|
|
|
#sequence #camera_forward,
|
|
|
|
#sequence #camera_second_forward,
|
|
|
|
#sequence #projector_forward,
|
|
|
|
#sequence #projector_second_forward,
|
2016-04-14 04:17:42 +00:00
|
|
|
#sequence #black_forward {
|
|
|
|
clear: both;
|
|
|
|
}
|
2019-04-04 22:49:07 +00:00
|
|
|
#sequence #camera_forward input[type=checkbox],
|
|
|
|
#sequence #camera_second_forward input[type=checkbox],
|
|
|
|
#sequence #projector_forward input[type=checkbox],
|
|
|
|
#sequence #projector_second_forward input[type=checkbox],
|
2016-04-14 04:17:42 +00:00
|
|
|
#sequence #black_forward input[type=checkbox] {
|
2017-12-20 06:20:20 +00:00
|
|
|
border: 2px solid #00C4A0;
|
2016-04-14 04:17:42 +00:00
|
|
|
}
|
2019-04-04 22:49:07 +00:00
|
|
|
#sequence #camera_forward input[type=checkbox]:checked,
|
|
|
|
#sequence #camera_second_forward input[type=checkbox]:checked,
|
|
|
|
#sequence #projector_forward input[type=checkbox]:checked,
|
|
|
|
#sequence #projector_second_forward input[type=checkbox]:checked,
|
2016-04-14 04:17:42 +00:00
|
|
|
#sequence #black_forward input[type=checkbox]:checked {
|
|
|
|
background: #00C4A0;
|
|
|
|
}
|
2019-04-04 22:49:07 +00:00
|
|
|
#sequence #camera_forward > div,
|
|
|
|
#sequence #camera_second_forward > div,
|
|
|
|
#sequence #projector_forward > div,
|
|
|
|
#sequence #projector_second_forward > div,
|
2016-04-14 04:17:42 +00:00
|
|
|
#sequence #black_forward > div {
|
|
|
|
color: #00C4A0;
|
|
|
|
}
|
2019-04-04 22:49:07 +00:00
|
|
|
#sequence #camera_backward,
|
|
|
|
#sequence #camera_second_backward,
|
|
|
|
#sequence #projector_backward,
|
|
|
|
#sequence #projector_second_backward,
|
2016-04-14 04:17:42 +00:00
|
|
|
#sequence #black_backward {
|
|
|
|
clear: both;
|
|
|
|
}
|
2019-04-04 22:49:07 +00:00
|
|
|
#sequence #camera_backward input[type=checkbox],
|
|
|
|
#sequence #camera_second_backward input[type=checkbox],
|
|
|
|
#sequence #projector_backward input[type=checkbox],
|
|
|
|
#sequence #projector_second_backward input[type=checkbox],
|
2016-04-14 04:17:42 +00:00
|
|
|
#sequence #black_backward input[type=checkbox] {
|
2017-12-20 06:20:20 +00:00
|
|
|
border: 2px solid #AB1A25;
|
2016-04-14 04:17:42 +00:00
|
|
|
}
|
2019-04-04 22:49:07 +00:00
|
|
|
#sequence #camera_backward input[type=checkbox]:checked,
|
|
|
|
#sequence #camera_second_backward input[type=checkbox]:checked,
|
|
|
|
#sequence #projector_backward input[type=checkbox]:checked,
|
|
|
|
#sequence #projector_second_backward input[type=checkbox]:checked,
|
2016-04-14 04:17:42 +00:00
|
|
|
#sequence #black_backward input[type=checkbox]:checked {
|
|
|
|
background: #AB1A25;
|
|
|
|
}
|
2019-04-04 22:49:07 +00:00
|
|
|
#sequence #camera_backward > div,
|
|
|
|
#sequence #camera_second_backward > div,
|
|
|
|
#sequence #projector_backward > div,
|
|
|
|
#sequence #projector_second_backward > div,
|
2016-04-14 04:17:42 +00:00
|
|
|
#sequence #black_backward > div {
|
|
|
|
color: #AB1A25;
|
|
|
|
}
|
2019-04-04 22:49:07 +00:00
|
|
|
#sequence #camera_second_forward input[type=checkbox],
|
|
|
|
#sequence #projector_second_forward input[type=checkbox] {
|
|
|
|
border: 2px solid #14d8b4;
|
|
|
|
}
|
|
|
|
#sequence #camera_second_forward input[type=checkbox]:checked,
|
|
|
|
#sequence #projector_second_forward input[type=checkbox]:checked {
|
|
|
|
background: #14d8b4;
|
|
|
|
}
|
|
|
|
#sequence #camera_second_forward > div,
|
|
|
|
#sequence #projector_second_forward > div {
|
|
|
|
color: #14d8b4;
|
|
|
|
}
|
|
|
|
#sequence #camera_second_backward input[type=checkbox],
|
|
|
|
#sequence #projector_second_backward input[type=checkbox] {
|
|
|
|
border: 2px solid #bf2e39;
|
|
|
|
}
|
|
|
|
#sequence #camera_second_backward input[type=checkbox]:checked,
|
|
|
|
#sequence #projector_second_backward input[type=checkbox]:checked {
|
|
|
|
background: #bf2e39;
|
|
|
|
}
|
|
|
|
#sequence #camera_second_backward > div,
|
|
|
|
#sequence #projector_second_backward > div {
|
|
|
|
color: #bf2e39;
|
|
|
|
}
|
2022-07-15 22:11:26 +00:00
|
|
|
#sequence #black input[type=checkbox]:checked {
|
|
|
|
background: white;
|
|
|
|
}
|
2016-04-14 04:17:42 +00:00
|
|
|
#sequence input[type=checkbox] {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
background: transparent;
|
|
|
|
outline: none;
|
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
border-radius: 5px;
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 3px;
|
2016-04-17 21:55:23 +00:00
|
|
|
margin-right: 3px;
|
|
|
|
display: inline-block;
|
2016-04-14 04:17:42 +00:00
|
|
|
box-sizing: border-box;
|
2016-04-17 21:55:23 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2022-07-15 22:11:26 +00:00
|
|
|
#sequence input[type=checkbox].disabled {
|
|
|
|
cursor: not-allowed;
|
|
|
|
border-color: #646464;
|
|
|
|
}
|
2016-04-17 21:55:23 +00:00
|
|
|
#sequence .L {
|
|
|
|
display: inline-block;
|
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
border-radius: 35px;
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
margin-right: 3px;
|
2017-12-20 06:20:20 +00:00
|
|
|
border: 2px solid #fff;
|
2016-04-17 21:55:23 +00:00
|
|
|
opacity: 0.5;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
#sequence .L.a {
|
|
|
|
opacity: 1;
|
2016-04-14 04:17:42 +00:00
|
|
|
}
|
|
|
|
#sequence input.h {
|
|
|
|
border-color: #DAE035 !important;
|
|
|
|
}
|
|
|
|
#sequence input.h:checked {
|
|
|
|
background: #DAE035 !important;
|
|
|
|
}
|
|
|
|
#sequence #numbers {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
#sequence #numbers > div {
|
|
|
|
width: 35px;
|
|
|
|
color: #fff;
|
|
|
|
font-family: monospace;
|
|
|
|
float: left;
|
2016-04-17 21:55:23 +00:00
|
|
|
margin-right: 3px;
|
2016-04-14 04:17:42 +00:00
|
|
|
text-align: center;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2016-04-17 21:55:23 +00:00
|
|
|
#sequence #numbers > div.h {
|
|
|
|
color: #DAE035;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2018-01-02 06:52:15 +00:00
|
|
|
.spacer {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
2016-04-17 21:55:23 +00:00
|
|
|
#seq_labels {
|
2016-04-19 20:49:37 +00:00
|
|
|
font-family: 'Menlo', monospace;
|
2016-04-17 21:55:23 +00:00
|
|
|
background-color: #272b30;
|
|
|
|
position: absolute;
|
2019-04-16 14:01:42 +00:00
|
|
|
top: 113px;
|
2016-04-17 21:55:23 +00:00
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 15px;
|
2019-04-16 14:01:42 +00:00
|
|
|
width: 75px;
|
2016-04-17 21:55:23 +00:00
|
|
|
}
|
|
|
|
#seq_labels div {
|
|
|
|
height: 43px;
|
|
|
|
line-height: 35px;
|
|
|
|
}
|
|
|
|
#seq_labels span {
|
|
|
|
text-indent: 7px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2019-04-16 14:01:42 +00:00
|
|
|
#seq_labels i.fa {
|
|
|
|
right: 3px;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2017-12-20 22:12:45 +00:00
|
|
|
#loop_current {
|
2019-04-28 02:28:23 +00:00
|
|
|
font-family: 'Menlo', monospace;
|
|
|
|
font-size: 22px;
|
|
|
|
margin-top: 13px;
|
2019-03-31 00:29:01 +00:00
|
|
|
margin-right: 50px;
|
|
|
|
width: 93px;
|
2017-12-20 22:12:45 +00:00
|
|
|
text-align: center;
|
2019-03-31 00:29:01 +00:00
|
|
|
position: relative;
|
|
|
|
float: right;
|
2017-12-20 22:12:45 +00:00
|
|
|
color: #DAE035;
|
|
|
|
}
|
2019-03-22 21:04:29 +00:00
|
|
|
#seq_pause {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-03-31 00:29:01 +00:00
|
|
|
#seq_progress {
|
|
|
|
width: 100%;
|
|
|
|
height: 15px;
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
2019-04-16 14:01:42 +00:00
|
|
|
#buttons > div,
|
|
|
|
#buttons_2 > div {
|
2018-01-02 14:46:05 +00:00
|
|
|
width: 50%;
|
|
|
|
float: left;
|
|
|
|
}
|
2019-04-16 14:01:42 +00:00
|
|
|
#buttons .proj2,
|
|
|
|
#buttons_2 .proj2 {
|
|
|
|
float: right !important;
|
|
|
|
}
|
2018-01-02 14:46:05 +00:00
|
|
|
.cmd {
|
2018-01-06 22:51:53 +00:00
|
|
|
width: 240px;
|
2018-01-02 14:46:05 +00:00
|
|
|
text-align: center;
|
2018-02-01 19:51:27 +00:00
|
|
|
margin: 10px auto;
|
2018-01-30 10:05:50 +00:00
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
2018-01-02 14:46:05 +00:00
|
|
|
}
|
|
|
|
.cmd i {
|
2018-02-01 19:51:27 +00:00
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
.cmd i:first-child {
|
2018-01-02 14:46:05 +00:00
|
|
|
float: left;
|
2018-01-06 22:51:53 +00:00
|
|
|
margin-right: 5px;
|
2018-01-02 14:46:05 +00:00
|
|
|
}
|
2018-02-01 19:51:27 +00:00
|
|
|
.cmd i:last-child {
|
|
|
|
float: right;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2018-01-02 14:46:05 +00:00
|
|
|
.cmd.fwd i {
|
2018-03-15 01:08:20 +00:00
|
|
|
color: #fff;
|
2018-01-02 14:46:05 +00:00
|
|
|
}
|
|
|
|
.cmd.bwd i {
|
2018-03-15 01:08:20 +00:00
|
|
|
color: #fff;
|
2018-01-02 14:46:05 +00:00
|
|
|
}
|
|
|
|
.cmd:active.fwd,
|
2018-02-01 19:51:27 +00:00
|
|
|
.cmd.active.fwd {
|
2018-01-02 14:46:05 +00:00
|
|
|
background: #00C4A0;
|
|
|
|
border-color: #00C4A0;
|
|
|
|
}
|
|
|
|
.cmd:active.bwd,
|
2018-02-01 19:51:27 +00:00
|
|
|
.cmd.active.bwd {
|
2018-01-02 14:46:05 +00:00
|
|
|
background: #AB1A25;
|
|
|
|
border-color: #AB1A25;
|
|
|
|
}
|
2022-07-15 22:11:26 +00:00
|
|
|
.cmd:active.capper,
|
|
|
|
.cmd.active.capper {
|
|
|
|
background: white;
|
|
|
|
color: #272b30;
|
|
|
|
}
|
2018-01-02 14:46:05 +00:00
|
|
|
.cmd:active i,
|
2018-02-01 19:51:27 +00:00
|
|
|
.cmd.active i {
|
2018-01-02 14:46:05 +00:00
|
|
|
color: #272b30;
|
|
|
|
}
|
2018-01-05 04:42:57 +00:00
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 8px;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
background: rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
background: rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
|
|
background: rgba(0, 0, 0, 0.4);
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:window-inactive {
|
|
|
|
background: rgba(0, 0, 0, 0.05);
|
|
|
|
}
|
2022-07-13 14:15:47 +00:00
|
|
|
#settings h4 {
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
2018-01-09 18:01:19 +00:00
|
|
|
#settings > div {
|
|
|
|
width: 300px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
#settings > div > div {
|
|
|
|
width: 360px;
|
|
|
|
}
|
|
|
|
#settings input[type=text],
|
|
|
|
#settings select {
|
|
|
|
display: block;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: 2px solid #fff;
|
|
|
|
text-align: center;
|
|
|
|
background: transparent;
|
|
|
|
color: #fff;
|
|
|
|
padding: 8px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 400;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 6px 12px;
|
|
|
|
font-size: 21px;
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
#settings input[type=text] span,
|
|
|
|
#settings select span {
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 200;
|
|
|
|
}
|
|
|
|
#settings input[type=text]:active,
|
|
|
|
#settings select:active,
|
|
|
|
#settings input[type=text] .active,
|
|
|
|
#settings select .active {
|
|
|
|
background: #fff;
|
|
|
|
color: #272b30;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
#settings input[type=text]:focus,
|
|
|
|
#settings select:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
2018-02-01 19:51:27 +00:00
|
|
|
#settings input[type=text].active,
|
|
|
|
#settings select.active {
|
|
|
|
border-color: #DAE035;
|
|
|
|
color: #DAE035;
|
|
|
|
}
|
2022-06-12 17:37:00 +00:00
|
|
|
#settings input[type=text] {
|
|
|
|
width: 200px;
|
|
|
|
}
|
2018-01-09 18:01:19 +00:00
|
|
|
#settings button {
|
|
|
|
margin-top: -1px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#settings input[type=radio] {
|
|
|
|
float: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
#settings .spacer {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2018-03-05 04:56:01 +00:00
|
|
|
.cm-s-monokai.CodeMirror {
|
|
|
|
background: #272b30 !important;
|
|
|
|
}
|
|
|
|
.cm-s-monokai .CodeMirror-gutters {
|
|
|
|
background: #363a3f !important;
|
|
|
|
}
|
|
|
|
#mscript_cmd {
|
|
|
|
margin: 7px 0 0 10px;
|
|
|
|
}
|
|
|
|
#mscript_cmd button {
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 6px 14px 4px;
|
|
|
|
}
|
2018-03-15 01:08:20 +00:00
|
|
|
#console {
|
|
|
|
background: #000;
|
|
|
|
border-top: 2px solid rgba(255, 255, 255, 0.3);
|
|
|
|
}
|
|
|
|
#console textarea {
|
|
|
|
font-family: 'Menlo', monospace;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 17px;
|
|
|
|
outline: none !important;
|
|
|
|
border: none;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin: 0;
|
|
|
|
padding: 20px;
|
|
|
|
width: 100%;
|
|
|
|
height: 122px;
|
|
|
|
display: block;
|
|
|
|
background: black;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2019-06-25 16:13:15 +00:00
|
|
|
#video input,
|
2019-06-25 01:11:14 +00:00
|
|
|
#video select {
|
|
|
|
display: block;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: 2px solid #fff;
|
|
|
|
text-align: center;
|
|
|
|
background: transparent;
|
|
|
|
color: #fff;
|
|
|
|
padding: 8px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 400;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 6px 12px;
|
|
|
|
font-size: 21px;
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
2019-06-25 16:13:15 +00:00
|
|
|
#video input span,
|
2019-06-25 01:11:14 +00:00
|
|
|
#video select span {
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 200;
|
|
|
|
}
|
2019-06-25 16:13:15 +00:00
|
|
|
#video input:active,
|
2019-06-25 01:11:14 +00:00
|
|
|
#video select:active,
|
2019-06-25 16:13:15 +00:00
|
|
|
#video input .active,
|
2019-06-25 01:11:14 +00:00
|
|
|
#video select .active {
|
|
|
|
background: #fff;
|
|
|
|
color: #272b30;
|
|
|
|
outline: none;
|
|
|
|
}
|
2019-06-25 16:13:15 +00:00
|
|
|
#video input:focus,
|
2019-06-25 01:11:14 +00:00
|
|
|
#video select:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
2019-06-25 16:13:15 +00:00
|
|
|
#video input.active,
|
2019-06-25 01:11:14 +00:00
|
|
|
#video select.active {
|
|
|
|
border-color: #DAE035;
|
|
|
|
color: #DAE035;
|
|
|
|
}
|
|
|
|
#video button,
|
|
|
|
#video select {
|
|
|
|
padding: 9px 16px 8px;
|
|
|
|
}
|
|
|
|
#path_bar {
|
|
|
|
padding: 5px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
#path_bar input {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#path_bar button {
|
|
|
|
float: left;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
#path_bar select {
|
|
|
|
line-height: 41px;
|
2021-02-24 05:38:11 +00:00
|
|
|
height: 37px;
|
2019-06-25 01:11:14 +00:00
|
|
|
margin-right: 5px;
|
|
|
|
float: right;
|
2021-02-24 05:38:11 +00:00
|
|
|
box-sizing: content-box;
|
|
|
|
padding: 0 0 0 8px;
|
2019-06-25 01:11:14 +00:00
|
|
|
}
|
|
|
|
#filmout_monitor {
|
|
|
|
display: none;
|
|
|
|
border: 2px solid white;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 360px;
|
|
|
|
margin: 0 auto;
|
2019-06-25 16:13:15 +00:00
|
|
|
position: relative;
|
2019-06-25 01:11:14 +00:00
|
|
|
}
|
|
|
|
#filmout_monitor.on {
|
|
|
|
display: block;
|
|
|
|
}
|
2019-06-24 17:25:34 +00:00
|
|
|
#filmout_preview_wrap {
|
2019-06-15 15:05:29 +00:00
|
|
|
background: #000;
|
|
|
|
width: 100%;
|
2019-06-25 01:11:14 +00:00
|
|
|
height: 360px;
|
2019-06-15 15:05:29 +00:00
|
|
|
}
|
2019-06-24 17:25:34 +00:00
|
|
|
#filmout {
|
2019-06-25 16:13:15 +00:00
|
|
|
position: absolute;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
background-position: center;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2019-06-15 15:05:29 +00:00
|
|
|
display: block;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2019-06-25 16:13:15 +00:00
|
|
|
#filmout.on {
|
2019-06-15 15:05:29 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
2019-06-25 01:11:14 +00:00
|
|
|
#filmout_position_wrap {
|
|
|
|
padding-top: 5px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
#filmout_position_wrap input {
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-left: 5px;
|
2021-04-01 23:45:08 +00:00
|
|
|
width: 308px !important;
|
|
|
|
box-sizing: border-box;
|
2019-06-25 01:11:14 +00:00
|
|
|
}
|
|
|
|
#filmout_position_wrap button,
|
|
|
|
#filmout_position_wrap input {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#filmout_position_wrap > div {
|
2021-04-01 23:45:08 +00:00
|
|
|
width: 425px;
|
2019-06-25 01:11:14 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
#filmout_functions {
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
#filmout_functions > div {
|
2021-04-01 23:40:29 +00:00
|
|
|
width: 425px;
|
2019-06-25 01:11:14 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
#filmout_stats_video,
|
|
|
|
#filmout_stats_monitor {
|
|
|
|
width: 150px;
|
|
|
|
position: absolute;
|
|
|
|
padding: 10px 5px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#filmout_stats_video h3,
|
|
|
|
#filmout_stats_monitor h3 {
|
|
|
|
font-size: 20px;
|
|
|
|
margin: 16px 0 3px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#filmout_stats_video {
|
|
|
|
left: 5px;
|
|
|
|
}
|
|
|
|
#filmout_stats_monitor {
|
|
|
|
right: 5px;
|
|
|
|
}
|
2021-04-02 02:21:27 +00:00
|
|
|
.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.show {
|
|
|
|
display: block;
|
|
|
|
}
|
2018-01-02 06:52:15 +00:00
|
|
|
#screens {
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
.screen {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#w2ui-popup .swatch {
|
|
|
|
cursor: pointer;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 3px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
}
|
|
|
|
#w2ui-popup .swatch.default {
|
|
|
|
border-color: #9ecaed;
|
|
|
|
box-shadow: 0 0 10px #9ecaed;
|
|
|
|
}
|
|
|
|
#w2ui-popup #new-swatch {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#preview-wrap {
|
|
|
|
margin-top: 140px;
|
|
|
|
}
|
|
|
|
#preview-wrap h4 {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
margin-left: 123px;
|
|
|
|
margin-right: 10px;
|
|
|
|
width: 81px;
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
#preview-wrap h4 span {
|
|
|
|
display: block;
|
|
|
|
margin-top: 6px;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
#rgb {
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
width: 411px;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#color {
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
margin: 0 50px;
|
|
|
|
background-color: #000;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#counters .cam,
|
|
|
|
#counters_2 .cam,
|
2019-04-16 14:01:42 +00:00
|
|
|
#counters_3 .cam,
|
2018-02-01 19:51:27 +00:00
|
|
|
#move_to .cam,
|
2019-04-16 14:01:42 +00:00
|
|
|
#move_to_2 .cam,
|
|
|
|
#counters .cam2,
|
|
|
|
#counters_2 .cam2,
|
|
|
|
#counters_3 .cam2,
|
|
|
|
#move_to .cam2,
|
|
|
|
#move_to_2 .cam2,
|
2018-01-02 06:52:15 +00:00
|
|
|
#counters .proj,
|
2018-02-01 19:51:27 +00:00
|
|
|
#counters_2 .proj,
|
2019-04-16 14:01:42 +00:00
|
|
|
#counters_3 .proj,
|
|
|
|
#move_to .proj,
|
|
|
|
#move_to_2 .proj,
|
|
|
|
#counters .proj2,
|
|
|
|
#counters_2 .proj2,
|
|
|
|
#counters_3 .proj2,
|
|
|
|
#move_to .proj2,
|
|
|
|
#move_to_2 .proj2 {
|
2018-01-02 06:52:15 +00:00
|
|
|
width: 50%;
|
2018-03-15 01:08:20 +00:00
|
|
|
padding-bottom: 10px;
|
2018-01-02 06:52:15 +00:00
|
|
|
}
|
|
|
|
#counters .cam label,
|
|
|
|
#counters_2 .cam label,
|
2019-04-16 14:01:42 +00:00
|
|
|
#counters_3 .cam label,
|
2018-02-01 19:51:27 +00:00
|
|
|
#move_to .cam label,
|
2019-04-16 14:01:42 +00:00
|
|
|
#move_to_2 .cam label,
|
|
|
|
#counters .cam2 label,
|
|
|
|
#counters_2 .cam2 label,
|
|
|
|
#counters_3 .cam2 label,
|
|
|
|
#move_to .cam2 label,
|
|
|
|
#move_to_2 .cam2 label,
|
2018-01-02 06:52:15 +00:00
|
|
|
#counters .proj label,
|
2018-02-01 19:51:27 +00:00
|
|
|
#counters_2 .proj label,
|
2019-04-16 14:01:42 +00:00
|
|
|
#counters_3 .proj label,
|
|
|
|
#move_to .proj label,
|
|
|
|
#move_to_2 .proj label,
|
|
|
|
#counters .proj2 label,
|
|
|
|
#counters_2 .proj2 label,
|
|
|
|
#counters_3 .proj2 label,
|
|
|
|
#move_to .proj2 label,
|
|
|
|
#move_to_2 .proj2 label {
|
2018-01-02 06:52:15 +00:00
|
|
|
text-align: center;
|
|
|
|
font-size: 24px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
#counters .cam input,
|
|
|
|
#counters_2 .cam input,
|
2019-04-16 14:01:42 +00:00
|
|
|
#counters_3 .cam input,
|
2018-02-01 19:51:27 +00:00
|
|
|
#move_to .cam input,
|
2019-04-16 14:01:42 +00:00
|
|
|
#move_to_2 .cam input,
|
|
|
|
#counters .cam2 input,
|
|
|
|
#counters_2 .cam2 input,
|
|
|
|
#counters_3 .cam2 input,
|
|
|
|
#move_to .cam2 input,
|
|
|
|
#move_to_2 .cam2 input,
|
2018-01-02 06:52:15 +00:00
|
|
|
#counters .proj input,
|
2018-02-01 19:51:27 +00:00
|
|
|
#counters_2 .proj input,
|
2019-04-16 14:01:42 +00:00
|
|
|
#counters_3 .proj input,
|
|
|
|
#move_to .proj input,
|
|
|
|
#move_to_2 .proj input,
|
|
|
|
#counters .proj2 input,
|
|
|
|
#counters_2 .proj2 input,
|
|
|
|
#counters_3 .proj2 input,
|
|
|
|
#move_to .proj2 input,
|
|
|
|
#move_to_2 .proj2 input {
|
2018-01-02 06:52:15 +00:00
|
|
|
background: rgba(255, 255, 255, 0.05);
|
|
|
|
color: #fff;
|
|
|
|
padding: 6px 12px;
|
|
|
|
font-size: 21px;
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
font-family: 'Menlo', monospace;
|
|
|
|
}
|
|
|
|
#counters .cam input.changed,
|
|
|
|
#counters_2 .cam input.changed,
|
2019-04-16 14:01:42 +00:00
|
|
|
#counters_3 .cam input.changed,
|
2018-02-01 19:51:27 +00:00
|
|
|
#move_to .cam input.changed,
|
2019-04-16 14:01:42 +00:00
|
|
|
#move_to_2 .cam input.changed,
|
|
|
|
#counters .cam2 input.changed,
|
|
|
|
#counters_2 .cam2 input.changed,
|
|
|
|
#counters_3 .cam2 input.changed,
|
|
|
|
#move_to .cam2 input.changed,
|
|
|
|
#move_to_2 .cam2 input.changed,
|
2018-01-02 06:52:15 +00:00
|
|
|
#counters .proj input.changed,
|
2018-02-01 19:51:27 +00:00
|
|
|
#counters_2 .proj input.changed,
|
2019-04-16 14:01:42 +00:00
|
|
|
#counters_3 .proj input.changed,
|
|
|
|
#move_to .proj input.changed,
|
|
|
|
#move_to_2 .proj input.changed,
|
|
|
|
#counters .proj2 input.changed,
|
|
|
|
#counters_2 .proj2 input.changed,
|
|
|
|
#counters_3 .proj2 input.changed,
|
|
|
|
#move_to .proj2 input.changed,
|
|
|
|
#move_to_2 .proj2 input.changed {
|
2018-01-02 06:52:15 +00:00
|
|
|
color: #DAE035;
|
|
|
|
}
|
|
|
|
#counters .cam,
|
2018-02-01 19:51:27 +00:00
|
|
|
#counters_2 .cam,
|
2019-04-16 14:01:42 +00:00
|
|
|
#counters_3 .cam,
|
|
|
|
#move_to .cam,
|
|
|
|
#move_to_2 .cam,
|
|
|
|
#counters .cam2,
|
|
|
|
#counters_2 .cam2,
|
|
|
|
#counters_3 .cam2,
|
|
|
|
#move_to .cam2,
|
|
|
|
#move_to_2 .cam2 {
|
2018-01-02 06:52:15 +00:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#counters .proj,
|
2018-02-01 19:51:27 +00:00
|
|
|
#counters_2 .proj,
|
2019-04-16 14:01:42 +00:00
|
|
|
#counters_3 .proj,
|
|
|
|
#move_to .proj,
|
|
|
|
#move_to_2 .proj,
|
|
|
|
#counters .proj2,
|
|
|
|
#counters_2 .proj2,
|
|
|
|
#counters_3 .proj2,
|
|
|
|
#move_to .proj2,
|
|
|
|
#move_to_2 .proj2 {
|
2018-01-02 06:52:15 +00:00
|
|
|
float: right;
|
|
|
|
}
|
2019-04-16 14:01:42 +00:00
|
|
|
#counters.projectors .proj,
|
|
|
|
#counters.projectors .proj2 {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
#counters.projectors .proj label,
|
|
|
|
#counters.projectors .proj2 label {
|
|
|
|
line-height: 34px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
#counters.projectors .proj input,
|
|
|
|
#counters.projectors .proj2 input {
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
#counters.cameras .cam,
|
|
|
|
#counters.cameras .cam2 {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
#counters.cameras .cam label,
|
|
|
|
#counters.cameras .cam2 label {
|
|
|
|
line-height: 34px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
#counters.cameras .cam input,
|
|
|
|
#counters.cameras .cam2 input {
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
#move_to,
|
|
|
|
#move_to_2 {
|
2018-02-01 19:51:27 +00:00
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2018-03-15 01:08:20 +00:00
|
|
|
#move_to .cam > div,
|
2019-04-16 14:01:42 +00:00
|
|
|
#move_to_2 .cam > div,
|
|
|
|
#move_to .cam2 > div,
|
|
|
|
#move_to_2 .cam2 > div,
|
|
|
|
#move_to .proj > div,
|
|
|
|
#move_to_2 .proj > div,
|
|
|
|
#move_to .proj2 > div,
|
|
|
|
#move_to_2 .proj2 > div {
|
2018-03-15 01:08:20 +00:00
|
|
|
width: 294px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2018-02-01 19:51:27 +00:00
|
|
|
#move_to .cam label,
|
2019-04-16 14:01:42 +00:00
|
|
|
#move_to_2 .cam label,
|
|
|
|
#move_to .cam2 label,
|
|
|
|
#move_to_2 .cam2 label,
|
|
|
|
#move_to .proj label,
|
|
|
|
#move_to_2 .proj label,
|
|
|
|
#move_to .proj2 label,
|
|
|
|
#move_to_2 .proj2 label {
|
2018-02-01 19:51:27 +00:00
|
|
|
font-size: 18px;
|
|
|
|
}
|
2018-03-15 01:08:20 +00:00
|
|
|
#move_to .cam input,
|
2019-04-16 14:01:42 +00:00
|
|
|
#move_to_2 .cam input,
|
|
|
|
#move_to .cam2 input,
|
|
|
|
#move_to_2 .cam2 input,
|
|
|
|
#move_to .proj input,
|
|
|
|
#move_to_2 .proj input,
|
|
|
|
#move_to .proj2 input,
|
|
|
|
#move_to_2 .proj2 input {
|
2018-03-15 01:08:20 +00:00
|
|
|
display: inline-block;
|
|
|
|
width: 206px;
|
|
|
|
}
|
|
|
|
#move_to .cam button,
|
2019-04-16 14:01:42 +00:00
|
|
|
#move_to_2 .cam button,
|
|
|
|
#move_to .cam2 button,
|
|
|
|
#move_to_2 .cam2 button,
|
|
|
|
#move_to .proj button,
|
|
|
|
#move_to_2 .proj button,
|
|
|
|
#move_to .proj2 button,
|
|
|
|
#move_to_2 .proj2 button {
|
2018-03-15 01:08:20 +00:00
|
|
|
padding: 7px 16px;
|
|
|
|
float: right;
|
|
|
|
}
|
2019-04-16 14:01:42 +00:00
|
|
|
#move_to > .proj2,
|
|
|
|
#move_to_2 > .proj2 {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.cam2,
|
2022-07-15 22:11:26 +00:00
|
|
|
.proj2,
|
|
|
|
.black {
|
2019-04-16 14:01:42 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.cam2 > *,
|
2022-07-15 22:11:26 +00:00
|
|
|
.proj2 > *,
|
|
|
|
.black > * {
|
2019-04-16 14:01:42 +00:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.cam2.on,
|
2022-07-15 22:11:26 +00:00
|
|
|
.proj2.on,
|
|
|
|
.black.on {
|
2019-04-16 14:01:42 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.cam2.on > *,
|
2022-07-15 22:11:26 +00:00
|
|
|
.proj2.on > *,
|
|
|
|
.black.on > * {
|
2019-04-16 14:01:42 +00:00
|
|
|
visibility: visible;
|
|
|
|
}
|
2016-04-19 03:43:32 +00:00
|
|
|
#overlay {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2018-02-01 02:43:56 +00:00
|
|
|
background: rgba(0, 0, 0, 0.6);
|
2016-04-19 03:43:32 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2018-02-01 02:43:56 +00:00
|
|
|
#spinnerMsg {
|
|
|
|
position: absolute;
|
|
|
|
width: 80%;
|
|
|
|
z-index: 2000000000;
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: -40%;
|
|
|
|
margin-top: 50px;
|
|
|
|
font-size: 17px;
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: 1px 1px 2px #000;
|
|
|
|
}
|
2019-03-18 23:42:12 +00:00
|
|
|
#spinnerCancel {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2000000000;
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: -40%;
|
|
|
|
margin-top: 120px;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
#spinnerCancel .btn {
|
|
|
|
margin: 0 auto;
|
|
|
|
background: rgba(80, 80, 80, 0.4);
|
|
|
|
}
|
2016-04-13 07:26:35 +00:00
|
|
|
.cp-app {
|
|
|
|
position: relative !important;
|
|
|
|
border-radius: 0px !important;
|
|
|
|
top: 0px !important;
|
|
|
|
}
|
|
|
|
.cp-app .cp-memo {
|
|
|
|
bottom: 2px !important;
|
|
|
|
}
|
2018-03-15 03:17:42 +00:00
|
|
|
.progress {
|
|
|
|
width: 240px;
|
|
|
|
margin: 85px -120px;
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
}
|