diff options
| author | 2013-04-07 03:48:21 +0200 | |
|---|---|---|
| committer | 2013-04-07 03:52:48 +0200 | |
| commit | 504949ebc61711a01eea86b463407a65d6ef3a39 (patch) | |
| tree | 752fa247c1cbda43b78a95aad8b5330ff054a4e9 /site/stylesheet.css | |
| parent | ff09103c05dd10f74fff9e9fee4d0887ef85c52b (diff) | |
| download | clark-504949ebc61711a01eea86b463407a65d6ef3a39.tar.gz clark-504949ebc61711a01eea86b463407a65d6ef3a39.zip | |
Add site and some complementary files
Diffstat (limited to 'site/stylesheet.css')
| -rw-r--r-- | site/stylesheet.css | 68 |
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; +} |
