123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
-
- .abs {
- background: #0080;
- position: absolute;
- z-index: 100;
- top:0;
- left:0;
- right: 0;
- bottom: 0;
- margin: inherit;
- }
-
-
-
-
- .icont {
- /*background: #0ff8;*/
-
- width: 100%;
- height: 100%;
- position: relative;
- }
-
-
-
- .xbox {
- width: 25px;
- height: 25px;
- /*color: #0000;*/
- color: #000;
- background: #0ff;
- background-image: linear-gradient(to top left, #ff8 50%, #0ff 50%);
- }
-
- .xbox2 {
- width: 25px;
- height: 25px;
- position: relative;
- position: absolute;
- color: #000;
- background-image: linear-gradient(to top left, #ff8 50%, #0ff 50%);
- }
-
-
-
- .small_vid .xbox:after,.small_vid .xbox2:after{
- /*.xbox:after,.xbox2:after{*/
- content: "???";
- z-index: 0;
- white-space: pre-wrap;
- content: var(--v_index,":???:") "\A" var(--v_id,":???:");
- background-color: #fff;
- position:absolute;
- top: 0;
- width: 75px;
- height: 45px;
- left: 0;
- /*right: 0;*/
- /*bottom: 0;*/
- }
-
-
- .xbox.m2s {
- width: 75px;
- height: 75px;
-
- width: 100%;
- height: 100%;
-
- background: #ff8;
- background-image: linear-gradient(to top left, #ff8 50%, #0ff 50%);
-
-
- }
-
-
-
-
- .pseudo_vid {
- background-color: #f00;
- background-image: linear-gradient(to top left, #ff8 50%, #0ff 50%);
- }
-
-
- .tile-view .pseudo_vid,.vertical-filmstrip .pseudo_vid{
- background-size:contain;
- /*border: 2px solid transparent !important;*/
- margin:4 5px;
- width: 100%;
- }
-
- .small_vid {
- display: block;
- }
- .pseudo_vid {
- /*display: none;*/
- position: relative;
- /*position: absolute;*/
- }
-
-
-
- .vspace {
- position: absolute;
- /*height: 500px;*/
- height: 100%;
- width: 100%;
- /*width: calc(100% - 4px);*/
- width: calc(100% );
- width: calc(100% - 4px);
- /*background-color: #555;*/
- height: calc(100% - 4px);
- border-radius: 100px;
-
- }
-
-
- .m4 {
- width: 50px;
- height: 50px;
- top: 200px;
- left: 10px;
- z-index: 100;
- position: relative;
- background-color: #00f;
- }
-
-
-
-
- .cont {
- /*position: relative;*/
- position: absolute;
-
- }
-
- .toolbox-background{
- z-index: 100 !important;
- }
-
-
-
- .c6 {
- overflow-x: scroll;
- }
|