remove unused code and use folders
This commit is contained in:
parent
33905afb28
commit
0b81967464
15 changed files with 53 additions and 6848 deletions
147
css/styles.css
Normal file
147
css/styles.css
Normal file
|
|
@ -0,0 +1,147 @@
|
|||
#filepath {
|
||||
font-size: 10px;
|
||||
color: #393939;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#additionalFeatures {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
margin-top: 30px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#videoWrapper {
|
||||
float: left;
|
||||
width: 400px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#selectFileDiv {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.error_msg textarea {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
font-family: "DejaVu Sans", Arial, Georgia, sans-serif;
|
||||
}
|
||||
|
||||
#helpWrapper {
|
||||
-moz-border-radius: 8px;
|
||||
font-size: 13px;
|
||||
color: #000;
|
||||
border: 2px solid #999;
|
||||
background: #ccc;
|
||||
padding: 4px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
#video {
|
||||
width: 400px;
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
#txtWrapper {
|
||||
margin-left: 20px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#buttonsWrapper {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#eventMetadata {
|
||||
display: none;
|
||||
margin-left: 20px;
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
input.eventMeta, textarea.eventMeta {
|
||||
padding: 5px;
|
||||
margin: 3px;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
#seekTime {
|
||||
width: 20px;
|
||||
border: 1px solid #000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#dateYear {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
#dateMonth {
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
#dateDay {
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
#description {
|
||||
width: 80%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
#txt {
|
||||
height: 600px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#seekPointer {
|
||||
height: 12px;
|
||||
width: 10px;
|
||||
position: relative;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
-moz-border-radius: 10px;
|
||||
background: #f00;
|
||||
}
|
||||
|
||||
#timeCode {
|
||||
color: #550070;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#progressDiv {
|
||||
background: #AD7FBB;
|
||||
height: 15px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#progressBar {
|
||||
height: 100%;
|
||||
background: #550070;
|
||||
width: 1%;
|
||||
}
|
||||
|
||||
.filename {
|
||||
font-style: italic;
|
||||
font-size: 12px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue