tweetcast/gevent/client/css/style.css
changeset 311 13702105c5ee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tweetcast/gevent/client/css/style.css	Wed Oct 12 18:11:19 2011 +0200
@@ -0,0 +1,76 @@
+/* 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;
+}
\ No newline at end of file