You are here

plupload.css in Plupload integration 8

Same filename and directory in other branches
  1. 6 plupload.css
  2. 7.2 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_filelist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plupload_scroll .plupload_filelist {
  height: 135px;
  overflow-y: scroll;
  background: none;
}

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