The version of vichan running on lainchan.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

263 lines
5.6KB

  1. html, body {
  2. background:#FFFEED !important;
  3. background-image: url('img/bghead.png'), url('img/roachtlo.png') !important;
  4. background-repeat: repeat-x, no-repeat !important;
  5. background-attachment: fixed, fixed !important;
  6. background-position:top, right bottom !important;
  7. color:#835B36 !important;
  8. font-family: sans-serif !important;
  9. font-size: 90% !important;
  10. }
  11. a {
  12. color:#888 !important;
  13. text-decoration: none !important;
  14. }
  15. a:hover {
  16. color:#000 !important;
  17. }
  18. .reflink a:hover{
  19. font-weight: bold !important;
  20. }
  21. input, textarea {
  22. background-color: #fff !important;
  23. color: #000 !important;
  24. border: 1px solid #CCC !important;
  25. }
  26. input:focus, textarea:focus
  27. {
  28. background-color: #fff !important;
  29. }
  30. .adminbar {
  31. text-align:right !important;
  32. clear:both !important;
  33. float:right !important;
  34. font-size: 13px !important;
  35. }
  36. .navbar {
  37. font-size: 13px !important;
  38. }
  39. header {
  40. clear:both !important;
  41. text-align:center !important;
  42. font-size:1.7em !important;
  43. color:#455736 !important;
  44. width:100% !important;
  45. }
  46. header div.subtitle, h1 {
  47. color:#455736 !important;
  48. }
  49. div.banner {
  50. background:#F3DBA7 !important;
  51. text-align:center !important;
  52. padding:2px !important;
  53. color:#835B36 !important;
  54. width:100% !important;
  55. margin: 0 !important;
  56. font-weight: normal !important;
  57. font-size: 90% !important;
  58. }
  59. .catalogmode {
  60. background:#0040E0 !important;
  61. text-align:center !important;
  62. padding:2px !important;
  63. color:#FFFFFF !important;
  64. width:100% !important;
  65. }
  66. .postarea {
  67. background:inherit !important;
  68. }
  69. .rules {
  70. /*font-size:0.7em !important;*/
  71. width: 468px !important;
  72. font-size: 10px !important;
  73. font-family: sans-serif !important;
  74. }
  75. .rules li {
  76. margin-left: 1em !important;
  77. /*text-indent: 0em !important;*/
  78. }
  79. form table tr th, form table th, .postblock {
  80. background:#CDC8A3 !important;
  81. color:#455736 !important;
  82. font-weight:800 !important;
  83. text-align: left !important;
  84. padding-left: 3px !important;
  85. padding-right: 3px !important;
  86. border: none !important;
  87. }
  88. .footer {
  89. text-align:center !important;
  90. font-size:12px !important;
  91. font-family:serif !important;
  92. }
  93. .passvalid {
  94. background:#F3DBA7 !important;
  95. text-align:center !important;
  96. width:100% !important;
  97. color:#ffffff !important;
  98. }
  99. .dellist {
  100. font-weight: bold !important;
  101. text-align:center !important;
  102. }
  103. .delbuttons {
  104. text-align:center !important;
  105. padding-bottom:4px !important;
  106. }
  107. .managehead {
  108. background:#AAAA66 !important;
  109. color:#400000 !important;
  110. padding:0px !important;
  111. }
  112. .postlists {
  113. background:#FFFFFF !important;
  114. width:100% !important;
  115. padding:0px !important;
  116. color:#FFF !important;
  117. }
  118. .row1 {
  119. background:#EEEECC !important;
  120. color:#FFF !important;
  121. }
  122. .row2 {
  123. background:#DDDDAA !important;
  124. color:#FFF !important;
  125. }
  126. .unkfunc {
  127. background:inherit !important;
  128. color:#789922 !important;
  129. }
  130. .filesize {
  131. text-decoration:none !important;
  132. }
  133. .filetitle {
  134. background:inherit !important;
  135. font-size:1.2em !important;
  136. color:#6D9E55 !important;
  137. font-weight:800 !important;
  138. }
  139. .postername {
  140. color:#117743 !important;
  141. font-weight:bold !important;
  142. }
  143. .postertrip {
  144. color:#117743 !important;
  145. }
  146. .oldpost {
  147. color:#6D9E55 !important;
  148. font-weight:800 !important;
  149. }
  150. .omittedposts {
  151. color:#707070 !important;
  152. }
  153. .reply {
  154. background: rgba(210,140,0,0.3) !important;
  155. color: #835B36 !important;
  156. -moz-border-radius: 5px !important;
  157. -webkit-border-radius: 5px !important;
  158. padding: 5px !important;
  159. border-style: none !important;
  160. }
  161. .post-hover {
  162. background: rgba(241,219,165,1) !important;
  163. border-style: none !important;
  164. border: 1px dashed #000000 !important;
  165. }
  166. .replyhl {
  167. background: #F0C0B0 !important;
  168. color: #FFF !important;
  169. }
  170. .doubledash {
  171. vertical-align:top !important;
  172. clear:both !important;
  173. float:left !important;
  174. }
  175. .replytitle {
  176. font-size: 1.0em !important;
  177. color:#6D9E55 !important;
  178. font-weight:800 !important;
  179. }
  180. .commentpostername {
  181. color:#117743 !important;
  182. font-weight:800 !important;
  183. }
  184. .thumbnailmsg {
  185. font-size: small !important;
  186. color:#FFF !important;
  187. }
  188. .abbrev {
  189. color:#707070 !important;
  190. }
  191. .highlighted {
  192. background:#F3DBA7 !important;
  193. color:#707070 !important;
  194. border: 2px dashed #707070 !important;
  195. }
  196. #watchedthreads {
  197. background-color: #F3DBa7 !important;
  198. }
  199. .hidethread {
  200. background: transparent url('./icons/blueplus/icons.gif') -32px -16px no-repeat !important;
  201. }
  202. .unhidethread {
  203. background: transparent url('./icons/blueplus/icons.gif') -48px 0px no-repeat !important;
  204. }
  205. .watchthread {
  206. background: transparent url('./icons/blueplus/icons.gif') -32px 0px no-repeat !important;
  207. }
  208. .expandthread {
  209. background: transparent url('./icons/blueplus/icons.gif') 0px -16px no-repeat !important;
  210. }
  211. .quickreply {
  212. background: transparent url('./icons/blueplus/icons.gif') 0px 0px no-repeat !important;
  213. }
  214. .hidewatchedthreads {
  215. background: transparent url('./icons/blueplus/icons.gif') -48px -16px no-repeat !important;
  216. }
  217. .refreshwatchedthreads {
  218. background: transparent url('./icons/blueplus/icons.gif') -16px -16px no-repeat !important;
  219. }
  220. .restorewatchedthreads {
  221. background: transparent url('./icons/blueplus/icons.gif') -16px 0px no-repeat !important;
  222. }
  223. .reflinkpreview {
  224. background-color: #F3DBA7 !important;
  225. }
  226. div.pages {
  227. background: none;
  228. border-right: none;
  229. border-bottom: none;
  230. display: inline;
  231. padding: 4px;
  232. border: 4px double #000;
  233. border-collapse: separate;
  234. border-spacing: 2px;
  235. border-color: gray;
  236. color: #835B36 !important;
  237. }
  238. hr {
  239. border-top: 1px solid #835B36 !important;
  240. }
  241. .desktop-style div.boardlist:nth-child(1) {
  242. background: none repeat scroll 0 0 #FFFFFF !important;
  243. }
  244. .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
  245. background: none repeat scroll 0 0 #FFFFFF;
  246. }
  247. /* options.js */
  248. #options_div, #alert_div {
  249. background: white;
  250. }