-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBasis-6-10.css
141 lines (141 loc) · 3.04 KB
/
Basis-6-10.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
.Flash {
background-color: rgba(218, 135, 22, 0);
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
left: 500px;
top: 300px;
opacity: 0.5;
z-index: 94;
box-shadow: inset 0px 0px 5px 5px rgba(247, 213, 7, 0.85);
}
.Flash2 {
background-color: rgba(218, 135, 22, 0);
width: 50px;
height: 50px;
border-radius: 50%;
position: absolute;
left: 25px;
top: 25px;
box-shadow: inset 0px 0px 2.5px 2.5px rgba(247, 213, 7, 0.59);
}
.Flash3 {
background-color: rgba(247, 213, 7, 0.69);
width: 15px;
height: 15px;
border-radius: 50%;
position: absolute;
left: 17.5px;
top: 17.5px;
box-shadow: 0px 0px 50px 50px rgba(247, 213, 7, 0.79);
}
.Flash4 {
background-color: rgba(218, 135, 22, 0);
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
box-shadow: 0px 0px 10px 10px rgba(247, 213, 7, 0.79);
}
.Flash5 {
background-color: rgba(218, 135, 22, 0);
width: 50px;
height: 50px;
border-radius: 50%;
position: absolute;
left: 25px;
top: 25px;
box-shadow: 0px 0px 2.5px 2.5px rgba(247, 213, 7, 0.49);
}
.TxTLevel1 {
font-size: 100px;
position: absolute;
top: -75;
left: 480px;
z-index: -10;
text-shadow: 2px 2px 10px rgb(255, 220, 11);
font-family: 'Luckiest Guy', cursive;
}
.NextTekst {
font-size: 40px;
color: white;
font-family: 'Luckiest Guy', cursive;
}
.NextLevel {
width: 300px;
height: 150px;
position: absolute;
top: 550px;
left: 500px;
z-index: 93;
cursor: pointer;
background-color: black;
border: 1px solid white;
border-radius: 35px 35px 35px 35px;
box-shadow: inset 0px 0px 150px 5px rgb(134, 134, 134);
}
.Next{
position: absolute;
top:-100px;
left:-10px;
width: 100%;
height: 120%;
background: rgba(19, 19, 19, 0.404);
display: none;
z-index: 95;
cursor: none;
}
.Start{
display: block;
}
body {
background-color: rgb(10, 10, 10);
}
.MainMenu {
position: absolute;
cursor: pointer;
top: 0px;
left: 1px;
width: 300px;
height: 100px;
z-index: 10;
background-color: black;
box-shadow: inset 0px 0px 5px 5px white;
color: white;
font-family: 'Luckiest Guy', cursive;
font-size: 40px;
border: solid 1px white;
}
.Pauze {
width: 300px;
height: 100px;
top: 110px;
left: 1px;
z-index: 10;
cursor: pointer;
position: absolute;
background-color: black;
box-shadow: inset 0px 0px 5px 5px white;
border: solid 1px rgb(10, 10, 10);
color: white;
font-family: 'Luckiest Guy', cursive;
font-size: 40px;
}
.Menu {
width: 302px;
height: 400px;
position: absolute;
border: solid 2px black;
left: 1350px;
box-shadow: 0px 0px 10px 10px rgba(247, 213, 7, 0.65);
}
.Field {
width: 1000px;
height: 900px;
background-color: #000000;
cursor: none;
margin-top: 120px;
margin-left: 120px;
box-shadow: 0px 0px 10px 10px rgba(247, 213, 7, 0.65);
}