]> git.deb.at Git - deb/packages.git/blob - static/changelogs-print.css
Make it more obvious what are static strings and what are parameters
[deb/packages.git] / static / changelogs-print.css
1
2 .hide {
3         display: none;
4 }
5
6 ul.navbar {
7             display: none;
8 }
9 ul.outline {
10              display: none;
11 }
12
13 .document_header {
14                    font-size: xx-large;
15 }
16
17 .year_header {
18                font-size: x-large;
19 }
20
21 .entry_header {
22                 font-size: medium;
23 }
24
25 .packagelink {
26               text-decoration: none;
27 }
28
29 .medium {
30           color: orange;
31 }
32 .high,
33 .critical,
34 .emergency {
35              color: red;
36 }
37
38 .testing,
39 .stable,
40 .testing-proposed-updates,
41 .stable-proposed-updates,
42 .frozen {
43                            color: orange;
44 }
45 .stable-security,
46 .testing-security,
47 .experimental {
48                 color: red;
49 }
50
51 .trailer a {
52              text-decoration: none;
53 }