aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorre4k <re4k@re4k.info>2013-03-14 23:28:59 +0900
committerre4k <re4k@re4k.info>2013-03-14 23:28:59 +0900
commit85079ba8a48160b43099f80b3d567c812d9099a8 (patch)
tree8cde057bfc7aa00c6e1c0f610a6da5aad1c2a5bd /public
parent2bf399afa9707b08523f538332657ee06156efb0 (diff)
downloadaclog-85079ba8a48160b43099f80b3d567c812d9099a8.tar.gz
Change Twitter Streaming API library to em-twitter
Diffstat (limited to 'public')
-rw-r--r--public/assets/application-7be762e280e0e5656d2ea3a02cbf372c.css116
-rw-r--r--public/assets/application-7be762e280e0e5656d2ea3a02cbf372c.css.gzbin0 -> 793 bytes
-rw-r--r--public/assets/manifest-0b26a376c9cfe81af432b634628ee75d.json2
3 files changed, 117 insertions, 1 deletions
diff --git a/public/assets/application-7be762e280e0e5656d2ea3a02cbf372c.css b/public/assets/application-7be762e280e0e5656d2ea3a02cbf372c.css
new file mode 100644
index 0000000..80f7d9c
--- /dev/null
+++ b/public/assets/application-7be762e280e0e5656d2ea3a02cbf372c.css
@@ -0,0 +1,116 @@
+.items {
+ width: 572px;
+ margin: 15px 0 15px 18px; }
+ .items .item {
+ margin: 15px 0; }
+ .items .item .tweet {
+ overflow: hidden;
+ background: white;
+ border: 1px solid #c1c5cb;
+ border-width: 1px 0;
+ padding: 15px; }
+ .items .item .tweet .avatar {
+ width: 60px;
+ float: left; }
+ .items .item .tweet .avatar img {
+ width: 48px;
+ height: 48px; }
+ .items .item .tweet .tweet_content_fix {
+ float: left;
+ width: 0;
+ height: 85px; }
+ .items .item .tweet .tweet_content {
+ float: left;
+ width: 473px; }
+ .items .item .tweet .tweet_content .user {
+ padding: 0 5px 15px;
+ font-weight: bold; }
+ .items .item .tweet .tweet_content .user .name {
+ font-size: 14px; }
+ .items .item .tweet .tweet_content .user .screen_name {
+ font-size: 12px; }
+ .items .item .tweet .tweet_content .user a {
+ color: #666666; }
+ .items .item .tweet .tweet_content .text {
+ font-size: 18px;
+ line-height: 25px;
+ padding: 0 5px 15px;
+ word-wrap: break-word; }
+ .items .item .tweet .tweet_content .meta {
+ padding: 0 5px 15px;
+ color: #666666;
+ font-size: 12px; }
+ .items .item .tweet .tweet_content .meta .twitter_bird {
+ display: block;
+ float: left; }
+ .items .item .tweet .tweet_content .meta .twitter_bird img {
+ vertical-align: top;
+ margin-right: 2px;
+ margin-top: 1px; }
+ .items .item .tweet .tweet_content .meta .created_at {
+ display: block;
+ float: left; }
+ .items .item .tweet .tweet_content .meta .source {
+ display: block;
+ float: right; }
+ .items .item .stats {
+ clear: both;
+ padding: 15px; }
+ .items .item .stats .favs_row,
+ .items .item .stats .retweets_row {
+ margin-bottom: 3px; }
+ .items .item .stats .favs_row .info,
+ .items .item .stats .retweets_row .info {
+ width: 60px;
+ float: left; }
+ .items .item .stats .favs_row .info .count,
+ .items .item .stats .favs_row .info .type,
+ .items .item .stats .retweets_row .info .count,
+ .items .item .stats .retweets_row .info .type {
+ color: #666666;
+ display: block; }
+ .items .item .stats .favs_row .info .count,
+ .items .item .stats .retweets_row .info .count {
+ font-weight: bold;
+ font-size: 14px; }
+ .items .item .stats .favs_row .info .type,
+ .items .item .stats .retweets_row .info .type {
+ font-size: 10px; }
+ .items .item .stats .favs_row .users_content_fix,
+ .items .item .stats .retweets_row .users_content_fix {
+ float: left;
+ height: 48px;
+ width: 0; }
+ .items .item .stats .favs_row .users_content,
+ .items .item .stats .retweets_row .users_content {
+ float: left; }
+ .items .item .stats .favs_row .users_content ul.users_row,
+ .items .item .stats .retweets_row .users_content ul.users_row {
+ list-style: none; }
+ .items .item .stats .favs_row .users_content ul.users_row li,
+ .items .item .stats .retweets_row .users_content ul.users_row li {
+ float: left; }
+ .items .item .stats .favs_row .users_content ul.users_row li img,
+ .items .item .stats .retweets_row .users_content ul.users_row li img {
+ width: 48px;
+ height: 48px;
+ vertical-align: bottom; }
+
+* {
+ margin: 0;
+ padding: 0;
+ font-family: "Ubuntu", sans-serif; }
+
+a {
+ text-decoration: none;
+ color: #3b5998; }
+
+img {
+ border: none; }
+
+.clearfix:after {
+ content: ".";
+ visibility: hidden;
+ display: block;
+ height: 0;
+ clear: both; }
diff --git a/public/assets/application-7be762e280e0e5656d2ea3a02cbf372c.css.gz b/public/assets/application-7be762e280e0e5656d2ea3a02cbf372c.css.gz
new file mode 100644
index 0000000..e08ad90
--- /dev/null
+++ b/public/assets/application-7be762e280e0e5656d2ea3a02cbf372c.css.gz
Binary files differ
diff --git a/public/assets/manifest-0b26a376c9cfe81af432b634628ee75d.json b/public/assets/manifest-0b26a376c9cfe81af432b634628ee75d.json
index 8aabeda..3d637cf 100644
--- a/public/assets/manifest-0b26a376c9cfe81af432b634628ee75d.json
+++ b/public/assets/manifest-0b26a376c9cfe81af432b634628ee75d.json
@@ -1 +1 @@
-{"files":{"bird_gray_16-93f51980875017e26744056b62aaac22.png":{"logical_path":"bird_gray_16.png","mtime":"2013-03-09T14:41:39+09:00","size":1106,"digest":"93f51980875017e26744056b62aaac22"},"rails-bc7d436ef8afbf0f88829742a43ba3a4.png":{"logical_path":"rails.png","mtime":"2013-02-25T21:20:52+09:00","size":6646,"digest":"bc7d436ef8afbf0f88829742a43ba3a4"},"application-47a9a60feaec5625a9c66b1c985a1179.js":{"logical_path":"application.js","mtime":"2013-03-09T01:51:23+09:00","size":743,"digest":"47a9a60feaec5625a9c66b1c985a1179"},"application-37cb32f627581ac8bac91345987e7f10.css":{"logical_path":"application.css","mtime":"2013-03-09T15:10:20+09:00","size":3294,"digest":"37cb32f627581ac8bac91345987e7f10"}},"assets":{"bird_gray_16.png":"bird_gray_16-93f51980875017e26744056b62aaac22.png","rails.png":"rails-bc7d436ef8afbf0f88829742a43ba3a4.png","application.js":"application-47a9a60feaec5625a9c66b1c985a1179.js","application.css":"application-37cb32f627581ac8bac91345987e7f10.css"}} \ No newline at end of file
+{"files":{"bird_gray_16-93f51980875017e26744056b62aaac22.png":{"logical_path":"bird_gray_16.png","mtime":"2013-03-09T14:41:39+09:00","size":1106,"digest":"93f51980875017e26744056b62aaac22"},"rails-bc7d436ef8afbf0f88829742a43ba3a4.png":{"logical_path":"rails.png","mtime":"2013-02-25T21:20:52+09:00","size":6646,"digest":"bc7d436ef8afbf0f88829742a43ba3a4"},"application-47a9a60feaec5625a9c66b1c985a1179.js":{"logical_path":"application.js","mtime":"2013-03-09T01:51:23+09:00","size":743,"digest":"47a9a60feaec5625a9c66b1c985a1179"},"application-37cb32f627581ac8bac91345987e7f10.css":{"logical_path":"application.css","mtime":"2013-03-09T15:10:20+09:00","size":3294,"digest":"37cb32f627581ac8bac91345987e7f10"},"application-7be762e280e0e5656d2ea3a02cbf372c.css":{"logical_path":"application.css","mtime":"2013-03-14T22:27:42+09:00","size":3969,"digest":"7be762e280e0e5656d2ea3a02cbf372c"}},"assets":{"bird_gray_16.png":"bird_gray_16-93f51980875017e26744056b62aaac22.png","rails.png":"rails-bc7d436ef8afbf0f88829742a43ba3a4.png","application.js":"application-47a9a60feaec5625a9c66b1c985a1179.js","application.css":"application-7be762e280e0e5656d2ea3a02cbf372c.css"}} \ No newline at end of file