viewtopic.php?f=73&t=480969
https://addons.mozilla.org/cs/firefox/addon/stylish/
打开:
about:stylish-edit
保存如下代码
代码: 全选
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.ubuntu.org.cn") {
.titles {
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}
a.topictitle {
margin: 1px 0;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1em;
}
}