Blogisch
19.05.2013 um 03:56Style zuvor weavesilk hintergrund mit menu
<style>
a:hover {post_notification_sound:url('http://static.allmystery.de/new_post.m4a');}
div.header {background-image:url('http://static.allmystery.de/upics/c25226_hearts.png');
background-color:black;
background-size:100% 100%;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:right bottom;
}
img.heart {display:none!important;}
.infoleiste, .mcell_status, .mcell, .mcell_inhalt, .mcell2, .mcell_inhalt2 {background-color:#000000;border:1px;color:#333333;}
#mstatus_content, .mstatus {font-size:16px;color:#666666;text-align:justify;}
body
{
background-image:url('http://static.allmystery.de/upics/c25226_hearts.png');
background-color:black;
background-size:100% 100%;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:right bottom;
}
.blog-entry, .blog-entries {background-color:#000000;border:none;color:#000000;font-family:none;font-size:16px;color:#666666;text-align:justify;}
.lost, .found { visibility: visible;}
img, a.voteup, div.tabnav a {
background-color:transparent;
-moz-transition: all 3s ease-in-out;
-webkit-transition: all 1s ease-in-out;
-o-transition: all 3s ease-in-out;
-ms-transition: all 3s ease-in-out;
transition: all 1s ease-in-out;
}
img:hover, a.voteup:hover, div.tabnav a:hover {
background-color:#000000;
-moz-transition: all 3s ease-in-out;
-moz-transform: scale(-1, 1) rotate(2deg) skew(0deg) translate(5px);
-webkit-transition: all 1s ease-in-out;
-webkit-transform: rotate(2deg) scaleY(1) scaleX(-1) skew(0deg) translate(5px);
-o-transition: all 3s ease-in-out;
-o-transform: scale(-1, 1) rotate(2deg) skew(0deg) translate(5px);
-ms-transition: all 3s ease-in-out;
-ms-transform: scale(-1, 1) rotate(2deg) skew(0deg) translate(5px);
transition: all 1s ease-in-out;
transform: scale(-1, 1) rotate(2deg) skew(0deg) translate(5px);
}
</style>