OwnUploadify.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .uploadifyQueueItem
  2. {
  3. background-color: #e3ecf1;
  4. border: 2px solid #c2d6df;
  5. font: 11px Verdana, Geneva, sans-serif;
  6. margin: 5px;
  7. padding: 10px;
  8. width: 300px;
  9. }
  10. .uploadifyError
  11. {
  12. background-color: #f5c1af !important;
  13. border: 2px solid #f3908b !important;
  14. }
  15. .uploadifyQueueItem .fileName
  16. {
  17. color: #115a2e;
  18. }
  19. .uploadifyQueueItem .cancel
  20. {
  21. float: right;
  22. }
  23. .uploadifyQueue .completed
  24. {
  25. background-color: #d8ece0;
  26. }
  27. .uploadifyProgress
  28. {
  29. background-color: #f1d291;
  30. margin-top: 10px;
  31. width: 100%;
  32. }
  33. .uploadifyProgressBar
  34. {
  35. background-color: #e5b116;
  36. height: 3px;
  37. width: 1px;
  38. }
  39. .uploadify
  40. {
  41. border: 1px solid #a9c7da;
  42. background: #d9e5ea url("uploadifybg.png") no-repeat;
  43. height: 24px;
  44. line-height: 20px;
  45. width: 65px;
  46. cursor: pointer;
  47. }
  48. .uploadifycancel
  49. {
  50. background: #d9e5ea url("uploadifybg.png") no-repeat 0 -20px;
  51. border: 1px solid #a9c7da;
  52. height: 24px;
  53. line-height: 20px;
  54. width: 85px;
  55. cursor: pointer;
  56. }
  57. .uploader_ul
  58. {
  59. list-style-type: decimal;
  60. padding:0px 20px 0px 20px;
  61. margin: 0px;
  62. width: 80%;
  63. }
  64. .uploader_ul li
  65. {
  66. height: 25px;
  67. line-height: 25px;
  68. }
  69. .uploader_ul input
  70. {
  71. margin-left: 10px;
  72. }