aboutsummaryrefslogtreecommitdiffstats
path: root/public/assets/application-7be762e280e0e5656d2ea3a02cbf372c.css
blob: 80f7d9c5a34e4f52c318615dbffe0f6174c5f0d0 (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
.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 .favs_row,
      .items .item .stats .retweets_row {
        margin-bottom: 3px; }
        .items .item .stats .favs_row .info,
        .items .item .stats .retweets_row .info {
          width: 60px;
          float: left; }
          .items .item .stats .favs_row .info .count,
          .items .item .stats .favs_row .info .type,
          .items .item .stats .retweets_row .info .count,
          .items .item .stats .retweets_row .info .type {
            color: #666666;
            display: block; }
          .items .item .stats .favs_row .info .count,
          .items .item .stats .retweets_row .info .count {
            font-weight: bold;
            font-size: 14px; }
          .items .item .stats .favs_row .info .type,
          .items .item .stats .retweets_row .info .type {
            font-size: 10px; }
        .items .item .stats .favs_row .users_content_fix,
        .items .item .stats .retweets_row .users_content_fix {
          float: left;
          height: 48px;
          width: 0; }
        .items .item .stats .favs_row .users_content,
        .items .item .stats .retweets_row .users_content {
          float: left; }
          .items .item .stats .favs_row .users_content ul.users_row,
          .items .item .stats .retweets_row .users_content ul.users_row {
            list-style: none; }
            .items .item .stats .favs_row .users_content ul.users_row li,
            .items .item .stats .retweets_row .users_content ul.users_row li {
              float: left; }
              .items .item .stats .favs_row .users_content ul.users_row li img,
              .items .item .stats .retweets_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; }