jquery.filer-dragdropbox-theme.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. /*!
  2. * CSS jQuery.filer
  3. * Theme: DragDropBox
  4. * Copyright (c) 2016 CreativeDream
  5. * Version: 1.3 (14-Sep-2016)
  6. */
  7. /*-------------------------
  8. Input
  9. -------------------------*/
  10. .jFiler-input-dragDrop {
  11. display: block;
  12. width: 343px;
  13. margin: 0 auto 25px auto;
  14. padding: 25px;
  15. color: #97A1A8;
  16. background: #F9FBFE;
  17. border: 2px dashed #C8CBCE;
  18. text-align: center;
  19. -webkit-transition: box-shadow 0.3s,
  20. border-color 0.3s;
  21. -moz-transition: box-shadow 0.3s,
  22. border-color 0.3s;
  23. transition: box-shadow 0.3s,
  24. border-color 0.3s;
  25. }
  26. .jFiler .jFiler-input-dragDrop.dragged {
  27. border-color: #aaa;
  28. box-shadow: inset 0 0 20px rgba(0,0,0,.08);
  29. }
  30. .jFiler .jFiler-input-dragDrop.dragged * {
  31. pointer-events: none;
  32. }
  33. .jFiler .jFiler-input-dragDrop.dragged .jFiler-input-icon {
  34. -webkit-transform: rotate(180deg);
  35. -ms-transform: rotate(180deg);
  36. transform: rotate(180deg);
  37. }
  38. .jFiler .jFiler-input-dragDrop.dragged .jFiler-input-text,
  39. .jFiler .jFiler-input-dragDrop.dragged .jFiler-input-choose-btn {
  40. filter: alpha(opacity=30);
  41. opacity: 0.3;
  42. }
  43. .jFiler-input-dragDrop .jFiler-input-icon {
  44. font-size: 48px;
  45. margin-top: -10px;
  46. -webkit-transition: all 0.3s ease;
  47. -moz-transition: all 0.3s ease;
  48. transition: all 0.3s ease;
  49. }
  50. .jFiler-input-text h3 {
  51. margin: 0;
  52. font-size: 18px;
  53. }
  54. .jFiler-input-text span {
  55. font-size: 12px;
  56. }
  57. .jFiler-input-choose-btn {
  58. display: inline-block;
  59. padding: 8px 14px;
  60. outline: none;
  61. cursor: pointer;
  62. text-decoration: none;
  63. text-align: center;
  64. white-space: nowrap;
  65. font-size: 12px;
  66. font-weight: bold;
  67. color: #8d9496;
  68. border-radius: 3px;
  69. border: 1px solid #c6c6c6;
  70. vertical-align: middle;
  71. *background-color: #fff;
  72. box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
  73. -webkit-transition: all 0.2s;
  74. -moz-transition: all 0.2s;
  75. transition: all 0.2s;
  76. }
  77. .jFiler-input-choose-btn:hover,
  78. .jFiler-input-choose-btn:active {
  79. color: inherit;
  80. }
  81. .jFiler-input-choose-btn:active {
  82. background-color: #f5f5f5;
  83. }
  84. /* gray */
  85. .jFiler-input-choose-btn.gray {
  86. background-image: -webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f5f5f5));
  87. background-image: -webkit-linear-gradient(top,#fcfcfc,#f5f5f5);
  88. background-image: -o-linear-gradient(top,#fcfcfc,#f5f5f5);
  89. background-image: linear-gradient(to bottom,#fcfcfc,#f5f5f5);
  90. background-image: -moz-linear-gradient(top,#fcfcfc,#f5f5f5);
  91. }
  92. .jFiler-input-choose-btn.gray:hover {
  93. filter: alpha(opacity=87);
  94. opacity: 0.87;
  95. }
  96. .jFiler-input-choose-btn.gray:active {
  97. background-color: #f5f5f5;
  98. background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#fcfcfc));
  99. background-image: -webkit-linear-gradient(top,#f5f5f5,#fcfcfc);
  100. background-image: -o-linear-gradient(top,#f5f5f5,#fcfcfc);
  101. background-image: linear-gradient(to bottom,#f5f5f5,#fcfcfc);
  102. background-image: -moz-linear-gradient(top,#f5f5f5,#fcfcfc);
  103. }
  104. /* blue */
  105. .jFiler-input-choose-btn.blue {
  106. color: #48A0DC;
  107. border: 1px solid #48A0DC;
  108. }
  109. .jFiler-input-choose-btn.blue:hover {
  110. background: #48A0DC;
  111. }
  112. .jFiler-input-choose-btn.blue:active {
  113. background: #48A0DC;
  114. }
  115. /* green */
  116. .jFiler-input-choose-btn.green {
  117. color: #27ae60;
  118. border: 1px solid #27ae60;
  119. }
  120. .jFiler-input-choose-btn.green:hover {
  121. background: #27ae60;
  122. }
  123. .jFiler-input-choose-btn.green:active {
  124. background: #27ae60;
  125. }
  126. /* red */
  127. .jFiler-input-choose-btn.red {
  128. color: #ed5a5a;
  129. border: 1px solid #ed5a5a;
  130. }
  131. .jFiler-input-choose-btn.red:hover {
  132. background: #ed5a5a;
  133. }
  134. .jFiler-input-choose-btn.red:active {
  135. background: #E05252;
  136. }
  137. /* black */
  138. .jFiler-input-choose-btn.black {
  139. color: #555;
  140. border: 1px solid #555;
  141. }
  142. .jFiler-input-choose-btn.black:hover {
  143. background: #555;
  144. }
  145. .jFiler-input-choose-btn.black:active {
  146. background: #333;
  147. }
  148. .jFiler-input-choose-btn.blue:hover,
  149. .jFiler-input-choose-btn.green:hover,
  150. .jFiler-input-choose-btn.red:hover,
  151. .jFiler-input-choose-btn.black:hover {
  152. border-color: transparent;
  153. color: #fff;
  154. }
  155. .jFiler-input-choose-btn.blue:active,
  156. .jFiler-input-choose-btn.green:active,
  157. .jFiler-input-choose-btn.red:active,
  158. .jFiler-input-choose-btn.black:active {
  159. border-color: transparent;
  160. color: #fff;
  161. filter: alpha(opacity=87);
  162. opacity: 0.87;
  163. }