file_manager.css 30 KB

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