2015-04-21 14:25:36 +00:00
|
|
|
#filepath {
|
|
|
|
font-size: 10px;
|
|
|
|
color: #393939;
|
|
|
|
font-style: italic;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#additionalFeatures {
|
|
|
|
display: none;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#wrapper {
|
|
|
|
margin-top: 30px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#videoWrapper {
|
|
|
|
float: left;
|
|
|
|
width: 400px;
|
|
|
|
height: 100%;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#selectFileDiv {
|
|
|
|
text-align: center;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
.error_msg textarea {
|
|
|
|
height: 150px;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
textarea {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
font-family: "DejaVu Sans", Arial, Georgia, sans-serif;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#helpWrapper {
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
font-size: 13px;
|
|
|
|
color: #000;
|
|
|
|
border: 2px solid #999;
|
|
|
|
background: #ccc;
|
|
|
|
padding: 4px;
|
|
|
|
margin-top: 8px;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#video {
|
|
|
|
width: 400px;
|
2015-12-20 23:33:01 +00:00
|
|
|
max-height: 300px;
|
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#txtWrapper {
|
|
|
|
margin-left: 20px;
|
|
|
|
float: left;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#buttonsWrapper {
|
|
|
|
text-align: center;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#eventMetadata {
|
|
|
|
display: none;
|
|
|
|
margin-left: 20px;
|
|
|
|
float: left;
|
|
|
|
width: 50%;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
input.eventMeta, textarea.eventMeta {
|
|
|
|
padding: 5px;
|
|
|
|
margin: 3px;
|
|
|
|
width: 250px;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#seekTime {
|
|
|
|
width: 20px;
|
|
|
|
border: 1px solid #000;
|
|
|
|
text-align: center;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#dateYear {
|
|
|
|
width: 30px;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#dateMonth {
|
|
|
|
width: 25px;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#dateDay {
|
|
|
|
width: 25px;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#description {
|
|
|
|
width: 80%;
|
|
|
|
height: 100px;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
.button {
|
|
|
|
padding: 8px;
|
|
|
|
margin-left: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 15px;
|
|
|
|
background: #ccc;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border: 2px solid #000;
|
|
|
|
color: #f33;
|
|
|
|
font-weight: bold;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#txt {
|
|
|
|
height: 600px;
|
|
|
|
width: 100%;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#seekPointer {
|
|
|
|
height: 12px;
|
|
|
|
width: 10px;
|
|
|
|
position: relative;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
background: #f00;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#timeCode {
|
|
|
|
color: #550070;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#progressDiv {
|
|
|
|
background: #AD7FBB;
|
|
|
|
height: 15px;
|
|
|
|
width: 100%;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
#progressBar {
|
|
|
|
height: 100%;
|
|
|
|
background: #550070;
|
|
|
|
width: 1%;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|
2015-04-21 14:25:36 +00:00
|
|
|
|
|
|
|
.filename {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 12px;
|
2015-12-20 23:33:01 +00:00
|
|
|
}
|