The version of vichan running on lainchan.org
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

66 lignes
1.6KB

  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"], form table tr td 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: #8725EC!important;
  13. }
  14. .boardlist, div.blotter, header div.subtitle, h1, span.quote
  15. {
  16. color: #A6D2FF!important;
  17. }
  18. p.intro span.subject, span.trip
  19. {
  20. color: #8725EC;
  21. }
  22. div.ban h2 {
  23. color: lime;
  24. }
  25. .bic {
  26. -moz-filter: url(./svg/blur.svg#blur_purple);
  27. filter: url(./svg/blur.svg#blur_purple);
  28. -webkit-filter: url(svg/blur.svg#blur_purple);
  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: #8725EC;
  35. }
  36. .desktop-style div.boardlist:nth-child(1) {
  37. border-bottom: #8725EC 1px dashed;
  38. }
  39. .bar
  40. {
  41. border-color: #8725EC !important;
  42. background-color: black;
  43. -moz-box-shadow: none;
  44. -webkit-box-shadow: none;
  45. box-shadow: none;
  46. }
  47. .bar.top
  48. {
  49. border-bottom-style: dotted;
  50. }
  51. .bar.bottom
  52. {
  53. border-top-style: dotted;
  54. }