aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/tweets.css.sass
blob: 41e8e2c6d9cdb803e6ce9c74ba69836a21ead9bf (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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
@import "bootstrap/mixins"

.tweets
  width: 572px
  .tweet
    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
            margin: 0
          li.twitter
            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
          color: #666666
          a
            color: #666666
          .name
            font-size: 14px
          .screen_name
            font-size: 12px
          .in_reply_to
            float: right
            font-size: 12px
        .text
          font-size: 18px
          line-height: 25px
          padding: 0 5px 15px
          word-wrap: break-word
          .quiet
            font-size: 14px
            color: #999999
            line-height: inherit
        .meta
          padding: 0 5px
          color: #666666
          font-size: 12px
          span
            margin: 0 2px
          .twitter_bird
            display: block
            float: left
            img
              vertical-align: top
              margin-top: 1px
          .created_at
            display: block
            float: left
          .source
            display: block
            float: right
    .stats
      background: #ffffff
      padding: 15px
      dl
        @include clearfix()
        margin: 0 0 3px 0
        dt
          float: left
          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
          .full
            font-weight: normal
            font-size: 9px
        dd
          float: left
          margin: 0
          ul
            @include clearfix()
            margin: 0
            width: 480px
            li
              float: left
              padding: 0
              width: 48px
              height: 48px
              img
                width: 48px
                height: 48px
                vertical-align: bottom
.loading
  margin: 30px
  display: none