Browse Source

[svn r14810] Minor - file attachment comment's css for blog and forum tool

Julio Montoya 17 năm trước cách đây
mục cha
commit
b1e63e2872

+ 15 - 0
main/css/academica/default.css

@@ -1200,6 +1200,14 @@ body:last-child:not(:root:root) .blog_title {
 	text-align: center;
 }
 
+
+.attachment_comment {
+	color: #737780;	
+	font-style: italic ;
+	font-weight: normal;	
+}
+
+
 /*
 ==============================================================================
     TRACKING
@@ -1230,6 +1238,13 @@ a.specialLink:hover,a.specialLink:focus {
 	background: transparent url('images/line.jpg') repeat-x bottom center;
 }
 
+.forum_attach_comment {
+	color: #737780;	
+	font-style: italic ;
+	font-weight: normal;	
+}
+
+
 /*
 ------------------------------------------------------------------------------
     POST

+ 12 - 0
main/css/baby/default.css

@@ -573,6 +573,12 @@ td .menu {
 	margin: 0 .2em;
 }
 
+.forum_attach_comment {
+	color: #737780;	
+	font-style: italic ;
+	font-weight: normal;	
+}
+
 /*
 ==============================================================================
     FORM STYLES
@@ -1150,6 +1156,12 @@ body:last-child:not(:root:root) .blog_subtitle {
 	text-align: center;
 }
 
+.attachment_comment {
+	color: #737780;	
+	font-style: italic ;
+	font-weight: normal;	
+}
+
 /*
 ==============================================================================
     TRACKING

+ 15 - 0
main/css/corporativa/default.css

@@ -1114,6 +1114,13 @@ body:last-child:not(:root:root) .blog_title {
 	text-align: center;
 }
 
+.attachment_comment {
+	color: #737780;	
+	font-style: italic ;
+	font-weight: normal;	
+}
+
+
 /*
 ==============================================================================
     TRACKING
@@ -1144,6 +1151,14 @@ a.specialLink:hover,a.specialLink:focus {
 	background: transparent url('images/line.jpg') repeat-x bottom center;
 }
 
+.forum_attach_comment {
+	color: #737780;	
+	font-style: italic ;
+	font-weight: normal;	
+}
+
+
+
 /*
 ------------------------------------------------------------------------------
     POST

+ 14 - 0
main/css/default/default.css

@@ -1515,6 +1515,12 @@ tr.forum_category_header a {
 	background-color: #EFEFEF;
 }
 
+.forum_attach_comment {
+	color: #737780;	
+	font-style: italic ;
+	font-weight: normal;	
+}
+
 /*
 ------------------------------------------------------------------------------
    THREAD
@@ -1774,6 +1780,14 @@ div.comments {
 	text-decoration: none;
 }
 
+.attachment_comment {
+	color: #737780;	
+	font-style: italic ;
+	font-weight: normal;	
+}
+
+
+
 
 /*
 ==============================================================================

+ 12 - 0
main/css/dokeosgrey/default.css

@@ -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}