diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/css/tweetcast.css --- a/web/res/css/tweetcast.css Mon Feb 13 17:03:07 2012 +0100 +++ b/web/res/css/tweetcast.css Mon Feb 13 17:04:35 2012 +0100 @@ -42,7 +42,7 @@ font-size: 12px; } -b { +b, strong { font-weight: bold; } @@ -298,7 +298,7 @@ #tweetlist { float: left; width: 280px; height: 480px; list-style: none; border-right: 1px solid #999; color: #585858; cursor: pointer; cursor: hand; background: #ffffff; - font-family: Arial, Helvetica, sans-serif; /* Quick Fix */ + /* font-family: Arial, Helvetica, sans-serif; /* Quick Fix */ } #tweetlist a { @@ -544,6 +544,10 @@ list-style: disc; font-size: 12px; padding-left: 1em; } +.acctexte ol { + list-style: decimal; font-size: 12px; padding-left: 1.5em; +} + .acctexte li { margin: 4px 0; } @@ -586,4 +590,61 @@ color: #0099FF; } +/* TWEET WALL */ +.tweetwall #tweetviz { + width: 800px; height: 770px; +} + +.tweetwall #tweetlist { + width: 490px; height: 770px; +} + +.tweetwall #timeline { + width: 280px; height: 770px; background: #efefef; +} + +.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 .icons .annotations { + position: absolute; width: 30px; height: 8px; left: 0; top: 22px; z-index: 3; +} + +.tweetwall p.created_at { + font-size: 18px; text-align: center; font-style: italic; color: #999999; width: 90px; overflow: hidden; +} + +.tweetwall .tweet_actions { + display: none; +}