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.

192 lines
3.6KB

  1. @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
  2. body{
  3. background: #eee !important;
  4. font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
  5. }
  6. a{
  7. text-decoration: none;
  8. }
  9. .boardlist{
  10. width: 100% !important;
  11. position: fixed !important;
  12. z-index: 99999 !important;
  13. top: 0 !important;
  14. left: 0 !important;
  15. color: #222 !important;
  16. background: #fff !important;
  17. padding: 1em !important;
  18. box-sizing: border-box !important;
  19. margin-top: 0 !important;
  20. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
  21. }
  22. img.banner,
  23. img.board_image{
  24. border: none !important;
  25. }
  26. .board_image,
  27. .board_image + header{
  28. margin-top: 3.75em !important;
  29. margin-bottom: 1em !important;
  30. float: left !important;
  31. }
  32. .board_image + header{
  33. margin-left: 1em !important;
  34. }
  35. header,
  36. header h1,
  37. header .subtitle{
  38. text-align: left !important;
  39. }
  40. .board_image + header + .banner{
  41. width: 100% !important;
  42. float: left !important;
  43. margin-top: 0 !important;
  44. margin-left: 0 !important;
  45. padding: 0.5em 0 !important;
  46. background-color: #666 !important;
  47. }
  48. form[name=post]{
  49. box-sizing: border-box !important;
  50. position: fixed !important;
  51. bottom: 0 !important;
  52. right: 0 !important;
  53. background: #fff !important;
  54. margin-bottom: 0 !important;
  55. padding: 1em !important;
  56. box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
  57. }
  58. form[name=post] input[type="text"],
  59. form[name=post] textarea{
  60. width: 100% !important;
  61. padding: 0.5em !important;
  62. box-sizing: border-box !important;
  63. }
  64. form table tr th{
  65. color: #fff !important;
  66. background: #222 !important;
  67. }
  68. #expand-all-images,
  69. #shrink-all-images,
  70. #treeview{
  71. right: 1em !important;
  72. position: absolute !important;
  73. }
  74. #expand-all-images{
  75. margin-top: 4em !important;
  76. }
  77. #treeview{
  78. margin-top: 5em !important;
  79. }
  80. #shrink-all-images{
  81. margin-top: 6em !important;
  82. }
  83. #expand-all-images + hr,
  84. #shrink-all-images + hr{
  85. opacity: 0 !important;
  86. margin: 0 !important;
  87. }
  88. #treeview + hr{
  89. opacity: 0 !important;
  90. clear: both !important;
  91. }
  92. #options_handler{
  93. margin-top: 3em !important;
  94. }
  95. [id^=thread]{
  96. background: #f8f8f8 !important;
  97. margin-bottom: 1em !important;
  98. padding: 1em 1em 0 1em !important;
  99. border: none !important;
  100. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  101. }
  102. [id^=thread] hr{
  103. display: none !important;
  104. }
  105. [id^=thread] div.post.reply {
  106. margin: 0.5em 1em !important;
  107. padding: 0.5em !important;
  108. color: #222 !important;
  109. background: #fff !important;
  110. border: none !important;
  111. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
  112. }
  113. [id^=thread] div.post.reply.highlighted {
  114. background: #fec !important;
  115. }
  116. .intro.thread-hidden{
  117. padding-bottom: 1em !important;
  118. }
  119. #vechan-reply,
  120. #update_thread{
  121. float: right;
  122. margin-right: 0.25em !important;
  123. cursor: pointer !important;
  124. }
  125. #update_thread{
  126. padding-left: 0 !important;
  127. }
  128. #update_secs{
  129. color: #900 !important;
  130. }
  131. .theme-catalog header{
  132. margin-top: 4em !important;
  133. }
  134. .theme-catalog div.threads{
  135. text-align: left !important;
  136. }
  137. .theme-catalog div.thread{
  138. color: #222 !important;
  139. word-break: break-all !important;
  140. background: #fff !important;
  141. border: none !important;
  142. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
  143. }
  144. .boardlist.bottom,
  145. .sub[data-description='1'],
  146. .sub[data-description='2'],
  147. .sub[data-description='3'],
  148. #quick-reply{
  149. display: none !important;
  150. }
  151. #favorite-star{
  152. text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
  153. }
  154. pre.prettyprint.prettyprinted{
  155. display: block !important;
  156. overflow-x: scroll !important;
  157. }
  158. /* If you want to make a redistributable style, be sure to have a Yotsuba B theme selected. */