diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-06-16 03:20:02 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-06-16 03:21:09 +0200 |
commit | 7f9e6272fd0e16d060da432c3a9b67c49465470e (patch) | |
tree | 7983d22b12fced6392bff6246a2c428951e01dc5 /doc/brown-paper.css | |
parent | 0e6c4ba898b0f4c7e53b02a65f99cc4b6b066ad7 (diff) |
Styling, no-split and syntax highlighting for texi
Diffstat (limited to 'doc/brown-paper.css')
-rw-r--r-- | doc/brown-paper.css | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/doc/brown-paper.css b/doc/brown-paper.css new file mode 100644 index 000000000..65e2e7902 --- /dev/null +++ b/doc/brown-paper.css @@ -0,0 +1,63 @@ +/* + +Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net> + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal { + color:#005599; + font-weight:bold; +} + +.hljs, +.hljs-subst { + color: #363c69; +} + +.hljs-string, +.hljs-title, +.hljs-section, +.hljs-type, +.hljs-attribute, +.hljs-symbol, +.hljs-bullet, +.hljs-built_in, +.hljs-addition, +.hljs-variable, +.hljs-template-tag, +.hljs-template-variable, +.hljs-link, +.hljs-name { + color: #2c009f; +} + +.hljs-comment, +.hljs-quote, +.hljs-meta, +.hljs-deletion { + color: #802022; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-doctag, +.hljs-title, +.hljs-section, +.hljs-type, +.hljs-name, +.hljs-strong { + font-weight: bold; +} + +.hljs-emphasis { + font-style: italic; +} |