|
1 .Ldt-Tweet-Widget { |
|
2 border: 1px solid #b7b7b7; |
|
3 padding: 1px; |
|
4 margin: 0; |
|
5 } |
|
6 |
|
7 .Ldt-Tweet-Widget a { |
|
8 color: #0068C4; |
|
9 } |
|
10 |
|
11 .Ldt-Tweet-Widget a:hover { |
|
12 color: #003366; |
|
13 } |
|
14 |
|
15 .Ldt-Tweet-Inner { |
|
16 background: url(img/pinstripe.png); |
|
17 padding: 5px; |
|
18 margin: 0; |
|
19 min-height: 50px; |
|
20 } |
|
21 |
|
22 .Ldt-Tweet-PinClose-Buttons { |
|
23 float: right; |
|
24 } |
|
25 |
|
26 .Ldt-Tweet-PinClose-Buttons a { |
|
27 display: inline-block; width: 17px; height: 17px; margin: 2px; |
|
28 background: url(img/widget-control.png); |
|
29 } |
|
30 |
|
31 a.Ldt-Tweet-Pin { |
|
32 background-position: 0 -17px; |
|
33 } |
|
34 |
|
35 a.Ldt-Tweet-Pin:hover, a.Ldt-Tweet-Pin.active { |
|
36 background-position: -17px -17px; |
|
37 } |
|
38 |
|
39 a.Ldt-Tweet-Pin.active:hover { |
|
40 background-position: 0 -17px; |
|
41 } |
|
42 |
|
43 a.Ldt-Tweet-Close:hover { |
|
44 background-position: -17px 0; |
|
45 } |
|
46 |
|
47 .Ldt-Tweet-AvatarContainer { |
|
48 float: left; width: 48px; height: 48px; margin: 2px 4px 2px 0; |
|
49 } |
|
50 |
|
51 .Ldt-Tweet-Avatar { |
|
52 border: none; width: 48px; height: 48px; |
|
53 } |
|
54 |
|
55 .Ldt-Tweet-Inner h3 { |
|
56 margin: 2px 0 5px 52px; |
|
57 font-size: 14px; |
|
58 } |
|
59 |
|
60 a.Ldt-Tweet-ScreenName { |
|
61 text-decoration: none; |
|
62 } |
|
63 |
|
64 a.Ldt-Tweet-ScreenName:hover { |
|
65 text-decoration: underline; |
|
66 } |
|
67 |
|
68 p.Ldt-Tweet-Contents { |
|
69 margin: 5px 0 5px 52px; |
|
70 font-size: 12px; |
|
71 } |
|
72 |
|
73 .Ldt-Tweet-Bottom { |
|
74 margin: 5px 0 0; |
|
75 font-size: 12px; |
|
76 text-align: right; |
|
77 } |
|
78 |
|
79 .Ldt-Tweet-Time { |
|
80 display: inline-block; |
|
81 } |
|
82 |
|
83 .Ldt-Tweet-Bottom a { |
|
84 display: inline-block; |
|
85 margin-left: 12px; |
|
86 text-decoration: none; |
|
87 } |
|
88 |
|
89 .Ldt-Tweet-Bottom a:hover { |
|
90 text-decoration: underline; |
|
91 } |
|
92 |
|
93 .Ldt-Tweet-Icon { |
|
94 display: inline-block; width: 16px; height: 16px; |
|
95 margin: 0 2px -2px; |
|
96 background: url(img/twitter_sprites.png); |
|
97 } |
|
98 |
|
99 .Ldt-Tweet-Retweet .Ldt-Tweet-Icon { |
|
100 background-position: -80px 0; |
|
101 } |
|
102 |
|
103 .Ldt-Tweet-Retweet:hover .Ldt-Tweet-Icon { |
|
104 background-position: -96px 0; |
|
105 } |
|
106 |
|
107 .Ldt-Tweet-Reply:hover .Ldt-Tweet-Icon { |
|
108 background-position: -16px 0; |
|
109 } |