forked from blueimp/jQuery-File-Upload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (38 loc) · 616 Bytes
/
style.css
File metadata and controls
45 lines (38 loc) · 616 Bytes
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
@charset 'UTF-8';
/*
* jQuery File Upload Plugin CSS Example 5.1
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
background: #222;
color: #fff;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
line-height:1.5em;
font-size: 0.85em;
}
a {
color: #fff;
}
img {
border: 0;
}
#demo {
padding: 30px 60px;
}
#options {
margin: 30px 0;
}
#info {
padding: 0 5px;
}