# HG changeset patch # User Raphael Velt # Date 1328894923 -3600 # Node ID a5ce7d08e4f846b5d552da9ecfb29957f8b37b29 # Parent 4f5d9f654aaa13c0999c8ed87b5badf46ec971f3 Premiere version Tweetwall 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; +} diff -r 4f5d9f654aaa -r a5ce7d08e4f8 web/res/js-tweetcast/live-polemic.js --- a/web/res/js-tweetcast/live-polemic.js Fri Feb 10 18:24:21 2012 +0100 +++ b/web/res/js-tweetcast/live-polemic.js Fri Feb 10 18:28:43 2012 +0100 @@ -1045,6 +1045,8 @@ } $(document).ready(function() { + twCx.tlWidth = $("#timeline").width(); + twCx.tlHeight = $("#timeline").height(); twCx.tlPaper = Raphael("timeline", twCx.tlWidth, twCx.tlHeight); connectTweets(); diff -r 4f5d9f654aaa -r a5ce7d08e4f8 web/tweetwall.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/tweetwall.php Fri Feb 10 18:28:43 2012 +0100 @@ -0,0 +1,89 @@ +_('config__head_logo') != 'config__head_logo' && $translate->_('config__head_logo') != null ) { + $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo'); +} +?> + + + + + + Tweet Wall + + + + ' rel='stylesheet' type='text/css'> + ' rel='stylesheet' type='text/css'> + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
    +
    +
    +
    +
    +
    +
    + + + + + \ No newline at end of file