summaryrefslogtreecommitdiffstats
path: root/theme/assets
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-04 16:02:57 -0700
committerSamy Pessé <samypesse@gmail.com>2014-04-04 16:02:57 -0700
commit0c7e2b3557526bf74842096f5af0bba911380662 (patch)
treee6309b85a53557976c2a884a698532016257b5fe /theme/assets
parente34e65813ccb05ae29b7d47f9258663898315de9 (diff)
downloadgitbook-0c7e2b3557526bf74842096f5af0bba911380662.zip
gitbook-0c7e2b3557526bf74842096f5af0bba911380662.tar.gz
gitbook-0c7e2b3557526bf74842096f5af0bba911380662.tar.bz2
Add base style for printing
Diffstat (limited to 'theme/assets')
-rw-r--r--theme/assets/print.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/assets/print.css b/theme/assets/print.css
new file mode 100644
index 0000000..98d113c
--- /dev/null
+++ b/theme/assets/print.css
@@ -0,0 +1 @@
+.hljs-comment,.hljs-title{color:#8e908c}.hljs-variable,.hljs-attribute,.hljs-tag,.hljs-regexp,.ruby .hljs-constant,.xml .hljs-tag .hljs-title,.xml .hljs-pi,.xml .hljs-doctype,.html .hljs-doctype,.css .hljs-id,.css .hljs-class,.css .hljs-pseudo{color:#c82829}.hljs-number,.hljs-preprocessor,.hljs-pragma,.hljs-built_in,.hljs-literal,.hljs-params,.hljs-constant{color:#f5871f}.ruby .hljs-class .hljs-title,.css .hljs-rules .hljs-attribute{color:#eab700}.hljs-string,.hljs-value,.hljs-inheritance,.hljs-header,.ruby .hljs-symbol,.xml .hljs-cdata{color:#718c00}.css .hljs-hexcolor{color:#3e999f}.hljs-function,.python .hljs-decorator,.python .hljs-title,.ruby .hljs-function .hljs-title,.ruby .hljs-title .hljs-keyword,.perl .hljs-sub,.javascript .hljs-title,.coffeescript .hljs-title{color:#4271ae}.hljs-keyword,.javascript .hljs-function{color:#8959a8}.hljs{display:block;background:white;color:#4d4d4c;padding:.5em}.coffeescript .javascript,.javascript .xml,.tex .hljs-formula,.xml .javascript,.xml .vbscript,.xml .css,.xml .hljs-cdata{opacity:.5}body{font:12pt Georgia,"Times New Roman",Times,serif;line-height:1.3}@page{margin:1.5cm} \ No newline at end of file