The version of vichan running on lainchan.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
2.2KB

  1. /**
  2. * volafile.css fuck you
  3. A sexy css for lainchan.org created by petsu / yuuko based off of volafile.io
  4. feel free to steal it.
  5. */
  6. @import url("/stylesheets/dark.css");
  7. @font-face
  8. {
  9. font-family: "Open Sans Light";
  10. src: url("/stylesheets/fonts/OpenSans-Light-webfont.eot") format("embedded-opentype"), url("/stylesheets/fonts/OpenSans-Light-webfont.woff") format("woff"), url("/stylesheets/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("/stylesheets/fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg");
  11. }
  12. body
  13. {
  14. background: #395168;
  15. color: #E0E0E0;
  16. }
  17. .bar
  18. {
  19. -moz-box-shadow: 0 0 40px #435D78;
  20. -webkit-box-shadow: 0 0 40px #435D78;
  21. box-shadow: 0 0 40px #435D78;
  22. background-color: #435D78!important;
  23. border-color: #486582!important;
  24. }
  25. div.boardlist:not(.bottom)
  26. {
  27. background-color:#395168;
  28. }
  29. .desktop-style div.boardlist:not(.bottom)
  30. {
  31. background-color:#395168;
  32. }
  33. .boardlist
  34. {
  35. text-shadow: none!important;
  36. }
  37. header h1, header div.subtitle, form table tr th, form table tr td input
  38. {
  39. color: #E0E0E0!important;
  40. }
  41. header h1
  42. {
  43. font-family: "Open Sans Light",sans-serif;
  44. font-style: normal;
  45. font-weight: 400;
  46. font-size: 32px;
  47. letter-spacing: 0px;
  48. margin-top: calc(-16px / 3 - 6.5px);
  49. }
  50. div.topbar, input[type="text"], select, form table tr th, form table tr td input[type="text"], form table tr td textarea, div.post.reply, [type="submit"], input[type="password"], div.pages
  51. {
  52. background: #435D78!important;
  53. border-color: #486582!important;
  54. color: #E0E0E0!important;
  55. }
  56. div.post.reply.highlighted{
  57. background-color: #486582!important;
  58. }
  59. form table tr td input[type="text"]:focus, form table tr td textarea:focus
  60. {
  61. border-color: #5E7F9F!important;
  62. }
  63. input[type="submit"][name="post"]
  64. {
  65. color: #3A4040!important;
  66. background-color: #DCA1F5!important;
  67. border-color: #DCA1F5!important;
  68. }
  69. .blotter
  70. {
  71. color: #DCA1F5!important;
  72. }
  73. hr {
  74. border-color: #486582;
  75. }
  76. a
  77. {
  78. color: #D8D8D8!important;
  79. }
  80. p.intro span.subject
  81. {
  82. color: #13C15F;
  83. }
  84. p.intro span.name
  85. {
  86. color: #E0E0E0;
  87. }
  88. span[style="color:orange;font-weight:bold"]
  89. {
  90. color: #D880FC!important;
  91. }
  92. a:hover, p.intro a.post_no:hover
  93. {
  94. color: #EDEDED!important;
  95. text-shadow: none!important;
  96. }
  97. :not(a) > i.fa
  98. {
  99. color: #DCA1F5;
  100. }