aboutsummaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/emacs.scss59
1 files changed, 59 insertions, 0 deletions
diff --git a/stylesheets/emacs.scss b/stylesheets/emacs.scss
new file mode 100644
index 0000000..336a944
--- /dev/null
+++ b/stylesheets/emacs.scss
@@ -0,0 +1,59 @@
+---
+# Only the main Sass file needs front matter (the dashes are enough)
+---
+
+body {
+ margin: 0 auto;
+ max-width: 900px;
+ width: 100%;
+ padding: 0em 1em;
+ text-align: justify;
+}
+
+kbd {
+ display: inline-block;
+ padding: 3px 5px;
+ word-wrap: break-word;
+ font-size: 11px;
+ line-height: 10px;
+ vertical-align: middle;
+ background-color: #fcfcfc;
+ border: solid 1px #ccc;
+ border-bottom-color: #bbb;
+ border-radius: 3px;
+ box-shadow: inset 0 -1px 0 #bbb;
+ box-sizing: border-box;
+}
+
+/*
+ * Code blocks
+ */
+
+.org-src-container .src-elisp {
+ color: #000;
+}
+
+.todo {
+ color: #223fbf;
+ font-style: normal;
+}
+
+.org-keyword { color: #5317ac; font-weight: bold; }
+.org-doc { color: #093060; font-style: italic; }
+.org-function-name { color: #721045; }
+.org-constant { color: #0000bb; }
+.org-builtin { color: #8f0075; font-weight: bold; }
+.org-string { color: #223fbf; }
+.org-comment { color: #505050; font-style: italic; }
+.org-comment-delimiter { color: #505050; font-style: italic; }
+.org-comment a { color: #505050; font-style: normal; }
+.org-warning { color: #223fbf; font-style: normal; }
+.org-rainbow-delimiters-depth-1 { color: #000; }
+.org-rainbow-delimiters-depth-2 { color: #000; }
+.org-rainbow-delimiters-depth-3 { color: #000; }
+.org-rainbow-delimiters-depth-4 { color: #000; }
+.org-rainbow-delimiters-depth-5 { color: #000; }
+.org-rainbow-delimiters-depth-6 { color: #000; }
+.org-rainbow-delimiters-depth-7 { color: #000; }
+.org-rainbow-delimiters-depth-8 { color: #000; }
+.org-rainbow-delimiters-depth-9 { color: #000; }