file_manager.css 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  1. body { margin: 0; padding: 0; }
  2. .hidden { display: none; }
  3. .l-logo {
  4. background-color: #7B7B7B;
  5. background-image: url("/images/sprite.png");
  6. background-position: -117px -57px;
  7. background-repeat: no-repeat;
  8. border: 9px solid #7B7B7B;
  9. display: inline-block;
  10. float: left;
  11. height: 22px;
  12. margin-left: 0;
  13. margin-top: 0;
  14. width: 59px;
  15. }
  16. #main{ display: inline-block; font-family: Arial; font-size: 15px; color: #777; width: 100%; }
  17. .window { display: inline-block; float: left; /*border: 1px solid #eee;*/ width: 50%; height: 100%; background-color: #ececec; /*background: url(/images/background-dots.png) #ececec;*/ }
  18. .window.active { background: #fff; }
  19. .window.active .l-logo { background-color: #333; border-color: #333; }
  20. .pwd { background-color: #7b7b7b; height: 28px; padding: 12px 0 0 17px; color: #eee; font-size: 14px; overflow: hidden; }
  21. .window.active .pwd { background-color: #333; box-shadow: -2px 0 5px -3px rgba(0, 0, 0, 0.7); }
  22. .window.active .pwd a { color: #FFF; }
  23. .pwd a { color: #CFCFCF; cursor: pointer; text-decoration: none; }
  24. .window.active .pwd a:hover, .pwd a:hover { color: #FFCC00; }
  25. .active .menu { box-shadow: 0 1px 11px -5px rgba(0, 0, 0, 0.5); }
  26. .menu { /*background-color: #EEE;*/ display: inline-block; color: #999999; width: 100%; padding: 8px 0 7px 0; border-bottom: 1px solid #CFCFCD; border-left: 1px solid #CFCFCD; margin-left: -1px; }
  27. .menu div { display: inline-block; float: left; padding: 6px 5px 5px; font-size: 11px; margin: 0 3px; line-height: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
  28. .window.active .menu div.button { color: #777; }
  29. .menu div.button.small { display: none; width: 19px; height: 12px; }
  30. .menu div.button.small.mkfile { background: url("/images/flat_icons.png") no-repeat scroll -176px -97px; margin-left: 10px; }
  31. .menu div.button.small.mkdir { background: url("/images/flat_icons.png") no-repeat scroll -176px -123px; }
  32. .menu div.button.small.del { background: url("/images/flat_icons.png") no-repeat scroll -176px -149px; }
  33. .menu div.button.small.rename { background: url("/images/flat_icons.png") no-repeat scroll -180px -180px; width: 12px; }
  34. .menu div.button.small.copy { background: url("/images/flat_icons.png") no-repeat scroll -177px -210px; }
  35. .menu div.button.small.download { background: url("/images/flat_icons.png") no-repeat scroll -176px -243px; }
  36. .menu div.button.small.extract { background: url("/images/flat_icons.png") no-repeat scroll -232px -35px; }
  37. .menu div.button.small.archive { background: url("/images/flat_icons.png") no-repeat scroll -175px -58px; }
  38. .menu div.button.small.mkfile:hover { background-position: -203px -97px; }
  39. .menu div.button.small.mkdir:hover { background-position: -203px -123px; }
  40. .menu div.button.small.del:hover { background-position: -203px -149px; }
  41. .menu div.button.small.rename:hover { background-position: -207px -180px; }
  42. .menu div.button.small.copy:hover { background-position: -204px -210px; }
  43. .menu div.button.small.download:hover { background-position: -204px -243px; }
  44. .menu div.button.small.extract:hover { background: url("/images/flat_icons.png") no-repeat scroll -255px -35px; }
  45. .menu div.button.small.archive:hover { background: url("/images/flat_icons.png") no-repeat scroll -201px -35px; }
  46. .menu div.button.disabled:hover,
  47. .menu div.button { cursor: pointer; transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; box-shadow: none; color: #999; }
  48. .window.active .menu div.button:hover,
  49. .menu div.button:hover { text-decoration: none; color: #1FB9CA; }
  50. .window.active .menu div.button.del:hover,
  51. .menu div.button.del:hover { color: #FF5A5A; }
  52. .menu div.button.disabled:hover,
  53. .menu div.button.disabled { opacity: 0.5; cursor: default; text-decoration: none; }
  54. .menu .upload.button { color: #777; border: 1px solid #B7B7B7; background-color: #EAEAE8; text-transform: uppercase; font-size: 12px; text-decoration: none; margin-left: 8px; padding: 5px 12px; margin-right: 10px; border-radius: 3px; float: left; transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; font-size: 11px; line-height: 14px; }
  55. .window.active .menu .upload { border: 1px solid #AACC0D; background-color: #AACC0D; color: #FFF; }
  56. .menu .upload.button.progress { background: url(/images/progress.gif) no-repeat /*-98px*/ -60px 0px #EBEBEB; border-color: #8A9079; color: transparent; padding: 3px 12px; height: 0; margin-top: 9px; transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  57. -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  58. }
  59. .menu .upload.button.progress.done { background-color: #d1ff66; border-color: #8a9079; box-shadow: 0 0 9px 0 #d1ff38; color: transparent; height: 0; margin-top: 9px; padding: 3px 12px; transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; transition: height 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -webkit-transition: height 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
  60. .menu .upload.button:hover, .window.active .menu .upload:hover { border: 1px solid #C0E60F; background-color: #C0E60F; color: #fff; }
  61. .menu .upload.button:active, .window.active .menu .upload:active { border: 1px solid #FFCC00; background-color: #FFCC00; color: #FFF; }
  62. .menu .not-writable { color: #BD846A; font-size: 12px; text-decoration: none; margin-left: 10px; padding: 5px 12px; margin-right: 20px; }
  63. .menu .sort-by { border-radius: 0; cursor: pointer; float: right; height: 17px; line-height: 10px; margin-right: 8px; padding: 8px 10px 0; text-decoration: none; }
  64. .menu .sort-by .direction { background: url("/images/flat_icons.png") repeat scroll -390px -76px; display: inline-block; float:right; width: 12px; height: 20px; margin-top: -10px; }
  65. .menu .sort-by.desc .direction { background-position: -415px -76px; }
  66. .menu .sort-by span { font-size: 12px; color: #555; text-decoration: none; border: none; }
  67. .menu .sort-by span.entity { color: #555; text-decoration: none; border: none; float: right; display: inline-block; }
  68. .menu .sort-by:hover span { color: #43B2BE; }
  69. .menu .total-size { padding: 7px 0 0 0; }
  70. .menu .not-writable:hover { border: 1px solid #E2E2E0; }
  71. ul.listing { list-style-type: none; padding: 18px 0 0; margin: -4px 0 0 -1px; border-left: 1px solid #DDDDDD; overflow: auto; }
  72. .listing li { color: #999999; display: block; height: 34px; margin: 1px 0 0; line-height: 30px; padding: 0; }
  73. .listing li span { display: inline-block; float: right; height: 32px; overflow: hidden; }
  74. .listing li .marker { width: 4px; float: left; height: 100%; margin-right: 31px; }
  75. .listing li.back { }
  76. .listing li.file { }
  77. /* .listing li .icon { background: url("/images/document.png") no-repeat scroll -2px 6px; float: left; margin-left: -17px; width: 13px; height: 24px; }*/
  78. .listing li .icon { background: url("/images/flat_icons.png") no-repeat scroll -97px -100px; float: left; margin-left: -17px; width: 31px; height: 31px; margin-top: 1px; }
  79. .listing li .icon.filetype-dir { background: url("/images/flat_icons.png") no-repeat scroll -24px -98px; }
  80. .listing li .icon.filetype-tif,
  81. .listing li .icon.filetype-gif,
  82. .listing li .icon.filetype-jpg,
  83. .listing li .icon.filetype-jpeg,
  84. .listing li .icon.filetype-bmp,
  85. .listing li .icon.filetype-psd,
  86. .listing li .icon.filetype-thm,
  87. .listing li .icon.filetype-yuv,
  88. .listing li .icon.filetype-ai,
  89. .listing li .icon.filetype-svg,
  90. .listing li .icon.filetype-png { background: url("/images/flat_icons.png") no-repeat scroll -138px -68px; }
  91. .listing li .icon.filetype-txt,
  92. .listing li .icon.filetype-csv,
  93. .listing li .icon.filetype-dat,
  94. .listing li .icon.filetype-efx,
  95. .listing li .icon.filetype-gbr,
  96. .listing li .icon.filetype-key,
  97. .listing li .icon.filetype-pps,
  98. .listing li .icon.filetype-ppt,
  99. .listing li .icon.filetype-sdf,
  100. .listing li .icon.filetype-vcf,
  101. .listing li .icon.filetype-db { background: url("/images/flat_icons.png") no-repeat scroll -97px -149px; }
  102. .listing li .icon.filetype-xlr,
  103. .listing li .icon.filetype-xls,
  104. .listing li .icon.filetype-xlsx { background: url("/images/flat_icons.png") no-repeat scroll -138px -146px; }
  105. .listing li .icon.filetype-jar,
  106. .listing li .icon.filetype-tar,
  107. .listing li .icon.filetype-7z,
  108. .listing li .icon.filetype-deb,
  109. .listing li .icon.filetype-gz,
  110. .listing li .icon.filetype-pkg,
  111. .listing li .icon.filetype-rar,
  112. .listing li .icon.filetype-rpm,
  113. .listing li .icon.filetype-sit,
  114. .listing li .icon.filetype-sitx,
  115. .listing li .icon.filetype-zip,
  116. .listing li .icon.filetype-zipx,
  117. .listing li .icon.filetype-jar { background: url("/images/flat_icons.png") no-repeat scroll -176px -33px; }
  118. .listing li .icon.filetype-fnt,
  119. .listing li .icon.filetype-otf,
  120. .listing li .icon.filetype-ttf,
  121. .listing li .icon.filetype-fon { background: url("/images/flat_icons.png") no-repeat scroll -97px -99px; }
  122. .listing li .icon.filetype-3g2,
  123. .listing li .icon.filetype-3gp,
  124. .listing li .icon.filetype-asf,
  125. .listing li .icon.filetype-asx,
  126. .listing li .icon.filetype-avi,
  127. .listing li .icon.filetype-flv,
  128. .listing li .icon.filetype-mov,
  129. .listing li .icon.filetype-mp4,
  130. .listing li .icon.filetype-mpg,
  131. .listing li .icon.filetype-mpeg,
  132. .listing li .icon.filetype-rm,
  133. .listing li .icon.filetype-swf,
  134. .listing li .icon.filetype-vob,
  135. .listing li .icon.filetype-wmv { background: url("/images/flat_icons.png") no-repeat scroll -97px -99px; }
  136. .listing li .icon.filetype-aif,
  137. .listing li .icon.filetype-iff,
  138. .listing li .icon.filetype-m3u,
  139. .listing li .icon.filetype-m4a,
  140. .listing li .icon.filetype-mid,
  141. .listing li .icon.filetype-mp3,
  142. .listing li .icon.filetype-mpa,
  143. .listing li .icon.filetype-ra,
  144. .listing li .icon.filetype-wav,
  145. .listing li .icon.filetype-wma { background: url("/images/flat_icons.png") no-repeat scroll -97px -99px; }
  146. .listing li .icon.filetype-rtf,
  147. .listing li .icon.filetype-doc,
  148. .listing li .icon.filetype-docx { background: url("/images/flat_icons.png") no-repeat scroll -138px -122px; }
  149. .listing li .icon.filetype-pdf { background: url("/images/flat_icons.png") no-repeat scroll -138px -95px; }
  150. .listing li .icon.filetype-js { background: url("/images/flat_icons.png") no-repeat scroll -138px -203px; }
  151. .listing li .icon.filetype-css { background: url("/images/flat_icons.png") no-repeat scroll -138px -253px; }
  152. .listing li .icon.filetype-php { background: url("/images/flat_icons.png") no-repeat scroll -138px -178px; }
  153. .listing li .icon.filetype-html,
  154. .listing li .icon.filetype-htm,
  155. .listing li .icon.filetype-xhtml { background: url("/images/flat_icons.png") no-repeat scroll -138px -227px; }
  156. .listing li .filename-holder { max-width: 40%; overflow: hidden; float: left; height: 35px; }
  157. .listing li .filename { color: #555; cursor: pointer; height: 32px; float: left; padding: 2px 7px 0 7px; border-radius: 3px; transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1) 0s; -webkit-transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
  158. /* .listing li .filename { background: url("/images/folder_.png") no-repeat scroll -2px 6px; color: #555; cursor: pointer; float: left; margin-left: -27px; padding-left: 19px; }*/
  159. .listing li .filename:hover { color: #333; background-color: #D1D0CF; }
  160. /*
  161. .listing li .filename:hover { color: #FFF; background-color: #6CB6B9; }
  162. .listing li.selected .filename:hover { color: #FFF; }
  163. .listing li.active .filename:hover { color: #FFF; background-color: #CAA335; }
  164. .listing li.active.selected .filename:hover { color: #FFF; background-color: #60A885; }
  165. */
  166. .listing li .filename a { color: #7D7D7D; text-decoration: none; }
  167. .listing li .mode { width: 51px; font-size: 11px; padding-top: 2px; }
  168. .listing li .owner { width: 11%; font-style: italic; color: #81A64F; font-size: 12px; padding-top: 2px; }
  169. .listing li .size-value { width: 70px; color: #44a8b3; font-size: 12px; padding-right: 7px; text-align: right; padding-top: 2px; }
  170. .listing li .size-unit { width: 30px; font-size: 11px; font-weight: bold; color: #A7A7A7; text-align: left; padding-top: 2px; }
  171. .listing li .date { width: 50px; font-size: 11px; padding-top: 2px; }
  172. .listing li .time { width: 50px; font-size: 11px; padding-top: 2px; }
  173. .window.active .listing li.selected .mode { color: #7F7550; }
  174. .window.active .listing li.selected .owner { /* color: #7F7550; */ }
  175. .window.active .listing li.selected .size-value { color: #7F7550; }
  176. .window.active .listing li.selected .size-unit { color: #7F7550; }
  177. .window.active .listing li.selected .date { color: #7F7550; }
  178. .window.active .listing li.selected .time { color: #7F7550; }
  179. /*
  180. .listing li.selected-inactive.selected { background-color: #e9e9e9; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
  181. .listing li.selected-inactive .mode,
  182. .listing li.selected-inactive .time,
  183. .listing li.selected-inactive .date { color: #999 !important; }
  184. */
  185. .listing li.selected { background-color: #DEDEDE; }
  186. .listing.active li.selected { background-color: #ffd437 /*#7FD5D9*/; }
  187. .listing li.selected .filename:hover { color: #333; background-color: #F0B607; }
  188. /* ///.listing li.selected-inactive.selected.active { background-color: #dfc891; border-top: 1px solid #cdb885; border-bottom: 1px solid #cdb885; }*/
  189. /*
  190. .listing li.selected .filename { color: #333; }
  191. .listing li.selected .date,
  192. .listing li.selected .mode,
  193. .listing li.selected .time { color: #777; }
  194. .listing li.selected .owner { color: #31775A; }
  195. .listing li.selected .size { color: #31775A; }
  196. */
  197. .window.active .listing li.active { background-color: #FFDC5A; }
  198. .window.active .listing li.active .marker { background-color: #C2A84B; }
  199. .listing li.active { background-color: #DEDEDE; }
  200. .listing li.active .marker { background-color: #C2C2C2; }
  201. /* ///.listing li.selected.active .filename { color: #fff29c; } */
  202. .listing li.selected.active .marker { background-color: #3a8a96; }
  203. .listing li.selected-inactive { background-color: #DEDEDE; }
  204. /*///.listing li.selected-inactive .marker { background-color: #7FD5D9; }
  205. .listing li.selected-inactive .filename { color: #54A9A9; } */
  206. .listing li .filename a:hover { color: #3399FF; }
  207. .listing li:hover { background-color: #E5E5E5; cursor: pointer; }
  208. .window.active .listing li.active:hover { background-color: #FFE570; }
  209. .listing li.selected:hover { background-color: /*#89E6EA*/#FFE570; }
  210. .listing li.selected.active:hover { background-color: #FFE570; }
  211. .context-menu { background-color: #333333; width: 200px; list-style-type: none; font-family: arial; padding-left: 0; }
  212. .context-menu li { border-bottom: 1px solid #555; padding: 12px 12px 12px 12px; color: #D6CEC1; font-size: 14px; cursor: pointer; }
  213. .context-menu li:hover { background-color: #4B4B4B; color: #FFF; }
  214. .context-menu li:active { background-color: #FFCC00; color: #FFF; }
  215. .context-menu li.download { text-transform: uppercase; font-size: 12px; color: #CCCD33; }
  216. .context-menu li.download:hover { background-color: #CCCD33; color: #FFF; }
  217. .context-menu li.delete { color: #DC5847; }
  218. .context-menu li.delete:hover { background-color: #DC5847; color: #FFF; }
  219. .context-menu li.disabled { font-size: 12px; color: #777; cursor: default; }
  220. .context-menu li.disabled:active, .context-menu li.disabled:hover { background-color: #333; color: #777; }
  221. .context-menu.sort-order { width: 148px; border-radius: 3px; box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5); left: 300px; position: absolute; top: 54px; overflow: hidden; margin: 0; }
  222. .context-menu.sort-order li { padding: 0; }
  223. .context-menu.sort-order li.last { border: none; }
  224. .context-menu.sort-order li:hover { background-color: #333; }
  225. .context-menu.sort-order span { padding: 12px 12px 12px 12px; background: ulr(/images/flat_icons.png) }
  226. .context-menu.sort-order span.up { background: url(/images/flat_icons.png) -399px -141px; padding: 12px 14px; display: inline-block; width: 16px; }
  227. .context-menu.sort-order span.name,
  228. .context-menu.sort-order span.date,
  229. .context-menu.sort-order span.size,
  230. .context-menu.sort-order span.type
  231. { background: url("/images/flat_icons.png") repeat scroll -308px -105px; display: inline-block; padding: 12px 28px 12px 12px; width: 64px; }
  232. .context-menu.sort-order span.active { background-color: #FFCC00; color: #FFF; }
  233. .context-menu.sort-order span:hover { background-color: #4B4B4B; color: #FFF; }
  234. .context-menu.sort-order span:active { background-color: #FFCC00; color: #FFF; }
  235. .confirm-box { background-color: #333; width: 480px; font-family: arial; margin-left: 50px; border-radius: 3px; box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5); }
  236. /*.confirm-box.replace { height: 230px; }*/
  237. .confirm-box .message { color: #EBE697; font-size: 16px; padding: 25px; margin-bottom: 60px; display: inline-block; }
  238. .confirm-box .warning { color: #FF9500; font-size: 16px; padding: 25px; }
  239. .confirm-box .warning .title,
  240. .confirm-box .message .title { color: #48B1B7; }
  241. .confirm-box .action-name { color: #B9CAD4; display: inline-block; float: left; margin-bottom: 28px; margin-left: 25px; }
  242. .confirm-box .action-name span { display: inline-block; float: left; }
  243. .confirm-box .action-nam .checkbox { border: 1px solid #777; height: 10px; margin-right: 10px; margin-top: 3px; padding-top: 0; width: 10px; }
  244. .confirm-box .controls { border-top: 1px solid #555; display: inline-block; width: 100%; margin-bottom :9px; }
  245. .confirm-box .controls .cancel { /*background-color: #e8e8e6;*/ border: 1px solid transparent; border-radius: 3px; color: #CCC; display: inline-block; float: left; font-size: 12px; margin: 12px 0 0 12px; padding: 7px 18px; text-transform: uppercase; cursor: pointer; }
  246. .confirm-box .controls .keep-original { color: #ccc; cursor: pointer; display: inline-block; float: left; margin: 11px 0 0 15px; padding: 7px; text-decoration: underline; }
  247. .confirm-box .controls .ok { margin: 12px 12px 0 0; border-radius: 3px; cursor: pointer; border: 1px solid #CACE33; background-color: #CACE33; color: #FFF; float: right; display: inline-block; font-size: 12px; padding: 7px 18px; text-transform: uppercase; width: 100px; text-align: center; height: 14px; }
  248. .confirm-box .controls .cancel:hover,
  249. .confirm-box .controls .ok:hover { border: 1px solid #54BDAA; background-color: #54BDAA; /*border: 1px solid #6DB8D3; background-color: #6DB8D3;*/ color: #FFF; box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5); }
  250. .confirm-box .controls .cancel:active,
  251. .confirm-box .controls .ok:active { border: 1px solid #ccc; background-color: #ccc; }
  252. .confirm-box.delete .controls .ok { background-color: #ff9f89; border-color: #ff9f89; }
  253. .confirm-box.delete .controls .ok:hover { background-color: #FF6C6E; border-color: #FF6C6E; }
  254. .confirm-box .controls .keep-original:hover { color: #FFCC00; }
  255. .confirm-box .controls .keep-original:active { color: #6DB8D3; }
  256. /*.confirm-box.delete { height: 183px; }*/
  257. .confirm-box .new-title { background-color: #292929; border: 1px solid #111; color: #eee; font-family: Arial; font-size: 16px; margin-bottom: 73px; margin-left: 27px; padding: 10px 14px; width: 396px; }
  258. .confirm-box .new-title:focus { border: 1px solid #FFCC00; box-shadow: 0 0 5px 0 rgba(255, 204, 0 , 0.3); }
  259. /*.confirm-box.rename { height: 209px; } */
  260. .confirm-box.rename .message { margin-bottom: 36px; }
  261. .confirm-box.rename .controls.replace { display: none; }
  262. .confirm-box.rename.warning .controls { display: none; }
  263. .confirm-box.rename .warning { display: none; }
  264. .confirm-box.rename.warning .warning { display: inline-block; }
  265. .confirm-box.rename.warning .controls.replace { display: inline-block; }
  266. .confirm-box.rename.warning .message { padding-bottom: 0; }
  267. /*.confirm-box.archive { height: 468px; }*/
  268. .confirm-box.archive .message { margin-bottom: 38px; }
  269. .confirm-box.archive.warning .controls,
  270. .confirm-box.archive .controls.replace,
  271. .confirm-box.archive .warning { display: none; }
  272. .confirm-box.archive.warning .controls.replace,
  273. .confirm-box.archive.warning .warning { display: inline-block; }
  274. .confirm-box.archive.warning .message { margin-bottom: -31px; }
  275. .confirm-box.copy .message { margin-bottom: 0; }
  276. .confirm-box.unpack .message { margin-bottom: 0; }
  277. .confirm-box.pack .message { margin-bottom: 0; }
  278. .confirm-box .actions select { background-color: #333333; border: 1px solid #ccc; color: #fff; font-family: Arial; font-size: 16px; margin-bottom: 27px; margin-left: 27px; padding: 10px 14px; }
  279. .confirm-box .actions .title { color: #ccc; font-family: Arial; line-height: 33px; padding-left: 27px; text-transform: capitalize; }
  280. .confirm-box .actions label { cursor: pointer; padding-left: 27px; color: #ebe697; }
  281. .confirm-box.unpack .actions { padding-bottom: 30px; }
  282. .confirm-box.unpack .actions input { margin-right: 5px; }
  283. /*.confirm-box.owner-mode { height: 484px; }*/
  284. .confirm-box.owner-mode .warning { display: none; }
  285. .confirm-box.owner-mode.warning .warning { display: inline-block; }
  286. .confirm-box.owner-mode.warning .message { margin-bottom: -39px; }
  287. .confirm-box.owner-mode .message { margin-bottom: 30px; }
  288. .confirm-box.owner-mode .mode,
  289. .confirm-box.owner-mode .owner-group { display: inline-block; }
  290. .confirm-box.owner-mode .mode .col,
  291. .confirm-box.owner-mode .owner-group .col { display: inline-block; float: left; width: 150px; }
  292. .confirm-box.owner-mode .recursive { margin-top: 30px; margin-bottom: 25px; }
  293. .warning-box { width: 60%; background-color: #ff9f89; border-bottom: 5px solid #ff6c6e; color: #FFF; font-family: arial; margin-left: auto; margin-right: auto; padding-bottom: 30px; margin-bottom: 50px; left: 20%; position: absolute; top: 0; box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5); }
  294. .warning-box.inform { background-color: #72c5b2; border-color: #019174; }
  295. .warning-box.reload { width: 100px; background-color: #333; border-color: #222; z-index: 5000; left: 45%; opacity: 0.9; padding: 17px 27px; border-radius: 0 0 6px 6px; border: none; opacity: 0.9; }
  296. .warning-box .message { width: 100%; padding: 30px 0 5px; text-align: center; font-size: 14px; text-transform: uppercase; font-weight: bold; }
  297. .warning-box.reload .message-small { color: #ccc; }
  298. .warning-box.reload .message-small span { color: #72C5B2; font-weight: bold; }
  299. .warning-box .message-small { width: 100%; text-align: center; font-size: 13px; color: #9D3407; }
  300. .warning-box.inform .message-small { color: #555; }
  301. .warning-box .close { width: 30px; height: 30px; top: 5px; right: -5px; background-color: #FFF; float: right; cursor: pointer; background: url("/images/flat_icons.png") repeat scroll -382px -174px; }
  302. .warning-box .close:hover { background-color: #DC5D5F; }
  303. .warning-box.inform .close:hover { background-color: #019174; }
  304. .fotorama--fullscreen .fotorama__fullscreen-icon { background-position: -64px 0 !important; }
  305. /*
  306. transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  307. -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  308. box-shadow: 0 6px 15px rgba( 0, 0, 0, 0.23), 0 10px 18px rgba( 0, 0, 0, 0.16);
  309. box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  310. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.64);
  311. */
  312. /*
  313. Прочёл. Похоже проблема уже решена, не понял, что нужно сделать, проверить правильность решения?
  314. Вроде всё в порядке, инпут уже максимльно близко вкладывается в спан.
  315. -- Для Дмитрия (удалить после прочтения):
  316. -- Аплоад прячет инпут, делая его прозрачным, и помещая поверх кнопку html (сделано для кроссбраузерности)
  317. -- При стилизации кнопки для аплоада, важно задать такие же размеры для инпута с типом файла,
  318. -- иначе он может быть больше или меньше стилизованной кнопки, что приведёт к вызову аплоад диалогового окна
  319. -- при клике на неправильную область
  320. -- вот файл инпут ----> .fileinput-button input
  321. */
  322. .fileinput-button input {
  323. font-size: 14px !important;
  324. width: 90px;
  325. }
  326. .progress-container {
  327. width: 100%;
  328. position: fixed;
  329. bottom: 1px;
  330. }
  331. .progress-container .progress-elm {
  332. background-color: rgba(0, 0, 0, 0.5);
  333. border-radius: 3px;
  334. display: block;
  335. height: 12px;
  336. margin-left: auto;
  337. margin-right: auto;
  338. padding: 7px;
  339. width: 212px;
  340. }
  341. .progress-container .progress-elm .title {
  342. color: #fff;
  343. display: inline-block;
  344. float: left;
  345. font-family: arial;
  346. font-size: 11px;
  347. margin-left: 4px;
  348. padding-right: 14px;
  349. padding-top: 0;
  350. text-transform: uppercase;
  351. }
  352. .progress-container .progress-elm .progress {
  353. background: #ebebeb url("/images/progress.gif") no-repeat scroll 0px 0;
  354. border-color: #8a9079;
  355. border-radius: 3px;
  356. color: transparent;
  357. display: inline-block;
  358. height: 0;
  359. margin-top: 3px;
  360. padding: 3px 12px;
  361. transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  362. width: 60px;
  363. float: left;
  364. }
  365. .progress-container .progress-elm .close {
  366. background: rgba(0, 0, 0, 0) url("/images/sprite.png") repeat scroll -428px -487px;
  367. cursor: pointer;
  368. display: inline-block;
  369. float: right;
  370. height: 7px;
  371. margin-right: 3px;
  372. margin-top: 3px;
  373. width: 7px;
  374. }
  375. .progress-container .progress-elm .close:hover {
  376. border: 7px solid #333;
  377. margin-top: -4px;
  378. margin-right: -4px;
  379. background-color: #333;
  380. }
  381. .progress-container .progress-elm .close:active {
  382. border: 7px solid #FFCC00;
  383. margin-top: -4px;
  384. margin-right: -4px;
  385. background-color: #FFCC00;
  386. }
  387. .checkbox-toolbar {
  388. float: left !important;
  389. }
  390. /*W
  391. .check-label::before {
  392. background-image: url("/images/sprite.png");
  393. background-position: -232px -9px;
  394. background-repeat: no-repeat;
  395. background-size: 450px auto;
  396. content: "";
  397. display: inline-block;
  398. height: 16px;
  399. width: 16px;
  400. margin-top: -25px;
  401. border: 1px solid red;
  402. }
  403. input[type="checkbox"] {
  404. display: none;
  405. }
  406. .clicked-on.check-label::before, .checkbox-selected .check-label {
  407. background-position: -225px -42px;
  408. content: "";
  409. display: inline-block;
  410. height: 27px;
  411. left: -6px;
  412. top: -6px;
  413. width: 27px;
  414. }
  415. */
  416. @media (max-width: 1400px) {
  417. .listing li .filename-holder { width: 35%; }
  418. }
  419. @media (max-width: 1320px) {
  420. .menu div.button.mkfile,
  421. .menu div.button.mkdir { display: none; }
  422. .menu div.button.mkfile.small,
  423. .menu div.button.mkdir.small { display: inline-block; }
  424. .listing li .filename-holder { max-width: 30%; }
  425. }
  426. @media (max-width: 1210px) {
  427. .menu div.button.del { display: none; }
  428. .menu div.button.del.small { display: inline-block; }
  429. .listing li .filename-holder { max-width: 25%; }
  430. }
  431. @media (max-width: 1180px) {
  432. .menu div.button { display: none; }
  433. .menu div.button.medium,
  434. .menu div.button.small { display: inline-block; }
  435. .listing li .filename-holder { max-width: 20%; }
  436. }
  437. @media (max-width: 1080px) {
  438. .listing li .owner { display: none; }
  439. }
  440. @media (max-width: 890px) {
  441. .window { width: 100%; }
  442. .window:nth-of-type(2){ display: none; }
  443. .listing li .owner { display: inline-block; }
  444. .menu div.button { display: inline-block; }
  445. .menu div.button.small { display: none; }
  446. .menu div.copy.button { display: none; }
  447. .listing li .filename-holder { max-width: 40%; }
  448. }
  449. @media (max-width: 720px) {
  450. .listing li .filename-holder { max-width: 30%; }
  451. }
  452. @media (max-width: 600px) {
  453. .menu div.button { display: none; }
  454. .menu div.button.medium,
  455. .menu div.button.small { display: inline-block; }
  456. .menu div.copy.button.small { display: none; }
  457. .listing li .filename-holder { max-width: 20%; }
  458. }
  459. @media (max-width: 520px) {
  460. .listing li .owner { display: none; }
  461. .listing li .filename-holder { max-width: 15%; }
  462. }
  463. @media (max-width: 400px) {
  464. .listing li .mode { display: none; }
  465. .listing li .time { display: none; }
  466. .listing li .filename-holder { max-width: 30%; }
  467. }
  468. @media (max-width: 360px) {
  469. .listing li .date { display: none; }
  470. }
  471. @media (max-width: 310px) {
  472. .listing li .size { display: none; }
  473. }
  474. .subcontext-control.hidden {
  475. display: none !important;
  476. }
  477. .subcontext-control {
  478. color: red;
  479. }
  480. .subcontext-menu-hidden {
  481. display: none;
  482. }
  483. .subcontext-menu {
  484. position: absolute;
  485. background-color: yellow;
  486. padding: 10px;
  487. border: 1px solid red;
  488. }
  489. .subcontext-menu li {
  490. /*float: left;*/
  491. }
  492. .shortcuts {
  493. background: rgba(50, 50, 50, 0.9);
  494. display: inline-block;
  495. position: fixed;
  496. right: 20%;
  497. bottom: 0;
  498. color: #eee;
  499. width: 810px;
  500. border: 1px solid #333;
  501. font-family: arial;
  502. font-size: 13px;
  503. }
  504. .shortcuts .header {
  505. border-bottom: 1px solid #333;
  506. height: 43px;
  507. }
  508. .shortcuts .title {
  509. text-transform: uppercase;
  510. color: #ffcc00;
  511. padding: 7px 0 7px 14px;
  512. display: inline-block;
  513. float: left;
  514. font-size: 11px;
  515. letter-spacing: 3px;
  516. font-weight: bold;
  517. line-height: 30px;
  518. }
  519. .shortcuts .close {
  520. background: url("/images/sprite.png") repeat scroll -408px -469px;
  521. cursor: pointer;
  522. display: inline-block;
  523. float: right;
  524. height: 32px;
  525. padding-top: 11px;
  526. width: 46px;
  527. }
  528. .shortcuts .close:hover {
  529. background-color: #000;
  530. ..
  531. }
  532. .shortcuts .close:active {
  533. background-color: #55c9c0;
  534. }
  535. .shortcuts ul {
  536. list-style-type: none;
  537. padding: 30px 20px;
  538. display: inline-block;
  539. float: left;
  540. width: 360px;
  541. }
  542. .shortcuts ul li {
  543. padding: 5px 20px;
  544. }
  545. .shortcuts ul li.step-top {
  546. padding-top: 30px;
  547. }
  548. .shortcuts ul li span {
  549. color: #48F4EF;
  550. display: inline-block;
  551. font-weight: bold;
  552. padding: 0 20px 0 0;
  553. text-align: right;
  554. }
  555. .shortcuts ul li span.bigger {
  556. font-size: 18px;
  557. }
  558. .shortcuts ul.note {
  559. font-style: italic;
  560. color: #9CA484;
  561. width: 700px;
  562. padding-left: 50px;
  563. }
  564. .shortcuts ul.note a {
  565. color: #9CA484;
  566. }
  567. .to-shortcuts {
  568. display: inline-block;
  569. position: fixed;
  570. top: 95%;
  571. right: 1%;
  572. }
  573. .l-icon-shortcuts {
  574. display: inline-block;
  575. vertical-align: middle;
  576. background-image: url("/images/sprite.png");
  577. width: 35px;
  578. height: 35px;
  579. background-position: -122px -283px;
  580. border-radius: 18px;
  581. }
  582. .l-icon-shortcuts:hover {
  583. background-position: -160px -283px;
  584. }
  585. .l-icon-shortcuts:active {
  586. background-position: -198px -283px;
  587. }