forked from jscad/OpenJSCAD.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmin.css
186 lines (154 loc) · 3.4 KB
/
min.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
/*
* min.css for OpenJSCAD.org viewer
*/
@font-face {
font-family: "europa";
font-style: normal;
font-weight: 700;
src: url("https://fonts.typekit.net/af/de8f44/0000000000000000000129a3/27/l?subset_id=2&fvd=n3");
}
@font-face {
font-family: "futura-pt";
font-style: normal;
font-weight: 500;
src: url("https://fonts.typekit.net/af/9749f0/00000000000000000001008f/27/l?subset_id=2&fvd=n5");
}
body {
margin: 0px;
padding: 0px;
}
#instantUpdate, #instantUpdateLabel {
display: none;
}
.jscad-container {
color: Black;
font-weight: bold;
font-family: Helvetica, Arial, Sans;
min-width: 410px;
}
#header {
margin: 5px; /* not inherited */
}
#viewerContext {
float: left;
margin: 5px; /* not inherited */
padding: 0px; /* not inherited */
border: 1px solid #dddddd;
background: white;
width: 400px;
height: 400px;
}
canvas {
margin: 0px; /* not inherited */
border: 0px none gray; /* not inherited */
padding: 0px; /* not inherited */
width: 100%;
height: 100%;
cursor: move;
}
#parametersdiv {
float: left;
margin: 5px; /* not inherited */
border-radius: 1em;
padding: 10px;
background: white;
opacity: 0.8;
font-family: "europa";
font-size: 16px;
line-height: 1.6em;
letter-spacing: .5px;
font-weight: bold;
font-style: normal;
color: #1f1f1f;
text-align: center;
}
#parametersdiv table {
margin-bottom: 5px;
text-align: left;
font-weight: normal;
}
#parametersdiv th {
margin: 0px; /* not inherited */
border: 0px none gray; /* not inherited */
padding: 5px; /* not inherited */
font-weight: bold;
}
#parametersdiv th.caption {
text-decoration: underline;
}
#parametersdiv td.caption {
text-align: right;
font-weight: bold;
}
#parametersdiv td {
margin: 0px; /* not inherited */
border: 0px none gray; /* not inherited */
padding: 0px; /* not inherited */
font-weigth: bold;
}
#parametersdiv input, #parametersdiv textarea, #parametersdiv select {
border: none;
border: 1px solid #dddddd;
}
#updateButton {
margin-top: 10px;
border: 2px solid Black; /* not inherited */
padding: 10px 20px; /* not inherited */
background: white;
font-size: 14pt;
font-family: "futura-pt";
text-transform: uppercase;
transition: 0.1s background-color linear, 0.1s color linear;
transition-property: background-color, color;
transition-duration: 0.1s, 0.1s;
transition-timing-function: linear, linear;
transition-delay: 0s, 0s;
}
#updateButton:hover {
text-align: center;
margin-top: 10px;
border: 2px solid Black; /* not inherited */
padding: 10px 20px; /* not inherited */
background: black;
color: white;
font-size: 14pt;
font-family: "futura-pt";
text-transform: uppercase;
}
#errordiv pre {
color: red;
white-space: normal;
}
#tail button, #tail a {
color: #292b2c;
background-color: #fff;
border-color: #ccc;
display: inline-block;
font-weight: 400;
line-height: 1.25;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid #bbb;
padding: .25rem .5rem;
font-size: .75rem;
border-radius: .25rem;
transition: all .2s ease-in-out;
text-decoration: none;
position: absolute;
top: 5px;
left: 5px;
}
#statusbuttons select {
display: none !important;
}
#statusspan {
display: none;
}
#tail {
margin: 5px; /* not inherited */
}
#busy {
vertical-align: middle;
}