aboutsummaryrefslogtreecommitdiffstats
path: root/site/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/stylesheet.css')
-rw-r--r--site/stylesheet.css68
1 files changed, 0 insertions, 68 deletions
diff --git a/site/stylesheet.css b/site/stylesheet.css
deleted file mode 100644
index b661f7f..0000000
--- a/site/stylesheet.css
+++ /dev/null
@@ -1,68 +0,0 @@
-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;
-}