Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. body {
  2. font-family: "Comic Sans MS";
  3. background-color: #FFB057!important;
  4. background-image: url(%%1%%);
  5. content: "oh man i am not good with computer plz to help";
  6. text-transform: uppercase;
  7. font-size: 25px!important
  8. }
  9. h1 {
  10. color: green!important;
  11. text-align: center
  12. }
  13. p {
  14. font-family: "Courier New"!important;
  15. font-size: 25px;
  16. background: yellow;
  17. border: 20px solid red
  18. }
  19. .md p {
  20. font-family: "Arial", sans-serif!important
  21. }
  22. a:hover {
  23. font-size: 500px;
  24. color: green
  25. }
  26. #header {
  27. background-color: #FF00FF
  28. }
  29. .side {
  30. background-color: blue
  31. }
  32. .title a:before {
  33. content: url(%%2%%)
  34. }
  35. div.titlebox span.number {
  36. font-weight: bold;
  37. color: purple
  38. }
  39. div.titlebox span.number:before {
  40. content: "good bones and calcium come to you "
  41. }
  42. div.titlebox span.number:after {
  43. content: " thank mr skeltal for no hammocks"
  44. }
  45. div.titlebox span.word {
  46. display: none
  47. }
  48. .side blockquote+hr {
  49. border-width: 0;
  50. width: 0;
  51. background-color: transparent;
  52. margin: 10px 0 0
  53. }
  54. .footer-parent {
  55. height: 800px;
  56. padding-top: 0px;
  57. padding-bottom: 0px;
  58. clear: both;
  59. text-align: center;
  60. width: 100%
  61. }
  62. .footer-parent:after {
  63. content: "♥♥♥ liek dis cry evertim ";
  64. font-size: 120px;
  65. background: white!important
  66. }
  67. div.content {
  68. margin-top: 50px
  69. }
  70. .titlebox form {
  71. position: static
  72. }
  73. .side h3:nth-of-type(1) {
  74. position: absolute;
  75. display: block;
  76. top: 130px;
  77. left: 40px;
  78. background-color: #119911;
  79. color: #555555;
  80. text-align: left;
  81. margin: 15px;
  82. border-radius: 8px;
  83. width: 50%;
  84. padding: 7px 0px 7px 40px
  85. }
  86. .link:not(.spam) .author,
  87. .comment .author,
  88. .side .author {
  89. display: none!important
  90. }
  91. .userattrs,
  92. .userattrs * {
  93. font-size: 0;
  94. text-indent: -9999px;
  95. overflow: hidden;
  96. visibility: hidden!important
  97. }
  98. .spam .author+* {
  99. display: none!important
  100. }
  101. .userattrs:before,
  102. .userattrs:after {
  103. font-size: 10px;
  104. visibility: visible!important
  105. }
  106. .author+*:before {
  107. content: "Anonymous ";
  108. color: #369
  109. }
  110. .comment .author+*:before {
  111. font-weight: bold
  112. }
  113. .author.moderator+*:after,
  114. .side .author+*:after {
  115. content: " ## Mod ##";
  116. color: #900
  117. }
  118. p:after {
  119. content: "oh man i am not good with computer plz to help"
  120. }
  121. a:after {
  122. content: "oh man i am not good with computer plz to help"
  123. }
  124. body:after {
  125. content: "oh man i am not good with computer plz to help";
  126. font-size: 120px!important
  127. }
  128. body:after {
  129. content: url(%%3%%);
  130. position: absolute;
  131. bottom: 0;
  132. right: 0;
  133. z-index: 1;
  134. position: fixed
  135. }
  136. body:after {
  137. content: url(%%4%%);
  138. position: absolute;
  139. bottom: 0;
  140. left: 0;
  141. z-index: 2;
  142. position: fixed
  143. }
  144. body:after {
  145. content: url(%%5%%);
  146. position: absolute;
  147. bottom: 0;
  148. left: 600px;
  149. z-index: 3;
  150. position: fixed
  151. }
  152. @-webkit-keyframes header-img {
  153. 0% {
  154. background: red
  155. }
  156. 25% {
  157. background: yellow
  158. }
  159. 50% {
  160. background: blue
  161. }
  162. 75% {
  163. background: green
  164. }
  165. 100% {
  166. background: red
  167. }
  168. }
  169. @keyframes header-img {
  170. 0% {
  171. background: red
  172. }
  173. 25% {
  174. background: yellow
  175. }
  176. 50% {
  177. background: blue
  178. }
  179. 75% {
  180. background: green
  181. }
  182. 100% {
  183. background: red
  184. }
  185. }
  186. #header-img {
  187. -webkit-animation: header-img 5s linear infinite;
  188. animation: header-img 5s linear infinite
  189. }
  190. * {
  191. cursor: url(%%6%%), auto
  192. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement