-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme_neutral.css
117 lines (95 loc) · 2.18 KB
/
theme_neutral.css
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
108
109
110
111
112
113
114
115
116
117
body {
margin: 0px; padding:1px;
font-family:monospace;
font-size: 100%;
min-height: 100%;
background: rgb(128,128,128);
}
html {min-height: 100%;}
.Button_ {
margin:4px;
border-width: 1px;
border-color: black;
border-style: solid;
background-color: black;
color:white;
max-width: fit-content;
}
.ToggleOff_ {
margin:4px;border-width: 1px;color: black;border-color: black;border-style: solid;background-color: red;max-width: fit-content;
}
.ToggleOn_ {
margin:4px;border-width: 1px;color: black;border-color: black;border-style: solid;background-color: green;max-width: fit-content;
}
.Text_ {
padding:4px;
color: black;
max-width: fit-content;
}
.SliderBox_ {
border: 1px solid black; margin:4px; max-width: fit-content;
}
.SliderLabel_ {
color: white; background-color: black;
}
.TextInputBox_ {
background-color:black; color:white; border: 1px solid black; margin:4px; max-width: fit-content;
}
.TextInputElement_ {
font-size: 75%;border: 0px;max-width: fit-content;
}
.Window_ {
position: absolute;
border-width: 1px;border-color: black;border-style: solid;;max-width: fit-content;
}
.WindowContent_ {
padding:1px;background-color: white;
}
.WindowTitle_ {
background-color: black;color: white;border-bottom: 1px solid black;
}
.DateSelector_ {
margin:4px;
/*border:0;*/
}
.ColorSelector_ {
padding:0px;margin:4px;border:4px double black;
}
.ComboBox_ {
background-color:black;
color:white;
border: 1px solid black;
margin:4px;
max-width: fit-content;
}
.ComboBoxSelect_ {
font-size: 75%;border: 0px;max-width: fit-content;
}
.TextChoiceFieldset_ {
margin:4px;border:1px solid black;
}
.TextChoiceLegend_ {
border:1px solid black;background-color: black;color:white
}
.Ticker_ {
max-width: fit-content;margin:2px;
}
.ScrollableArea_ {
margin:4px; border: 1px solid black; overflow: scroll;
}
.Collapsible_ {
background-color: black;
color:white;
}
.rendition_box {
z-index: 2;
position: absolute;
background-color: red;
border: 1px solid black;
color: white;
width: 128px;
height: 128px;
right: 0;
font-size: 100px;
top:0px;
}