02.misc.css 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. * {
  2. font-size: 13px;
  3. }
  4. body {
  5. background: #e0e0e0;
  6. color: #6B6B6B;
  7. }
  8. fieldset td {
  9. white-space: nowrap;
  10. }
  11. #folders {
  12. margin: 5px 5px 0 5px;
  13. }
  14. #files {
  15. margin-right: 5px;
  16. }
  17. /* SHARED DECLARATIONS */
  18. #toolbar a:hover,
  19. #toolbar a.hover,
  20. span.current,
  21. span.regular:hover,
  22. span.context,
  23. #clipboard div:hover,
  24. div.file:hover,
  25. #files div.selected,
  26. #files div.selected:hover,
  27. tr.selected > td,
  28. tr.selected:hover > td,
  29. #menu .list div a:hover {
  30. color: #fff;
  31. text-shadow:
  32. 1px 0 rgba(0,0,0,.2),
  33. -1px 0 rgba(0,0,0,.2),
  34. 0 -1px rgba(0,0,0,.2),
  35. 0 1px rgba(0,0,0,.2),
  36. 1px 1px rgba(0,0,0,.2),
  37. -1px -1px rgba(0,0,0,.2),
  38. 1px -1px rgba(0,0,0,.2),
  39. -1px 1px rgba(0,0,0,.2);
  40. }
  41. #files,
  42. #folders,
  43. #toolbar a.selected {
  44. border: 1px solid #6B6B6B;
  45. box-shadow: inset 0 0 4px #6B6B6B;
  46. border-radius: 4px;
  47. background: #fff;
  48. background: -webkit-linear-gradient(top, #f0f0f0, #fff);
  49. background: -moz-linear-gradient(top, #f0f0f0, #fff);
  50. background: -ms-linear-gradient(top, #f0f0f0, #fff);
  51. background: -o-linear-gradient(top, #f0f0f0, #fff);
  52. background: linear-gradient(to bottom, #f0f0f0, #fff);
  53. }
  54. /* TOOLBAR */
  55. #toolbar {
  56. padding: 5px 0;
  57. }
  58. #toolbar a {
  59. color: #6b6b6b;
  60. margin-right: 5px;
  61. border: 1px solid transparent;
  62. outline: none;
  63. display: block;
  64. float: left;
  65. border-radius: 4px;
  66. transition: .3s;
  67. padding:0;
  68. background: #E0E0E0;
  69. }
  70. #toolbar a > span {
  71. padding: 6px 10px 6px 26px;
  72. diaplay: block;
  73. float:left;
  74. background: no-repeat 6px center;
  75. }
  76. #toolbar a:hover,
  77. #toolbar a.hover {
  78. border-color: #1b79b8;
  79. background: #1b79b8;
  80. background: -webkit-linear-gradient(top, #59b5f2, #1b79b8);
  81. background: -moz-linear-gradient(top, #59b5f2, #1b79b8);
  82. background: -ms-linear-gradient(top, #59b5f2, #1b79b8);
  83. background: -o-linear-gradient(top, #59b5f2, #1b79b8);
  84. background: linear-gradient(to bottom, #59b5f2, #1b79b8);
  85. box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
  86. }
  87. #toolbar a:hover,
  88. #toolbar a.hover {
  89. transition: .3s;
  90. }
  91. #toolbar a[href="kcact:upload"] span {
  92. background-image: url(img/icons/upload.png);
  93. }
  94. #toolbar a[href="kcact:refresh"] span {
  95. background-image: url(img/icons/refresh.png);
  96. }
  97. #toolbar a[href="kcact:settings"] span {
  98. background-image: url(img/icons/settings.png);
  99. }
  100. #toolbar a[href="kcact:about"] span {
  101. background-image: url(img/icons/about.png);
  102. }
  103. #toolbar a[href="kcact:maximize"] span {
  104. background-image: url(img/icons/maximize.png);
  105. }
  106. /* SETTINGS BAR */
  107. #settings label {
  108. cursor: pointer;
  109. }
  110. #settings fieldset {
  111. margin-right:5px;
  112. margin-bottom: 6px;
  113. margin-top:-5px;
  114. padding:6px;
  115. }
  116. #settings fieldset:hover {
  117. border-color: #1b79b8;
  118. box-shadow: inset 0 0 4px #1b79b8;
  119. background: #dfeef8;
  120. background: -webkit-linear-gradient(top, #dfeef8, #fff);
  121. background: -moz-linear-gradient(top, #dfeef8, #fff);
  122. background: -ms-linear-gradient(top, #dfeef8, #fff);
  123. background: -o-linear-gradient(top, #dfeef8, #fff);
  124. background: linear-gradient(to bottom, #dfeef8, #fff);
  125. }
  126. #settings fieldset:hover legend,
  127. #settings fieldset:hover label {
  128. color: #215b82;
  129. }
  130. /* FOLDERS */
  131. div.folder {
  132. padding-top: 2px;
  133. margin-top: 4px;
  134. white-space: nowrap;
  135. }
  136. div.folder a {
  137. text-decoration: none;
  138. cursor: default;
  139. outline: none;
  140. color: #6b6b6b;
  141. }
  142. span.folder {
  143. padding: 2px 3px 2px 23px;
  144. outline: none;
  145. background: no-repeat 3px center;
  146. cursor: pointer;
  147. border-radius: 3px;
  148. border: 1px solid transparent;
  149. }
  150. span.brace {
  151. width: 16px;
  152. height: 16px;
  153. outline: none;
  154. }
  155. span.current {
  156. transition: .3s;
  157. background-image: url(img/tree/folder.png);
  158. background-color: #3b98d6;
  159. border-color: #3b98d6;
  160. box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
  161. }
  162. span.regular {
  163. transition: .3s;
  164. background-image: url(img/tree/folder.png);
  165. background-color: transparent;
  166. }
  167. span.regular:hover, span.context, #clipboard div:hover {
  168. transition: .3s;
  169. background-color: #c6c6c6;
  170. border-color: #c6c6c6;
  171. box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
  172. }
  173. span.opened {
  174. background-image: url(img/tree/minus.png);
  175. }
  176. span.closed {
  177. background-image: url(img/tree/plus.png);
  178. }
  179. span.denied {
  180. background-image: url(img/tree/denied.png);
  181. }
  182. /* FILES */
  183. div.file {
  184. padding: 4px;
  185. margin: 3px;
  186. border: 1px solid transparent;
  187. border-radius: 4px;
  188. }
  189. div.file:hover {
  190. border-color: #aaa;
  191. box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
  192. background: #c6c6c6;
  193. background: -webkit-linear-gradient(top, #e7e7e7, #c6c6c6);
  194. background: -moz-linear-gradient(top, #e7e7e7, #c6c6c6);
  195. background: -ms-linear-gradient(top, #e7e7e7, #c6c6c6);
  196. background: -o-linear-gradient(top, #e7e7e7, #c6c6c6);
  197. background: linear-gradient(to bottom, #e7e7e7, #c6c6c6);
  198. }
  199. div.file .name {
  200. margin-top: 4px;
  201. font-weight: bold;
  202. height: 16px;
  203. overflow: hidden;
  204. padding-bottom: 2px;
  205. }
  206. div.file .time {
  207. font-size: 10px;
  208. }
  209. div.file .size {
  210. font-size: 10px;
  211. }
  212. #files div.selected,
  213. #files div.selected:hover {
  214. border-color: #3b98d6;
  215. background: #3b98d6;
  216. background: -webkit-linear-gradient(top, #7dc2f2, #3b98d6);
  217. background: -moz-linear-gradient(top, #7dc2f2, #3b98d6);
  218. background: -ms-linear-gradient(top, #7dc2f2, #3b98d6);
  219. background: -o-linear-gradient(top, #7dc2f2, #3b98d6);
  220. background: linear-gradient(to bottom, #7dc2f2, #3b98d6);
  221. box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
  222. }
  223. tr.file > td {
  224. padding: 3px 4px;
  225. }
  226. tr.file:hover > td {
  227. background-color: #ddebf8;
  228. transition: none;
  229. }
  230. tr.selected > td,
  231. tr.selected:hover > td {
  232. transition: .3s;
  233. background-color: #5b9bda;
  234. }
  235. tr.file td.name {
  236. background-position: 2px center;
  237. padding-left: 22px;
  238. }
  239. a.denied {
  240. color: #666;
  241. opacity: 0.5;
  242. filter: alpha(opacity:50);
  243. cursor: default;
  244. }
  245. a.denied:hover {
  246. background-color: #e4e3e2;
  247. border-color: transparent;
  248. box-shadow: none;
  249. }
  250. /* FILE MENU */
  251. #menu .ui-menu a span {
  252. background: left center no-repeat;
  253. padding-left: 20px;
  254. white-space: nowrap;
  255. }
  256. #menu a[href="kcact:refresh"] span {
  257. background-image: url(img/icons/refresh.png);
  258. }
  259. #menu a[href="kcact:mkdir"] span {
  260. background-image: url(img/icons/folder-new.png);
  261. }
  262. #menu a[href="kcact:mvdir"] span, #menu a[href="kcact:mv"] span {
  263. background-image: url(img/icons/rename.png);
  264. }
  265. #menu a[href="kcact:rmdir"] span, #menu a[href="kcact:rm"] span, #menu a[href="kcact:rmcbd"] span {
  266. background-image: url(img/icons/delete.png);
  267. }
  268. #menu a[href="kcact:clpbrdadd"] span {
  269. background-image: url(img/icons/clipboard-add.png);
  270. }
  271. #menu a[href="kcact:pick"] span, #menu a[href="kcact:pick_thumb"] span {
  272. background-image: url(img/icons/select.png);
  273. }
  274. #menu a[href="kcact:download"] span {
  275. background-image: url(img/icons/download.png);
  276. }
  277. #menu a[href="kcact:view"] span {
  278. background-image: url(img/icons/view.png);
  279. }
  280. #menu a[href="kcact:cpcbd"] span {
  281. background-image: url(img/icons/copy.png);
  282. }
  283. #menu a[href="kcact:mvcbd"] span {
  284. background-image: url(img/icons/move.png);
  285. }
  286. #menu a[href="kcact:clrcbd"] span {
  287. background-image: url(img/icons/clipboard-clear.png);
  288. }
  289. /* CLIPBOARD */
  290. #clipboard {
  291. margin-left:-3px;
  292. padding: 2px;
  293. }
  294. #clipboard div {
  295. background: url(img/icons/clipboard.png) no-repeat center center;
  296. border: 1px solid transparent;
  297. padding: 2px;
  298. cursor: pointer;
  299. border-radius: 4px;
  300. }
  301. #clipboard.selected div, #clipboard.selected div:hover {
  302. background-color: #3b98d6;
  303. border-color: #3b98d6;
  304. box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
  305. }
  306. #menu .list a, #menu .list a.ui-state-focus {
  307. margin: -1px 0 0 -1px;
  308. padding: 6px 10px;
  309. border: 1px solid transparent;
  310. background: none;
  311. border-radius: 0;
  312. text-shadow: none;
  313. box-shadow: none;
  314. color: #6b6b6b;
  315. }
  316. #menu .list a.first, #menu .list a.first.ui-state-focus {
  317. border-radius: 4px 4px 0 0;
  318. }
  319. #menu .list a:hover {
  320. border-color: #1b79b8;
  321. background: #1b79b8;
  322. background: -webkit-linear-gradient(top, #1b79b8, #59b5f2);
  323. background: -moz-linear-gradient(top, #1b79b8, #59b5f2);
  324. background: -ms-linear-gradient(top, #1b79b8, #59b5f2);
  325. background: -o-linear-gradient(top, #1b79b8, #59b5f2);
  326. background: linear-gradient(to bottom, #1b79b8, #59b5f2);
  327. box-shadow: inset 0 0 7px #fff, inset 0 0 3px #fff;
  328. }
  329. #menu .list {
  330. overflow:hidden;
  331. max-height: 1px;
  332. margin-bottom: -1px;
  333. padding-bottom:1px;
  334. }
  335. #menu li.div-files {
  336. margin: 0 0 1px 0;
  337. }
  338. /* ABOUT DIALOG */
  339. .about {
  340. text-align: center;
  341. }
  342. .about div.head {
  343. font-weight: bold;
  344. font-size: 12px;
  345. padding: 3px 0 8px 0;
  346. }
  347. .about div.head a {
  348. background: url(img/kcf_logo.png) no-repeat left center;
  349. padding: 0 0 0 27px;
  350. font-size: 17px;
  351. outline: none;
  352. }
  353. .about a {
  354. text-decoration: none;
  355. color: #0055ff;
  356. }
  357. .about a:hover {
  358. text-decoration: underline;
  359. }
  360. #checkver {
  361. margin: 5px 0 10px 0;
  362. }
  363. #loading, #checkver > span.loading {
  364. background: url(img/loading.gif);
  365. border: 1px solid #3687e2;
  366. box-shadow: 0 0 3px #3687e2, inset 0 0 4px #fff, inset 0 0 5px #fff;
  367. padding: 6px 10px;
  368. border-radius: 4px;
  369. }
  370. #checkver a {
  371. font-weight: normal;
  372. padding: 3px 3px 3px 20px;
  373. background: url(img/icons/download.png) no-repeat left center;
  374. }
  375. /* IMAGE VIEWER */
  376. .ui-dialog-content.kcfImageViewer {
  377. background: #000;
  378. cursor: pointer;
  379. }
  380. .kcfImageViewer .img {
  381. background: url(img/bg_transparent.png);
  382. }
  383. /* MISC */
  384. #loading {
  385. margin-right: 5px;
  386. }
  387. #loadingDirs {
  388. padding: 5px 0 1px 24px;
  389. }
  390. #files.drag {
  391. background: #ddebf8;
  392. }
  393. /* FIX FIELDSET BORDER RADIUS BUG ON IE */
  394. body.msie fieldset,
  395. body.trident.rv fieldset {
  396. border-radius: 0;
  397. }