summaryrefslogtreecommitdiffstats
path: root/sass/parts/_twitter.scss
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 18:16:27 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 18:16:27 +0100
commit54ff4d064fbc9607493264f42b1931b1c79ea36e (patch)
tree40ee5e5020c18681a8af47c227d434a5616696d2 /sass/parts/_twitter.scss
parent96dbeca56079802696d223155970bde3228d7ba3 (diff)
downloadoctopress-theme-jeyzu-54ff4d064fbc9607493264f42b1931b1c79ea36e.zip
octopress-theme-jeyzu-54ff4d064fbc9607493264f42b1931b1c79ea36e.tar.gz
twitter loading icon
Diffstat (limited to 'sass/parts/_twitter.scss')
-rw-r--r--sass/parts/_twitter.scss49
1 files changed, 49 insertions, 0 deletions
diff --git a/sass/parts/_twitter.scss b/sass/parts/_twitter.scss
new file mode 100644
index 0000000..377dbbd
--- /dev/null
+++ b/sass/parts/_twitter.scss
@@ -0,0 +1,49 @@
+#banner{
+ color: #999;
+ padding: 30px 0;
+ line-height: 30px;
+ text-align: center;
+ position: relative;
+ display: none;
+ @include border-shadow();
+ &:hover{
+ a{
+ color: $main;
+ }
+ }
+ a{
+ color: #999;
+ @include transition(0.3s);
+ &:hover{
+ text-decoration: underline;
+ }
+ }
+ small{
+ position: absolute;
+ right: 0;
+ bottom: 0;
+ }
+ .loading{
+ background: image-url('loading_pacman.gif') center no-repeat;
+ text-indent: -9999px;
+ }
+ .container{
+ height: 30px;
+ overflow: hidden;
+ position: relative;
+ display: none;
+ .feed{
+ list-style: none;
+ position: absolute;
+ top: 0;
+ width: 100%;
+ li{
+ position: relative;
+ small{
+ position: absolute;
+ right: 0;
+ }
+ }
+ }
+ }
+} \ No newline at end of file