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.

50 lines
1.3KB

  1. @import url(./terminal_common.css);
  2. body, div.title, h1, a:link, a:visited, p.intro a.email span.name,
  3. a:link:hover, a:visited:hover, a.post_no, a.post_no:hover,
  4. div.post.reply div.body a:link, div.post.reply div.body a:visited,
  5. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover,
  6. table.modlog tr th, p.intro span.name, p.intro a.capcode, p.intro a.nametag,
  7. div.pages a.selected, p.intro a.email, p.intro a.email span.name,
  8. p.intro a.email:hover, p.intro a.email:hover span.name,
  9. div.boardlist input[type="text"], textarea, select, input[type="password"],
  10. form table tr th, input[type="submit"], input[type="submit"]:hover, div.pages
  11. {
  12. color: #00FF00;
  13. }
  14. .boardlist, div.blotter, header div.subtitle, h1, span.quote
  15. {
  16. color: #00FF00!important;
  17. }
  18. p.intro span.subject, span.trip
  19. {
  20. color: #00FF00;
  21. }
  22. div.ban h2 {
  23. color: lime;
  24. }
  25. .bic {
  26. -moz-filter: url(./svg/blur.svg#blur_green);
  27. filter: url(./svg/blur.svg#blur_green);
  28. -webkit-filter: url(svg/blur.svg#blur_green);
  29. }
  30. input[type="text"], textarea, select, input[type="password"], form table tr th,
  31. input[type="submit"], input[type="submit"]:hover, div.pages, hr, div.ban,
  32. div.post.reply, div.post.reply.highlighted
  33. {
  34. border-color: #00FF00;
  35. }
  36. .desktop-style div.boardlist:nth-child(1) {
  37. border-bottom: #00FF00 1px dashed;
  38. }