The version of vichan running on lainchan.org
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

250 lines
3.8KB

  1. /**
  2. * northboard.css
  3. * for circleboard by kotiakrobaatti
  4. */
  5. body {
  6. background: #191919;
  7. color: #d4d4d4;
  8. font-size: 13px;
  9. font: 12px/1.5em Verdana,"DejaVu Sans",Sans-serif;
  10. }
  11. a:link, a:visited, .intro a.email {
  12. color: #60a0dc !important;
  13. text-decoration: none;
  14. }
  15. a:link:hover {
  16. outline: 0;
  17. color: #82c2fe !important;
  18. }
  19. a.post_no, a.watchThread {
  20. color: #60a0dc;
  21. }
  22. div.post.reply {
  23. background: #343439;
  24. border-color: #3070A9;
  25. border-top: 1px solid #3070A9;
  26. border-left: 1px solid #3070A9;
  27. border-radius: 3px;
  28. padding: 0px;
  29. }
  30. div.post.reply.highlighted {
  31. background: #44444f;
  32. border: 3px dashed #3070a9;
  33. }
  34. div.post.reply div.body a, .mentioned {
  35. color: 60a0dc;
  36. text-decoration: underline;
  37. }
  38. div.post.reply div.body a:hover {
  39. color: #82c2fe !important;
  40. text-decoration: underline !important;
  41. }
  42. div.body a:hover, a.watchThread:hover, a.email span.name:hover {
  43. color: #82c2fe !important;
  44. }
  45. .intro span.subject {
  46. color: #60a0dc !important;
  47. font-weight: 700;
  48. font-size: 1.4em;
  49. line-height: 35px;
  50. height: 35px;
  51. padding: 0 5px;
  52. }
  53. form table tr th {
  54. background: #333;
  55. border: 1px solid #444;
  56. color: #60a0dc;
  57. }
  58. div.ban h2 {
  59. background: #333;
  60. color: inherit;
  61. }
  62. div.ban {
  63. border-color: #800;
  64. }
  65. div.ban p {
  66. color: black;
  67. }
  68. div.pages {
  69. background: #343439;
  70. border: 1px solid #3070a9;
  71. border-radius: 5px;
  72. }
  73. div.pages a.selected {
  74. color: #ccc;
  75. }
  76. div.boardlist {
  77. color: #aaa;
  78. }
  79. div.boardlist a {
  80. color: #ccc;
  81. }
  82. table.modlog tr th {
  83. background: #333;
  84. }
  85. /* options.js */
  86. #options_div, #alert_div {
  87. background: #44444f;
  88. }
  89. .desktop-style div.boardlist:nth-child(1) {
  90. background-color: #bbb;
  91. }
  92. span.name {
  93. color: #93e3ff !important;
  94. }
  95. span.trip {
  96. color: #ffffff;
  97. }
  98. span.quote {
  99. color: green;
  100. }
  101. [id^=thread] {
  102. background: #1C1C1C;
  103. margin-bottom: 1em ;
  104. padding: 1em 1em 0 1em ;
  105. border: 1px solid #333333;
  106. }
  107. [id^=thread] hr {
  108. display: none ;
  109. }
  110. html body hr {
  111. border-color: #9B9B9B;
  112. border-width: 1px;
  113. }
  114. p.intro {
  115. background-color: #44444F;
  116. padding-top: 5px;
  117. padding-left: 5px;
  118. padding-right: 5px;
  119. margin-top: 0px!important;
  120. display: box;
  121. margin: intial;
  122. border-bottom: 1px solid #1c1c1c;
  123. box-shadow: 0 5px 5px -5px #1c1c1c;
  124. }
  125. div.post.op p.intro {
  126. background-color: #252525;
  127. min-height: 30px;
  128. }
  129. span.omitted {
  130. color: #707070;
  131. font-size: .9em;
  132. margin: 5 5px 0px;
  133. }
  134. h1 {
  135. font-size: 3em;
  136. font-weight: 300;
  137. margin: .3em 0;
  138. color: #60a0dc;
  139. }
  140. div.subtitle {
  141. font-style: oblique;
  142. font-size: 1.25em!important;
  143. font-weight: 400!important;
  144. color: #ccc!important;
  145. }
  146. tr td input, #body {
  147. background-color: #AAA;
  148. border-color: #888;
  149. border-width: 1px;
  150. padding-top: 3px;
  151. padding-right: 2px;
  152. padding-bottom: 3px;
  153. padding-left: 2px;
  154. }
  155. #upload_file {
  156. color: #ccc;
  157. background-color: transparent;
  158. }
  159. div.blotter {
  160. color: #ccc!important;
  161. }
  162. div.banner, a.unimportant {
  163. background-color: #60a0dc;
  164. color: #000!important;
  165. border-radius: 3px;
  166. min-height: 25px;
  167. padding-top: 5px;
  168. }
  169. div.thread:hover {
  170. background: #44444f;
  171. border-color: #1c1c1c;
  172. }
  173. span.heading {
  174. color: red;
  175. text-shadow: 0 0 3px #000, 0 0 3px #000;
  176. }
  177. #expand-all-images,
  178. #shrink-all-images,
  179. #treeview{
  180. right: 1em !important;
  181. position: absolute !important;
  182. }
  183. #expand-all-images{
  184. margin-top: 4em !important;
  185. }
  186. #treeview{
  187. margin-top: 5em !important;
  188. }
  189. #shrink-all-images{
  190. margin-top: 6em !important;
  191. }
  192. #expand-all-images + hr,
  193. #shrink-all-images + hr{
  194. opacity: 0 !important;
  195. margin: 0 !important;
  196. }
  197. #treeview + hr{
  198. opacity: 0 !important;
  199. clear: both !important;
  200. }
  201. #options_handler{
  202. margin-top: 3em !important;
  203. }