mcopy/app/less/app.less

244 lines
3.1 KiB
Plaintext
Raw Permalink Normal View History

2018-01-02 06:43:11 +00:00
@import "./variables.less";
@import "./mixins.less";
2016-04-19 20:49:37 +00:00
@import "./core.less";
2018-01-02 06:43:11 +00:00
@import "./light.less";
@import "./seq.less";
@import "./cmd.less";
2018-01-05 04:42:57 +00:00
@import "./scroll.less";
@import "./settings.less";
@import "./mscript.less";
2018-01-02 06:43:11 +00:00
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;
}
#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;
}
}
}
#preview{
//margin-top: 40px;
}
#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,
#counters_2,
2019-04-16 14:01:42 +00:00
#counters_3,
#move_to,
#move_to_2{
.cam,
2019-04-16 14:01:42 +00:00
.cam2,
.proj,
.proj2{
2016-04-14 04:17:42 +00:00
width: 50%;
padding-bottom: 10px;
2016-04-14 04:17:42 +00:00
label{
text-align: center;
font-size: 24px;
display: block;
}
input{
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;
}
}
}
2019-04-16 14:01:42 +00:00
.cam,
.cam2{
2016-04-14 04:17:42 +00:00
float: left;
}
2019-04-16 14:01:42 +00:00
.proj,
.proj2{
2016-04-14 04:17:42 +00:00
float: right;
}
}
2016-04-19 20:49:37 +00:00
2019-04-16 14:01:42 +00:00
#counters{
&.projectors{
.proj,
.proj2{
width: 25%;
label{
line-height: 34px;
font-size: 18px;
}
input{
width: 90%;
}
}
}
&.cameras{
.cam,
.cam2{
width: 25%;
label{
line-height: 34px;
font-size: 18px;
}
input{
width: 90%;
}
}
}
}
#move_to,
#move_to_2{
2018-02-01 19:51:02 +00:00
margin-top: 20px;
.cam,
2019-04-16 14:01:42 +00:00
.cam2,
.proj,
.proj2{
> div {
width: 294px;
margin: 0 auto;
}
2018-02-01 19:51:02 +00:00
label{
font-size: 18px;
}
input{
display: inline-block;
width: 206px;
}
button{
padding: 7px 16px;
float: right;
}
2018-02-01 19:51:02 +00:00
}
2019-04-16 14:01:42 +00:00
> .proj2{
float: right;
}
}
.cam2,
.proj2{
display : none;
> * {
visibility: hidden;
}
&.on {
display: block;
> * {
visibility: visible;
}
}
2018-02-01 19:51:02 +00:00
}
2016-04-19 03:43:32 +00:00
#overlay{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
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
#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;
}
#spinnerCancel{
display:none;
position: absolute;
z-index: 2000000000;
left: 50%;
top: 50%;
text-align: center;
margin-left: -40%;
margin-top: 120px;
width: 80%;
.btn{
margin: 0 auto;
background: rgba(80,80,80, 0.4);
}
}
.cp-app{
position: relative !important;
border-radius: 0px !important;
top: 0px !important;
.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%;
2016-04-13 02:06:06 +00:00
}