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.

397 lines
6.7KB

  1. /*Caffe style*/
  2. .floatiframe{
  3. float:left;
  4. padding:10px;
  5. }
  6. div.boardlist {
  7. color: #261712;
  8. font-size: 12pt;
  9. margin-top: 0px;
  10. background-color: #261712;
  11. border: 1px solid #39241d;
  12. margin-top: 0;
  13. padding: 0px;
  14. position: fixed;
  15. top: 0;
  16. }
  17. div.boardlist.bottom {
  18. margin-top: 20px;
  19. position: inherit;
  20. background:inherit;
  21. }
  22. .return1 a{
  23. float:left;
  24. font-size: inherit;
  25. }
  26. div.blotter {
  27. background: none repeat scroll 0 0 rgba(88, 53, 41, 0.1);
  28. border: 1px solid #39241d;
  29. border-radius: 5px 5px 5px 5px;
  30. clear: both;
  31. color: #8f6658;
  32. font-weight: bold;
  33. margin-bottom: 0.5em;
  34. padding: 2px;
  35. text-align: center;
  36. }
  37. div.title {
  38. margin-bottom: 0px;
  39. clear: both;
  40. color: #39241d;
  41. font-size: 2em;
  42. font-weight: bold;
  43. }
  44. div.ban h2 {
  45. border-radius: 6px 6px 6px 6px;
  46. background: none repeat scroll 0 0 #261712;
  47. color: #8f6658;
  48. }
  49. div.ban {
  50. background: none repeat scroll 0 0 #261712;
  51. border: 1px solid #8f6658;
  52. margin: 30px auto;
  53. max-width: 700px;
  54. border-radius: 7px;
  55. }
  56. form {
  57. margin-bottom: 0px;
  58. }
  59. form {
  60. margin-bottom: 0px;
  61. }
  62. span.heading {
  63. color: #FFAB3F;
  64. display: block;
  65. font-size: 12pt;
  66. font-weight: bold;
  67. }
  68. textarea#body{
  69. height: 136px;
  70. width: 518px;
  71. }
  72. html, body {
  73. background:#261712 url('img/caffe_bg.png') repeat fixed center;
  74. color: #8e6152;
  75. font-family: "Trebuchet MS",Trebuchet,serif;
  76. font-size: 12pt;
  77. text-shadow: 0 0 0.9em #000000;
  78. }
  79. a {
  80. color: #755144;
  81. }
  82. a:hover, a:visited:hover {
  83. color: #a47a6b;
  84. }
  85. .adminbar {
  86. clear:both;
  87. float:right;
  88. font-size: .8em;
  89. }
  90. .desktop-style div.boardlist:nth-child(1) .boardlist {
  91. background-color: #261712;
  92. }
  93. .desktop-style div.boardlist:nth-child(1):hover {
  94. background-color: #261712;
  95. }
  96. .adminbar a {
  97. font-weight: bold;
  98. }
  99. .logo {
  100. clear:both;
  101. text-align:left;
  102. font-size:2em;
  103. font-weight: bold;
  104. color:#a47a6b;
  105. /*width:100%;*/
  106. }
  107. .theader, .passvalid {
  108. text-align:center;
  109. padding:2px;
  110. color:#39241d;
  111. clear: both;
  112. font-weight: bold;
  113. margin-bottom: .5em;
  114. border: solid 1px #a47a6b;
  115. -moz-border-radius: 5px;
  116. border-radius: 5px;
  117. }
  118. .postarea {
  119. }
  120. .rules {
  121. font-size:0.7em;
  122. }
  123. .postblock {
  124. background:transparent;
  125. color:#a47a6b;
  126. font-weight:bold;
  127. }
  128. .footer {
  129. text-align:center;
  130. font-size:12px;
  131. font-family:serif;
  132. margin: 2em 0 0 0;
  133. }
  134. .dellist {
  135. font-weight: bold;
  136. text-align:center;
  137. }
  138. .delbuttons {
  139. text-align:center;
  140. padding-bottom:4px;
  141. }
  142. .managehead {
  143. background:#8f6658;
  144. color:#39241d;
  145. padding:0px;
  146. }
  147. .postlists {
  148. background:#8f6658;
  149. width:100%;
  150. padding:0px;
  151. color:#a47a6b;
  152. }
  153. .row1 {
  154. background:#8f6658;
  155. color:#8f6658;
  156. }
  157. .row2 {
  158. background:#8f6658;
  159. color:#8f6658;
  160. }
  161. .unkfunc {
  162. background:inherit;
  163. color:#8e6152;
  164. }
  165. .reflink {
  166. font-size: .8em;
  167. font-weight: bold;
  168. }
  169. .filesize {
  170. text-decoration:none;
  171. color: #8e6152;
  172. font-size: .8em;
  173. }
  174. .filetitle {
  175. background:inherit;
  176. font-size:1.2em;
  177. color:#8f6658;
  178. font-weight:bold;
  179. }
  180. .postername {
  181. color:#8f6658;
  182. font-weight:bold;
  183. }
  184. .postertrip {
  185. color:#FF3300;
  186. }
  187. .oldpost {
  188. color:#8f6658;
  189. font-weight:bold;
  190. }
  191. .omittedposts {
  192. color:#a47a6b;
  193. }
  194. .reply {
  195. background:#a47a6b url('img/caffe_reply.png') repeat center;
  196. border: solid 1px #a47a6b;
  197. padding: 0;
  198. margin: 0;
  199. -moz-border-radius: 5px;
  200. border-radius: 5px;
  201. }
  202. blockquote {
  203. margin: .5em .5em .5em 1em;
  204. }
  205. blockquote p {
  206. margin: 0;
  207. padding: 0;
  208. }
  209. .reply blockquote {
  210. margin: .5em;
  211. }
  212. .doubledash {
  213. display: none;
  214. vertical-align:top;
  215. clear:both;
  216. float:left;
  217. }
  218. .replytitle {
  219. font-size: 1.2em;
  220. color:#002244;
  221. font-weight:bold;
  222. }
  223. .commentpostername {
  224. color:#8f6658;
  225. font-weight:800;
  226. }
  227. .thumbnailmsg {
  228. font-size: .8em;
  229. color:#8e6152;
  230. }
  231. hr {
  232. border-style: solid none none none;
  233. border-width: 1px;
  234. border-color: #8f6658;
  235. }
  236. table {
  237. border-style: none;
  238. }
  239. table td {
  240. border-style: none;
  241. }
  242. .nothumb {
  243. background-color: #8e6152;
  244. border-style: dotted;
  245. margin: .3em .5em;
  246. }
  247. .abbrev {
  248. color:#8e6152;
  249. }
  250. .highlight {
  251. background:#261712;
  252. color:#8e6152;
  253. border: 2px dashed #EE6600;
  254. }
  255. div.banner, div.banner a {
  256. color: inherit;
  257. }
  258. div.banner {
  259. background-color: inherit;
  260. }
  261. form table tr th {
  262. background: none;
  263. }
  264. div.post.reply {
  265. background:#922a01 url('img/caffe_reply2.png') repeat fixed center;
  266. color: #8e6152;
  267. border: 1px solid rgba(88, 53, 41, 0.6);
  268. border-radius: 5px 5px 5px 5px;
  269. }
  270. div.title,h1 {
  271. color: #8e6152;
  272. font-size: 32px;
  273. font-weight: bold;
  274. }
  275. div.title p {
  276. font-size: 26px;
  277. margin: 0;
  278. }
  279. h1 {
  280. letter-spacing: inherit;
  281. }
  282. .pages {
  283. background: rgba(88, 53, 41, 0.32) !important;
  284. width:100%;
  285. color: #8e6152 !important;
  286. }
  287. div.banner {
  288. background: none repeat scroll 0 0 #251611;
  289. border: 1px solid #2c1b16;
  290. clear: both;
  291. color: #8e6152;
  292. font-weight: bold;
  293. margin-bottom: 0.5em;
  294. padding: 2px;
  295. text-align: center;
  296. }
  297. form table tr td div {
  298. padding-left: 0px;
  299. }
  300. .recaptchatable .recaptcha_image_cell {
  301. padding: 0px !important;
  302. }
  303. div.post.reply.highlighted {
  304. background: rgba(88, 53, 41, 0.3);
  305. }
  306. #quick-reply table {
  307. border-collapse: collapse;
  308. background:#000 url('img/caffe_reply2.png') repeat fixed center;
  309. border-style: solid;
  310. border-width: 1px;
  311. border-color: rgba(88, 53, 41, 0.6);
  312. margin: 0;
  313. width: 100%;
  314. }
  315. #attention_bar:hover {
  316. background-color: rgba(88, 53, 41, 0.3);
  317. }
  318. .intro a.email span.name {
  319. color: #8e6152;
  320. }
  321. a.post_no:hover {
  322. color: #755144;
  323. }
  324. div.post.reply div.body a {
  325. color: #755144;
  326. }
  327. #quick-reply table {
  328. border-collapse: collapse;
  329. background:#000 url('img/caffe_reply2.png') repeat fixed center;
  330. }
  331. a, a:visited {
  332. text-decoration: underline;
  333. color: #755144;
  334. }
  335. .cb-menuitem span {
  336. padding: 5px;
  337. display: table-cell;
  338. text-align: left;
  339. border-top: 1px solid rgba(0, 0, 0, 1);
  340. }
  341. div.boardlist {
  342. color: rgba(0, 0, 0, 1);
  343. font-size: 9pt;
  344. }
  345. /* options.js */
  346. #options_div, #alert_div {
  347. background: #a47a6b url('img/caffe_reply.png') repeat center;
  348. border: solid 1px #a47a6b;
  349. -moz-border-radius: 5px;
  350. border-radius: 5px;
  351. }
  352. .options_tab_icon {
  353. color: inherit;
  354. }
  355. #options_tablist {
  356. border-color: #a47a6b;
  357. }