1234567891011121314151617181920212223242526272829303132333435 |
-
-
- .shared_vid_overlay{
- position: relative;
- /*text-align: left !important;*/
- text-align: justify !important;
- display: block;
- /*width: 200px;*/
- z-index: 20;
- width: 100%;
- height: 100%;
- /*display: inline-block;*/
- }
- .shared_vid_overlay.even{
-
- background-color: #0088;
- }
-
- .dev_raf_t0 {
- background-color: #8008;
-
- }
-
- .dev_raf_t1 {
- background-color: #0ff4;
-
- }
-
- .sv_info {
- position: absolute;
- width: 50%;
- height: 50px;
- /*background-color: red;*/
- z-index: 3;
- }
|