jquery.plupload.queue.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. /*
  2. Plupload
  3. ------------------------------------------------------------------- */
  4. .plupload_button {
  5. display: -moz-inline-box; /* FF < 3*/
  6. display: inline-block;
  7. font: normal 12px sans-serif;
  8. text-decoration: none;
  9. color: #42454a;
  10. border: 1px solid #bababa;
  11. padding: 2px 8px 3px 20px;
  12. margin-right: 4px;
  13. background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;
  14. outline: 0;
  15. /* Optional rounded corners for browsers that support it */
  16. -moz-border-radius: 3px;
  17. -khtml-border-radius: 3px;
  18. -webkit-border-radius: 3px;
  19. border-radius: 3px;
  20. }
  21. .plupload_button:hover {
  22. color: #000;
  23. text-decoration: none;
  24. }
  25. .plupload_disabled, a.plupload_disabled:hover {
  26. color: #737373;
  27. border-color: #c5c5c5;
  28. background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center;
  29. cursor: default;
  30. }
  31. .plupload_add {
  32. background-position: -181px center;
  33. }
  34. .plupload_wrapper {
  35. font: normal 11px Verdana,sans-serif;
  36. width: 100%;
  37. }
  38. .plupload_container {
  39. padding: 8px;
  40. background: url('../img/transp50.png');
  41. /*-moz-border-radius: 5px;*/
  42. }
  43. .plupload_container input {
  44. border: 1px solid #DDD;
  45. font: normal 11px Verdana,sans-serif;
  46. width: 98%;
  47. }
  48. .plupload_header {background: #2A2C2E url('../img/backgrounds.gif') repeat-x;}
  49. .plupload_header_content {
  50. background: url('../img/backgrounds.gif') no-repeat 0 -317px;
  51. min-height: 56px;
  52. padding-left: 60px;
  53. color: #FFF;
  54. }
  55. .plupload_header_title {
  56. font: normal 18px sans-serif;
  57. padding: 6px 0 3px;
  58. }
  59. .plupload_header_text {
  60. font: normal 12px sans-serif;
  61. }
  62. .plupload_filelist {
  63. margin: 0;
  64. padding: 0;
  65. list-style: none;
  66. }
  67. .plupload_scroll .plupload_filelist {
  68. height: 185px;
  69. background: #F5F5F5;
  70. overflow-y: scroll;
  71. }
  72. .plupload_filelist li {
  73. padding: 10px 8px;
  74. background: #F5F5F5 url('../img/backgrounds.gif') repeat-x 0 -156px;
  75. border-bottom: 1px solid #DDD;
  76. }
  77. .plupload_filelist_header, .plupload_filelist_footer {
  78. background: #DFDFDF;
  79. padding: 8px 8px;
  80. color: #42454A;
  81. }
  82. .plupload_filelist_header {
  83. border-top: 1px solid #EEE;
  84. border-bottom: 1px solid #CDCDCD;
  85. }
  86. .plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle;}
  87. .plupload_file_name {float: left; overflow: hidden}
  88. .plupload_file_status {color: #777;}
  89. .plupload_file_status span {color: #42454A;}
  90. .plupload_file_size, .plupload_file_status, .plupload_progress {
  91. float: right;
  92. width: 80px;
  93. }
  94. .plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}
  95. .plupload_filelist .plupload_file_name {width: 205px}
  96. .plupload_file_action {
  97. float: right;
  98. width: 16px;
  99. height: 16px;
  100. margin-left: 15px;
  101. }
  102. .plupload_file_action * {
  103. display: none;
  104. width: 16px;
  105. height: 16px;
  106. }
  107. li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;}
  108. li.plupload_done {color:#AAA}
  109. li.plupload_delete a {
  110. background: url('../img/delete.gif');
  111. }
  112. li.plupload_failed a {
  113. background: url('../img/error.gif');
  114. cursor: default;
  115. }
  116. li.plupload_done a {
  117. background: url('../img/done.gif');
  118. cursor: default;
  119. }
  120. .plupload_progress, .plupload_upload_status {
  121. display: none;
  122. }
  123. .plupload_progress_container {
  124. margin-top: 3px;
  125. border: 1px solid #CCC;
  126. background: #FFF;
  127. padding: 1px;
  128. }
  129. .plupload_progress_bar {
  130. width: 0px;
  131. height: 7px;
  132. background: #CDEB8B;
  133. }
  134. .plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
  135. margin-right: 17px;
  136. }
  137. /* Floats */
  138. .plupload_clear,.plupload_clearer {clear: both;}
  139. .plupload_clearer, .plupload_progress_bar {
  140. display: block;
  141. font-size: 0;
  142. line-height: 0;
  143. }
  144. li.plupload_droptext {
  145. background: transparent;
  146. text-align: center;
  147. vertical-align: middle;
  148. border: 0;
  149. line-height: 165px;
  150. }