summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/twitter.scss
blob: 1d54785f543d8ba501cbcf39ea938612ada20747 (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
.twitter {
  // position: fixed;
  // top: 0;
  // right: 10px;
  // bottom: 0;
  // overflow: auto;
  // width: 250px;
}
.twitter_header {
  padding-top: 8px;
  height: 30px;
  font-size: 20px ;
  text-align: center;
}

.tweets:hover {
    background-color: #ccf2ff;
  }

.tweets {
  border-bottom-style: solid;
  border-color: #bfbfbf;
  // display: inline;
  // height: 32px;
  // width: 100%;
  // position: absolute;
  // text-align: center;
}

.tweets_pic {
  display: block;
  float: left;
  width: 28px;
  height: 33px;
  padding-left: 8px;
  padding-top: 8px;
  // background: hsl(0, 0%, 30%);
}

.tweets_name {
  padding-left: 45px;
  padding-top: 16px;
  // border-bottom-style: solid;
  // border-color: #00bfff;
}

.tweet_text {
  padding-left: 8px;
  padding-top: 15px;
}

.text_date {
  text-align: right;
  padding-top: 4px;
  font-size: 12px ;
}
.twitter_footer {
  padding-top: 8px;
}

.twitter-image-frame {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
}

.twitter-image-frame > img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
}