This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
119 lines (101 loc) · 1.79 KB
/
style.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
118
119
body {
background-color: #fff;
color: #000000;
text-align: left;
font-family: sans-serif;
margin: 20px;
}
a, a:visited {
color: #000000;
}
img {
border: 0;
}
.warn {
background-color: #f9f6e7;
color: #000000;
text-align: center;
margin: 5px;
border: 1px solid #d4bc4c;
min-height: 7px;
}
.substrate {
max-width: 710px;
margin: auto;
overflow: hidden;
overflow-x: scroll;
white-space: nowrap;
-ms-overflow-style: none;
scrollbar-width: none;
}
.substrate::-webkit-scrollbar {
display: none;
}
#themingElementsList {
white-space: normal;
display: inline-block;
vertical-align: top;
width: 400px;
border: 1px solid black;
overflow: auto;
height: 400px;
}
#preview {
white-space: normal;
display: inline-block;
border: 1px solid black;
width: 300px;
overflow: auto;
height: 400px;
}
textarea {
width: 100%;
font-family: monospace;
}
input[type=button] {
font-family: sans-serif;
}
.ioForm {
text-align: left;
max-width: 710px;
margin: auto;
}
.colorInput {
width: 80px;
display: table-cell;
font-family: monospace;
}
.themingElement {
width: 100%;
text-align: left;
border-bottom: 1px;
border-bottom-style: solid;
padding: 5px 0 5px 0;
display: table;
}
.themingElement span {
font-size: small;
background-color: white;
padding-left: 5px;
display: table-cell;
width: 290px;
vertical-align: middle;
}
.gridWrapper { /*ex gridWrapper*/
display: grid;
text-align: left;
}
.gridWrapper span {
line-height: 30px;
}
.gridWrapper div {
padding-left: 5px;
}
.halfDivButtons {
display: inline-block;
width: 49%;
vertical-align: top;
}
.halfDivButtons div {
margin-bottom: 5px;
}