Release day updates
[website] / twitter.css
1 /**
2  * Twitter - http://www.twitter.com
3  * Copyright (C) 2009 Twitter
4  * Author: Dustin Diaz (dustin@twitter.com)
5  *
6  * V 1.0.8 Twitter search/profile widget with a variety of options to customize
7 */
8 .twtr-widget{
9   position:relative;
10   font-size:9px;
11   font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif;
12 }
13
14 .twtr-fullscreen{
15   font-size:100%;
16 }
17
18 .twtr-fullscreen .twtr-new-results{
19   display:none;
20 }
21
22 .twtr-widget .twtr-spinner{
23   width:10px;
24   height:10px;
25   position:absolute;
26   background:url(http://widgets.twimg.com/j/1/spinner.gif) no-repeat;
27   top:3px;
28   right:3px;
29 }
30
31 .twtr-inactive{
32   display:none;
33 }
34
35 .twtr-widget a img{
36   border:0;
37 }
38
39 .twtr-doc{
40   overflow:hidden;
41   width:100%;
42   text-align:left;
43   font-weight:normal;
44 }
45
46 .twtr-bd{
47   padding:0 1px;
48 }
49
50 .twtr-widget .twtr-tweet-wrap{
51   padding:3px 4px;
52   overflow:hidden;
53 }
54
55 .twtr-fullscreen .twtr-tweet-wrap{
56   padding:10px;
57 }
58
59 .twtr-widget .twtr-tweet{
60   border-bottom:1px dotted #ddd;
61   overflow:hidden;
62 }
63
64 .twtr-widget .twtr-tweet a.twtr-reply{
65   visibility:hidden;
66 }
67
68 * html .twtr-widget .twtr-tweet a.twtr-reply{
69   visibility:visible;
70 }
71
72 .twtr-widget .twtr-tweet:hover a.twtr-reply{
73   visibility:visible;
74 }
75
76 .twtr-widget-profile img.twtr-profile-img{
77   display:block;
78   float:left;
79   width:31px;
80   height:31px;
81   border:0;
82 }
83
84 .twtr-widget h3,.twtr-widget h4,.twtr-widget p{
85   margin:0;
86   padding:0;
87   line-height:1;
88   width:auto;
89 }
90
91 .twtr-widget-profile h3,.twtr-widget-profile h4{
92   margin:0 0 0 12px;
93 }
94
95 .twtr-widget h3{
96   font-size:10px;
97   font-weight:normal;
98 }
99
100 .twtr-widget h4{
101   font-size:10px;
102 }
103
104 .twtr-widget i,.twtr-widget .twtr-new-results{
105   font-size:9px;
106   font-style:normal;
107   display:block;
108   margin-top:2px;
109 }
110
111 .twtr-widget .twtr-new-results{
112   text-align:center;
113   padding:3px;
114   margin:0 auto -10px auto;
115   display:block;
116   position:relative;
117   bottom:5px;
118 }
119
120 .twtr-results-inner{
121   line-height:1;
122   font-size:100%;
123   padding:4px 0;
124   position:relative;
125   bottom:-2px;
126   width:40%;
127   margin:0 auto;
128   z-index:2;
129   text-align:center;
130 }
131
132 .twtr-results-hr{
133   width:100%;
134   position:relative;
135   z-index:1;
136   height:1px;
137   border-bottom:1px dotted #ddd;
138   bottom:7px;
139   background:none;
140   overflow:hidden;
141 }
142
143 .twtr-new-results span{
144   position:relative;
145   z-index:3;
146   top:-14px;
147   display:block;
148   font-size:9px;
149 }
150
151 .twtr-hd{
152   padding:10px;
153   position:relative;
154   overflow:hidden;
155 }
156
157 .twtr-fullscreen .twtr-hd{
158   height:0;
159   padding:0;
160 }
161
162 .twtr-timeline{
163   position:relative;
164   overflow:hidden;
165   z-index:2;
166   height:225px;
167 }
168
169 .twtr-flat .twtr-timeline{
170 }
171
172 .twtr-widget .twtr-tweet{
173   border-bottom-width:0;
174 }
175
176 .twtr-ft{
177   position:relative;
178 }
179
180 .twtr-ft div{
181   overflow:hidden;
182   padding:1px;
183 }
184
185 .twtr-ft span{
186   float:right;
187   width:0;
188   text-align:right;
189 }
190
191 .twtr-ft a{
192   float:left;
193   width:0;
194   display:block;
195 }
196
197 .twtr-ft span a{
198   float:none;
199   width:0;
200 }
201
202 .twtr-avatar{
203   width:40px;
204   height:40px;
205   float:left;
206   overflow:hidden;
207   display:block;
208 }
209
210 .twtr-fullscreen .twtr-avatar{
211   width:80px;
212   height:80px;
213 }
214
215 .twtr-img{
216   height:25px;
217   width:25px;
218 }
219
220 .twtr-img img{
221   width:30px;
222   height:30px;
223 }
224
225 .twtr-fullscreen .twtr-img img{
226   width:72px;
227   height:72px;
228 }
229
230 .twtr-fullscreen a.twtr-join-conv{
231   display:none;
232 }
233
234 .twtr-tweet-text{
235   margin-left:40px;
236   font-size:12px;
237 }
238
239 .twtr-fullscreen .twtr-tweet-text{
240   margin-left:90px;
241 }
242
243 .twtr-doc a{
244   text-decoration:none;
245   font-size:12px;
246 }
247
248 .twtr-doc a:hover{
249   text-decoration:underline;
250 }