The version of vichan running on lainchan.org
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

253 行
4.6KB

  1. /* http://userstyles.org/styles/37014/4chan-ricechan-alpha */
  2. .rules,
  3. .logo+hr,
  4. .logo+hr+div,
  5. .logo+hr+div+hr,
  6. hr+script+center>a,
  7. hr+script+center+hr,
  8. #recaptcha_logo,
  9. #recaptcha_tagline,
  10. table+br+hr+center>a,
  11. table+br+hr+center+hr,
  12. .postarea>form>div[style]>a[target],
  13. .doubledash {display:none !important}
  14. * {
  15. color: #555;
  16. border: none !important;
  17. background: none !important;
  18. }
  19. html {
  20. color: #555 !important;
  21. background: #222 !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. h1 {
  41. color: #AF2020 !important;
  42. }
  43. a>img {
  44. box-shadow: 0 0 6px #000;
  45. -moz-box-shadow: 0 0 6px #000;
  46. -webkit-box-shadow: 0 0 6px #000;
  47. }
  48. .logo b {
  49. color: #fff !important;
  50. }
  51. div.boardlist {
  52. color: #555 !important;
  53. }
  54. div.boardlist a {
  55. text-decoration: none;
  56. color: #615A5A !important;
  57. }
  58. div.boardlist a:hover {
  59. color: #C08E8E !important;
  60. }
  61. .postarea {
  62. color: #fff !important;
  63. position: fixed;
  64. top:0; right:0;
  65. }
  66. .postblock {
  67. color: #999 !important;
  68. }
  69. div.blotter {
  70. color: #555 !important;
  71. }
  72. .postarea form {
  73. padding-left: 12px;
  74. opacity: .1;
  75. width: 0;
  76. }
  77. .postarea form:hover {
  78. width: auto;
  79. opacity: 1;
  80. background: rgba(0,0,0,0.8) !important;
  81. border-radius: 0 0 0 32px;
  82. -moz-border-radius: 0 0 0 32px;
  83. -webkit-border-radius: 0 0 0 32px;
  84. box-shadow: 0 0 32px #000;
  85. -moz-box-shadow: 0 0 32px #000;
  86. -webkit-box-shadow: 0 0 32px #000;
  87. }
  88. tr>th>font { /*POSTINGMODE*/
  89. position: fixed;
  90. top:-2px; right:0;
  91. font-size: 0;
  92. }
  93. tr>th>font:after {
  94. color: #f00 !important;
  95. content: 'REPLY';
  96. font-size: 48px;
  97. }
  98. form table tr th {
  99. background: #7E3737 !important;
  100. color: #B99B9B !important;
  101. }
  102. input[type="text"], input[type="password"], textarea, select {
  103. border: 2px solid rgba(94, 50, 50, 0.56) !important;
  104. background: #7C7373 !important;
  105. color: #311313 !important;
  106. }
  107. a:hover {
  108. color: #8E748F !important;
  109. }
  110. a {
  111. color: #7C7E7C !important;
  112. }
  113. form>table {
  114. padding: 4px !important;
  115. }
  116. .reply, .replyhl {
  117. background: rgba(0,0,0,0.25) !important;
  118. border: 1px solid #161616 !important;
  119. margin: 8px !important;
  120. border-radius: 12px;
  121. -moz-border-radius: 12px;
  122. -webkit-border-radius: 12px;
  123. box-shadow: 0 0 6px rgba(0,0,0,0.5);
  124. -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
  125. -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
  126. }
  127. h1 {
  128. color: #962B22 !important;
  129. letter-spacing: 1px;
  130. }
  131. .replyhl {
  132. border: 1px solid #9f0 !important;
  133. border-width: 4px 0 !important;
  134. }
  135. .post.reply.highlighted {
  136. background: rgba(18, 21, 22, 0.6) !important;
  137. }
  138. .omitted {
  139. font-style: italic;
  140. }
  141. #de-menu {
  142. rgba(0, 0, 0, 0.85) !important;
  143. }
  144. #de-alert {
  145. rgba(0, 0, 0, 0.85) !important;
  146. }
  147. .de-pview {
  148. background: rgba(0,0,0,0.86) !important;
  149. border: 1px solid #161616 !important;
  150. margin: 8px !important;
  151. border-radius: 12px;
  152. -moz-border-radius: 12px;
  153. -webkit-border-radius: 12px;
  154. box-shadow: 0 0 6px rgba(0,0,0,0.5);
  155. -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
  156. -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
  157. }
  158. .name,.commentpostername {
  159. color: #999 !important;
  160. }
  161. .trip {
  162. color: #644 !important;
  163. }
  164. .capcode {
  165. color: #BB1212!important;
  166. }
  167. .de-ppanel-cnt:after {
  168. color: #3A5252 !important;
  169. }
  170. .public_ban {
  171. color: #E62C2C !important;
  172. }
  173. blockquote {
  174. color: #fff !important;
  175. }
  176. .quotejs {
  177. color: #999 !important;
  178. }
  179. .quotelink {
  180. color: #9f0 !important;
  181. }
  182. .unkfunc {
  183. color: #6c6 !important;
  184. }
  185. .de-refmap:before {
  186. color: #707A86 !important;
  187. }
  188. .de-refmap {
  189. color: #4C505E !important;
  190. }
  191. .intro a.email span.name {
  192. text-decoration: underline;
  193. }
  194. .quote {
  195. color: #82A259 !important;
  196. }
  197. .delete {
  198. color: #857979 !important;
  199. }
  200. .commentpostername>span[style] {
  201. color: #f0c !important;
  202. font-size: 1.1em;
  203. }
  204. a[href="mailto:sage"] {
  205. text-decoration: none !important;
  206. }
  207. a[href="mailto:sage"]:before {
  208. color: #f90;
  209. content: '「SAGE」';
  210. text-shadow: 0 -1px 1px #f00;
  211. }
  212. .heading {
  213. color: #B41818 !important;
  214. font-size: 13pt !important;
  215. text-shadow: 0 0 0.55em #522121 !important
  216. }
  217. strong {
  218. color: #706E6E !important;
  219. }
  220. .subject {
  221. color: #819173 !important;
  222. }
  223. .spoiler {
  224. background: #D3CABC !important;
  225. color: #D3CABC !important;
  226. }
  227. .spoiler:hover {
  228. color: #3F3535 !important;
  229. }
  230. .filesize span {
  231. font-size: .01em;
  232. letter-spacing: -5em;
  233. }
  234. .filesize span:before {
  235. font-size: 100em;
  236. letter-spacing: 0;
  237. content: attr(title);
  238. }
  239. .spoiler {
  240. color: #161515 !important;
  241. background: #141313 !important;
  242. }
  243. span.spoiler:hover {
  244. color: #858585 !important;
  245. background: #2C2929 !important;
  246. }
  247. br+br+b[style] {
  248. color: #f00 !important;
  249. }