styles.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945
  1. /*é*/
  2. *{
  3. margin:0;
  4. padding:0;
  5. }
  6. html{
  7. background:url('../img/background_tile_2.jpg');
  8. min-height:100%;
  9. position:relative;
  10. }
  11. body{
  12. color:#fff;
  13. margin:0px
  14. min-height:600px;
  15. font:14px/1.3 'Segoe UI',Arial, sans-serif;
  16. }
  17. .rssFeed{
  18. width:65px;
  19. display:inline-block;
  20. height:16px;
  21. margin-left:10px;
  22. margin-top:6px;
  23. color:#cecece;
  24. }
  25. .fileOption,.blue,a,a:visited {
  26. text-decoration:none;
  27. outline:none;
  28. color:#54a6de;
  29. }
  30. .fileOption:hover,a:hover{
  31. text-decoration:underline;
  32. }
  33. header, footer{
  34. display:block;
  35. }
  36. .folderNameBloc{
  37. display:none;
  38. float:left;
  39. }
  40. .blackControl{
  41. background-color: #0F0F0F;
  42. border: medium none;
  43. color: #FFFFFF;
  44. font-size: 10px;
  45. margin: 3px 3px 3px;
  46. padding: 3px;
  47. }
  48. .fileInput{
  49. position: relative;
  50. }
  51. .fileInputText{
  52. background-color: #0F0F0F;
  53. border: medium none;
  54. box-shadow: 0 0 2px #000000;
  55. color: #FFFFFF;
  56. font-size: 10px;
  57. margin: 7px 3px 3px;
  58. padding: 3px;
  59. position: relative;
  60. z-index: 1;
  61. }
  62. .fileInputButton{
  63. background-color: #0F0F0F;
  64. border: medium none;
  65. box-shadow: 0 0 2px #000000;
  66. color: #FFFFFF;
  67. font-size: 10px;
  68. margin: 7px 3px 3px;
  69. padding: 3px;
  70. position: relative;
  71. z-index: 1;
  72. }
  73. .fileInputFile{
  74. position: relative;
  75. text-align: right;
  76. -moz-opacity:0 ;
  77. filter:alpha(opacity: 0);
  78. opacity: 0;
  79. z-index: 2;
  80. }
  81. #userCreateBloc{
  82. display:none;
  83. }
  84. .preloader{
  85. background: url("../img/preloader.gif") no-repeat scroll 10px center transparent;
  86. border-radius: 5px 5px 5px 5px;
  87. float: left;
  88. display: none;
  89. float: left;
  90. font-size: 11px;
  91. height: 13px;
  92. margin: 0 0 0 5px;
  93. min-width: 15px;
  94. padding: 7px 7px 7px 35px;
  95. width: 140px;
  96. opacity:0.5;
  97. }
  98. #userCreateBloc input,#userCreateBloc select,#initProgram input, #paramsBloc input, #paramsBloc select{
  99. width:70px;
  100. padding:3px;
  101. margin:3px;
  102. margin-top:7px;
  103. font-size:10px;
  104. color:#ffffff;
  105. background-color:#0F0F0F;
  106. box-shadow:0 0 2px #000;
  107. border:none;
  108. }
  109. #initProgram input[name="root"]{
  110. width:238px;
  111. }
  112. #userCreateBloc span input,#userCreateBloc span select,#paramsBloc span select,#paramsBloc span input{
  113. margin:0px;
  114. }
  115. #versionBloc{
  116. display:none;
  117. width: 500px;
  118. text-align:center;
  119. margin:auto;
  120. margin-bottom: 15px;
  121. margin-top: 75px;
  122. padding:5px;
  123. background: url("../img/background_tile_3.jpg") repeat scroll 0 0 transparent;
  124. border-radius: 3px;
  125. box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
  126. min-height: 20px;
  127. }
  128. #initProgram{
  129. background: url("../img/background_tile_3.jpg") repeat scroll 0 0 transparent;
  130. border-radius: 3px;
  131. box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
  132. min-height: 20px;
  133. overflow: hidden;
  134. padding: 10px;
  135. width: 610px;
  136. margin:auto;
  137. margin-bottom: 15px;
  138. }
  139. #usersBloc{
  140. background: url("../img/background_tile_2.jpg") repeat scroll 0 0 transparent;
  141. border-radius: 3px 3px 3px 3px;
  142. box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
  143. margin: 15px 10px 10px 10px;
  144. min-height: 20px;
  145. overflow: hidden;
  146. padding: 10px 10px 10px 5px;
  147. width: 950px;
  148. display:none;
  149. }
  150. #paramsBloc{
  151. margin: 15px 10px 10px 10px;
  152. min-height: 20px;
  153. overflow: hidden;
  154. padding: 10px 10px 10px 5px;
  155. width: 955px;
  156. display:none;
  157. clear:both;
  158. }
  159. #paramsBloc li{
  160. clear:both;
  161. padding:5px;
  162. border-radius: 3px 3px 3px 3px;
  163. box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
  164. background-color:#161616;
  165. margin:5px;
  166. width:900px;
  167. }
  168. #paramsBloc li ul li{
  169. box-shadow:none;
  170. width:870px;
  171. }
  172. #initProgram h1,#usersBloc h1,#paramsBloc h1{
  173. color:#cecece;
  174. margin:0px 5px 5px 10px;
  175. font-size:16px;
  176. text-shadow:1px 2px 2px #080808
  177. }
  178. #initProgram p,#usersBloc h2{
  179. color:#ffffff;
  180. margin:0px 5px 5px 10px;
  181. font-size:10px;
  182. text-shadow:1px 2px 2px #080808;
  183. cursor:pointer;
  184. }
  185. #usersBloc a{
  186. cursor:pointer;
  187. }
  188. #usersBloc ul li, #initProgram ul, #paramsBloc ul li{
  189. list-style-type:none;
  190. }
  191. #usersBloc ul li ul , #paramsBloc ul li ul{
  192. clear:both;
  193. }
  194. #usersBloc ul li ul li, #initProgram ul li, #paramsBloc ul li{
  195. float:left;
  196. padding:3px 10px 3px 10px;
  197. min-height:35px;
  198. }
  199. #usersBloc span,#usersBloc a{
  200. margin-top:8px;
  201. display:block;
  202. }
  203. .breadcrumb {
  204. margin:0px 10px 0px 10px;
  205. padding:0px;
  206. }
  207. .breadcrumb li {
  208. background-color:#161616;
  209. border-radius: 0 5px 5px 5px;
  210. box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
  211. float: left;
  212. margin-left: 2px;
  213. max-width: 430px;
  214. min-height: 15px;
  215. overflow: hidden;
  216. padding: 5px;
  217. cursor:pointer;
  218. }
  219. .breadcrumb li:hover {
  220. background-color:#1C1C1C;
  221. }
  222. .loginBloc .logo{
  223. margin-right: 15px;
  224. }
  225. .loginBloc span[class^="icon"]{
  226. font-size:20px;
  227. color:#cecece;
  228. cursor:pointer;
  229. text-shadow: 1px 1px 1px #000000;
  230. }
  231. .loginBloc{
  232. background-color: #171717;
  233. border-radius: 3px 3px 3px 3px;
  234. box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
  235. margin: 10px;
  236. overflow: hidden;
  237. padding: 10px;
  238. width:950px;
  239. float:left;
  240. }
  241. .requireBloc{
  242. background: url("../img/background_tile_2.jpg") repeat scroll 0 0 transparent;
  243. border-radius: 3px 3px 3px 3px;
  244. box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
  245. margin: 5px;
  246. padding: 10px;
  247. width: 550px;
  248. text-align:center;
  249. }
  250. .menuIcon span{
  251. display:block;
  252. float:left;
  253. background: #2d2d2d; /* Old browsers */
  254. background: -moz-linear-gradient(top, #2d2d2d 0%, #1b1b1b 100%); /* FF3.6+ */
  255. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
  256. background: -webkit-linear-gradient(top, #2d2d2d 0%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
  257. background: -o-linear-gradient(top, #2d2d2d 0%,#1b1b1b 100%); /* Opera 11.10+ */
  258. background: -ms-linear-gradient(top, #2d2d2d 0%,#1b1b1b 100%); /* IE10+ */
  259. background: linear-gradient(to bottom, #2d2d2d 0%,#1b1b1b 100%); /* W3C */
  260. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
  261. border-right:1px solid #0f0f0f;
  262. border-left:1px solid #292929;
  263. border-top:1px solid #0f0f0f;
  264. border-bottom:1px solid #0f0f0f;
  265. padding:3px;
  266. margin:0px;
  267. cursor:pointer;
  268. }
  269. .menuIcon span:last-child{
  270. border-radius:0 3px 3px 0;
  271. }
  272. .menuIcon span:first-child{
  273. border-radius:3px 0 0 3px;
  274. border-left:1px solid #0f0f0f;
  275. }
  276. .menuIcon span.active,.menuIcon span:hover{
  277. background: #0a0a0a; /* Old browsers */
  278. background: -moz-linear-gradient(top, #0a0a0a 0%, #141414 100%); /* FF3.6+ */
  279. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a0a0a), color-stop(100%,#141414)); /* Chrome,Safari4+ */
  280. background: -webkit-linear-gradient(top, #0a0a0a 0%,#141414 100%); /* Chrome10+,Safari5.1+ */
  281. background: -o-linear-gradient(top, #0a0a0a 0%,#141414 100%); /* Opera 11.10+ */
  282. background: -ms-linear-gradient(top, #0a0a0a 0%,#141414 100%); /* IE10+ */
  283. background: linear-gradient(to bottom, #0a0a0a 0%,#141414 100%); /* W3C */
  284. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
  285. border-left:1px solid #0f0f0f;
  286. }
  287. .menuIcon span i{
  288. width:20px;
  289. height:20px;
  290. display:block;
  291. opacity:0.4;
  292. }
  293. .menuIcon span:hover i{
  294. opacity:0.7;
  295. }
  296. i.icon-folder{
  297. background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
  298. background-position:-210px -154px
  299. }
  300. i.icon-user{
  301. background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
  302. background-position:-239px -122px
  303. }
  304. i.icon-setting{
  305. background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
  306. background-position:-300px -92px;
  307. }
  308. i.icon-backup{
  309. background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
  310. background-position:-207px -151px;
  311. }
  312. i.icon-cross{
  313. background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
  314. background-position:-301px -155px;
  315. }
  316. i.icon-ok{
  317. background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
  318. background-position:-0px -122px;
  319. }
  320. i.icon-rss{
  321. background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
  322. background-position:-268px -126px;
  323. width:20px;
  324. height:20px;
  325. display:block;
  326. float:left;
  327. opacity:0.4;
  328. }
  329. .menuBloc{
  330. min-height: 25px;
  331. overflow: hidden;
  332. float:left;
  333. margin: 10px 0 0 10px;
  334. }
  335. .menuBloc a{
  336. cursor:pointer;
  337. width:22px;
  338. height:22px;
  339. display:block;
  340. float:left;
  341. background-repeat:no-repeat;
  342. margin-left:3px;
  343. margin-right:3px;
  344. }
  345. .menuBloc .newFolder{
  346. background:url('../img/menuIcons.png') no-repeat scroll 0 0 transparent;
  347. background-position:0px 0px;
  348. width:20px;
  349. }
  350. .menuBloc .member{
  351. background:url('../img/menuIcons.png') no-repeat scroll 0 0 transparent;
  352. background-position:-40px 1px;
  353. width:20px;
  354. }
  355. .menuBloc .backup{
  356. background:url('../img/menuIcons.png') no-repeat scroll 0 0 transparent;
  357. background-position:-136px 0px;
  358. width:20px;
  359. }
  360. .menuBloc .preferences{
  361. background:url('../img/menuIcons.png') no-repeat scroll 0 0 transparent;
  362. background-position:-20px 1px;
  363. width:20px;
  364. }
  365. .loginBloc input,.loginBloc button{
  366. padding:5px;
  367. margin:0 0 0 5px;
  368. font-size:15px;
  369. color:#cecece;
  370. background-color:#0F0F0F;
  371. border-radius:3px;
  372. border:none;
  373. }
  374. .loginBloc button{
  375. font-size:13px;
  376. }
  377. #dropbox:before{
  378. display: block;
  379. content:'';
  380. height:4px;
  381. width:100%;
  382. position: absolute;
  383. top:0;
  384. left:0;
  385. }
  386. .textLogin{
  387. float:left;
  388. margin-top:10px;
  389. }
  390. .avatar{
  391. padding:3px;
  392. background-color:#cecece;
  393. width:30px;
  394. height:30px;
  395. box-shadow:0 2px 2px rgba(0,0,0,0.6);
  396. float:left;
  397. margin-right:10px;
  398. }
  399. .avatar img{
  400. width:30px;
  401. height:30px;
  402. }
  403. #dropbox{
  404. background:url('../img/background_tile_3.jpg');
  405. border-radius:3px;
  406. position: relative;
  407. margin:15px auto 10px;
  408. overflow: hidden;
  409. width: 990px;
  410. box-shadow:0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
  411. }
  412. footer{
  413. width:100%;
  414. font-size:10px;
  415. text-align:center;
  416. }
  417. #dropbox .message{
  418. font-size: 11px;
  419. text-align: center;
  420. padding:10px;
  421. display: block;
  422. border:2px dotted #cecece;
  423. width:100px;
  424. height:60px;
  425. margin:auto;
  426. background-color: #161616;
  427. border-radius: 5px 5px 5px 5px;
  428. box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
  429. cursor: pointer;
  430. float:left;
  431. }
  432. .fileBloc{
  433. font-size: 11px;
  434. text-align: center;
  435. padding:10px;
  436. display: block;
  437. width: 90px;
  438. margin:0 auto 30px auto;
  439. background-color: #161616;
  440. border-radius: 5px 5px 5px 5px;
  441. box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
  442. cursor: pointer;
  443. clear:both;
  444. }
  445. .fileBloc input,.fileBloc div,.fileBloc span{
  446. cursor:pointer;
  447. }
  448. #dropbox .message i{
  449. color:#ccc;
  450. font-size:10px;
  451. }
  452. #dropbox:before{
  453. border-radius:3px 3px 0 0;
  454. }
  455. .directLink{
  456. background-color: #0F0F0F;
  457. border: medium none;
  458. box-shadow: 0 0 2px #000000;
  459. color: #FFFFFF;
  460. font-size: 10px;
  461. font-family: Verdana;
  462. text-align: center;
  463. padding: 2px;
  464. display:none;
  465. width:165px;
  466. margin:auto;
  467. }
  468. #dropbox .preview{
  469. width:170px;
  470. min-height: 140px;
  471. max-height: 140px;
  472. float:left;
  473. margin: 0 0 0 60px;
  474. position: relative;
  475. text-align: center;
  476. }
  477. .filePublished .fileName{
  478. color: #62D827;
  479. }
  480. #dropbox .preview .filePublished img{
  481. -moz-box-shadow: 0px 0px 5px 1px #62D827;
  482. -webkit-box-shadow: 0px 0px 5px 1px #62D827;
  483. -o-box-shadow: 0px 0px 5px 1px #62D827;
  484. box-shadow: 0px 0px 5px 1px #62D827;
  485. filter:progid:DXImageTransform.Microsoft.Shadow(color=#62D827, Direction=NaN, Strength=5);
  486. -moz-border-radius: 5px;
  487. -webkit-border-radius: 5px;
  488. border-radius: 5px;
  489. }
  490. #dropbox .preview .deleteFile{
  491. float:right;
  492. width:12px;
  493. font-size:10px;
  494. font-weight:bold;
  495. padding:3px;
  496. background-color:#212322;
  497. box-shadow: 0 0 2px #000000;
  498. -webkit-border-radius: 3px;
  499. -moz-border-radius: 3px;
  500. border-radius: 3px;
  501. display:none;
  502. }
  503. .folderPreviewDroppableHover{
  504. border-radius:5px;
  505. box-shadow: 0 0 2px #000000;
  506. background-color:#2A2A2C;
  507. }
  508. #dropbox .imageHolder:hover ul{
  509. display:block;
  510. }
  511. #dropbox .folderHolder:hover ul{
  512. display:block;
  513. }
  514. #dropbox .imageHolder:hover img{
  515. margin-left:5px;
  516. }
  517. #dropbox .imageHolder ul{
  518. float:left;
  519. font-size:10px;
  520. margin:0;
  521. padding:0;
  522. list-style-type:none;
  523. margin-left:5px;
  524. text-align:left;
  525. line-height:12px;
  526. display:none;
  527. }
  528. #dropbox .preview img{
  529. max-width: 48px;
  530. float:left;
  531. max-height:48px;
  532. display: block;
  533. margin-left: 60px;
  534. box-shadow:0 0 2px #000;
  535. }
  536. #dropbox .imageHolder,#dropbox .folderHolder{
  537. display: inline-block;
  538. position:relative;
  539. padding:5px;
  540. min-height:85px;
  541. cursor:pointer;
  542. width: 170px;
  543. }
  544. #dropbox .dropFolder{
  545. display: inline-block;
  546. padding-top:15px;
  547. height:81px;
  548. cursor:pointer;
  549. width: 170px;
  550. background-image:url('../img/extension/folder.png');
  551. background-repeat:no-repeat;
  552. background-position: center center;
  553. float:left;
  554. margin: 55px 0 0 60px;
  555. position: relative;
  556. }
  557. #dropbox .dropFolder h1{
  558. color: #FFFFFF;
  559. cursor: pointer;
  560. font-size: 10px;
  561. width:76px;
  562. margin: 0 5px 5px 10px;
  563. text-shadow: 1px 1px 1px #080808;
  564. text-align:center;
  565. clear:both;
  566. max-height:25px;
  567. overflow: hidden;
  568. margin-left:47px;
  569. }
  570. #dropbox .dropFolder ul{
  571. width:76px;
  572. margin-left:47px;
  573. }
  574. #dropbox .dropFolder ul li{
  575. list-style-type:none;
  576. float:left;
  577. margin: 2px;
  578. width:20px;
  579. height:20px;
  580. }
  581. #dropbox .dropFolder ul li img{
  582. width:20px;
  583. height:20px;
  584. }
  585. #dropbox .dropFolder:hover{
  586. background-color:#151516;
  587. box-shadow: 0 0 2px #000000;
  588. }
  589. #dropbox .imageHolder:hover,#dropbox .folderHolder:hover{
  590. background-color:#151516;
  591. box-shadow: 0 0 2px #000000;
  592. }
  593. #dropbox .imageHolder:hover .deleteFile,#dropbox .folderHolder:hover .deleteFile{
  594. display:block;
  595. }
  596. #dropbox .uploaded{
  597. position: absolute;
  598. top:0;
  599. left:0;
  600. height:100%;
  601. width:100%;
  602. background: url('../img/done.png') no-repeat center center;
  603. z-index:1;
  604. display: none;
  605. }
  606. #dropbox .preview.done .uploaded{
  607. display: block;
  608. }
  609. .addOptions{
  610. padding:3px;
  611. margin:3px;
  612. margin-top:7px;
  613. font-size:10px;
  614. color:#ffffff;
  615. display:none;
  616. }
  617. .addOptions ul{
  618. margin:0;
  619. padding:0;
  620. }
  621. #dropbox .preview .addOptions li{
  622. float:left;
  623. margin: 0 5px 0 5px ;
  624. background-color:transparent;
  625. height:22px;
  626. width:22px;
  627. }
  628. #dropbox .preview .addOptions li.optionZip{
  629. background:url('../img/menuIcons.png') no-repeat scroll -157px 0px transparent;
  630. width:20px
  631. }
  632. #dropbox .preview .addOptions .optionShare{
  633. /*background: url('../img/optionShare.png') no-repeat center center rgba(255,255,255,0.5);*/
  634. background:url('../img/menuIcons.png') no-repeat scroll -114px 0px transparent;
  635. width:20px
  636. }
  637. #dropbox .preview .addOptions .optionEdit{
  638. /*background: url('../img/optionEdit.png') no-repeat center center rgba(255,255,255,0.5);*/
  639. background:url('../img/menuIcons.png') no-repeat scroll -177px 0px transparent;
  640. width:20px
  641. }
  642. #dropbox .preview .addOptions .optionUrl{
  643. /*background: url('../img/optionUrl.png') no-repeat center center rgba(255,255,255,0.5);*/
  644. background:url('../img/menuIcons.png') no-repeat scroll -60px 0px transparent;
  645. width:20px
  646. }
  647. #dropbox .preview .addOptions .optionDropbox{
  648. /*background: url('../img/optionDropbox.png') no-repeat center center rgba(255,255,255,0.5);*/
  649. background:url('../img/menuIcons.png') no-repeat scroll -96px 0px transparent;
  650. width:20px
  651. }
  652. .preview .fileNameArea{
  653. padding:5px;
  654. margin:5px;
  655. font-size:11px;
  656. color:#ffffff;
  657. background-color:#0F0F0F;
  658. box-shadow:0 0 2px #000;
  659. border:none;
  660. }
  661. .fileName{
  662. display: block;
  663. font-size: 11px;
  664. min-height: 15px;
  665. margin-top: 5px;
  666. overflow: hidden;
  667. padding-top: 5px;
  668. width: 170px;
  669. }
  670. #dropbox .progressHolder{
  671. position: relative;
  672. background-color:#252f38;
  673. height:10px;
  674. width:100%;
  675. left:0;
  676. bottom: 0;
  677. margin-left:5px;
  678. box-shadow:0 0 2px #000;
  679. }
  680. #dropbox .progress{
  681. position: absolute;
  682. height:100%;
  683. left:0;
  684. width:0;
  685. box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
  686. -moz-transition:0.25s;
  687. -webkit-transition:0.25s;
  688. -o-transition:0.25s;
  689. transition:0.25s;
  690. background: #1AD8F4;
  691. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9ECD17), to(#046000));
  692. background: -webkit-linear-gradient(#9ECD17, #046000) repeat scroll 0 0 transparent;
  693. background: -moz-linear-gradient(#9ECD17, #046000) repeat scroll 0 0 transparent;
  694. background: -ms-linear-gradient(#9ECD17, #046000) repeat scroll 0 0 transparent;
  695. background: -o-linear-gradient(#9ECD17, #046000) repeat scroll 0 0 transparent;
  696. background: linear-gradient(#9ECD17, #046000) repeat scroll 0 0 transparent;
  697. }
  698. #dropbox .preview.done .progress{
  699. width:100% !important;
  700. }
  701. .hidden{
  702. display:none;
  703. }
  704. .fileUrl{
  705. display:none;
  706. }
  707. .clear{
  708. clear:both;
  709. }
  710. .tooltip {
  711. opacity:0.8;
  712. z-index:1000;
  713. text-align:left;
  714. border-radius:4px;
  715. -moz-border-radius:4px;
  716. -webkit-border-radius:4px;
  717. padding:8px 8px;
  718. max-width:200px;
  719. color:#fff;
  720. background-color:#000;
  721. }
  722. .tooltip .tip-inner {
  723. font:bold 11px/14px 'Lucida Grande',sans-serif;
  724. }
  725. .tooltip .tip-arrow-top {
  726. margin-top:-5px;
  727. margin-left:-5px;
  728. top:0;
  729. left:50%;
  730. width:9px;
  731. height:5px;
  732. background:url(../img/toolTips.gif) no-repeat;
  733. }
  734. .tooltip .tip-arrow-right {
  735. margin-top:-4px;
  736. margin-left:0;
  737. top:50%;
  738. left:100%;
  739. width:5px;
  740. height:9px;
  741. background:url(../img/toolTips.gif) no-repeat -9px 0;
  742. }
  743. .tooltip .tip-arrow-bottom {
  744. margin-top:0;
  745. margin-left:-5px;
  746. top:100%;
  747. left:50%;
  748. width:9px;
  749. height:5px;
  750. background:url(../img/toolTips.gif) no-repeat -18px 0;
  751. }
  752. .tooltip .tip-arrow-left {
  753. margin-top:-4px;
  754. margin-left:-5px;
  755. top:50%;
  756. left:0;
  757. width:5px;
  758. height:9px;
  759. background:url(../img/toolTips.gif) no-repeat -27px 0;
  760. }
  761. div#dropZone{
  762. width:90px;
  763. height:90px;
  764. cursor:pointer;
  765. overflow: hidden;
  766. float:left;
  767. background: url("../img/uploadButton.png") no-repeat scroll 0 0 transparent;
  768. cursor: pointer;
  769. }
  770. div#dropZone div,div#dropZone input{
  771. cursor: pointer;
  772. }
  773. #uploadButton{
  774. cursor: pointer;
  775. margin: 0;
  776. opacity: 0;
  777. height: 90px;
  778. width:90px;
  779. font-size:110px;
  780. background-color: transparent;
  781. border:none;
  782. }
  783. .left{
  784. float:left;
  785. }
  786. body >div.popwrap{position:fixed;padding:10px}.top-right{top:0;right:0}
  787. .popup{
  788. border-radius:5px;
  789. width:200px;
  790. -moz-border-radius:7px;
  791. -webkit-border-radius:7px;
  792. background-color:#161616;
  793. padding:10px;
  794. display:block;
  795. margin-bottom:5px
  796. }
  797. .close{
  798. display:none;
  799. float:right;
  800. cursor:pointer;
  801. color:#EFEFEF;
  802. font:bold 12px Tahoma,Arial,Helvetica,sans-serif
  803. background:url('../img/icons.png') no-repeat scroll 0 0 transparent;
  804. background-position:-301px -155px;
  805. width:20px;
  806. height:20px;
  807. }
  808. .poptext{clear:both;font:12px Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;word-wrap:break-word;color:#FEFEFE;line-height:120%}