Advertisement
alleboes

Rosalind VNDB CSS Theme

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