Advertisement
alleboes

Kuon vs Atuy VNDB CSS Theme

Apr 6th, 2024 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 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.  
  8. body {
  9. background-image: url(https://i.imgur.com/JmERpIX.png), url(https://i.imgur.com/834d5nY.png);
  10. background-position: top left, top right;
  11. background-repeat: no-repeat, no-repeat;
  12. background-color: rgb(29, 32, 38);
  13. background-size: auto, auto;
  14. }
  15.  
  16. #bgright {
  17. background: none;
  18. }
  19.  
  20. html {
  21. --statok: #ffd632;
  22. --grayedout: #ffd632;
  23. --maintext: #ffffff;
  24. --link: #ffffff;
  25. --boxtitle: #ffffff;
  26. --border: #122fc5;
  27. --secborder: #122fc5;
  28. --footer: #ffffff;
  29. --alttitle: #122fc5;
  30. --boxbg: rgba(8, 9, 28, 0.547);
  31. --secbg: rgba(8, 9, 28, 1);
  32. }
  33.  
  34. body>header h1 a {
  35. display: none;
  36. }
  37.  
  38. body>* nav {
  39. display: grid;
  40. justify-content: flex-start
  41. }
  42.  
  43. @media only screen and (orientation: portrait) {
  44. body {
  45. background-image: url(https://i.imgur.com/JmERpIX.png), url(https://i.imgur.com/834d5nY.png);
  46. background-position: top left, top right;
  47. background-repeat: no-repeat, no-repeat;
  48. background-color: rgb(29, 32, 38);
  49. background-size: auto, auto;
  50. }
  51. }
Tags: visual novel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement