Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. @-moz-document domain("touhou-project.com") {
  2. html, body {
  3. #background-color: #111b25;
  4. background-color: #2d2d2d;
  5. color: #8c8c8c;
  6. #font-family: "Trebuchet MS",Trebuchet,serif;
  7. font-family: tewi;
  8. }
  9. a {
  10. color: #8c8c8c;
  11. width: 80%;
  12. }
  13. a:hover {
  14. color: #BF89C4;
  15. }
  16. .adminbar {
  17. clear:both;
  18. float:right;
  19. font-size: .8em;
  20. }
  21. .adminbar a {
  22. font-weight: bold;
  23. }
  24. .logo {
  25. clear:both;
  26. text-align:left;
  27. font-size:2em;
  28. font-weight: bold;
  29. color:#FFFFFF;
  30. /*width:100%;*/
  31. }
  32. .replymode, .passvalid {
  33. background:#2d2d2d;
  34. text-align:center;
  35. padding:2px;
  36. #color:#2266AA;
  37. color:#7CBF9E;
  38. clear: both;
  39. font-weight: bold;
  40. margin-bottom: .5em;
  41. border: solid 1px #2d2d2d;
  42. -moz-border-radius: 5px;
  43. }
  44. .catalogmode {
  45. background: #0040E0;
  46. text-align: center;
  47. padding: 2px;
  48. color: #2d2d2d;
  49. clear: both;
  50. font-weight: bold;
  51. margin-bottom: .5em;
  52. border: solid 1px #2d2d2d;
  53. -moz-border-radius: 5px;
  54. }
  55. .postarea {
  56. }
  57. .rules {
  58. font-size:0.7em;
  59. }
  60. .postblock {
  61. background:transparent;
  62. color:#b35050;
  63. font-weight:bold;
  64. }
  65. .footer {
  66. text-align:center;
  67. font-size:12px;
  68. font-family:tewi;
  69. margin: 2em 0 0 0;
  70. }
  71. .dellist {
  72. font-weight: bold;
  73. text-align:center;
  74. }
  75. .delbuttons {
  76. text-align:center;
  77. padding-bottom:4px;
  78. }
  79. .managehead {
  80. background:#2d2d2d;
  81. color:#054A99;
  82. padding:0px;
  83. }
  84. .postlists {
  85. background:#FFFFFF;
  86. width:100%;
  87. padding:0px;
  88. color:#986D9C;
  89. }
  90. .row1 {
  91. background:#2d2d2d;
  92. color:#054A99;
  93. }
  94. .row2 {
  95. background:#CCCCCC;
  96. color:#054A99;
  97. }
  98. .unkfunc {
  99. background:inherit;
  100. color:#7CBF9E;
  101. }
  102. .reflink {
  103. font-size: .8em;
  104. font-weight: bold;
  105. }
  106. .filesize {
  107. text-decoration:none;
  108. color: #9e9e9e;
  109. font-size: .8em;
  110. }
  111. .filetitle {
  112. background:inherit;
  113. font-family: tewi;
  114. font-size:1.2em;
  115. color:#7CBF9E;
  116. #font-weight:bold;
  117. }
  118. .postername {
  119. color:#7CBF9E;
  120. font-weight:bold;
  121. }
  122. .postertrip {
  123. color:#b35050;
  124. }
  125. .oldpost {
  126. color:#CC1105;
  127. font-weight:bold;
  128. }
  129. .omittedposts {
  130. color:#9e9e9e;
  131. }
  132. .reply {
  133. background:#2d2d2d;
  134. border: solid 1px #2d2d2d;
  135. padding: 0;
  136. margin: 0;
  137. -moz-border-radius: 5px;
  138. }
  139. blockquote {
  140. margin: .5em .5em .5em 1em;
  141. }
  142. blockquote p {
  143. margin: 0;
  144. padding: 0;
  145. }
  146. .reply blockquote {
  147. margin: .5em !important;
  148. }
  149. .doubledash {
  150. display: none;
  151. vertical-align:top;
  152. clear:both;
  153. float:left;
  154. }
  155. .replytitle {
  156. font-size: 1.2em;
  157. color:#054A99;
  158. font-weight:bold;
  159. }
  160. .commentpostername {
  161. color:#004A99;
  162. font-weight:800;
  163. }
  164. .thumbnailmsg {
  165. font-size: .8em;
  166. color:#9e9e9e;
  167. }
  168. hr {
  169. border-style: solid none none none;
  170. border-width: 1px;
  171. border-color: #000000;
  172. }
  173. table {
  174. border-style: none;
  175. }
  176. table td {
  177. border-style: none;
  178. }
  179. .nothumb {
  180. background-color: #0;
  181. border-style: dotted;
  182. margin: .3em .5em;
  183. }
  184.  
  185. .abbrev {
  186. color:#9e9e9e;
  187. }
  188. .highlight {
  189. background:#3c4e60;
  190. #background: #BF89C4
  191. color:#FFFFFF;
  192. border: 2px dashed #2d2d2d;
  193. }
  194.  
  195. #watchedthreads {
  196. background-color: #202933 !important;
  197. border: 1px solid #CCCCCC !important;
  198. -moz-border-radius: 5px;
  199. }
  200. .reflinkpreview {
  201. background-color: #1b1b1b !important;
  202. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement