style.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. /* ------------------
  2. HOME
  3. ------------------ */
  4. body {
  5. min-height: 100vh;
  6. }
  7. section#home #b {
  8. -webkit-animation-delay: 0.5s;
  9. animation-delay: 0.5s;
  10. -webkit-animation-duration: 1.5s;
  11. animation-duration: 1.5s;
  12. -webkit-animation-fill-mode: both;
  13. animation-fill-mode: both;
  14. -webkit-animation-name: floatUp;
  15. animation-name: floatUp;
  16. -webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
  17. animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
  18. border-radius: 24px;
  19. display: inline-block;
  20. height: 240px;
  21. margin-bottom: 40px;
  22. position: relative;
  23. vertical-align: top;
  24. width: 240px;
  25. box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
  26. }
  27. section#home div#dropzone {
  28. border: 3px dashed #dbdbdb;
  29. background-color: rgba(255, 255, 255, 0.05);
  30. border-color: #ff3860;
  31. color: #ff3860;
  32. display: none;
  33. width: 100%;
  34. border-radius: 3px;
  35. box-shadow: none;
  36. height: 12em;
  37. font-size: 1.5em;
  38. -webkit-box-align: center;
  39. -ms-flex-align: center;
  40. align-items: center;
  41. user-select: none;
  42. justify-content: center;
  43. padding-left: .75em;
  44. padding-right: .75em;
  45. text-align: center;
  46. cursor: pointer;
  47. }
  48. section#home div#uploads, section#home p#tokenContainer, section#home a#panel { display: none; }
  49. section#home div#dropzone:hover { background-color: #ff3860; border-color: #ff3860; color: #fff; }
  50. section#home h3#maxFileSize { font-size: 14px; }
  51. section#home h3#links span { padding-left: 5px; padding-right: 5px; }
  52. section#home img.logo { height: 200px; margin-top: 20px; }
  53. section#home .dz-preview .dz-details { display: flex; }
  54. section#home .dz-preview .dz-details .dz-size, section#home .dz-preview .dz-details .dz-filename { flex: 1; }
  55. section#home .dz-preview img, section#home .dz-preview .dz-success-mark, section#home .dz-preview .dz-error-mark { display: none; }
  56. section#home div#uploads { margin-bottom: 25px; }
  57. @keyframes floatUp {
  58. 0% {
  59. opacity: 0;
  60. box-shadow: 0 0 0 rgba(10, 10, 10, 0), 0 0 0 rgba(10, 10, 10, 0), 0 0 0 rgba(10, 10, 10, 0);
  61. -webkit-transform: scale(0.86);
  62. transform: scale(0.86);
  63. }
  64. 25% { opacity: 100; }
  65. 67% {
  66. box-shadow: 0 0 0 rgba(10, 10, 10, 0), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
  67. -webkit-transform: scale(1);
  68. transform: scale(1);
  69. }
  70. 100% {
  71. box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
  72. -webkit-transform: scale(1);
  73. transform: scale(1);
  74. }
  75. }
  76. /* ------------------
  77. PANEL
  78. ------------------ */
  79. section#login input, section#login p.control a.button {
  80. border-left: 0px;
  81. border-top: 0px;
  82. border-right: 0px;
  83. border-radius: 0px;
  84. box-shadow: 0 0 0;
  85. }
  86. section#login p.control a.button { margin-left: 10px; }
  87. section#login p.control a#loginBtn { border-right: 0px; }
  88. section#login p.control a#registerBtn { border-left: 0px; }
  89. section#auth, section#dashboard { display: none }
  90. section#auth input { background: rgba(0, 0, 0, 0); }
  91. section#auth input, section#auth a {
  92. border-left: 0px;
  93. border-top: 0px;
  94. border-right: 0px;
  95. border-radius: 0px;
  96. box-shadow: 0 0 0;
  97. }
  98. section#dashboard .table { font-size: 12px }
  99. section#dashboard div#table div.column { display:flex; width: 200px; height: 220px; margin: 9px; background: #f9f9f9; overflow: hidden; flex-wrap: wrap; align-items: center; }
  100. section#dashboard div#table div.column a { width: 100%; }
  101. section#dashboard div#table div.column a:first-child { height: 180px; }
  102. section#dashboard div#table div.column a img { width:200px; }
  103. .select-wrapper {
  104. text-align: center;
  105. margin-bottom: 10px;
  106. }
  107. .size-display {
  108. white-space: nowrap;
  109. }
  110. table.bold-children td {
  111. font-weight: bold;
  112. }
  113. table.bold-children td.normal {
  114. font-weight: normal;
  115. }
  116. .valign {
  117. vertical-align: middle !important;
  118. }
  119. /* .original-name {
  120. max-width: 20vw;
  121. white-space: nowrap;
  122. text-overflow: ellipsis;
  123. overflow: hidden;
  124. } */
  125. span#appearance-switch {
  126. position: absolute;
  127. top: 0;
  128. right: 0;
  129. padding: 0.2em;
  130. cursor: pointer;
  131. }
  132. span#appearance-switch > i {
  133. font-size: 2em !important;
  134. }
  135. span#appearance-text {
  136. text-transform: capitalize;
  137. vertical-align: middle;
  138. padding-right: 0.5em;
  139. }