diff ambnews/content/blank.css @ 1:44bcb4975ead

Added more files.
author Atul Varma <varmaa@toolness.com>
date Thu, 21 Aug 2008 15:39:57 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ambnews/content/blank.css	Thu Aug 21 15:39:57 2008 -0700
@@ -0,0 +1,46 @@
+body {
+    font-family: palatino, georgia, verdana, arial, sans-serif;
+    font-size: 10pt;
+    text-align: center;
+    background: white;
+}
+
+#content {
+    text-align: left;
+    margin: 0 auto;
+    width: 480px;
+}
+
+.feed {
+    padding-bottom: 8pt;
+}
+
+ul {
+    display: inline;
+    padding-left: 0px;
+}
+
+.feed-title {
+    font-size: 14pt;
+    display: inline;
+}
+
+.feed-entry {
+    font-style: italic;
+    display: inline;
+}
+
+a {
+    color: grey;
+    text-decoration: none;
+}
+
+a:hover {
+    color: black;
+}
+
+h1 {
+    text-align: center;
+    font-weight: normal;
+    font-family: monaco, courier, courier new, monospace;
+}