Advertisement
lefthandedmagus

Irotoridori No Sekai kana & ren css

Apr 8th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 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://www.hdwallpaper.nu/wp-content/uploads/2017/02/irotoridori_no_sekai-12.jpg);
  9. background-position: top;
  10. background-color: rgb(0, 0, 0);
  11. background-size: contain;
  12. }
  13.  
  14. html {
  15. --statok: #6bb3c2;
  16. --grayedout: #6bb3c2;
  17. }
  18.  
  19. body>header h1 a {
  20. display: none;
  21. }
  22.  
  23. #bgright {
  24. background: none;
  25. }
  26.  
  27. @media only screen and (orientation: portrait) {
  28. body {
  29. background-image: url(https://www.hdwallpaper.nu/wp-content/uploads/2017/02/irotoridori_no_sekai-12.jpg);
  30. background-position: top;
  31. background-color: rgb(0, 0, 0);
  32. background-size: contain;
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement