integration/css/edition.css
author veltr
Thu, 25 Oct 2012 16:41:19 +0200
changeset 19 43ac4bd80e71
parent 18 c85b323f5174
child 22 bd904d592881
permissions -rw-r--r--
Merge with c85b323f5174decb6404a81dbafc802304edd68a

/* Block modes */

.empty-mode .bloc-pvw,
.empty-mode .bloc-segmentation,
.segment-mode .bloc-pvw,
.pvw-mode .bloc-segmentation {
    display: none;
}

/* header - title-video-wrap */
.title-video-wrap{
	width: 460px;
}
.title-video-wrap a{
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 18px;
	font-weight: bold;
	color: #30036d;
	text-decoration: underline;
	background-image: url(../img/pencil-icon.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 20px;
}
.title-video-wrap a:hover{
	text-decoration: none;
}
.title-video-wrap p.time-length{
	position: absolute;
	top: 34px;
	color: #333333;
	font-size: 14px;
}
.title-video-wrap p.time-length span{
	color: #de2500;
}
/* popin - update-title */
.update-title {
	top: 34px;
	left: 150px;
}
.update-title .form-right, 
.update-title .form-left{
	float: left;
}
.update-title textarea{
	width: 200px;
	height: 66px;
	max-width: 530px;
}
.update-title .form-left{
	margin-right: 12px;
}
.update-title .pointer{
	left: 110px;
}
.update-title label{
	display: block;
	margin-bottom: 4px;
}
.update-title input[type=text]{
	width: 200px;
}
.update-title p.titre-wrap{
	margin-bottom: 6px;
}
/* col */
.col-middle, 
.col-left, 
.col-right{
	float: left;
}
/* col-middle */
.col-middle{
	width: 460px;
	min-height: 1px;
}
.col-middle-header{
	height: 35px;
	font-size: 16px;
	clear: both;
}
/* Tabs */
.tab {
	height: 35px;
	line-height: 35px;
	color: #30036d;
    padding: 0 10px;
    width: 210px;
    float: left;
    background-position: 0 -35px;
}
.tab:hover{
	color: #FF00FC;
}
.tab.disable, 
.tab.disable:hover{
	color: #796891;
}
.tab-segment {
	background-image: url(../img/bg-segmenter.png);
}
.tab-pvw {
	background-image: url(../img/bg-previsualiser.png); text-align: right;
}

.pvw-mode .tab-pvw, .segment-mode .tab-segment {
    width: 250px; background-position: 0 0; font-weight: 600;
}

.segment-mode .tab-pvw, .pvw-mode .tab-segment {
    width: 170px; color: #796891;
}

.tab-media-title {
    font-style: italic; font-weight: normal;
}

.frise{
	width: 458px;
	position: relative;
	height: 22px;
}
.frise .segment{
	height: 22px;
}
.frise span.indication{
	height: 22px;
	line-height: 22px;
}
/* frise */
.frise{
	position: relative;
	border: 1px solid #333333;
}
.frise .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;
}
.frise .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;
}
.frise .segment:last-child{
	border-right: 0;
}
.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-middle - bloc-segmentation */
.bloc-segmentation{
	position: relative;
}

.bloc-segmentation .existant h2{
	color: #30036d;
	font-size: 14px;
	font-weight: 600;
    margin: 10px 8px 8px;
}
.bloc-segmentation .segment{
	width: 100%;
	height: 8px;
	background-color: #b6b8b8;
	margin-bottom: 5px;
	position: relative;
}
.bloc-segmentation .section{
	background-color: #ff7f0e;
	height: 6px;
	border:1px solid #999999;
	position: absolute;
}

.segment-info {
    padding-top: 12px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* col-middle - bloc-segmentation - popin.segmentation */
.segment-info .pointer{
    top: 0; margin-left: -10px;
}

.segmentation .pointer{
	left: 230px;
}
.segmentation h2{
	font-size: 14px;
	font-weight: 600;
	color:#de2500;
	margin-bottom: 10px;
}
.segmentation h2 span{
	color: #7628df;
}
.segmentation form{
	overflow: hidden;
}
.form-segment-left,
.form-segment-right{
	float: left;
}
.segmentation .form-segment-left{
	width: 228px;
}
.segmentation form p{
	margin-bottom: 8px;
}
.segmentation label{
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 4px;
}
.segmentation textarea{
	width: 200px;
	height: 66px;
	max-width: 200px;
	font-size: 12px;
}
.segmentation input[type=text]{
	font-size: 12px;
	width: 200px;
	height: 20px;
}

.add-segment {
    float: right; margin: 4px 0;
}

.segment-section{
	top: 8px; left: 15px;
}
.segment-section h3{
	padding: 0;
	color: #de2500;
	margin-bottom: 4px;
	font-weight: 600;
}
.segment-section p{
	font-size: 12px;
}
.segment-section p span{
	color: #7628df;
}

.segment-section a.reprendre-segment{
	float: right;
	display: block;
}
.segment-section .instant-description{
	float: left;
	margin-right: 16px;
}
/* col-middle - bloc-vide */
.tutorial{
	padding: 0 10px;
	color: #FFF;
	font-weight: 600;
}
.tutorial h2{
	padding-top: 16px;
	font-size: 18px;
	margin-bottom: 20px;
}
.tutorial ol{
	padding-left: 22px;
}
.tutorial ol li:first-child{
	width: 324px;
}
.tutorial ol li{
	list-style: decimal;
	font-size: 14px;
	margin-bottom: 16px;
	padding-left: 20px;
}
/* col-left */
.col-left,
.col-right{
	width: 250px;
	min-height: 750px;
	background: url(../img/bg-col.png) repeat-x 0 0 #e6e6e6;
}
.col-left form{
	background: url(../img/bg-video-search.png) 0 0 repeat-x #906ebe;
	height: 70px;
	padding-left: 10px;
	margin-bottom: 1px;
}
.col-left form h2{
	padding-top: 8px;
	margin-bottom: 12px;
	color: #30036d;
	font-size: 16px;
	font-weight: 600;
}
.col-left 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;
}
.col-left form p{
	position: relative;
	width: 230px;
}
.col-left input[type=text]::-webkit-input-placeholder{
	color: #b48aed;
	font-style: italic;
}
.col-left input[type=text]:-moz-placeholder { 
	color: #b48aed;
	font-style: italic;
}
.col-left input[type=submit]{
	position: absolute;
	right: 2px;
	width: 20px;
	top: 0;
	height: 20px;
	border: none;
	z-index: 2;
	background: #FFF url(../img/zoom-icon.png) 2px 3px no-repeat;
}
.col-left .item-video:hover,
.col-left .item-video.active{
	background: url(../img/arrow-item-video-sprite.png) right top no-repeat;
}
/* col-right */
.col-right{
	width: 250px;
}
.col-right .liste-segment{
	height: 70px;
	background: url(../img/bg-liste-segment.png) repeat-x 0 0;
	padding: 0 10px;
	width: 230px;
}
.col-right .liste-segment h2{
 	text-align: right;
 	color: #30036D;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 12px;
	padding-top: 8px;
}
.col-right .frise{
	width: 228px;
	position: relative;
	height: 20px;
}
.col-right .frise .segment{
	height: 20px;
}
.col-right .frise .indication{
	height: 20px;
	line-height: 20px;
}

