flat.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. /*
  2. Theme Name: Flat
  3. Author: Robert Zollner (@Lupul)
  4. Website: www.hestiacp.com
  5. */
  6. body {
  7. letter-spacing: 0;
  8. }
  9. b,
  10. strong {
  11. font-weight: 600;
  12. }
  13. .body-login,
  14. .body-reset {
  15. background: #5f7eb3 !important;
  16. }
  17. .table-header {
  18. box-shadow: none !important;
  19. background: #fafafa !important;
  20. }
  21. .advanced-options {
  22. background: #fafafa !important;
  23. }
  24. .to-top,
  25. .to-shortcuts,
  26. .to-top:hover,
  27. .to-shortcuts:hover,
  28. .to-top:active,
  29. .to-shortcuts:active {
  30. box-shadow: none !important;
  31. background: none !important;
  32. background-color: #eee !important;
  33. }
  34. .l-header {
  35. box-shadow: none;
  36. background: #5070a6;
  37. text-shadow: none !important;
  38. }
  39. .l-menu__item--active {
  40. background-color: #fff;
  41. }
  42. .l-menu__item.l-menu__item--active a {
  43. background: none;
  44. box-shadow: none !important;
  45. }
  46. .l-menu__item a:hover {
  47. background: #fff !important;
  48. box-shadow: none;
  49. }
  50. .l-menu__item a:active {
  51. background: none;
  52. box-shadow: none !important;
  53. }
  54. .l-profile__notifications:hover,
  55. .l-profile__notifications.updates:hover,
  56. .l-profile__notifications.active.l-profile__notifications.updates:active {
  57. background: white !important;
  58. border: 1px solid transparent !important;
  59. box-shadow: none !important;
  60. }
  61. .l-unit:hover {
  62. box-shadow: none;
  63. }
  64. .l-unit__stat-col--left a,
  65. .l-unit__stat-col--left a:visited {
  66. color: #5f7eb3;
  67. }
  68. .l-unit__stat-col--left a:hover {
  69. color: #474747;
  70. }
  71. .l-unit:hover,
  72. .units .l-unit:hover {
  73. box-shadow: none;
  74. }
  75. .form-control,
  76. .form-select {
  77. box-shadow: none;
  78. }
  79. .advanced-options {
  80. box-shadow: none !important;
  81. }
  82. .ui-button,
  83. .button,
  84. .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit,
  85. .vst-advanced {
  86. box-shadow: none !important;
  87. background: linear-gradient(to bottom, rgb(235 243 249 / 100%) 0%, rgb(223 235 245 / 100%) 100%) !important;
  88. }
  89. .ui-button.cancel,
  90. .button.cancel,
  91. .to-top,
  92. .to-shortcuts {
  93. box-shadow: none !important;
  94. background: linear-gradient(to bottom, rgb(250 250 250 / 100%) 0%, rgb(241 241 241 / 100%) 100%) !important;
  95. }
  96. .ui-button:hover,
  97. .button:hover,
  98. .ui-button.cancel:hover,
  99. .button.cancel:hover,
  100. .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:hover,
  101. .vst-advanced:hover,
  102. .to-top:hover,
  103. .to-shortcuts:hover {
  104. color: #6986b7 !important;
  105. box-shadow: none !important;
  106. background: linear-gradient(to bottom, rgb(241 248 253 / 100%) 0%, rgb(227 240 251 / 100%) 100%) !important;
  107. }
  108. .ui-button:focus,
  109. .ui-button:active,
  110. .button:active,
  111. .button:focus,
  112. .ui-button.cancel:focus,
  113. .ui-button.cancel:active,
  114. .button.cancel:active,
  115. .button.cancel:focus,
  116. .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.submit:active,
  117. .vst-advanced:active,
  118. .to-top:focus,
  119. .to-shortcuts:focus {
  120. box-shadow: none !important;
  121. background: linear-gradient(to bottom, rgb(210 232 250 / 100%) 0%, rgb(194 224 248 / 100%) 100%) !important;
  122. }
  123. .ui-button.danger:hover,
  124. .button.danger:hover {
  125. background: #fcd3cf !important;
  126. color: #f4301a !important;
  127. border: 1px solid #f27e71 !important;
  128. }
  129. .ui-button.danger:active,
  130. .button.danger:active,
  131. .ui-button.danger:focus,
  132. .button.danger:focus {
  133. background: #a91200 !important;
  134. color: #fff !important;
  135. border: 1px solid #f4301a !important;
  136. }
  137. .ui-dialog .ui-dialog-buttonpane button:nth-of-type(2) {
  138. box-shadow: none !important;
  139. }
  140. .ui-dialog {
  141. box-shadow: 0 2px 11px 0 rgb(0 0 0 / 50%);
  142. }
  143. .alert {
  144. text-shadow: none;
  145. box-shadow: none;
  146. }
  147. .pill.usage {
  148. box-shadow: none;
  149. }
  150. .badge {
  151. box-shadow: none;
  152. }
  153. .notification-container {
  154. box-shadow: none;
  155. border: 1px solid #ccc;
  156. background: #fff;
  157. }
  158. .context-menu.sort-order {
  159. box-shadow: none;
  160. border: 1px solid #ccc;
  161. background: #fff !important;
  162. }
  163. .login {
  164. background-color: rgb(255 255 255 / 80%) !important;
  165. box-shadow:
  166. 0 2px 10px rgb(0 0 0 / 30%),
  167. inset 0 0 2px rgb(255 255 255 / 100%) !important;
  168. }