Brandon Mathis
12 years ago
13 changed files with 22 additions and 3370 deletions
@ -1,5 +1,4 @@ |
|||||
@import "sidebar/base"; |
@import "sidebar/base"; |
||||
@import "sidebar/twitter"; |
|
||||
@import "sidebar/googleplus"; |
@import "sidebar/googleplus"; |
||||
@import "sidebar/pinboard"; |
@import "sidebar/pinboard"; |
||||
@import "sidebar/delicious"; |
@import "sidebar/delicious"; |
||||
|
@ -1,34 +0,0 @@ |
|||||
#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; |
|
||||
} |
|
||||
a[href*=status]:first-child { |
|
||||
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; |
|
||||
} |
|
||||
} |
|
@ -1,19 +0,0 @@ |
|||||
{% if site.twitter_user %} |
|
||||
<section> |
|
||||
<h1>Latest Tweets</h1> |
|
||||
<ul id="tweets"> |
|
||||
<li class="loading">Status updating...</li> |
|
||||
</ul> |
|
||||
<script type="text/javascript"> |
|
||||
$.domReady(function(){ |
|
||||
getTwitterFeed("{{site.twitter_user}}", {{site.twitter_tweet_count}}, {{site.twitter_show_replies}}); |
|
||||
}); |
|
||||
</script> |
|
||||
<script src="{{ root_url }}/javascripts/twitter.js" type="text/javascript"> </script> |
|
||||
{% if site.twitter_follow_button %} |
|
||||
<a href="http://twitter.com/{{ site.twitter_user }}" class="twitter-follow-button" data-show-count="{{ site.twitter_show_follower_count }}">Follow @{{ site.twitter_user }}</a> |
|
||||
{% else %} |
|
||||
<p>Follow <a href="http://twitter.com/{{site.twitter_user}}">@{{ site.twitter_user }}</a></p> |
|
||||
{% endif %} |
|
||||
</section> |
|
||||
{% endif %} |
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue