Nav apraksta

ms-videogallery.css 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. .ms-videogallery-template {
  2. padding-bottom:185px;
  3. max-width: 850px;
  4. margin: 0 auto;
  5. }
  6. .ms-videogallery-template.ms-videogallery-vertical-template {
  7. max-width: 861px;
  8. padding-right: 290px;
  9. padding-bottom:0 !important;
  10. margin: 0 auto;
  11. }
  12. .ms-videogallery-template .ms-layer {
  13. font-family: "Lato",sans-serif;
  14. }
  15. .ms-videogallery-template .ms-layer.video-title {
  16. font-weight: 300;
  17. background: #1F1F1F;
  18. color: white;
  19. padding: 11px;
  20. text-transform: uppercase;
  21. }
  22. .ms-videogallery-template .ms-layer.video-author {
  23. background: #FFFFFF;
  24. padding: 4px 10px;
  25. font-size: 14px;
  26. }
  27. .ms-videogallery-template .ms-thumb-list.ms-dir-h {
  28. bottom:auto;
  29. height:auto;
  30. width: 100%;
  31. }
  32. .ms-videogallery-template .ms-thumb-list.ms-dir-v {
  33. height: 100%;
  34. width: 280px;
  35. right: -290px;
  36. top: 0;
  37. }
  38. .ms-videogallery-template .ms-thumb-frame {
  39. cursor: pointer;
  40. float: left;
  41. font-family: "Lato", sans-serif;
  42. text-shadow: 0 1px 1px white;
  43. color: #222;
  44. font-weight: 300;
  45. position: relative;
  46. overflow: visible;
  47. -webkit-transition: all 300ms ease-out;
  48. -moz-transition: all 300ms ease-out;
  49. -ms-transition: all 300ms ease-out;
  50. -o-transition: all 300ms ease-out;
  51. transition: all 300ms ease-out;
  52. }
  53. .ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {
  54. width: 214px;
  55. height: auto;
  56. margin: 10px 10px 0 0;
  57. }
  58. .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
  59. width: 280px;
  60. height: 78px;
  61. margin-bottom: 10px;
  62. }
  63. .ms-thumb-list.ms-dir-v .ms-thumb-frame img {
  64. width: 140px;
  65. float: left;
  66. }
  67. .ms-videogallery-template .ms-thumb{text-align: center;}
  68. .ms-videogallery-template .ms-thumb-frame h3 {
  69. font-weight: 400;
  70. font-size: 10pt;
  71. margin:10px 0 0 0;
  72. text-transform: uppercase;
  73. }
  74. .ms-videogallery-template .ms-thumb-frame p {
  75. font-size:10pt;
  76. margin: 4px 0;
  77. }
  78. .ms-videogallery-template .ms-thumb-frame-selected { opacity: 1; }
  79. .ms-videogallery-template .ms-thumb-ol {
  80. width: 214px;
  81. background: black;
  82. opacity: 0.5;
  83. height: 119px;
  84. position: absolute;
  85. top: 0;
  86. -webkit-transition: all 300ms ease-out;
  87. -moz-transition: all 300ms ease-out;
  88. -ms-transition: all 300ms ease-out;
  89. -o-transition: all 300ms ease-out;
  90. transition: all 300ms ease-out;
  91. }
  92. .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-ol {
  93. width: 140px;
  94. height: 78px;
  95. }
  96. .ms-videogallery-template .ms-thumb-frame-selected .ms-thumb-ol {opacity: 0;}
  97. .ms-videogallery-template .ms-ie7 .ms-thumb-ol,
  98. .ms-videogallery-template .ms-ie8 .ms-thumb-ol{display:none;}
  99. .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame h3 {
  100. float: left;
  101. height: 68px;
  102. width: 100px;
  103. margin: 0 10px;
  104. text-align: left;
  105. }
  106. @media (max-width: 600px) {
  107. .ms-videogallery-template {padding-bottom:135px;}
  108. .ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {width: 100px;}
  109. .ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-ol {
  110. width: 100px;
  111. height: 56px;
  112. }
  113. .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
  114. width: 240px;
  115. height: 58px;
  116. }
  117. .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame img {width: 100px;}
  118. .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-ol {
  119. width: 100px;
  120. height: 56px;
  121. }
  122. .ms-videogallery-template.ms-videogallery-vertical-template {padding-right: 250px;}
  123. .ms-videogallery-template .ms-thumb-list.ms-dir-v {width: 240px; right: -250px;}
  124. }
  125. @media (max-width: 400px) {
  126. .ms-videogallery-template .ms-thumb-list.ms-dir-v {display:none;}
  127. .ms-videogallery-template.ms-videogallery-vertical-template {padding-right: 0px;}
  128. }