aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/_tweets.css.sass
blob: 68a0d9b478789ad08448784a76836fc0c7694fba (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
93
94
95
96
97
.items
  :width 572px
  .item
    :margin 15px 0
    .tweet
      :overflow hidden
      :background #ffffff
      :border 1px solid #c1c5cb
      :border-width 1px 0
      :padding 15px
      .left
        :float left
        :width 60px
        .avatar
          img
            :width 48px
            :height 48px
        ul.actions
          li
            :padding 0
            a
              :float left
              img
                :width 16px
                :height 16px
                :vertical-align bottom
      .tweet_content_fix
        :float left
        :width 0
        :height 85px
      .tweet_content
        :float left
        :width 473px
        .user
          :padding 0 5px 15px
          a
            :color #666666
          .name
            :font-size 14px
          .screen_name
            :font-size 12px
        .text
          :font-size 18px
          :line-height 25px
          :padding 0 5px 15px
          :word-wrap break-word
        .meta
          :padding 0 5px
          :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
      :background #ffffff
      :padding 15px
      .dl-horizontal
        :margin 0 0 3px 0
        dt
          :text-align left
          :width 60px
          .count, .type
            :color #666666
            :display block
          .count
            :font-weight bold
            :font-size 14px
          .type
            :font-weight normal
            :font-size 10px
            :text-transform uppercase
        dd
          :margin 0
          ul
            :margin 0
            :float left
            :width 480px
            li
              :float left
              :padding 0
              img
                :width 48px
                :height 48px
                :vertical-align bottom
.loading
  :margin 30px
  :display none