This repository was archived by the owner on Sep 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
124 lines (109 loc) · 2.25 KB
/
style.css
File metadata and controls
124 lines (109 loc) · 2.25 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
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
html {
background-color: #191919;
padding: 0;
margin: 0;
list-style: none;
}
.box {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
align-content: space-around;
}
.sound {
cursor: pointer;
padding: 5px;
height: 150px;
min-width: 150px;
margin-top: 10px;
line-height: 150px;
color: white;
font-weight: bold;
font-size: 1.75em;
text-align: center;
text-shadow: 1px 1px 0 #000,
-1px 1px 0 #000,
1px -1px 0 #000,
-1px -1px 0 #000,
0px 1px 0 #000,
0px -1px 0 #000,
-1px 0px 0 #000,
1px 0px 0 #000,
2px 2px 0 #000,
-2px 2px 0 #000,
2px -2px 0 #000,
-2px -2px 0 #000,
0px 2px 0 #000,
0px -2px 0 #000,
-2px 0px 0 #000,
2px 0px 0 #000,
1px 2px 0 #000,
-1px 2px 0 #000,
1px -2px 0 #000,
-1px -2px 0 #000,
2px 1px 0 #000,
-2px 1px 0 #000,
2px -1px 0 #000,
-2px -1px 0 #000;
border: 5px solid black;
border-radius: 10px;
}
.drunk {
background-image: url("images/drunk.png");
background-repeat: no-repeat;
background-position: center;
}
.el-pueblo {
background-image: url("images/el-pueblo.png");
background-repeat: no-repeat;
background-position: center;
}
.game{
background-image: url("images/game.png");
background-repeat: no-repeat;
background-position: center;
}
.gitan{
background-image: url("images/gitan.png");
background-repeat: no-repeat;
background-position: center;
}
.kassos{
background-image: url("images/kassos.png");
background-repeat: no-repeat;
background-position: center;
}
.palmashow{
background-image: url("images/palmashow.png");
background-repeat: no-repeat;
background-position: center;
}
.rave{
background-image: url("images/rave.png");
background-repeat: no-repeat;
background-position: center;
}
.reaction{
background-repeat: no-repeat;
background-position: center;
}
.reaction-palmashow{
background-image: url("images/palmashow.png");
background-repeat: no-repeat;
background-position: center;
}
.rap{
background-image: url("images/rap.png");
background-repeat: no-repeat;
background-position: center;
}
.subway{
background-image: url("images/subway.png");
background-repeat: no-repeat;
background-position: center;
}
.add-button {
position: absolute;
top: 1px;
left: 1px;
}