The version of vichan running on lainchan.org
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

186 rindas
3.3KB

  1. body {
  2. background: #000000;
  3. color: #00FF00;
  4. font-family: sans-serif;
  5. font-size: 12px;
  6. }
  7. h1 {
  8. font-size: 20pt;
  9. text-align: center;
  10. letter-spacing: 0px;
  11. }
  12. div.title, h1 {
  13. color: lime;
  14. font-family: sans-serif;
  15. }
  16. div.title p {
  17. font-size: 10px;
  18. }
  19. a:link, a:visited, .intro a.email span.name {
  20. color: #00FF00;
  21. text-decoration: underline;
  22. font-family: sans-serif;
  23. }
  24. a:link:hover, a:visited:hover {
  25. color: #00FF00;
  26. font-family: sans-serif;
  27. text-decoration: underline overline;
  28. }
  29. a.post_no {
  30. color: #00FF00;
  31. text-decoration: none;
  32. }
  33. a.post_no:hover {
  34. color: #00FF00;
  35. text-decoration: underline overline;
  36. }
  37. div.post.reply {
  38. background: #000000;
  39. border: 1px dashed;
  40. border-color:#00FF00;
  41. }
  42. div.post.reply.highlighted {
  43. background: transparent;
  44. border: transparent 1px dashed;
  45. border-color:#00FF00;
  46. }
  47. div.post.reply div.body a:link, div.post.reply div.body a:visited {
  48. color: #00FF00;
  49. }
  50. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
  51. color: #00FF00;
  52. }
  53. .intro span.subject {
  54. font-size: 12px;
  55. font-family: sans-serif;
  56. color: #446655;
  57. font-weight: 800;
  58. }
  59. .intro span.name {
  60. color: #00FF00;
  61. font-weight: 800;
  62. }
  63. .intro a.capcode, p.intro a.nametag {
  64. color: #00FF00;
  65. margin-left: 0;
  66. }
  67. .intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
  68. color: #00FF00;
  69. }
  70. input[type="text"], textarea, select {
  71. background: #000000;
  72. color: #00FF00;
  73. border: 1px dashed;
  74. border-color:#00FF00;
  75. padding-left: 5px;
  76. padding-right: -5px;
  77. font-family: sans-serif;
  78. font-size: 10pt;
  79. }
  80. input[type="password"] {
  81. background: #000000;
  82. color: #00FF00;
  83. border: 1px dashed;
  84. border-color:#00FF00;
  85. }
  86. form table tr th {
  87. background: #000000;
  88. color: #00FF00;
  89. font-weight: 800;
  90. text-align: left;
  91. padding: 0;
  92. border: #00FF00 1px dashed;
  93. border-color:#00FF00;
  94. }
  95. div.banner {
  96. background: #00AA00;
  97. color: #FFFFFF;
  98. text-align: center;
  99. width: 250px;
  100. padding: 4px;
  101. padding-left: 12px;
  102. padding-right: 12px;
  103. margin-left: auto;
  104. margin-right: auto;
  105. font-size: 12px;
  106. }
  107. input[type="submit"] {
  108. background: #000000;
  109. border: 1px dashed;
  110. border-color:#00FF00;
  111. color: #00FF00;
  112. }
  113. input[type="submit"]:hover {
  114. background: #000000;
  115. border: 1px dashed;
  116. border-color:#00FF00;
  117. color: #00FF00;
  118. }
  119. p.fileinfo a:hover {
  120. text-decoration: underline;
  121. }
  122. span.trip {
  123. color: #00FF00;
  124. }
  125. div.pages {
  126. color: #00FF00;
  127. background: #000000;
  128. border: 1px dashed;
  129. border-color:#00FF00;
  130. font-family: sans-serif;
  131. font-size: 10pt;
  132. }
  133. div.pages a.selected {
  134. color: #00FF00;
  135. }
  136. hr {
  137. height: 1px;
  138. border: 1px dashed;
  139. border-color:#00FF00;
  140. }
  141. div.boardlist {
  142. color: #00FF00;
  143. }
  144. div.ban {
  145. border: transparent 0px dashed;
  146. border-color:#00FF00;
  147. }
  148. div.ban h2 {
  149. background: transparent;
  150. color: lime;
  151. font-size: 12px;
  152. }
  153. table.modlog tr th {
  154. background: #000000;
  155. color: #00FF00;
  156. }
  157. .desktop-style div.boardlist:nth-child(1) {
  158. background-color: black;
  159. border-bottom: #00FF00 1px dashed;
  160. }
  161. .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
  162. background-color: black;
  163. }
  164. .desktop-style .sub {
  165. background: none;
  166. }
  167. .bar
  168. {
  169. background: #333!important;
  170. -moz-box-shadow: 0 0 40px #000;
  171. -webkit-box-shadow: 0 0 40px #000;
  172. box-shadow: 0 0 40px #000;
  173. }
  174. .bar.top
  175. {
  176. border-bottom: 1px solid #666;
  177. }
  178. .bar.bottom
  179. {
  180. border-top: 1px solid #666;
  181. }