-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontro-ui.css
More file actions
executable file
·107 lines (90 loc) · 1.37 KB
/
contro-ui.css
File metadata and controls
executable file
·107 lines (90 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.cui.no-outline {
outline: none !important;
}
.menu {
position: fixed;
z-index: 100;
width: 50vw;
padding: 15px 10px;
text-align: left;
display: none;
}
.menu code,
.menu h1,
.menu h2,
.menu h3,
.menu h4,
.menu h5,
.menu input,
.menu p,
.menu pre,
.menu textarea,
.menu ul {
margin-left: 5%;
margin-right: 5%;
}
.menu textarea {
font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono,
Courier New, monospace;
color: #eee;
background: #000;
width: 90%;
margin-bottom: 1%;
overflow-y: scroll;
}
.menu input {
width: 90%;
margin-bottom: 3%;
}
.menu code,
.menu pre {
font-size: 1.5vh;
}
.menu input,
.menu p,
.menu ul {
font-size: 2vh;
}
.menu h1 {
text-align: center;
font-size: 4vh;
}
.cui {
text-align: center;
}
.menu .cui {
margin: 0;
font-size: 4vh;
border-radius: 10px;
box-shadow: 0.5px 0.5px 0 rgba(255, 255, 255, 0.5);
}
.menu .row-x {
margin: 0;
}
.menu .cui:last-child,
.menu .row-x .cui,
.menu .row-x:last-child {
margin-bottom: 0;
}
.menu .row-x {
margin-bottom: 10px;
}
.menu .row-x .cui {
margin-left: 7px;
margin-right: 7px;
}
.menu .row-x .cui:last-child {
margin-left: 7px;
margin-right: 2px;
}
.menu .row-x .cui:first-child {
margin-left: 2px;
margin-right: 7px;
}
.menu .row-x .cui:only-child {
margin-left: 2px;
margin-right: 2px;
}
.menu .cursor {
filter: brightness(1.2);
}