-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathanimation-styles.css
69 lines (69 loc) · 2.04 KB
/
animation-styles.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
body {
font-family: Source Sans Pro, sans-serif;
}
#center {
text-align: center }
#donate {
position: relative;
display: inline-block;
margin-bottom: 1.55556rem }
.btn-donate {
position: absolute;;
margin: auto;
left: 0;
right: 0;
width: 75px;
transition: 0.5s }
#donateOverlay {
fill: #facfd0;
z-index: 3 }
#donateCoin {
z-index: 2 }
#donateBox {
-webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
z-index: 1 }
#donateBtn {
position: relative;
display: block;
width: auto;
margin: 90px auto 0;
padding: 5px 45px;
color: #FFF;
font-size: 1.0em;
font-weight: 600;
z-index: 0 }
#donateBtn svg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 0 2px;
stroke-width: 2px;
z-index: -1 }
#donate:hover #donateCoin, #donate:focus #donateCoin {
padding-top: 35px }
#donate:hover #donateOverlay, #donate:focus #donateOverlay {
fill: #F02181 }
#donate:hover #donateBtn svg, #donate:focus #donateBtn svg {
fill: #FFF }
#donate {
text-decoration: none;
}
.freeGen #A {fill: #A8DBDC}
.freeGen #B {fill: #28BAA8}
.freeGen #C, .freeGen #donateBtn svg {fill:#008580; stroke:#008580}
#donate.freeGen:hover #donateBtn, #donate.freeGen:focus #donateBtn {color: #009e97}
.freeBMD #A {fill: #f02181}
.freeBMD #B {fill: #c91b67}
.freeBMD #C, .freeBMD #donateBtn svg {fill:#a31158; stroke:#a31158}
#donate.freeBMD:hover #donateBtn, #donate.freeBMD:focus #donateBtn {color: #a31158}
.freeCEN #A {fill: #fce233}
.freeCEN #B {fill: #f7b527}
.freeCEN #C, .freeCEN #donateBtn svg {fill:#f38f1c; stroke:#f38f1c}
#donate.freeCEN:hover #donateBtn, #donate.freeCEN:focus #donateBtn {color: #f38f1c}
.freeREG #A {fill: #f0dec0}
.freeREG #B {fill: #d2ac99}
.freeREG #C, .freeREG #donateBtn svg {fill:#b48282; stroke:#b48282}
#donate.freeREG:hover #donateBtn, #donate.freeREG:focus #donateBtn {color: #b48282}