-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcubeslider.css
More file actions
85 lines (75 loc) · 2.45 KB
/
Copy pathcubeslider.css
File metadata and controls
85 lines (75 loc) · 2.45 KB
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
*{
padding: 0;
scale: 1;
}
body{
background-color: rgba(190,190,190,1);
align-items: center;
justify-content: center;
}
.titleBar{
background-color: rgba(69,69,69,1);
display: flex;
}
.title{
display: flex;
align-items: center;
justify-content: center;
}
.title a{
text-decoration: none;
}
.title h1{
background: linear-gradient(to right, rgba(255,100,0,1),rgba(100,255,0,1));
font-size: xx-large;
text-decoration: none;
font-weight: bolder;
background-clip: text;
color: transparent;
padding-left: 60px;
}
.title img{
float: left;
display: inline;
width: 50px;
height: 50px;
padding-top: 25px;
padding-left: 2%;
}
ul{
list-style-type: none;
display: inline-flex;
margin: 0;
padding: 0;
background-color: rgba(80,80,80,1);
}
.nav{
padding-top: 10px;
position:absolute;
right: 1%;
}
li a {
display: block;
color: white;
text-align: center;
padding: 30px 20px;
text-decoration: none;
}
.active {
background-color: rebeccapurple;
}
#unity-container { position: absolute; padding-top: 1500px; }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }