Advertisement
alleboes

Kanae VNDB CSS Theme

Apr 6th, 2024 (edited)
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | Gaming | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. * {
  4. font-family: "Open Sans", "Segoe UI", "Calibri", sans-serif !important;
  5. }
  6.  
  7. body {
  8. background-image: url(https://i.imgur.com/btumOUa.png);
  9. background-position: top;
  10. background-color: rgb(0, 0, 0);
  11. background-size: contain;
  12. }
  13.  
  14. html {
  15. --statok: #eba6a2;
  16. --grayedout: #eba6a2;
  17. --maintext: #ffffff;
  18. --link: #ffffff;
  19. --boxtitle: #ffffff;
  20. --border: #eba6a2;
  21. --secborder: #eba6a2;
  22. --footer: #ffffff;
  23. --alttitle: #eba6a2;
  24. }
  25.  
  26. body>header h1 a {
  27. display: none;
  28. }
  29.  
  30. #bgright {
  31. background: none;
  32. }
  33.  
  34. @media only screen and (orientation: portrait) {
  35. body {
  36. background-image: url(https://i.imgur.com/btumOUa.png);
  37. background-position: top;
  38. background-color: rgb(0, 0, 0);
  39. background-size: contain;
  40. }
  41. }
Tags: visual novel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement