summaryrefslogtreecommitdiffstats
path: root/c3hl/css/print.css
diff options
context:
space:
mode:
Diffstat (limited to 'c3hl/css/print.css')
-rw-r--r--c3hl/css/print.css68
1 files changed, 68 insertions, 0 deletions
diff --git a/c3hl/css/print.css b/c3hl/css/print.css
new file mode 100644
index 0000000..b8e4d18
--- /dev/null
+++ b/c3hl/css/print.css
@@ -0,0 +1,68 @@
+/* print.css - MoinMoin Default Styles
+
+Copyright (c) 2001, 2002, 2003 by Juergen Hermann
+*/
+
+/* content styles */
+
+html {
+ font-family: Times, serif;
+ font-size: 12pt;
+}
+
+body {
+ /* Give about 3.4cm in Mozilla/Firefox and about 2.2cm in Safari */
+ margin: 1.5cm;
+}
+
+a, a:visited, a.nonexistent, a.badinterwiki {
+ color: black;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+.info a {
+ color: gray;
+}
+
+pre {
+ font-size: 10pt;
+}
+
+a.interwiki:before, a.badinterwiki:before {
+ content: attr(title) ":";
+}
+
+a.interwiki img, a.badinterwiki img {
+ display: none;
+}
+
+.footnotes div {
+ width: 5em;
+ border-top: 1pt solid gray;
+}
+
+/* user interface styles */
+
+#logo {
+ font-family: sans-serif;
+ font-weight: bold;
+ font-size: 280%;
+ text-align: center;
+}
+
+#subtitle {
+ font-family: sans-serif;
+ font-weight: bold;
+ text-align: center;
+ font-variant: small-caps;
+ margin-left: 5em;
+ margin-bottom: 45px;
+}
+
+#header, #sidebar, #footer, #timings, #credits, #interwiki, #pagelocation, #pagehead {
+ display: none;
+}