app.css 4.2 KB

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