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.

t.css 589B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .small_vid_overlay {
  2. /*z-index: ;*/
  3. position: relative;
  4. position: absolute;
  5. width: 100%;
  6. text-align:center;
  7. }
  8. .small_vid_overlay_v2{
  9. position: relative;
  10. width: 100%;
  11. /*display: none;*/
  12. /*background-color: #004;*/
  13. text-align:center;
  14. z-index: 300;
  15. color: #fff;
  16. }
  17. .small_vid_overlay_v2.z:before {
  18. /*position: absolute;*/
  19. content: "z";
  20. width: 30px;
  21. content: var(--v_index);
  22. }
  23. .small_vid_overlay_v2.z:after {
  24. background-color: #000;
  25. position: absolute;
  26. content: "z";
  27. width: 30px;
  28. top:2em;
  29. content: var(--v_index2);
  30. }
  31. .vid_toptoolbar_hook {
  32. /*text-align:center;*/
  33. }