aboutsummaryrefslogtreecommitdiffstats
path: root/site/stylesheet.css
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-04-10 01:51:30 +0200
committerGravatar Tom Willemsen2013-04-10 01:51:30 +0200
commit684010b71f621338795e6a50f9e7453ef6c86dc6 (patch)
treec7177f4e30a70d05baf500583e441491674ccf80 /site/stylesheet.css
parent3b04c88eb6eafe7befbda6714c5f31b6c40fde09 (diff)
downloadgit-auto-commit-mode-684010b71f621338795e6a50f9e7453ef6c86dc6.tar.gz
git-auto-commit-mode-684010b71f621338795e6a50f9e7453ef6c86dc6.zip
Add other complementary files4.2.0
Diffstat (limited to 'site/stylesheet.css')
-rw-r--r--site/stylesheet.css68
1 files changed, 68 insertions, 0 deletions
diff --git a/site/stylesheet.css b/site/stylesheet.css
new file mode 100644
index 0000000..b661f7f
--- /dev/null
+++ b/site/stylesheet.css
@@ -0,0 +1,68 @@
+a
+{
+ color: #6d97bf;
+}
+
+a:visited
+{
+ color: #b27dbf;
+}
+
+body
+{
+ font-family: "DejaVu Sans", sans-serif;
+ background-color: #222224;
+ color: #eeeeec;
+}
+
+code,
+pre
+{
+ font-family: "Envy Code R", monospace;
+}
+
+h3, h4,
+.outline-text-2,
+.outline-text-3,
+.outline-text-4
+{
+ margin-left: 20px;
+}
+
+pre
+{
+ background-color: #111113;
+ color: #eeeeec;
+ border: 1px solid #a5a5a4;
+ border-radius: 2px;
+}
+
+ul
+{
+ margin-left: -20px;
+}
+
+#content
+{
+ width: 700px;
+}
+
+#org-div-home-and-up
+{
+ width: 750px;
+}
+
+#postamble
+{
+ font-size: 12px;
+ padding: 3px 5px;
+ border: 1px solid #a5a5a4;
+ width: 690px;
+}
+
+#postamble p
+{
+ margin: 0;
+ padding: 0;
+ line-height: 1.3em;
+}