summaryrefslogtreecommitdiff
path: root/web/print.css
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-08 07:19:59 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-08 07:19:59 +0000
commit1c9c3acb892cbf8d1d35f3a20a4f553a318101f7 (patch)
tree5742672affbd094bc7a59b9a0880916765f9244a /web/print.css
parentfc08eb02984296871be7801f26abc071dad2b0bd (diff)
Added target for creation of website. 'web' directory contains
source files for website, which is created in 'web/pandoc'. git-svn-id: https://pandoc.googlecode.com/svn/trunk@79 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/print.css')
-rw-r--r--web/print.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/web/print.css b/web/print.css
new file mode 100644
index 000000000..f928db97d
--- /dev/null
+++ b/web/print.css
@@ -0,0 +1,50 @@
+body {
+ margin: 0.5in;
+ padding: 0;
+ font-size: 10pt;
+ line-height: 14pt;
+}
+h1 {
+ color: black;
+}
+
+h2 {
+ color: black;
+}
+
+h3 {
+ color: black;
+}
+
+h4 {
+ color: black;
+}
+
+h5 {
+ color: black;
+}
+#sidebar {
+ display: none;
+}
+#header {
+ margin-top:0;
+ margin-left:0;
+ margin-right:0;
+ margin-bottom:0.3in;
+ padding:0;
+}
+#footer {
+ display: none;
+}
+#main {
+ margin:0;
+ padding:0;
+ border-left: none;
+ width: 100%;
+}
+#main.document {
+ margin-left: 0;
+}
+#main.withleftmenu {
+ margin-left: 0;
+}