Dark_Ashelin

Kagerou CSS #2

Dec 11th, 2019 (edited)
2,382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. /* Write User-stylesheet here.
  2. * If you don't know what CSS is, you can ignore this section.
  3. * For details, please refer source code or DevTools directly.
  4. * some config value can be loaded by var(). */
  5.  
  6. .codename, .buttons, .icon-transition, footer, #history-region, #history-mob, #patchnote, #init-menu, .button[data-button="toggle-detail"]{
  7. display:none;
  8. }
  9. .container{
  10. position: relative;
  11. }
  12. .buttons{
  13. position: absolute;
  14. top: 32px;
  15. right: 0px;
  16. }
  17. #history-time{
  18. position: absolute;
  19. top: 32px;
  20. left: 5px;
  21. font-size: 12px;
  22. visibility: visible;
  23. }
  24. footer, #patchnote, #init-menu{
  25. font-size: 0px;
  26. line-height:0;
  27. height: 0;
  28. visibility: hidden;
  29. }
  30. #rdps{
  31. position: absolute;
  32. bottom: 0px;
  33. left: 5px;
  34. font-size: 12px;
  35. visibility: visible;
  36. color: rgba(179, 229, 252, 1);
  37. }
  38. #rdps::before {
  39. content: "rDPS: ";
  40. }
  41. .button .icon-container{
  42. visibility: hidden;
  43. }
  44. .button[data-button="toggle-detail"]{
  45. display: none;
  46. }
Add Comment
Please, Sign In to add comment