@jscad/web 2.5.5 → 2.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/css/openjscad.css DELETED
@@ -1,135 +0,0 @@
1
- /* openjscad.css, originally written by Joost Nieuwenhuijse
2
- * few changes made by Rene K. Mueller for OpenSCAD.org
3
- */
4
-
5
- #filedropzone {
6
- border: 2px dashed #bbb;
7
- -moz-border-radius: 5px;
8
- -webkit-border-radius: 5px;
9
- border-radius: 5px;
10
-
11
- padding: 15px;
12
- color: black;
13
- width: 100%;
14
- background: #fff;
15
- margin-top: 0.5em;
16
- }
17
-
18
- #filedropzone_empty {
19
- text-align: center;
20
- color: #888;
21
- }
22
-
23
- #filedropzone_filled {
24
- color: black;
25
- display: none;
26
- }
27
-
28
- #filebuttons {
29
- /* float: right; */
30
- margin-left: 2em;
31
- display: inline;
32
- }
33
-
34
- canvas {
35
- cursor: move;
36
- }
37
-
38
- .downloadOutputFileLink {
39
- padding: 2px;
40
- padding-left: 8px;
41
- padding-right: 8px;
42
- border: 1px solid black;
43
-
44
- border-radius: 4px; /* css mess */
45
- -webkit-border-radius: 4px;
46
- -moz-border-radius: 4px;
47
-
48
- background: #d8f;
49
- background: -webkit-gradient(linear, left top, left bottom, from(#eaf), to(#c6f));
50
- background: -moz-linear-gradient(top, #eaf, #c6f);
51
-
52
- text-decoration: none;
53
- color: black;
54
- font-size: 0.9em;
55
- font-weight: bold;
56
- box-shadow: 0px 0px 8px black;
57
- }
58
-
59
- #parametersdiv {
60
- /* display: inline-block; ineffective since we do control in openjscad.js */
61
- position: absolute;
62
-
63
- bottom: 9em; /* draggable via jQuery cannot move bottom: align, stick at the bottom (bug!!) */
64
- left: 1em;
65
- /* top: 2em; if draggable, but must be left/top oriented, cannot be aligned bottom which looks nicer
66
- left: 16em;
67
- */
68
-
69
- z-index: 4;
70
- border: 1px solid rgb(200,200,200);
71
-
72
- border-radius: 5px;
73
- -moz-border-radius: 5px; /* css mess */
74
- -webkit-border-radius: 5px;
75
-
76
- margin: 5px 0px 5px 0px;
77
- padding: 10px;
78
- background: #fff; /* rgba(255,255,255,0.7); */
79
- opacity: 0.8;
80
-
81
- /* box-shadow: 0px 0px 15px black; no shadow, it would indicate moveable/dragable */
82
-
83
- /* cursor: move; moveable now */
84
- }
85
- #parametersdiv th {
86
- text-align: left;
87
- font-size: 1em;
88
- font-weight: bold;
89
- }
90
- #parametersdiv td {
91
- text-align: right;
92
- font-size: 0.8em;
93
- }
94
- #parametersdiv input, #parametersdiv textarea, #parametersdiv select {
95
- font-size: 0.9em;
96
- background: #fea;
97
- border: none;
98
- }
99
-
100
- #instantUpdate {
101
- margin-left: 1em;
102
- }
103
- #instantUpdateLabel {
104
- font-size: 0.9em;
105
- }
106
-
107
- #statusdiv {
108
- }
109
- #statusspan {
110
- margin-right: 2em;
111
- }
112
- #statusbuttons {
113
- float: right;
114
- }
115
-
116
- #selectdiv {
117
- position: fixed;
118
- top: 0.5em;
119
- right: 0.5em;
120
-
121
- z-index: 4;
122
- background: transparent;
123
- opacity: 0.8;
124
- border: none;
125
- display: inline;
126
- }
127
- #startRange {
128
- margin: 2px;
129
- padding: 2px;
130
- }
131
- #endRange {
132
- margin: 2px;
133
- padding: 2px;
134
- }
135
-
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file