-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
56 lines (48 loc) · 816 Bytes
/
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
body {
background: #fff;
font-family: 'Source Sans Pro', sans-serif;
padding: 0; margin: 0;
}
.title {
font-size: 500%;
color: #000;
}
.subtitle {
font-size: 150%;
color: #000;
margin-top:-5px;
/*padding-left:115px;*/
padding-bottom:0px;
}
.info {
font-size: 16px;
/*color: #666;*/
color: #000;
}
.infotitle {
/*color: #515151;*/
color: #000;
font-weight: bold;
}
.content {
padding: 20px;
}
#drop-files {
width: 500px;
height: 150px;
background: rgba(0,0,0,0.05);
border-radius: 5px;
border: 2px dashed rgba(0,0,0,0.1);
padding: 0 0 0 0;
text-align: center;
font-size: 2em;
color: #a3a3a3;
display: table-cell;
vertical-align: middle;
font-weight: bold;
margin: 0 0px 0px 0;
}
a:link {color:#000;}
a:visited {color:#000;}
a:hover {color:#7a7a7a;}
a:active {color:#000;}