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.

207 lines
3.6KB

  1. /* piwnichan */
  2. body {
  3. font-family: sans-serif;
  4. font-size: 12px;
  5. color:#47506F;
  6. background:#000006 url('img/rect820.png') fixed top right no-repeat;
  7. }
  8. .desktop-style .bl-menu{
  9. background-color: #030511;
  10. }
  11. .boardlist .board a {
  12. background-color: #030511;
  13. }
  14. span.quote {
  15. color: #296353;
  16. }
  17. div.pages a.selected {
  18. color: #FFFCFC !important;}
  19. div.post.reply div.body a {
  20. color: #6F0A0A;
  21. }
  22. a:link, a:visited, div.post.reply p.body a {
  23. color: #355097;
  24. text-decoration: none;
  25. }
  26. a:link:hover, a:visited:hover, div.post.reply p.body a:hover {
  27. color: #5A8C99;
  28. }
  29. a.email span.name {
  30. color: #5A8C99 !important;
  31. }
  32. .intro span.capcode, p.intro a.capcode, p.intro a.nametag {
  33. color: #6E0877;
  34. }
  35. div.post.reply.highlighted {
  36. background: #000E3A;
  37. }
  38. input, textarea {
  39. background: url("img/rect821.png") no-repeat fixed right top #030511;
  40. color: #47506F;
  41. }
  42. hr {
  43. height:3px;
  44. border-width: 0px;
  45. background:url(img/img/hr_d_blue2.png) center no-repeat;
  46. background-size:100% 100%;
  47. -moz-background-size:100% 100%;
  48. }
  49. .reflink a:hover{
  50. font-weight: bold;
  51. }
  52. .adminbar {
  53. text-align:right;
  54. clear:both;
  55. float:right;
  56. }
  57. h1 {
  58. clear:both;
  59. text-align:center;
  60. font-size: 2.5em;
  61. color: #47506F;
  62. width:100%;
  63. }
  64. div.title {
  65. color: #AF8C5D;
  66. }
  67. div.banner, .replymode, .catalogmode {
  68. text-align:center;
  69. margin: 5px 0 5px 0;
  70. padding: 5px 2px 5px 2px;
  71. color: #47506F;
  72. font-weight: bold;
  73. width:100%;
  74. }
  75. .postblock, form table th {
  76. color: sandybrown;
  77. font-size: 11px;
  78. font-weight: bold;
  79. text-align: center !important;
  80. }
  81. .postarea {
  82. }
  83. .rules {
  84. width: 468px;
  85. font-size: 10px;
  86. }
  87. .rules li {
  88. margin-left: 1em;
  89. }
  90. .footer {
  91. text-align:center;
  92. font-size:12px;
  93. }
  94. .passvalid {
  95. text-align:center;
  96. width:100%;
  97. color:#ffffff;
  98. }
  99. .dellist {
  100. font-weight: bold;
  101. text-align:center;
  102. }
  103. .delbuttons {
  104. text-align:center;
  105. padding-bottom:4px;
  106. }
  107. .managehead {
  108. background-color: #1e1e1e;
  109. color: #bebebe;
  110. padding:0px;
  111. }
  112. .postlists {
  113. background: #000;
  114. width:100%;
  115. padding:0px;
  116. color: #bebebe;
  117. }
  118. .row1 {
  119. background-color: #1e1e1e;
  120. color: #bebebe;
  121. }
  122. .row2 {
  123. background: #1e1e1e;
  124. color: #bebebe;
  125. }
  126. .unkfunc {
  127. background:inherit;
  128. color:#789922;
  129. }
  130. .filesize {
  131. text-decoration:none;
  132. }
  133. .filetitle {
  134. background:inherit;
  135. font-size:1.2em;
  136. color: #bebebe;
  137. font-weight:800;
  138. }
  139. .intro span.subject {
  140. color: #4D2C80;
  141. font-weight: bold;
  142. }
  143. span.name, .postername {
  144. color: #06546D !important;
  145. font-weight:bold;
  146. }
  147. span.trip, .postertrip {
  148. color: #B88146;
  149. }
  150. .oldpost {
  151. color:#CC1105;
  152. font-weight:800;
  153. }
  154. span.omitted, .omittedposts {
  155. color: #7C776F;
  156. }
  157. div.post.reply {
  158. padding: 5px;
  159. background:#030511 url('img/rect821.png') fixed top right no-repeat;
  160. color:#47506F;
  161. border: 1px solid #000E3A!important;
  162. -webkit-border-radius: 10px;
  163. -khtml-border-radius: 10px;
  164. -moz-border-radius: 10px;
  165. border-radius: 10px;
  166. }
  167. .replyhl {
  168. background-color: #1e1e1e;
  169. color: #bebebe;
  170. }
  171. form table th, div.banner, div.pages, .replymode, .postblock, .passvalid, .catalogmode {
  172. background: #030511!important;
  173. color:#47506F;
  174. border: 1px solid #0A1E55
  175. }
  176. div.pages {
  177. color: rgb(143, 139, 139);
  178. border: 0;
  179. background: none !important;
  180. }