--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/integration/css/theend.css Fri Dec 14 13:07:58 2012 +0100
@@ -0,0 +1,481 @@
+/* http://meyerweb.com/eric/tools/css/reset/
+ v2.0 | 20110126
+ License: none (public domain)
+*/
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ font-size: 100%;
+ font: inherit;
+ vertical-align: baseline;
+}
+/* HTML5 display-role reset for older browsers */
+article, aside, details, figcaption, figure,
+footer, header, hgroup, menu, nav, section {
+ display: block;
+}
+body {
+ line-height: 1;
+}
+ol, ul {
+ list-style: none;
+}
+blockquote, q {
+ quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content: '';
+ content: none;
+}
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+.clearfix:after {
+ content: ".";
+ display: block;
+ clear: both;
+ visibility: hidden;
+ line-height: 0;
+ height: 0;
+}
+
+.clearfix {
+ display: inline-block;
+}
+
+html[xmlns] .clearfix {
+ display: block;
+}
+
+* html .clearfix {
+ height: 1%;
+}
+.clear{
+ clear: both;
+}
+
+input::-moz-focus-inner {
+ border: 0 none;
+ padding: 0;
+}
+
+/* END RESET.CSS */
+
+fieldset, img, button {
+ border: none;
+}
+
+body {
+ font-family: "AvenirNext-Regular", "Arial", "Helvetica", sans-serif;
+ background-color: black; font-size: 12px;
+ overflow: hidden;
+}
+h1 {
+ font-family: "AvenirNext-Heavy", "Arial Black", "Helvetica-Bold", sans-serif;
+ font-size: 43px;
+ color: #ffffff;
+ text-transform: uppercase;
+}
+b,
+strong,
+.bold {
+ font-weight: bold;
+}
+.uppercase{
+ text-transform:uppercase;
+ }
+a,
+a:link,
+a:visited,
+a:active {
+ text-decoration: none;
+}
+a.link_img,
+a.link_img:link,
+a.link_img:visited,
+a.link_img:active {
+ opacity: 0.586;
+}
+a.link_img:hover {
+ opacity: 1;
+}
+footer {
+
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+
+ height: 50px;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+.floatL {
+ float: left;
+}
+.floatR {
+ float: right;
+}
+/*----------------------------------------------*/
+/* 4- Main HP */
+/*----------------------------------------------*/
+section a,
+section a:link,
+section a:visited,
+section a:active {
+ color: #ffffff;
+ }
+section a:hover {
+ color: #bfbfbf;
+ }
+/*----------------------------------------------*/
+/* 9- Footer HP */
+/*----------------------------------------------*/
+
+footer a,
+footer a:link,
+footer a:visited,
+footer a:active {
+ color: #bfbfbf;
+ }
+footer a:hover {
+ color: #ffffff;
+ }
+footer ul {
+ margin: 0;
+
+ font-family: "AvenirNext-Bold", "Arial Bold", "Helvetica-Bold", sans-serif;
+ font-size: 9px;
+ color: #b9b9b9;
+ text-transform: uppercase;
+}
+footer ul li{
+ display: inline;
+}
+footer ul li a{
+ display: inline-block;
+}
+/*----------------------------------------------*/
+/* 5- Video Page */
+/*----------------------------------------------*/
+.link_prev{
+ display: inline-block;
+ width: 17px;
+ height: 20px;
+ margin-left: 6px;
+ vertical-align: baseline;
+}
+.link_prev img {
+ width: 100%;
+}
+#title_vp {
+ padding: 19px 0 5px 0;
+}
+#title_vp h1{
+ display: inline-block;
+ margin-left: 12px;
+ font-size: 27px;
+}
+
+/*----------------------------------------------*/
+/* Video */
+/*----------------------------------------------*/
+.video_wrap {
+ width: 100%; position: relative; background: #333333;
+}
+#video_sequence {
+ position: relative; width: 237px; height: 100px; margin: 0 auto;
+}
+.float_sequence {
+ white-space: nowrap;
+ overflow: hidden;
+}
+.float_sequence ul{
+ display: inline-block;
+ margin: 0;
+ padding: 7px 0;
+}
+.float_sequence li {
+ display: inline-block;
+ margin: 0 3px;
+}
+.float_sequence li a {
+ display: inline-block;
+}
+#title_sequence {
+ width: 100%;
+ margin-bottom: 9px;
+
+ font-family: "AvenirNext-Heavy", "Arial Black", "Helvetica-Bold", sans-serif;
+ font-size: 16px;
+ color: #777777;
+}
+#title_sequence ul {
+ left: 36px;
+}
+#title_sequence a,
+#title_sequence a:link,
+#title_sequence a:visited,
+#title_sequence a:active{
+ font-family: "AvenirNext-Heavy", "Arial Black", "Helvetica-Bold", sans-serif;
+ font-size: 16px;
+ color: #777777;
+}
+#title_sequence a:hover {
+ color: #ffffff;
+}
+#title_sequence .here a{
+ color: #ffffff;
+}
+#tag_container {
+ margin: 9px 0;
+}
+#tag_sequence {
+ margin-right: 209px;
+
+ font-family: "AvenirNext-Bold", "Arial Bold", "Helvetica-Bold", sans-serif;
+ font-size: 13px;
+}
+/*----------------------------------------------*/
+/* Search/Tag */
+/*----------------------------------------------*/
+input {
+ font-family: "AvenirNext-Regular", "Arial", "Helvetica", sans-serif;
+ font-size: 13px;
+ color: #000000;
+ height: 24px;
+ border: none;
+ padding: 0;
+ margin: 0;
+ float: left;
+ -webkit-appearance: none;
+}
+input[type=text] {
+ width: 158px;
+ background-color: #999999;
+ border-radius: 4px 0 0 4px;
+ padding:0 8px;
+}
+input[type=search] {
+ width: 200px;
+ background-color: #999999;
+ border-radius: 4px;
+ padding:0 8px;
+ margin-right: 20px;
+}
+input[type=submit] {
+ width: 33px;
+ background-color: #636363;
+ font-family: "AvenirNext-Bold", "Arial Bold", "Helvetica-Bold", sans-serif;
+ font-weight: bold;
+ font-size: 15px;
+ text-align: center;
+ line-height: 24px;
+ border-radius: 0 4px 4px 0;
+ margin: 0 5px;
+}
+input[type=submit]:hover{
+ background-color: #ffffff;
+}
+::-webkit-input-placeholder {
+ color: #333; text-style: italic;
+}
+:-moz-placeholder {
+ color: #333; text-style: italic;
+}
+:-ms-input-placeholder {
+ color: #333; text-style: italic;
+}
+#form_tag,
+#form_search {
+ float: right;
+ margin-left: 13px;
+}
+/*----------------------------------------------*/
+/* Video Controls */
+/*----------------------------------------------*/
+.video-wait {
+ background: url(../img/playvideo.png) rgba(128,128,128,.5) center no-repeat;
+ font-size: 48px;
+ z-index: 8;
+ position: absolute; left: 0; top: 0; width: 100%; height: 100%;
+}
+.video-wait.pause {
+ background: none;
+}
+#controlContainer{
+overflow: hidden;
+}
+#controlbar {
+ position: absolute;
+ bottom: 0px;
+ left: 0;
+ right: 0;
+ height: 50px;
+}
+.container_hcentering {
+ margin: 0 auto;
+ width: 620px;
+}
+#progressContainer {
+ width: 240px;
+ padding-top: 8px;
+ margin: 0 16px;
+}
+ /*
+ -webkit-transition: all 0.3s ease-in-out;
+ -moz-transition: all 0.3s ease-in-out;
+ -o-transition: all 0.3s ease-in-out;
+ transition: all 0.3s ease-in-out;
+}
+footer:hover #controlbar {
+ bottom: 0;
+}
+*/
+.progress_bar {
+ height: 5px;
+ border-radius: 2px;
+}
+#progressBar {
+ position: relative;
+ z-index: 1;
+ width: 240px;
+ background: #cccccc; border: none;
+}
+
+#progressBar .ui-slider-handle {
+ background: transparent url(../img/controls.png) no-repeat top left;
+ width: 21px;
+ height: 22px;
+ background-position: -72px 0;
+ margin-left: -10px;
+ margin-top: -2px;
+ border: none;
+ border-radius: 0;
+ padding: 0;
+ cursor: hand;
+ /*
+ * width: 12px; height: 12px; margin-left: -6px; border-radius: 6px; top: -4px;
+ */
+}
+
+#progressBar .ui-slider-range {
+ background: #777777; border: none;
+}
+
+#progressBar .ui-slider-handle.pause {
+ background-position: -72px -22px;
+}
+
+#progressBar a.ui-state-focus {
+ border: none;
+}
+
+#btnPlayPause {
+ width: 21px;
+ height: 22px;
+ background-position: -72px 0;
+ margin-top: 2px;
+}
+#btnPlayPause.pause {
+ background-position: -72px -22px;
+}
+
+footer ul#progressTime{
+ margin: 10px 0;
+ width: 240px;
+ font-size: 11px;
+}
+.txt_white {
+ color: #ffffff;
+}
+
+.btn {
+ background: transparent url(../img/controls.png) no-repeat top left;
+ float: left;
+ margin: 0 16px;
+}
+#btnSDHD {
+ background-position: 0 0;
+ width: 55px;
+ height: 12px;
+ margin-top: 5px;
+}
+#btnSDHD:hover {
+ background-position: 0 -12px;
+ width: 55px;
+ height: 12px;
+}
+#btnBck {
+ background-position: -55px 0;
+ width: 16px;
+ height: 16px;
+ margin-top: 3px;
+}
+#btnBck:hover {
+ background-position: -55px -16px;
+}
+#btnFwd {
+ background-position: -93px 0;
+ width: 16px;
+ height: 16px;
+ margin-top: 3px;
+}
+#btnFwd:hover {
+ background-position: -93px -16px;
+}
+#btnInfo {
+ background-position: -109px 0;
+ width: 21px;
+ height: 21px;
+}
+#btnInfo:hover {
+ background-position: -109px -21px;
+}
+#btnChoice {
+ background-position: -130px 0;
+ width: 21px;
+ height: 21px;
+}
+#btnChoice:hover {
+ background-position: -130px -21px;
+}
+
+/* HOME PAGE */
+
+.home_header {
+ margin-top: 20px;
+}
+
+.taglist_container {
+ position: absolute; top:80px;
+ bottom: 0; left: 0; right: 0; overflow: hidden;
+}
+
+.taglist_container table {
+ position: absolute;
+}
+
+.taglist_container td {
+ width: 180px; min-width: 180px; max-width: 180px; font-size: 16px;
+ height: 46px; min-height: 46px; max-height: 46px; text-align: center;
+ overflow: hidden; vertical-align: middle;
+}