forked from CIDARLAB/3DuF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodified.css
99 lines (85 loc) · 1.37 KB
/
modified.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
#c {
z-index: 0;
position: absolute;
left: 0px;
top: 0px;
cursor: default;
width: 100%;
height: 100%;
}
.params-button {
margin: 0px;
position: absolute;
top: 2px;
right: 17px;
color: #FFFFFF;
}
.button_row {
position: relative;
width: 100%;
}
#view_container {
position: relative;
height: 100%;
width: 100%;
}
.mdl-layout__drawer>.mdl-layout-title {
height: 35px;
padding-left: 0px;
text-align: center;
}
.fade-transition {
-moz-transition: opacity 500ms linear, visibility 0s linear;
-o-transition: opacity 500ms linear, visibility 0s linear;
-webkit-transition: opacity 500ms linear, visibility 0s linear;
transition: opacity 500ms linear, visibility 0s linear;
transition-delay: .5s;
-moz-transition-delay: .5s;
-webkit-transition: .5s;
transition: .5s;
}
.shown-block {
visibility: visible;
opacity: 100;
}
.mdl-menu {
z-index: 3;
}
.hidden-block {
visibility: hidden;
opacity: 0;
}
.feature-button {
display: block;
width: auto;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
margin-top: 0;
}
.view-button {
margin: 15;
margin-top: 0;
}
.button-spacer {
padding: 20;
}
#renderContainer {
z-index: 0;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.logo {
position: relative;
max-width: 80%;
min-width: 80%;
padding: 20;
padding-bottom: 0;
}
#main_window {
height: 100%;
min-height: 100%;
}