Began fleshing out the CSS for blog view
authorArt Cancro <ajc@citadel.org>
Fri, 19 Nov 2010 18:43:35 +0000 (13:43 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 19 Nov 2010 18:43:35 +0000 (13:43 -0500)
webcit/static/styles/webcit.css

index 8cc2f23396dcdb368859bfe40939b9bc7a02574f..5589f67daa36214408b3e58e9efa7880fedc078f 100644 (file)
@@ -1219,12 +1219,29 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
 /*---------- bubble tooltips end -----------*/
 
 
+.blog_post {
+}
+
+.blog_post_title {
+       font-size: 150%;
+       font-style: bold;
+}
+
+.blog_post_header {
+       font-size: 100%;
+       font-style: italic;
+}
+
+.blog_post_content {
+}
+
 .blog_comment {
        border: 1px solid grey;
-       margin-top: 2px;
-       margin-bottom: 2px;
+       margin-top: 5px;
+       margin-bottom: 5px;
        margin-left: 5%;
-       margin-right: 1%;
+       margin-right: 5%;
+       padding: 5px;
 }
 
 .blog_comment_header {
@@ -1232,3 +1249,4 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
        font-size: 100%;
        font-style: italic;
 }
+