Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. .rules,
  2. .logo+hr,
  3. .logo+hr+div,
  4. .logo+hr+div+hr,
  5. hr+script+center>a,
  6. hr+script+center+hr,
  7. #recaptcha_logo,
  8. #recaptcha_tagline,
  9. table+br+hr+center>a,
  10. table+br+hr+center+hr,
  11. .postarea>form>div[style]>a[target],
  12. .doubledash {display:none !important}
  13.  
  14. * {
  15. border: none !important;
  16. background: none !important;
  17. color: inherit !important;
  18. }
  19. html {
  20. color: #555 !important;
  21. background: #222 url('http://i51.tinypic.com/30il5ki.png') fixed bottom right no-repeat !important;
  22. }
  23. #navtop {
  24. position: absolute;
  25. top:0;left:0;right:0;
  26. color: #666 !important;
  27. background: #111 !important;
  28. border-bottom: 1px solid #282828 !important;
  29. text-align: center;
  30. margin: -4px;
  31. padding: 3px;
  32. }
  33. #navtop a {
  34. color: #9f0 !important;
  35. }
  36. hr {
  37. border-bottom: 1px solid rgba(0,0,0,0.5) !important;
  38. border-top: 1px solid rgba(255,255,255,0.1) !important;
  39. }
  40. a>img {
  41. box-shadow: 0 0 6px #000;
  42. -moz-box-shadow: 0 0 6px #000;
  43. -webkit-box-shadow: 0 0 6px #000;
  44. }
  45. .logo b {
  46. color: #fff !important;
  47. }
  48. .postarea {
  49. color: #fff !important;
  50. position: fixed;
  51. top:0; right:0;
  52. }
  53. .postblock {
  54. color: #999 !important;
  55. }
  56. .postarea form {
  57. padding-left: 12px;
  58. opacity: .1;
  59. width: 0;
  60. }
  61. .postarea form:hover {
  62. width: auto;
  63. opacity: 1;
  64. background: rgba(0,0,0,0.8) !important;
  65. border-radius: 0 0 0 32px;
  66. -moz-border-radius: 0 0 0 32px;
  67. -webkit-border-radius: 0 0 0 32px;
  68. box-shadow: 0 0 32px #000;
  69. -moz-box-shadow: 0 0 32px #000;
  70. -webkit-box-shadow: 0 0 32px #000;
  71. }
  72. tr>th>font { /*POSTINGMODE*/
  73. position: fixed;
  74. top:-2px; right:0;
  75. font-size: 0;
  76. }
  77. tr>th>font:after {
  78. color: #f00 !important;
  79. content: 'REPLY';
  80. font-size: 48px;
  81. }
  82.  
  83.  
  84.  
  85. form>table {
  86. padding: 4px !important;
  87. }
  88. .reply, .replyhl {
  89. background: rgba(0,0,0,0.2) !important;
  90. border: 1px solid #161616 !important;
  91. margin: 8px !important;
  92. border-radius: 12px;
  93. -moz-border-radius: 12px;
  94. -webkit-border-radius: 12px;
  95. box-shadow: 0 0 6px rgba(0,0,0,0.5);
  96. -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
  97. -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
  98. }
  99. .replyhl {
  100. border: 1px solid #9f0 !important;
  101. border-width: 4px 0 !important;
  102. }
  103. .postername,.commentpostername {
  104. color: #999 !important;
  105. }
  106. .postertrip {
  107. color: #644 !important;
  108. }
  109. blockquote {
  110. color: #fff !important;
  111. }
  112.  
  113. blockquote span {
  114. color: #ff3399 !important;
  115. }
  116.  
  117. .quotejs {
  118. color: #999 !important;
  119. }
  120. .quotelink {
  121. color: #9f0 !important;
  122. }
  123. .unkfunc {
  124. color: #6c6 !important;
  125. }
  126.  
  127. .commentpostername>span[style] {
  128. color: #f0c !important;
  129. font-size: 1.1em;
  130. }
  131. a[href="mailto:sage"] {
  132. text-decoration: none !important;
  133. }
  134. a[href="mailto:sage"]:before {
  135. color: #f90;
  136. content: '「さげる」';
  137. text-shadow: 0 -1px 1px #f00;
  138. }
  139.  
  140. .filesize span {
  141. font-size: .01em;
  142. letter-spacing: -5em;
  143. }
  144. .filesize span:before {
  145. font-size: 100em;
  146. letter-spacing: 0;
  147. content: attr(title);
  148. }
  149. span.spoiler {
  150. color: #aaa !important;
  151. background: #fff !important;
  152. }
  153. span.spoiler:hover {
  154. color: #000 !important;
  155. }
  156. br+br+b[style] {
  157. color: #f00 !important;
  158. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement