--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/integration/css/style.css Wed Oct 17 18:24:00 2012 +0200
@@ -0,0 +1,658 @@
+/* fonts */
+@font-face {
+ font-family: 'OpenSans-Regular';
+ src: url('fonts/OpenSans-Regular.ttf');
+}
+@font-face {
+ font-family: 'OpenSans-Light';
+ src: url('fonts/OpenSans-Light.ttf');
+}
+@font-face {
+ font-family: 'OpenSans-Bold';
+ src: url('fonts/OpenSans-Bold.ttf');
+}
+@font-face {
+ font-family: 'OpenSans-Italic';
+ src: url('fonts/OpenSans-Italic.ttf');
+}
+@font-face {
+ font-family: 'OpenSans-Semibold';
+ src: url('fonts/OpenSans-Semibold.ttf');
+}
+@font-face {
+ font-family: 'OpenSans-SemiboldItalic';
+ src: url('fonts/OpenSans-SemiboldItalic.ttf');
+}
+body{
+ height: 100%;
+ background: url(../img/bg.jpg) repeat-x 0 0;
+}
+a{
+ color:#000;
+ text-decoration: none;
+}
+div.wrap{
+ min-height:100%;
+ background-color: #FFF;
+ width: 960px;
+ margin: 0 auto;
+ font-family: 'OpenSans-Regular';
+ color:#333333;
+ font-size: 13px;
+ height: 100%;
+}
+div.wrap-header{
+ background: url(../img/bg-wrap-header.jpg) repeat-x 0 0;
+ height: 58px;
+ margin-bottom: 1px;
+}
+/* header */
+div.header{
+ position: relative;
+ background: url(../img/bg-header.jpg) repeat-x 0 0;
+ height: 60px;
+}
+div.header div.title-video-wrap, div.header h1, div.header div.profil-wrap{
+ position: relative;
+ float: left;
+ height: 60px;
+}
+div.header h1{
+ display: inline-block;
+ height: 60px;
+ width: 250px;
+}
+div.header h1 a img, div.header h1 a span{
+ float: left;
+}
+div.header h1 a span{
+ font-family: 'OpenSans-Light';
+ font-size: 20px;
+ text-align: center;
+ padding: 6px 0 0 6px;
+}
+div.header div.title-video-wrap{
+ width: 460px;
+}
+div.header div.title-video-wrap a{
+ position: absolute;
+ top: 10px;
+ left: 0;
+ font-size: 18px;
+ font-family: 'OpenSans-Bold';
+ color: #30036d;
+ text-decoration: underline;
+ background-image: url(../img/pencil-icon.png);
+ background-repeat: no-repeat;
+ background-position: right 2px;
+ padding-right: 20px;
+}
+div.header div.title-video-wrap a:hover{
+ text-decoration: none;
+}
+div.header div.title-video-wrap p.time-length{
+ position: absolute;
+ top: 34px;
+ color: #333333;
+ font-size: 14px;
+}
+div.header div.title-video-wrap p.time-length span{
+ color: #de2500;
+}
+div.header div.profil-wrap{
+ width: 250px;
+}
+div.header div.profil-wrap a{
+ width: 160px;
+ display: block;
+ text-align: right;
+ position: absolute;
+ right: 0;
+ font-size: 14px;
+ color: #30036d;
+ padding-right: 18px;
+}
+div.header div.profil-wrap a:hover{
+ color: #FF00FC;
+}
+div.header div.profil-wrap a.all-hashcut{
+ top: 12px;
+ background: url(../img/arrow-top.png) right 2px no-repeat;
+}
+div.header div.profil-wrap a.my-profil{
+ top: 32px;
+ background: url(../img/arrow-bot.png) right 4px no-repeat;
+}
+/* content */
+div.content{
+ width: 960px;
+ min-height: 750px;
+ background: url(../img/bg-degrade.jpg) 0 0 repeat-x;
+}
+
+div.col-middle, div.col-left, div.col-right{
+ float: left;
+}
+/* col-middle */
+div.col-middle{
+ width: 460px;
+}
+div.col-middle-header{
+ height: 35px;
+ background: url(../img/bg-previsualiser.jpg) repeat-x 0 0;
+ line-height: 35px;
+ font-size: 16px;
+ font-family: 'OpenSans-SemiboldItalic';
+
+}
+div.col-middle-header a{
+ color: #30036d;
+}
+div.col-middle-header a:hover{
+ color: #FF00FC;
+}
+div.col-middle-header a.disable, div.col-middle-header a.disable:hover{
+ color: #796891;
+}
+div.col-middle-header a.segmenter{
+ padding: 0 10px;
+ display: inline-block;
+ min-width: 210px;
+ height: 35px;
+ background: url(../img/bg-segmenter.jpg) repeat-x 0 0;
+}
+div.col-middle-header a.previsualiser{
+ float: right;
+ padding-right: 10px;
+}
+div.col-middle div.video{
+ width: 460px;
+ position: relative;
+ margin-bottom: 8px;
+}
+div.col-middle div.video a.publier-button{
+ position: absolute;
+ width: 69px;
+ height: 67px;
+ background: url(../img/publier-button-sprite.png) 0 0 no-repeat;
+ left: 382px;
+ top: 10px;
+}
+div.col-middle div.video a.publier-button:hover{
+ background-color: #666;
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+ border-radius: 2px;
+}
+div.col-middle div.video a.publier-button.disable{
+ background: url(../img/publier-button-sprite.png) 0 -67px no-repeat;
+}
+div.col-middle div.video a.publier-button.disable:hover{
+ background-color: none;
+}
+div.col-middle div.frise{
+ width: 458px;
+ position: relative;
+ height: 22px;
+}
+div.col-middle div.frise div.segment{
+ height: 22px;
+}
+div.col-middle div.frise span.indication{
+ height: 22px;
+ line-height: 22px;
+}
+ /* frise */
+div.frise{
+ position: relative;
+ border: 1px solid #333333;
+
+}
+div.frise div.segment{
+ float: left;
+ margin-left: -1px;
+ border-right: 1px solid #333;
+ -moz-box-shadow: inset 0px 2px 2px 0px #333;
+ -webkit-box-shadow: inset 0px 2px 2px 0px #333;
+ box-shadow: inset 0px 2px 2px 0px #333;
+}
+div.frise div.segment:first-child{
+ -moz-box-shadow: inset 2px 2px 2px 0px #333;
+ -webkit-box-shadow: inset 2px 2px 2px 0px #333;
+ box-shadow: inset 2px 2px 2px 0px #333;
+ margin-left: 0;
+}
+div.frise div.segment:last-child{
+ border-right: 0;
+}
+
+div.frise span.indication{
+ display: inline-block;
+ position: absolute;
+ color: #FFF;
+ left: 0px;
+ font-size: 10px;
+ width: 30px;
+ text-align: center;
+ background: url(../img/bg-indication.png) 15px 0 no-repeat;
+ margin-left: -15px;
+}
+/* col-left */
+div.col-left, div.col-right{
+ width: 250px;
+ min-height: 750px;
+ background: url(../img/bg-col.jpg) repeat-x 0 0 #e6e6e6;
+}
+div.col-left form{
+ background: url(../img/bg-video-search.jpg) 0 0 repeat-x #906ebe;
+ height: 70px;
+ padding-left: 10px;
+ margin-bottom: 1px;
+}
+div.col-left form h2{
+ padding-top: 8px;
+ margin-bottom: 12px;
+ color: #30036d;
+ font-size: 16px;
+ font-family: 'OpenSans-Semibold';
+}
+div.col-left form input[type=text]{
+ width: 206px;
+ font-size: 14px;
+ border: none;
+ height: 20px;
+ padding: 0 20px 0 4px;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+}
+div.col-left form p{
+ position: relative;
+ width: 230px;
+}
+div.col-left form input[type=text]::-webkit-input-placeholder{
+ color: #b48aed;
+ font-family: 'OpenSans-Italic';
+}
+div.col-left form input[type=text]:-moz-placeholder {
+ color: #b48aed;
+ font-family: 'OpenSans-Italic';
+}
+div.col-left form input[type=submit]{
+ position: absolute;
+ right: 2px;
+ width: 20px;
+ height: 20px;
+ border: none;
+ background: #FFF url(../img/zoom-icon.png) 2px 3px no-repeat;
+}
+div.col-left ul.list-video li a:hover,div.col-left ul.list-video li a.active{
+ background: url(../img/arrow-item-video-sprite.png) -250px 0 no-repeat;
+}
+
+
+
+/* col-right */
+div.col-right{
+ width: 250px;
+}
+div.col-right div.liste-segment{
+ height: 70px;
+ background: url(../img/bg-liste-segment.jpg) repeat-x 0 0;
+ padding: 0 10px;
+ width: 230px;
+}
+div.col-right div.liste-segment h2{
+ text-align: right;
+ color: #30036D;
+ font-family: 'OpenSans-Semibold';
+ font-size: 16px;
+ margin-bottom: 12px;
+ padding-top: 8px;
+}
+div.col-right div.liste-segment div.frise{
+ width: 228px;
+ position: relative;
+ height: 20px;
+}
+div.col-right div.liste-segment div.frise div.segment{
+ height: 20px;
+}
+div.col-right div.liste-segment div.frise span.indication{
+ height: 20px;
+ line-height: 20px;
+}
+div.col-right ul.list-video > li{
+ position: relative;
+}
+div.col-right ul.list-video > li > a:hover,div.col-right ul.list-video > li > a.active{
+ background: url(../img/arrow-item-video-sprite.png) 0 0 no-repeat;
+}
+div.col-right ul.list-video > li ul.tools{
+ position: absolute;
+ left: 94px;
+ top: 48px;
+}
+/* popin */
+div.popin{
+ padding-top: 12px;
+ position: absolute;
+ top: 0;
+ z-index: 10;
+}
+div.popin img.pointer{
+ position: absolute;
+ top: 0;
+}
+div.popin div.popin-content{
+ padding: 8px;
+ border: 1px solid #867a97;
+ background: url(../img/bg-jaune.jpg);
+}
+div.popin input[type=text],div.popin input[type=password], div.popin textarea{
+ padding: 0 6px;
+ height: 20px;
+ line-height: 20px;
+ font-size: 12px;
+ border: 1px solid #867a97;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+}
+ /* update title */
+div.update-title.popin{
+ top: 34px;
+ left: 150px;
+}
+div.update-title.popin p.form-right, div.update-title.popin div.form-left{
+ float: left;
+}
+div.update-title.popin textarea{
+ width: 200px;
+ height: 66px;
+ max-width: 530px;
+}
+div.update-title.popin div.form-left{
+ margin-right: 12px;
+}
+div.update-title.popin img.pointer{
+ left: 110px;
+}
+div.update-title.popin label{
+ display: block;
+ margin-bottom: 4px;
+}
+div.update-title.popin input[type=text]{
+ width: 200px;
+}
+div.update-title.popin p.titre-wrap{
+ margin-bottom: 6px;
+}
+ /* mon-profil */
+div.user.popin{
+ top: 48px;
+ right: 0;
+}
+div.user.popin img.pointer{
+ right: 36px;
+}
+ /* info */
+div.user.popin.info div.popin-content{
+ min-width: 150px;
+ text-align: right;
+}
+div.user.popin.info div.popin-content h2{
+ color: #7628df;
+ font-size: 18px;
+ font-family: 'OpenSans-Semibold';
+ margin-bottom: 2px;
+}
+div.user.popin.info div.popin-content h3{
+ color: #30036d;
+ font-size: 14px;
+ margin-bottom: 10px;
+}
+div.user.popin.info div.popin-content a.nb-hashcut{
+ color: #de2500;
+ font-size: 14px;
+ text-decoration: underline;
+ display: block;
+ margin-bottom: 12px;
+}
+div.user.popin.info div.popin-content a.nb-hashcut:hover{
+ text-decoration: none;
+}
+div.user.popin.info div.popin-content a.change-account{
+ text-align: center;
+ height: 20px;
+ width: 150px;
+ line-height: 20px;
+ color: #FFF;
+ font-size: 12px;
+ background-color: #30036d;
+ -moz-border-radius: 2px;
+ -webkit-border-radius: 2px;
+ border-radius: 2px;
+ display: block;
+}
+div.user.popin.info div.popin-content a.change-account:hover{
+ background-color: #FF00FC;
+}
+ /* signup */
+div.user.popin.signup div.popin-content{
+ min-width: 205px;
+
+}
+
+div.user.popin.signup div.popin-content h2{
+ color: #de2500;
+ font-size: 14px;
+ margin-bottom: 12px;
+}
+div.user.popin.signup div.popin-content form label{
+ width: 84px;
+ font-size: 12px;
+ display: inline-block;
+ float: left;
+ vertical-align: middle;
+
+}
+div.user.popin.signup div.popin-content form p{
+ display: block;
+ line-height: 18px;
+ margin-bottom: 6px;
+ overflow: auto;
+
+}
+div.user.popin.signup div.popin-content form input[type=text],
+div.user.popin.signup div.popin-content form input[type=password]{
+ float: left;
+ position: relative;
+ width: 110px;
+ padding: 0 5px;
+ height: 18px;
+ display: inline-block;
+ vertical-align: middle;
+}
+ /* frise-description */
+div.frise-description.popin{
+ top: 26px;
+ left: 0;
+ width: 458px;
+}
+div.frise-description.popin img.pointer{
+ right: 36px;
+}
+div.frise-description.popin h2{
+ color: #de2500;
+ font-size: 14px;
+ font-family: 'OpenSans-Bold';
+}
+div.frise-description.popin table{
+ font-size: 12px;
+}
+div.frise-description.popin table th{
+ text-align: left;
+ font-family: 'OpenSans-Semibold';
+ display: block;
+ min-width: 75px;
+}
+div.frise-description.popin table td{
+ line-height: 15px;
+ padding-left: 2px;
+}
+div.frise-description.popin table th, div.frise-description.popin table td, div.frise-description.popin h2{
+ padding-bottom: 8px;
+}
+div.frise-description.popin ul.tools{
+ float: right;
+}
+/* tools */
+ul.tools{}
+ul.tools li{
+ float: left;
+}
+ul.tools li a{
+ display: block;
+ width: 17px;
+ height: 17px;
+ background: url(../img/tools-sprite.png) no-repeat 0 0;
+}
+ul.tools li a.edit{
+ background-position: 2px 0;
+}
+ul.tools li a.edit:hover{
+ background-position: 2px -32px;
+}
+ul.tools li a.edit.disable:hover, ul.tools li a.edit.disable{
+ background-position: 2px -16px;
+}
+ul.tools li a.bottom{
+ background-position: -19px 0;
+}
+ul.tools li a.bottom:hover{
+ background-position: -19px -32px;
+}
+ul.tools li a.bottom.disable:hover, ul.tools li a.bottom.disable{
+ background-position: -19px -16px;
+}
+ul.tools li a.top{
+ background-position: -40px 0;
+}
+ul.tools li a.top:hover{
+ background-position: -40px -32px;
+}
+ul.tools li a.top.disable:hover, ul.tools li a.top.disable{
+ background-position: -40px -16px;
+}
+ul.tools li a.delete{
+ background-position: -61px 0;
+}
+ul.tools li a.delete:hover{
+ background-position: -61px -32px;
+}
+ul.tools li a.delete.disable:hover, ul.tools li a.delete.disable{
+ background-position: -61px -16px;
+}
+/* list-video */
+
+ul.list-video > li{
+ margin-bottom: 1px;
+}
+ul.list-video > li > a{
+ padding: 5px 0 5px 10px;
+ position: relative;
+ clear: both;
+ width: 240px;
+ height: 62px;
+}
+
+ul.list-video li a img, ul.list-video li a span.video-info{
+ float: left;
+}
+ul.list-video li a img{
+ margin-right: 4px;
+}
+ul.list-video li a span.video-info{
+ display: block;
+ width: 150px;
+}
+ul.list-video li a span.video-info span.title-video{
+ font-size: 13px;
+ font-family: 'OpenSans-Semibold';
+ color: #30036d;
+ display: block;
+ margin-bottom: 1px;
+}
+ul.list-video li a span.video-info span.author{
+ font-size: 11px;
+ display: block;
+ margin-bottom: 1px;
+}
+ul.list-video li a span.video-info span.time-lenght{
+ font-size: 12px;
+ font-family: 'OpenSans-Semibold';
+ display: block;
+}
+ul.list-video li a span.video-info span.time-lenght span{
+ color: #de2500;
+}
+ul.list-video li a span.number{
+ color: #FFF;
+ font-size: 10px;
+ text-align: center;
+ width:15px;
+ height: 15px;
+ line-height: 15px;
+ background-color: #ff00fc;
+ position: absolute;
+ display: block;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+ top: 54px;
+ left: 78px;
+}
+ul.list-video li a span.subtitle{
+ margin-bottom: 2px;
+ display: block;
+ color: #de2500;
+ font-size: 11px;
+}
+ul.list-video li span.duration{
+ color: #7628df;
+ font-size: 12px;
+ font-family: 'OpenSans-Semibold';
+ display: block;
+
+}
+/* footer */
+div.footer{
+ border-top: 1px solid black;
+ width: 100%;
+ padding-top: 8px;
+}
+div.footer ul.links-left{
+ float: left;
+
+}
+div.footer ul.links-left li{
+ margin-bottom: 4px;
+}
+div.footer ul.links-left li a{
+ border-bottom: 1px solid #cccccc;
+}
+div.footer ul.links-left li a:hover{
+ border-bottom: none;
+}
+div.footer ul.links-right{
+ float: right;
+}
+div.footer ul.links-right li{
+ line-height: 40px;
+ float: right;
+ margin-left: 8px;
+}
+div.footer ul.links-right li img {
+ vertical-align: middle;
+}