openjscad-aurora-webapp

Форк
0
/
openjscad.css 
111 строк · 2.2 Кб
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
  padding: 10px;
77
  background: #fff; /* rgba(255,255,255,0.7); */
78
  opacity: 0.8;
79
  
80
  /* box-shadow: 0px 0px 15px black;  no shadow, it would indicate moveable/dragable */
81
  
82
  /* cursor: move;     moveable now */
83
}
84
#parametersdiv td {
85
  font-size: 0.8em;
86
}
87
#parametersdiv input, #parametersdiv textarea, #parametersdiv select {
88
  font-size: 0.9em;
89
  background: #fea;
90
  border: none;
91
}
92

93
#parametersdiv .parameterheader {
94
   font-weight: bold;
95
   font-size: 0.9em;
96
}
97

98
#parametersdiv .caption {
99
   text-align: right;
100
}
101

102
#instantUpdate {
103
   margin-left: 1em;
104
}
105

106
#instantUpdateLabel {
107
   font-size: 0.9em;
108
}
109

110
.statusdiv {
111
}
112

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.