style1.css 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. @media (hover: hover) and (pointer: fine) {
  2. .synofoto-theme .sds-window-v5 .x-tool-close:hover .button-icon {
  3. background-position: 0 -24px;
  4. }
  5. }
  6. @media (hover: hover) and (pointer: fine) {
  7. .synofoto-indicator-button:hover .button-icon {
  8. background-position: 0 -24px;
  9. }
  10. }
  11. @media (hover: hover) and (pointer: fine) {
  12. .synofoto-icon-button:hover .button-icon {
  13. background-position: 0 -24px;
  14. }
  15. }
  16. @media (hover: hover) and (pointer: fine) {
  17. .synofoto-icon-button-confirm:hover .button-icon {
  18. background-position: 0 -32px;
  19. }
  20. }
  21. @media (hover: hover) and (pointer: fine) {
  22. .synofoto-icon-button-confirm:hover {
  23. background-color: #e86052;
  24. }
  25. }
  26. @media (hover: hover) and (pointer: fine) {
  27. .synofoto-icon-button-space-selector:hover .button-icon {
  28. background-position: 0 -20px;
  29. }
  30. }
  31. @media (hover: hover) and (pointer: fine) {
  32. .synofoto-text-icon-button:hover .button-icon {
  33. background-position: 0 -24px;
  34. }
  35. }
  36. @media (hover: hover) and (pointer: fine) {
  37. .synofoto-select-button:hover .button-icon {
  38. background-position: 0 -24px;
  39. }
  40. }
  41. @media (hover: hover) and (pointer: fine) {
  42. .synofoto-icon-button-expand:hover .button-icon {
  43. background-position: 0 -24px;
  44. }
  45. }
  46. @media (hover: hover) and (pointer: fine) {
  47. .synofoto-see-more-button:hover .button-icon {
  48. background-position: 0 -20px;
  49. }
  50. }
  51. @-webkit-keyframes synofoto-tips-dialog-overlay-open {
  52. to {
  53. background-color: rgba(0, 0, 0, 0.5);
  54. }
  55. 0% {
  56. background-color: transparent;
  57. }
  58. }
  59. @keyframes synofoto-tips-dialog-overlay-open {
  60. to {
  61. background-color: rgba(0, 0, 0, 0.5);
  62. }
  63. 0% {
  64. background-color: transparent;
  65. }
  66. }
  67. @-webkit-keyframes synofoto-tips-dialog-overlay-close {
  68. to {
  69. background-color: transparent;
  70. }
  71. 0% {
  72. background-color: rgba(0, 0, 0, 0.5);
  73. }
  74. }
  75. @keyframes synofoto-tips-dialog-overlay-close {
  76. to {
  77. background-color: transparent;
  78. }
  79. 0% {
  80. background-color: rgba(0, 0, 0, 0.5);
  81. }
  82. }
  83. @-webkit-keyframes synofoto-shared-space-keyframes {
  84. 0% {
  85. opacity: 0;
  86. top: 58px;
  87. }
  88. to {
  89. opacity: 1;
  90. top: 98px;
  91. }
  92. }
  93. @keyframes synofoto-shared-space-keyframes {
  94. 0% {
  95. opacity: 0;
  96. top: 58px;
  97. }
  98. to {
  99. opacity: 1;
  100. top: 98px;
  101. }
  102. }
  103. @-webkit-keyframes synofoto-change-view-keyframes {
  104. 0% {
  105. opacity: 0;
  106. top: 68px;
  107. }
  108. to {
  109. opacity: 1;
  110. top: 108px;
  111. }
  112. }
  113. @keyframes synofoto-change-view-keyframes {
  114. 0% {
  115. opacity: 0;
  116. top: 68px;
  117. }
  118. to {
  119. opacity: 1;
  120. top: 108px;
  121. }
  122. }
  123. @-webkit-keyframes synofoto-switch-space-keyframes {
  124. 0% {
  125. opacity: 0;
  126. top: 58px;
  127. }
  128. to {
  129. opacity: 1;
  130. top: 98px;
  131. }
  132. }
  133. @keyframes synofoto-switch-space-keyframes {
  134. 0% {
  135. opacity: 0;
  136. top: 58px;
  137. }
  138. to {
  139. opacity: 1;
  140. top: 98px;
  141. }
  142. }
  143. @-webkit-keyframes synofoto-add-to-album-keyframes {
  144. 0% {
  145. bottom: 94px;
  146. opacity: 0;
  147. }
  148. to {
  149. bottom: 134px;
  150. opacity: 1;
  151. }
  152. }
  153. @keyframes synofoto-add-to-album-keyframes {
  154. 0% {
  155. bottom: 94px;
  156. opacity: 0;
  157. }
  158. to {
  159. bottom: 134px;
  160. opacity: 1;
  161. }
  162. }
  163. @-webkit-keyframes synofoto-search-keyframes {
  164. 0% {
  165. opacity: 0;
  166. top: 16px;
  167. }
  168. to {
  169. opacity: 1;
  170. top: 56px;
  171. }
  172. }
  173. @keyframes synofoto-search-keyframes {
  174. 0% {
  175. opacity: 0;
  176. top: 16px;
  177. }
  178. to {
  179. opacity: 1;
  180. top: 56px;
  181. }
  182. }
  183. @media (hover: hover) and (pointer: fine) {
  184. .synofoto-selected-single-condition
  185. .synofoto-icon-button-remove-condition:hover
  186. .button-icon,
  187. .synofoto-selected-single-source-folder
  188. .synofoto-icon-button-remove-condition:hover
  189. .button-icon {
  190. background-position: 0 -20px;
  191. }
  192. }
  193. @-webkit-keyframes synofoto-album-owner-change-dialog-overlay-open {
  194. to {
  195. background-color: rgba(0, 0, 0, 0.5);
  196. }
  197. 0% {
  198. background-color: transparent;
  199. }
  200. }
  201. @keyframes synofoto-album-owner-change-dialog-overlay-open {
  202. to {
  203. background-color: rgba(0, 0, 0, 0.5);
  204. }
  205. 0% {
  206. background-color: transparent;
  207. }
  208. }
  209. @-webkit-keyframes synofoto-album-owner-change-dialog-overlay-close {
  210. to {
  211. background-color: transparent;
  212. }
  213. 0% {
  214. background-color: rgba(0, 0, 0, 0.5);
  215. }
  216. }
  217. @keyframes synofoto-album-owner-change-dialog-overlay-close {
  218. to {
  219. background-color: transparent;
  220. }
  221. 0% {
  222. background-color: rgba(0, 0, 0, 0.5);
  223. }
  224. }
  225. @media (hover: hover) and (pointer: fine) {
  226. .synofoto-general-tag.synofoto-react-select
  227. .synofoto__multi-value
  228. .Select-value-icon:hover
  229. .button-icon {
  230. background-position: 0 -20px;
  231. }
  232. }
  233. @media (hover: hover) and (pointer: fine) {
  234. .synofoto-lightbox-nav-icon-button:hover .button-icon {
  235. background-position: 0 -48px;
  236. }
  237. }
  238. @-webkit-keyframes synofoto-lightbox-tap-hint-animation {
  239. 0% {
  240. bottom: 0;
  241. opacity: 0;
  242. }
  243. 12.5% {
  244. bottom: 36px;
  245. opacity: 1;
  246. }
  247. 87.5% {
  248. bottom: 36px;
  249. opacity: 1;
  250. }
  251. to {
  252. bottom: 0;
  253. opacity: 0;
  254. }
  255. }
  256. @keyframes synofoto-lightbox-tap-hint-animation {
  257. 0% {
  258. bottom: 0;
  259. opacity: 0;
  260. }
  261. 12.5% {
  262. bottom: 36px;
  263. opacity: 1;
  264. }
  265. 87.5% {
  266. bottom: 36px;
  267. opacity: 1;
  268. }
  269. to {
  270. bottom: 0;
  271. opacity: 0;
  272. }
  273. }
  274. @-webkit-keyframes synofoto-progress-bar-striped {
  275. 0% {
  276. background-position-x: 19.1px;
  277. }
  278. }
  279. @keyframes synofoto-progress-bar-striped {
  280. 0% {
  281. background-position-x: 19.1px;
  282. }
  283. }
  284. @media (pointer: fine) {
  285. .synofoto-selectable-overlay:hover .synofoto-selectable-checkbox {
  286. opacity: 1;
  287. }
  288. .synofoto-selectable-overlay:hover .synofoto-selectable-color-banner {
  289. opacity: 1;
  290. visibility: visible;
  291. }
  292. }
  293. @-webkit-keyframes synofoto-selected-bar-open {
  294. to {
  295. bottom: 60px;
  296. opacity: 1;
  297. }
  298. 0% {
  299. bottom: 0;
  300. opacity: 0;
  301. }
  302. }
  303. @keyframes synofoto-selected-bar-open {
  304. to {
  305. bottom: 60px;
  306. opacity: 1;
  307. }
  308. 0% {
  309. bottom: 0;
  310. opacity: 0;
  311. }
  312. }
  313. @-webkit-keyframes synofoto-selected-bar-open-mobile {
  314. to {
  315. bottom: 24px;
  316. opacity: 1;
  317. }
  318. 0% {
  319. bottom: 0;
  320. opacity: 0;
  321. }
  322. }
  323. @keyframes synofoto-selected-bar-open-mobile {
  324. to {
  325. bottom: 24px;
  326. opacity: 1;
  327. }
  328. 0% {
  329. bottom: 0;
  330. opacity: 0;
  331. }
  332. }
  333. @-webkit-keyframes synofoto-top-toast-drop {
  334. to {
  335. top: 75px;
  336. }
  337. 0% {
  338. top: 50px;
  339. }
  340. }
  341. @keyframes synofoto-top-toast-drop {
  342. to {
  343. top: 75px;
  344. }
  345. 0% {
  346. top: 50px;
  347. }
  348. }
  349. @-webkit-keyframes synofoto-task-queue-open {
  350. to {
  351. opacity: 1;
  352. top: 50px;
  353. }
  354. 0% {
  355. opacity: 0;
  356. top: 0;
  357. }
  358. }
  359. @keyframes synofoto-task-queue-open {
  360. to {
  361. opacity: 1;
  362. top: 50px;
  363. }
  364. 0% {
  365. opacity: 0;
  366. top: 0;
  367. }
  368. }
  369. @-webkit-keyframes synofoto-waiting-rotate-left {
  370. to {
  371. -webkit-transform: rotate(30deg);
  372. transform: rotate(30deg);
  373. }
  374. 0% {
  375. -webkit-transform: rotate(175deg);
  376. transform: rotate(175deg);
  377. }
  378. }
  379. @keyframes synofoto-waiting-rotate-left {
  380. to {
  381. -webkit-transform: rotate(30deg);
  382. transform: rotate(30deg);
  383. }
  384. 0% {
  385. -webkit-transform: rotate(175deg);
  386. transform: rotate(175deg);
  387. }
  388. }
  389. @-webkit-keyframes synofoto-waiting-rotate-right {
  390. 0% {
  391. -webkit-transform: rotate(-175deg);
  392. transform: rotate(-175deg);
  393. }
  394. to {
  395. -webkit-transform: rotate(-30deg);
  396. transform: rotate(-30deg);
  397. }
  398. }
  399. @keyframes synofoto-waiting-rotate-right {
  400. 0% {
  401. -webkit-transform: rotate(-175deg);
  402. transform: rotate(-175deg);
  403. }
  404. to {
  405. -webkit-transform: rotate(-30deg);
  406. transform: rotate(-30deg);
  407. }
  408. }
  409. @-webkit-keyframes synofoto-waiting-rotate-all {
  410. 0% {
  411. -webkit-transform: rotate(0deg);
  412. transform: rotate(0deg);
  413. }
  414. to {
  415. -webkit-transform: rotate(-1turn);
  416. transform: rotate(-1turn);
  417. }
  418. }
  419. @keyframes synofoto-waiting-rotate-all {
  420. 0% {
  421. -webkit-transform: rotate(0deg);
  422. transform: rotate(0deg);
  423. }
  424. to {
  425. -webkit-transform: rotate(-1turn);
  426. transform: rotate(-1turn);
  427. }
  428. }
  429. @media (hover: hover) and (pointer: fine) {
  430. .synofoto-wizard-nav-icon-button:hover .button-icon {
  431. background-position: 0 -84px;
  432. }
  433. }