2016-04-13 20:59:22 +00:00
|
|
|
input[type=checkbox] {
|
|
|
|
outline: none;
|
|
|
|
}
|
2016-04-13 07:26:35 +00:00
|
|
|
footer {
|
2016-04-13 02:51:47 +00:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 150px;
|
|
|
|
}
|
|
|
|
#log {
|
|
|
|
position: fixed;
|
2016-04-13 04:06:19 +00:00
|
|
|
width: 100%;
|
2016-04-13 02:51:47 +00:00
|
|
|
height: 150px;
|
|
|
|
}
|
2016-04-13 04:06:19 +00:00
|
|
|
.screen {
|
|
|
|
display: none;
|
2016-04-13 02:51:47 +00:00
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
.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-13 07:26:35 +00:00
|
|
|
width: 388px;
|
2016-04-13 04:44:52 +00:00
|
|
|
float: right;
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
#preview {
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
#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
|
|
|
.cp-app {
|
|
|
|
position: relative !important;
|
|
|
|
border-radius: 0px !important;
|
|
|
|
top: 0px !important;
|
|
|
|
}
|
|
|
|
.cp-app .cp-memo {
|
|
|
|
bottom: 2px !important;
|
|
|
|
}
|