]> git.deb.at Git - deb/packages.git/blob - static/changelogs.css
Add these two images so that we don't have to link to
[deb/packages.git] / static / changelogs.css
1
2 .hide {
3         display: none;
4 }
5
6 ul.navbar {
7             display: inline;
8             list-style-type: none;
9             padding: 0;
10 }
11 ul.navbar li {
12                display: inline;
13                list-style-type: none;
14 }
15 ul.navbar li a:before {
16                         content: '[';
17 }
18 ul.navbar li a:after {
19                         content: ']';
20 }
21
22 ul.outline {
23              position: absolute;
24              top: .1em;
25              right: .1em;
26              padding: .5em;
27              list-style-type: none;
28              border: thin solid black;
29              background: #ddd;
30              overflow: auto;
31              max-width: 30%;
32 }
33 ul.outline ul {
34                 list-style-type: none;
35 }
36
37 .document_header {
38                    font-size: xx-large;
39 }
40
41 .year_header {
42                font-size: x-large;
43 }
44
45 .entry_header {
46                 font-size: medium;
47 }
48
49 .packagelink {
50               text-decoration: none;
51 }
52
53 .medium {
54           color: orange;
55 }
56 .high,
57 .critical,
58 .emergency {
59              color: red;
60 }
61
62 .testing,
63 .stable,
64 .testing-proposed-updates,
65 .stable-proposed-updates,
66 .frozen {
67                            color: orange;
68 }
69 .stable-security,
70 .testing-security,
71 .experimental {
72                 color: red;
73 }
74
75 .trailer a {
76              text-decoration: none;
77 }
78
79 .parse_error {
80                font-style: italic;
81                font-size: small;
82                margin-top: -1em;
83 }
84
85 .footer address {
86                   padding: .5em;
87                   border-top: thin solid black;
88                   background-color: #ddd;
89 }