|
@@ -1043,6 +1043,12 @@ a.forum_group_link {
|
|
|
font-family:Arial,sans,sans-serif;
|
|
|
}
|
|
|
|
|
|
+.forum_attach_comment {
|
|
|
+ color: #737780;
|
|
|
+ font-style: italic ;
|
|
|
+ font-weight: normal;
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
/* **** BLOG **** */
|
|
|
span.blog_title {
|
|
@@ -1168,6 +1174,12 @@ div.comments {
|
|
|
background-color: #F4F4F4;
|
|
|
}
|
|
|
|
|
|
+.attachment_comment {
|
|
|
+ color: #737780;
|
|
|
+ font-style: italic ;
|
|
|
+ font-weight: normal;
|
|
|
+}
|
|
|
+
|
|
|
.link {text-decoration: none; font-weight : bold; color : #1657A9; cursor: pointer}
|
|
|
.link:hover {text-decoration: none; color: #abd9f1; font-weight: bold; cursor: pointer}
|
|
|
|