--- a/client/css/main.css Tue Feb 21 15:28:05 2012 +0100
+++ b/client/css/main.css Tue Feb 21 19:20:44 2012 +0100
@@ -1,3 +1,7 @@
+#canvas div {
+ z-index: 5;
+}
+
#podium-container {
position: absolute;
width: 1480px;
@@ -59,4 +63,21 @@
}
.btv-tweet-text {
clear: both;
-}
\ No newline at end of file
+}
+
+#btv-tooltip {
+ display: none; position: absolute; z-index: 8; font-size: 20px; background: #0031ff; color: #ffffff;
+ width: 350px; padding: 10px; margin: -30px 0 0 -380px; border-right: 5px solid;
+}
+
+.btv-tooltip-arrow {
+ position: absolute; width: 35px; height: 50px; top: 30px; left: 370px; background: url('../img/tooltip-arrow.png');
+}
+
+.btv-tooltip-name {
+ font-weight: bold;
+}
+
+.btv-tooltip-image {
+ float: left; margin: 0 10px 10px 0;
+}