src/css/LdtPlayer.css
branchpopcorn-port
changeset 802 c74de6ba5d11
parent 800 85df11f11fa0
child 803 4955d857e304
equal deleted inserted replaced
801:f64087bcaf46 802:c74de6ba5d11
   162   cursor: pointer;
   162   cursor: pointer;
   163  
   163  
   164 }
   164 }
   165 
   165 
   166 .Ldt-CtrlPlay {
   166 .Ldt-CtrlPlay {
   167   background:url('imgs/play_sprite.png') no-repeat transparent ;
   167 
   168   background-position: 0 0;
   168   background-position: 0 0;
   169   width: 59px;
   169   width: 59px;
   170   height: 25px;
   170   height: 25px;
       
   171 }
       
   172 
       
   173 .Ldt-CtrlPlay-PlayState {
       
   174   background:url('imgs/play_sprite.png') no-repeat transparent ;
       
   175 }
       
   176 
       
   177 .Ldt-CtrlPlay-PauseState {
       
   178   background:url('imgs/pause_sprite.png') no-repeat transparent ;
   171 }
   179 }
   172 
   180 
   173 .Ldt-CtrlPlay:hover {
   181 .Ldt-CtrlPlay:hover {
   174   background-position: 0 -25px;
   182   background-position: 0 -25px;
   175 }
   183 }
   251   float: left;
   259   float: left;
   252   color: #b2b2b2; 
   260   color: #b2b2b2; 
   253 }
   261 }
   254 
   262 
   255 .Ldt-CtrlSound {
   263 .Ldt-CtrlSound {
   256   background:url('imgs/sound_sprite.png') no-repeat scroll 0 0 transparent ;
       
   257   width: 33px;
   264   width: 33px;
   258   height: 25px;
   265   height: 25px;
   259   border-right: 1px solid #b6b8b8;
   266   border-right: 1px solid #b6b8b8;
   260   float: right;
   267   float: right;
   261   border-left: none;
   268   border-left: none;
       
   269 }
       
   270 
       
   271 .Ldt-CtrlSound-SoundState {
       
   272   background:url('imgs/sound_sprite.png') no-repeat scroll 0 0 transparent ;
       
   273 }
       
   274 
       
   275 .Ldt-CtrlSound-MuteState {
       
   276   background:url('imgs/mute_sprite.png') no-repeat scroll 0 0 transparent ;
   262 }
   277 }
   263 
   278 
   264 .Ldt-CtrlSound:hover {
   279 .Ldt-CtrlSound:hover {
   265   background-position: 0 -25px;
   280   background-position: 0 -25px;
   266 }
   281 }