diff -r a78d44f5cb8b -r 1c802a62425f web/cineconf/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/cineconf/style.css Wed May 15 16:37:54 2013 +0200 @@ -0,0 +1,66 @@ +body { + background: #222222; +} + + +#main { + position: absolute; + left: 50%; top: 50%; width: 1400px; height: 875px; + margin-top: -437px; margin-left: -700px; +} + +#visionplayer_1101 { + position: absolute; margin: 5px; width: 836px; height: 440px; left: 34px; top: 247px; +} + +#visionplayer_1101 img { + margin: 20px auto; +} + +#vizcontainer { + position: absolute; left: 880px; top: 150px; height: 617px; overflow: hidden; +} + +#vizcontainer, #tweetviz { + width: 492px; +} + +#tweetlist { + background: #222222; color: #cccccc; width: 320px; +} + +li.tweet { + background: none; +} + +.full p.tweet_text { + color: #ffffff; font-size: 14px; +} + +#inp_q, #recherche_annot { + background: #555555; color: #cccccc; +} + +li.tweet, li.placeholder { + border-color: #666666; +} + +li.placeholder:nth-child(n+2) { + visibility: visible; +} + +li.full { + width: 320px; border-right: none; +} + +li.tweet.full.current { + width: 310px; border-right: 10px solid #ff0; +} + +li.tweet a { + color: #80ccfc; +} + +#tweetlist, #timeline, #scrollcont { + height: 590px; +}