integration/css/edition.css
author veltr
Tue, 06 Nov 2012 12:21:44 +0100
changeset 36 c09e782d1c28
parent 33 8540daf61fb0
child 39 d3d8a88878ed
permissions -rw-r--r--
Ignore .hgcheck

/* 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;
	min-height: 20px;
}
.title-video-wrap a:hover{
	text-decoration: none;
}
.title-video-wrap p.time-length{
	position: absolute;
	top: 34px;
	color: #333333;
	font-size: 14px;
}
.mashup-total-duration {
	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;
}

.empty-mode .tab-media-title, .pvw-mode .tab-media-title {
    display: none;
}

/* col-middle - bloc-segmentation */
.bloc-segmentation{
	position: relative;
}

/* col-middle - bloc-segmentation - popin.segmentation */

.segmentation h2{
	font-size: 14px;
	font-weight: 600;
	color:#de2500;
	margin-bottom: 10px;
}

.time-tangle {
	color: #7628df; cursor: w-resize; position: relative;
}
.time-tangle:hover, 
.time-tangle.active {
    color: #FF00FC; border-bottom: 1px dashed #7628df;
}
.time-tangle:hover:after, 
.time-tangle.active:after {
    color: #7628DF; position: absolute; top: 18px; left: 50%; width: 160px;
    margin-left: -80px; font-size: 12px; text-align: center;
    content: "glisser pour modifier"
}

.time-tangle.deactivate:hover {
    border: none; color: #7628DF;
}

.time-tangle.deactivate:hover:after {
    display: none;
}

.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;
}
.media-segments h2{
    color: #30036d;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 8px 2px;
}

.media-segment {
    height: 8px;
    margin: 8px 6px 0;
    background-color: #b6b8b8;
    position: relative;
}
.media-section {
    position: absolute;
}
.media-segment-section {
    top: 0; height: 8px;
}

.media-current-section {
    background: url(../img/pinstripe-purple.png);
    top: -2px; height: 2px;
}

.media-current-section-inner {
    background: url(../img/pinstripe-purple.png);
    margin-top: 10px; height: 2px;
}
.media-segment .pointer{
    margin-left: 140px
}
.media-segment-popin {
    padding-top: 12px; overflow: hidden;
    top: 2px; width: 300px; margin-left: -151px;
    display: none;
}
.media-segment-popin h3{
	padding: 0;
	color: #de2500;
	margin-bottom: 4px;
	font-weight: 600;
}
.media-segment-popin p{
    margin-right: 155px;
	font-size: 12px;
}
.media-segment-popin span{
	color: #7628df;
}
.reprendre-segment{
	float: right;
	display: block;
}
/* col-middle - bloc-vide */
.tutorial{
	padding: 0 10px;
	color: #FFF;
	font-weight: 600;
	display: none;
}
.empty-mode .tutorial {
    display: block;
}
.tutorial h2{
	padding-top: 16px;
	font-size: 18px;
	margin-bottom: 20px;
}
.tutorial ol{
	padding-left: 22px;
}
.tutorial li:first-child{
	width: 324px;
}
.tutorial 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;
}
.left-head {
	background: url(../img/bg-video-search.png) 0 0 repeat-x #906ebe;
	height: 70px;
	padding-left: 10px;
	margin-bottom: 1px;
}
.left-head h2{
	padding-top: 8px;
	margin-bottom: 12px;
	color: #30036d;
	font-size: 16px;
	font-weight: 600;
}
.left-head input {
	width: 222px;
	font-size: 14px;
	border: none;
	height: 20px;
	padding: 0 4px;
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
	background: #FFF url(../img/zoom-icon.png) 214px 3px no-repeat;
}

.col-left input::-webkit-input-placeholder{
	color: #b48aed;
	font-style: italic;
}
.col-left input:-moz-placeholder { 
	color: #b48aed;
	font-style: italic;
}

.col-left .item-video:hover,
.col-left .item-video.active{
	background: url(../img/arrow-item-video-sprite.png) right center 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 center no-repeat;
}


/* 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;
}


/* Video */

.video{
    width: 460px;
    height: 300px;
}
.publier-button{
    position: absolute;
    width: 69px;
    height: 67px;
    background: url(../img/publier-button-sprite.png) 0 0 no-repeat;
    left: 382px;
    top: 10px;
    z-index: 4;
}
.publier-button:hover{
    background-position: 0 -67px;
}
.publier-button.disable{
    background: url(../img/publier-button-sprite.png) 0 -67px no-repeat;
}
.publier-button.disable:hover{
    background-color: none;
}

/* Slice Widget */

.Ldt-Slice {
    border-radius: 0; border: none; padding: 0; margin: 12px 6px; background: #B6B8B8; height: 8px;
}

.Ldt-Slice .ui-slider-handle {
    width: 7px; height: 20px; top: 0; border: none; margin: 0; padding: 0;
    background: url(../img/slice-handles.png); border-radius: 0; cursor: pointer;
}

.ui-slider-handle.Ldt-Slice-left-handle {
    margin-left: -7px;
}

.ui-slider-handle.Ldt-Slice-left-handle.ui-state-hover, .ui-slider-handle.Ldt-Slice-left-handle.ui-state-active {
    background-position: 0 -20px;
}

.ui-slider-handle.Ldt-Slice-right-handle {
    margin-left: 0; background-position: -7px 0;
}

.ui-slider-handle.Ldt-Slice-right-handle.ui-state-hover, .ui-slider-handle.Ldt-Slice-right-handle.ui-state-active {
    background-position: -7px -20px;
}

.Ldt-Slider {
    margin: 0 6px;
}

.Ldt-Slice .ui-slider-range {
    background: url(../img/pinstripe-purple.png);
}