/*關於我*/ /*欄位名稱*/ .personaltitle{ display:none; /*我使用 display:none 指令,隱藏關於我的「欄位名稱」*/ } .pTitle{ } .pTitle li{ list-style:url(/) none outside; } /*欄位內容*/ .avatar{ background:#fff url(http://f.blog.xuite.net/f/7/b/7/10055976/blog_6267/txt/4477948/108.gif) no-repeat; margin:0 0 15px 0; border-bottom:coral 3px solid; } /*照片*/ .avatarPhoto{ padding-top:10px; text-align:center; } /*我的描述*/ .avatarDesciption{ font:13px/120% "Trebuchet MS", Verdana, PMingLiU, sans-serif; color:#666; background:transparent none; padding:10px 10px 0; text-align:left; } /*我的日誌按鈕,當你登入時才看得到*/ .avatarbutton{ text-align:center; } /*個人項目---- 2006-5-11 Modify*/ .personallink{ display:block; font:13px/120% "Trebuchet MS", Verdana, PMingLiU, sans-serif; width:195px; } /*關於我*/ .plink{ } .plink li{ margin-left:20px; list-style:url(http://f.blog.xuite.net/f/7/b/7/10055976/blog_6267/txt/4477948/9.gif) none outside; } /*加入好友*/ .pfriend{ padding:3px 0 0; } .pfriend li{ margin-left:20px; list-style:url(http://f.blog.xuite.net/f/7/b/7/10055976/blog_6267/txt/4477948/9.gif) none outside; } /*我的相簿*/ .pphoto{ padding:3px 0 0; } .pphoto li{ margin-left:20px; list-style:url(http://f.blog.xuite.net/f/7/b/7/10055976/blog_6267/txt/4477948/9.gif) none outside; } /*我的影音*/ .pvlog{ display:none; /*我使用 display:none 指令,隱藏「我的影音」*/ } /*.pvlog li{ margin-left:20px; list-style:url(http://f.blog.xuite.net/f/7/b/7/10055976/blog_6267/txt/4477948/9.gif) none outside; }*/ /*因為隱藏「我的影音」,這段語法也不需要了*/ /*我的留言板*/ .pboard{ padding:3px 0 0; } .pboard li{ margin-left:20px; list-style:url(http://f.blog.xuite.net/f/7/b/7/10055976/blog_6267/txt/4477948/9.gif) none outside; } |