summaryrefslogtreecommitdiff
path: root/demos/activeblog/themes
diff options
context:
space:
mode:
authorjrags <>2007-02-21 15:07:46 +0000
committerjrags <>2007-02-21 15:07:46 +0000
commita2555e2441f51147e9e773f38624021067744d21 (patch)
treeb4ebf0c2311b538260ef753b7c877d4720d3ce63 /demos/activeblog/themes
parent3fcc5ab5ef1c739b65ff1351b5ff2ee1b5cc488d (diff)
Moving from App_Themes to themes
Diffstat (limited to 'demos/activeblog/themes')
-rw-r--r--demos/activeblog/themes/Default/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/demos/activeblog/themes/Default/style.css b/demos/activeblog/themes/Default/style.css
new file mode 100644
index 00000000..be98cb9a
--- /dev/null
+++ b/demos/activeblog/themes/Default/style.css
@@ -0,0 +1,18 @@
+html,body{margin:0;padding:0}
+body{font: 76% arial,sans-serif;text-align:center}
+p{margin:0 10px 10px}
+a{display:block;color: #981793;padding:10px}
+div.header h1{height:80px;line-height:80px;margin:0;
+ padding-left:10px;background: #EEE;color: #79B30B}
+div.container{text-align:left}
+div.content p{line-height:1.4}
+div.navigation{background:#B9CAFF}
+div.extra{background:#FF8539}
+div.footer{background: #333;color: #FFF}
+div.footer p{margin:0;padding:5px 10px}
+
+div.container{width:700px;margin:0 auto}
+div.content{float:left;width:500px}
+div.navigation{float:right;width:200px}
+div.extra{float:right;clear:right;width:200px}
+div.footer{clear:both;width:100%} \ No newline at end of file