--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/thd/web/css/.svn/text-base/flashplayer.css.svn-base Tue Sep 22 16:40:38 2009 +0200
@@ -0,0 +1,71 @@
+/*main player=========== */
+.player-ba {
+ margin: 0;
+ padding: 0;
+ display: block;
+ width:720px;
+ height:405px;
+ text-align:center;
+}
+
+/* info area============ */
+.player-ba .infos {
+ position: relative;
+ height:40px;
+ background:#000 url(../images/global/gradient/h80.png) repeat-x;
+ opacity:0.7;
+ color:#FFFFFF;
+ margin: 0;
+ text-align:left;
+ padding:10px 10px;
+ font-family:arial,"bitstream vera sans","trebuchet ms";
+ font-size:18px;
+}
+
+/* tag area============= */
+.player-ba .tags {
+ position:relative;
+ top: 130px;
+ height:70px;
+ background:#000 url(../images/global/gradient/h80.png) repeat-x;
+ opacity:0.7;
+ color:#FFFFFF;
+ margin: 83px 0px 0px 0px;
+ text-align:left;
+ font-family:arial,"bitstream vera sans","trebuchet ms";
+ font-size:18px;
+}
+
+.infos a.title {
+ font-size: 24px;
+ font-weight: normal;
+ font-family: georgia;
+ color: #FFFFFF;
+}
+
+.film-infos {
+ font-size: 12px;
+ line-height: 12px;
+ font-weight: normal;
+ font-family: arial, verdana, sans-serif;
+ color: #FFFFFF;
+}
+
+.infos b {
+ font-weight: normal;
+ color: #CCCCCC;
+}
+
+.player-ba .tags .head {
+ padding: 5px;
+ font-size: 14px;
+ font-weight: normal;
+ font-family: georgia;
+ color: #FFFFFF;
+}
+
+.player-ba #play {
+ position: relative;
+ top: 100px;
+ /*background:#000000 url(images/buttons/btn_play.png) no-repeat;*/
+}
\ No newline at end of file