gstxxx
小狐狸
小狐狸
  • UID702
  • 注册日期2004-12-09
  • 最后登录2007-02-13
  • 发帖数3
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:1970回复:1

firefox sage 中内容字体修改大一点 要不太累眼睛啊

楼主#
更多 发布于:2005-05-12 21:22
chrome://sage/content/res/sage.css

在浏览器地址栏 输入以上地址

将内容保存 (这个是 firefox 原来的 sage 配置)
然后
修改其中
两处
h2.item-title {
background-color: #dee7ec;
font-size: x-small;//此处修改为 small
font-weight: normal;
line-height: 1.1;
margin: 0px;
padding: 5px 5px 8px 8px;
}

div.item-desc {
min-height: 6em;
font-size: x-small;//此处修改为 small
margin: 0px;
padding: 8px 10px;
}

就是将标题和内容字体修改大了一点

下面还有
网友修改过的美化版本sage.css  可以参考


---------------------------------------



@charset "Shift_JIS";

a:link{
text-decoration: none;
color: #6699bb;
background-color: transparent;
border-bottom: 1px dotted #6699bb;
}

a:visited{
text-decoration: none;
color: #999999;
background-color: transparent;
border-bottom: 1px dotted #999999;
}

a:hover{
text-decoration: none;
color: #333333;
background-color: #eeeeee;
border-bottom: 1px dotted #333333;
}

a:active{
text-decoration: none;
color: #333333;
background-color: #eeeeee;
border-bottom: 1px dotted #333333;
}

html{
color: #333333;
background-color: #eeeeee;
margin: 0px;
padding: 0px;
}

body{
font-size: 100%;
line-height: 170%;
color: #333333;
background-color: #ffffff;
margin: 0px 32px 0px 32px;
padding: 1em 16px 4em 16px;
border-left: 1px solid #6f6f6f;
border-right: 1px solid #6f6f6f;
}

div#rss-header{
margin: 0px 0px 1em 0px;
padding: 0px;
}

h1{
font-family: "Trebuchet MS",Sans-serif;
font-size: 200%;
font-weight: bold;
text-align: center;
color: #aaaaaa;
background-color: transparent;
margin: 1em 0px 1em 0px;
padding: 0px;
}

h1 a:link,h1 a:visited,h1 a:hover,h1 a:active{
border: none;
}

p#rss-desc{
font-family: "Lucida Sans Unicode",Sans-serif;
font-size: 80%;
text-align: right;
color: #777777;
background-color: transparent;
margin-right: 32px;
}

div.item{
color: #333333;
background-color: #eeeeee;
min-height: 5em;
margin: 1em 16px 1em 16px;
padding: 0px;
border: 1px solid #cccccc;
-moz-border-radius: 8px;
}

h2{
font-family: "Trebuchet MS",Sans-serif;
font-size: 100%;
font-weight: bold;
letter-spacing: 0px;
color: #333333;
background-color: transparent;
margin: 0px;
padding: 0px;
border-bottom: 1px dashed #999999;
}

h2 a{
line-height: 100%;
position: absolute;
z-index: 2;
left: 80px;
max-width: 100%;
margin-top: 0.8em;
margin-right: 80px;
}

span.item-ordinal{
font-family: "Georgia",Sans-serif;
font-size: 600%;
color: #fcfcfc;
background-color: transparent;
position: relative;
z-index: 1;
top: 0.2em;
}

span.item-ordinal:before{
content: "#";
font-size: 60%;
color: #fcfcfc;
background-color: transparent;
}

div.item-desc{
font-size: 90%;
position: relative;
z-index: 2;
margin: 1em 16px 1em 16px;
padding: 0px;
}

div.item-pubDate{
font-family: "Trebuchet MS",Sans-serif;
font-size: 80%;
font-weight: bold;
text-align: right;
color: #999999;
background-color: transparent;
margin: 1em 16px 0px 16px;
}

div.item-technorati{
display: none;
}

img{
float: none;
}
fiag
管理员
管理员
  • UID1188
  • 注册日期2004-12-21
  • 最后登录2025-04-18
  • 发帖数4681
  • 经验686枚
  • 威望0点
  • 贡献值402点
  • 好评度51点
1楼#
发布于:2005-05-12 21:22
我设置了Firefox中的最小字体。没察觉到,
可以在Sage设置中用自定义CSS,就不用修改Sage安装包了
游客

返回顶部