comparison 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
comparison
equal deleted inserted replaced
0:66b00b4c37a6 1:44bcb4975ead
1 body {
2 font-family: palatino, georgia, verdana, arial, sans-serif;
3 font-size: 10pt;
4 text-align: center;
5 background: white;
6 }
7
8 #content {
9 text-align: left;
10 margin: 0 auto;
11 width: 480px;
12 }
13
14 .feed {
15 padding-bottom: 8pt;
16 }
17
18 ul {
19 display: inline;
20 padding-left: 0px;
21 }
22
23 .feed-title {
24 font-size: 14pt;
25 display: inline;
26 }
27
28 .feed-entry {
29 font-style: italic;
30 display: inline;
31 }
32
33 a {
34 color: grey;
35 text-decoration: none;
36 }
37
38 a:hover {
39 color: black;
40 }
41
42 h1 {
43 text-align: center;
44 font-weight: normal;
45 font-family: monaco, courier, courier new, monospace;
46 }