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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. .abs {
  2. background: #0080;
  3. position: absolute;
  4. z-index: 100;
  5. top:0;
  6. left:0;
  7. right: 0;
  8. bottom: 0;
  9. margin: inherit;
  10. }
  11. .icont {
  12. /*background: #0ff8;*/
  13. width: 100%;
  14. height: 100%;
  15. position: relative;
  16. }
  17. .xbox {
  18. width: 25px;
  19. height: 25px;
  20. /*color: #0000;*/
  21. color: #000;
  22. background: #0ff;
  23. background-image: linear-gradient(to top left, #ff8 50%, #0ff 50%);
  24. }
  25. .xbox2 {
  26. width: 25px;
  27. height: 25px;
  28. position: relative;
  29. position: absolute;
  30. color: #000;
  31. background-image: linear-gradient(to top left, #ff8 50%, #0ff 50%);
  32. }
  33. .small_vid .xbox:after,.small_vid .xbox2:after{
  34. /*.xbox:after,.xbox2:after{*/
  35. content: "???";
  36. z-index: 0;
  37. white-space: pre-wrap;
  38. content: var(--v_index,":???:") "\A" var(--v_id,":???:");
  39. background-color: #fff;
  40. position:absolute;
  41. top: 0;
  42. width: 75px;
  43. height: 45px;
  44. left: 0;
  45. /*right: 0;*/
  46. /*bottom: 0;*/
  47. }
  48. .xbox.m2s {
  49. width: 75px;
  50. height: 75px;
  51. width: 100%;
  52. height: 100%;
  53. background: #ff8;
  54. background-image: linear-gradient(to top left, #ff8 50%, #0ff 50%);
  55. }
  56. .pseudo_vid {
  57. background-color: #f00;
  58. background-image: linear-gradient(to top left, #ff8 50%, #0ff 50%);
  59. }
  60. .tile-view .pseudo_vid,.vertical-filmstrip .pseudo_vid{
  61. background-size:contain;
  62. /*border: 2px solid transparent !important;*/
  63. margin:4 5px;
  64. width: 100%;
  65. }
  66. .small_vid {
  67. display: block;
  68. }
  69. .pseudo_vid {
  70. /*display: none;*/
  71. position: relative;
  72. /*position: absolute;*/
  73. }
  74. .vspace {
  75. position: absolute;
  76. /*height: 500px;*/
  77. height: 100%;
  78. width: 100%;
  79. /*width: calc(100% - 4px);*/
  80. width: calc(100% );
  81. width: calc(100% - 4px);
  82. /*background-color: #555;*/
  83. height: calc(100% - 4px);
  84. border-radius: 100px;
  85. }
  86. .m4 {
  87. width: 50px;
  88. height: 50px;
  89. top: 200px;
  90. left: 10px;
  91. z-index: 100;
  92. position: relative;
  93. background-color: #00f;
  94. }
  95. .cont {
  96. /*position: relative;*/
  97. position: absolute;
  98. }
  99. .toolbox-background{
  100. z-index: 100 !important;
  101. }
  102. .c6 {
  103. overflow-x: scroll;
  104. }