Guest User

Untitled

a guest
Mar 20th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. /* Remember to delete the old stylesheet */
  2.  
  3. body {
  4. background-image:url('https://i.imgur.com/EGpVGyS.gif');
  5. background-repeat:no-repeat;
  6. background-size:auto;
  7. background-position:right bottom;
  8. background-attachment:fixed;
  9. }
  10.  
  11.  
  12. }
  13. body:not(.theme-catalog) div.thread:not(#thread_1):not(#thread_2) .body{
  14. clear:left;
  15. }
  16.  
  17. span.capcode {
  18. font-size: 0px;
  19. }
  20.  
  21. span.capcode::before {
  22. font-size: 11pt;
  23. content: "## Meme Master";
  24. font-weight: bold;
  25. }
  26.  
  27. span.capcode::after {
  28. font-size: 9pt;
  29. content: "...";
  30. margin-left: 3px;
  31. font-weight: bold;
  32. background-image:url('https://i.imgur.com/SvbfttS.gif');
  33. background-repeat:no-repeat;
  34. }
  35.  
  36. body { font-family:Comic Sans, Comic Sans MS, cursive;
  37. }
  38.  
  39. p.intro img.flag:hover, img.flag:focus, img.flag:active {
  40. animation:flaghover 1.5s linear 0s infinite;
  41. -o-animation:flaghover 1.5s linear 0s infinite;
  42. -moz-animation:flaghover 1.5s linear 0s infinite;
  43. -webkit-animation:flaghover 1.5s linear 0s infinite;
  44. }
  45.  
  46. @keyframes flaghover {
  47. 10% {
  48. transform: translateZ(0);
  49. }
  50. 20% {
  51. transform: rotate(-360deg);
  52. }
  53. 60% {
  54. transform: rotate(-180deg);
  55. }
  56. }
  57. @-o-keyframes flaghover {
  58. 10% {
  59. transform: translateZ(0);
  60. }
  61. 20% {
  62. transform: rotate(-360deg);
  63. }
  64. 60% {
  65. transform: rotate(-180deg);
  66. }
  67. }
  68. @-moz-keyframes flaghover {
  69. 10% {
  70. transform: translateZ(0);
  71. }
  72. 20% {
  73. transform: rotate(-360deg);
  74. }
  75. 60% {
  76. transform: rotate(-180deg);
  77. }
  78. }
  79. @-webkit-keyframes flaghover {
  80. 10% {
  81. transform: translateZ(0);
  82. }
  83. 20% {
  84. transform: rotate(-360deg);
  85. }
  86. 60% {
  87. transform: rotate(-180deg);
  88. }
  89. }
  90.  
  91.  
  92. img.board_image {
  93. margin: 35px auto 5px;
  94. animation: bannerspinner 1s linear infinite;
  95. }
  96. @media screen and (-webkit-min-device-pixel-ratio:0){
  97. img.board_image {
  98. -webkit-animation: cbannerspinner 2s linear infinite;
  99. }
  100. }
  101. @keyframes bannerspinner{
  102. 0% {
  103. transform: perspective(400px) rotateY(0deg);
  104. }
  105. 100% {
  106. transform: perspective(400px) rotateY(360deg);
  107. }
  108. }
  109. @-webkit-keyframes cbannerspinner{
  110. 0% {
  111. -webkit-transform: perspective(400px) rotateY(0deg);
  112. }
  113. 100% {
  114. -webkit-transform: perspective(400px) rotateY(360deg);
  115. }
  116. }
  117.  
  118. span.heading {
  119. background: linear-gradient(to right, #ff0000, #ffa600, #fff500, #06ff00, #00c9ff, #2300ff, #ff00fa, #ff0000);
  120. background-size: 200% auto;
  121. color: #000;
  122. background-clip: text;
  123. /* chrome needs this */
  124. -webkit-background-clip: text;
  125. -webkit-text-fill-color: transparent;
  126. animation: autism4 1s linear infinite;
  127. }
  128. @keyframes autism1 {
  129. from {
  130. color: rgb(255, 0, 0);
  131. }
  132. 16.6% {
  133. color: rgb(255, 0, 255);
  134. }
  135. 33.3% {
  136. color: rgb(0, 0, 255);
  137. }
  138. 50% {
  139. color: rgb(0, 255, 255);
  140. }
  141. 66.6% {
  142. color: rgb(0, 255, 0);
  143. }
  144. 83.3% {
  145. color: rgb(255, 255, 0);
  146. }
  147. to {
  148. color: rgb(255, 0, 0);
  149. }
  150. }
  151. @keyframes autism2 {
  152. 0%{
  153. background-position-x:0%;
  154. }
  155. 100% {
  156. background-position-x:100%;
  157. }
  158. }
  159. @keyframes autism3 {
  160. 0% {background-position: 0% 50%}
  161. 50% {background-position:100% 50%}
  162. 100% {background-position: 0% 50%}
  163. }
  164. @keyframes autism4 {
  165. to {
  166. background-position: 200% center;
  167. }
  168. }
  169.  
  170. /* Created by c0debuddy */
  171.  
  172. a[href$="mailto:red"] {
  173. font-size: 0px;
  174. text-decoration: none;
  175. font-weight: bold;
  176. }
  177.  
  178. a[href$="mailto:red"]:after {
  179. font-size: 13px;
  180. color: red;
  181. content: "Le Anonymous Poster";
  182. }
  183.  
  184. a[href$="mailto:blue"] {
  185. font-size: 0px;
  186. text-decoration: none;
  187. font-weight: bold;
  188. }
  189.  
  190. a[href$="mailto:blue"]:after {
  191. font-size: 13px;
  192. color: blue;
  193. content: "Le Anonymous Poster";
  194. }
  195.  
  196. a[href$="mailto:black"] {
  197. font-size: 0px;
  198. text-decoration: none;
  199. font-weight: bold;
  200. }
  201.  
  202. a[href$="mailto:black"]:after {
  203. font-size: 13px;
  204. color: black;
  205. content: "Le Anonymous Poster";
  206. }
  207.  
  208. a[href$="mailto:white"] {
  209. font-size: 0px;
  210. text-decoration: none;
  211. font-weight: bold;
  212. }
  213.  
  214. a[href$="mailto:white"]:after {
  215. font-size: 13px;
  216. color: white;
  217. content: "Le Anonymous Poster";
  218. }
  219.  
  220. a[href$="mailto:purple"] {
  221. font-size: 0px;
  222. text-decoration: none;
  223. font-weight: bold;
  224. }
  225.  
  226. a[href$="mailto:purple"]:after {
  227. font-size: 13px;
  228. color: purple;
  229. content: "Le Anonymous Poster";
  230. }
  231.  
  232. a[href$="mailto:pink"] {
  233. font-size: 0px;
  234. text-decoration: none;
  235. font-weight: bold;
  236. }
  237.  
  238. a[href$="mailto:pink"]:after {
  239. font-size: 13px;
  240. color: pink;
  241. content: "Le Anonymous Poster";
  242. }
  243.  
  244. a[href$="mailto:brown"] {
  245. font-size: 0px;
  246. text-decoration: none;
  247. font-weight: bold;
  248. }
  249.  
  250. a[href$="mailto:brown"]:after {
  251. font-size: 13px;
  252. color: brownr;
  253. content: "Le Anonymous Poster";
  254. }
  255.  
  256. a[href$="mailto:yellow"] {
  257. font-size: 0px;
  258. text-decoration: none;
  259. font-weight: bold;
  260. }
  261.  
  262. a[href$="mailto:yellow"]:after {
  263. font-size: 13px;
  264. color: yellow;
  265. content: "Le Anonymous Poster";
  266. }
  267.  
  268. a[href$="mailto:green"] {
  269. font-size: 0px;
  270. text-decoration: none;
  271. font-weight: bold;
  272. }
  273.  
  274. a[href$="mailto:green"]:after {
  275. font-size: 13px;
  276. color: green;
  277. content: "Le Anonymous Poster";
  278. }
  279.  
  280. a[href$="mailto:grey"] {
  281. font-size: 0px;
  282. text-decoration: none;
  283. font-weight: bold;
  284. }
  285.  
  286. a[href$="mailto:grey"]:after {
  287. font-size: 13px;
  288. color: grey;
  289. content: "Le Anonymous Poster";
  290. }
  291.  
  292. a[href$="mailto:orange"] {
  293. font-size: 0px;
  294. text-decoration: none;
  295. font-weight: bold;
  296. }
  297.  
  298. a[href$="mailto:orange"]:after {
  299. font-size: 13px;
  300. color: orange;
  301. content: "Le Anonymous Poster";
  302. }
  303.  
  304.  
  305. a[href$="mailto:turquoise"] {
  306. font-size: 0px;
  307. text-decoration: none;
  308. font-weight: bold;
  309. }
  310.  
  311. a[href$="mailto:turquoise"]:after {
  312. font-size: 13px;
  313. color: turquoise;
  314. content: "Le Anonymous Poster";
  315. }
  316.  
  317. a[href$="00"]::after, a[href$="11"]::after, a[href$="22"]::after, a[href$="33"]::after, a[href$="44"]::after, a[href$="55"]::after, a[href$="66"]::after, a[href$="77"]::after, a[href$="88"]::after, a[href$="99"]::after {
  318. content: " CHECKEM ";
  319. animation: myfirs 12s linear infinite!important;
  320. -webkit-animation: myfirst 12s linear infinite!important;
  321. }
  322.  
  323. [id$="000"], [id$="111"], [id$="222"], [id$="333"], [id$="444"], [id$="555"], [id$="666"], [id$="777"], [id$="888"], [id$="999"] {
  324. background:url(https://i.imgur.com/r7xrDFI.gif)!important;
  325. animation: spin 30s linear infinite !important;
  326. -webkit-animation: spin 30s linear infinite !important;
  327. font-size:large !important;
  328. }
  329.  
  330. .announcement {
  331. display: none;
  332. }
  333.  
  334. .boardlist.bottom {
  335. color:#81a2be;
  336. display: none;
  337. }
  338.  
  339. #treeview {
  340. display: none;
  341. }
  342. #gallery-view{
  343. display: none;
  344. }
  345.  
  346. .ad-banner {
  347. display: none;
  348. }
  349.  
  350. .post-table th, .post-table-options th {
  351. background-color: #98E;
  352. color: #000;
  353. font-weight: bold;
  354. border: 1px solid #000;
  355. padding: 0 5px;
  356. font-size: 10pt;
  357. }
  358.  
  359. div.post.reply {
  360. border: 7px solid transparent;
  361. padding: 3px;
  362. -webkit-border-image: url(https://i.imgur.com/EfFs1bN.png) 30 round;
  363. -o-border-image: url(https://i.imgur.com/EfFs1bN.png) 30 round;
  364. border-image: url(https://i.imgur.com/EfFs1bN.png) 30 round;
  365. }
  366.  
  367. }
Advertisement
Add Comment
Please, Sign In to add comment