integration/css/edition.css
author veltr
Tue, 30 Oct 2012 18:45:16 +0100
changeset 28 2100ddc308f0
parent 27 b2d068afdbd8
child 29 5ce5e26091ea
permissions -rw-r--r--
Added Thumbnails for new medias

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

/* frise */
.frise{
	width: 458px;
	height: 22px;
	overflow: hidden;
	position: relative;
	border: 1px solid #333333;
}
.frise-segments,.frise-indications{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.frise-indications{
	z-index: 2;
}
.aucun-segment{
	font-weight: 600;
	font-style: italic;
	text-align: center;
	line-height: 20px;
	width: 100%;
	z-index:0;
	background: #CCCCCC;
}
.frise-segment{
	height: 22px;
	position: absolute;
	background-image: url(../img/border-right-segment.png);
	background-repeat: repeat-y;
	background-position: right top;
	-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;
}
.frise-segment:last-child{
	background-image: none;
}
.frise-indication{
	height: 22px;
	line-height: 22px;
	display: inline-block;
	position: absolute;
	color: #FFF;
	top:0;
	left: 0px;
	font-size: 10px;
	width: 30px;
	text-align: center;
	background: url(../img/bg-indication.png) 15px 0 no-repeat;
	margin-left: -15px;
}
.frise-position {
    width: 1px; margin-left: -0.5px; position: absolute; height: 100%; background: #FF00FC;
}
/* 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;
}

.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;
}

.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 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;
}

/* popin - frise-description */

.mashup-description img.pointer{
	right: 36px;
}
.annotation-title {
	color: #de2500;
	font-size: 14px;
	font-weight: bold;
}
.annotation-time {
    color: #7628DF;
}
.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;
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	clear: both;
	width: auto;
	min-height: 62px;
	display: block;
}
.item-video img{
	float: left;
	margin-right: 4px;
	max-width: 80px;
	max-height: 60px;
	box-shadow: 2px 2px 2px #333333;
}
.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: 300px;
    position: relative;
    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;
    z-index: 4;
}
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;
}

.widget {
    position: relative;
}

/* Styles from Metadataplayer */

/* Slider Widget */

.Ldt-Slider {
    border: none; border-radius: 0; padding: 0; margin: 0; background: #B6B8B8;
}

.Ldt-Slider .ui-slider-handle {
    border-radius: 8px; top: -2px; background: #ff00fc; border: 1px solid #ffffff;
}

.Ldt-Slider .ui-slider-range {
    background: #747474;
}

.Ldt-Slider-Time {
    position: absolute; top: -16px; background: #ffffc0; color: #000000; border-radius: 3px; z-index: 8;
    font-size: 10px; width: 34px; border: 1px solid #999999; padding: 1px; margin-left: -20px;
    display: none; text-align: center; font-weight: bold;
}

/* Controller Widget */

.Ldt-Ctrl {
  font-size: 10px;
  background:url('../img/player_gradient.png') repeat-x transparent ;
  height: 25px;
  border: 1px solid #b6b8b8;
  position: relative;
}

.Ldt-Ctrl-Left {
  float:left; width: 300px;
}

.Ldt-Ctrl-Right {
  float: right;
}

.Ldt-Ctrl-button {
  float: left;
  width: 30px; height: 25px;
  background: url('../img/player-sprites.png');
  cursor: pointer;
}

.Ldt-Ctrl-spacer {
    float: left; width: 1px; height: 25px; background: #b6b8b8;
}

.Ldt-Ctrl-Play {
  margin: 0 15px;
}

.Ldt-Ctrl-Play-PlayState {
  background-position: 0 0;
}

.Ldt-Ctrl-Play-PlayState:hover {
  background-position: 0 -25px;
}

.Ldt-Ctrl-Play-PlayState:active {
  background-position: 0 -50px;
}

.Ldt-Ctrl-Play-PauseState {
  background-position: -30px 0;
}

.Ldt-Ctrl-Play-PauseState:hover {
  background-position: -30px -25px;
}

.Ldt-Ctrl-Play-PauseState:active {
  background-position: -30px -50px;
}

.Ldt-Ctrl-InOutBlock {
    display: none;
}

.segment-mode .Ldt-Ctrl-InOutBlock {
    display: block;
}

.Ldt-Ctrl-SetIn, .Ldt-Ctrl-SetOut {
    margin: 0 2px;
}

.Ldt-Ctrl-SetIn {
    background-position: -60px 0;
}

.Ldt-Ctrl-SetIn:hover {
  background-position: -60px -25px;
}

.Ldt-Ctrl-SetIn:active {
  background-position: -60px -50px;
}

.Ldt-Ctrl-SetOut {
    background-position: -90px 0;
}

.Ldt-Ctrl-SetOut:hover {
  background-position: -90px -25px;
}

.Ldt-Ctrl-SetOut:active {
  background-position: -90px -50px;
}

.Ldt-Ctrl-Time {
  float: left;
  margin: 7px 5px 0;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
}

.Ldt-Ctrl-Time-Elapsed {
  float: left;
  color: #4a4a4a;
}

.Ldt-Ctrl-Time-Separator {
  margin: 0 4px;      
  float: left;
}

.Ldt-Ctrl-Time-Total {
  float: left;
  color: #b2b2b2; 
}

.Ldt-Ctrl-Sound {
  margin: 0 2px;
}

.Ldt-Ctrl-Sound-Full {
  background-position: -120px 0;
}

.Ldt-Ctrl-Sound-Full:hover {
  background-position: -120px -25px;
}

.Ldt-Ctrl-Sound-Full:active {
  background-position: -120px -50px;
}

.Ldt-Ctrl-Sound-Mute {
  background-position: -150px 0;
}

.Ldt-Ctrl-Sound-Mute:hover {
  background-position: -150px -25px;
}

.Ldt-Ctrl-Sound-Mute:active {
  background-position: -150px -50px;
}

.Ldt-Ctrl-Sound-Half {
  background-position: -180px 0;
}

.Ldt-Ctrl-Sound-Half:hover {
  background-position: -180px -25px;
}

.Ldt-Ctrl-Sound-Half:active {
  background-position: -180px -50px;
}

.Ldt-Ctrl-Volume-Control {
    display: none;
  position: absolute;
  background:url('../img/player_gradient.png') repeat-x transparent ;
  height: 25px;
  width: 100px; top: 25px; right: -1px; z-index: 100;
  padding: 0 2px;
  border: 1px solid #b6b8b8;
}

.Ldt-Ctrl-Volume-Bar { 
    height: 5px; margin: 9px 3px 0; background: #cccccc; border: 1px solid #999999; border-radius: 2px;
}

.Ldt-Ctrl-Volume-Control .ui-slider-handle {
    width: 6px; height: 19px; background: #a8a8a8; border: 1px solid #999999; border-radius: 2px; top: -8px; margin-left: -4px;
    cursor: pointer;
}

.Ldt-Ctrl-Volume-Control:hover .ui-slider-handle {
     background: #F7268E;
}

/* Slice Widget */

.Ldt-Slice {
    border-radius: 0; border: none; padding: 0; margin: 12px 0 12px; 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-right-handle {
    margin-left: 0; background-position: -7px 0;
}

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