]> git.ozlabs.org Git - hiprofile/blob - share/hiprofile/style.css
Use jinja2 instead of django
[hiprofile] / share / hiprofile / style.css
1
2 body {
3     margin: 0;
4     padding: 0;
5 }
6
7 a:link {
8     color: #000080;
9 }
10 a:visited {
11     color: #600080;
12 }
13
14 h1 {
15     background: #c0c0d0;
16     padding: 0.1em 0.4em;
17     margin: 0;
18 }
19
20 div#content {
21     margin: 1em;
22 }
23
24 pre {
25     margin: 0;
26 }
27
28 .address {
29     font-family: monospace;
30     color: #a0a0a0;
31 }
32
33 .path {
34     font-family: monospace;
35 }
36
37 table {
38     border-collapse: collapse;
39 }
40
41 table td {
42     padding: 0.1em 0.5em;
43 }
44
45
46 table.meta th {
47     text-align: left;
48 }
49
50 table.meta {
51     margin-bottom: 1em;
52 }
53
54 table.instructions {
55 }
56
57 table.instructions td {
58     vertical-align: bottom;
59 }
60
61 pre {
62     margin-top: 0;
63 }
64
65 pre.source {
66     margin-top: 0.4em;
67     display: none;
68 }
69
70 td.source-expander {
71     background: #f0f0f0;
72     vertical-align: middle;
73     text-align: center;
74     padding: 0;
75     font-family: monospace;
76     cursor: pointer;
77 }