home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / vlc-2-0-5-win32.exe / lua / http / css / mobile.css < prev   
Cascading Style Sheet File  |  2012-12-12  |  3KB  |  180 lines

  1. root { 
  2.     display: block;
  3. }
  4. #content{
  5.  
  6. }
  7. body{
  8.     font: 11pt Helvetica, Arial, sans-serif;
  9.     background-color:#EEE;
  10. }
  11.  
  12. #libraryTree{
  13.     height: 300px;
  14.     overflow:scroll;
  15.     white-space: nowrap;
  16.     text-align: left;
  17. }
  18.  
  19. #mediaViewer{
  20.     min-height: 500px;
  21. }
  22. #meta {
  23.     position:relative;
  24.     width:100%;
  25. }
  26. #seekSlider{
  27.     width: 100%;
  28. }
  29.  
  30. #volumeSlider{
  31.     width: 100%;
  32.     display: inline-block;
  33. }
  34. #currentVolume{
  35.     display: inline-block;
  36. }
  37. #mediaTitle{
  38.     text-align:center;
  39.     width:100%;
  40.     margin-top:5px;
  41. }
  42. #currentTime{
  43.     float: left;
  44.     text-align: left;
  45. }
  46. #totalTime{
  47.     float: right;
  48.     text-align: right;
  49. }
  50. #play_controls, #controls{
  51.     margin-top:30px;
  52.     width:95%;
  53.     margin-left:auto;
  54.     margin-right:auto;
  55. }
  56.  
  57. #controlTable{
  58.     position:relative;
  59.     height: 150px;
  60. }
  61.  
  62. #buttonszone li{
  63.     float: left;
  64. }
  65.  
  66. #art{
  67.     top:0px;
  68.     width:150px;
  69.     height:150px;
  70.     margin:0 auto;
  71.     box-sizing:border-box;
  72.     -webkit-box-sizing:border-box;
  73. }
  74.  
  75. .ui-slider-range{
  76.     background-color:#FFB200;
  77.     background:#FFB200 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  78. }
  79.  
  80.  
  81. #buttons{
  82.     margin:0 auto; 
  83.     position: relative; 
  84.     width:265px;
  85. }
  86. .button48{
  87.     width: 48px;
  88.     height: 48px;
  89.     margin: 5px 0px 5px 15px;
  90.     background: none;
  91.     border: none;
  92.     display: inline-block;
  93.     cursor: pointer;
  94.     background-image: url("../images/buttons.png");
  95.     background-repeat: no-repeat;
  96. }
  97.  
  98. .button{
  99.     cursor: pointer;
  100.     display: inline-block;
  101. }
  102. #buttonOpen{
  103.     background-position: 0px 0px;
  104. }
  105. #buttonStop{
  106.     background-position: -576px 0px;
  107. }
  108. .playing {
  109.     background-position: -336px 0px;
  110. }
  111. .paused {
  112.     background-position: -384px 0px;
  113. }
  114. #buttonPrev{
  115.     background-position: -144px 0px;
  116. }
  117. #buttonNext{
  118.     background-position: -288px 0px;
  119. }
  120. #buttonFull{
  121.     background-position: -192px 0px;
  122. }
  123. #buttonSout{
  124.     background-position: -624px 0px;
  125. }
  126. #buttonEQ{
  127.     background-position: -48px 0px;
  128. }
  129. #window_browse ol{
  130.     list-style-type: none;
  131. }
  132. #window_browse ol li{
  133.     list-style-type: none;
  134.     float: left;
  135.     padding: 5px;
  136. }
  137. .system_icon{
  138.     width:80px;
  139.     text-align:center;
  140.     vertical-align:top;
  141.     display: inline-block;
  142.     cursor: pointer;
  143.     padding: 2px;
  144.     border: 1px solid #823D0A;
  145.     margin: 2px;
  146.     height: 92px;
  147.     background-color: #E1E1E1;
  148.     overflow: hidden;
  149. }
  150. #window_create_stream table tr td{
  151.     font-size: 11px;
  152. }
  153.  
  154. #window_equalizer div div{
  155.     text-align: center;
  156.     font-size: 11px;
  157.     padding: 0px;
  158. }
  159. .eqBand{
  160.     margin-bottom: 10px;
  161.     margin-top: 10px;
  162.     height: 400px;
  163.     font-size: 1.5em;
  164. }
  165. .footer{
  166.     margin-top: 30px;
  167.     text-align: center;
  168.     font-size: 11px;
  169. }
  170.  
  171. div.centered{
  172.     margin-left: auto;
  173.     margin-right: auto;
  174. }
  175.  
  176. .hidden{
  177.     visibility: hidden;
  178.     display: none;
  179. }
  180.