web/cineconf/style.css
author Raphael Velt <raph.velt@gmail.com>
Mon, 27 May 2013 13:09:47 +0200
changeset 907 caa56fb658ff
parent 902 da2081e8c847
child 942 620ba7e347c1
permissions -rw-r--r--
Added Museo May 28

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;
}