forked from abraham/twitteroauth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
88 lines (82 loc) · 1.4 KB
/
style.css
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
body {
background-color:#333;
font-family:Arial, Helvetica, sans-serif;
}
#twitter-feed {
width:258px;
margin:auto;
font-family: Arial, Helvetica, sans-serif;
margin-top:60px;
padding:8px 10px 5px 10px;
border-radius:12px;
background-color:#FFF;
color:#333;
overflow:auto;
}
#twitter-feed h1 {
color:#5F5F5F;
margin:0px;
padding:9px 0px 9px 0px;
font-size:18px;
font-weight:lighter;
}
.twitter-article, #loading-container {
width:258px;
border-top:1px dotted #CCC;
float:left;
padding:8px 0px 8px 0px;
}
#loading-container {
padding:16px 0px 16px 0px;
text-align:center;
}
.twitter-pic {
float:left;
}
.twitter-pic img {
float:left;
border-radius:7px;
border:none;
}
img {
border:none;
}
.twitter-text p {
margin:0px;
line-height:15px;
}
.twitter-text a, h1 a {
color: #00acee;
text-decoration: none;
}
.twitter-text a:hover, h1 a:hover {
text-decoration: underline;
color: #00acee;
}
.twitter-text {
width:204px;
float:left;
font-size:11px;
padding-left: 11px;
}
.tweet-time {
font-size:10px;
color:#878787;
float:right;
}
.tweet-time a, .tweet-time a:hover {
color:#878787;
}
.tweetprofilelink a {
color:#444;
}
.tweetprofilelink a:hover {
color:#444;
}
.backlink {
font-size:11px;
text-align:center;
}
.backlink a {
color:#aaa;
}