-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrankingmenu.css
84 lines (68 loc) · 1.13 KB
/
rankingmenu.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
@font-face {
font-family: aventura; src: url('../Assets/Aventura-Bold.otf');
}
@font-face {
font-family: economica; src: url('../Assets/Economica_Std.ttf');
}
@font-face {
font-family: xplor; src: url('../Assets/XPLOR Bold-Regular.otf');
}
body
{
background: url("../Assets/bg.png") center center fixed, url("../Assets/2coloredbg.png") center center fixed;
background-repeat: no-repeat, no-repeat;
background-size: 100%, 100% 100%;
}
.mainDiv
{
max-height: 80vh;
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -55%);
}
.textDiv
{
text-align: center;
}
.title
{
font-size: 8vw;
font-family: xplor;
margin-bottom: 5%;
}
/*.highscoreDiv
{
background: rgba(0, 0, 0, 0.6);
background-clip:padding-b
}*/
.highscoreText
{
color: white;
text-transform: capitalize;
font-family: economica;
font-size: 2vw;
}
nav{
width: 25%;
margin: 0 auto;
}
button {
background: none;
border: none;
cursor: pointer;
}
button:hover
{
transform: rotate(-4deg);
}
button img {
max-width: 100%;
max-height: 100%;
}
.backButton
{
margin-top: 10%;
margin-bottom: 0%;
width: 100%;
}