Advertisement
alleboes

Irosekai VNDB CSS Layout

Apr 9th, 2024 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 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-attachment: fixed;
  10. background-image: url(https://i.imgur.com/C4LH2FR.jpeg);
  11. background-position: top center;
  12. background-repeat: no-repeat;
  13. background-color: #3229f8;
  14. background-size: cover;
  15. margin-top: 115px;
  16. }
  17.  
  18. #bgright {
  19. background: none;
  20. }
  21.  
  22. html {
  23. --statok: #fbe483;
  24. --grayedout: #fbe483;
  25. --maintext: #ffffff;
  26. --link: #ffffff;
  27. --boxtitle: #ffffff;
  28. --border: #fbe483;
  29. --secborder: #fbe483;
  30. --footer: #ffffff;
  31. --alttitle: #fbe483;
  32. }
  33.  
  34. body>header h1 a {
  35. display: none;
  36. }
  37.  
  38. @media only screen and (orientation: portrait) {
  39. body {
  40. background-attachment: fixed;
  41. background-image: url(https://i.imgur.com/C4LH2FR.jpeg);
  42. background-position: top center;
  43. background-repeat: no-repeat;
  44. background-color: #3229f8;
  45. background-size: contain;
  46. }
  47. }
Tags: visual novel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement