From a2555e2441f51147e9e773f38624021067744d21 Mon Sep 17 00:00:00 2001 From: jrags <> Date: Wed, 21 Feb 2007 15:07:46 +0000 Subject: Moving from App_Themes to themes --- demos/activeblog/themes/Default/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 demos/activeblog/themes/Default/style.css (limited to 'demos/activeblog/themes') 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 -- cgit v1.2.3