forked from shawnbot/csv2json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (59 loc) · 885 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
html, body {
margin: 0;
padding: 0;
}
body {
font-size: 14px;
font-family: Verdana, sans-serif;
padding: 1em;
}
h1 {
font-size: 150%;
padding-bottom: 5px;
border-bottom: 1px solid #999;
}
h2 {
font-size: 120%;
padding: 5px;
background: #eee;
}
h3 {
font-size: 100%;
margin-bottom: 5px;
}
h1, h2, p, ul, ol {
margin: 0 0 .5em 0;
}
ul, ol {
margin-bottom: 1em;
padding-left: 3ex;
}
ul, ul li {
list-style-type: circle;
}
li { padding-bottom: 2px; }
textarea {
width: 99.5%;
max-width: 99.5%;
}
.either-or {
display: block;
font-weight: bold;
}
form {
width: 48%;
float: left;
margin: 0 1em 1em 0;
}
p.submit input {
font-family: inherit;
background: #000;
color: #fff;
font-size: 110%;
font-weight: bold;
}
input[type="reset"] { background: #666 !important; }
pre { font-size: 10px; }
.patience {
color: #666;
}