-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
85 lines (70 loc) · 1.32 KB
/
style.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
/* VR EMBED STYLE */
/* Prevents a-frame from hiding rest of page and disable scrolling */
body.a-body {
height: auto;
overflow: auto;
}
html.a-html {
height: auto;
overflow: auto;
position: static;
background-color:#000000;
}
/* Make vr viewer fill bg behind elements */
.vr-background {
overflow: hidden;
}
.vr-container {
height: 100vh;
.vr-overlay-content {
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 100%;
height: 200px;
pointer-events: none; /* enables interactions on overlay */
}
.action {
pointer-events: initial; /* enables click */
}
}
/* GENERAL STYLE */
body {
background-color:#000000;
font-size: 16px;
font-family: Times New Roman;
font-weight: 300;
margin: 0;
padding: 0;
line-height: 1.6;
letter-spacing: 0.5px;
color: #ffffff;
}
header {
background-color: transparent;
}
.img {
z-index:1;
}
header h1 a {
font-size: 70px;
color: transparent;
text-transform: uppercase;
font-size: 100px;
text-align: center;
letter-spacing: 1px;
text-decoration: none;
-webkit-text-stroke: 2px #996633;
header h1 {
font-size: 70px;
color: transparent;
text-transform: uppercase;
font-size: 100px;
text-align: center;
letter-spacing: 1px;
-webkit-text-stroke: 2px #996633;
}