The version of vichan running on lainchan.org
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

216 linhas
4.5KB

  1. /**
  2. * dark.css
  3. * For AwsumChan by Circlepuller
  4. */
  5. body {
  6. background: #1e1e1e;
  7. color: #999999;
  8. font-family: sans-serif;
  9. font-size: 12px;
  10. }
  11. span.quote {
  12. color:#d96262;
  13. }
  14. @font-face {
  15. font-family: 'lain';
  16. src: url('./fonts/nrdyyh.woff') format('woff'),
  17. url('./fonts/tojcxo.TTF') format('truetype');
  18. }
  19. h1 {
  20. font-family: 'lain', tahoma;
  21. letter-spacing: -2px;
  22. font-size: 18pt;
  23. }
  24. h1 {
  25. font-size: 20pt;
  26. text-align: center;
  27. letter-spacing: -2px;
  28. color: #DD3232;
  29. }
  30. h2 {
  31. font-size: 20pt;
  32. text-align: center;
  33. color: #DD3232;
  34. }
  35. header div.subtitle {
  36. color: #DD3232;
  37. }
  38. div.title {
  39. color: #DD3232;
  40. font-family: Arial, Helvetica, sans-serif;
  41. }
  42. div.title p {
  43. font-size: 10px;
  44. }
  45. a:link, a:visited, p.intro a.email span.name {
  46. color: #CCCCCC;
  47. text-decoration: none;
  48. font-family: sans-serif;
  49. }
  50. a:link, a:visited, p.intro a.email span.name, input, textarea, .post {
  51. -moz-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
  52. -webkit-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
  53. -khtml-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
  54. -o-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
  55. -ms-transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
  56. transition: 0.15s text-shadow, 0.15s border-color, 0.15s background-color, 0.15s color;
  57. }
  58. a:link:hover, a:visited:hover {
  59. color: #DD3232;
  60. font-family: sans-serif;
  61. text-decoration: none;
  62. text-shadow: 0px 0px 5px #fff;
  63. }
  64. a.post_no {
  65. color: #AAA;
  66. text-decoration: none;
  67. }
  68. p.intro a.post_no:hover {
  69. color: #DD3232!important;
  70. }
  71. div.post.reply {
  72. background: #333333;
  73. border: #555555 1px solid;
  74. }
  75. div.post.reply.highlighted {
  76. background: #555;
  77. border: transparent 1px solid;
  78. }
  79. div.post.reply div.body a:link, div.post.reply div.body a:visited {
  80. color: #CCCCCC;
  81. }
  82. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
  83. color: #DD3232;
  84. }
  85. p.intro span.subject {
  86. font-size: 12px;
  87. font-family: sans-serif;
  88. color: #664445;
  89. font-weight: 800;
  90. }
  91. p.intro span.name {
  92. color: #DD3232;
  93. font-weight: 800;
  94. }
  95. p.intro a.capcode, p.intro a.nametag {
  96. color: magenta;
  97. margin-left: 0;
  98. }
  99. p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
  100. color: #DD3232;
  101. }
  102. input[type="text"], textarea, select {
  103. background: #333333;
  104. color: #CCCCCC;
  105. border: #666666 1px solid;
  106. }
  107. input[type="password"] {
  108. background: #333333;
  109. color: #CCCCCC;
  110. border: #666666 1px solid;
  111. }
  112. form table tr th {
  113. background: #333333;
  114. color: #AAAAAA;
  115. font-weight: 600;
  116. text-align: left;
  117. }
  118. div.banner {
  119. background: #E04000;
  120. border: 1px solid hsl(17, 100%, 60%);
  121. color: #EEE;
  122. text-align: center;
  123. height: 17px;
  124. width: calc(100% - 4px);
  125. padding: 3px 1px;
  126. margin-left: auto;
  127. margin-right: auto;
  128. }
  129. div.banner a {
  130. color:#000;
  131. }
  132. input[type="submit"] {
  133. background: #333333;
  134. border: #666 1px solid;
  135. color: #CCCCCC;
  136. }
  137. input[type="submit"]:hover {
  138. background: #555;
  139. border: #888 1px solid;
  140. color: #DD3232;
  141. }
  142. input[type="text"]:focus, textarea:focus {
  143. border:#888 1px solid;
  144. }
  145. p.fileinfo a:hover {
  146. text-decoration: underline;
  147. }
  148. span.trip {
  149. color: #AAA;
  150. }
  151. div.pages {
  152. color: #AAA;
  153. background: #333;
  154. border: #666 1px solid;
  155. font-family: sans-serif;
  156. font-size: 10pt;
  157. }
  158. div.pages a.selected {
  159. color: #CCC;
  160. }
  161. hr {
  162. height: 1px;
  163. border: #333 1px solid;
  164. }
  165. div.boardlist {
  166. color: #999;
  167. background-color: rgba(12%, 12%, 12%, 0.10);
  168. }
  169. div.ban {
  170. background-color: transparent;
  171. border: transparent 0px solid;
  172. }
  173. div.ban h2 {
  174. background: transparent;
  175. color: #DD3232;
  176. font-size: 12px;
  177. }
  178. table.modlog tr th {
  179. background: #333;
  180. color: #AAA;
  181. }
  182. .desktop-style div.boardlist:nth-child(1) {
  183. text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
  184. }
  185. .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
  186. background-color: rgba(30%, 30%, 30%, 0.65);
  187. }
  188. div.report {
  189. color: #666;
  190. }
  191. .pages, .board_image, input, .reply, form table th, textarea, a img, select, .banner{
  192. -webkit-border-radius: 2px;
  193. -khtml-border-radius: 2px;
  194. -moz-border-radius: 2px;
  195. -o-border-radius: 2px;
  196. -ms-border-radius: 2px;
  197. border-radius: 2px;
  198. }
  199. .blur {
  200. filter: blur(20px);
  201. -webkit-filter: blur(23px);
  202. -moz-filter: blur(23px);
  203. -o-filter: blur(23px);
  204. -ms-filter: blur(23px);
  205. filter: url(svg/blur.svg#blur);
  206. }