1. userstyles.org からインストールする場合
Tumblr で長文を読みたくない。だから、小さい文字は必要ない。
Quote (引用) の文字を大きくするために、以下より Stylish の設定ファイルをインストールする。
2. Firefox で手動で設定する場合
スタイルを手動で作成する方法は、
- ステータスバーの Stylish のアイコンを「右クリック > 新しいスタイルを書く > 白紙のスタイル」を選択。
- 以下の CSS を貼り付け、適当に名前を付けて保存。
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.tumblr.com/dashboard") {
.quote{
font-size:120%;
font-weight:500;
line-height:1.6;
}
.quote_source{
font-size: 90%;
font-weight: 100;
}
}

0コメント:
コメントを投稿