Advertisement
Guest User

SCJ Collab banner

a guest
Aug 30th, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. /*COLAB BANNER*/
  2.  
  3. #header {background-image: url(%%botcollab2%%);background-position: bottom;border-bottom: 0px solid white;background-repeat: repeat;-webkit-animation: scrollRight 80s linear infinite;-moz-animation: scrollRight 80s linear infinite;animation: scrollRight 80s linear infinite;}
  4. @-webkit-keyframes scrollRight{0%{background-position:0px 0px;}100%{background-position:-5573px 0px; } }
  5. @-moz-keyframes scrollRight{0%{background-position:0px 0px;}100%{background-position:-5573px 0px; } }
  6. @keyframes scrollRight{0%{background-position:0px 0px;}100%{background-position:-5573px 0px;}}
  7. #sr-header-area {background-color: #fff;opacity: 1;white-space: nowrap;text-transform: uppercase;font-size: 90%;height: 18px;line-height: 18px;z-index: 999; }
  8. #header:before {background-image: url(%%collabtop%%);background-position: bottom;border-bottom: 0px solid #FFF;background-repeat: repeat;-webkit-animation: scrollLeft 80s linear infinite;-moz-animation: scrollLeft 80s linear infinite;animation: scrollLeft 80s linear infinite;content: '';display: block;height: 143px; }
  9. @-webkit-keyframes scrollLeft {0% {background-position: -7216px 0px}100% {background-position: 0px 0px } }
  10. @-moz-keyframes scrollLeft {0% {background-position: -7216px 0px}100% {background-position: 0px 0px } }
  11. @keyframes scrollLeft {0% {background-position: -7216px 0px}100% {background-position: 0px 0px } }
  12. #sr-header-area {position: absolute;top: 0;width: 100%; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement