15楼#
发布于:2009-07-25 00:30
用户被禁言,该主题自动屏蔽! |
|
16楼#
发布于:2009-07-25 00:30
华文系列字体不用gdi++那是没法看的。。
|
|
|
17楼#
发布于:2009-07-25 00:30
整个FF的窗口的字体都变了 好吧……下面是我整个全局字体样式: 页面:全域字体设置|Global page fonts @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://) { /* 全局字体 */ *{ font-family: Arial, STXiHei !important; } /* 文章内容字体调大 */ DIV[id="ArticleCnt"] p, DIV[id="Content"] p, DIV[id="artibody"] p, DIV[class="pop_2_1"] p, DIV[id$="content"] p, DIV[id$="content"] dd, DIV[id$="content"] font, DIV[class="date"] { font-size: 120% !important; } DIV[id="ArticleCnt"] p *, DIV[id="Content"] p *, DIV[id="artibody"] p *, DIV[class="pop_2_1"] p *, DIV[id$="content"] p *, DIV[id$="content"] dd *, DIV[id$="content"] font * { font-size: inherit !important; } /* 标题字体调大 *//* H1 {font-size:140% !important;} H2 {font-size:120% !important;} H3 {font-size:110% !important;}*/ /* 日期字体调大 */ SPAN[id$="date"], SPAN[id^="date"] { font-size: 130% !important; } /* 导航条字体大小限定 */ div[id^="nav"] *{ font-size: 95% !important ; } /* 上下标字体缩小 */ sub, sup {font-size: 60% !important ;} /* 代码内容等宽字体 */ pre, code { font-family: Consolas, STXiHei !important ; /* shouldnotbehere */ background: #f4f4ff !important ; color: #232323 !important ; white-space: pre-wrap !important ; width: 100% !important ; } } |
|
|
上一页
下一页