.col-right .item-video:hover,
.col-right .item-video.active{
	background: url(../img/arrow-item-video-sprite.png) left top no-repeat;
}

/* popin - frise-description */

.mashup-description img.pointer{
	right: 36px;
}
.mashup-description h2{
	color: #de2500;
	font-size: 14px;
	font-weight: bold;
}
.mashup-description table{
	font-size: 12px;
}
.mashup-description th{
	text-align: left;
	font-weight: 600;
	display: block;
	min-width: 75px;
}
.mashup-description td{
	line-height: 15px;
	padding-left: 2px;
}
.mashup-description th, 
.mashup-description td, 
.mashup-description h2{
	padding-bottom: 8px;
}
.mashup-description .tools{
	float: right;
}
/* tools */
.tools {
    height: 17px;
}
.tools li{
	float: left;
}
.tools a{
	display: block;
	width: 17px;
	height: 17px;
	background: url(../img/tools-sprite.png) no-repeat 0 0;
}
.tools a.edit{
	background-position: 2px 0;
}
.tools a.edit:hover{
	background-position: 2px -32px;
}
.tools a.edit.disable:hover, 
.tools a.edit.disable{
	background-position: 2px -16px;
}
.tools a.bottom{
	background-position: -19px 0;
}
.tools a.bottom:hover{
	background-position: -19px -32px;
}
.tools a.bottom.disable:hover, 
.tools a.bottom.disable{
	background-position: -19px -16px;
}
.tools a.top{
	background-position: -40px 0;
}
.tools a.top:hover{
	background-position: -40px -32px;
}
.tools a.top.disable:hover, 
.tools a.top.disable{
	background-position: -40px -16px;
}
.tools a.delete{
	background-position: -61px 0;
}
.tools a.delete:hover{
	background-position: -61px -32px;
}
.tools a.delete.disable:hover, 
.tools a.delete.disable{
	background-position: -61px -16px;
}
/* list-video */
.list-video {
	overflow: hidden;
	overflow-y: auto;
	height: 680px;
}
.item-video {
	margin-bottom: 1px;
}
.item-video{
	padding: 5px 10px 5px 10px;
	position: relative;
	clear: both;
	width: auto;
	min-height: 62px;
	display: block;
}
.item-video img{
	float: left;
}
.item-video img{
	margin-right: 4px;
}
.item-video .video-info{
	display: block;
    margin-left: 88px;
}
.item-video .title-video{
	font-size: 13px;
	font-weight: 600;
	color: #30036d;
	display: block;
	margin-bottom: 1px;
}
.item-video .author{
	font-size: 11px;
	display: block;
	margin-bottom: 1px;
}
.item-video .time-length{
	font-size: 12px;
	font-weight: 600;
	display: block;
}
.item-video .time-length span{
	color: #de2500;
}
.item-video .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;
}
.item-video .subtitle{
	margin-bottom: 2px;
	display: block;
	color: #de2500;
	font-size: 11px;
}
.item-video .duration{
	color: #7628df;
	font-size: 12px;
	font-weight: 600;
	display: block;
}

/* Video */

.video{
    width: 460px;
    height: 345px;
    position: relative;
    margin-bottom: 8px;
    background: #333333;
}
a.publier-button{
    position: absolute;
    width: 69px;
    height: 67px;
    background: url(../img/publier-button-sprite.png) 0 0 no-repeat;
    left: 382px;
    top: 10px;
}
a.publier-button:hover{
    background-position: 0 -67px;
}
a.publier-button.disable{
    background: url(../img/publier-button-sprite.png) 0 -67px no-repeat;
}
a.publier-button.disable:hover{
    background-color: none;
}