1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-18 05:55:35 +00:00

Donation++

I was told that you could hardly tell that it was possible to make
donations. This should make it more prominent, though I did my best to
not make it annoying.
This commit is contained in:
Lars Martens 2016-02-22 14:24:55 +01:00
parent ccf382b072
commit fa573a60b4
3 changed files with 47 additions and 22 deletions

View file

@ -30,20 +30,14 @@ a{
color: #000000;
}
#donate{
width: 64px;
height: 64px;
display: inline;
position: relative;
}
#donate .colorful{
opacity: 0;
#donationanim{
position: absolute;
left: 0;
transition: 0.5s;
}
#donate:hover .colorful{
opacity: 1;
width: 300px;
left: 50%;
margin-left: -150px;
padding: 5px;
text-align: center;
visibility: hidden;
}
#gl{
@ -54,10 +48,14 @@ a{
position: fixed;
}
#card{
.card{
background-color: #ffffff;
box-shadow: 0 2px 4px #555555;
margin: 0.5em;
border-radius: 3px;
}
.right{
margin-left: 60%;
}
@ -70,6 +68,7 @@ a{
padding: 1em;
font-family: monospace;
background-color: #37474f;
border-radius: 3px;
color: #ffffff;
}