diff -r 4f5d9f654aaa -r a5ce7d08e4f8 web/res/css/tweetcast.css --- a/web/res/css/tweetcast.css Fri Feb 10 18:24:21 2012 +0100 +++ b/web/res/css/tweetcast.css Fri Feb 10 18:28:43 2012 +0100 @@ -590,4 +590,57 @@ color: #0099FF; } +/* TWEET WALL */ +.tweetwall #tweetviz { + width: 800px; height: 770px; +} + +.tweetwall #tweetlist { + width: 490px; height: 770px; +} + +.tweetwall #timeline { + width: 280px; height: 770px; +} + +.tweetwall li.full { + width: 475px; height: 140px; border-right: 15px solid #ff0; +} + +.tweetwall li.half { + width: 490px; height: 80px; +} + +.tweetwall li.icons { + width: 35px; height: 35px; border: none; +} + +.tweetwall .full p.tweet_text { + font-weight: bold; font-size: 18px; margin: 10px 0 10px 100px; + height: 120px; width: 365px; color: #000000; line-height: 22px; +} + +.tweetwall .half p.tweet_text { + font-weight: bold; font-size: 16px; margin: 10px 0 10px 70px; height: 60px; line-height: 20px; width: 410px; +} + +.tweetwall .full .profile_image { + margin: 10px 10px 0 10px; width: 80px; height: 80px; +} + +.tweetwall .half .profile_image { + margin: 10px; width: 60px; height: 60px; +} + +.tweetwall .icons .profile_image { + margin: 5px; width: 25px; height: 25px; +} + +.tweetwall p.created_at { + font-size: 18px; text-align: center; font-style: italic; color: #999999; width: 90px; overflow: hidden; +} + +.tweetwall .tweet_actions { + display: none; +}