Hallo
@DreamDiaryHabe dein css ein wenig überarbeitet, kannst also alles zwischen dem style tag mit dem hier unten austauschen und weiter anpassen:
html {
cursor: url('
https://www.allmystery.de/static/upics/ed7fd9_black_bird.png'), move;
}
body {
color: #FFFFFF;
font-size: 18px !important;
width: 500px;
margin: 0 auto;
background-image: url('
http://images3.alphacoders.com/251/251727.jpg');
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
background-attachment: fixed;
}
a {
color: #FFFFFF;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.infoleiste {
position: fixed !important;
}
.header {
background: none;
background-color: #42857A;
}
a, .tabnav a, .tabnav a:hover {
background-color: #42857A;
}
.mcell, .mcell_status, .mcell2, .mcell_inhalt, .mcell_inhalt2 {
background-color: #42857A;
}
.footer hr {
float: left;
}