From 5f9f8b699331135b9cd54c95bcb5595bfd1fc650 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 20 Jan 2013 00:14:36 +0900 Subject: サブ表示を下にして、改行するようにした。 --- twittperator/twsidebar/chrome/content/twsidebar.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'twittperator/twsidebar/chrome/content') diff --git a/twittperator/twsidebar/chrome/content/twsidebar.css b/twittperator/twsidebar/chrome/content/twsidebar.css index 7081ea2..72755a4 100644 --- a/twittperator/twsidebar/chrome/content/twsidebar.css +++ b/twittperator/twsidebar/chrome/content/twsidebar.css @@ -52,3 +52,16 @@ .tw-anekos-sb-plugin-tweet-follow-my { background-color: lightsalmon !important; } + +.tw-anekos-sb-plugin-item-name { + font-weight: bold; +} + +.tw-anekos-sb-plugin-item-sub { + font-size: 80%; +} + +.tw-anekos-sb-plugin-item-text { + word-break: break-all; +} + -- cgit v1.2.3 From ddc08a2970b54778b6a64c3b7cd8a5e6f749a9fd Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 20 Jan 2013 00:26:40 +0900 Subject: tweetTimeVisible は削除 :style コマンドで設定する仕様に。 例: :style -name tw-sidebar-hidden-time chrome://* .tw-anekos-sb-plugin-item-time { display: none } --- twittperator/twsidebar/chrome/content/twsidebar.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'twittperator/twsidebar/chrome/content') diff --git a/twittperator/twsidebar/chrome/content/twsidebar.css b/twittperator/twsidebar/chrome/content/twsidebar.css index 72755a4..3801f99 100644 --- a/twittperator/twsidebar/chrome/content/twsidebar.css +++ b/twittperator/twsidebar/chrome/content/twsidebar.css @@ -57,11 +57,16 @@ font-weight: bold; } +.tw-anekos-sb-plugin-item-text { + word-break: break-all; +} + .tw-anekos-sb-plugin-item-sub { + background-color: pink; font-size: 80%; } -.tw-anekos-sb-plugin-item-text { - word-break: break-all; +.tw-anekos-sb-plugin-item-time { + font-size: 80%; } -- cgit v1.2.3 From 334c1ad154d3edfb27eba18c583cf4fc40f6cd08 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 20 Jan 2013 22:25:29 +0900 Subject: 以前の名前横の表示を選択可能にした。 以前のようにする方法 :style -name tw-sidebar-hidden-time chrome://* <