-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
120 lines (100 loc) · 1.95 KB
/
style.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
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
color: #505662;
}
.help {
font-size: smaller;
}
.page-header {
padding-bottom: 18px;
margin: 40px 0 12px;
}
.logo {
width: 100%;
margin-bottom: 20px;
}
.lead {
font-size: 18px;
margin-bottom: 12px;
}
.footer {
position: absolute;
bottom: 0;
padding-top: 15px;
width: 100%;
/* Set the fixed height of the footer here */
height: 120px;
color: #505662;
}
.footer a.brand {
color: #505662;
}
.footer a.brand:hover {
color: #393e46;
text-decoration: none;
}
.footer .container {
border-top: 1px solid #eee;
padding-top: 45px;
}
/* Custom page CSS */
.container {
width: auto;
max-width: 680px;
padding: 0 15px;
}
.container .text-muted {
margin: 20px 0;
}
#progress-container, #progress_partial-container {
-webkit-box-shadow: none;
box-shadow: inset none;
display:none;
}
#drop_zone {
border: 2px dashed #bbb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding-top: 60px;
text-align: center;
font: 20pt bold 'Helvetica';
color: #bbb;
height:140px;
}
#video-data {
margin-top: 1em;
font-size: 1.1em;
font-weight: 500;
}
/* Bragit buttons, http://websemantics.github.io/bragit/ */
.ui.bragit.button,
.ui.bragit.buttons .button {
background-color: #676f7e;
color: #fff!important;
}
.ui.bragit.label {
color: #505662!important;
border-color: #676f7e!important;
background-color: #ffffff;
}
.ui.bragit.button:focus,
.ui.bragit.buttons .button:focus,
.ui.bragit.button:hover,
.ui.bragit.buttons .button:hover {
background-color: #505662;
}
.ui.bragit.labels .label:focus,
.ui.bragit.label:focus,
.ui.bragit.labels .label:hover,
.ui.bragit.label:hover {
color: #505662!important;
border-color: #505662!important;
}
.ui.labeled .ui.button .star.icon {
color: #F5CC7A!important;
}