2018-01-02 06:43:11 +00:00
|
|
|
@import "./variables.less";
|
2018-01-02 06:52:15 +00:00
|
|
|
@import "./mixins.less";
|
2016-04-19 20:49:37 +00:00
|
|
|
|
2018-01-02 06:52:15 +00:00
|
|
|
@import "./core.less";
|
2018-01-02 06:43:11 +00:00
|
|
|
@import "./light.less";
|
2018-01-02 06:52:15 +00:00
|
|
|
@import "./seq.less";
|
|
|
|
@import "./cmd.less";
|
2018-01-05 04:42:57 +00:00
|
|
|
@import "./scroll.less";
|
2018-01-09 18:01:19 +00:00
|
|
|
@import "./settings.less";
|
2018-01-02 06:43:11 +00:00
|
|
|
|
2016-04-13 02:06:06 +00:00
|
|
|
#log{
|
|
|
|
position: fixed;
|
2016-04-13 04:06:19 +00:00
|
|
|
width: 100%;
|
2016-04-19 20:49:37 +00:00
|
|
|
height: @FOOTER_H;
|
2016-04-13 02:06:06 +00:00
|
|
|
}
|
|
|
|
|
2016-04-14 04:17:42 +00:00
|
|
|
#screens{
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
2016-04-13 04:06:19 +00:00
|
|
|
.screen{
|
|
|
|
display: none;
|
2016-04-13 04:44:52 +00:00
|
|
|
}
|
|
|
|
|
2016-04-17 21:55:23 +00:00
|
|
|
#w2ui-popup{
|
|
|
|
.swatch{
|
|
|
|
cursor: pointer;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 3px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
&.default{
|
|
|
|
border-color: #9ecaed;
|
|
|
|
box-shadow: 0 0 10px #9ecaed;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#new-swatch{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#preview-wrap{
|
|
|
|
margin-top: 140px;
|
|
|
|
h4{
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
margin-left: 123px;
|
|
|
|
margin-right: 10px;
|
|
|
|
width: 81px;
|
|
|
|
height: 30px;
|
|
|
|
span{
|
|
|
|
display: block;
|
|
|
|
margin-top: 6px;
|
|
|
|
position: absolute;
|
2016-04-13 07:26:35 +00:00
|
|
|
}
|
2016-04-13 04:44:52 +00:00
|
|
|
}
|
|
|
|
}
|
2016-04-13 07:26:35 +00:00
|
|
|
#preview{
|
2016-04-17 21:55:23 +00:00
|
|
|
//margin-top: 40px;
|
2016-04-13 07:26:35 +00:00
|
|
|
}
|
|
|
|
#rgb{
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
width: 411px;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2016-04-13 04:44:52 +00:00
|
|
|
#color{
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
margin: 0 50px;
|
|
|
|
background-color: #000;
|
|
|
|
float: right;
|
2016-04-13 07:26:35 +00:00
|
|
|
}
|
|
|
|
|
2018-02-01 19:51:02 +00:00
|
|
|
#counters, #counters_2, #move_to{
|
2016-04-14 04:17:42 +00:00
|
|
|
.cam,.proj{
|
|
|
|
width: 50%;
|
|
|
|
padding-bottom: 25px;
|
|
|
|
label{
|
|
|
|
text-align: center;
|
|
|
|
font-size: 24px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
input{
|
2016-04-17 21:55:23 +00:00
|
|
|
background: @INPUT_BG;
|
2016-04-14 04:17:42 +00:00
|
|
|
color: @COMMON;
|
|
|
|
padding: 6px 12px;
|
|
|
|
font-size: 21px;
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
.monospace();
|
|
|
|
&.changed{
|
|
|
|
color: @SELECTED;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cam{
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.proj{
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
2016-04-19 20:49:37 +00:00
|
|
|
|
2018-02-01 19:51:02 +00:00
|
|
|
#move_to{
|
|
|
|
margin-top: 20px;
|
|
|
|
.cam,.proj{
|
|
|
|
label{
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
//z-index: 1200;
|
|
|
|
}
|
2016-04-14 04:17:42 +00:00
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2016-04-13 07:26:35 +00:00
|
|
|
.cp-app{
|
|
|
|
position: relative !important;
|
|
|
|
border-radius: 0px !important;
|
|
|
|
top: 0px !important;
|
|
|
|
.cp-memo{
|
|
|
|
bottom: 2px !important;
|
|
|
|
}
|
2016-04-19 20:49:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cm-s-monokai.CodeMirror{
|
|
|
|
background: @BG !important;
|
|
|
|
}
|
|
|
|
.cm-s-monokai .CodeMirror-gutters {
|
|
|
|
background: @BG + rgb(15, 15, 15) !important;
|
2016-04-13 02:06:06 +00:00
|
|
|
}
|