-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (75 loc) · 1.68 KB
/
style.css
File metadata and controls
77 lines (75 loc) · 1.68 KB
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
body {
margin: 0 auto;
background-color:#ffffff;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #000000;
font-size: 12px;
}
h1 {
font-size:32px;
margin-top:0px;
}
#bigUpload .container {
max-width: 350px;
padding: 20px 30px 30px;
margin: 0 auto 20px;
margin-top:75px;
background-color: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
text-align: center;
}
#bigUpload #file {
border: 1px solid #e5e5e5;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
padding: 10px;
}
#bigUpload .button {
background-color: rgb(0, 109, 204);
border: 1px solid rgba(0, 0, 0, 0.09);
border-radius:6px;
padding-bottom: 11px;
padding-left: 19px;
padding-right: 19px;
padding-top: 11px;
font-size: 18px;
color:#ffffff;
cursor: pointer;
margin-top:15px;
font-size: 18px;
}
#bigUpload .abort {
background-color:rgb(218, 79, 73);
}
#bigUpload #progressBarContainer {
width:94%;
height:19px;
margin-left: 3%;
margin-top:1%;
border: 1px solid #e5e5e5;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
border-radius: 6px;
}
#bigUpload #progressBarFilled {
border-radius: 5px;
margin: 1px;
height:17px;
width:0;
background-color: rgb(91, 183, 91);
font-size: 14px;
}