aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/sass/partials/_twitter.scss
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-06-22 12:29:23 -0400
committerBrandon Mathis <brandon@imathis.com>2011-06-22 12:29:23 -0400
commita2ab1d48021b225921eeeffe76a956633a7f99ac (patch)
tree97d3d0d0c574306eb1243e97f134a5556f15f242 /themes/classic/sass/partials/_twitter.scss
parentb9b9eb09c1b3e2fbb309adfe7ebbe236f6d5c9e4 (diff)
downloadmy_new_personal_website-a2ab1d48021b225921eeeffe76a956633a7f99ac.tar.xz
my_new_personal_website-a2ab1d48021b225921eeeffe76a956633a7f99ac.zip
1. Reordered configs in Rakefile based on importance.
2. Refactored stylesheets to simplify dreictory trees.
Diffstat (limited to 'themes/classic/sass/partials/_twitter.scss')
-rw-r--r--themes/classic/sass/partials/_twitter.scss33
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/classic/sass/partials/_twitter.scss b/themes/classic/sass/partials/_twitter.scss
new file mode 100644
index 00000000..36c6f62b
--- /dev/null
+++ b/themes/classic/sass/partials/_twitter.scss
@@ -0,0 +1,33 @@
+#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;
+ }
+ }
+ a { color: $sidebar-link-color-subdued; @include hover-link; }
+ p {
+ position: relative;
+ padding-right: 1em;
+ }
+ a[href*=status]{
+ 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; }
+ &:hover {
+ color: $sidebar-link-color-subdued-hover;
+ text-decoration: none;
+ }
+ }
+ a[href*='twitter.com/search']{
+ @extend .aside-alt-link;
+ }
+}