Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #nyan a{
- display:block
- }
- #nyan .chu {
- margin-top:0px;filter: alpha(opacity = 0);
- opacity:0;-webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #nyan:hover .chu {
- margin-top:0px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- #magazine {
- font-family:calibri;
- font-size:10px;
- color: #b8b8b8;
- width:200px;
- height:auto;
- padding-top:3px;
- border:1px solid#b8b8b8;
- margin-left: 30px;
- margin-top:105px;
- text-align:center;
- position:fixed;
- }
- #camera img{
- width:auto;
- margin-top: 95px;
- margin-left: 17px;
- position:fixed;
- }
Advertisement
Add Comment
Please, Sign In to add comment