equal
deleted
inserted
replaced
588 |
588 |
589 a.footerLink:hover { |
589 a.footerLink:hover { |
590 color: #0099FF; |
590 color: #0099FF; |
591 } |
591 } |
592 |
592 |
593 |
593 /* TWEET WALL */ |
|
594 |
|
595 .tweetwall #tweetviz { |
|
596 width: 800px; height: 770px; |
|
597 } |
|
598 |
|
599 .tweetwall #tweetlist { |
|
600 width: 490px; height: 770px; |
|
601 } |
|
602 |
|
603 .tweetwall #timeline { |
|
604 width: 280px; height: 770px; |
|
605 } |
|
606 |
|
607 .tweetwall li.full { |
|
608 width: 475px; height: 140px; border-right: 15px solid #ff0; |
|
609 } |
|
610 |
|
611 .tweetwall li.half { |
|
612 width: 490px; height: 80px; |
|
613 } |
|
614 |
|
615 .tweetwall li.icons { |
|
616 width: 35px; height: 35px; border: none; |
|
617 } |
|
618 |
|
619 .tweetwall .full p.tweet_text { |
|
620 font-weight: bold; font-size: 18px; margin: 10px 0 10px 100px; |
|
621 height: 120px; width: 365px; color: #000000; line-height: 22px; |
|
622 } |
|
623 |
|
624 .tweetwall .half p.tweet_text { |
|
625 font-weight: bold; font-size: 16px; margin: 10px 0 10px 70px; height: 60px; line-height: 20px; width: 410px; |
|
626 } |
|
627 |
|
628 .tweetwall .full .profile_image { |
|
629 margin: 10px 10px 0 10px; width: 80px; height: 80px; |
|
630 } |
|
631 |
|
632 .tweetwall .half .profile_image { |
|
633 margin: 10px; width: 60px; height: 60px; |
|
634 } |
|
635 |
|
636 .tweetwall .icons .profile_image { |
|
637 margin: 5px; width: 25px; height: 25px; |
|
638 } |
|
639 |
|
640 .tweetwall p.created_at { |
|
641 font-size: 18px; text-align: center; font-style: italic; color: #999999; width: 90px; overflow: hidden; |
|
642 } |
|
643 |
|
644 .tweetwall .tweet_actions { |
|
645 display: none; |
|
646 } |