1234567891011121314151617181920212223242526272829303132333435363738 |
-
- .small_vid_overlay {
- /*z-index: ;*/
-
- position: relative;
- position: absolute;
- width: 100%;
- text-align:center;
- }
- .small_vid_overlay_v2{
- position: relative;
- width: 100%;
- /*display: none;*/
- /*background-color: #004;*/
- text-align:center;
- z-index: 300;
- color: #fff;
-
- }
-
- .small_vid_overlay_v2.z:before {
- /*position: absolute;*/
- content: "z";
- width: 30px;
- content: var(--v_index);
- }
- .small_vid_overlay_v2.z:after {
- background-color: #000;
- position: absolute;
- content: "z";
- width: 30px;
- top:2em;
- content: var(--v_index2);
- }
- .vid_toptoolbar_hook {
-
- /*text-align:center;*/
- }
|