]> git.deb.at Git - deb/packages.git/blobdiff - static/changelogs-print.css
Include some stuff from the old pages we will need anyway
[deb/packages.git] / static / changelogs-print.css
diff --git a/static/changelogs-print.css b/static/changelogs-print.css
new file mode 100644 (file)
index 0000000..2170d82
--- /dev/null
@@ -0,0 +1,53 @@
+
+.hide {
+        display: none;
+}
+
+ul.navbar {
+            display: none;
+}
+ul.outline {
+             display: none;
+}
+
+.document_header {
+                   font-size: xx-large;
+}
+
+.year_header {
+               font-size: x-large;
+}
+
+.entry_header {
+                font-size: medium;
+}
+
+.packagelink {
+              text-decoration: none;
+}
+
+.medium {
+          color: orange;
+}
+.high,
+.critical,
+.emergency {
+             color: red;
+}
+
+.testing,
+.stable,
+.testing-proposed-updates,
+.stable-proposed-updates,
+.frozen {
+                           color: orange;
+}
+.stable-security,
+.testing-security,
+.experimental {
+                color: red;
+}
+
+.trailer a {
+             text-decoration: none;
+}