怎么把百度空间个人档里面的留言板字体弄小一点。

来源:百度知道 编辑:UC知道 时间:2024/05/28 02:11:53
可以参考一下我的空间。

我把个人档的CSS发上来了
请帮忙看一下怎么改

#m_pro a{color:#000000}
#m_pro a:visited{color:#000000}
#m_pro div.image{text-align:center}
#m_pro div.act{margin-top:10px}
#m_pro div.user{margin-top:10px;color:#000000;font-size:12px;font-weight:bold}
#m_pro div.desc{color:#000000;font-size:12px}
#m_pro div.line{margin-top:30px;line-height:30px;border-top:none}
#m_pro td{color:#000000;line-height:30px;font-size:14px}

不知道你们需不需要网友评论这栏的
保险起见我还是发一下

#in_comment{width:710px}
#in_comment div.tit{margin-bottom:12px;color:#000000;font-size:14px;font-weight:bold}
#in_comment div.user{margin-bottom:6px;color:#000000;font-size:12px}
#in_comment div.user a{color:#000000;font-size:12px}
#in_comment div.user a:visited{color:#000000}
#in_comment div.user span.date{color:#000000;font-size:12px}
#in_comment div.desc{color:#000000;font-size:12px}
#in_comment div.line{margin-top:40px;line-height:

上面的是个人档案区域,也就是头像的部分,下面的是文章区域的网友评论,这个才是你说的个人档案中的留言板字体
#in_msg div.desc{margin-top:5px;color:#666666;font-size:12px}
把那个12改小点就行

在代码里按CTRL+F搜索,没有就加上
#in_msg{width:710px}——整体部分

#in_msg div.tit{margin-bottom:12px;color:#666666;font-size:14px;font-weight:bold}——留言板的标题

#in_msg .item td.index{width:40px;font-weight:bold}——留言序号

#in_msg .item div.user{width:150px;color:#666666}——留言人名

#in_msg .item div.user a{color:#5AB600;font-size:12px}——留言人名称(带链接的)

#in_msg .item div.user a:visited{color:#5AB600}——留言人名称(点击之后)

#in_msg .item div.user img{margin-bottom:5px}——留言人头像

#in_msg .item td.cnt a{color:#5AB600;font-size:12px}——"删除"(未点击时的式样)

#in_msg .item td.cnt a:visited{color:#5AB600}——"删除"(点击之后的式样)

#in_msg span.date{color:#666666;font-size:12px}——留言日期

#in_msg div.desc{margin-top:5px;color:#666666;font-size:12px}——留言内容(文字部分)

#in_msg div