plupload.css 3.6 KB

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