You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ts.css 466B

1234567891011121314151617181920212223242526272829303132333435
  1. .shared_vid_overlay{
  2. position: relative;
  3. /*text-align: left !important;*/
  4. text-align: justify !important;
  5. display: block;
  6. /*width: 200px;*/
  7. z-index: 20;
  8. width: 100%;
  9. height: 100%;
  10. /*display: inline-block;*/
  11. }
  12. .shared_vid_overlay.even{
  13. background-color: #0088;
  14. }
  15. .dev_raf_t0 {
  16. background-color: #8008;
  17. }
  18. .dev_raf_t1 {
  19. background-color: #0ff4;
  20. }
  21. .sv_info {
  22. position: absolute;
  23. width: 50%;
  24. height: 50px;
  25. /*background-color: red;*/
  26. z-index: 3;
  27. }