-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpiechart.css
More file actions
73 lines (67 loc) · 1.29 KB
/
piechart.css
File metadata and controls
73 lines (67 loc) · 1.29 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
label,
input {
display: block;
margin: 2px;
}
input {
padding: 1px;
margin-bottom: 10px
}
div {
display: inline-block;
vertical-align: top;
}
.form {
padding: 20px;
min-width: 350px;
border: 1px solid grey;
color: #C0392B;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.15em;
}
.canvas {
border: 1px solid grey;
}
td {
padding: 2px 5px;
border-bottom: 1px solid black;
}
button {
padding: 6px 12px;
margin: 4px;
background-color: #E74C3C;
color: white;
border: none;
}
h1 {
margin: 0 0 10px 0;
font-size: 1.8em;
letter-spacing: 1px;
}
table.results {
border-collapse: collapse;
}
h2 {
margin: 35px 0 10px 0;
letter-spacing: 1px;
}
h2.items {
margin-top: 20px;
}
div.popup {
position: absolute;
box-shadow: 5px 5px 4px 2px;
padding: 10px;
background-color: white;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
a {
color: #E74C3C;
}
a:hover {
color: limegreen;
}