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.

dark_purple.css 601B

123456789101112131415161718192021
  1. /**
  2. * dark.css, purple extension
  3. * Clumps all rules into three rules to determine the new accent color
  4. */
  5. @import url("/stylesheets/dark.css");
  6. span.quote {
  7. color:#A6D2FF!important;
  8. }
  9. div.blotter, h1, h2, header div.subtitle, div.title, a:link:hover, a:visited:hover p.intro a.post_no:hover,
  10. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover, p.intro span.name,
  11. p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name,
  12. input[type="submit"]:hover, div.ban h2 {
  13. color: #8725EC;
  14. }
  15. p.intro span.subject {
  16. color: #664445;
  17. }