integration/css/edition.css
author veltr
Wed, 24 Oct 2012 15:58:27 +0200
brancheditorjs
changeset 12 8a8b6097d382
parent 7 12978893bbf0
child 8 523828fb7c78
child 13 42c59d09670e
permissions -rw-r--r--
Starting 'editorjs' branch

/* bloc */
div.bloc-pvw{
	
}
div.bloc-segmentation{
	display: none;
}
div.bloc-vide{
	display: none;
}
/* header - title-video-wrap */
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-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;
}
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;
}
/* popin - 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;
}
/* col */
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.png) repeat-x 0 0;
	line-height: 35px;
	font-size: 16px;
	font-weight: 600px;
	font-style: italic;
}
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.png) repeat-x 0 0;
}
div.col-middle-header a.segmenter.disable,
div.col-middle-header a.previsualiser.disable,
div.col-middle-header.disable {
	background-position:  0 -35px;
}
div.col-middle-header a.previsualiser{
	background: url(../img/bg-previsualiser.png) repeat-x 0 0;
	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-position: 0 -67px;
}
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-middle - bloc-segmentation */
div.bloc-segmentation{
	position: relative;
}
div.bloc-segmentation div.existant{
	margin-top: 190px;

}
div.bloc-segmentation div.existant h2{
	color: #30036d;
	font-size: 14px;
	font-weight: 600;
	padding-left: 8px;
	margin-bottom: 8px;
}
div.bloc-segmentation div.segment{
	width: 100%;
	height: 8px;
	background-color: #b6b8b8;
	margin-bottom: 5px;
	position: relative;
}
div.bloc-segmentation div.segment div.section{
	background-color: #ff7f0e;
	height: 6px;
	border:1px solid #999999;
	position: absolute;
}
/* col-middle - bloc-segmentation - popin.segmentation */
div.popin.segmentation{
	top: 376px;
	width: 100%;
}
div.popin.segmentation img.pointer{
	left: 222px	;
}
div.popin.segmentation h2{
	font-size: 14px;
	font-weight: 600;
	color:#de2500;
	margin-bottom: 10px;
}
div.popin.segmentation h2 span{
	color: #7628df;
}
div.popin.segmentation form{
	overflow: hidden;
}
div.popin.segmentation form div.form-segment-left,
div.popin.segmentation form div.form-segment-right{
	float: left;
}
div.popin.segmentation form div.form-segment-left{
	width: 228px;
}
div.popin.segmentation form p{
	margin-bottom: 8px;
}
div.popin.segmentation form label{
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 4px;
}
div.popin.segmentation form textarea{
	width: 200px;
	height: 66px;
	max-width: 200px;
	font-size: 12px;
}
div.popin.segmentation form input[type=text]{
	font-size: 12px;
	width: 200px;
	height: 20px;
}
div.bloc-segmentation div.segment div.popin.segment-section{
	top: 8px;
}
div.bloc-segmentation div.segment div.popin.segment-section h2{
	padding: 0;
	color: #de2500;
	margin-bottom: 4px;
}
div.bloc-segmentation div.segment div.popin.segment-section p{
	font-size: 12px;
}
div.bloc-segmentation div.segment div.popin.segment-section p span{
	color: #7628df;
}

div.bloc-segmentation div.segment div.popin.segment-section a.reprendre-segment{
	float: right;
	display: block;
	height: 20px;
	line-height: 20px;
}
div.bloc-segmentation div.segment div.popin.segment-section div.instant-description{
	float: left;
	margin-right: 16px;
}
/* col-middle - bloc-vide */
div.bloc-vide div.tutorial{
	padding: 0 10px;
	color: #FFF;
	font-weight: 600;
	height: 316px;
	background: url(../img/visuel-player-bar.jpg) 0 276px no-repeat #333333;
}
div.bloc-vide div.tutorial h2{
	padding-top: 16px;
	font-size: 18px;
	margin-bottom: 20px;
}
div.bloc-vide div.tutorial ol{
	padding-left: 22px;
}
div.bloc-vide div.tutorial ol li:first-child{
	width: 324px;
}
div.bloc-vide div.tutorial ol li{
	list-style: decimal;
	font-size: 14px;
	margin-bottom: 16px;
	padding-left: 20px;
}
/* col-left */
div.col-left, div.col-right{
	width: 250px;
	min-height: 750px;
	background: url(../img/bg-col.png) repeat-x 0 0 #e6e6e6;
}
div.col-left form{
	background: url(../img/bg-video-search.png) 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-weight: 600;
}
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-style: italic;
}
div.col-left form input[type=text]:-moz-placeholder { 
	color: #b48aed;
	font-style: italic;
}
div.col-left form 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;
}
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.png) repeat-x 0 0;
	padding: 0 10px;
	width: 230px;
}
div.col-right div.liste-segment h2{
 	text-align: right;
 	color: #30036D;
	font-weight: 600;
	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 - 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-weight: bold;
}
div.frise-description.popin table{
	font-size: 12px;
}
div.frise-description.popin table th{
	text-align: left;
	font-weight: 600;
	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 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-weight: 600;
	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-weight: 600;
	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-weight: 600;
	display: block;
}