You are here

plupload.css in Plupload integration 7.2

Same filename and directory in other branches
  1. 8 plupload.css
  2. 6 plupload.css
  3. 7 plupload.css
  4. 2.0.x plupload.css
.plupload_button {
  display:inline-block;
  font:normal 12px sans-serif;
  text-decoration:none;
  color:#42454a;
  margin-right:4px;
  outline:0;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  font-family:"Lucida Grande", Verdana, sans-serif;
  border:none;
  background:none;
  padding:2px 8px 3px 15px;
}

.plupload_button:hover {
  color:#000;
  text-decoration:none;
}

.plupload_disabled,a.plupload_disabled:hover {
  cursor:default;
  color:#737373;
  background:transparent url(images/up_arrow_disabled.png) no-repeat 0 center;
  border-color:#c5c5c5;
}

.plupload_add {
  background-position:-181px center;
  background:transparent url(images/add.png) no-repeat 0 center;
}

.plupload_wrapper {
  font:normal 11px Verdana,sans-serif;
  width:100%;
  font-family:"Lucida Grande", Verdana, sans-serif;
}

.plupload_container {
  background:url('images/transp50.png');
}

.plupload_container input {
  border:1px solid #DDD;
  font:normal 11px Verdana,sans-serif;
  width:98%;
  font-family:"Lucida Grande", Verdana, sans-serif;
}

.plupload_scroll .plupload_filelist {
  height:135px;
  overflow-y:scroll;
  background:none;
  list-style:none;
  margin:0;
  padding:0;
}

.plupload_filelist li {
  background:#F5F5F5 url('images/backgrounds.gif') repeat-x 0 -156px;
  border-bottom:1px solid #DDD;
  padding:10px 8px;
}

.plupload_filelist_header,.plupload_filelist_footer {
  background:#DFDFDF;
  color:#42454A;
  padding:6px 8px;
}

.plupload_filelist_header {
  border-top:1px solid #EEE;
  border-bottom:1px solid #CDCDCD;
}

.plupload_filelist_footer {
  border-top:1px solid #FFF;
  height:22px;
  line-height:20px;
  vertical-align:middle;
}

.plupload_file_name {
  float:left;
  overflow:hidden;
}

.plupload_file_status {
  color:#777;
}

.plupload_file_status span {
  color:#42454A;
}

.plupload_file_size,.plupload_file_status,.plupload_progress {
  float:right;
  width:80px;
}

.plupload_file_size,.plupload_file_status,.plupload_file_action {
  text-align:right;
}

.plupload_filelist .plupload_file_name {
  width:205px;
}

.plupload_file_action {
  float:right;
  width:16px;
  height:16px;
  margin-left:15px;
}

.plupload_file_action * {
  display:none;
  width:16px;
  height:16px;
}

  li.plupload_uploading {
  background:#ECF3DC url('images/backgrounds.gif') repeat-x 0 -238px;
}

  li.plupload_done {
  color:#AAA;
}

  li.plupload_delete a {
  background:url('images/delete.gif');
}

  li.plupload_failed a {
  background:url('images/error.gif');
  cursor:default;
}

  li.plupload_done a {
  background:url('images/done.gif');
  cursor:default;
}

.plupload_progress,.plupload_upload_status {
  display:none;
}

.plupload_progress_container {
  margin-top:3px;
  border:1px solid #CCC;
  background:#FFF;
  padding:1px;
}

.plupload_progress_bar {
  width:0;
  height:7px;
  background:#CDEB8B;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action,.plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-right:17px;
}

.plupload_clear,.plupload_clearer {
  clear:both;
}

.plupload_clearer,.plupload_progress_bar {
  display:block;
  font-size:0;
  line-height:0;
}

li.plupload_droptext {
  background:transparent;
  text-align:center;
  vertical-align:middle;
  border:0;
  line-height:115px;
  list-style-type:none;
}

.plupload {
  border:solid 1px #ccc;
}

.plupload_header {
  display:none;
}

.plupload_button,.plupload_button:hover {
  color:#0074bd;
  padding-bottom:0;
  margin-bottom:0;
}

.plupload_start,a.plupload_start:hover {
  background:transparent url(images/up_arrow.png) no-repeat 0 center;
  z-index:100000;
}

File

plupload.css
View source
  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. }