added blog.css and readded view_blog/post.html ...
[citadel.git] / webcit / static / styles / blog.css
1 .blog_post {
2         padding-top: 0.5em;
3         margin: 0.5em;
4         width: 38em;
5         border-top: 1px solid #5C646B;
6 }
7
8
9 .blog_post_title a {
10         font-size: large;
11         color: #5C646B;
12 }
13         
14 .blog_post_header a, .blog_comment_header a { 
15         font-style: italic;
16         color: #000;
17  }
18
19 .blog_post_header, .blog_comment_header {
20         margin: 0.3em 0.5em;
21         font-size: smaller;
22 }
23
24 .blog_post_content {
25         font-family: serif;
26         font-size: small;
27 }
28
29 .blog_comment {
30         margin: 0.5em;
31         width: 30em;
32 }
33