Advertisement
Guest User

SS disco square

a guest
Dec 8th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. /* Remove this from the CSS or the HTML, you will be put on the group page and labelled as a thief. If you take this code/template you have to understand it is rude to remove the proper credit. */
  2.  
  3. .sxs {
  4. position: fixed;
  5. right: 10px;
  6. bottom: 10px;
  7. width: 15px;
  8. height: 15px;
  9. border: 2px solid #b1fcf9;
  10. background:url(http://i578.photobucket.com/albums/ss226/funnycatrox/COLORYO-1.gif); }
  11.  
  12. .sxs:hover {
  13. background: #fff; }
  14.  
  15. .sxs:after {
  16. display: block;
  17. margin: 0;
  18. width: 0;
  19. content: '';
  20. -webkit-transition: width .6s;
  21. -moz-transition: width .6s;
  22. transition: width .6s; }
  23.  
  24. .sxs:hover:after {
  25. float: right;
  26. margin-top: 6px;
  27. margin-right: 15px;
  28. height: 2px;
  29. width: 30px;
  30. background: #fff; }
  31.  
  32. .sxs p {
  33. position: absolute;
  34. top: -1px;
  35. left: -100px;
  36. height: 14px;
  37. width: 200px;
  38. font-family: verdana;
  39. font-size: 10px;
  40. line-height: 13px;
  41. text-align: center;
  42. background: #fff;
  43. border: 2px solid #b1fcf9;
  44. opacity: 0;
  45. -webkit-transition: all .6s ease-in-out;
  46. -moz-transition: all .6s ease-in-out;
  47. -o-transition: all .6s ease-in-out; }
  48.  
  49. .sxs:hover p {
  50. top: -7px;
  51. left: -230px;
  52. width: 200px;
  53. opacity: 1; }
  54.  
  55.  
  56.  
  57. <div class="sxs">
  58. <p><a href="group.php?name=Seeking%20Smut" target="_blank">Template Provided By Seeking Smut</a></p>
  59. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement