aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorre4k <re4k@re4k.info>2013-03-09 19:48:53 +0900
committerre4k <re4k@re4k.info>2013-03-09 19:48:53 +0900
commit11d5c2683fe0f296280fa4b717db92b1d358d704 (patch)
treeeeb7b773f072a668ab6668f99162dcdc9932c132 /public
parent4ba0b50fc998c9b47b74adc31b6422f7dddcd199 (diff)
downloadaclog-11d5c2683fe0f296280fa4b717db92b1d358d704.tar.gz
* Fix #1
* Increase worker
Diffstat (limited to 'public')
-rw-r--r--public/404.xhtml26
-rw-r--r--public/422.xhtml26
-rw-r--r--public/500.xhtml25
-rw-r--r--public/assets/application-37cb32f627581ac8bac91345987e7f10.css105
-rw-r--r--public/assets/application-37cb32f627581ac8bac91345987e7f10.css.gzbin0 -> 725 bytes
-rw-r--r--public/assets/application-47a9a60feaec5625a9c66b1c985a1179.js39
-rw-r--r--public/assets/application-47a9a60feaec5625a9c66b1c985a1179.js.gzbin0 -> 410 bytes
-rw-r--r--public/assets/bird_gray_16-93f51980875017e26744056b62aaac22.pngbin0 -> 1106 bytes
-rw-r--r--public/assets/manifest-0b26a376c9cfe81af432b634628ee75d.json1
-rw-r--r--public/assets/rails-bc7d436ef8afbf0f88829742a43ba3a4.pngbin0 -> 6646 bytes
-rw-r--r--public/favicon.ico0
11 files changed, 222 insertions, 0 deletions
diff --git a/public/404.xhtml b/public/404.xhtml
new file mode 100644
index 0000000..9a48320
--- /dev/null
+++ b/public/404.xhtml
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>The page you were looking for doesn't exist (404)</title>
+ <style type="text/css">
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
+ div.dialog {
+ width: 25em;
+ padding: 0 4em;
+ margin: 4em auto 0 auto;
+ border: 1px solid #ccc;
+ border-right-color: #999;
+ border-bottom-color: #999;
+ }
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
+ </style>
+</head>
+
+<body>
+ <!-- This file lives in public/404.html -->
+ <div class="dialog">
+ <h1>The page you were looking for doesn't exist.</h1>
+ <p>You may have mistyped the address or the page may have moved.</p>
+ </div>
+</body>
+</html>
diff --git a/public/422.xhtml b/public/422.xhtml
new file mode 100644
index 0000000..83660ab
--- /dev/null
+++ b/public/422.xhtml
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>The change you wanted was rejected (422)</title>
+ <style type="text/css">
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
+ div.dialog {
+ width: 25em;
+ padding: 0 4em;
+ margin: 4em auto 0 auto;
+ border: 1px solid #ccc;
+ border-right-color: #999;
+ border-bottom-color: #999;
+ }
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
+ </style>
+</head>
+
+<body>
+ <!-- This file lives in public/422.html -->
+ <div class="dialog">
+ <h1>The change you wanted was rejected.</h1>
+ <p>Maybe you tried to change something you didn't have access to.</p>
+ </div>
+</body>
+</html>
diff --git a/public/500.xhtml b/public/500.xhtml
new file mode 100644
index 0000000..f3648a0
--- /dev/null
+++ b/public/500.xhtml
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>We're sorry, but something went wrong (500)</title>
+ <style type="text/css">
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
+ div.dialog {
+ width: 25em;
+ padding: 0 4em;
+ margin: 4em auto 0 auto;
+ border: 1px solid #ccc;
+ border-right-color: #999;
+ border-bottom-color: #999;
+ }
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
+ </style>
+</head>
+
+<body>
+ <!-- This file lives in public/500.html -->
+ <div class="dialog">
+ <h1>We're sorry, but something went wrong.</h1>
+ </div>
+</body>
+</html>
diff --git a/public/assets/application-37cb32f627581ac8bac91345987e7f10.css b/public/assets/application-37cb32f627581ac8bac91345987e7f10.css
new file mode 100644
index 0000000..ba54105
--- /dev/null
+++ b/public/assets/application-37cb32f627581ac8bac91345987e7f10.css
@@ -0,0 +1,105 @@
+.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 .type_row {
+ margin-bottom: 3px; }
+ .items .item .stats .type_row .info {
+ width: 60px;
+ float: left; }
+ .items .item .stats .type_row .info .count,
+ .items .item .stats .type_row .info .type {
+ color: #666666;
+ display: block; }
+ .items .item .stats .type_row .info .count {
+ font-weight: bold;
+ font-size: 14px; }
+ .items .item .stats .type_row .info .type {
+ font-size: 10px; }
+ .items .item .stats .type_row .users_content_fix {
+ float: left;
+ height: 48px;
+ width: 0; }
+ .items .item .stats .type_row .users_content {
+ float: left; }
+ .items .item .stats .type_row .users_content ul.users_row {
+ list-style: none; }
+ .items .item .stats .type_row .users_content ul.users_row li {
+ float: left; }
+ .items .item .stats .type_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-37cb32f627581ac8bac91345987e7f10.css.gz b/public/assets/application-37cb32f627581ac8bac91345987e7f10.css.gz
new file mode 100644
index 0000000..4f94225
--- /dev/null
+++ b/public/assets/application-37cb32f627581ac8bac91345987e7f10.css.gz
Binary files differ
diff --git a/public/assets/application-47a9a60feaec5625a9c66b1c985a1179.js b/public/assets/application-47a9a60feaec5625a9c66b1c985a1179.js
new file mode 100644
index 0000000..a6f3663
--- /dev/null
+++ b/public/assets/application-47a9a60feaec5625a9c66b1c985a1179.js
@@ -0,0 +1,39 @@
+(function() {
+
+
+
+}).call(this);
+(function() {
+
+
+
+}).call(this);
+(function() {
+
+
+
+}).call(this);
+(function() {
+
+
+
+}).call(this);
+(function() {
+
+
+
+}).call(this);
+// This is a manifest file that'll be compiled into application.js, which will include all the files
+// listed below.
+//
+// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
+// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
+//
+// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
+// the compiled file.
+//
+// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
+// GO AFTER THE REQUIRES BELOW.
+//
+
+;
diff --git a/public/assets/application-47a9a60feaec5625a9c66b1c985a1179.js.gz b/public/assets/application-47a9a60feaec5625a9c66b1c985a1179.js.gz
new file mode 100644
index 0000000..a70851a
--- /dev/null
+++ b/public/assets/application-47a9a60feaec5625a9c66b1c985a1179.js.gz
Binary files differ
diff --git a/public/assets/bird_gray_16-93f51980875017e26744056b62aaac22.png b/public/assets/bird_gray_16-93f51980875017e26744056b62aaac22.png
new file mode 100644
index 0000000..8cf5afa
--- /dev/null
+++ b/public/assets/bird_gray_16-93f51980875017e26744056b62aaac22.png
Binary files differ
diff --git a/public/assets/manifest-0b26a376c9cfe81af432b634628ee75d.json b/public/assets/manifest-0b26a376c9cfe81af432b634628ee75d.json
new file mode 100644
index 0000000..8aabeda
--- /dev/null
+++ b/public/assets/manifest-0b26a376c9cfe81af432b634628ee75d.json
@@ -0,0 +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
diff --git a/public/assets/rails-bc7d436ef8afbf0f88829742a43ba3a4.png b/public/assets/rails-bc7d436ef8afbf0f88829742a43ba3a4.png
new file mode 100644
index 0000000..d5edc04
--- /dev/null
+++ b/public/assets/rails-bc7d436ef8afbf0f88829742a43ba3a4.png
Binary files differ
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/public/favicon.ico