This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
custom.css
180 lines (149 loc) · 2.6 KB
/
custom.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
/*
CSS for Fine Uploader UI. Depends on a matching HTML file.
Maintained by Widen Enterprises.
See the HTML file comments for more details.
*/
.demo-title
{
text-align: center;
font-weight: 200;
margin-top: 0px;
margin-bottom: 40px;
color: #00abc7;
font-size: 36px;
}
#video-drop-zone.empty
{
height: 300px;
border: solid 1px black;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
text-align: center;
width: 1000px;
margin: 0 auto;
}
#video-drop-zone.empty #video-container
{
display: none;
}
#video-container .glyphicon
{
font-size: 1.5em;
padding: 10px 20px;
}
.glyphicon
{
cursor: pointer;
}
#video-drop-zone #video-container
{
display: block;
width: 100%;
text-align: center;
}
VIDEO
{
max-width: 1000px;
height: auto;
}
#video-drop-zone #video-container #video
{
display: block;
margin: 0 auto;
}
#video-drop-zone .drop-zone-text
{
display: none;
}
#video-drop-zone.empty .drop-zone-text
{
/* Vertically & horizontally center the dynamically generated drop zone message
inside the drop zone & make it a bit presentable */
display: inline;
position: absolute;
vertical-align: middle;
line-height: 300px;
font-size: 200%;
width: 100%;
left: 0;
color: #cccccc;
}
.frame-thumb
{
cursor: pointer;
}
.qq-upload-drop-area-active
{
z-index: 10;
opacity: .7;
}
.qq-upload-drop-area-active #video-container
{
z-index: 9;
}
LI.file-container
{
/* Make sure the drop zone text is always at least a little visible */
opacity: .6;
/* Rounded file container corners */
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
margin: 10px;
/* Used to un-center the text for each file item,
otherwise the .uploader-drop-zone text-align style will apply */
text-align: left;
}
#uploader
{
width: 700px;
margin: 0 auto;
}
.qq-upload-success .edit-description
{
display: none;
}
.edit-description
{
padding: 0px 5px;
}
.qq-upload-button
{
margin-bottom: 10px;
/* Rounded upload button corners */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.file-info
{
display: inline-block;
width: 575px;
}
#start-upload-button
{
margin: 15px 0px;
}
IMG
{
vertical-align: middle;
}
body
{
background-color: #FEFEFC;
font-family: 'Maven Pro', sans-serif;
padding: 40px 40px;
}
h2
{
font-weight: 200;
margin-bottom: 5px;
color: #00abc7;
font-size: 36px;
}
h4
{
color: #e65c47;
font-weight: 300;
}