forked from joac/joac-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjquery.tweet.css
42 lines (34 loc) · 1.1 KB
/
jquery.tweet.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
.tweet, .query {
font-family: Helvetica, serif;
font-size: 85%;
color: #085258; }
.tweet .tweet_list, .query .tweet_list {
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
list-style-type: none;
margin: 0;
padding: 0;
background-color: #DAE9F9; }
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
text-transform: uppercase; }
.tweet .tweet_list li, .query .tweet_list li {
overflow-y: auto;
overflow-x: hidden;
padding: .5em;}
.tweet .tweet_list li a, .query .tweet_list li a {
color: #5897AB; font-weight:bolder;}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
background-color: #fcfcfc; }
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
padding-right: .5em;
float: left; }
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
vertical-align: middle;float:left; margin-right:5px;}
.widget_list {
border: 1px;
width: 30%;
height: auto;
float: right;
clear: both;
}
.tweet_avatar{height:35px;}