-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathocclusionstyle.css
111 lines (88 loc) · 1.62 KB
/
occlusionstyle.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
107
108
109
110
111
.occheader {
position: absolute;
width: 400px;
height: 400px;
object-fit: cover;
margin: 100px;
filter: drop-shadow(0px 0px 0.5em rgba(0, 0, 0, 0.25));
}
.user-guide-text {
display: block;
position: relative;
color: #BDC3C7;
top: 0;
font-size: 50px;
text-align: center;
}
.nav_wrapper {
backdrop-filter: blur(0px);
}
.body-div {
position: relative;
display: block;
top: 53em;
padding: 5em;
}
.videos {
position: relative;
display: inline-block;
left: 50%;
transform: translate(-50%, 0%);
}
.video-div {
position: relative;
display: inline-block;
margin-left: 1em;
margin-right: 1em;
}
.header_bg {
filter: blur(0em);
}
.header_text {
text-shadow: 2px 2px 0.2em rgba(0, 0, 0, 0.4);
}
.bio_text {
text-shadow: 2px 2px 0.5em rgba(0, 0, 0, 0.5);
}
.user-guide-video {
display: block;
margin-top: 2em;
position: relative;
top: 0rem;
left: 50%;
transform: translate(-50%, 0%);
border-radius: 1rem;
box-shadow: 0px 0px 2em rgba(0,0,0,0.3);
transition-property: border-radius box-shadow;
transition-duration: 0.4s;
transition-timing-function: cubic-bezier(0.175, 0.885, 0.175, 1.5);
}
.user-guide-video:hover {
border-radius: 0.5em;
box-shadow: 0px 0px 3em rgba(0,0,0,0.3);
}
.downloads-text {
display: block;
position: relative;
color: #BDC3C7;
margin-top: 5em;
left: 50%;
top: 0;
font-size: 30px;
text-align: center;
transform: translate(-50%, 0%);
}
.download-link {
color: #3b83f7;
position: relative;
display: block;
font-size: 18px;
text-decoration: none;
margin-top: 0.5em;
text-align: center;
left: 50%;
transform: translate(-50%, 0%);
}
.server-text {
margin-top: 2em;
}