lrc.css 497 B

1234567891011121314151617181920212223242526272829
  1. *:fullscreen, *:-webkit-full-screen, *:-moz-full-screen {
  2. background-color: white;
  3. }
  4. ::backdrop
  5. {
  6. background-color: white;
  7. }
  8. .live {
  9. background: linear-gradient(to right, rgba(0,0,0,.1) 0%, rgba(202,234,206) 50%, rgba(0,0,0,.1) 100%);
  10. font-size:4vmin;
  11. display: flex;
  12. align-items: center;
  13. justify-content: center;
  14. width:100%;
  15. flex-direction: column
  16. }
  17. .live .active {
  18. font-weight:bold
  19. }
  20. .live div {
  21. height:25vh;
  22. display: flex;
  23. flex-direction: column;
  24. padding-left:6vw
  25. }