app.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. .wrapper {
  2. display: block;
  3. }
  4. #input-file {
  5. display: none !important;
  6. }
  7. #sidebar {
  8. min-width: 228px;
  9. max-width: 228px;
  10. height: 100vh;
  11. position: fixed;
  12. top: 0;
  13. right: 0;
  14. z-index: 9999;
  15. background: #f5f5f5;
  16. border-left: #eaeaea 1px solid;
  17. }
  18. #sidebar #tool-bar .tool {
  19. width: 60px;
  20. height: 60px;
  21. border-radius: 4px;
  22. border: 1px solid #aaaaaa;
  23. background-color: transparent;
  24. margin-left: 9px;
  25. position: relative;
  26. margin-bottom: 20px;
  27. opacity: 0.8;
  28. -webkit-animation-duration: 1.5s;
  29. animation-duration: 1.5s;
  30. -webkit-animation-fill-mode: both;
  31. animation-fill-mode: both;
  32. }
  33. #sidebar #tool-bar .tool:hover,
  34. #sidebar #tool-bar .tool:active,
  35. #sidebar #tool-bar .tool:disabled {
  36. transition: opacity 1s linear;
  37. transition: border-color 1s linear;
  38. transition: border-size 1s linear;
  39. opacity: 1;
  40. border: 2px solid #9bc364;
  41. color: #333333;
  42. }
  43. #sidebar #tool-bar span {
  44. position: absolute;
  45. left: 0px;
  46. bottom: -16px;
  47. text-align: center;
  48. font-size: 8px;
  49. width: 100%;
  50. vertical-align: middle;
  51. display: none;
  52. }
  53. #sidebar #tool-bar h3 {
  54. font-size: 12px;
  55. padding-left: 10px;
  56. margin-top: 10px;
  57. margin-bottom: 40px;
  58. }
  59. #header {
  60. border-bottom: #eaeaea 1px solid;
  61. margin: 0px;
  62. padding: 0px;
  63. }
  64. #header #logo img {
  65. margin-top: 4px;
  66. margin-left: 10px;
  67. }
  68. #header ul li {
  69. margin: 0px 8px 0px 0px;
  70. padding: 0px;
  71. font-size: 12px;
  72. display: inline-block;
  73. list-style: none;
  74. height: 100%;
  75. border-radius: 4px;
  76. overflow: hidden;
  77. }
  78. #header ul li button {
  79. background: transparent;
  80. border: none;
  81. margin: 0px;
  82. height: 100%;
  83. }
  84. #header ul li button:hover {
  85. background: #efefef;
  86. transition: background-color 0.5s linear;
  87. }
  88. #header ul li .li-content {
  89. display: none;
  90. position: absolute;
  91. background-color: #efefef;
  92. min-width: 160px;
  93. box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.2);
  94. z-index: 1;
  95. height: auto;
  96. top: 28px;
  97. }
  98. .li-content li {
  99. width: 100%;
  100. }
  101. .li-content li button {
  102. width: 100% !important;
  103. padding: 5px 10px;
  104. display: inline-block;
  105. text-align: left;
  106. }
  107. #header ul li:hover .li-content {
  108. display: block;
  109. transition: display 0.5s linear;
  110. }
  111. #header ul li:hover .dropbtn {
  112. background-color: #3e8e41;
  113. }
  114. .files {
  115. background: #eaeaea;
  116. height: 32.02px;
  117. padding: 0px;
  118. margin: 0px;
  119. }
  120. .files ul,
  121. #header ul {
  122. list-style: none;
  123. list-style-type: none;
  124. margin: 0px;
  125. padding: 0px;
  126. vertical-align: middle;
  127. height: 100%;
  128. }
  129. .files ul li {
  130. margin: 0px 10px 0px 0px;
  131. padding: 0px;
  132. font-size: 12px;
  133. display: inline-block;
  134. list-style: none;
  135. height: 100%;
  136. }
  137. .files ul .file:hover {
  138. background: #e0e0e0 !important;
  139. color: #333333 !important;
  140. transition: background-color 0.3s linear;
  141. transition: color 0.3s linear;
  142. }
  143. .files ul .file,
  144. .files ul .file button {
  145. padding: 0px;
  146. color: #aaaaaa;
  147. }
  148. .files ul .file button {
  149. border: none;
  150. margin: 0px;
  151. background: transparent;
  152. padding: 2px 15px;
  153. height: 100%;
  154. }
  155. .files ul .active button {
  156. background: #d4d4d4;
  157. color: #555555;
  158. margin: 0px;
  159. }
  160. .files ul .active {
  161. background: #d4d4d4;
  162. color: #555555;
  163. margin: 0px;
  164. }
  165. .files ul .new button {
  166. border: none;
  167. padding: 0px;
  168. margin: -3px 0px 0px 0px;
  169. height: 18px;
  170. width: 18px;
  171. background: #a4cd6d;
  172. border-color: #9bc364;
  173. border-radius: 4px;
  174. border-right: 1.3px solid #9bc364;
  175. border-bottom: 1.3px solid #9bc364;
  176. font-size: 10px;
  177. text-align: center;
  178. vertical-align: middle;
  179. color: #555555;
  180. }
  181. .hidden {
  182. display: none !important;
  183. }
  184. @-webkit-keyframes fadeInRight {
  185. 0% {
  186. opacity: 0;
  187. -webkit-transform: translateX(20px);
  188. }
  189. 100% {
  190. opacity: 1;
  191. -webkit-transform: translateX(0);
  192. }
  193. }
  194. @keyframes fadeInRight {
  195. 0% {
  196. opacity: 0;
  197. transform: translateX(20px);
  198. }
  199. 100% {
  200. opacity: 1;
  201. transform: translateX(0);
  202. }
  203. }
  204. .fadeInRight {
  205. -webkit-animation-name: fadeInRight;
  206. animation-name: fadeInRight;
  207. }