Newer
Older
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
.navbar {
margin-bottom:0;
z-index: 2;
border-radius: 0;
opacity:0.8;
}
.navMenu {
display: none;
z-index: 1;
position:absolute;
/*opacity:0.8;*/
width: 100%;
left: 15px;
background-color: rgba(255,255,255,0.9);
padding-bottom: 20px;
}
.nav li a{
border-radius: 0!important;
}
.navbar-header {
padding-right: 0px;
width: 104px;
}
#logo {
height:150%;
position:relative;
top:-7px;
}
.demo-row{
padding:30px;
}
nav .btn {
margin-top: 5px;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
.btn-file {
position: relative;
overflow: hidden;
}
.fullWidth {
width: 100%!important;
}
#threeContainer {
top: 0px;
position: absolute;
}
/*menus*/
#menuWrapper {
background-color: rgba(255,255,255,0.8);
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
overflow:hidden;
}
.slider-selection {
background: #BABABA;
}
#STLImportStats {
display: none;
}
.dropdown-menu {
margin-top: 0!important;
border-top-left-radius: 0!important;
border-top-right-radius: 0!important;
}
.nav-tabs .active a{
background-color: transparent !important;
border-bottom-color: transparent!important;
}
.nav-tabs{
border-width: 0 !important;
}
.nav-tabs li a{
border-left-width: 1px;
border-bottom: 2px solid #DDD!important;
color:#bebebe;
margin-left: -2px;
margin-right: -2px;
margin-top:-2px;
background-color: rgba(0,0,0,0.03);
}
.nav-tabs li a:hover{
color:#555;
background-color: transparent;
}
#jsonInput {
width: 0;
height: 0;
overflow: hidden;
}
}
hr {
border-color: #888 -moz-use-text-color #888;
}
#gcodeEditor {
font-family: Courier, monospace;
font-size: 13px;
line-height: 30px;
width: 100%;
background-color: rgba(255,255,255,0.5);
white-space: pre-wrap;
padding: 15px 0 15px 20px;
overflow: auto;
#gcodeEditor:focus {
outline-width: 0;
}
#gcodeHighlighter{
padding: 0 0 0 10px;
width: 100%;
margin: 0 0 0 -10px;
left: -15px;
display: inline-block;
background-color: rgba(255, 255, 0, 0.35);
}
#postWarning {
background-color: rgba(255,0,0,0.15);
padding: 10px 15px 15px 15px;
margin: 20px 0;
}
.navbar-nav > .open > .dropdown-menu{
padding: 3px 0!important;
}
.divider{
margin-right: 0!important;
margin-left: 0!important;
background-color: #676767!important;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu a{
color: #e1e4e7!important;
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
}
.dropdown-submenu li:hover{
background-color: #428bca!important;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
background-color: #444;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
.btn-halfWidth {
width: 47%;
width: 300px;
z-index: 1;
display: block;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
bottom: 35px;
opacity: 0.75;
}
#navRibbon .btn-toolbar{
margin: 0 50px;
left: 0;
right: 0;
}
#navRibbon .btn-ribbon{
background-color: #444;
height: 49px;
}
.fui-cross{
font-size: 28px!important;
display: block;
margin-top: 4px!important;
color: #B50303;
}
#navRibbon .btn-ribbon:hover{
background-color: #000;
}
.btn-imageCustom {
height: 45px;
padding-top: 8px;
}
.btn-imageCustom img{
height: 100%;
}
#manualSelectOrigin {
padding: 8px 12px 15px 12px!important
}
label {
font-size: 14px!important;
}
.btn-selected {
background-color: #8E8E8E;
}
.btn-selected:hover {
background-color: #8E8E8E;