Controller bereinig, Animation verbessert

This commit is contained in:
Carsten Hilmer
2016-11-01 02:49:40 +01:00
parent 52d822c7ee
commit c4f9b3671b
5 changed files with 155 additions and 36 deletions

View File

@@ -45,6 +45,16 @@ to {background-position: -2000px 0;}
overflow: hidden;
}
.statusbar{
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 64px;
overflow: hidden;
text-align: center;
}
.myborder{
display: inline-block;
border-radius: 6px;
@@ -60,15 +70,38 @@ to {background-position: -2000px 0;}
transform: translateY(4px);
}
.mentorborder {
.mentorhilfe {
position: absolute;
top: 122px;
left: 120px;
width: 32px;
height: 32px;
bottom: 0;
left: 0;
width: 64px;
height: 64px;
overflow: hidden;
background: url('../img/mentorhelp_64px.png');
}
.mentorborder {
position: absolute;
bottom: 0;
left: 0;
width: 64px;
height: 64px;
overflow: hidden;
background: url('../img/mentorhelp_64px.png');
}
.mentor {
width: 64px;
height: 640px;
background: url('../img/mentor_64px.png') left center;
-webkit-animation: mentorsprite 4s steps(10) infinite;
}
@-webkit-keyframes mentorsprite {
100% { background-position: 0 -640px; }
}
.mentorborderbaumhaus {
position: absolute;