web/res/css/tweetcast.css
changeset 424 e67c4b18a16b
parent 421 c8db83b70def
child 485 38ac6cb87be7
--- a/web/res/css/tweetcast.css	Fri Dec 16 19:17:47 2011 +0100
+++ b/web/res/css/tweetcast.css	Fri Dec 16 20:10:31 2011 +0100
@@ -26,7 +26,12 @@
 }
 
 body {
-	font-family: 'PT Sans', Helvetica, Arial, sans-serif; background-color: #F7F6F6; background-image: url("twcx-img/bgd.jpg"); background-repeat: repeat-x;
+	font-family: 'PT Sans', Helvetica, Arial, sans-serif; background-color: #F7F6F6;
+	background-image: url("twcx-img/bgd.jpg"); background-repeat: repeat-x;
+}
+
+body.embed {
+    background-position: 0 -63px;
 }
 
 h2, h3, h4 {
@@ -59,18 +64,31 @@
   position: absolute; right: 0; top: 0; width: 100px; z-index: 999999;
 }
 
+.embed #sendUsFeedBack {
+    display: none;
+}
+
 #container {
     position: relative; width: 960px; margin: 0 auto;
 }
 
+.embed #container {
+    width: 455px; padding-bottom: 70px;
+}
+
 #colgauche {
-    float: left; width: 455px; margin-right: 13px;
+    float: right; width: 455px; margin-right: 13px;
+}
+
+.embed #colgauche {
+    margin: 0;
 }
 
 .barre {
     float: left; width: 100%;
 }
 
+
 .greyed {
     color: #999; font-style: italic;
 }
@@ -86,12 +104,20 @@
     float: left; margin-right: 10px;
 }
 
+.embed #headlogo {
+    display: none;
+}
+
 #minilogo {
   background: url("../../images/pol_color.gif") left top no-repeat;
   width: 46px; height: 5px; left: 99px; top: 55px;
   position: absolute; z-index: 9;
 }
 
+.embed #minilogo {
+    display: none;
+}
+
 .menu {
     border-left: 1px solid #C3C3C3;
     float: left;
@@ -100,6 +126,10 @@
     height: 62px; overflow: hidden;
 }
 
+.embed .menu {
+    display: none;  
+}
+
 .menu li {
     background: url("twcx-img/menu_underline.gif") left bottom no-repeat;
     padding: 3px 0 0 5px;
@@ -384,6 +414,10 @@
     border-left: 1px solid #999;
 }
 
+.embed #onglets {
+    display: none;
+}
+
 #onglets li {
     float: left; text-transform: uppercase; background: url(twcx-img/bg_onglet.png) repeat-x;
     line-height: 12px; font-size: 12px; height: 12px; padding: 6px 10px; font-weight: bold;
@@ -407,7 +441,11 @@
 }
 
 #coldroite {
-    float: left; width: 492px;
+    float: right; width: 492px;
+}
+
+.embed #coldroite {
+    width: 455px;
 }
 
 div.ifwrap {
@@ -418,10 +456,23 @@
     width: 480px; height: 320px; background: #000000; border: none; padding: 0; margin: 0;
 }
 
+
+.embed div.ifwrap, .embed #videoLivePlayer {
+    width: 442px; height: 250px;
+}
+
+.embed div.ifwrap {
+    margin: 5px 0 0;
+}
+
 #out_fleche {
     float: left; position: relative; width: 492px; height: 14px; background: url(twcx-img/bgnoarrow.png);
 }
 
+.embed #out_fleche {
+    display: none;
+}
+
 #in_fleche {
     position: absolute; left: 10px; width: 27px; height: 15px; background: url(twcx-img/arrowtop.png);
 }
@@ -430,6 +481,10 @@
     float: left; width: 492px; list-style: none; background: #999999;
 }
 
+.embed #accordeon {
+    display: none;
+}
+
 #accordeon h3 {
     font-size: 16px; font-weight: bold; color: #555555;
 }
@@ -500,6 +555,10 @@
     float: left; width: 100%; margin: 40px 0 10px; text-align: center;
 }
 
+.embed .footer {
+    display: none;
+}
+
 hr {
   background: #cccccc; border: none; height: 1px; margin: 0 0 10px; width: 100%;
 }