2020-06-06 16:02:04 -04:00
|
|
|
:root {
|
2020-06-06 20:05:21 -04:00
|
|
|
--fg-gray: #495057;
|
|
|
|
|
--bg-gray: rgba(0,0,0,0.25);
|
2024-05-26 23:11:11 -04:00
|
|
|
--bg-gray-lt: rgba(0,0,0,0.15);
|
2020-06-07 10:43:07 -04:00
|
|
|
--gradbar: linear-gradient(to right, #ddd, #666, #ddd);
|
2024-05-28 18:02:52 -04:00
|
|
|
--gradbar2: linear-gradient(to right, #ddd, #999, #ddd);
|
2024-05-22 18:20:02 -04:00
|
|
|
--gradbar-vert: linear-gradient(to bottom, #ddd, #666, #ddd);
|
2020-06-21 22:37:11 -04:00
|
|
|
--holdbar: linear-gradient(to top, rgba(100,100,100,0.1), rgba(255,255,255,1), rgba(100,100,100,0.1));
|
2022-10-17 10:48:12 -04:00
|
|
|
--holdbar-dk: linear-gradient(to top, rgba(100,100,100,0.1), rgba(255,255,255,0.25), rgba(100,100,100,0.1));
|
2020-06-21 22:37:11 -04:00
|
|
|
--holdbar-sf: linear-gradient(to top, rgba(200,200,200,0.1), rgba(255,255,255,1), rgba(200,200,200,0.1)) !important;
|
2021-03-24 00:32:37 -04:00
|
|
|
--highlight: rgba(126,153,183,0.4);
|
|
|
|
|
--main-color: rgba(126,153,183,1);
|
2024-05-29 16:00:16 -04:00
|
|
|
--main-color-hover: rgb(96,127,164);
|
|
|
|
|
--row-hover: rgb(126,153,183,0.25);
|
2024-05-31 15:28:20 -04:00
|
|
|
--work-area: transparent;
|
2024-05-29 16:00:16 -04:00
|
|
|
--header: rgba(126,153,183,0.5);
|
2024-05-19 22:31:25 -04:00
|
|
|
--menu: #f0f0f0;
|
2024-05-19 23:39:12 -04:00
|
|
|
--menu-text: #222;
|
2024-05-19 22:31:25 -04:00
|
|
|
--menu-border: #555;
|
2024-05-19 23:39:12 -04:00
|
|
|
--dark-menu-text: #111;
|
2024-05-20 13:12:49 -04:00
|
|
|
--menu-hover: #ddd;
|
2024-06-02 19:40:45 -04:00
|
|
|
--blue-0: rgb(48, 64, 82);
|
2024-05-29 20:08:37 -04:00
|
|
|
--blue-1: rgb(96,127,164);
|
|
|
|
|
--blue-2: rgb(126,153,183);
|
|
|
|
|
--blue-3: rgb(190, 204, 219);
|
|
|
|
|
--blue-4: rgb(221, 228, 234);
|
|
|
|
|
--blue-5: rgb(240, 243, 245);
|
|
|
|
|
--blue-6: rgb(247, 249, 250);
|
2024-06-02 18:55:20 -04:00
|
|
|
--slide-bg: rgba(190, 204, 219, 0.5);
|
|
|
|
|
--scroll-bg: rgba(221, 228, 234, 0.25);
|
2020-06-06 16:02:04 -04:00
|
|
|
}
|
2024-05-22 18:20:02 -04:00
|
|
|
|
|
|
|
|
/* surface size configuration and font import */
|
2021-11-17 13:59:54 -05:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Russo One';
|
2021-12-26 22:00:31 -05:00
|
|
|
src: url('/moto/russo-one.ttf');
|
2021-11-17 13:59:54 -05:00
|
|
|
}
|
2024-05-23 10:22:47 -04:00
|
|
|
@media only screen and (max-width : 1000px) {
|
|
|
|
|
.top-menu > span > label {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media only screen and (max-width : 1200px) {
|
2024-06-02 14:10:16 -04:00
|
|
|
body {
|
2024-05-22 18:20:02 -04:00
|
|
|
font-size: smaller;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-06-02 14:10:16 -04:00
|
|
|
@media only screen and (max-width : 900px) {
|
|
|
|
|
body {
|
|
|
|
|
font-size: x-small;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-05-23 01:07:14 -04:00
|
|
|
@media only screen and (max-height : 1024px) {
|
|
|
|
|
body {
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-05-22 18:20:02 -04:00
|
|
|
@media only screen and (max-height : 750px) {
|
|
|
|
|
.lt-menu, .pop-lcol {
|
|
|
|
|
font-size: 16px !important;
|
|
|
|
|
}
|
|
|
|
|
.lt-menu svg {
|
|
|
|
|
font-size: 30px !important;
|
|
|
|
|
}
|
|
|
|
|
.pop-lcol svg {
|
|
|
|
|
font-size: 20px !important;
|
|
|
|
|
}
|
|
|
|
|
#mod-x {
|
|
|
|
|
position: absolute;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
top: 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-22 21:16:55 -04:00
|
|
|
html, body {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0;
|
2024-06-02 14:10:16 -04:00
|
|
|
scrollbar-width: none !important;
|
|
|
|
|
scrollbar-color: var(--blue-2) var(--scroll-bg);
|
2024-05-22 21:16:55 -04:00
|
|
|
}
|
2024-05-22 18:20:02 -04:00
|
|
|
/* default element configuration */
|
2020-06-07 10:43:07 -04:00
|
|
|
a, a:hover, a:visited {
|
2020-05-31 21:34:04 -04:00
|
|
|
border: none;
|
|
|
|
|
color: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2024-05-22 18:20:02 -04:00
|
|
|
div {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
button.yellow {
|
|
|
|
|
background-color: #eda;
|
|
|
|
|
border: 1px solid rgba(0,0,255,0.5);
|
|
|
|
|
}
|
|
|
|
|
button.yellow:hover {
|
|
|
|
|
background-color: #eea;
|
|
|
|
|
}
|
|
|
|
|
button {
|
|
|
|
|
display: flex;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
padding: 2px 7px 3px 7px;
|
|
|
|
|
margin: 1px 1px 2px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
}
|
|
|
|
|
button:hover {
|
|
|
|
|
background-color: var(--main-color);
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
button[load] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
button[del] {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
input {
|
2024-05-29 16:00:16 -04:00
|
|
|
background-color: #f8f8ff;
|
2024-05-22 18:20:02 -04:00
|
|
|
margin-bottom: 1px;
|
|
|
|
|
text-align: right;
|
2024-05-29 16:00:16 -04:00
|
|
|
border: 0.5px solid #bbb;
|
2024-05-22 18:20:02 -04:00
|
|
|
padding-top: 0;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
margin-top: 1px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
input:focus {
|
|
|
|
|
outline: 0;
|
2024-05-29 16:00:16 -04:00
|
|
|
box-shadow: 0 0 0 0.2rem rgb(0 100 255 / 10%);
|
2024-05-22 18:20:02 -04:00
|
|
|
}
|
|
|
|
|
input[disabled] {
|
|
|
|
|
background-color: #ddd;
|
|
|
|
|
color: #000;
|
2024-06-01 16:49:26 -04:00
|
|
|
/* border-width: 1px; */
|
2024-05-22 18:20:02 -04:00
|
|
|
}
|
|
|
|
|
input[type="range"] {
|
|
|
|
|
width: 85px;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
input[type=range]::-moz-focus-outer {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
input[type="checkbox"] + .color {
|
|
|
|
|
z-index: 10000;
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
|
|
|
|
border: 1px solid rgba(0,0,0,0.1);
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
margin: 2px;
|
|
|
|
|
}
|
|
|
|
|
input[type="checkbox"]:not(:checked) + .color {
|
|
|
|
|
border: 1px solid blue;
|
|
|
|
|
background-color: rgba(255,255,255,0.5) !important;
|
|
|
|
|
}
|
|
|
|
|
input[type="checkbox"].color {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
select, textarea, button, input, a {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
textarea {
|
|
|
|
|
overflow: scroll;
|
|
|
|
|
}
|
|
|
|
|
select {
|
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
|
background-color: rgba(255,255,255,0.5);
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
th, tr, td, span, div, label, button {
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|
|
|
|
|
th, tr, td, label {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* container for entire page / app */
|
2020-07-01 17:41:33 -04:00
|
|
|
#app {
|
2020-06-05 23:21:53 -04:00
|
|
|
position: fixed;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2024-05-19 22:31:25 -04:00
|
|
|
|
2024-05-28 18:02:52 -04:00
|
|
|
#app-name .km-font {
|
|
|
|
|
font-size: larger;
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-22 18:20:02 -04:00
|
|
|
/* top menu bar, drop menus */
|
2024-05-24 23:52:57 -04:00
|
|
|
#top, #app-name {
|
2024-05-31 15:28:20 -04:00
|
|
|
background-color: #fff;
|
2024-05-19 22:31:25 -04:00
|
|
|
text-transform: capitalize;
|
2024-05-21 22:38:32 -04:00
|
|
|
font-family: sans-serif;
|
2024-05-22 18:20:02 -04:00
|
|
|
z-index: 15;
|
2024-05-23 12:09:22 -04:00
|
|
|
height: 36px;
|
2024-05-19 22:31:25 -04:00
|
|
|
}
|
|
|
|
|
#top > div {
|
|
|
|
|
margin: 0 5px 0 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.top-menu {
|
|
|
|
|
display: flex;
|
2024-05-22 22:58:10 -04:00
|
|
|
gap: 0px;
|
2024-05-19 22:31:25 -04:00
|
|
|
align-items: center;
|
|
|
|
|
white-space: nowrap;
|
2024-05-23 12:09:22 -04:00
|
|
|
align-items: stretch;
|
2024-05-19 22:31:25 -04:00
|
|
|
}
|
|
|
|
|
.top-menu > span {
|
2024-05-22 22:58:10 -04:00
|
|
|
padding: 5px 9px 5px 9px;
|
2024-05-19 22:31:25 -04:00
|
|
|
border-left: 1px solid transparent;
|
|
|
|
|
border-right: 1px solid transparent;
|
|
|
|
|
}
|
2024-05-20 22:20:20 -04:00
|
|
|
.top-menu hr {
|
|
|
|
|
width: calc(100% - 3px);
|
|
|
|
|
margin: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
height: 0.5px;
|
|
|
|
|
background-color: var(--menu-border);
|
|
|
|
|
}
|
2024-05-19 22:31:25 -04:00
|
|
|
.top-menu label {
|
|
|
|
|
color: #444;
|
|
|
|
|
}
|
2024-05-19 23:39:12 -04:00
|
|
|
.dark .top-menu label {
|
|
|
|
|
color: var(--dark-menu-text)
|
|
|
|
|
}
|
2024-05-19 22:31:25 -04:00
|
|
|
.top-menu svg {
|
2024-05-29 16:00:16 -04:00
|
|
|
color: #555;
|
2024-05-19 22:31:25 -04:00
|
|
|
}
|
|
|
|
|
.top-menu > span {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 5px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.top-menu > span:hover label {
|
2024-05-29 17:55:34 -04:00
|
|
|
color: #000;
|
2024-05-19 23:39:12 -04:00
|
|
|
}
|
|
|
|
|
.dark .top-menu > span:hover label {
|
|
|
|
|
color: var(--dark-menu-text) !important;
|
2024-05-19 22:31:25 -04:00
|
|
|
}
|
|
|
|
|
.top-menu > span:hover > svg {
|
2024-05-29 16:00:16 -04:00
|
|
|
color: black;
|
2024-05-19 22:31:25 -04:00
|
|
|
}
|
|
|
|
|
.top-menu > span:hover {
|
2024-05-29 20:08:37 -04:00
|
|
|
background-color: var(--blue-4);
|
|
|
|
|
border-left: 1px solid var(--blue-2);
|
|
|
|
|
border-right: 1px solid var(--blue-2);
|
|
|
|
|
}
|
2024-05-31 13:02:35 -04:00
|
|
|
.top-menu > span.selected, .top-menu-drop div.selected {
|
2024-05-29 20:08:37 -04:00
|
|
|
background-color: var(--blue-3);
|
2024-05-19 22:31:25 -04:00
|
|
|
}
|
|
|
|
|
.top-menu > span:hover .top-menu-drop {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.top-menu-left .content {
|
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
.top-menu-right {
|
|
|
|
|
align-items: self-end;
|
|
|
|
|
}
|
2024-05-20 13:12:49 -04:00
|
|
|
.top-menu-center .content > div > label {
|
|
|
|
|
text-align: center !important;
|
|
|
|
|
}
|
2024-05-19 22:31:25 -04:00
|
|
|
.top-menu-right .content {
|
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
.top-menu-drop {
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: none;
|
|
|
|
|
top: 100%;
|
|
|
|
|
left: -1px;
|
|
|
|
|
right: -1px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
}
|
|
|
|
|
.top-menu-drop svg {
|
2024-05-20 22:20:20 -04:00
|
|
|
width: 15px;
|
2024-05-19 22:31:25 -04:00
|
|
|
}
|
2024-05-24 23:52:57 -04:00
|
|
|
|
2024-05-19 22:31:25 -04:00
|
|
|
#top .content {
|
2024-05-20 22:20:20 -04:00
|
|
|
gap: 2px;
|
2024-05-20 13:12:49 -04:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
2024-05-29 20:08:37 -04:00
|
|
|
background-color: #fff;
|
|
|
|
|
border-top: 1px dashed var(--blue-2);
|
|
|
|
|
border-left: 1px solid var(--blue-2);
|
|
|
|
|
border-right: 1px solid var(--blue-2);
|
|
|
|
|
border-bottom: 1px solid var(--blue-2);
|
2024-05-19 22:31:25 -04:00
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
|
border-bottom-left-radius: 4px;
|
2024-05-20 13:12:49 -04:00
|
|
|
}
|
|
|
|
|
#top .content {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
padding: 2px;
|
2024-05-19 22:31:25 -04:00
|
|
|
}
|
|
|
|
|
#top .content > div {
|
2024-05-20 13:12:49 -04:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
|
|
|
|
#top .content > div > label {
|
|
|
|
|
text-align: left;
|
|
|
|
|
flex-grow: 1;
|
2024-05-19 22:31:25 -04:00
|
|
|
}
|
|
|
|
|
#top .content > div > span {
|
2024-05-20 13:12:49 -04:00
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
#top .content > div > span {
|
|
|
|
|
padding: 2px 7px 2px 7px;
|
2024-05-19 22:31:25 -04:00
|
|
|
padding-left: 10px;
|
2024-05-20 13:12:49 -04:00
|
|
|
text-align: center;
|
2024-05-19 22:31:25 -04:00
|
|
|
}
|
|
|
|
|
#top .content > div > label {
|
2024-05-20 13:12:49 -04:00
|
|
|
padding: 2px 7px 2px 7px;
|
2024-05-19 22:31:25 -04:00
|
|
|
justify-self: stretch;
|
|
|
|
|
align-self: stretch;
|
2024-05-20 13:12:49 -04:00
|
|
|
border-radius: 3px;
|
2024-05-19 22:31:25 -04:00
|
|
|
}
|
2024-05-20 13:12:49 -04:00
|
|
|
#top .content > div:hover {
|
2024-05-29 20:08:37 -04:00
|
|
|
background-color: var(--blue-4);
|
2024-05-19 22:31:25 -04:00
|
|
|
}
|
|
|
|
|
|
2021-10-19 23:25:07 -04:00
|
|
|
#app-name {
|
|
|
|
|
position: absolute;
|
2024-05-24 23:52:57 -04:00
|
|
|
top: 0;
|
2021-10-19 23:25:07 -04:00
|
|
|
left: 50%;
|
|
|
|
|
z-index: 50;
|
2024-05-31 15:28:20 -04:00
|
|
|
transform: translateX(-50%);
|
2021-10-19 23:25:07 -04:00
|
|
|
}
|
2024-05-19 22:31:25 -04:00
|
|
|
#app-name {
|
2021-03-15 23:18:11 +01:00
|
|
|
cursor: pointer;
|
2024-05-21 22:38:32 -04:00
|
|
|
|
2021-03-15 23:18:11 +01:00
|
|
|
}
|
2024-05-19 22:31:25 -04:00
|
|
|
#app-name hr {
|
|
|
|
|
margin: 1px;
|
|
|
|
|
}
|
|
|
|
|
#app-name:hover #app-name-pop {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
#app-name-pop {
|
|
|
|
|
color: var(--fg-gray);
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 100%;
|
|
|
|
|
}
|
|
|
|
|
#app-name-pop .content {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
#app-lang {
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
}
|
|
|
|
|
#app-lang:hover #lang-pop {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-01 17:41:33 -04:00
|
|
|
#app,div {
|
2020-06-05 23:21:53 -04:00
|
|
|
display: flex;
|
2021-03-15 23:18:11 +01:00
|
|
|
padding: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2024-05-22 18:20:02 -04:00
|
|
|
#loading {
|
2020-12-13 09:55:30 -05:00
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
position: fixed;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2024-05-22 18:20:02 -04:00
|
|
|
|
2024-06-02 16:35:00 -04:00
|
|
|
.hide-scroll {
|
|
|
|
|
scrollbar-color: transparent transparent !important;
|
|
|
|
|
}
|
2020-05-31 21:34:04 -04:00
|
|
|
.noselect {
|
|
|
|
|
-khtml-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|
2024-05-22 18:20:02 -04:00
|
|
|
.km-font {
|
|
|
|
|
font-family: 'Russo One', sans-serif;
|
|
|
|
|
}
|
|
|
|
|
.menu-title {
|
|
|
|
|
font-size: larger;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2024-05-29 12:54:59 -04:00
|
|
|
.b0 {
|
|
|
|
|
border: 0px;
|
|
|
|
|
}
|
|
|
|
|
.bt1 {
|
|
|
|
|
border: 1px solid transparent;
|
|
|
|
|
}
|
|
|
|
|
.bt2 {
|
|
|
|
|
border: 2px solid transparent;
|
|
|
|
|
}
|
2024-05-24 22:49:10 -04:00
|
|
|
.contents {
|
|
|
|
|
display: contents;
|
|
|
|
|
}
|
2020-06-09 18:12:59 -04:00
|
|
|
.hide {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
2020-06-06 16:02:04 -04:00
|
|
|
.noshow {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2024-05-29 12:54:59 -04:00
|
|
|
.gap1 {
|
|
|
|
|
gap: 1px;
|
|
|
|
|
}
|
|
|
|
|
.gap2 {
|
|
|
|
|
gap: 2px;
|
|
|
|
|
}
|
|
|
|
|
.gap3 {
|
|
|
|
|
gap: 3px;
|
|
|
|
|
}
|
2024-05-31 13:42:24 -04:00
|
|
|
.gap4 {
|
|
|
|
|
gap: 4px;
|
|
|
|
|
}
|
|
|
|
|
.gap5 {
|
|
|
|
|
gap: 5px;
|
|
|
|
|
}
|
2021-10-08 14:55:46 -04:00
|
|
|
.grid {
|
|
|
|
|
display: grid;
|
|
|
|
|
}
|
|
|
|
|
.frow {
|
2020-05-31 21:34:04 -04:00
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
2020-07-01 17:26:39 -04:00
|
|
|
.f-col {
|
2020-06-05 23:21:53 -04:00
|
|
|
flex-direction: column;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
.auto {
|
|
|
|
|
flex-basis: auto;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-27 23:28:09 -04:00
|
|
|
.basis-50 {
|
|
|
|
|
flex-basis: 50%;
|
|
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
.grow {
|
|
|
|
|
flex-grow: 1;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2024-06-01 00:19:10 -04:00
|
|
|
.shrink0 {
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
.a-start {
|
|
|
|
|
align-items: flex-start;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
.a-center {
|
2020-05-31 21:34:04 -04:00
|
|
|
align-items: center;
|
|
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
.a-end {
|
|
|
|
|
align-items: flex-end;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-08 21:46:53 -04:00
|
|
|
.a-stretch {
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
.j-start {
|
2020-05-31 21:34:04 -04:00
|
|
|
justify-content: flex-start;
|
|
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
.j-center {
|
|
|
|
|
justify-content: center;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
.j-end {
|
|
|
|
|
justify-content: flex-end;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-12-13 23:58:03 -05:00
|
|
|
.space-around {
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
.space-between {
|
2020-05-31 21:34:04 -04:00
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
2020-06-07 11:41:03 -04:00
|
|
|
.center {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2021-10-08 14:55:46 -04:00
|
|
|
.middle {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
2020-11-27 14:42:55 -05:00
|
|
|
.t-just {
|
|
|
|
|
text-align: justify;
|
|
|
|
|
}
|
|
|
|
|
.t-right {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
2020-06-07 11:41:03 -04:00
|
|
|
.russo {
|
|
|
|
|
font-family: 'Russo One', sans-serif;
|
|
|
|
|
}
|
2020-06-09 00:25:11 -04:00
|
|
|
.overy {
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
.mh0 {
|
|
|
|
|
min-height: 0;
|
|
|
|
|
}
|
2020-12-13 23:58:03 -05:00
|
|
|
.mh35 {
|
|
|
|
|
max-height: 35%;
|
|
|
|
|
}
|
2020-06-09 00:25:11 -04:00
|
|
|
.mh85 {
|
|
|
|
|
max-height: 85%;
|
|
|
|
|
}
|
2024-05-31 13:42:24 -04:00
|
|
|
.mlr10 {
|
|
|
|
|
margin: 0 10px 0 10px;
|
|
|
|
|
}
|
|
|
|
|
.mt10 {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
2020-05-31 21:34:04 -04:00
|
|
|
|
2020-06-06 16:02:04 -04:00
|
|
|
#curtain {
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
2020-06-08 00:08:19 -04:00
|
|
|
position: fixed;
|
2020-06-06 16:02:04 -04:00
|
|
|
background-color: #fff;
|
|
|
|
|
font-family: 'Russo One', sans-serif;
|
2024-05-22 22:58:10 -04:00
|
|
|
z-index: 1000;
|
2020-06-06 16:02:04 -04:00
|
|
|
}
|
|
|
|
|
|
2020-06-07 23:02:05 -04:00
|
|
|
#tracker {
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: none;
|
|
|
|
|
z-index: 101;
|
|
|
|
|
}
|
|
|
|
|
|
2020-06-05 23:21:53 -04:00
|
|
|
#container {
|
|
|
|
|
position: fixed;
|
2020-06-06 16:02:04 -04:00
|
|
|
z-index: -1;
|
2020-06-05 23:21:53 -04:00
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
#container canvas {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: hidden;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
|
2024-05-22 18:20:02 -04:00
|
|
|
.chonk {
|
2024-05-31 15:28:20 -04:00
|
|
|
min-height: 3px;
|
|
|
|
|
max-height: 3px;
|
2024-05-22 18:20:02 -04:00
|
|
|
min-width: 100px;
|
2024-05-26 23:11:11 -04:00
|
|
|
background-color: var(--bg-gray-lt);
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2024-05-28 18:02:52 -04:00
|
|
|
.chonk2 {
|
|
|
|
|
min-height: 3px;
|
|
|
|
|
max-height: 3px;
|
|
|
|
|
min-width: 100px;
|
|
|
|
|
background-color: var(--bg-gray-lt);
|
|
|
|
|
}
|
2020-06-08 11:54:57 -04:00
|
|
|
#mode-info {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
font-family: sans-serif;
|
2024-05-22 18:20:02 -04:00
|
|
|
align-items: stretch;
|
2021-10-07 11:34:10 -04:00
|
|
|
justify-content: center;
|
2024-05-31 18:46:58 -04:00
|
|
|
padding: 2px 0 2px 0;
|
2024-05-23 10:42:06 -04:00
|
|
|
display: grid !important;
|
2024-05-31 15:28:20 -04:00
|
|
|
margin-right: 0 !important;
|
2024-05-31 18:46:58 -04:00
|
|
|
margin-bottom: 2px !important;
|
|
|
|
|
grid-template-columns: auto 1fr;
|
|
|
|
|
row-gap: 1px;
|
2024-05-23 10:42:06 -04:00
|
|
|
}
|
|
|
|
|
#mode-info > div {
|
|
|
|
|
display: contents;
|
2020-06-08 11:54:57 -04:00
|
|
|
}
|
|
|
|
|
#mode-info label {
|
2021-10-07 11:34:10 -04:00
|
|
|
font-size: smaller;
|
2020-06-08 11:54:57 -04:00
|
|
|
font-weight: bold;
|
2024-05-31 18:46:58 -04:00
|
|
|
align-self: right;
|
|
|
|
|
margin: 0 0 0 5px;
|
|
|
|
|
padding: 3px 5px 3px 5px;
|
2021-10-07 11:34:10 -04:00
|
|
|
color: var(--fg-gray);
|
2024-05-31 18:46:58 -04:00
|
|
|
background-color: var(--blue-4);
|
2021-10-07 11:34:10 -04:00
|
|
|
border-top-left-radius: 5px;
|
|
|
|
|
border-bottom-left-radius: 5px;
|
2024-05-31 18:46:58 -04:00
|
|
|
border-top: 1px solid var(--blue-3);
|
|
|
|
|
border-left: 1px solid var(--blue-3);
|
|
|
|
|
border-right: 0;
|
|
|
|
|
border-bottom: 1px solid var(--blue-3);
|
2021-10-07 11:34:10 -04:00
|
|
|
}
|
2024-05-31 18:46:58 -04:00
|
|
|
#mode-info span {
|
2021-10-07 11:34:10 -04:00
|
|
|
font-size: smaller;
|
2024-05-31 18:46:58 -04:00
|
|
|
margin: 0 5px 0 0;
|
|
|
|
|
padding: 3px 5px 3px 5px;
|
2021-10-07 11:34:10 -04:00
|
|
|
color: var(--fg-gray);
|
|
|
|
|
background-color: white;
|
2024-05-24 22:49:10 -04:00
|
|
|
border-top-left-radius: 0;
|
2021-10-07 11:34:10 -04:00
|
|
|
border-top-right-radius: 5px;
|
2024-05-24 22:49:10 -04:00
|
|
|
border-bottom-left-radius: 0;
|
2021-10-07 11:34:10 -04:00
|
|
|
border-bottom-right-radius: 5px;
|
2024-05-31 18:46:58 -04:00
|
|
|
border-top: 1px solid var(--blue-3);
|
2024-05-24 22:49:10 -04:00
|
|
|
border-left: 0;
|
2024-05-31 18:46:58 -04:00
|
|
|
border-right: 1px solid var(--blue-3);
|
|
|
|
|
border-bottom: 1px solid var(--blue-3);
|
2020-06-08 11:54:57 -04:00
|
|
|
}
|
2024-06-02 14:10:16 -04:00
|
|
|
#mode-device, #mode-profile {
|
|
|
|
|
max-width: 100px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2020-06-08 11:54:57 -04:00
|
|
|
|
2021-10-19 21:58:06 -04:00
|
|
|
#doit {
|
2021-10-19 22:23:18 -04:00
|
|
|
display: none;
|
2021-10-19 21:58:06 -04:00
|
|
|
position: absolute;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
top: 100%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
}
|
|
|
|
|
#undo, #redo {
|
|
|
|
|
color: var(--main-color);
|
|
|
|
|
margin: 2px;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
}
|
|
|
|
|
#undo:disabled, #redo:disabled {
|
|
|
|
|
color: rgba(0,0,0,.1) !important;
|
|
|
|
|
background-color: rgba(0,0,0,0.1) !important;
|
|
|
|
|
}
|
|
|
|
|
#undo:hover, #redo:hover {
|
|
|
|
|
color: black;
|
|
|
|
|
background-color: rgba(0,0,0,0.2);
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-19 22:31:25 -04:00
|
|
|
#lang-hold {
|
|
|
|
|
background-color: transparent;
|
2020-06-06 20:05:21 -04:00
|
|
|
position: absolute;
|
2024-05-20 13:12:49 -04:00
|
|
|
top: -35px;
|
|
|
|
|
left: -35px;
|
|
|
|
|
right: -35px;
|
|
|
|
|
bottom: -35px;
|
2020-06-06 20:05:21 -04:00
|
|
|
}
|
2024-05-19 22:31:25 -04:00
|
|
|
#lang-pop {
|
2020-06-06 20:05:21 -04:00
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
2024-05-20 13:12:49 -04:00
|
|
|
right: calc(100% + 2px);
|
|
|
|
|
top: 0;
|
|
|
|
|
padding: 1px;
|
2020-06-06 20:05:21 -04:00
|
|
|
text-align: right;
|
2024-05-20 13:12:49 -04:00
|
|
|
align-items: stretch;
|
2020-11-13 21:36:59 -05:00
|
|
|
white-space: nowrap;
|
2024-05-29 20:08:37 -04:00
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid var(--blue-2);
|
2024-05-20 13:12:49 -04:00
|
|
|
border-radius: 4px;
|
2024-05-19 22:31:25 -04:00
|
|
|
flex-direction: column;
|
2020-11-13 21:36:59 -05:00
|
|
|
}
|
2024-05-19 22:31:25 -04:00
|
|
|
#lang-pop > div {
|
2024-05-20 13:12:49 -04:00
|
|
|
padding: 2px 7px 2px 7px;
|
2020-06-06 20:05:21 -04:00
|
|
|
}
|
2024-05-19 22:31:25 -04:00
|
|
|
#lang-pop > div:hover {
|
2024-05-29 20:08:37 -04:00
|
|
|
background-color: var(--blue-4);
|
2020-06-06 20:05:21 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
|
|
|
|
|
#mid {
|
2024-05-23 12:09:22 -04:00
|
|
|
position: fixed;
|
|
|
|
|
top: 45px;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
2020-06-05 23:21:53 -04:00
|
|
|
pointer-events: none;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
|
2021-03-27 21:20:02 -04:00
|
|
|
#mod-print button, #catalogList button, #settingsList button {
|
|
|
|
|
text-transform: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-02 16:25:17 -04:00
|
|
|
.slideshow #panel-left .settings {
|
2024-06-02 18:55:20 -04:00
|
|
|
transform: translateX(-100%);
|
2024-06-02 16:25:17 -04:00
|
|
|
transition: transform 0.15s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.slideshow #panel-left:hover .settings {
|
|
|
|
|
transform: translateX(0);
|
|
|
|
|
}
|
|
|
|
|
.slideshow #panel-left:hover #slide-show {
|
|
|
|
|
left: -100%;
|
|
|
|
|
}
|
|
|
|
|
.slideshow #slide-show {
|
2024-06-02 18:55:20 -04:00
|
|
|
/* transition: left 0.15s ease-in-out; */
|
2024-06-02 16:25:17 -04:00
|
|
|
position: absolute;
|
2024-06-02 18:55:20 -04:00
|
|
|
top: 5px;
|
2024-06-02 16:25:17 -04:00
|
|
|
left: 0;
|
2024-06-02 18:55:20 -04:00
|
|
|
bottom: 5px;
|
|
|
|
|
width: 25px;
|
|
|
|
|
background-color: var(--slide-bg);
|
|
|
|
|
border-top: 1px solid var(--blue-1);
|
|
|
|
|
border-right: 1px solid var(--blue-1);
|
|
|
|
|
border-bottom: 1px solid var(--blue-1);
|
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
|
z-index: -1;
|
2024-06-02 16:25:17 -04:00
|
|
|
}
|
2024-06-02 16:30:20 -04:00
|
|
|
.slideshow #slide-show span {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
#slide-show {
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;;
|
|
|
|
|
}
|
|
|
|
|
#slide-show span {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2024-06-02 16:25:17 -04:00
|
|
|
|
2024-05-28 18:02:52 -04:00
|
|
|
#panel-left, #panel-right {
|
2024-05-22 21:16:55 -04:00
|
|
|
max-height: 100%;
|
2024-05-22 18:20:02 -04:00
|
|
|
background-color: var(--work-area);
|
|
|
|
|
}
|
2024-05-28 18:02:52 -04:00
|
|
|
#panel-left, #panel-right, #modal {
|
2020-06-05 23:21:53 -04:00
|
|
|
pointer-events: visible;
|
2021-03-15 23:18:11 +01:00
|
|
|
}
|
2024-05-28 18:02:52 -04:00
|
|
|
#panel-left label, #panel-left svg {
|
2022-10-17 19:51:21 -04:00
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-29 22:40:40 -04:00
|
|
|
#ws-widgets button {
|
|
|
|
|
text-transform: none;
|
2024-05-31 18:46:58 -04:00
|
|
|
text-align: left;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
#ws-widgets button.selected {
|
2024-05-31 23:35:42 -04:00
|
|
|
background-color: var(--blue-3);
|
2024-05-31 18:46:58 -04:00
|
|
|
color: #000;
|
2024-05-29 22:40:40 -04:00
|
|
|
}
|
2024-05-22 18:20:02 -04:00
|
|
|
.slim-hide {
|
|
|
|
|
width: 0;
|
2024-05-22 21:16:55 -04:00
|
|
|
overflow: hidden;
|
2024-05-22 18:20:02 -04:00
|
|
|
}
|
|
|
|
|
|
2020-06-08 12:01:56 -04:00
|
|
|
#top-sep {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2024-05-31 18:46:58 -04:00
|
|
|
#top-sep {
|
2020-06-08 12:01:56 -04:00
|
|
|
z-index: 14;
|
2020-06-05 23:21:53 -04:00
|
|
|
height: 1px;
|
2024-05-22 22:58:10 -04:00
|
|
|
min-height: 1px;
|
2024-05-26 23:11:11 -04:00
|
|
|
max-height: 1px;
|
2020-06-07 10:43:07 -04:00
|
|
|
background-image: var(--gradbar);
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2024-05-28 18:02:52 -04:00
|
|
|
.line-sep2 {
|
|
|
|
|
z-index: 14;
|
|
|
|
|
height: 1px;
|
|
|
|
|
min-height: 1px;
|
|
|
|
|
max-height: 1px;
|
|
|
|
|
background-image: var(--gradbar2);
|
|
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
|
2021-10-08 00:22:56 -04:00
|
|
|
.movable {
|
|
|
|
|
margin: 5px;
|
|
|
|
|
}
|
|
|
|
|
.movable .title {
|
2021-10-08 14:55:46 -04:00
|
|
|
color: white;
|
|
|
|
|
padding: 2px 3px 1px 3px;
|
|
|
|
|
background-color: var(--main-color);
|
|
|
|
|
border-top-left-radius: 10px;
|
|
|
|
|
border-top-right-radius: 10px;
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
text-align: center;
|
2021-10-08 00:22:56 -04:00
|
|
|
}
|
|
|
|
|
.movable .body {
|
2021-10-08 14:55:46 -04:00
|
|
|
margin: 0;
|
|
|
|
|
padding: 0 5px 0 0;
|
2024-06-02 11:00:37 -04:00
|
|
|
background-color: #fff;
|
|
|
|
|
border-left: 1px solid #eee;
|
|
|
|
|
border-right: 1px solid #eee;
|
2021-10-08 00:22:56 -04:00
|
|
|
}
|
2021-10-08 14:55:46 -04:00
|
|
|
.movable .footer {
|
|
|
|
|
height: 10px;
|
|
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
|
background-color: var(--main-color);
|
2021-10-08 00:22:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.closer {
|
2021-10-08 14:55:46 -04:00
|
|
|
position: absolute;
|
|
|
|
|
top: 3px;
|
|
|
|
|
right: 6px;
|
|
|
|
|
z-index: 200;
|
|
|
|
|
}
|
|
|
|
|
.closer:hover {
|
|
|
|
|
color: #555;
|
2021-10-08 00:22:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tictac {
|
2021-10-09 01:13:41 -04:00
|
|
|
margin: 2px 2px 2px 0;
|
2021-10-08 00:22:56 -04:00
|
|
|
padding: 4px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
border: 1px solid white;
|
|
|
|
|
background-color: rgba(255,255,255,0.7);
|
2021-10-08 14:55:46 -04:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
2021-10-09 01:13:41 -04:00
|
|
|
.tictac:hover {
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
}
|
2021-10-08 14:55:46 -04:00
|
|
|
.tictac.selected {
|
|
|
|
|
background-color: var(--main-color);
|
|
|
|
|
color: #fff;
|
2021-10-08 00:22:56 -04:00
|
|
|
}
|
|
|
|
|
|
2021-10-07 22:59:05 -04:00
|
|
|
#float-tools {
|
|
|
|
|
position: absolute;
|
2024-06-02 11:00:37 -04:00
|
|
|
margin: 0;
|
2024-05-31 13:42:24 -04:00
|
|
|
top: 50px;
|
2024-05-20 13:40:44 -04:00
|
|
|
left: 50%;
|
|
|
|
|
transform: translateX(-50%);
|
2021-10-08 14:55:46 -04:00
|
|
|
z-index: 16;
|
|
|
|
|
}
|
|
|
|
|
#float-tools button {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
white-space: nowrap;
|
2021-10-07 22:59:05 -04:00
|
|
|
}
|
|
|
|
|
|
2021-10-08 14:55:46 -04:00
|
|
|
#float-tools .menu {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
border-right: 3px solid var(--main-color);
|
|
|
|
|
}
|
2021-10-09 18:07:44 -04:00
|
|
|
#float-tools .title {
|
|
|
|
|
min-height: 18px;
|
|
|
|
|
}
|
2021-10-08 14:55:46 -04:00
|
|
|
|
2021-10-08 21:15:54 -04:00
|
|
|
#lab-axis, #lab-scale, #lab-size {
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
border: 1px solid white;
|
|
|
|
|
}
|
|
|
|
|
#lab-axis:hover, #lab-scale:hover {
|
|
|
|
|
background-color: var(--main-color);
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-08 14:55:46 -04:00
|
|
|
#ft-rotate {
|
|
|
|
|
grid-gap: 2px;
|
|
|
|
|
grid-template-rows: auto auto auto 1fr;
|
|
|
|
|
grid-template-columns: auto auto auto auto;
|
|
|
|
|
}
|
|
|
|
|
#ft-rotate label, #ft-rotate svg {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2021-10-08 21:15:54 -04:00
|
|
|
#ft-rotate svg {
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
padding: 1px 15px 1px 15px;
|
|
|
|
|
border: 1px solid transparent;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
2023-02-05 11:37:48 +01:00
|
|
|
#ft-rotate > div:hover > svg {
|
2021-10-08 21:15:54 -04:00
|
|
|
background-color: var(--main-color);
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
2021-10-08 14:55:46 -04:00
|
|
|
#ft-rotate > div {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
#ft-rotate .buttons {
|
|
|
|
|
grid-column: 1/4;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
min-width: 150px;
|
|
|
|
|
}
|
|
|
|
|
#ft-scale {
|
|
|
|
|
grid-gap: 2px;
|
|
|
|
|
grid-template-rows: auto auto auto 1fr;
|
|
|
|
|
grid-template-columns: auto auto auto 1fr;
|
|
|
|
|
}
|
|
|
|
|
#ft-scale label {
|
|
|
|
|
text-align: center;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
}
|
|
|
|
|
#ft-scale button {
|
|
|
|
|
grid-column: 1/4;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
2021-10-08 21:15:54 -04:00
|
|
|
#ft-mesh label {
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
}
|
|
|
|
|
#ft-mesh .value {
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
}
|
2024-05-24 22:49:10 -04:00
|
|
|
#ft-mesh {
|
2021-10-08 14:55:46 -04:00
|
|
|
min-width: 200px;
|
|
|
|
|
}
|
2024-05-29 20:08:37 -04:00
|
|
|
.render-tools {
|
|
|
|
|
display: grid;
|
2024-05-29 16:00:16 -04:00
|
|
|
margin: 4px 0 0 0;
|
2024-05-29 20:08:37 -04:00
|
|
|
/* gap: 3px; */
|
|
|
|
|
grid-template-columns: 1fr 1fr 1fr;
|
2024-05-29 12:54:59 -04:00
|
|
|
}
|
2024-05-29 20:08:37 -04:00
|
|
|
.render-tools > span {
|
|
|
|
|
justify-self: center;
|
|
|
|
|
width: 25px;
|
|
|
|
|
height: 25px;
|
2024-05-29 12:54:59 -04:00
|
|
|
display: flex;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
2024-05-29 20:08:37 -04:00
|
|
|
.render-tools > span > * {
|
2024-05-29 12:54:59 -04:00
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
2024-05-29 20:08:37 -04:00
|
|
|
}
|
|
|
|
|
.render-tools svg {
|
|
|
|
|
border: 1px solid transparent;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
}
|
|
|
|
|
.render-tools svg:hover {
|
|
|
|
|
border: 1px solid blue;
|
|
|
|
|
background-color: var(--blue-4);
|
2024-05-29 12:54:59 -04:00
|
|
|
}
|
|
|
|
|
#render-hide > a {
|
|
|
|
|
border: 0.5px dashed black;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
width: 17px;
|
|
|
|
|
height: 17px;
|
|
|
|
|
}
|
2021-10-08 21:15:54 -04:00
|
|
|
#mesh-info {
|
|
|
|
|
grid-gap: 2px;
|
|
|
|
|
grid-template-rows: auto auto auto;
|
|
|
|
|
grid-template-columns: auto 1fr;
|
|
|
|
|
}
|
2021-10-08 14:55:46 -04:00
|
|
|
#lock_x, #lock_y, #lock_z {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 2px;
|
|
|
|
|
top: 7px;
|
2021-10-08 00:22:56 -04:00
|
|
|
}
|
2021-10-10 14:19:57 -04:00
|
|
|
#lay-flat.selected {
|
|
|
|
|
background-color: var(--main-color);
|
|
|
|
|
}
|
2021-10-08 00:22:56 -04:00
|
|
|
|
2022-01-24 21:54:50 -05:00
|
|
|
#lt-back, #lt-options {
|
|
|
|
|
flex-direction: row;
|
2020-06-08 14:21:10 -04:00
|
|
|
position: absolute;
|
|
|
|
|
display: none;
|
2022-01-24 21:54:50 -05:00
|
|
|
gap: 5px;
|
2020-06-08 14:21:10 -04:00
|
|
|
top: 0;
|
|
|
|
|
}
|
2022-01-24 21:54:50 -05:00
|
|
|
#lt-trash:hover, #lt-w-enable:hover, #lt-w-disable:hover {
|
|
|
|
|
color: var(--main-color);
|
|
|
|
|
}
|
2020-06-13 18:53:05 -04:00
|
|
|
#act-sep, #lt-sep {
|
2021-03-24 10:54:49 -04:00
|
|
|
border-top-right-radius: 3px;
|
|
|
|
|
border-bottom-right-radius: 3px;
|
2021-03-15 23:18:11 +01:00
|
|
|
background-color: var(--main-color);
|
2020-06-06 16:02:04 -04:00
|
|
|
height: 10px;
|
2020-06-06 00:38:46 -04:00
|
|
|
left: -5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#lt-end {
|
|
|
|
|
height: 10px;
|
2021-03-24 10:54:49 -04:00
|
|
|
border-top-right-radius: 1px;
|
2020-06-06 00:38:46 -04:00
|
|
|
border-bottom-right-radius: 10px;
|
2021-03-15 23:18:11 +01:00
|
|
|
background-color: var(--main-color);
|
2020-06-06 00:38:46 -04:00
|
|
|
left: -5px;
|
|
|
|
|
}
|
2021-01-05 13:43:30 -05:00
|
|
|
#act-animate.disabled {
|
|
|
|
|
color: #aaa !important;
|
|
|
|
|
}
|
2020-06-06 00:38:46 -04:00
|
|
|
|
2020-06-05 23:21:53 -04:00
|
|
|
.lt-menu {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin: 2px 0 2px 0;
|
|
|
|
|
padding: 5px 5px 5px 10px;
|
|
|
|
|
border: 1px solid rgba(0,0,0,0);
|
|
|
|
|
border-radius: 3px;
|
2020-06-13 19:09:54 -04:00
|
|
|
color: #ccc;
|
2020-06-05 23:21:53 -04:00
|
|
|
left: -5px;
|
|
|
|
|
background-color: rgba(255,255,255,0.75);
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
.lt-menu svg {
|
|
|
|
|
font-size: 40px;
|
2020-05-31 21:34:04 -04:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
.lt-menu label {
|
2021-03-24 14:40:33 -04:00
|
|
|
font-size: small;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
|
2020-12-13 23:58:03 -05:00
|
|
|
.dev-buttons {
|
2021-04-21 20:49:16 -04:00
|
|
|
margin: 1px -1px 0 -1px;
|
2020-12-13 23:58:03 -05:00
|
|
|
}
|
|
|
|
|
.dev-buttons button {
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
margin-right: 2px;
|
2021-04-21 20:49:16 -04:00
|
|
|
padding-bottom: 2px;
|
2020-12-13 23:58:03 -05:00
|
|
|
}
|
2021-03-15 23:18:11 +01:00
|
|
|
#dg .ext-buttons button {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2020-06-07 10:43:07 -04:00
|
|
|
.ext-buttons button {
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
text-align: center;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
margin-top: 3px;
|
2020-12-04 19:44:31 -05:00
|
|
|
height: 75%;
|
2020-06-07 10:43:07 -04:00
|
|
|
}
|
2020-12-16 21:25:45 -05:00
|
|
|
.ext-buttons label {
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
margin: 3px 0 3px 0;
|
|
|
|
|
}
|
2020-06-07 10:43:07 -04:00
|
|
|
.txt-sel {
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
}
|
2020-06-20 22:07:35 -04:00
|
|
|
.txt-sel button, .btn-sel {
|
2021-03-24 00:32:37 -04:00
|
|
|
background-color: var(--highlight);
|
2020-06-07 10:43:07 -04:00
|
|
|
}
|
|
|
|
|
|
2020-06-06 16:02:04 -04:00
|
|
|
#end {
|
2020-06-07 23:20:49 -04:00
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
position: fixed;
|
2020-06-05 23:21:53 -04:00
|
|
|
text-align: center;
|
|
|
|
|
font-size: smaller;
|
2020-12-16 21:25:45 -05:00
|
|
|
}
|
2024-05-22 18:20:02 -04:00
|
|
|
|
2022-10-05 16:21:31 -04:00
|
|
|
#camop_dialog {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
#camop_dialog textarea {
|
|
|
|
|
border: 1px solid gray;
|
|
|
|
|
margin: 5px 1px 5px 1px;
|
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
|
}
|
|
|
|
|
#camop_dialog button, #camop_dialog label {
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2020-12-16 21:25:45 -05:00
|
|
|
#camops {
|
2024-05-20 13:12:49 -04:00
|
|
|
display: flex;
|
2024-05-22 18:20:02 -04:00
|
|
|
padding: 5px 0 0 0;
|
2020-12-16 21:25:45 -05:00
|
|
|
}
|
2020-12-23 14:27:18 -05:00
|
|
|
.cam-pop-op {
|
2024-05-23 00:38:38 -04:00
|
|
|
top: 0;
|
2024-05-28 18:02:52 -04:00
|
|
|
right: calc(100% + 4px);
|
2020-12-23 14:27:18 -05:00
|
|
|
text-align: left;
|
|
|
|
|
position: absolute;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
flex-direction: column;
|
2024-05-29 23:11:44 -04:00
|
|
|
background-color: #fff;
|
2020-12-23 14:27:18 -05:00
|
|
|
border: 1px solid #aaa;
|
|
|
|
|
border-radius: 5px;
|
2024-05-22 18:20:02 -04:00
|
|
|
margin-right: 6px;
|
2024-05-29 02:00:34 -04:00
|
|
|
padding: 5px 3px 5px 3px;
|
|
|
|
|
gap: 1.5px;
|
2020-12-23 14:27:18 -05:00
|
|
|
}
|
2022-10-05 22:23:25 -04:00
|
|
|
.pop-tics {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: -1px;
|
|
|
|
|
right: -1px;
|
|
|
|
|
bottom: 100%;
|
|
|
|
|
margin: 0 0 2px 0;
|
|
|
|
|
}
|
|
|
|
|
.pop-tics > div {
|
|
|
|
|
gap: 3px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
background-color: rgba(255,255,255,0.6);
|
2022-10-05 22:34:19 -04:00
|
|
|
border: 1px solid rgba(0,0,0,0.25);
|
2022-10-05 22:23:25 -04:00
|
|
|
border-radius: 5px;
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
white-space: normal;
|
|
|
|
|
}
|
2024-05-22 18:20:02 -04:00
|
|
|
#oplist {
|
|
|
|
|
gap: 3px;
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
}
|
2024-05-31 18:46:58 -04:00
|
|
|
#oplist .clock {
|
|
|
|
|
border: 0;
|
|
|
|
|
background-color: var(--blue-3);
|
|
|
|
|
}
|
|
|
|
|
#oplist
|
|
|
|
|
#camops .set-sep {
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
}
|
|
|
|
|
#oplist .clock:hover {
|
|
|
|
|
background-color: var(--blue-2);
|
|
|
|
|
}
|
2024-06-01 23:42:35 -04:00
|
|
|
#oplist > div {
|
|
|
|
|
padding: 5px 20px 5px 7px !important;
|
|
|
|
|
}
|
2020-12-24 00:11:38 -05:00
|
|
|
#oplist > div, .opdiv {
|
2020-12-16 21:25:45 -05:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2024-05-31 18:46:58 -04:00
|
|
|
align-items: left;
|
2020-12-16 21:25:45 -05:00
|
|
|
justify-content: center;
|
|
|
|
|
border: 1px solid rgba(0,0,0,0.25);
|
|
|
|
|
border-radius: 4px;
|
2024-05-22 18:20:02 -04:00
|
|
|
padding: 5px 10px 5px 10px;
|
2020-12-16 21:25:45 -05:00
|
|
|
background-color: rgba(255,255,255,0.75);
|
2020-12-24 00:11:38 -05:00
|
|
|
white-space: nowrap;
|
2020-12-16 21:25:45 -05:00
|
|
|
}
|
2022-10-06 08:49:20 -04:00
|
|
|
#oplist > div:hover, #op-add:hover {
|
2024-05-31 18:46:58 -04:00
|
|
|
background-color: var(--blue-4);
|
2022-10-06 08:49:20 -04:00
|
|
|
}
|
|
|
|
|
#oplist > div.editing {
|
|
|
|
|
background-color: rgba(190,230,190,0.85);
|
|
|
|
|
}
|
2020-12-16 21:25:45 -05:00
|
|
|
#oplist .drag {
|
|
|
|
|
background-color: var(--highlight) !important;
|
|
|
|
|
}
|
2023-01-22 13:19:11 -05:00
|
|
|
#oplist .notime {
|
|
|
|
|
background-color: rgba(150,150,150,0.5) !important;
|
|
|
|
|
}
|
2021-05-03 14:48:03 -04:00
|
|
|
#oplist .disabled {
|
2024-05-29 17:55:34 -04:00
|
|
|
background-color: rgba(125,125,125,0.5) !important;
|
2021-05-03 14:48:03 -04:00
|
|
|
}
|
2020-12-16 21:25:45 -05:00
|
|
|
#oplist div .label {
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
#oplist div .del {
|
|
|
|
|
position: absolute;
|
2024-06-01 23:42:35 -04:00
|
|
|
right: 6px;
|
2024-05-31 18:46:58 -04:00
|
|
|
font-size: 14px;
|
2024-06-01 23:42:35 -04:00
|
|
|
color: rgba(0,0,0,0.25);
|
2020-12-16 21:25:45 -05:00
|
|
|
}
|
2022-10-05 22:23:25 -04:00
|
|
|
.dark #oplist div:hover .del {
|
2022-10-06 08:49:20 -04:00
|
|
|
color: #777;
|
2022-10-05 22:23:25 -04:00
|
|
|
}
|
2020-12-16 21:25:45 -05:00
|
|
|
#oplist div:hover .del {
|
2022-10-05 22:23:25 -04:00
|
|
|
color: #888;
|
2020-12-16 21:25:45 -05:00
|
|
|
z-index: 10000;
|
|
|
|
|
}
|
|
|
|
|
#oplist div .del:hover {
|
2022-10-05 22:23:25 -04:00
|
|
|
color: #000 !important;
|
2020-12-16 21:25:45 -05:00
|
|
|
}
|
|
|
|
|
#oplist div .opop {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 100%;
|
|
|
|
|
white-space: pre;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin: 2px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
#oplist div:hover .opop {
|
|
|
|
|
display: flex;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2022-10-18 00:44:39 -04:00
|
|
|
.mobile #oplist {
|
|
|
|
|
font-size: larger;
|
|
|
|
|
}
|
|
|
|
|
.mobile #op-add-pop {
|
|
|
|
|
font-size: larger;
|
|
|
|
|
}
|
2020-12-24 00:11:38 -05:00
|
|
|
#op-add-pop {
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: none;
|
2024-05-22 18:20:02 -04:00
|
|
|
top: 0;
|
2024-05-28 18:02:52 -04:00
|
|
|
right: 100%;
|
2024-05-22 18:20:02 -04:00
|
|
|
transform: translateY(-50%);
|
2020-12-24 00:11:38 -05:00
|
|
|
}
|
|
|
|
|
#op-add:hover #op-add-pop {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
2022-10-18 00:44:39 -04:00
|
|
|
.op-grid {
|
|
|
|
|
display: grid !important;
|
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
|
grid-template-rows: auto;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 5px;
|
|
|
|
|
}
|
2020-12-24 00:11:38 -05:00
|
|
|
#op-add-list {
|
2024-05-28 18:02:52 -04:00
|
|
|
margin-right: 10px;
|
2020-12-24 00:11:38 -05:00
|
|
|
padding: 4px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: stretch;
|
2022-10-18 00:44:39 -04:00
|
|
|
flex-direction: column;
|
2024-05-28 18:02:52 -04:00
|
|
|
text-transform: none !important;
|
2020-12-24 00:11:38 -05:00
|
|
|
}
|
|
|
|
|
#op-add-list > div {
|
|
|
|
|
padding: 3px 5px 3px 5px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2022-10-18 00:44:39 -04:00
|
|
|
border: 1px dashed gray;
|
2020-12-24 00:11:38 -05:00
|
|
|
border-radius: 3px;
|
2024-05-28 18:02:52 -04:00
|
|
|
text-align: center;
|
2020-12-24 00:11:38 -05:00
|
|
|
}
|
|
|
|
|
#op-add-list > div:hover {
|
2024-05-31 18:46:58 -04:00
|
|
|
background-color: var(--blue-4);
|
2020-12-24 00:11:38 -05:00
|
|
|
}
|
|
|
|
|
#op-add-contour-menu, #op-add-register-menu {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
}
|
2023-01-19 12:09:17 -05:00
|
|
|
#cam-lathe:hover {
|
|
|
|
|
background-color: rgba(0,0,0,0) !important;
|
|
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
|
|
|
|
|
#progress {
|
2024-05-23 10:42:06 -04:00
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 6px;
|
|
|
|
|
min-height: 6px;
|
2020-06-05 23:21:53 -04:00
|
|
|
text-align: center;
|
2024-05-29 22:40:40 -04:00
|
|
|
background-color: rgb(220,220,220);
|
2024-05-31 18:46:58 -04:00
|
|
|
border-top: 1px solid #888;
|
|
|
|
|
border-bottom: 1px solid #888;
|
|
|
|
|
/* border-radius: 3px; */
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
#progbar {
|
2024-05-23 10:42:06 -04:00
|
|
|
width: 0;
|
2020-06-05 23:21:53 -04:00
|
|
|
text-align: left;
|
|
|
|
|
position: relative;
|
2024-05-29 22:40:40 -04:00
|
|
|
background-color: rgb(255,90,90);
|
2024-05-31 18:46:58 -04:00
|
|
|
/* border-radius: 3px; */
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
#progtxt {
|
2024-05-23 10:42:06 -04:00
|
|
|
display: none;
|
2020-06-05 23:21:53 -04:00
|
|
|
color: white;
|
|
|
|
|
margin: 0 5px 0 5px;
|
2020-06-07 23:20:49 -04:00
|
|
|
padding: 0 5px 2px 5px;
|
2020-06-05 23:21:53 -04:00
|
|
|
white-space: nowrap;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
vertical-align: middle;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
|
|
|
|
|
#modal {
|
2020-05-31 21:34:04 -04:00
|
|
|
display: none;
|
|
|
|
|
position: fixed;
|
2020-06-06 16:02:04 -04:00
|
|
|
z-index: 20;
|
2020-06-06 11:17:04 -04:00
|
|
|
top: 50%;
|
2020-05-31 21:34:04 -04:00
|
|
|
left: 0px;
|
2020-06-05 23:21:53 -04:00
|
|
|
right: 0px;
|
|
|
|
|
bottom: 0px;
|
2020-06-06 11:17:04 -04:00
|
|
|
height: 300px;
|
2020-06-09 00:25:11 -04:00
|
|
|
transform: translateY(-50%);
|
2020-06-06 20:05:21 -04:00
|
|
|
background-color: var(--bg-gray);
|
2020-06-06 11:17:04 -04:00
|
|
|
border-bottom: 1px solid black;
|
|
|
|
|
border-top: 1px solid black;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2022-10-18 01:19:06 -04:00
|
|
|
#modal button, #modal select {
|
|
|
|
|
color: black !important;
|
|
|
|
|
}
|
2020-06-06 11:17:04 -04:00
|
|
|
#modal > div {
|
|
|
|
|
position: absolute;
|
|
|
|
|
transform: translateX(50%) translateY(-50%);
|
|
|
|
|
right: 50%;
|
|
|
|
|
top: 50%;
|
2022-05-09 00:16:30 -04:00
|
|
|
max-height: 80%;
|
2020-06-06 11:17:04 -04:00
|
|
|
}
|
|
|
|
|
.mdialog {
|
|
|
|
|
display: none;
|
|
|
|
|
padding: 10px;
|
2020-06-06 16:02:04 -04:00
|
|
|
min-height: 20px;
|
2021-03-15 23:18:11 +01:00
|
|
|
background-color: #fff;
|
2020-06-06 11:17:04 -04:00
|
|
|
}
|
2020-06-06 20:05:21 -04:00
|
|
|
|
|
|
|
|
.mod-top {
|
2020-06-06 11:17:04 -04:00
|
|
|
height: 10px;
|
|
|
|
|
border-top-left-radius: 10px;
|
|
|
|
|
border-top-right-radius: 10px;
|
2021-03-15 23:18:11 +01:00
|
|
|
background-color: var(--main-color);
|
2020-06-06 11:17:04 -04:00
|
|
|
}
|
2022-05-09 00:16:30 -04:00
|
|
|
#tool-cols {
|
|
|
|
|
max-height: 350px;
|
|
|
|
|
}
|
2020-06-06 11:17:04 -04:00
|
|
|
#mod-x {
|
2024-06-01 00:19:10 -04:00
|
|
|
border-radius: 5px;
|
|
|
|
|
border: 2px solid rgba(255,255,255,0.5);
|
|
|
|
|
background-color: rgba(255,255,255,0.5);
|
2020-06-06 11:17:04 -04:00
|
|
|
position: absolute;
|
2020-06-06 16:02:04 -04:00
|
|
|
z-index: 30;
|
2020-06-06 11:17:04 -04:00
|
|
|
bottom: -20px;
|
2024-06-01 00:19:10 -04:00
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
#mod-x svg {
|
|
|
|
|
aspect-ratio: 1 / 1 !important;
|
2020-06-06 11:17:04 -04:00
|
|
|
}
|
2020-11-18 16:43:25 -05:00
|
|
|
#mod-setup {
|
2024-06-01 01:27:43 -04:00
|
|
|
min-height: 550px;
|
|
|
|
|
max-height: 60%;
|
|
|
|
|
min-width: 725px;
|
|
|
|
|
max-width: 70%;
|
2020-12-13 23:58:03 -05:00
|
|
|
padding-bottom: 5px;
|
|
|
|
|
}
|
2024-06-01 16:49:26 -04:00
|
|
|
#mod-setup textarea {
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
2020-12-13 23:58:03 -05:00
|
|
|
#mod-setup .header {
|
|
|
|
|
text-align: center;
|
2021-04-22 19:42:09 -04:00
|
|
|
border-bottom: 1px solid rgba(126,153,183,1);
|
2020-12-13 23:58:03 -05:00
|
|
|
padding-bottom: 5px;
|
|
|
|
|
margin-bottom: 5px;
|
2024-05-21 22:38:32 -04:00
|
|
|
font-weight: bold;
|
2020-12-13 23:58:03 -05:00
|
|
|
}
|
|
|
|
|
#mod-setup .header.sub {
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
#mod-setup .left {
|
|
|
|
|
width: 180px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
border-right: 1px solid #ddd;
|
|
|
|
|
}
|
2021-03-24 00:32:37 -04:00
|
|
|
.devlist {
|
|
|
|
|
background-color: #fdfdfd;
|
|
|
|
|
}
|
2020-12-13 23:58:03 -05:00
|
|
|
.devlist button {
|
|
|
|
|
margin: 1px;
|
|
|
|
|
padding: 2px;
|
2021-03-24 00:32:37 -04:00
|
|
|
border: 0;
|
2020-12-13 23:58:03 -05:00
|
|
|
border-radius: 0;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
font-family: sans-serif;
|
2021-03-24 00:32:37 -04:00
|
|
|
background-color: #f8f8f8;
|
2020-12-13 23:58:03 -05:00
|
|
|
text-align: left;
|
|
|
|
|
min-height: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
.devlist button:hover {
|
2021-03-24 11:21:59 -04:00
|
|
|
background-color: var(--main-color);
|
|
|
|
|
color: white;
|
2020-12-13 23:58:03 -05:00
|
|
|
}
|
|
|
|
|
.devlist button.selected {
|
2020-12-16 21:25:45 -05:00
|
|
|
background-color: var(--highlight);
|
|
|
|
|
border: 1px solid var(--highlight);
|
2020-11-18 16:43:25 -05:00
|
|
|
}
|
2021-10-26 19:35:57 -04:00
|
|
|
#mod-help svg {
|
|
|
|
|
width: 36px;
|
|
|
|
|
height: 36px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
color: var(--main-color);
|
|
|
|
|
}
|
|
|
|
|
#mod-help a {
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
padding: 3px 10px 3px 5px;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
}
|
|
|
|
|
#mod-help a:hover {
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
}
|
|
|
|
|
#mod-help a:hover svg {
|
|
|
|
|
color: #123;
|
|
|
|
|
}
|
|
|
|
|
#mod-help .title {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: larger;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
#kiri-version {
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
}
|
2020-06-08 21:46:53 -04:00
|
|
|
#mod-print {
|
|
|
|
|
background-color: rgba(255,255,255,0.85);
|
|
|
|
|
}
|
|
|
|
|
#mod-print .grow button {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
#mod-print .hint {
|
|
|
|
|
color: #345;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
#mod-print .box {
|
|
|
|
|
background-color: rgba(255,255,255,0.5);
|
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
padding: 20px 10px 10px 10px;
|
|
|
|
|
}
|
|
|
|
|
#mod-print .box select {
|
|
|
|
|
min-width: 10em;
|
|
|
|
|
}
|
|
|
|
|
#mod-print .header {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
transform: translateY(50%);
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
#mod-print .header label {
|
|
|
|
|
background-color: white;
|
|
|
|
|
padding: 0 10px 0 10px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border-right: 1px solid #bbb;
|
|
|
|
|
border-left: 1px solid #bbb;
|
|
|
|
|
}
|
|
|
|
|
#mod-print a {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
#mod-print a:hover {
|
|
|
|
|
color: #567;
|
|
|
|
|
background-color: #ddd;
|
|
|
|
|
}
|
|
|
|
|
#mod-print label {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
#mod-print button {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
min-height: 2em;
|
|
|
|
|
}
|
|
|
|
|
#print-canvas {
|
|
|
|
|
width: 180px;
|
|
|
|
|
height: 320px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
transform: scale(-1, 1);
|
|
|
|
|
}
|
|
|
|
|
#print-layer {
|
|
|
|
|
font-family: 'Russo One', sans-serif;
|
|
|
|
|
font-size: small;
|
|
|
|
|
width: 5em;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
#print-download {
|
|
|
|
|
min-height: 4em !important;
|
|
|
|
|
}
|
2021-11-11 11:29:51 -05:00
|
|
|
#print-palette {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2020-11-30 12:57:29 +01:00
|
|
|
#code-preview-textarea {
|
2021-01-30 11:46:31 -05:00
|
|
|
width: 40em;
|
|
|
|
|
height: 12em;
|
2021-04-25 14:33:41 -04:00
|
|
|
font-size: smaller;
|
|
|
|
|
font-family: Courier,monospace;
|
2020-11-30 12:57:29 +01:00
|
|
|
}
|
2020-06-06 20:05:21 -04:00
|
|
|
.mod-end {
|
2020-06-06 11:17:04 -04:00
|
|
|
height: 10px;
|
|
|
|
|
border-bottom-left-radius: 10px;
|
|
|
|
|
border-bottom-right-radius: 10px;
|
2021-03-15 23:18:11 +01:00
|
|
|
background-color: var(--main-color);
|
2020-06-06 20:05:21 -04:00
|
|
|
}
|
2021-03-31 10:41:28 -04:00
|
|
|
#settingsNew {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
border-top: 1px solid var(--main-color);
|
|
|
|
|
}
|
|
|
|
|
#settingsName {
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
padding-right: 4px;
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
#settingsList {
|
|
|
|
|
max-height: 450px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
2020-06-09 23:19:51 -04:00
|
|
|
#settingsList button.selected {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
background-color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
#settingsList button.selected:hover {
|
|
|
|
|
background-color: #aaa;
|
|
|
|
|
}
|
2020-12-16 21:25:45 -05:00
|
|
|
#settingsList svg {
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
2020-06-06 20:05:21 -04:00
|
|
|
|
2020-06-07 10:43:07 -04:00
|
|
|
#help p {
|
|
|
|
|
margin: 2px;
|
|
|
|
|
}
|
|
|
|
|
#help a {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
2020-11-18 21:54:40 -05:00
|
|
|
@supports (-moz-appearance:none) {
|
|
|
|
|
#help li {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
2020-11-19 10:09:38 -05:00
|
|
|
.content br {
|
|
|
|
|
margin: 10px;
|
|
|
|
|
}
|
2020-11-18 21:54:40 -05:00
|
|
|
}
|
2020-12-31 12:45:46 -05:00
|
|
|
#help li {
|
|
|
|
|
list-style-type: circle;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
2020-06-07 10:43:07 -04:00
|
|
|
#help .header {
|
2020-12-17 21:45:22 -05:00
|
|
|
border: 1px solid rgba(0,0,0,0.75);
|
|
|
|
|
background-color: rgba(0,0,0,0.05);
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
padding: 1px 0 2px 0;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
font-size: larger;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
#help .header2 {
|
|
|
|
|
border: 1px solid rgba(0,0,0,0.25);
|
|
|
|
|
background-color: rgba(0,0,0,0.03);
|
|
|
|
|
border-radius: 2px;
|
2020-06-08 11:19:45 -04:00
|
|
|
justify-content: center;
|
2020-06-07 10:43:07 -04:00
|
|
|
white-space: nowrap;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 5px;
|
2020-06-08 11:19:45 -04:00
|
|
|
padding: 1px 0 2px 0;
|
2020-06-07 10:43:07 -04:00
|
|
|
font-family: monospace;
|
|
|
|
|
}
|
|
|
|
|
#help .title {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: larger;
|
|
|
|
|
font-weight: bold;
|
2020-11-16 21:17:47 -05:00
|
|
|
padding: 10px 0 5px 50px;
|
|
|
|
|
}
|
|
|
|
|
#help .title label {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
}
|
|
|
|
|
#help #kiri-version {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 10px;
|
|
|
|
|
bottom: 5px;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
color: #333;
|
2020-06-07 10:43:07 -04:00
|
|
|
}
|
|
|
|
|
#help .content {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
margin: 3px 0 8px 0;
|
2020-11-16 21:17:47 -05:00
|
|
|
line-height: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
#help .content p {
|
|
|
|
|
text-align: justify;
|
|
|
|
|
}
|
|
|
|
|
#help .content li {
|
|
|
|
|
line-height: 1.75em;
|
2021-02-27 13:02:53 -05:00
|
|
|
padding-left: 22px ;
|
|
|
|
|
text-indent: -22px ;
|
2020-06-07 10:43:07 -04:00
|
|
|
}
|
|
|
|
|
#help .footer {
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
align-items: center;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
padding: 8px 0 3px 0;
|
2020-06-07 23:31:30 -04:00
|
|
|
border-top: 1px dashed #aaa;
|
2020-06-07 10:43:07 -04:00
|
|
|
}
|
|
|
|
|
#help th, #help td {
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
}
|
2020-06-07 23:31:30 -04:00
|
|
|
#help td label {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2020-11-16 21:17:47 -05:00
|
|
|
#help button {
|
|
|
|
|
display: inline-flex;
|
2020-06-07 23:31:30 -04:00
|
|
|
}
|
2020-11-16 15:04:58 -05:00
|
|
|
.help-label {
|
2020-11-16 21:17:47 -05:00
|
|
|
border-top-left-radius: 3px;
|
|
|
|
|
border-bottom-left-radius: 3px;
|
2020-11-16 15:04:58 -05:00
|
|
|
border: 1px solid rgba(0,0,0,0);
|
|
|
|
|
border-right: 0;
|
2020-11-16 21:17:47 -05:00
|
|
|
padding: 12px 10px 12px 8px;
|
|
|
|
|
z-index: 1000;
|
2020-11-16 15:04:58 -05:00
|
|
|
}
|
|
|
|
|
.help-label.sel {
|
2020-11-16 21:17:47 -05:00
|
|
|
background-color: white;
|
2020-11-16 15:04:58 -05:00
|
|
|
border: 1px solid #888;
|
|
|
|
|
border-right: 0;
|
|
|
|
|
}
|
2020-11-16 21:17:47 -05:00
|
|
|
#help-tabs {
|
2021-02-27 13:02:53 -05:00
|
|
|
width: 550px;
|
2020-11-16 21:17:47 -05:00
|
|
|
height: 450px;
|
|
|
|
|
transform: translateX(-1px);
|
|
|
|
|
}
|
2020-12-31 12:45:46 -05:00
|
|
|
#help-tabs p, #help-tabs li, #help-tabs table {
|
|
|
|
|
color: #035;
|
|
|
|
|
}
|
|
|
|
|
#help-tab-support a:hover, #help-tab-start a:hover {
|
|
|
|
|
background-color: rgba(61,133,198,0.25);
|
2020-11-17 13:45:46 -05:00
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
2020-12-31 12:45:46 -05:00
|
|
|
#help-start {
|
|
|
|
|
margin: 5px 0 5px 0;
|
|
|
|
|
}
|
|
|
|
|
#help-start a {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
2020-11-16 15:04:58 -05:00
|
|
|
.help-tab {
|
2020-11-16 21:17:47 -05:00
|
|
|
flex-grow: 1;
|
2020-11-16 15:04:58 -05:00
|
|
|
display: none;
|
2020-11-16 21:17:47 -05:00
|
|
|
overflow-y: auto;
|
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
|
border-bottom-right-radius: 3px;
|
2020-11-16 15:04:58 -05:00
|
|
|
border: 1px solid #888;
|
2020-11-16 21:17:47 -05:00
|
|
|
padding: 10px;
|
|
|
|
|
background-color: white;
|
|
|
|
|
white-space: normal;
|
2020-11-16 15:04:58 -05:00
|
|
|
}
|
2020-06-19 19:23:09 -04:00
|
|
|
.confirm {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
.confirm > div {
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
.confirm label {
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 1.5em;
|
|
|
|
|
padding: 0 10px 0 10px;
|
|
|
|
|
}
|
|
|
|
|
.confirm button {
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
.confirm input {
|
|
|
|
|
padding: 3px;
|
|
|
|
|
margin: 0 10px 0 10px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
2020-06-07 10:43:07 -04:00
|
|
|
|
2020-06-06 20:05:21 -04:00
|
|
|
.dev-type {
|
|
|
|
|
font-family: 'Russo One', sans-serif;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
2020-06-08 11:19:45 -04:00
|
|
|
background-color: rgba(255,255,255,0.75);
|
|
|
|
|
border-radius: 5px;
|
2020-06-06 20:05:21 -04:00
|
|
|
margin: 5px;
|
2021-03-15 23:18:11 +01:00
|
|
|
cursor: pointer;
|
2020-06-06 20:05:21 -04:00
|
|
|
}
|
2020-12-13 23:58:03 -05:00
|
|
|
.dev-type svg {
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
2020-06-06 20:05:21 -04:00
|
|
|
.dev-sel {
|
2021-03-24 00:32:37 -04:00
|
|
|
background-color: var(--highlight);
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
|
2020-06-06 23:21:42 -04:00
|
|
|
.t-head {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
.t-33 {
|
|
|
|
|
width: 33%;
|
|
|
|
|
}
|
|
|
|
|
.t-group {
|
2020-06-07 10:43:07 -04:00
|
|
|
background-image: var(--gradbar);
|
2020-06-06 23:21:42 -04:00
|
|
|
white-space: nowrap;
|
|
|
|
|
text-align: center;
|
2020-06-07 10:43:07 -04:00
|
|
|
justify-content: center;
|
2020-06-06 23:21:42 -04:00
|
|
|
border-radius: 2px;
|
|
|
|
|
padding: 1px 0 2px 0;
|
|
|
|
|
margin: 5px 0 5px 0;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
.t-body {
|
2020-06-08 00:08:19 -04:00
|
|
|
background-color: rgba(255,255,255,0.5);
|
2020-06-06 23:21:42 -04:00
|
|
|
border: 1px solid #bbb;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
.t-inset {
|
|
|
|
|
padding: 3px;
|
|
|
|
|
}
|
|
|
|
|
.t-pad {
|
|
|
|
|
width: 5px;
|
2020-12-13 23:58:03 -05:00
|
|
|
height: 5px;
|
2020-06-06 23:21:42 -04:00
|
|
|
}
|
|
|
|
|
.t-pad2 {
|
|
|
|
|
width: 10px;
|
2021-01-04 10:01:13 -05:00
|
|
|
height: 10px;
|
2020-06-06 23:21:42 -04:00
|
|
|
}
|
2020-06-09 00:25:11 -04:00
|
|
|
|
2020-06-06 23:21:42 -04:00
|
|
|
#devices {
|
2020-12-13 23:58:03 -05:00
|
|
|
width: 225px;
|
2020-06-06 23:21:42 -04:00
|
|
|
}
|
2024-06-01 01:27:43 -04:00
|
|
|
/* #device1, #device2, #palette3 {
|
2020-12-13 23:58:03 -05:00
|
|
|
width: 225px;
|
2024-06-01 01:27:43 -04:00
|
|
|
} */
|
2021-11-15 14:10:15 -05:00
|
|
|
#palette3 {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2020-06-07 11:41:03 -04:00
|
|
|
#dev-gcode textarea {
|
|
|
|
|
font-family: monospace;
|
2020-12-13 23:58:03 -05:00
|
|
|
overflow: auto;
|
|
|
|
|
padding: 5px;
|
2020-06-07 11:41:03 -04:00
|
|
|
width: 100%;
|
2021-04-01 17:43:53 -04:00
|
|
|
background-color: #f8f8f8;
|
2020-06-06 23:21:42 -04:00
|
|
|
}
|
2024-06-01 16:49:26 -04:00
|
|
|
#tool-action {
|
2020-06-06 23:21:42 -04:00
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
#device-action button, #tool-action button {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
2020-06-07 11:41:03 -04:00
|
|
|
#catalogList {
|
|
|
|
|
min-width: 150px;
|
|
|
|
|
height: 350px;
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
}
|
2020-06-09 19:23:03 -04:00
|
|
|
#catalogList .label {
|
2020-06-14 20:03:00 -04:00
|
|
|
width: 12em;
|
2020-06-09 19:23:03 -04:00
|
|
|
justify-content: flex-end;
|
|
|
|
|
}
|
|
|
|
|
#catalogList .rename {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
color: #335;
|
|
|
|
|
}
|
2020-06-06 23:21:42 -04:00
|
|
|
|
2020-11-24 11:01:29 -05:00
|
|
|
#layer-animate {
|
|
|
|
|
position: absolute;
|
2022-01-23 21:21:14 -05:00
|
|
|
z-index: 2;
|
2020-11-24 11:01:29 -05:00
|
|
|
left: 15px;
|
|
|
|
|
right: 15px;
|
|
|
|
|
bottom: 3px;
|
|
|
|
|
}
|
|
|
|
|
#layer-animate svg {
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
}
|
2022-10-05 14:23:59 -04:00
|
|
|
#layer-animate .speed {
|
|
|
|
|
width: 30px;
|
|
|
|
|
margin-left: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
#layer-animate .progress {
|
|
|
|
|
width: 3.5em;
|
|
|
|
|
}
|
|
|
|
|
#layer-animate button {
|
|
|
|
|
width: 45px;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
2020-11-29 10:04:13 -05:00
|
|
|
#layer-animate label {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
border: 1px solid #aaa;
|
2022-10-05 14:23:59 -04:00
|
|
|
margin: 1px 2px 2px 1px;
|
2020-11-30 10:59:24 -05:00
|
|
|
padding: 2px;
|
2020-11-29 10:04:13 -05:00
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
background-color: #ddd;
|
|
|
|
|
}
|
2020-12-16 21:25:45 -05:00
|
|
|
|
2020-11-30 10:59:24 -05:00
|
|
|
#layer-toolpos {
|
|
|
|
|
position: absolute;
|
2022-01-23 21:21:14 -05:00
|
|
|
display: none;
|
2020-11-30 10:59:24 -05:00
|
|
|
right: 3px;
|
|
|
|
|
bottom: 3px;
|
|
|
|
|
}
|
|
|
|
|
#layer-toolpos label, #layer-toolpos input {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
height: 30px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
background-color: #ddd;
|
|
|
|
|
}
|
|
|
|
|
#layer-toolpos label {
|
|
|
|
|
width: 30px;
|
|
|
|
|
padding: 1px 1px 1px 1px;
|
|
|
|
|
margin: 1px 1px 2px 6px;
|
|
|
|
|
}
|
|
|
|
|
#layer-toolpos input {
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
padding: 1px 4px 1px 4px;
|
|
|
|
|
margin: 1px 1px 2px 1px;
|
|
|
|
|
}
|
2020-11-24 11:01:29 -05:00
|
|
|
|
2020-12-16 21:25:45 -05:00
|
|
|
#layer-slider {
|
|
|
|
|
position: absolute;
|
|
|
|
|
font-size: smaller;
|
2024-06-02 19:40:45 -04:00
|
|
|
gap: 2px;
|
2020-12-16 21:25:45 -05:00
|
|
|
left: 15px;
|
|
|
|
|
right: 15px;
|
2022-10-18 09:45:11 -04:00
|
|
|
bottom: max(3px, env(safe-area-inset-bottom));
|
2020-12-16 21:25:45 -05:00
|
|
|
pointer-events: all;
|
|
|
|
|
}
|
2022-10-17 10:48:12 -04:00
|
|
|
#slider.slider-mobile {
|
|
|
|
|
height: 40px !important;
|
|
|
|
|
}
|
2020-06-21 22:37:11 -04:00
|
|
|
#slider {
|
|
|
|
|
display: none;
|
2024-06-02 19:40:45 -04:00
|
|
|
height: 25px;
|
2020-06-21 22:37:11 -04:00
|
|
|
z-index: 100;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2022-10-18 00:44:39 -04:00
|
|
|
.mobile .sli-drag-el {
|
|
|
|
|
background-color: rgba(200,0,0,0.8) !important;
|
|
|
|
|
}
|
2020-06-08 21:46:53 -04:00
|
|
|
#slider-hi-val, #slider-lo-val {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
border: 1px solid #ddd;
|
2020-06-21 22:37:11 -04:00
|
|
|
bottom: 110%;
|
|
|
|
|
left: 50%;
|
2020-06-08 21:46:53 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
#slider > div {
|
2020-06-21 22:37:11 -04:00
|
|
|
justify-content: center;
|
|
|
|
|
flex-direction: row;
|
2020-06-05 23:21:53 -04:00
|
|
|
align-items: center;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2022-10-17 10:48:12 -04:00
|
|
|
.dark #slider-center {
|
2024-06-02 19:40:45 -04:00
|
|
|
border: 1px solid #555;
|
|
|
|
|
background-color: rgba(255,255,255,0.15);
|
2020-06-07 23:02:05 -04:00
|
|
|
}
|
|
|
|
|
#slider-center {
|
2024-06-02 19:40:45 -04:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
background-color: rgba(255,255,255,0.5);
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2022-10-17 10:48:12 -04:00
|
|
|
.dark #slider-zero, .dark #slider-max {
|
|
|
|
|
background-color: #555;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
2020-06-07 23:02:05 -04:00
|
|
|
#slider-zero {
|
2020-06-08 21:46:53 -04:00
|
|
|
z-index: 10;
|
2020-06-05 23:21:53 -04:00
|
|
|
background-color: #ccc;
|
2024-06-02 19:40:45 -04:00
|
|
|
border-top-left-radius: 5px;
|
|
|
|
|
border-bottom-left-radius: 5px;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2022-10-17 10:48:12 -04:00
|
|
|
#slider-max {
|
|
|
|
|
background-color: #ccc;
|
2024-06-02 19:40:45 -04:00
|
|
|
border-top-right-radius: 5px;
|
|
|
|
|
border-bottom-right-radius: 5px;
|
2022-10-17 10:48:12 -04:00
|
|
|
}
|
|
|
|
|
.dark #slider-hold {
|
2024-06-02 19:40:45 -04:00
|
|
|
background-color: var(--blue-0);
|
2022-10-17 10:48:12 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
#slider-hold {
|
2024-06-02 19:40:45 -04:00
|
|
|
background-color: var(--blue-3);
|
2020-06-05 23:21:53 -04:00
|
|
|
position: absolute;
|
2020-06-21 22:37:11 -04:00
|
|
|
bottom: 0;
|
2020-06-05 23:21:53 -04:00
|
|
|
right: 0;
|
2020-06-07 23:02:05 -04:00
|
|
|
top: 0;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2022-10-17 10:48:12 -04:00
|
|
|
#slider-hold .slider-mobile {
|
|
|
|
|
width: 40px !important;
|
|
|
|
|
}
|
2024-06-02 19:40:45 -04:00
|
|
|
.dark #slider-hold .handle {
|
|
|
|
|
background-color: #999;
|
|
|
|
|
}
|
2020-06-07 23:02:05 -04:00
|
|
|
#slider-hold .handle {
|
2020-06-21 22:37:11 -04:00
|
|
|
width: 15px;
|
|
|
|
|
height: 100%;
|
2020-06-07 23:02:05 -04:00
|
|
|
background-color: var(--bg-gray);
|
|
|
|
|
}
|
|
|
|
|
#slider-mid {
|
2020-06-21 22:37:11 -04:00
|
|
|
width: 20px;
|
2020-06-07 23:02:05 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
|
2021-03-12 12:39:36 -05:00
|
|
|
#top-slider {
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: none;
|
|
|
|
|
top: 60px;
|
|
|
|
|
left: 50px;
|
|
|
|
|
right: 50px;
|
|
|
|
|
}
|
|
|
|
|
#anim-slider {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2020-06-05 23:21:53 -04:00
|
|
|
#alert-area {
|
2020-05-31 21:34:04 -04:00
|
|
|
display: none;
|
2020-06-05 23:21:53 -04:00
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
position: absolute;
|
2020-12-24 12:59:57 -05:00
|
|
|
top: 57px;
|
2020-06-05 23:21:53 -04:00
|
|
|
right: 0;
|
2020-12-24 12:59:57 -05:00
|
|
|
left: 0;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
#alert-border {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
max-width: 50%;
|
2020-06-08 23:56:22 -04:00
|
|
|
background-color: rgba(255,255,255,0.5);
|
|
|
|
|
border: 3px solid var(--bg-gray);
|
2020-06-05 23:21:53 -04:00
|
|
|
border-radius: 5px;
|
2020-05-31 21:34:04 -04:00
|
|
|
}
|
2020-06-05 23:21:53 -04:00
|
|
|
#alert-border:hover {
|
2020-06-08 23:56:22 -04:00
|
|
|
background-color: rgba(0,0,0,0.1);
|
2019-01-18 16:36:14 -05:00
|
|
|
}
|
2019-01-18 14:23:30 -05:00
|
|
|
#alert-text {
|
|
|
|
|
display: flex;
|
2019-01-18 16:36:14 -05:00
|
|
|
text-align: left;
|
2020-12-24 12:59:57 -05:00
|
|
|
font-weight: normal;
|
2020-06-08 23:56:22 -04:00
|
|
|
flex-direction: column;
|
|
|
|
|
margin: 3px 5px 3px 5px;
|
2019-01-18 14:23:30 -05:00
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
#alert-text p {
|
|
|
|
|
margin: 5px;
|
2020-03-06 09:33:24 -05:00
|
|
|
text-align: center;
|
2019-01-18 14:23:30 -05:00
|
|
|
}
|
2020-06-06 00:38:46 -04:00
|
|
|
|
2020-11-10 21:48:04 -05:00
|
|
|
#speeds {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 100%;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 100%;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
#speedbar {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 3px;
|
2024-05-23 12:09:22 -04:00
|
|
|
right: 3px;
|
2021-11-09 20:46:10 -05:00
|
|
|
background-color: transparent;
|
2020-11-10 21:48:04 -05:00
|
|
|
}
|
2022-09-25 21:42:51 -04:00
|
|
|
.dark #speedbar label {
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
2020-11-10 21:48:04 -05:00
|
|
|
#speedbar label {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
padding: 0 5px 0 5px;
|
|
|
|
|
color: #fff;
|
2021-11-09 20:46:10 -05:00
|
|
|
margin: 0.5px;
|
|
|
|
|
border-radius: 3px;
|
2020-11-10 21:48:04 -05:00
|
|
|
}
|
|
|
|
|
|
2024-05-28 18:02:52 -04:00
|
|
|
#panel-right{
|
|
|
|
|
overflow: unset;
|
|
|
|
|
}
|
|
|
|
|
.settings {
|
2024-05-22 21:16:55 -04:00
|
|
|
max-height: 100%;
|
2024-06-02 16:25:17 -04:00
|
|
|
overflow-y: scroll;
|
|
|
|
|
overflow-x: visible;
|
2020-06-06 00:38:46 -04:00
|
|
|
align-items: stretch;
|
2021-03-15 23:18:11 +01:00
|
|
|
text-transform: capitalize;
|
|
|
|
|
}
|
2024-05-28 18:02:52 -04:00
|
|
|
.settings .set-group {
|
2021-03-15 23:18:11 +01:00
|
|
|
cursor: pointer;
|
2020-06-06 00:38:46 -04:00
|
|
|
}
|
2024-05-28 18:02:52 -04:00
|
|
|
.settings .set-header a {
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
}
|
2024-06-01 16:49:26 -04:00
|
|
|
#dev-sel {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
#dev-list {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
padding: 0 5px 0 5px;
|
|
|
|
|
}
|
|
|
|
|
#dev-list:hover {
|
|
|
|
|
background-color: var(--blue-4);
|
|
|
|
|
}
|
2024-05-26 20:06:46 -04:00
|
|
|
.set2-group {
|
2024-05-31 15:28:20 -04:00
|
|
|
border-radius: 3px;
|
|
|
|
|
border: 1px solid #ddd !important;
|
|
|
|
|
background-color: #fff;
|
2024-05-29 02:00:34 -04:00
|
|
|
flex-flow: column;
|
2024-05-31 15:28:20 -04:00
|
|
|
padding: 4px;
|
2024-06-02 14:10:16 -04:00
|
|
|
margin: 2px;
|
2024-05-26 20:06:46 -04:00
|
|
|
}
|
2024-05-31 23:35:42 -04:00
|
|
|
.set2-group .var-row, .var-row {
|
2024-05-31 15:28:20 -04:00
|
|
|
background: #fff;
|
2024-05-31 18:46:58 -04:00
|
|
|
padding: 1px 4px 1px 4px;
|
2024-05-28 18:02:52 -04:00
|
|
|
margin: 0 !important;
|
|
|
|
|
border-left: 3px solid transparent;
|
|
|
|
|
border-right: 3px solid transparent;
|
|
|
|
|
}
|
2024-05-31 23:35:42 -04:00
|
|
|
.set2-group .var-row:hover, .var-row:hover {
|
2024-05-29 20:08:37 -04:00
|
|
|
border-right: 3px solid var(--blue-1);
|
|
|
|
|
background-color: var(--blue-4) !important;
|
2024-05-26 20:06:46 -04:00
|
|
|
}
|
2024-06-01 16:49:26 -04:00
|
|
|
.set2-group .var-row label, #mod-setup .var-row label {
|
2024-05-26 20:06:46 -04:00
|
|
|
margin-right: 25px;
|
|
|
|
|
}
|
2024-05-28 18:02:52 -04:00
|
|
|
.set2-sep {
|
2024-05-31 15:28:20 -04:00
|
|
|
background: #fff;
|
2024-05-28 18:02:52 -04:00
|
|
|
flex-shrink: 0;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
margin: 0 0 3px 0;
|
2024-05-26 20:06:46 -04:00
|
|
|
}
|
2024-05-26 23:11:11 -04:00
|
|
|
.pop-sep, .set-sep {
|
2020-06-13 18:13:47 -04:00
|
|
|
border: 0 !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
height: 1px;
|
2024-05-22 21:16:55 -04:00
|
|
|
min-height: 1px;
|
2024-05-31 18:46:58 -04:00
|
|
|
max-height: 1px;
|
2020-06-12 19:46:39 -04:00
|
|
|
margin-top: 2px;
|
2021-11-09 20:46:10 -05:00
|
|
|
margin-bottom: 2px;
|
2024-05-31 18:46:58 -04:00
|
|
|
background-color: #bbb !important;
|
2020-06-12 19:46:39 -04:00
|
|
|
}
|
2020-06-08 11:19:45 -04:00
|
|
|
.set-header {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
border-radius: 2px;
|
2024-05-29 16:00:16 -04:00
|
|
|
justify-content: left;
|
2024-05-29 20:08:37 -04:00
|
|
|
background-color: var(--blue-3);
|
2024-05-29 16:00:16 -04:00
|
|
|
border-left: 3px solid transparent;
|
|
|
|
|
border-right: 3px solid var(--main-color-hover);
|
|
|
|
|
border-bottom: 0.5px solid var(--main-color-hover);
|
2024-05-28 18:02:52 -04:00
|
|
|
padding: 4px;
|
|
|
|
|
margin: 0 0 4px 0;
|
2020-06-08 11:19:45 -04:00
|
|
|
}
|
2024-05-23 00:38:38 -04:00
|
|
|
.set-header-line {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2020-06-06 11:17:04 -04:00
|
|
|
.set-group {
|
2020-06-06 00:38:46 -04:00
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
2024-05-21 23:55:23 -04:00
|
|
|
background-color: rgba(255,255,255,0.9);
|
|
|
|
|
border: 1px solid rgba(0,0,0,0.2);
|
2020-06-06 00:38:46 -04:00
|
|
|
border-radius: 3px;
|
2024-05-21 23:55:23 -04:00
|
|
|
padding: 8px 10px 8px 10px;
|
2020-06-06 20:05:21 -04:00
|
|
|
color: var(--fg-gray);
|
2020-06-06 00:38:46 -04:00
|
|
|
}
|
2020-06-06 11:17:04 -04:00
|
|
|
.set-group:hover {
|
2020-06-06 00:38:46 -04:00
|
|
|
background-color: #eee;
|
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
2020-06-06 11:17:04 -04:00
|
|
|
.set-pop {
|
2020-06-06 00:38:46 -04:00
|
|
|
top: 50%;
|
2024-05-21 23:55:23 -04:00
|
|
|
left: calc(100% + 6px);
|
2020-06-06 00:38:46 -04:00
|
|
|
position: absolute;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
transform: translateY(-50%);
|
2021-03-15 23:18:11 +01:00
|
|
|
background-color: #fff;
|
2020-06-06 00:38:46 -04:00
|
|
|
border: 1px solid #aaa;
|
2020-06-06 11:17:04 -04:00
|
|
|
border-radius: 5px;
|
2020-06-06 00:38:46 -04:00
|
|
|
margin-right: 5px;
|
2020-06-06 11:17:04 -04:00
|
|
|
padding: 5px;
|
2020-06-06 00:38:46 -04:00
|
|
|
}
|
2024-05-28 18:02:52 -04:00
|
|
|
.settings .ext-buttons {
|
2024-05-23 00:38:38 -04:00
|
|
|
margin: 0 9px 0 14px;
|
|
|
|
|
gap: 3px;
|
2020-06-12 16:13:02 -04:00
|
|
|
}
|
2020-06-07 23:02:05 -04:00
|
|
|
#layers .var-row {
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background-color: #ddd;
|
|
|
|
|
padding: 2px 5px 2px 5px;
|
2020-06-21 22:37:11 -04:00
|
|
|
margin: 0 2px 3px 2px;
|
2020-06-07 23:02:05 -04:00
|
|
|
}
|
2021-04-22 19:42:09 -04:00
|
|
|
#layers button {
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
padding-left: 9px;
|
|
|
|
|
padding-right: 9px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
background-color: var(--highlight);
|
|
|
|
|
}
|
|
|
|
|
#layers button:hover {
|
|
|
|
|
background-color: var(--main-color);
|
|
|
|
|
}
|
2020-06-06 23:21:42 -04:00
|
|
|
.var-row {
|
|
|
|
|
white-space: nowrap;
|
2020-06-07 23:02:05 -04:00
|
|
|
align-items: center;
|
2020-06-06 23:21:42 -04:00
|
|
|
}
|
2020-06-06 20:05:21 -04:00
|
|
|
.var-row label {
|
2020-06-06 00:38:46 -04:00
|
|
|
padding: 2px 4px 2px 0;
|
|
|
|
|
flex-grow: 1;
|
2020-06-08 00:31:28 -04:00
|
|
|
font-size: smaller;
|
2020-06-06 00:38:46 -04:00
|
|
|
}
|
2024-06-01 00:19:10 -04:00
|
|
|
.var-row .dim {
|
|
|
|
|
text-align: right;
|
2022-05-11 17:34:47 -04:00
|
|
|
font-size: smaller;
|
2024-06-01 01:27:43 -04:00
|
|
|
align-self: center;
|
|
|
|
|
justify-self: center;
|
2022-05-11 17:34:47 -04:00
|
|
|
}
|
2024-06-01 00:19:10 -04:00
|
|
|
.var-row input {
|
2020-06-07 11:41:03 -04:00
|
|
|
margin-right: 0;
|
|
|
|
|
margin-bottom: 1px;
|
2020-06-08 00:31:28 -04:00
|
|
|
padding-bottom: 1px;
|
|
|
|
|
padding-top: 1px;
|
2020-06-07 11:41:03 -04:00
|
|
|
}
|
|
|
|
|
.var-row button {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
margin-bottom: 1px;
|
|
|
|
|
}
|
2020-06-06 23:21:42 -04:00
|
|
|
.table-row {
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
}
|
2020-11-16 21:17:47 -05:00
|
|
|
.nounderline a {
|
|
|
|
|
text-decoration: none !important;
|
|
|
|
|
line-height: 2em;
|
|
|
|
|
}
|
|
|
|
|
.nounderline svg {
|
|
|
|
|
width: 30px !important;
|
|
|
|
|
}
|
|
|
|
|
.mono {
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
}
|
2020-06-08 00:08:19 -04:00
|
|
|
|
2021-11-10 11:40:34 -05:00
|
|
|
#fs-edit {
|
|
|
|
|
text-transform: none;
|
|
|
|
|
padding: 1px 3px 1px 3px;
|
|
|
|
|
margin: 0 3px 0 0 !important;
|
|
|
|
|
}
|
2020-06-13 20:04:39 -04:00
|
|
|
#gdpr {
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: none;
|
|
|
|
|
bottom: 10px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
2020-12-06 17:19:07 -05:00
|
|
|
#gdpr a {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
2020-06-13 20:04:39 -04:00
|
|
|
#gotit {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: larger;
|
|
|
|
|
padding: 5px 20px 5px 20px;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
2022-01-28 16:54:53 -05:00
|
|
|
#stats {
|
2020-11-12 20:02:06 -05:00
|
|
|
position: fixed;
|
2020-11-25 09:10:00 -05:00
|
|
|
font-size: 10px;
|
2020-11-12 20:02:06 -05:00
|
|
|
bottom: 5px;
|
2020-11-25 09:10:00 -05:00
|
|
|
right: 5px;
|
|
|
|
|
color: #000;
|
2022-01-28 16:54:53 -05:00
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: flex-end;
|
|
|
|
|
}
|
|
|
|
|
.dark #stats {
|
|
|
|
|
color: #888;
|
2020-11-25 09:10:00 -05:00
|
|
|
}
|
2022-01-31 15:20:34 -05:00
|
|
|
#stats:hover #rnfo {
|
2022-10-04 16:43:33 -04:00
|
|
|
display: grid;
|
2022-01-31 15:20:34 -05:00
|
|
|
}
|
2022-10-04 20:10:50 -04:00
|
|
|
.dark #rnfo {
|
|
|
|
|
color: #aaa;
|
|
|
|
|
}
|
|
|
|
|
.dark #rnfo label {
|
|
|
|
|
color: #ada;
|
|
|
|
|
}
|
2022-01-31 15:20:34 -05:00
|
|
|
#rnfo {
|
|
|
|
|
display: none;
|
2022-10-04 16:43:33 -04:00
|
|
|
grid-template-columns: min-content 1fr;
|
2022-01-31 15:20:34 -05:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 100%;
|
2022-10-04 16:43:33 -04:00
|
|
|
gap: 3px;
|
2022-01-31 15:20:34 -05:00
|
|
|
right: 0;
|
2022-10-04 16:43:33 -04:00
|
|
|
background-color: rgba(255,255,255,0.05);
|
2022-01-31 15:20:34 -05:00
|
|
|
border: 1px solid black;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
padding: 5px;
|
2022-10-04 16:43:33 -04:00
|
|
|
}
|
|
|
|
|
#rnfo label {
|
|
|
|
|
text-align: right;
|
2022-01-31 15:20:34 -05:00
|
|
|
}
|
2020-12-06 21:25:31 -05:00
|
|
|
#context-menu {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
flex-direction: column;
|
2020-12-06 21:48:32 -05:00
|
|
|
padding: 4px 1px 4px 1px;
|
|
|
|
|
border: 1px solid #bbb;
|
2020-12-06 21:25:31 -05:00
|
|
|
border-radius: 3px;
|
2020-12-06 21:48:32 -05:00
|
|
|
background-color: rgba(255,255,255,0.85);
|
|
|
|
|
}
|
|
|
|
|
#context-menu button {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
border: 1px solid rgba(255,255,255,0);
|
|
|
|
|
background-color: rgba(255,255,255,0);
|
|
|
|
|
}
|
|
|
|
|
#context-menu button:hover {
|
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
|
background-color: #eee;
|
2021-04-21 22:30:42 -04:00
|
|
|
color: black;
|
2020-12-06 21:25:31 -05:00
|
|
|
}
|
2020-12-08 16:04:01 -05:00
|
|
|
#context-menu .sep {
|
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
|
margin: 5px 0 5px 0;
|
|
|
|
|
}
|
2021-01-27 11:23:39 -05:00
|
|
|
|
2021-02-10 14:56:57 -05:00
|
|
|
.range-info {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.range-info:hover .range-detail {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.range-detail {
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: none;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
bottom: 50%;
|
|
|
|
|
right: 100%;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
margin: 0 10px 0 10px;
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
transform: translateY(50%);
|
|
|
|
|
background-color: rgba(255,255,255,0.8);
|
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
.range-detail label.pad {
|
|
|
|
|
padding-right: 8px;
|
|
|
|
|
border-bottom: 1px solid rgba(0,0,0,0.1);
|
|
|
|
|
}
|
|
|
|
|
.range-detail label.val {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.range-detail span {
|
|
|
|
|
flex-grow: 1;
|
2021-02-27 13:02:53 -05:00
|
|
|
}
|