file_manager.css 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. body { margin: 0; padding: 0; }
  2. .hidden { display: none; }
  3. .l-logo { background-color: #7B7B7B; background-image: url("/images/sprite.png?1446554103"); background-position: -117px -57px; background-repeat: no-repeat; border: 9px solid #7B7B7B; display: inline-block; float: left; height: 22px; margin-left: 0; margin-top: 0; width: 59px; }
  4. #main{ display: inline-block; font-family: Arial; font-size: 15px; color: #777; width: 100%; }
  5. .window { display: inline-block; float: left; width: 50%; height: 100%; background-color: #ececec; }
  6. .window.active { background: #fff; }
  7. .window.active .l-logo { background-color: #333; border-color: #333; }
  8. .pwd { background-color: #7b7b7b; height: 28px; padding: 12px 0 0 17px; color: #eee; font-size: 14px; overflow: hidden; }
  9. .window.active .pwd { background-color: #333; box-shadow: -2px 0 5px -3px rgba(0, 0, 0, 0.7); }
  10. .window.active .pwd a { color: #FFF; }
  11. .pwd a { color: #CFCFCF; cursor: pointer; text-decoration: none; }
  12. .window.active .pwd a:hover, .pwd a:hover { color: #FFCC00; }
  13. .active .menu { box-shadow: 0 1px 11px -5px rgba(0, 0, 0, 0.5); }
  14. .menu { 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; }
  15. .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; }
  16. .window.active .menu div.button { color: #777; }
  17. .menu div.button.small { display: none; width: 19px; height: 12px; }
  18. .menu div.button.small.mkfile { background: url("/images/flat_icons.png") no-repeat scroll -176px -97px; margin-left: 10px; }
  19. .menu div.button.small.mkdir { background: url("/images/flat_icons.png") no-repeat scroll -176px -123px; }
  20. .menu div.button.small.del { background: url("/images/flat_icons.png") no-repeat scroll -176px -149px; }
  21. .menu div.button.small.rename { background: url("/images/flat_icons.png") no-repeat scroll -180px -180px; width: 12px; }
  22. .menu div.button.small.rights { background: url("/images/flat_icons.png") no-repeat scroll -237px -97px; }
  23. .menu div.button.small.copy { background: url("/images/flat_icons.png") no-repeat scroll -177px -210px; }
  24. .menu div.button.small.move { background: url("/images/flat_icons.png") no-repeat scroll -231px -210px; }
  25. .menu div.button.small.download { background: url("/images/flat_icons.png") no-repeat scroll -176px -243px; }
  26. .menu div.button.small.extract { background: url("/images/flat_icons.png") no-repeat scroll -232px -35px; }
  27. .menu div.button.small.archive { background: url("/images/flat_icons.png") no-repeat scroll -175px -58px; }
  28. .menu div.button.small.mkfile:hover { background-position: -203px -97px; }
  29. .menu div.button.small.mkdir:hover { background-position: -203px -123px; }
  30. .menu div.button.small.del:hover { background-position: -203px -149px; }
  31. .menu div.button.small.rename:hover { background-position: -207px -180px; }
  32. .menu div.button.small.rights:hover { background-position: -237px -122px; }
  33. .menu div.button.small.copy:hover { background-position: -204px -210px; }
  34. .menu div.button.small.move:hover { background-position: -231px -243px; }
  35. .menu div.button.small.download:hover { background-position: -204px -243px; }
  36. .menu div.button.small.extract:hover { background: url("/images/flat_icons.png") no-repeat scroll -255px -35px; }
  37. .menu div.button.small.archive:hover { background: url("/images/flat_icons.png") no-repeat scroll -201px -35px; }
  38. .menu div.button.disabled:hover,
  39. .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; }
  40. .window.active .menu div.button:hover,
  41. .menu div.button:hover { text-decoration: none; color: #1FB9CA; }
  42. .window.active .menu div.button.del:hover,
  43. .menu div.button.del:hover { color: #FF5A5A; }
  44. .menu div.button.disabled:hover,
  45. .menu div.button.disabled { opacity: 0.5; cursor: default; text-decoration: none; }
  46. .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; }
  47. .window.active .menu .upload { border: 1px solid #AACC0D; background-color: #AACC0D; color: #FFF; }
  48. .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; -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
  49. .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; }
  50. .menu .upload.button:hover, .window.active .menu .upload:hover { border: 1px solid #C0E60F; background-color: #C0E60F; color: #fff; }
  51. .menu .upload.button:active, .window.active .menu .upload:active { border: 1px solid #FFCC00; background-color: #FFCC00; color: #FFF; }
  52. .menu .not-writable { color: #BD846A; font-size: 12px; text-decoration: none; margin-left: 10px; padding: 5px 12px; margin-right: 20px; }
  53. .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; }
  54. .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; }
  55. .menu .sort-by.desc .direction { background-position: -415px -76px; }
  56. .menu .sort-by span { font-size: 12px; color: #555; text-decoration: none; border: none; }
  57. .menu .sort-by span.entity { color: #555; text-decoration: none; border: none; float: right; display: inline-block; }
  58. .menu .sort-by:hover span { color: #43B2BE; }
  59. .menu .total-size { padding: 7px 0 0 0; }
  60. .menu .not-writable:hover { border: 1px solid #E2E2E0; }
  61. ul.listing { list-style-type: none; padding: 18px 0 0; margin: -4px 0 0 -1px; border-left: 1px solid #DDDDDD; overflow: auto; }
  62. .listing li { color: #999999; display: block; height: 34px; margin: 1px 0 0; line-height: 30px; padding: 0; }
  63. .listing li span { display: inline-block; float: right; height: 32px; overflow: hidden; }
  64. .listing li .marker { width: 4px; float: left; height: 100%; margin-right: 31px; }
  65. .listing li.back { }
  66. .listing li.file { }
  67. .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; }
  68. .listing li .icon.filetype-dir { background: url("/images/flat_icons.png") no-repeat scroll -24px -98px; }
  69. .listing li .icon.filetype-link { background: url("/images/flat_icons.png") no-repeat scroll -97px -121px; }
  70. .listing li .icon.filetype-tif,
  71. .listing li .icon.filetype-gif,
  72. .listing li .icon.filetype-jpg,
  73. .listing li .icon.filetype-jpeg,
  74. .listing li .icon.filetype-bmp,
  75. .listing li .icon.filetype-psd,
  76. .listing li .icon.filetype-thm,
  77. .listing li .icon.filetype-yuv,
  78. .listing li .icon.filetype-ai,
  79. .listing li .icon.filetype-svg,
  80. .listing li .icon.filetype-png { background: url("/images/flat_icons.png") no-repeat scroll -138px -68px; }
  81. .listing li .icon.filetype-txt,
  82. .listing li .icon.filetype-csv,
  83. .listing li .icon.filetype-dat,
  84. .listing li .icon.filetype-efx,
  85. .listing li .icon.filetype-gbr,
  86. .listing li .icon.filetype-key,
  87. .listing li .icon.filetype-pps,
  88. .listing li .icon.filetype-ppt,
  89. .listing li .icon.filetype-sdf,
  90. .listing li .icon.filetype-vcf,
  91. .listing li .icon.filetype-db { background: url("/images/flat_icons.png") no-repeat scroll -97px -149px; }
  92. .listing li .icon.filetype-xlr,
  93. .listing li .icon.filetype-xls,
  94. .listing li .icon.filetype-xlsx { background: url("/images/flat_icons.png") no-repeat scroll -138px -146px; }
  95. .listing li .icon.filetype-jar,
  96. .listing li .icon.filetype-tar,
  97. .listing li .icon.filetype-7z,
  98. .listing li .icon.filetype-deb,
  99. .listing li .icon.filetype-gz,
  100. .listing li .icon.filetype-pkg,
  101. .listing li .icon.filetype-rar,
  102. .listing li .icon.filetype-rpm,
  103. .listing li .icon.filetype-sit,
  104. .listing li .icon.filetype-sitx,
  105. .listing li .icon.filetype-zip,
  106. .listing li .icon.filetype-zipx,
  107. .listing li .icon.filetype-jar { background: url("/images/flat_icons.png") no-repeat scroll -176px -33px; }
  108. .listing li .icon.filetype-fnt,
  109. .listing li .icon.filetype-otf,
  110. .listing li .icon.filetype-ttf,
  111. .listing li .icon.filetype-fon { background: url("/images/flat_icons.png") no-repeat scroll -97px -99px; }
  112. .listing li .icon.filetype-3g2,
  113. .listing li .icon.filetype-3gp,
  114. .listing li .icon.filetype-asf,
  115. .listing li .icon.filetype-asx,
  116. .listing li .icon.filetype-avi,
  117. .listing li .icon.filetype-flv,
  118. .listing li .icon.filetype-mov,
  119. .listing li .icon.filetype-mp4,
  120. .listing li .icon.filetype-mpg,
  121. .listing li .icon.filetype-mpeg,
  122. .listing li .icon.filetype-rm,
  123. .listing li .icon.filetype-swf,
  124. .listing li .icon.filetype-vob,
  125. .listing li .icon.filetype-wmv { background: url("/images/flat_icons.png") no-repeat scroll -97px -99px; }
  126. .listing li .icon.filetype-aif,
  127. .listing li .icon.filetype-iff,
  128. .listing li .icon.filetype-m3u,
  129. .listing li .icon.filetype-m4a,
  130. .listing li .icon.filetype-mid,
  131. .listing li .icon.filetype-mp3,
  132. .listing li .icon.filetype-mpa,
  133. .listing li .icon.filetype-ra,
  134. .listing li .icon.filetype-wav,
  135. .listing li .icon.filetype-wma { background: url("/images/flat_icons.png") no-repeat scroll -97px -99px; }
  136. .listing li .icon.filetype-rtf,
  137. .listing li .icon.filetype-doc,
  138. .listing li .icon.filetype-docx { background: url("/images/flat_icons.png") no-repeat scroll -138px -122px; }
  139. .listing li .icon.filetype-pdf { background: url("/images/flat_icons.png") no-repeat scroll -138px -95px; }
  140. .listing li .icon.filetype-js { background: url("/images/flat_icons.png") no-repeat scroll -138px -203px; }
  141. .listing li .icon.filetype-css { background: url("/images/flat_icons.png") no-repeat scroll -138px -253px; }
  142. .listing li .icon.filetype-php { background: url("/images/flat_icons.png") no-repeat scroll -138px -178px; }
  143. .listing li .icon.filetype-html,
  144. .listing li .icon.filetype-htm,
  145. .listing li .icon.filetype-xhtml { background: url("/images/flat_icons.png") no-repeat scroll -138px -227px; }
  146. .listing li .filename-holder { max-width: 40%; overflow: hidden; float: left; height: 35px; }
  147. .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; }
  148. .listing li .filename:hover { color: #333; background-color: #D1D0CF; }
  149. .listing li .filename a { color: #7D7D7D; text-decoration: none; }
  150. .listing li .mode { width: 51px; font-size: 11px; padding-top: 2px; }
  151. .listing li .owner { width: 11%; font-style: italic; color: #81A64F; font-size: 12px; padding-top: 2px; }
  152. .listing li .size-value { width: 70px; color: #44a8b3; font-size: 12px; padding-right: 7px; text-align: right; padding-top: 2px; }
  153. .listing li .size-unit { width: 30px; font-size: 11px; font-weight: bold; color: #A7A7A7; text-align: left; padding-top: 2px; }
  154. .listing li .date { width: 50px; font-size: 11px; padding-top: 2px; }
  155. .listing li .time { width: 50px; font-size: 11px; padding-top: 2px; }
  156. .window.active .listing li.selected .mode { color: #7F7550; }
  157. .window.active .listing li.selected .owner { }
  158. .window.active .listing li.selected .size-value { color: #7F7550; }
  159. .window.active .listing li.selected .size-unit { color: #7F7550; }
  160. .window.active .listing li.selected .date { color: #7F7550; }
  161. .window.active .listing li.selected .time { color: #7F7550; }
  162. .listing li.selected { background-color: #DEDEDE; }
  163. .listing.active li.selected { background-color: #ffd437; }
  164. .listing li.selected .filename:hover { color: #333; background-color: #F0B607; }
  165. .window.active .listing li.active { background-color: #FFDC5A; }
  166. .window.active .listing li.active .marker { background-color: #C2A84B; }
  167. .listing li.active { background-color: #DEDEDE; }
  168. .listing li.active .marker { background-color: #C2C2C2; }
  169. .listing li.selected.active .marker { background-color: #3a8a96; }
  170. .listing li.selected-inactive { background-color: #DEDEDE; }
  171. .listing li .filename a:hover { color: #3399FF; }
  172. .listing li:hover { background-color: #E5E5E5; cursor: pointer; }
  173. .window.active .listing li.active:hover { background-color: #FFE570; }
  174. .listing li.selected:hover { background-color: #FFE570; }
  175. .listing li.selected.active:hover { background-color: #FFE570; }
  176. .context-menu { background-color: #333333; width: 200px; list-style-type: none; font-family: arial; padding-left: 0; }
  177. .context-menu li { border-bottom: 1px solid #555; padding: 12px 12px 12px 12px; color: #D6CEC1; font-size: 14px; cursor: pointer; }
  178. .context-menu li:hover { background-color: #4B4B4B; color: #FFF; }
  179. .context-menu li:active { background-color: #FFCC00; color: #FFF; }
  180. .context-menu li.download { text-transform: uppercase; font-size: 12px; color: #CCCD33; }
  181. .context-menu li.download:hover { background-color: #CCCD33; color: #FFF; }
  182. .context-menu li.delete { color: #DC5847; }
  183. .context-menu li.delete:hover { background-color: #DC5847; color: #FFF; }
  184. .context-menu li.disabled { font-size: 12px; color: #777; cursor: default; }
  185. .context-menu li.disabled:active, .context-menu li.disabled:hover { background-color: #333; color: #777; }
  186. .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; }
  187. .context-menu.sort-order li { padding: 0; }
  188. .context-menu.sort-order li.last { border: none; }
  189. .context-menu.sort-order li:hover { background-color: #333; }
  190. .context-menu.sort-order span { padding: 12px 12px 12px 12px; background: ulr(/images/flat_icons.png) }
  191. .context-menu.sort-order span.up { background: url(/images/flat_icons.png) -399px -141px; padding: 12px 14px; display: inline-block; width: 16px; }
  192. .context-menu.sort-order span.name,
  193. .context-menu.sort-order span.date,
  194. .context-menu.sort-order span.size,
  195. .context-menu.sort-order span.type { background: url("/images/flat_icons.png") repeat scroll -308px -105px; display: inline-block; padding: 12px 28px 12px 12px; width: 64px; }
  196. .context-menu.sort-order span.active { background-color: #FFCC00; color: #FFF; }
  197. .context-menu.sort-order span:hover { background-color: #4B4B4B; color: #FFF; }
  198. .context-menu.sort-order span:active { background-color: #FFCC00; color: #FFF; }
  199. .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); }
  200. .confirm-box .message { color: #EBE697; font-size: 16px; padding: 25px; margin-bottom: 60px; display: inline-block; }
  201. .confirm-box .results,
  202. .confirm-box .warning { color: #ffc800; font-size: 16px; padding: 25px; }
  203. .confirm-box .warning .title,
  204. .confirm-box .message .title { color: #48B1B7; }
  205. .confirm-box .action-name { color: #B9CAD4; display: inline-block; float: left; margin-bottom: 28px; margin-left: 25px; }
  206. .confirm-box .action-name span { display: inline-block; float: left; }
  207. .confirm-box .action-nam .checkbox { border: 1px solid #777; height: 10px; margin-right: 10px; margin-top: 3px; padding-top: 0; width: 10px; }
  208. .confirm-box .controls { border-top: 1px solid #555; display: inline-block; width: 100%; margin-bottom :9px; }
  209. .confirm-box .controls .cancel { 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; }
  210. .confirm-box .controls .keep-original { color: #ccc; cursor: pointer; display: inline-block; float: left; margin: 11px 0 0 15px; padding: 7px; text-decoration: underline; }
  211. .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; }
  212. .confirm-box .controls .cancel:hover,
  213. .confirm-box .controls .ok:hover { border: 1px solid #54BDAA; background-color: #54BDAA; color: #FFF; box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5); }
  214. .confirm-box .controls .cancel:active,
  215. .confirm-box .controls .ok:active { border: 1px solid #ccc; background-color: #ccc; }
  216. .confirm-box.delete .controls .ok { background-color: #ff9f89; border-color: #ff9f89; }
  217. .confirm-box.delete .controls .ok:hover { background-color: #FF6C6E; border-color: #FF6C6E; }
  218. .confirm-box .controls .keep-original:hover { color: #FFCC00; }
  219. .confirm-box .controls .keep-original:active { color: #6DB8D3; }
  220. .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; }
  221. .confirm-box .new-title:focus { border: 1px solid #FFCC00; box-shadow: 0 0 5px 0 rgba(255, 204, 0 , 0.3); }
  222. .confirm-box.rename .message { margin-bottom: 36px; }
  223. .confirm-box.rename .controls.replace { display: none; }
  224. .confirm-box.rename.warning .controls { display: none; }
  225. .confirm-box.rename .warning { display: none; }
  226. .confirm-box.rename.warning .warning { display: inline-block; }
  227. .confirm-box.rename.warning .controls.replace { display: inline-block; }
  228. .confirm-box.rename.warning .message { padding-bottom: 0; }
  229. .confirm-box.chmod .message { margin-bottom: 0; }
  230. .confirm-box.chmod .warning { padding: 10px 25px; }
  231. .confirm-box.chmod ul { padding: 10px 25px; }
  232. .confirm-box.chmod ul:last-of-type { margin-bottom: 38px; }
  233. .confirm-box.chmod li { list-style-type: none; }
  234. .confirm-box.archive .message { margin-bottom: 38px; }
  235. .confirm-box.archive.warning .controls,
  236. .confirm-box.archive .controls.replace,
  237. .confirm-box.archive .warning { display: none; }
  238. .confirm-box.archive.warning .controls.replace,
  239. .confirm-box.archive.warning .warning { display: inline-block; }
  240. .confirm-box.archive.warning .message { margin-bottom: -31px; }
  241. .confirm-box.copy .message { margin-bottom: 0; }
  242. .confirm-box.unpack .message { margin-bottom: 0; }
  243. .confirm-box.pack .message { margin-bottom: 0; }
  244. .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; }
  245. .confirm-box .actions .title { color: #ccc; font-family: Arial; line-height: 33px; padding-left: 27px; text-transform: capitalize; }
  246. .confirm-box .actions label { cursor: pointer; padding-left: 27px; color: #ebe697; }
  247. .confirm-box.unpack .actions { padding-bottom: 30px; }
  248. .confirm-box.unpack .actions input { margin-right: 5px; }
  249. .confirm-box.owner-mode .warning { display: none; }
  250. .confirm-box.owner-mode.warning .warning { display: inline-block; }
  251. .confirm-box.owner-mode.warning .message { margin-bottom: -39px; }
  252. .confirm-box.owner-mode .message { margin-bottom: 30px; }
  253. .confirm-box.owner-mode .mode,
  254. .confirm-box.owner-mode .owner-group { display: inline-block; }
  255. .confirm-box.owner-mode .mode .col,
  256. .confirm-box.owner-mode .owner-group .col { display: inline-block; float: left; width: 150px; }
  257. .confirm-box.owner-mode .recursive { margin-top: 30px; margin-bottom: 25px; }
  258. .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); }
  259. .warning-box.inform { background-color: #72c5b2; border-color: #019174; }
  260. .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; }
  261. .warning-box .message { width: 100%; padding: 30px 0 5px; text-align: center; font-size: 14px; text-transform: uppercase; font-weight: bold; }
  262. .warning-box.reload .message-small { color: #ccc; }
  263. .warning-box.reload .message-small span { color: #72C5B2; font-weight: bold; }
  264. .warning-box .message-small { width: 100%; text-align: center; font-size: 13px; color: #9D3407; }
  265. .warning-box.inform .message-small { color: #555; }
  266. .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; }
  267. .warning-box .close:hover { background-color: #DC5D5F; }
  268. .warning-box.inform .close:hover { background-color: #019174; }
  269. .fotorama--fullscreen .fotorama__fullscreen-icon { background-position: -64px 0 !important; }
  270. .fileinput-button input { font-size: 14px !important; width: 90px; }
  271. .progress-container { width: 100%; position: fixed; bottom: 1px; }
  272. .progress-container .progress-elm { background-color: rgba(0, 0, 0, 0.5); border-radius: 3px; display: block; height: 12px; margin-left: auto; margin-right: auto; padding: 7px; width: 212px; }
  273. .progress-container .progress-elm .title { color: #fff; display: inline-block; float: left; font-family: arial; font-size: 11px; margin-left: 4px; padding-right: 14px; padding-top: 0; text-transform: uppercase; }
  274. .progress-container .progress-elm .progress { background: #ebebeb url("/images/progress.gif") no-repeat scroll 0px 0; border-color: #8a9079; border-radius: 3px; color: transparent; display: inline-block; height: 0; margin-top: 3px; padding: 3px 12px; transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; width: 60px; float: left; }
  275. .progress-container .progress-elm .close { background: rgba(0, 0, 0, 0) url("/images/sprite.png?1446554103") repeat scroll -428px -487px; cursor: pointer; display: inline-block; float: right; height: 7px; margin-right: 3px; margin-top: 3px; width: 7px; }
  276. .progress-container .progress-elm .close:hover { border: 7px solid #333; margin-top: -4px; margin-right: -4px; background-color: #333; }
  277. .progress-container .progress-elm .close:active { border: 7px solid #FFCC00; margin-top: -4px; margin-right: -4px; background-color: #FFCC00; }
  278. .checkbox-toolbar { float: left !important; }
  279. .subcontext-control.hidden { display: none !important; }
  280. .subcontext-control { color: red; }
  281. .subcontext-menu-hidden { display: none; }
  282. .subcontext-menu { position: absolute; background-color: yellow; padding: 10px; border: 1px solid red; }
  283. .shortcuts { background: rgba(50, 50, 50, 0.9); display: inline-block; position: fixed; right: 20%; bottom: 0; color: #eee; width: 810px; border: 1px solid #333; font-family: arial; font-size: 13px; }
  284. .shortcuts .header { border-bottom: 1px solid #333; height: 43px; }
  285. .shortcuts .title { text-transform: uppercase; color: #ffcc00; padding: 7px 0 7px 14px; display: inline-block; float: left; font-size: 11px; letter-spacing: 3px; font-weight: bold; line-height: 30px; }
  286. .shortcuts .close { background: url("/images/sprite.png?1446554103") repeat scroll -408px -469px; cursor: pointer; display: inline-block; float: right; height: 32px; padding-top: 11px; width: 46px; }
  287. .shortcuts .close:hover { background-color: #000; }
  288. .shortcuts .close:active { background-color: #55c9c0; }
  289. .shortcuts ul { list-style-type: none; padding: 30px 20px; display: inline-block; float: left; width: 360px; }
  290. .shortcuts ul li { padding: 5px 20px; }
  291. .shortcuts ul li.step-top { padding-top: 30px; }
  292. .shortcuts ul li span { color: #48F4EF; display: inline-block; font-weight: bold; padding: 0 20px 0 0; text-align: right; }
  293. .shortcuts ul li span.bigger { font-size: 18px; }
  294. .shortcuts ul.note { font-style: italic; color: #9CA484; width: 700px; padding-left: 50px; }
  295. .shortcuts ul.note a { color: #9CA484; }
  296. .to-shortcuts { display: inline-block; position: fixed; top: 95%; right: 1%; }
  297. .l-icon-shortcuts { display: inline-block; vertical-align: middle; background-image: url("/images/sprite.png?1446554103"); width: 35px; height: 35px; background-position: -122px -283px; border-radius: 18px; }
  298. .l-icon-shortcuts:hover { background-position: -160px -283px; }
  299. .l-icon-shortcuts:active { background-position: -198px -283px; }
  300. @media (max-width: 1400px) {
  301. .listing li .filename-holder { width: 35%; }
  302. }
  303. @media (max-width: 1550px) {
  304. .menu div.button.mkfile,
  305. .menu div.button.mkdir { display: none; }
  306. .menu div.button.mkfile.small,
  307. .menu div.button.mkdir.small { display: inline-block; }
  308. .listing li .filename-holder { max-width: 30%; }
  309. }
  310. @media (max-width: 1500px) {
  311. .menu div.button.del { display: none; }
  312. .menu div.button.del.small { display: inline-block; }
  313. .listing li .filename-holder { max-width: 25%; }
  314. }
  315. @media (max-width: 1450px) {
  316. .menu div.button { display: none; }
  317. .menu div.button.medium,
  318. .menu div.button.small { display: inline-block; }
  319. }
  320. @media (max-width: 1080px) {
  321. .listing li .filename-holder { max-width: 36%; }
  322. .listing li .owner { display: none; }
  323. .listing li .mode { display: none; }
  324. }
  325. @media (max-width: 990px) {
  326. .window { width: 100%; }
  327. .window:nth-of-type(2){ display: none; }
  328. .listing li .owner { display: inline-block; }
  329. .menu div.button { display: inline-block; }
  330. .menu div.button.small { display: none; }
  331. .menu div.copy.button { display: none; }
  332. .listing li .filename-holder { max-width: 40%; }
  333. }
  334. @media (max-width: 720px) {
  335. .listing li .filename-holder { max-width: 30%; }
  336. }
  337. @media (max-width: 670px) {
  338. .menu div.button { display: none; }
  339. .menu div.button.medium,
  340. .menu div.button.small { display: inline-block; }
  341. .menu div.copy.button.small { display: none; }
  342. .listing li .filename-holder { max-width: 20%; }
  343. }
  344. @media (max-width: 520px) {
  345. .listing li .owner { display: none; }
  346. .listing li .filename-holder { max-width: 15%; }
  347. }
  348. @media (max-width: 400px) {
  349. .listing li .mode { display: none; }
  350. .listing li .time { display: none; }
  351. .listing li .filename-holder { max-width: 30%; }
  352. }
  353. @media (max-width: 360px) {
  354. .listing li .date { display: none; }
  355. }
  356. @media (max-width: 310px) {
  357. .listing li .size { display: none; }
  358. }