-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcat_vote.css
More file actions
53 lines (45 loc) · 751 Bytes
/
cat_vote.css
File metadata and controls
53 lines (45 loc) · 751 Bytes
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
.vote_cat {
position: fixed;
display: inline-block;
bottom: 0;
left: 0;
width: 127px;
}
.vote_cat > a {
text-decoration: none;
display: block;
}
.vote_cat .bg {
bottom: 0;
left: 0;
position: absolute;
background: url("vote_cat.png") no-repeat transparent;
}
.vote_cat .layer1 {
width: 127px;
height: 150px;
background-position: 0 100%;
}
.vote_cat .layer2 {
display: none;
width: 127px;
height: 239px;
background-position: -126px 100%;
}
#vote_cat_sound {
display: none;
}
.cat {
position: relative;
width: 126px;
height: 240px;
}
.message {
position: absolute;
top: 30px;
right: 15px;
display: inline-block;
z-index: 9;
color: rgb(135, 58, 95);
font-family: 'Concert One', cursive;
}