moves all the static files under ~/static, for convenience again, even
[myslice.git] / static / css / myslice.css
diff --git a/static/css/myslice.css b/static/css/myslice.css
new file mode 100644 (file)
index 0000000..0862ecf
--- /dev/null
@@ -0,0 +1,26 @@
+#header {
+    position: fixed; 
+    display: block;
+    margin:0px;
+    top: 0px;
+    left: 0px;
+    right: 0px; 
+    height: 60px;
+/*    background-color: #f8f8f8; */
+    background-color: #ccc;
+}
+
+#content-main {
+    margin: 60 200 0 0;
+    padding: 0;
+}
+#content-related {
+    margin-top: 60;
+    padding: 0;
+    width: 200;
+    position: fixed;
+    display: block;
+    right: 0px;
+    top: 0px;
+    background-color: #d0d0f8;
+}