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 / main.css next >
Cascading Style Sheet File  |  2012-12-12  |  3KB  |  242 lines

  1. root { 
  2.     display: block;
  3. }
  4. body{
  5. }
  6. #mainContainer{
  7.     text-align: center;
  8.     width: 800px;
  9. }
  10. #controlContainer{
  11.     width: 800px;
  12. }
  13. #libraryContainer{
  14.     width: 800px;
  15.     margin-top: 2px;
  16. }
  17. #libraryTree{
  18.     height: 300px;
  19.     overflow: auto;
  20.     white-space: nowrap;
  21.     text-align: left;
  22. }
  23. #viewContainer{
  24.     width: 800px;
  25. }
  26. #mediaViewer{
  27.     min-height: 500px;
  28.     background-color:#222;
  29. }
  30. #player{
  31.     top:0px;
  32.     height: 500px;
  33.     width: 500px;
  34.     background-color:#222;
  35. }
  36. #seekSlider{
  37.     width: 98%;
  38.     margin-left:5px;
  39. }
  40. #volumeSlider{
  41.     width: 100px;
  42.     display: inline-block;
  43. }
  44. #currentVolume{
  45.     display: inline-block;
  46. }
  47. #mediaTitle{
  48.     position: absolute;
  49.     top: 0px;
  50.     left: 10px;
  51.     width: 600px;
  52.     text-align: center;
  53.     padding: 5px;
  54.     overflow: auto;
  55. }
  56. #currentTime{
  57.     margin-top:-40px;
  58.     float: left;
  59.     text-align: left;
  60. }
  61.  
  62. #totalTime{
  63.     margin-top:-40px;
  64.     float: right;
  65.     text-align: right;
  66. }
  67.  
  68. #controlTable{
  69.     position:relative;
  70.     height: 150px;
  71. }
  72. #controlButtons{
  73.     position: absolute;
  74.     top: 80px;
  75.     left: 10px;
  76.     padding: 0;
  77.     margin: 0;
  78.     text-align: left;
  79.     width: 380px;
  80. }
  81. #buttonzone {
  82.     position:absolute;
  83.     top: 200px;
  84.     width: 20px;
  85.     margin-left:-20px;
  86.     vertical-align:top;
  87.     padding:0px;
  88. }
  89. #buttonzone li{
  90.     float:left;
  91. }
  92.  
  93. #buttonszone{
  94.     position: absolute;
  95.     top: 20px;
  96.     width: 20px;
  97.     vertical-align: top;
  98.     margin-left:-20px;
  99.     padding: 0;
  100. }
  101. #buttonszone li{
  102.     float: left;
  103. }
  104.  
  105. #volumesliderzone{
  106.     position: absolute;
  107.     top: 105px;
  108.     left: 410px;
  109.     width: 210px;
  110. }
  111.  
  112. #volumeSlider{
  113.     width: 208px;
  114. }
  115. #libraryTree ul li a {
  116.     border:none;
  117. }
  118. #artszone{
  119.     position: absolute;
  120.     top: 0px;
  121.     right: 10px;
  122.     width: 150px;
  123.     height: 150px;
  124.     vertical-align: top;
  125. }
  126.  
  127. #seekContainer{
  128.     position:absolute;
  129.     left: 5px;
  130.     top: 55px;
  131.     width: 79%;
  132.     vertical-align: bottom;
  133. }
  134.  
  135. .button48{
  136.     width: 48px;
  137.     height: 48px;
  138.     margin: 5px 0px 5px 2px;
  139.     background: none;
  140.     border: none;
  141.     display: inline-block;
  142.     cursor: pointer;
  143.     background-image: url("../images/buttons.png");
  144.     background-repeat: no-repeat;
  145. }
  146. .button48:hover{
  147.     filter: alpha(opacity:0.5);
  148.     -ms-filter: "alpha(opacity=50)";
  149.     -khtml-opacity: 0.50;
  150.     -moz-opacity: 0.5;
  151.     filter: alpha(opacity=50);
  152.     opacity: 0.5;
  153. }
  154.  
  155. .button{
  156.     cursor: pointer;
  157.     display: inline-block;
  158. }
  159. #buttonOpen{
  160.     background-position: 0px 0px;
  161. }
  162. #buttonStop{
  163.     background-position: -576px 0px;
  164. }
  165. .playing {
  166.     background-position: -336px 0px;
  167. }
  168. .paused {
  169.     background-position: -384px 0px;
  170. }
  171. #buttonPrev{
  172.     background-position: -144px 0px;
  173. }
  174. #buttonNext{
  175.     background-position: -288px 0px;
  176. }
  177. #buttonFull{
  178.     background-position: -192px 0px;
  179. }
  180. #buttonSout{
  181.     background-position: -624px 0px;
  182. }
  183. #buttonEQ{
  184.     background-position: -48px 0px;
  185. }
  186. #window_browse ol{
  187.     list-style-type: none;
  188. }
  189. #window_browse ol li{
  190.     list-style-type: none;
  191.     float: left;
  192.     padding: 5px;
  193. }
  194. .system_icon{
  195.     width:80px;
  196.     text-align:center;
  197.     vertical-align:top;
  198.     display: inline-block;
  199.     cursor: pointer;
  200.     padding: 2px;
  201.     border: 1px solid #823D0A;
  202.     margin: 2px;
  203.     height: 92px;
  204.     background-color: #E1E1E1;
  205.     overflow: hidden;
  206. }
  207. #window_create_stream table tr td{
  208.     font-size: 11px;
  209. }
  210.  
  211. #window_equalizer div div{
  212.     text-align: center;
  213.     font-size: 11px;
  214.     padding: 0px;
  215. }
  216.  
  217. #window_equalizer {
  218.     height:80px !important ;
  219. }
  220.  
  221. .eqBand{
  222.     margin-bottom: 10px;
  223.     margin-top: 10px;
  224.     height: 400px;
  225.     font-size: 1.5em;
  226. }
  227. .footer{
  228.     margin-top: 30px;
  229.     text-align: center;
  230.     font-size: 11px;
  231. }
  232.  
  233. div.centered{
  234.     margin-left: auto;
  235.     margin-right: auto;
  236. }
  237.  
  238. .hidden{
  239.     visibility: hidden;
  240.     display: none;
  241. }
  242.