summary refs log tree commit diff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-03-18 18:41:31 +0100
committerfranck cuny <franck@lumberjaph.net>2010-03-18 18:41:31 +0100
commit5540780e9011d2385a0226f4e22fe73c0bc92798 (patch)
tree2cf808350607f3be2b8e10d4ad942f6fc4db6aa4 /public/css/style.css
downloaddancer-rest-5540780e9011d2385a0226f4e22fe73c0bc92798.tar.gz
initial import
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
new file mode 100644
index 0000000..4a7f59e
--- /dev/null
+++ b/public/css/style.css
@@ -0,0 +1,34 @@
+body {
+    font-family: Lucida,sans-serif;   
+    color: #eee;
+    background-color: #1f1b1a;
+}
+
+#content {
+    color: #000;
+    background-color: #eee;
+    padding: 1em;
+    margin: 1em;
+    padding-top: 0.5em;
+}
+
+a { 
+    color: #a5ec02;
+}
+
+h1 { 
+    color: #a5ec02;
+}
+
+#footer {
+    border-top: 1px solid #aba29c;
+    margin-top: 2em;
+    padding-top: 1em;
+    font-size: 10px;
+    color: #ddd;
+}
+
+pre {
+    font-family: \"lucida console\",\"monaco\",\"andale mono\",\"bitstream vera sans mono\",\"consolas\",monospace;
+}
+