forked from jscad/OpenJSCAD.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbig.css
107 lines (84 loc) · 1.83 KB
/
big.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
/*
* min.css for OpenJSCAD.org viewer
*/
.jscad-container {
margin: 5px 15px 5px 5px; /* not inherited */
padding: 20px; /* not inherited */
color: Black;
font-weight: bold;
font-family: Helvetica, Arial, Sans;
border: thin solid black;
min-width: 410px;
}
#header {
margin: 5px; /* not inherited */
}
#viewerContext {
margin: 5px; /* not inherited */
border: thin solid gray; /* not inherited */
padding: 0px; /* not inherited */
background: white;
width: 1200px;
height: 900px;
top: 0px;
bottom: 0px;
}
canvas {
margin: 0px; /* not inherited */
border: 0px none gray; /* not inherited */
padding: 0px; /* not inherited */
width: 100%;
height: 100%;
cursor: move;
}
#parametersdiv {
margin: 5px; /* not inherited */
border: thin solid rgb(200,200,200);
border-radius: 1em;
padding: 10px;
background: white;
opacity: 0.8;
}
#parametersdiv table {
margin-bottom: 5px;
text-align: left;
font-size: 0.8em;
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 */
}
#parametersdiv input, #parametersdiv textarea, #parametersdiv select {
font-size: 0.9em;
background: #fea;
border: none;
}
#updateButton {
margin: 5px; /* not inherited */
border: thin solid Black; /* not inherited */
padding: 2px; /* not inherited */
border-radius: 4px;
background: white;
margin-left: 1em;
}
#tail {
margin: 5px; /* not inherited */
}
#busy {
vertical-align: middle;
}