tweetcast/nodejs/client/css/style.css
author Samuel Huron <samuel.huron@centrepompidou.fr>
Tue, 18 Oct 2011 15:40:17 +0200
changeset 323 697df54d985e
parent 314 0f1e6ce19b6d
child 325 7d9c576bfaac
permissions -rw-r--r--
erreurs add

/* Browser-reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	font-family: Helvetica, Arial, sans-serif;
}

/* Liste de Tweets */

#tweetcontainer {
	position: absolute; top: 25px; bottom: 5px; width: 270px; overflow: auto;
}

#tweetlist {
	list-style: none;
}

li.tweet {
	border: 1px solid #999; margin: 5px; width: 240px; height: 100px; overflow: hidden;
}

.tweet h4, .tweet p {
	margin: 5px;
}

.tweet h4 {
	font-size: 15px;
}

.tweet p {
	font-size: 12px;
}

img.tweet_profile_image {
	float: left; margin: 5px; width: 32px; height: 32px;
}

p.tweet_created_at {
	font-style: italic; color: #999;
}

.a_positive {
	background: #c5e7cd;
}

.a_negative {
	background: #f6ced0;
}

.a_reference {
	background: #ecedc1;
}

.a_question {
	background: #bfdbec;
}