15楼#
发布于:2009-06-05 18:35
Scrapbook,很强大
|
|
16楼#
发布于:2009-06-05 18:35
发现这样的代码能实现限宽绕排居中(前面加了个自定义字体的项;可以结合7楼代码一起使用):
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("file:///") { pre{font-family: STXiHei; width:600px;white-space:pre-wrap;margin:0 auto;} } 预览见附件 |
|
|
17楼#
发布于:2009-06-05 18:35
cfi:比如说,在啃文书库(kenwen.com)我是用这个css@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("kenwen.com") { #ans,#setting,.nav_border_top,.nav_border_bottom,#mark_bar,#site_notice{display:none !important;} #text_area{font-family:Microsoft JhengHei !important; font-size:26px !important;color:#bbb !important;} *{background-color:#333 !important;} html a, html a * { color:#5c8599 !important; } html a:visited, html a:visited *, html a:active, html a:active * { color:#525f66 !important } html a:hover, html a:hover * { color:#cef !important; background:#023 !important; } } 要是图片的话就要用 【Reading Blinds.user.js】 快捷键 【Alt+F5】 |
|
|
18楼#
发布于:2009-06-05 18:35
|
|
上一页
下一页