2011-07-19 22:28:48 -04:00
|
|
|
#tweets {
|
|
|
|
.loading {
|
|
|
|
background: inline-image('bird_32_gray.png') no-repeat center .5em;
|
|
|
|
color: darken($sidebar-bg, 18);
|
|
|
|
text-shadow: $main-bg 0 1px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 2.5em 0 .5em;
|
|
|
|
&.error {
|
|
|
|
background: inline-image('bird_32_gray_fail.png') no-repeat center .5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
position: relative;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
2012-01-08 20:56:48 -05:00
|
|
|
a[href*=status]:first-child {
|
2011-07-19 22:28:48 -04:00
|
|
|
color: $twitter-status-link;
|
|
|
|
float: right;
|
|
|
|
padding: 0 0 .1em 1em;
|
|
|
|
position: relative; right: -1.3em;
|
|
|
|
text-shadow: #fff 0 1px;
|
|
|
|
font-size: .7em;
|
|
|
|
span { font-size: 1.5em; }
|
|
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
|
|
color: $sidebar-link-color-subdued-hover;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a[href*='twitter.com/search']{
|
|
|
|
@extend .aside-alt-link;
|
|
|
|
@include hover-link;
|
|
|
|
}
|
|
|
|
}
|