client/css/main.css
changeset 10 dd7d86fbee70
child 13 e42d9f11f6e2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/css/main.css	Mon Feb 20 17:44:20 2012 +0100
@@ -0,0 +1,63 @@
+#podium-container {
+    position: absolute;
+    width: 1480px;
+    top: 600px;
+    left: 400px;
+}
+#podium {
+    width: 100%;
+    height: 300px;
+}
+#podium-labels {
+    position: absolute;
+    width: 100%;
+    top: 320px;
+}
+#podium-labels li {
+    float: left;
+    width: 25%;
+    color: #ffffff;
+    text-align: center;
+    font-size: 42px;
+}
+#podium-chiffres {
+    position: absolute;
+    width: 100%;
+    top: 240px;
+}
+#podium-chiffres li {
+    float: left;
+    width: 25%;
+    color: #000000;
+    text-align: center;
+    font-size: 50px;
+    font-weight: bold;
+}
+
+
+#btv-bigtweet {
+    position: absolute;
+    left: 775px;
+    top: 250px;
+    width: 650px;
+    background: #0031ff;
+    padding: 40px;
+    color: #ffffff;
+    font-size: 42px;
+    display: none;
+}
+.btv-bigtweet-image {
+    width: 100px;
+    height: 100px;
+    margin: 0 30px 30px 0;
+    float: left;
+}
+.btv-bigtweet-screen-name {
+    font-weight: bold;
+}
+.btv-bigtweet-name {
+    margin: 10px 0;
+}
+.btv-tweet-text {
+    clear: both;
+}
\ No newline at end of file