2011-06-27 16:59:21 -04:00
|
|
|
#tweets {
|
|
|
|
.loading {
|
2012-06-07 14:08:20 -04:00
|
|
|
&:before {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
@extend .icon-twitter-bird;
|
|
|
|
}
|
2011-06-27 16:59:21 -04:00
|
|
|
color: darken($sidebar-bg, 18);
|
|
|
|
text-shadow: $main-bg 0 1px;
|
|
|
|
text-align: center;
|
2012-06-07 14:08:20 -04:00
|
|
|
padding: .5em 0;
|
|
|
|
.transform &.error {
|
|
|
|
@include rotate(180deg);
|
|
|
|
@include box-shadow(lighten($sidebar-bg, 5) 0 -1px);
|
|
|
|
border-bottom: 0;
|
|
|
|
border-top: 1px solid $sidebar-border;
|
2011-06-27 16:59:21 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
position: relative;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
2011-12-10 13:47:15 -05:00
|
|
|
a[href*=status]:first-child {
|
2011-06-27 16:59:21 -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; }
|
2011-07-13 11:58:34 -04:00
|
|
|
text-decoration: none;
|
2011-06-27 16:59:21 -04:00
|
|
|
&:hover {
|
|
|
|
color: $sidebar-link-color-subdued-hover;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a[href*='twitter.com/search']{
|
|
|
|
@extend .aside-alt-link;
|
2011-07-13 11:58:34 -04:00
|
|
|
@include hover-link;
|
2011-06-27 16:59:21 -04:00
|
|
|
}
|
|
|
|
}
|