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.

204 rindas
3.7KB

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