thd/web/css/.svn/text-base/flashplayer.css.svn-base
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
equal deleted inserted replaced
103:d2af8a210f5d 104:8e4fe6f3337d
     1 /*main player=========== */
       
     2 .player-ba {
       
     3 	margin: 0;
       
     4 	padding: 0;
       
     5 	display: block;
       
     6 	width:720px;
       
     7 	height:405px;
       
     8 	text-align:center;
       
     9 }
       
    10 
       
    11 /* info area============ */
       
    12 .player-ba .infos {
       
    13   position: relative;
       
    14   height:40px;
       
    15   background:#000 url(../images/global/gradient/h80.png) repeat-x;
       
    16   opacity:0.7;
       
    17   color:#FFFFFF;
       
    18   margin: 0;	
       
    19   text-align:left;
       
    20   padding:10px 10px;
       
    21   font-family:arial,"bitstream vera sans","trebuchet ms";
       
    22   font-size:18px;
       
    23 }
       
    24 
       
    25 /* tag area============= */
       
    26 .player-ba .tags {
       
    27   position:relative;
       
    28   top: 130px;
       
    29   height:70px;
       
    30   background:#000 url(../images/global/gradient/h80.png) repeat-x;
       
    31   opacity:0.7;
       
    32   color:#FFFFFF;
       
    33   margin: 83px 0px 0px 0px;
       
    34   text-align:left;
       
    35   font-family:arial,"bitstream vera sans","trebuchet ms";
       
    36   font-size:18px;
       
    37 }
       
    38 
       
    39 .infos a.title {
       
    40   font-size: 24px;
       
    41   font-weight: normal;
       
    42   font-family: georgia;
       
    43   color: #FFFFFF;
       
    44 }
       
    45 
       
    46 .film-infos {
       
    47   font-size: 12px;
       
    48   line-height: 12px;
       
    49   font-weight: normal;
       
    50   font-family: arial, verdana, sans-serif;
       
    51   color: #FFFFFF;
       
    52 }
       
    53 
       
    54 .infos b {
       
    55   font-weight: normal;
       
    56   color: #CCCCCC;
       
    57 }
       
    58 
       
    59 .player-ba .tags .head {
       
    60   padding: 5px;
       
    61   font-size: 14px;
       
    62   font-weight: normal;
       
    63   font-family: georgia;
       
    64   color: #FFFFFF;
       
    65 }
       
    66 
       
    67 .player-ba #play {
       
    68   position: relative;
       
    69   top: 100px;
       
    70   	/*background:#000000 url(images/buttons/btn_play.png) no-repeat;*/
       
    71 }