Advertisement
grillbert

Shitty Eyeburn

Feb 21st, 2021 (edited)
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. body{
  2. background-image:url(https://media.giphy.com/media/xUA7b7jkATopjFZ7i0/giphy.gif);
  3. background-attachment: fixed;
  4. background-size: 300px;
  5. }
  6. h4{
  7. color: #d9faff;
  8. text-shadow: -2px -1px rgb(0, 133, 116);
  9. }
  10. div.rightHead, div.boxHead{
  11. background: rgba(0,0,0,0);
  12. color: #d9faff;
  13. text-shadow: -2px -1px rgb(0, 133, 116);
  14. }
  15. .short, .box, div.topLeft>div, .blogTitle > h2{
  16. color: #d9faff;
  17. background: rgba(10,10,10,0.6);
  18. text-shadow: -2px -1px rgb(0, 133, 116);
  19. border: 2px dotted #630094;
  20. }
  21. div.box.comments div.box.blog, div.box.comments div.box.comments{
  22. background:none;
  23. }
  24. .tableLeft{
  25. background:transparent;
  26. }
  27. .tableRight{
  28. background:transparent;
  29. }
  30. a:link, a:visited{
  31. color: #d9faff;
  32. text-shadow: -2px -1px rgb(0, 133, 116);
  33. }
  34. body, div#header{
  35. font-family: courier new;
  36. }
  37. div#hSub{
  38. font-family: courier new;
  39. color: #d9faff;
  40. background: rgba(10,10,10,0.6);
  41. text-shadow: -2px -1px rgb(0, 133, 116);
  42. }
  43. .url{
  44. display: none;
  45. }
  46. .topRight{
  47. text-align: center;
  48. }
  49. div.extended.box>a>h3{
  50. font-size: 0px;
  51. }
  52. div.extended.box>a>h3:after{
  53. display: block;
  54. font-size: 22px;
  55. margin-block-start: 16px;
  56. margin-block-end: 16px;
  57. font-weight: bold;
  58. content: "sry, im not in ur extended network";
  59. text-shadow: -2px -1px rgb(0, 133, 116);
  60. }
  61. #report{
  62. display: none;
  63. }
  64. #block{
  65. display: none;
  66. }
  67. .box.fwiends{
  68. display: none;
  69. }
  70. #container {
  71. background-attachment: fixed;
  72. animation-name: bgslide!important;
  73. animation-duration: 40s;
  74. animation-iteration-count: infinite;
  75. animation-timing-function: linear;
  76. }
  77. @keyframes bgslide {
  78. 0% {background-position: 0px;}
  79. 100% {background-position: 2000px;}
  80. }
  81. #container{
  82. background-image:url(https://media.giphy.com/media/9Y3K2NoGSqj9INMM8v/giphy.gif);
  83. background-size: 300px;
  84. border-left: 2px dotted #630094;
  85. border-right: 2px dotted #630094;
  86. box-shadow: 0px 0px 50px black, 0px 0px 50px black;
  87. }
  88. .box.blurbs{
  89. background: rgba(10,10,10,0.6);
  90. background-attachment: fixed;
  91. background-size: contain;
  92. text-shadow: -2px -1px rgb(0, 133, 116);
  93. }
  94. #commentInput {
  95. background-color: transparent;
  96. border: transparent;
  97. color: #d9faff;
  98. text-shadow: -2px -1px rgb(0, 133, 116);
  99. }
  100. #add{
  101. font-size: 0px;
  102. background-image:url(https://media.giphy.com/media/jtzz3A7bKKNdshda00/giphy.gif);
  103. background-size: 40px;
  104. }
  105. #add:after{
  106. content:"be mine";
  107. font-size: small;
  108. color:white; padding-left: 10px;
  109. }
  110. #sMsg{
  111. font-size: 0px;
  112. background-image:url(https://media.giphy.com/media/lqqXfaDn61W5Ddbta1/giphy.gif);
  113. background-size: 40px;
  114. }
  115. #sMsg:after{
  116. content:"hit me up :3";
  117. font-size: small;
  118. color:white; padding-left: 10px;
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement