/* @group Reset */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
More info: http://html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
/* @end */
.scissorhands{
background:#eee;
position:relative;
display:block;
}
/* @group player */
.flowplayer {
/*margin-left:20px;
width: 600px;*/
margin-bottom:2px;
*overflow:hidden;
background:#FCCB8C;
}
.flowplayer .fp-embed,
.flowplayer > a
{
display: none;
}
.fp-controls{
overflow:hidden;
}
/* @end */
/* @group control_pannel */
#control_panel {
/* margin-left:20px;*/
position:absolute;
bottom:0;
z-index:1010;
width: 95%;
padding: 10px 0;
}
#control_panel .finnish_button{
float:right;
}
#control_panel p{
display:inline;
}
/* @end */
/* @group panel */
.panel,
#panel_cues{
position:relative;
width: 100%;
}
.panel {
margin-left:0;
margin-bottom: 10px;
height: 60px;
}
#panel_cues {
height:10px;
}
.cue {
width: 10px;
display: block;
position: absolute;
background:#f3961c;
height: 10px;
z-index:1000;
}
#content_panel{
position:relative;
overflow:auto;
overflow-x:hidden;
height:200px;
padding-bottom: 40px;
padding-right:20px;
}
#panels_line{
position:absolute;
z-index:1030;
content:"";
border-left:1px solid red;
height: 100%;
top:0;
margin-left: 20px;
}
.rail_cues,
.rails {
position: absolute;
width: 100%;
height: 30px;
background: #659CCF;
display:block;
/* border-top:3px solid #eee;*/
border-bottom:3px solid #eee;
}
.rail_cues {
overflow:hidden;
height: 10px;
background:#cacaca;
}
.tracer {
position:absolute;
width: 100%;
height: 30px;
background: #f3961c;
z-index:1000;
border-bottom:1px dashed #eee;
}
.handler{
display:block;
}
.left_handler{
position:absolute;
top:1px;
left:0;
width: 20px;
height: 100%;
background:transparent;
font-size:12px;
z-index:101;
}
.left_handler:hover,
.right_handler:hover{
cursor: col-resize;
}
.right_handler{
position:absolute;
top:1px;
right:0;
width: 20px;
height: 100%;
background:transparent;
font-size:12px;
z-index:100;
}
.panel p.count_timer{
position:absolute;
top:32px;
font-size:10px;
text-align:left;
/* background: #F5F5F5;*/
width:100%;
z-index:1003;
}
.panel p.count_timer span{
margin:4px;
}
span.cue_time{
font-size:8px;
}
span.cue_name{
font-size:10px;
}
.cue:hover{
z-index:1010;
}
span.clip_name{
display:inline-block;
*display:inline;
}
.add_track_cuepoints_content{
z-index:1010;
}
.output_codeline {
font-size: 8px;
}
/* @end */
.wrapper{
margin:10px auto;
padding:0 10px;
background:#eee;
width:650px;
height: 100%;
}
.fp-context-menu{
display:none;
}
#play_progress{
background:#659CCF;
position: absolute;
height: 10px;
}
.track_control_panel .btn-group{
display:inline-block;
*display:inline;
*zoom:1;
width:100%;
}
.dropdown-menu.add_track_cuepoints_content{
z-index:1005;
}