mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
bring back helm on hover
This commit is contained in:
parent
25cb3f3c35
commit
abd5f03259
@ -96,3 +96,50 @@ h4 {
|
|||||||
.jumbotron img {
|
.jumbotron img {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.avatar {
|
||||||
|
width: 64px;
|
||||||
|
height: 64px;
|
||||||
|
display: inline-block;
|
||||||
|
margin-right: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar.redstone_sheep {
|
||||||
|
background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64");
|
||||||
|
}
|
||||||
|
.avatar.redstone_sheep:hover {
|
||||||
|
background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64&helm");
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar.jake0oo0 {
|
||||||
|
background-image: url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=64");
|
||||||
|
}
|
||||||
|
.avatar.jake0oo0:hover {
|
||||||
|
background-image: url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=64&helm");
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar.sk89q {
|
||||||
|
background-image: url("/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=64");
|
||||||
|
}
|
||||||
|
.avatar.sk89q:hover {
|
||||||
|
background-image: url("/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=64&helm");
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar.md_5 {
|
||||||
|
background-image: url("/avatars/af74a02d19cb445bb07f6866a861f783?size=64");
|
||||||
|
}
|
||||||
|
.avatar.md_5:hover {
|
||||||
|
background-image: url("/avatars/af74a02d19cb445bb07f6866a861f783?size=64&helm");
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar.jeb {
|
||||||
|
background-image: url("/avatars/853c80ef3c3749fdaa49938b674adae6?size=64");
|
||||||
|
}
|
||||||
|
.avatar.jeb:hover {
|
||||||
|
background-image: url("/avatars/853c80ef3c3749fdaa49938b674adae6?size=64&helm");
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar.notch {
|
||||||
|
background-image: url("/avatars/069a79f444e94726a5befca90e38aaf5?size=64");
|
||||||
|
}
|
||||||
|
/* Notch fucked up his helm */
|
||||||
@ -5,12 +5,12 @@ block content
|
|||||||
.container
|
.container
|
||||||
h1 Crafatar
|
h1 Crafatar
|
||||||
p A blazing fast API for Minecraft faces!
|
p A blazing fast API for Minecraft faces!
|
||||||
img(alt="Jake0oo0's Avatar", height="64", width="64", src="/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=64&helm")
|
.avatar.redstone_sheep
|
||||||
img(alt="redstone_sheep's Avatar", height="64", width="64", src="/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64&helm")
|
.avatar.jake0oo0
|
||||||
img(alt="sk89q's Avatar", height="64", width="64", src="/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=64&helm")
|
.avatar.sk89q
|
||||||
img(alt="md_5's Avatar", height="64", width="64", src="/avatars/af74a02d19cb445bb07f6866a861f783?size=64&helm")
|
.avatar.md_5
|
||||||
img(alt="Jeb's Avatar", height="64", width="64", src="/avatars/853c80ef3c3749fdaa49938b674adae6?size=64&helm")
|
.avatar.jeb
|
||||||
img(alt="Notch's Avatar", height="64", width="64", src="/avatars/069a79f444e94726a5befca90e38aaf5?size=64")
|
.avatar.notch
|
||||||
.container
|
.container
|
||||||
section(id="documentation")
|
section(id="documentation")
|
||||||
h2 Documentation
|
h2 Documentation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user