src/css/LdtPlayer.css
branchpopcorn-port
changeset 839 4357aac4eb19
parent 838 03b03865eb9b
child 840 ac66e2240e1e
equal deleted inserted replaced
838:03b03865eb9b 839:4357aac4eb19
   159   font-size: 10px;
   159   font-size: 10px;
   160   font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
   160   font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
   161   background:url('imgs/player_gradient.png') repeat-x transparent ;
   161   background:url('imgs/player_gradient.png') repeat-x transparent ;
   162   height: 25px;
   162   height: 25px;
   163   border: 1px solid #b6b8b8;
   163   border: 1px solid #b6b8b8;
       
   164   position: relative;
   164 }
   165 }
   165 
   166 
   166 
   167 
   167 .Ldt-LeftPlayerControls {
   168 .Ldt-LeftPlayerControls {
   168   float:left;
   169   float:left;
   272 
   273 
   273 .Ldt-CtrlSound {
   274 .Ldt-CtrlSound {
   274   margin: 0 2px;
   275   margin: 0 2px;
   275 }
   276 }
   276 
   277 
   277 .Ldt-CtrlSound-SoundState {
   278 .Ldt-CtrlSound-Full {
   278   background-position: -120px 0;
   279   background-position: -120px 0;
   279 }
   280 }
   280 
   281 
   281 .Ldt-CtrlSound-SoundState:hover {
   282 .Ldt-CtrlSound-Full:hover {
   282   background-position: -120px -25px;
   283   background-position: -120px -25px;
   283 }
   284 }
   284 
   285 
   285 .Ldt-CtrlSound-SoundState:active {
   286 .Ldt-CtrlSound-Full:active {
   286   background-position: -120px -50px;
   287   background-position: -120px -50px;
   287 }
   288 }
   288 
   289 
   289 .Ldt-CtrlSound-MuteState {
   290 .Ldt-CtrlSound-Mute {
   290   background-position: -150px 0;
   291   background-position: -150px 0;
   291 }
   292 }
   292 
   293 
   293 .Ldt-CtrlSound-MuteState:hover {
   294 .Ldt-CtrlSound-Mute:hover {
   294   background-position: -150px -25px;
   295   background-position: -150px -25px;
   295 }
   296 }
   296 
   297 
   297 .Ldt-CtrlSound-MuteState:active {
   298 .Ldt-CtrlSound-Mute:active {
   298   background-position: -150px -50px;
   299   background-position: -150px -50px;
       
   300 }
       
   301 
       
   302 .Ldt-CtrlSound-Half {
       
   303   background-position: -180px 0;
       
   304 }
       
   305 
       
   306 .Ldt-CtrlSound-Half:hover {
       
   307   background-position: -180px -25px;
       
   308 }
       
   309 
       
   310 .Ldt-CtrlSound-Half:active {
       
   311   background-position: -180px -50px;
       
   312 }
       
   313 
       
   314 .Ldt-Ctrl-Volume-Control {
       
   315     display: none;
       
   316   position: absolute;
       
   317   background:url('imgs/player_gradient.png') repeat-x transparent ;
       
   318   height: 25px;
       
   319   width: 100px; top: 25px; right: -1px; z-index: 100;
       
   320   padding: 0 2px;
       
   321   border: 1px solid #b6b8b8;
       
   322 }
       
   323 
       
   324 .Ldt-Ctrl-Volume-Bar { 
       
   325     height: 5px; margin: 9px 3px 0; background: #cccccc; border: 1px solid #999999; border-radius: 2px;
       
   326 }
       
   327 
       
   328 .Ldt-Ctrl-Volume-Cursor {
       
   329     position: absolute; top: 2px; width: 6px; height: 19px; background: #a8a8a8; border: 1px solid #999999; border-radius: 2px;
       
   330     cursor: pointer;
       
   331 }
       
   332 
       
   333 .Ldt-Ctrl-Volume-Cursor:hover {
       
   334      background: #cccccc;
       
   335 }
       
   336 
       
   337 .Ldt-Ctrl-Volume-Cursor.ui-draggable-dragging {
       
   338     background: #999999;
   299 }
   339 }
   300 
   340 
   301 .Ldt-cleaner {
   341 .Ldt-cleaner {
   302   clear:both;
   342   clear:both;
   303 }
   343 }