Advertisement
alleboes

Yunagi VNDB CSS Theme

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