summaryrefslogtreecommitdiff
path: root/website/local.css
diff options
context:
space:
mode:
authorJamie McClelland <jm@mayfirst.org>2008-07-27 20:16:45 -0400
committerJamie McClelland <jm@mayfirst.org>2008-07-27 20:16:45 -0400
commit4c39f00752f9a57329aff481d33aed24bfc301a4 (patch)
tree56f9fe3a87ef02344991ffcaca6cf54aab593084 /website/local.css
parent956649a16a996c07587eda9fd76a1b021d81718b (diff)
adding css file.
Diffstat (limited to 'website/local.css')
-rw-r--r--website/local.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/website/local.css b/website/local.css
new file mode 100644
index 0000000..6302a54
--- /dev/null
+++ b/website/local.css
@@ -0,0 +1,32 @@
+body {
+ font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
+ font-size:0.8em;
+ margin-left: 5%;
+ margin-right:20%;
+}
+
+h1 {
+ font-size: 1.4em;
+}
+
+h2 {
+ font-size: 1.2em;
+}
+
+h3 {
+ font-size: 1.0em;
+}
+
+h4 {
+ font-size: .9em;
+}
+
+.header span {
+ color: #aaaaaa;
+}
+
+pre {
+ background: #ddd;
+ border: 1px solid #aaa;
+ padding: 3px 3px 3px 3px;
+}