From 724cf4635941b9bdaec202a3163b011f09ce1a65 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 2 Nov 2011 23:34:27 +0900 Subject: サイトバーにタイムラインを表示するTwittperatorプラグイン --- twittperator/twsidebar/chrome.manifest | 4 ++ twittperator/twsidebar/chrome/content/overlay.xul | 25 +++++++++++ .../twsidebar/chrome/content/twsidebar.css | 50 ++++++++++++++++++++++ .../twsidebar/chrome/content/twsidebar.xul | 37 ++++++++++++++++ .../twsidebar/chrome/locale/en-US/nosidebar.dtd | 3 ++ twittperator/twsidebar/install.rdf | 18 ++++++++ 6 files changed, 137 insertions(+) create mode 100644 twittperator/twsidebar/chrome.manifest create mode 100644 twittperator/twsidebar/chrome/content/overlay.xul create mode 100644 twittperator/twsidebar/chrome/content/twsidebar.css create mode 100644 twittperator/twsidebar/chrome/content/twsidebar.xul create mode 100644 twittperator/twsidebar/chrome/locale/en-US/nosidebar.dtd create mode 100644 twittperator/twsidebar/install.rdf (limited to 'twittperator/twsidebar') diff --git a/twittperator/twsidebar/chrome.manifest b/twittperator/twsidebar/chrome.manifest new file mode 100644 index 0000000..09edd9a --- /dev/null +++ b/twittperator/twsidebar/chrome.manifest @@ -0,0 +1,4 @@ +content twsidebar chrome/content/ +locale twsidebar en-US chrome/locale/en-US/ +skin twsidebar classic/1.0 chrome/skin/ +overlay chrome://browser/content/browser.xul chrome://twsidebar/content/overlay.xul diff --git a/twittperator/twsidebar/chrome/content/overlay.xul b/twittperator/twsidebar/chrome/content/overlay.xul new file mode 100644 index 0000000..59e7a70 --- /dev/null +++ b/twittperator/twsidebar/chrome/content/overlay.xul @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + 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; +} diff --git a/twittperator/twsidebar/chrome/content/twsidebar.xul b/twittperator/twsidebar/chrome/content/twsidebar.xul new file mode 100644 index 0000000..69ab965 --- /dev/null +++ b/twittperator/twsidebar/chrome/content/twsidebar.xul @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/twittperator/twsidebar/chrome/locale/en-US/nosidebar.dtd b/twittperator/twsidebar/chrome/locale/en-US/nosidebar.dtd new file mode 100644 index 0000000..18f4ba8 --- /dev/null +++ b/twittperator/twsidebar/chrome/locale/en-US/nosidebar.dtd @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/twittperator/twsidebar/install.rdf b/twittperator/twsidebar/install.rdf new file mode 100644 index 0000000..f56b72a --- /dev/null +++ b/twittperator/twsidebar/install.rdf @@ -0,0 +1,18 @@ + + + + twsidebar@snca.net + Twitter Sidebar + 1.0 + anekos + Twitter Sidebar for Twittperator Plugin + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 3.6 + 10.0a1 + + + + -- cgit v1.2.3