Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1.  
  2.  
  3.  
  4. .linkflair-serious .thing .upmod:focus::after
  5. {
  6. content:"";
  7. font-size: 16px;
  8. font-family: Trajan Pro, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  9. color: black;
  10. text-shadow: 1px 1px 1px #69BB01,
  11. -1px 1px 1px #69BB01,
  12. -1px -1px 1px #69BB01,
  13. 1px -1px 1px #69BB01,
  14. 0px 0px 3px #69BB01;
  15. display:block;
  16. position: absolute;
  17. animation: upvote 2.5s ease-out;
  18. -webkit-animation: upvote 2.5s ease-out;
  19. opacity:0;
  20. z-index:9001;
  21. }
  22. @keyframes upvote
  23. {
  24. 0% {margin-top:0px;opacity:1;}
  25. 25%{opacity:1;}
  26. 100% {margin-top:-80px;opacity:0;}
  27. }
  28. @-webkit-keyframes upvote
  29. {
  30. 0% {margin-top:0px;opacity:1;}
  31. 25%{opacity:1;}
  32. 100% {margin-top:-80px;opacity:0;}
  33. }
  34.  
  35.  
  36. .linkflair-serious .thing >.midcol>.upmod:focus::after{content:"Introduce a little anarchy!"}
  37.  
  38.  
  39.  
  40.  
  41.  
  42. .linkflair-serious .thing .downmod:focus::after
  43. {
  44. content:"Why so serious?";
  45. font-size: 16px;
  46. font-family: Trajan Pro, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  47. color: black;
  48. text-shadow: 1px 1px 1px #e90d18,
  49. -1px 1px 1px #e90d18,
  50. -1px -1px 1px #e90d18,
  51. 1px -1px 1px #e90d18,
  52. 0px 0px 3px #e90d18;
  53. display:block;
  54. position: absolute;
  55. animation: upvote 2.5s ease-out;
  56. -webkit-animation: upvote 2.5s ease-out;
  57. opacity:0;
  58. z-index:9001;
  59. }
  60. @keyframes upvote
  61. {
  62. 0% {margin-top:0px;opacity:1;}
  63. 25%{opacity:1;}
  64. 100% {margin-top:-80px;opacity:0;}
  65. }
  66. @-webkit-keyframes upvote
  67. {
  68. 0% {margin-top:0px;opacity:1;}
  69. 25%{opacity:1;}
  70. 100% {margin-top:-80px;opacity:0;}
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement