diff --git a/widgets/newest_document/skins/xe_official/css/black.css b/widgets/newest_document/skins/xe_official/css/black.css index a14fc63d5..59fdfe2cf 100644 --- a/widgets/newest_document/skins/xe_official/css/black.css +++ b/widgets/newest_document/skins/xe_official/css/black.css @@ -6,8 +6,8 @@ .latest_black ul li .title a { color:#818181; text-decoration:none; } .latest_black ul li .title a:hover { text-decoration:underline; } -.latest_black ul li .title span.comment { color:#FE6700; font:.8em Tahoma; } -.latest_black ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; } +.latest_black ul li .title span.comment { color:#FE6700; font:.9em Tahoma; } +.latest_black ul li .title span.comment a { color:#FE6700; font:.9em Tahoma; } .latest_black ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;} diff --git a/widgets/newest_document/skins/xe_official/css/white.css b/widgets/newest_document/skins/xe_official/css/white.css index dbf002a4c..078498964 100644 --- a/widgets/newest_document/skins/xe_official/css/white.css +++ b/widgets/newest_document/skins/xe_official/css/white.css @@ -6,8 +6,8 @@ .latest_white ul li .title a { color:#555555; text-decoration:none; } .latest_white ul li .title a:hover { text-decoration:underline; } -.latest_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; } -.latest_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; } +.latest_white ul li .title span.comment { color:#FE6700; font:.9em Tahoma; } +.latest_white ul li .title span.comment a { color:#FE6700; font:.9em Tahoma; } .latest_white ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;} diff --git a/widgets/webzine/skins/xe_official/css/normal.css b/widgets/webzine/skins/xe_official/css/normal.css index 2953f356e..9585eaa20 100644 --- a/widgets/webzine/skins/xe_official/css/normal.css +++ b/widgets/webzine/skins/xe_official/css/normal.css @@ -20,7 +20,7 @@ .nw_box .thumbnailBox .titleBox { margin-top:8px; margin-bottom:5px;} .nw_box .thumbnailBox .titleBox .title { } -.nw_box .thumbnailBox .titleBox .title strong { font-weight:bold; font-size:0.9em; color:#ed2a32; } +.nw_box .thumbnailBox .titleBox .title strong { font-weight:normal; font-size:0.9em; color:#ed2a32; } .nw_box .thumbnailBox .titleBox .title a { color:#000000; text-decoration:none; } .nw_box .thumbnailBox .titleBox .title a:hover { text-decoration:underline; }