src/Pumukit/WebTVBundle/Resources/views/Css/template_video.css.twig line 1

Open in your IDE?
  1. .block_relative {
  2.     position:relative;
  3. }
  4. .image_representation {
  5.     position: relative;
  6.     text-align: center;
  7.     color: black;
  8.     margin-top:10px;
  9. }
  10. .image_representation .thumbnail {
  11.     border:0;
  12.     margin-bottom: 0;
  13. }
  14. .image_representation .thumbnail .embed-responsive, .list-of-series .thumbnail .embed-responsive {
  15.     border-radius: 10px;
  16. }
  17. .image_representation .thumbnail .caption {
  18.     padding:2px;
  19. }
  20. .title_image_representation  {
  21.     display: -webkit-box;
  22.     text-align:left;
  23.     -webkit-box-orient: vertical;
  24.     overflow: hidden;
  25.     text-overflow: ellipsis;
  26.     white-space: normal;
  27.     font-size:15px;
  28.     font-weight: 500;
  29.     color: #000000;
  30.     margin-top:10px;
  31.     -webkit-line-clamp: 3;
  32.     max-height: 4.5em;
  33. }
  34. .second_line_image_representation  {
  35.     display: -webkit-box;
  36.     text-align:left;
  37.     -webkit-box-orient: vertical;
  38.     overflow: hidden;
  39.     text-overflow: ellipsis;
  40.     white-space: normal;
  41.     font-size:12px;
  42.     font-weight: 500;
  43.     line-height: 1.6rem;
  44.     padding:2px;
  45.     color: #0b0b0b;
  46.     -webkit-line-clamp: 3;
  47.     max-height: 3.5em;
  48. }
  49. .caption a .second_line_image_representation {
  50.     margin-top:5px;
  51.     margin-bottom:5px;
  52. }
  53. .icons_image_representation_center {
  54.     position: absolute;
  55.     top: 50%;
  56.     left: 50%;
  57.     transform: translate(-50%, -50%);
  58.     background: transparent;
  59.     color:white;
  60.     border-radius:50%;
  61.     border: 1px solid #FFF;
  62.     width:30%;
  63.     height:50%;
  64. }
  65. .icons_image_representation_center i {
  66.     margin-top: 15px;
  67.     margin-left: 5px;
  68. }
  69. .icons_image_representation_bottom_right {
  70.     color: #FFF;
  71.     opacity:0.9;
  72.     padding:3px;
  73.     bottom: 0.5em;
  74.     position: absolute;
  75.     top: 45%;
  76.     left: 0;
  77.     width: 100%;
  78. }
  79. .icons_image_representation_bottom_right .background {
  80.     width:10%;
  81.     background-color: #000;
  82.     padding:3px;
  83.     float: right;
  84.     margin-right: 30px;
  85.     margin-bottom:10px;
  86. }
  87. .img_adapter_4_3 {
  88.     height: 100%;
  89.     display: inline-block;
  90.     vertical-align: middle;
  91. }
  92. .embed-responsive-item {
  93.     background-color: #000;
  94. }
  95. .thumbnail a {
  96.     text-decoration:none;
  97.     color: #000000;
  98. }
  99. .thumbnail a:hover {
  100.     text-decoration: underline;
  101. }
  102. .thumbnail a:focus {
  103.     outline-offset: 2px;
  104. }
  105. .thumbnail .caption li {
  106.     padding: 0;
  107. }
  108. .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  109.     color: #ffffff;
  110.     background-color: transparent;
  111. }
  112. .recently .image_representation .title_image_representation {
  113.     font-size:17px;
  114. }
  115. .highlight .image_representation .title_image_representation {
  116.     font-size:22px;
  117. }
  118. .second_line_image_representation, .date_and_visits {
  119.     color: #666666;
  120.     font-size:14px;
  121. }
  122. .image_representation .title_image_representation {
  123.     margin: 10px 0 0 0;
  124. }
  125. .image_representation .second_line_image_representation, .image_representation  .date_and_visits  {
  126.     margin:0;
  127.     padding:0;
  128. }
  129. .image_representation .second_line_image_representation {
  130.     margin: 5px 0;
  131. }
  132. .highlight .image_representation .title_image_representation {
  133.     font-weight: bold;
  134. }
  135. .panel-body .title_image_representation {
  136.     margin-top:0;
  137. }
  138. .tags-info-pmk .list-inline>li {
  139.     padding-right: 0;
  140.     padding-left: 0;
  141. }
  142. .panel-series .current {
  143.     background-color: #ededed;
  144. }
  145. .list-group-item-custom {
  146.     border:none;
  147.     padding-top: 5px;
  148.     padding-bottom: 5px;
  149. }
  150. .inside-video-duration {
  151.     position: absolute;
  152.     background: #000000;
  153.     opacity: 1;
  154.     bottom: 5px;
  155.     right: 5px;
  156.     color: white;
  157.     padding:4px;
  158.     border-radius:8px;
  159. }
  160. .video_block {
  161.     border-bottom: 1px solid #808080;
  162.     margin-bottom:25px;
  163. }
  164. .video_block .video-title {
  165.     overflow: hidden;
  166.     display: -webkit-box;
  167.     -webkit-line-clamp: 2;
  168.     line-clamp: 2;
  169.     -webkit-box-orient: vertical;
  170. }
  171. .video-page .list-group {
  172.     margin-bottom: 0;
  173. }
  174. @media (max-width: 992px) {
  175.     .highlight .image_representation .title_image_representation {
  176.         font-size:24px;
  177.     }
  178.     .title_image_representation  {
  179.         font-size:16px;
  180.     }
  181.     .second_line_image_representation  {
  182.         font-size:12px;
  183.     }
  184. }
  185. @media (max-width: 768px) {
  186.     .recently .image_representation .title_image_representation {
  187.         font-size:24px;
  188.     }
  189.     .highlight .image_representation .title_image_representation {
  190.         font-size:24px;
  191.     }
  192.     .title_image_representation  {
  193.         font-size:20px;
  194.     }
  195.     .second_line_image_representation  {
  196.         font-size:16px;
  197.     }
  198. }
  199. .multimedia_object_edit_button {
  200.     position: absolute;
  201.     right: 0;
  202.     top: 0;
  203.     width: 30px;
  204.     color: #000;
  205.     cursor: pointer;
  206.     background-color: #fff;
  207.     height: 30px;
  208.     border: 1px solid #eaeaea;
  209. }