summaryrefslogtreecommitdiffstats
path: root/plugins/55/wrap/pdf.less
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/55/wrap/pdf.less')
-rw-r--r--plugins/55/wrap/pdf.less20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/55/wrap/pdf.less b/plugins/55/wrap/pdf.less
new file mode 100644
index 0000000..45bb3ca
--- /dev/null
+++ b/plugins/55/wrap/pdf.less
@@ -0,0 +1,20 @@
+/********************************************************************
+Styles used in PDFs by the DW2PDF plugin (in addition to all.css, and
+the DW2PDF plugin also includes style.css via the 'usestyles' option)
+********************************************************************/
+
+@import 'print_or_pdf.less';
+
+.dokuwiki {
+
+/*____________ only print ____________*/
+/* due to including style.css, these need to be overwritten again */
+
+div.wrap_onlyprint {
+ display: block;
+}
+span.wrap_onlyprint {
+ display: inline;
+}
+
+} /* /.dokuwiki */