Advertisement
Guest User

Doctor Worse Than Hitler presents 4chan Halloween CSS 2015

a guest
Oct 9th, 2015
560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.12 KB | None | 0 0
  1. @font-face {
  2.     font-family: Eater;
  3.     src: url(https://fonts.gstatic.com/s/eater/v5/3d7OrhhDTayeJ3vSN8V5NA.woff2) format('woff2');
  4. }
  5.  
  6. body {
  7.     width: 800px;
  8.     margin: 0 0;
  9.     background: #301;
  10.     background-image: url(https://i.imgur.com/Toh9g5W.gif),
  11.     /*dancing skeltal*/
  12.    
  13.     url(https://i.imgur.com/qxF2fEW.gif),
  14.     /*hanging skeltal*/
  15.    
  16.     url(https://i.imgur.com/hOCfIdR.png),
  17.     /*jeff*/
  18.    
  19.     url(http://i.imgur.com/Nx1NRfP.gif);
  20.     /*fade*/
  21.    
  22.     background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
  23.     background-position: right bottom, 90% 0%, center, top;
  24.     background-attachment: fixed, fixed, fixed, scroll;
  25.     background-size: auto, auto, 100%, auto;
  26.     color: #eee !important;
  27.     font-family: Droid Sans;
  28. }
  29. div.boardTitle:before {
  30.     content: "The  haunted  house  of";
  31.     letter-spacing: 2px;
  32.     display: block;
  33.     font-size: 15pt;
  34. }
  35. .open-qr-wrap {
  36.     margin-left: 95%;
  37.     position: relative;
  38. }
  39. div.boardTitle {
  40.     color: #a22;
  41.     font-family: Eater !important;
  42. }
  43. div.boardTitle:after {
  44.     content: " ";
  45.     margin: 0 auto;
  46.     width: 80px;
  47.     height: 80px;
  48.     background-size: 100% 100%;
  49.     background-image: url(https://i.imgur.com/PWd0RJs.png);
  50.     opacity: 0.15;
  51.     display: block;
  52. }
  53. div.thread {
  54.     max-width: none !important;
  55. }
  56. div.navLinksBot {
  57.     display: inherit !important;
  58. }
  59. .postblock,
  60. table.postForm > tbody > tr > td:first-child {
  61.     background-color: #000 !important;
  62.     color: #e00;
  63. }
  64. .dd-menu ul {
  65.     background-color: #000;
  66.     border-width: 1px 2px 1px 1px;
  67.     border-style: solid;
  68.     border-color: #722;
  69.     -moz-border-top-colors: none;
  70.     -moz-border-right-colors: none;
  71.     -moz-border-bottom-colors: none;
  72.     -moz-border-left-colors: none;
  73.     border-image: none;
  74.     list-style: outside none none;
  75.     padding: 0px;
  76.     margin: 0px;
  77.     white-space: nowrap;
  78. }
  79. .dd-menu li {
  80.     border-bottom-color: #722;
  81. }
  82.    
  83. div.pagelist,
  84. div.pages.cataloglink {
  85.     background: none;
  86.     border: none !important;
  87. }
  88. div.post,
  89. div.extPanel {
  90.     background-image: url(https://i.imgur.com/nEkUIr8.gif);
  91.     background-repeat: no-repeat;
  92.     background-color: #000;
  93.     background-position: right bottom;
  94. }
  95. div.post.op {
  96.     margin-top: 18px;
  97.     display: table;
  98. }
  99. div.post.op,
  100. div.post.reply,
  101. div.post.reply.highlight {
  102.     width: 100%;
  103.     margin-bottom: 6px;
  104.     padding: 4px;
  105.     color: #eee;
  106. }
  107. div.post.op,
  108. div.post.reply,
  109. div.extPanel,
  110. div.post.reply.highlight {
  111.     border: 1px solid #844 !important;
  112.     border-radius: 6px;
  113. }
  114. div.post.preview {
  115.     width: auto;
  116. }
  117. div.post.reply.highlight {
  118.     background: #422 !important;
  119. }
  120. .yotsuba_b_new .backlink a,
  121. a,
  122. a.replylink:not(:hover) {
  123.     color: #e00 !important;
  124. }
  125. a.quotelink,
  126. span.deadlink,
  127. span.subject {
  128.     color: #e00 !important;
  129. }
  130. .archivelink {
  131.     opacity: 0.7;
  132.     color: #f06 !important;
  133. }
  134. span.name,
  135. span.postertrip,
  136. span.quote {
  137.     color: #2a2 !important;
  138. }
  139. .nameBlock.capcodeMod span.name,
  140. strong.capcode.hand.id_mod {
  141.     color: #c0c !important;
  142. }
  143. span.summary {
  144.     color: #eee;
  145. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement