-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgraph.css
68 lines (54 loc) · 781 Bytes
/
graph.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
html, body { margin: 0; padding: 0; }
article {
width: 1000px;
margin: 1em auto;
padding: 12px;
font-size: 10pt;
}
article#your_data {
display: none;
}
body.good article#your_data {
display: block;
}
body.good article#help {
display: none;
}
caption {
display: block;
}
figure#graph {
float: left;
margin: 0 10px;
padding: 5px;
border: 1px solid #204a87;
width: 600px;
}
section.thin {
width: 348px;
float: right;
clear: right;
}
span.distroke {
color: #4e9a06;
font-family: monospace;
}
p {
text-align: justify;
}
table {
width: 90%;
margin: 0 auto;
}
th {
text-align: left;
}
td {
text-align: right;
}
th:after {
content: ": ";
}
figcaption {
text-align: center;
}