增加 Seamonkey 书签中的字体大小

增加 Seamonkey 书签中的字体大小

书签截图

我希望能够增加 Seamonkey 中使用的书签文件中使用的字体的大小

答案1

使用您的文件管理器打开并/home/andy/.mozilla/seamonkey/k55ql4r2.default/chrome/更改andy为您的实际用户名和k55ql4r2.default实际个人资料的名称。

创建一个新的文本其中的文件userChrome.css使用完全相同的拼写命名。

粘贴以下内容:

/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
/* set default namespace to XUL */

menupopup#bookmarksMenuPopup  * {
   font-size: 20pt !important
 }

您可以更改20pt为更高或更低的值以满足您的特定需求。

重新启动 Seamonkey。这很重要。

前:

在编辑 userChrome.css 之前

后:

编辑 userChrome.css 后

相关内容