UNPKG

1.09 kBCSSView Raw
1html, body {
2 width: 100%;
3 height: 100%;
4 padding: 0;
5 margin: 0;
6}
7
8body, td, th {
9 font-family: arial, sans-serif;
10 font-size: 11pt;
11 color: #4D4D4D;
12 line-height: 1.7em;
13}
14
15#container {
16 margin: 0 auto;
17 padding-bottom: 50px;
18 width: 900px;
19}
20
21h1 {
22 font-size: 180%;
23 font-weight: bold;
24 padding: 0;
25 margin: 1em 0 1em 0;
26}
27
28h2 {
29 padding-top: 20px;
30 padding-bottom: 10px;
31 border-bottom: 1px solid #a0c0f0;
32 color: #2B7CE9;
33}
34
35h3 {
36 font-size: 140%;
37}
38
39
40a {
41 color: #2B7CE9;
42 text-decoration: none;
43}
44a:visited {
45 color: #2E60A4;
46}
47a:hover {
48 color: red;
49 text-decoration: underline;
50}
51
52hr {
53 border: none 0;
54 border-top: 1px solid #abc;
55 height: 1px;
56}
57
58pre {
59 display: block;
60 font-size: 10pt;
61 line-height: 1.5em;
62 font-family: monospace;
63}
64
65pre, code {
66 background-color: #f5f5f5;
67}
68
69table
70{
71 border-collapse: collapse;
72}
73
74th {
75 font-weight: bold;
76 border: 1px solid lightgray;
77 background-color: #E5E5E5;
78 text-align: left;
79 vertical-align: top;
80 padding: 5px;
81}
82
83td {
84 border: 1px solid lightgray;
85 padding: 5px;
86 vertical-align: top;
87}