Advertisement
themesby-two

sideback

Sep 23rd, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. <!--
  2. Okay, so I'm going to make this easy for you bby, bc you are one of my fave blogs, just copy and paste the code, .sideback and then you can change the position, size etc, just message me if you need any help. Then you see the <div id="center"> paste the code that will be down below aswell below that, if you want to add more sidebacks just copy and paste the first code and then change the name so say .sideback1 then do another div tag and name is .sideback1 :) I hope you get it, ahah I'm hopeless at explaining!:)
  3. -->
  4.  
  5. .sideback{
  6. -webkit-animation:fadeInDownBig ease-in-out 2.5s;
  7. -moz-animation:fadeInDownBig ease-in-out 2.5s;
  8. -ms-animation:fadeInDownBig ease-in-out 2.5s;
  9. position:fixed;
  10. z-index:0;
  11. margin-left:-150px;
  12. margin-top:-13px;
  13. top: 0px;
  14. height:105%;
  15. background-position: right;
  16. background: #;
  17. background-image:url({image:sideback});
  18. height:850px;
  19. border-bottom:2px solid #fff;
  20. border-top: 0px solid #fff;
  21. border-left: 1px solid #fff;
  22. border-right: 1px solid #fff;
  23. border-bottom-right-radius: 20px;
  24. border-bottom-left-radius: 20px;
  25. box-shadow:0px 0px 5px #888;
  26. opacity:1;
  27. width:200px;
  28. -webkit-transition: opacity .4s linear;
  29. -webkit-transition: all .4s ease-in-out;
  30. -moz-transition: all .4s ease-in-out;
  31. -o-transition: all .4s ease-in-out;
  32. }
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. /*Don't copy and paste this bit in these funny things but this is the div coding down below that you have got to paste under the <div id="center" tag :) */
  40.  
  41. <div class="sideback"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement