The version of vichan running on lainchan.org
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

154 wiersze
2.7KB

  1. body {
  2. background: #111111;
  3. font-family: sans-serif;
  4. font-size: 12px;
  5. }
  6. @font-face {
  7. font-family: 'vt220';
  8. src: url('./fonts/vt220.ttf') format('truetype');
  9. }
  10. h1 {
  11. font-family: 'vt220', tahoma;
  12. letter-spacing: -2px;
  13. font-size: 18pt;
  14. margin: 0;
  15. }
  16. div.title, h1 {
  17. font-family: 'vt220';
  18. }
  19. div.title p {
  20. font-size: 10px;
  21. }
  22. div.blotter {
  23. font-weight: bold;
  24. text-align: center;
  25. }
  26. header div.subtitle, h1 {
  27. text-align: center;
  28. }
  29. header div.subtitle {
  30. font-size: 8pt;
  31. }
  32. img.board_image {
  33. -moz-mask: url(./svg/bannermaks.svg#masking);
  34. mask: url(./svg/bannermaks.svg#masking);
  35. -webkit-mask: url(./img/banner_terminal_mask.png);
  36. border: none!important;
  37. overflow: visible!important;
  38. }
  39. .bic {
  40. padding: 20px!important;
  41. overflow: visible!important;
  42. }
  43. a:link, a:visited, p.intro a.email span.name {
  44. text-decoration: underline;
  45. font-family: sans-serif;
  46. }
  47. a:link:hover, a:visited:hover {
  48. font-family: sans-serif;
  49. text-decoration: underline overline;
  50. }
  51. a.post_no {
  52. text-decoration: none;
  53. }
  54. a.post_no:hover {
  55. text-decoration: underline overline;
  56. }
  57. div.post.reply {
  58. background: #111111;
  59. border: 1px dotted;
  60. }
  61. div.post.reply.highlighted {
  62. background: transparent;
  63. border: transparent 1px dotted;
  64. }
  65. p.intro span.subject {
  66. font-size: 12px;
  67. font-family: sans-serif;
  68. font-weight: 800;
  69. }
  70. p.intro span.name {
  71. font-weight: 800;
  72. }
  73. p.intro a.capcode, p.intro a.nametag {
  74. margin-left: 0;
  75. }
  76. input[type="text"], textarea, select {
  77. background: #111111;
  78. border: 1px dotted;
  79. padding-left: 5px;
  80. padding-right: -5px;
  81. font-family: sans-serif;
  82. font-size: 10pt;
  83. }
  84. input[type="password"] {
  85. background: #111111;
  86. border: 1px dotted;
  87. }
  88. form table tr th {
  89. background: #111111;
  90. font-weight: 800;
  91. text-align: left;
  92. padding: 0;
  93. border: #ffaf2b 1px dotted;
  94. }
  95. div.banner {
  96. background: #AA6C00;
  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: #111111;
  109. border: 1px dotted;
  110. }
  111. input[type="submit"]:hover {
  112. background: #111111;
  113. border: 1px dotted;
  114. }
  115. p.fileinfo a:hover {
  116. text-decoration: underline;
  117. }
  118. div.pages {
  119. background: #111111;
  120. border: 1px dotted;
  121. font-family: sans-serif;
  122. font-size: 10pt;
  123. }
  124. hr {
  125. height: 1px;
  126. border: 1px dotted;
  127. }
  128. div.ban {
  129. border: transparent 0px dotted;
  130. }
  131. div.ban h2 {
  132. background: transparent;
  133. color: lime;
  134. font-size: 12px;
  135. }
  136. table.modlog tr th {
  137. background: #111111;
  138. }
  139. .desktop-style div.boardlist:nth-child(1) {
  140. background-color: #111111;
  141. }
  142. .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
  143. background-color: #111111;
  144. }
  145. .desktop-style .sub {
  146. background: none;
  147. }