阅读:4099回复:6
英文版sage出现页面后字太小,每次都得调整字体大小,怎么设置?
怎么办?
|
|
1楼#
发布于:2005-05-25 23:37
多谢指点,解决了。
|
|
2楼#
发布于:2005-05-25 23:37
把楼上贴出来的代码保存为sage.css
然后在sage设置里选择使用外部css文件。 指向刚保存的sage.css再试试看 |
|
|
3楼#
发布于:2005-05-25 23:37
发现x-small改成small之后,页面里的框框会对不齐
|
|
|
4楼#
发布于:2005-05-25 23:37
设置里面使用自定义CSS,然后按SAGE本来的CSS改动一下,改成你要的效果就可以。
我的CSS是: html * { -moz-box-sizing: border-box; } html { line-height: 1.2; background-color: #ffff; } body { margin: 0px; color: #222; font-family: verdana; font-size: 20; } a:link { text-decoration: none; color: #436976; font-weight: bold; } a:visited { text-decoration: none; color: #537986; } a:hover { text-decoration: underline; } a:active { text-decoration: none; } p.item-desc a:link { color: #029; } #rss-header { background-color: #dee7ec; border: 1px solid #8cacbb; padding: 6px 8px; margin: 10px 2%; } #rss-title { font-size: small; line-height: 1; margin: 0px; padding: 0px; } #rss-desc { font-size: 20; margin: 0px; padding: 5px 0px 0px 20px; } div.item { border: 1px solid #8cacbb; width: 47%; min-width: 14em; margin: 0px 0px 8px 2%; padding: 0px; float: left; } h2.item-title { background-color: #dee7ec; font-size: small; font-weight: bold; line-height: 1.1; margin: 0px; padding: 5px 5px 8px 8px; } span.item-ordinal { padding-right: 0.2em; } div.item-desc { min-height: 6em; font-size: small; margin: 0px; padding: 8px 10px; } div.item-pubDate { font-size: small; margin: 0px; padding: 8px 10px; width: 80%; float: left; } div.item-technorati { font-size: small; margin: 0px; padding: 8px 10px; width: 20%; float: right; text-align: right; } img { max-width: 100%; height: auto; } |
|
5楼#
发布于:2005-05-25 23:37
打开X:\Documents and Settings\***\Application Data\Mozilla\Firefox\Profiles\******.default\extensions\ {a6ca9b3b-5e52-4f47-85d8-cca35bb57596}\sage.jar\skin\classic\sage.css
把所有的 font-size: x-small;改为 font-size: small;就可以了 |
|
|
6楼#
发布于:2005-05-25 23:37
设置最小字体有没有用?
|
|
|