web/res/css/tweetcast.css
changeset 547 128fd22a8863
parent 546 fd35749faca9
child 551 a84acdf6ef56
--- a/web/res/css/tweetcast.css	Fri Mar 16 19:29:48 2012 +0100
+++ b/web/res/css/tweetcast.css	Mon Mar 19 11:48:22 2012 +0100
@@ -741,3 +741,21 @@
 .tweetwall .tweet_actions {
     display: none;
 }
+
+/* archive_box */
+
+.archive_box_3 {
+    float: left; clear: both; width: 960px;
+}
+
+.archivesVideoBox {
+    float: left; width: 270px; padding: 12px; border: 1px solid #999; background: #f0f0f0; margin: 12px; font-size: 15px;
+}
+
+.archivesVideoBox:hover {
+    background: #e0e0e0;
+}
+
+.AVBtitle {
+    font-weight: bold;
+}