ustore.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. *[is=x-ui] ui-rest > ui-content > ui-resizehandle {
  2. z-index: 1;
  3. }
  4. [is="x-ui"] ui-rest > ui-content > ui-area{
  5. padding: 2em !important;
  6. }
  7. #selectfolders{
  8. box-sizing: border-box;
  9. width: 100%;
  10. }
  11. .Folder{
  12. margin: 1em;
  13. float: left;
  14. text-align: center;
  15. width: 8em;
  16. }
  17. .FolderImage{
  18. font-size: 3em;
  19. }
  20. .FolderImageLink:hover .FolderText{
  21. text-decoration: underline;
  22. }
  23. .FolderTextNew{
  24. margin-top: -2.1em;
  25. }
  26. .HiddenremoveLink{
  27. padding-top:1em;
  28. visibility: hidden;
  29. }
  30. .FolderImageLink:hover ~ div{
  31. visibility: visible;
  32. }
  33. .HiddenremoveLink:hover{
  34. visibility: visible;
  35. }
  36. #detailcolumn{
  37. position: relative;
  38. min-height: 95%;
  39. }
  40. #MenuBar .showremoveitemsNot{
  41. display: inline;
  42. }
  43. #MenuBar .showremoveitems{
  44. display: none;
  45. }
  46. #Data .showremoveitems{
  47. display: none;
  48. width: auto;
  49. margin-bottom: 1em;
  50. }
  51. #MenuBar{
  52. margin: 2em 0em;
  53. padding: 1em;
  54. color: var(--x-ui-light-text-color);
  55. background-color: var(--x-ui-outside-color);
  56. }
  57. #MenuBar a{
  58. color: var(--x-ui-light-text-color);
  59. }
  60. #content-wrap {
  61. min-height: 95%;
  62. padding-bottom: -100px; /* Footer height */
  63. }
  64. #RemoveFolder{
  65. color: white;
  66. background-color: #c6000094;
  67. /*box-sizing: border-box;*/
  68. left: 1em;
  69. right: 1em;
  70. height: 1em;
  71. padding: 1em;
  72. }
  73. #RemoveFolder a{
  74. color: black;
  75. }
  76. .DataItem{
  77. position: relative;
  78. margin: 1em;
  79. padding-bottom: 1em;
  80. float: left;
  81. text-align: center;
  82. width: 8em;
  83. }
  84. .spanwrapping{
  85. position: relative;
  86. height: 3.5em;
  87. }
  88. .DataItem span{
  89. display:inline-block;
  90. overflow: hidden;
  91. text-overflow: ellipsis;
  92. display: -webkit-box;
  93. -webkit-line-clamp: 2; /* number of lines to show */
  94. -webkit-box-orient: vertical;
  95. position: absolute;
  96. bottom: 0;
  97. right: 0;
  98. left: 0;
  99. }
  100. .DataImg{
  101. text-align: center;
  102. vertical-align: middle;
  103. width: 8em;
  104. height: 8em;
  105. border: 2px dashed #92b0b3;
  106. display: flex;
  107. justify-content: center;
  108. align-items: center;
  109. }
  110. .DataImg img{
  111. max-height: 100%;
  112. max-width: 100%;
  113. }
  114. .imageAlternative {
  115. vertical-align: middle;
  116. font-size: 6em;
  117. height: 100%;
  118. }
  119. #overlay {
  120. position: fixed; /* Sit on top of the page content */
  121. display: none; /* Hidden by default */
  122. width: 100%; /* Full width (cover the whole page) */
  123. height: 100%; /* Full height (cover the whole page) */
  124. top: 0;
  125. left: 0;
  126. right: 0;
  127. bottom: 0;
  128. background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  129. z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  130. cursor: pointer; /* Add a pointer on hover */
  131. text-align: center;
  132. vertical-align: middle;
  133. }
  134. #overlaycontentsize{
  135. position: absolute;
  136. top: 50%;
  137. left: 50%;
  138. font-size: 50px;
  139. color: white;
  140. transform: translate(-50%,-50%);
  141. -ms-transform: translate(-50%,-50%);
  142. background-color: rgba(255,255,255,1);
  143. max-height: 100%;
  144. max-width: 100%;
  145. }
  146. #overlaycontent{
  147. max-height: 100%;
  148. max-width: 100%;
  149. }
  150. /*Image Upload CSS*/
  151. .container
  152. {
  153. width: 100%;
  154. max-width: 680px; /* 800 */
  155. text-align: center;
  156. margin: 0 auto;
  157. }
  158. .container h1
  159. {
  160. font-size: 42px;
  161. font-weight: 300;
  162. color: #0f3c4b;
  163. margin-bottom: 40px;
  164. }
  165. .container h1 a:hover,
  166. .container h1 a:focus
  167. {
  168. color: #39bfd3;
  169. }
  170. .container nav
  171. {
  172. margin-bottom: 40px;
  173. }
  174. .container nav a
  175. {
  176. border-bottom: 2px solid #c8dadf;
  177. display: inline-block;
  178. padding: 4px 8px;
  179. margin: 0 5px;
  180. }
  181. .container nav a.is-selected
  182. {
  183. font-weight: 700;
  184. color: #39bfd3;
  185. border-bottom-color: currentColor;
  186. }
  187. .container nav a:not( .is-selected ):hover,
  188. .container nav a:not( .is-selected ):focus
  189. {
  190. border-bottom-color: #0f3c4b;
  191. }
  192. .container footer
  193. {
  194. color: #92b0b3;
  195. margin-top: 40px;
  196. }
  197. .container footer p + p
  198. {
  199. margin-top: 1em;
  200. }
  201. .container footer a:hover,
  202. .container footer a:focus
  203. {
  204. color: #39bfd3;
  205. }
  206. .box
  207. {
  208. font-size: 1.25rem; /* 20 */
  209. background-color: var(--x-ui-outside-color);
  210. position: relative;
  211. padding: 100px 20px;
  212. }
  213. .box.has-advanced-upload
  214. {
  215. outline: 2px dashed #92b0b3;
  216. outline-offset: -10px;
  217. -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  218. transition: outline-offset .15s ease-in-out, background-color .15s linear;
  219. }
  220. .box.is-dragover
  221. {
  222. outline-offset: -20px;
  223. outline-color: #c8dadf;
  224. background-color: #fff;
  225. }
  226. .box__dragndrop,
  227. .box__icon
  228. {
  229. display: none;
  230. }
  231. .box.has-advanced-upload .box__dragndrop
  232. {
  233. display: inline;
  234. }
  235. .box.has-advanced-upload .box__icon
  236. {
  237. width: 100%;
  238. height: 80px;
  239. fill: #92b0b3;
  240. display: block;
  241. margin-bottom: 40px;
  242. }
  243. .box.is-uploading .box__input,
  244. .box.is-success .box__input,
  245. .box.is-error .box__input
  246. {
  247. visibility: hidden;
  248. }
  249. .box__uploading,
  250. .box__success,
  251. .box__error
  252. {
  253. display: none;
  254. }
  255. .box.is-uploading .box__uploading,
  256. .box.is-success .box__success,
  257. .box.is-error .box__error
  258. {
  259. display: block;
  260. position: absolute;
  261. top: 50%;
  262. right: 0;
  263. left: 0;
  264. -webkit-transform: translateY( -50% );
  265. transform: translateY( -50% );
  266. }
  267. .box__uploading
  268. {
  269. font-style: italic;
  270. }
  271. .box__success
  272. {
  273. -webkit-animation: appear-from-inside .25s ease-in-out;
  274. animation: appear-from-inside .25s ease-in-out;
  275. }
  276. @-webkit-keyframes appear-from-inside
  277. {
  278. from { -webkit-transform: translateY( -50% ) scale( 0 ); }
  279. 75% { -webkit-transform: translateY( -50% ) scale( 1.1 ); }
  280. to { -webkit-transform: translateY( -50% ) scale( 1 ); }
  281. }
  282. @keyframes appear-from-inside
  283. {
  284. from { transform: translateY( -50% ) scale( 0 ); }
  285. 75% { transform: translateY( -50% ) scale( 1.1 ); }
  286. to { transform: translateY( -50% ) scale( 1 ); }
  287. }
  288. .box__restart
  289. {
  290. font-weight: 700;
  291. }
  292. .box__restart:focus,
  293. .box__restart:hover
  294. {
  295. color: #39bfd3;
  296. }
  297. .js .box__file
  298. {
  299. width: 0.1px !important;
  300. height: 0.1px;
  301. opacity: 0;
  302. overflow: hidden;
  303. position: absolute;
  304. z-index: -1;
  305. }
  306. .box__file{
  307. width: 10.5em !important;
  308. display: block !important;
  309. }
  310. .js .box__file + label
  311. {
  312. max-width: 80% !important;
  313. text-overflow: ellipsis;
  314. white-space: nowrap;
  315. cursor: pointer;
  316. display: inline-block;
  317. overflow: hidden;
  318. }
  319. .js .box__file + label:hover strong,
  320. .box__file:focus + label strong,
  321. .box__file.has-focus + label strong
  322. {
  323. color: #39bfd3;
  324. }
  325. .js .box__file:focus + label,
  326. .js .box__file.has-focus + label
  327. {
  328. outline: 1px dotted #000;
  329. outline: -webkit-focus-ring-color auto 5px;
  330. }
  331. .js .box__file + label *
  332. {
  333. /* pointer-events: none; */ /* in case of FastClick lib use */
  334. }
  335. .no-js .box__file + label
  336. {
  337. display: none;
  338. }
  339. .no-js .box__button
  340. {
  341. display: block;
  342. }
  343. .box__button
  344. {
  345. font-weight: 700;
  346. color: #e5edf1;
  347. background-color: #39bfd3;
  348. display: none;
  349. padding: 8px 16px;
  350. margin: 40px auto 0;
  351. }
  352. .box__button:hover,
  353. .box__button:focus
  354. {
  355. background-color: #0f3c4b;
  356. }