diff options
author | anekos | 2011-11-02 23:34:27 +0900 |
---|---|---|
committer | anekos | 2011-11-02 23:34:27 +0900 |
commit | 724cf4635941b9bdaec202a3163b011f09ce1a65 (patch) | |
tree | 23716e02da3d08aeeafd16f20f07fbec238dedb5 /twittperator/twsidebar/chrome/content/twsidebar.css | |
parent | 5a46a94e604aa0465c44f9ae346413deb72a9910 (diff) | |
download | vimperator-plugins-724cf4635941b9bdaec202a3163b011f09ce1a65.tar.bz2 |
サイトバーにタイムラインを表示するTwittperatorプラグイン
Diffstat (limited to 'twittperator/twsidebar/chrome/content/twsidebar.css')
-rw-r--r-- | twittperator/twsidebar/chrome/content/twsidebar.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/twittperator/twsidebar/chrome/content/twsidebar.css b/twittperator/twsidebar/chrome/content/twsidebar.css new file mode 100644 index 0000000..b835c3d --- /dev/null +++ b/twittperator/twsidebar/chrome/content/twsidebar.css @@ -0,0 +1,50 @@ +#tw-anekos-sb-tab-panels { + background-color: transparent !important; + border: none !important; + padding: 0 !important; +} + +.tw-anekos-sb-plugin-tweet-panel { + background-color: floralwhite !important; + font-size: %Config.fontSize%px; + padding-top: 2px; + padding-left: 2px; +} + +.tw-anekos-sb-plugin-tweet-DM-my { + background-color: darkred !important; + color: white !important; +} + +.tw-anekos-sb-plugin-tweet-retweet-my { + background-color: aqua !important; +} + +.tw-anekos-sb-plugin-tweet-favorite-my { + background-color: pink !important; +} + +.tw-anekos-sb-plugin-tweet-reply-my { + background-color: yellow !important; +} + +.tw-anekos-sb-plugin-tweet-normal-my { + background-color: yellow !important; +} + +.tw-anekos-sb-plugin-tweet-keyword { + background-color: lightgreen !important; +} + +.tw-anekos-sb-plugin-tweet-filter { + background-color: #66cdaa !important; +} + +.tw-anekos-sb-plugin-tweet-list-member-added-my { + background-color: lightskyblue !important; +} + +.tw-anekos-sb-plugin-tweet-follow, +.tw-anekos-sb-plugin-tweet-follow-my { + background-color: lightsalmon !important; +} |