Advertisement
alleboes

Sorimachi VNDB CSS Theme

Apr 6th, 2024 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 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/55Ehtmb.png);
  9. background-position: top;
  10. background-color: rgb(0, 0, 0);
  11. background-size: contain;
  12. }
  13.  
  14. html {
  15. --statok: #916a56;
  16. --grayedout: #916a56;
  17. --maintext: #ffffff;
  18. --link: #ffffff;
  19. --boxtitle: #ffffff;
  20. --border: #916a56;
  21. --secborder: #916a56;
  22. --footer: #ffffff;
  23. --alttitle: #916a56;
  24. --boxbg: rgba(24, 25, 24, 0.547);
  25. --secbg: rgba(24, 25, 24, 1);
  26. }
  27.  
  28. body>header h1 a {
  29. display: none;
  30. }
  31.  
  32. #bgright {
  33. background: none;
  34. }
  35.  
  36. @media only screen and (orientation: portrait) {
  37. body {
  38. background-image: url(https://i.imgur.com/55Ehtmb.png);
  39. background-position: top;
  40. background-color: rgb(0, 0, 0);
  41. background-size: contain;
  42. }
  43. }
Tags: visual novel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement