aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/_tweets.css.sass
blob: a1f0cb3eaea0402dbff46af724da3c24e992da1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
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