aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets
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 /app/assets
parent4ba0b50fc998c9b47b74adc31b6422f7dddcd199 (diff)
downloadaclog-11d5c2683fe0f296280fa4b717db92b1d358d704.tar.gz
* Fix #1
* Increase worker
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/images/bird_gray_16.pngbin0 -> 1106 bytes
-rw-r--r--app/assets/images/rails.pngbin0 -> 6646 bytes
-rw-r--r--app/assets/javascripts/application.js13
-rw-r--r--app/assets/javascripts/errors.js.coffee3
-rw-r--r--app/assets/javascripts/i.js.coffee3
-rw-r--r--app/assets/javascripts/main.js.coffee3
-rw-r--r--app/assets/javascripts/sessions.js.coffee3
-rw-r--r--app/assets/javascripts/users.js.coffee3
-rw-r--r--app/assets/stylesheets/_tweets.css.sass92
-rw-r--r--app/assets/stylesheets/application.css.sass18
-rw-r--r--app/assets/stylesheets/errors.css.scss3
11 files changed, 141 insertions, 0 deletions
diff --git a/app/assets/images/bird_gray_16.png b/app/assets/images/bird_gray_16.png
new file mode 100644
index 0000000..8cf5afa
--- /dev/null
+++ b/app/assets/images/bird_gray_16.png
Binary files differ
diff --git a/app/assets/images/rails.png b/app/assets/images/rails.png
new file mode 100644
index 0000000..d5edc04
--- /dev/null
+++ b/app/assets/images/rails.png
Binary files differ
diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js
new file mode 100644
index 0000000..15ebed9
--- /dev/null
+++ b/app/assets/javascripts/application.js
@@ -0,0 +1,13 @@
+// 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.
+//
+//= require_tree .
diff --git a/app/assets/javascripts/errors.js.coffee b/app/assets/javascripts/errors.js.coffee
new file mode 100644
index 0000000..24f83d1
--- /dev/null
+++ b/app/assets/javascripts/errors.js.coffee
@@ -0,0 +1,3 @@
+# Place all the behaviors and hooks related to the matching controller here.
+# All this logic will automatically be available in application.js.
+# You can use CoffeeScript in this file: http://coffeescript.org/
diff --git a/app/assets/javascripts/i.js.coffee b/app/assets/javascripts/i.js.coffee
new file mode 100644
index 0000000..7615679
--- /dev/null
+++ b/app/assets/javascripts/i.js.coffee
@@ -0,0 +1,3 @@
+# Place all the behaviors and hooks related to the matching controller here.
+# All this logic will automatically be available in application.js.
+# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
diff --git a/app/assets/javascripts/main.js.coffee b/app/assets/javascripts/main.js.coffee
new file mode 100644
index 0000000..7615679
--- /dev/null
+++ b/app/assets/javascripts/main.js.coffee
@@ -0,0 +1,3 @@
+# Place all the behaviors and hooks related to the matching controller here.
+# All this logic will automatically be available in application.js.
+# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
diff --git a/app/assets/javascripts/sessions.js.coffee b/app/assets/javascripts/sessions.js.coffee
new file mode 100644
index 0000000..7615679
--- /dev/null
+++ b/app/assets/javascripts/sessions.js.coffee
@@ -0,0 +1,3 @@
+# Place all the behaviors and hooks related to the matching controller here.
+# All this logic will automatically be available in application.js.
+# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
diff --git a/app/assets/javascripts/users.js.coffee b/app/assets/javascripts/users.js.coffee
new file mode 100644
index 0000000..7615679
--- /dev/null
+++ b/app/assets/javascripts/users.js.coffee
@@ -0,0 +1,3 @@
+# Place all the behaviors and hooks related to the matching controller here.
+# All this logic will automatically be available in application.js.
+# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
diff --git a/app/assets/stylesheets/_tweets.css.sass b/app/assets/stylesheets/_tweets.css.sass
new file mode 100644
index 0000000..a1f0cb3
--- /dev/null
+++ b/app/assets/stylesheets/_tweets.css.sass
@@ -0,0 +1,92 @@
+.items
+ :width 572px
+ :margin 15px 0 15px 18px
+ .item
+ :margin 15px 0
+ .tweet
+ :overflow hidden
+ :background #ffffff
+ :border 1px solid #c1c5cb
+ :border-width 1px 0
+ //:border-radius 4px 4px 0 0
+ :padding 15px
+ .avatar
+ :width 60px
+ :float left
+ img
+ :width 48px
+ :height 48px
+ .tweet_content_fix
+ :float left
+ :width 0
+ :height 85px
+ .tweet_content
+ :float left
+ :width 473px
+ .user
+ :padding 0 5px 15px
+ :font-weight bold
+ .name
+ :font-size 14px
+ .screen_name
+ :font-size 12px
+ a
+ :color #666666
+ .text
+ :font-size 18px
+ :line-height 25px
+ :padding 0 5px 15px
+ :word-wrap break-word
+ .meta
+ :padding 0 5px 15px
+ :color #666666
+ :font-size 12px
+ .twitter_bird
+ :display block
+ :float left
+ img
+ :vertical-align top
+ :margin-right 2px
+ :margin-top 1px
+ .created_at
+ :display block
+ :float left
+ .source
+ :display block
+ :float right
+ .stats
+ :clear both
+ //:border 1px solid #c1c5cb
+ //:border-width 0 1px 1px
+ //:border-radius 0 0 4px 4px
+ :padding 15px
+ //:background #edf0f4
+ .type_row
+ :margin-bottom 3px
+ .info
+ :width 60px
+ :float left
+ .count,
+ .type
+ :color #666666
+ :display block
+ .count
+ :font-weight bold
+ :font-size 14px
+ .type
+ :font-size 10px
+ .users_content_fix
+ :float left
+ :height 48px
+ :width 0
+ .users_content
+ :float left
+ ul.users_row
+ :list-style none
+ li
+ :float left
+ img
+ :width 48px
+ :height 48px
+ :vertical-align bottom
+
diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass
new file mode 100644
index 0000000..cd8dc0f
--- /dev/null
+++ b/app/assets/stylesheets/application.css.sass
@@ -0,0 +1,18 @@
+@import "tweets"
+
+*
+ :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/app/assets/stylesheets/errors.css.scss b/app/assets/stylesheets/errors.css.scss
new file mode 100644
index 0000000..5b23d97
--- /dev/null
+++ b/app/assets/stylesheets/errors.css.scss
@@ -0,0 +1,3 @@
+// Place all the styles related to the errors controller here.
+// They will automatically be included in application.css.
+// You can use Sass (SCSS) here: http://sass-lang.com/