src/Pumukit/WebTVBundle/Resources/views/default.css.twig line 1

Open in your IDE?
  1. {% block body %}
  2.     {% autoescape false %}
  3.     {% set primary_color = pumukit_info.primary_color %}
  4.     {% set font_color = pumukit_info.font_color %}
  5.     {% set default_contrast_background = default_contrast_background | default("#c05800") %}
  6.     {% set default_content_font = default_content_font | default("#111") %}
  7.     {% set page_background = page_background | default("#ffffff") %}
  8.     body {
  9.         background: {{ page_background }};
  10.     }
  11.     ul, ol {
  12.         list-style:none;
  13.         margin: 0;
  14.         padding: 0;
  15.     }
  16.     h1, h2, h3, h4 {
  17.         font-weight: bold;
  18.         color: {{ default_content_font }};
  19.     }
  20.     a, a:hover {
  21.         color: #000000;
  22.     }
  23.     .disabled {
  24.         color: #767676 !important;
  25.     }
  26.     .edit-pmk-icon {
  27.         font-size:17px;
  28.         color: {{ default_contrast_background }};
  29.     }
  30.     .date, .num_views {
  31.         text-align: right;
  32.     }
  33.     .main-content {
  34.         min-height: 625px;
  35.     }
  36.     .login-box-pmk .logout-button {
  37.         background-color: #b30000;
  38.         border-color: #b30000;
  39.     }
  40.     .search-form {
  41.         padding: 10px;
  42.         background: #EDEDED;
  43.         color: #000000;
  44.     }
  45.     .search-form .input-group.date {
  46.         width: 100%;
  47.     }
  48.     .search-form a {
  49.         color: #2d699e;
  50.     }
  51.     .input-group-addon {
  52.         background: white;
  53.     }
  54.     .video-duration {
  55.         position: absolute;
  56.         top: 8%;
  57.         left: 8%;
  58.         color: white;
  59.         font-size: 0.8em;
  60.         background:rgba(0,0,0,0.65);
  61.         padding: 1px 3px;
  62.     }
  63.     .order-by {
  64.         display: inline;
  65.         padding-left: 5px;
  66.     }
  67.     .order-by > li{
  68.         padding-left: 0;
  69.         padding-right: 0;
  70.     }
  71.     .btn-pmk {
  72.         background-color: {{ primary_color|raw }};
  73.         color: #ffffff;
  74.     }
  75.     .panel-pmk>.panel-heading {
  76.         background-color: {{ primary_color|raw }};
  77.         color: #ffffff;
  78.         font-weight: bold;
  79.     }
  80.     .panel-series .panel-body, .panel-related .panel-body{
  81.         overflow-x: hidden;
  82.         overflow-y: scroll;
  83.         max-height: 400px;
  84.     }
  85.     .total-search {
  86.         margin-top:10px;
  87.         color:black;
  88.         font-weight:bold;
  89.         font-size:1.2em;
  90.     }
  91.     .list-group-item-pmk {
  92.         background: transparent;
  93.     }
  94.     .block-media-pmk {
  95.         padding-top:10px;
  96.     }
  97.     .block-media-pmk h1, .block-media-pmk .h1, .block-media-pmk h2, .block-media-pmk .h2, .block-media-pmk h3, .block-media-pmk .h3 {
  98.         margin-top: 0;
  99.     }
  100.     .block-search-pmk {
  101.         margin-bottom:20px;
  102.     }
  103.     .show_more_link a, .show_more_link a:hover {
  104.         color: #000000;
  105.         font-size:14px;
  106.     }
  107.     .label-pmk a {
  108.         color: #ffffff;
  109.     }
  110.     .label-pmk a:hover {
  111.         color: #000000;
  112.     }
  113.     .label-pmk {
  114.         background-color: {{ primary_color|raw }};
  115.         margin-left:3px;
  116.         white-space: normal;
  117.         display: inline-block;
  118.         max-width: 100%;
  119.         overflow: hidden;
  120.         text-align: left;
  121.     }
  122.     .titlecookie {
  123.         font-weight: bold;
  124.         color: ·ffffff;
  125.         font-size: 30px;
  126.     }
  127.     .cookielaw {
  128.         display: block; position: fixed;
  129.         padding: 10px;
  130.         bottom: 0;
  131.         left: 0;
  132.         width: 100%;min-height: 60px;
  133.         background: rgb(0,0,0,0.7);
  134.         color: #efefef;
  135.         font-size: 100%;
  136.         text-align: center;
  137.         z-index: 1000000;
  138.         overflow: hidden;
  139.     }
  140.     /* Wall block */
  141.     .wall_block {
  142.         margin-bottom: 20px;
  143.     }
  144.     .wall-container {
  145.         padding-bottom: 10px;
  146.     }
  147.     .next_events_box_title {
  148.         font-size: 16px;
  149.         margin-top: 5px !important;
  150.         margin-bottom: 0;
  151.         font-weight: bold;
  152.     }
  153.     .next_events_box_data .title a {
  154.         font-size: 16px;
  155.         font-weight: 600;
  156.         overflow: hidden;
  157.         display: -webkit-box;
  158.         -webkit-line-clamp: 2;
  159.         line-clamp: 2;
  160.         -webkit-box-orient: vertical;
  161.     }
  162.     .next_events_box_data {
  163.         margin-top: 10px;
  164.     }
  165.     .wall-container .no_events {
  166.         font-size: 15px;
  167.     }
  168.     .carousel-caption .background-title {
  169.         background-color: rgba(0,0,0,0.8);
  170.         overflow: hidden;
  171.         display: -webkit-box;
  172.         -webkit-line-clamp: 2;
  173.         line-clamp: 2;
  174.         -webkit-box-orient: vertical;
  175.     }
  176. {% include '@PumukitWebTV/Css/template_video.css.twig' %}
  177.     {% include '@PumukitWebTV/Css/template_series.css.twig' %}
  178.     {% include '@PumukitWebTV/Css/template_stats.css.twig' %}
  179.     {% include '@PumukitWebTV/Css/template_header.css.twig' %}
  180.     {% include '@PumukitWebTV/Css/template_horizontal_menu.css.twig' %}
  181.     {% include '@PumukitWebTV/Css/template_footer.css.twig' %}
  182.     {% include '@PumukitWebTV/Css/template_breadcrumb.css.twig' %}
  183.     {% include '@PumukitWebTV/Css/template_search_box.css.twig' %}
  184.     {% include '@PumukitWebTV/Css/template_event.css.twig' %}
  185.     {% include '@PumukitWebTV/Css/template_pagination.css.twig' %}
  186.     {% include '@PumukitWebTV/Css/template_live.css.twig' %}
  187.     {% include '@PumukitWebTV/Css/template_share.css.twig' %}
  188.     {% include '@PumukitWebTV/Css/template_live_chat.css.twig' %}
  189.     {% include '@PumukitWebTV/Css/template_wall.css.twig' %}
  190.     {% include '@PumukitWebTV/Css/template_error.css.twig' %}
  191.     {% include '@PumukitWebTV/Css/template_a11y.css.twig' %}
  192.     /* Legacy Menu CSS */
  193.     {#{% include '@PumukitWebTV/Css/template_legacy_menu.css.twig' %}#}
  194.     /* Legacy Categories CSS */
  195.     {#{% include '@PumukitWebTV/Css/template_legacy_categories.css.twig' %}#}
  196.     /* Legacy Misc video CSS */
  197.     {#{% include '@PumukitWebTV/Css/template_legacy_video.css.twig' %}#}
  198.     {% endautoescape %}
  199. {% endblock %}