Thema painel


SUBMITTED BY: Feloko69

DATE: Aug. 7, 2023, 2:52 a.m.

FORMAT: Text only

SIZE: 9.2 kB

HITS: 466

  1. html body.navbar-sticky .app-content .content-wrapper {
  2. padding: 30px 25px 5px 25px;
  3. margin: 60px 20px 20px 20px;
  4. background-color: #0e0e0e;
  5. border-radius: 30px;
  6. }
  7. .badge badge-demo bg-label-danger ms-auto {
  8. background-color: #ff6300;
  9. font-size: 0px;
  10. }
  11. .badge.badge-success{
  12. border-radius: 10px;
  13. }
  14. .badge.badge-danger{
  15. border-radius: 10px;
  16. }
  17. .badge.badge-warning {
  18. border-radius: 10px;
  19. }
  20. .rounded-pill {
  21. border-radius: 0px;
  22. border: 0px;
  23. }
  24. .alert.alert-warning{
  25. background: #02acef!important;
  26. box-shadow: 0 3px 8px 0 rgba(30,144,255, 0.4)!important;
  27. }
  28. body.dark-layout select.form-control, body.dark-layout .custom-select {
  29. background-color: #383535;
  30. color: #fff;
  31. border-color: #02acef;
  32. border-radius: 25px;
  33. }
  34. body.dark-layout .main-menu .shadow-bottom {
  35. background: linear-gradient(180deg, #212121 44%, #212121 73%, #21212100);
  36. }
  37. .dhr-marquee {
  38. color: #fff;
  39. font-size: 11px;
  40. font-weight: 900;
  41. letter-spacing: .6px;
  42. line-height: 50px;
  43. height: 36px;
  44. margin: 0px;
  45. padding: 0px;
  46. display: inline-block;
  47. }
  48. body.dark-layout .card .card-body {
  49. color: #e9e9e9;
  50. background-color: #212121;
  51. border-color: #49494959 !important;
  52. border-radius: 30px;
  53. margin-top: 20px;
  54. }
  55. body.dark-layout .btn[class*="btn-"] {
  56. color: #fff !important;
  57. border-color: #0e0e0e !important;
  58. background-color: #01b0f5 !important;
  59. border-radius: 20px;
  60. }
  61. .card .card-header .card-title {
  62. margin-bottom: 0;
  63. color: #fff;
  64. }
  65. .header-navbar .navbar-wrapper {
  66. width: 100%;
  67. background: #dee2e7;
  68. }
  69. body.dark-layout .header-navbar .user-name {
  70. color: #0e0e0e !important;
  71. }
  72. body.dark-layout input.form-control:not(:focus), body.dark-layout .custom-file-label:not(:focus), body.dark-layout textarea.form-control:not(:focus) {
  73. border-color: #0e0e0e;
  74. border-radius: 30px;
  75. }
  76. body.dark-layout .card .card-header, body.dark-layout .card .card-footer {
  77. color: #8a99b5;
  78. background-color: #0e0e0e00;
  79. border-color: #0e0e0e !important;
  80. }
  81. .table {
  82. width: 100%;
  83. color: #0e0e0e;
  84. background-color: #01b0f5;
  85. border-radius: 30px;
  86. }
  87. body.dark-layout .card {
  88. background-color: #272e4800;
  89. box-shadow: none;
  90. border-radius: 30px;
  91. border: 1px solid #5a8def00 !important;
  92. }
  93. @media (min-width: 992px)
  94. body.vertical-layout.vertical-menu-modern .main-menu.menu-dark {
  95. border-right: 1px solid #0e0e0e00;
  96. }
  97. .header-navbar.fixed-top {
  98. left: 260px;
  99. position: fixed;
  100. background-color: #1a233a !important;
  101. }
  102. .header-navbar .navbar-wrapper {
  103. width: 100%;
  104. background: #1a233a;
  105. }
  106. @media (max-width: 1200px) {
  107. .header-navbar.fixed-top {
  108. left: 0 !important;
  109. }
  110. }
  111. avatar {
  112. white-space: nowrap;
  113. background-color: #c3c3c3;
  114. border-radius: 50%;
  115. position: relative;
  116. cursor: pointer;
  117. color: #0e0e0e;
  118. display: inline-flex;
  119. font-size: 0.8rem;
  120. text-align: center;
  121. vertical-align: middle;
  122. margin: 0;
  123. }
  124. body.dark-layout .nav-tabs ~ .tab-content, body.dark-layout .nav ~ .tab-content, body.dark-layout .pills-stacked ~ .tab-content {
  125. background-color: #1a233a;
  126. }
  127. .card .card-header ~ .card-content .card-body {
  128. padding-top: 25px;
  129. }
  130. body.dark-layout ul li {
  131. color: #8a99b5 !important;
  132. border-radius: 25px !important;
  133. }
  134. .text-success {
  135. color: #00ff00 !important;
  136. }
  137. .bg-success {
  138. background-color: #01b0f5 !important;
  139. border-radius: 10px;
  140. }
  141. a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  142. background-color: #4b6492 !important;
  143. }
  144. body.dark-layout p, body.dark-layout small, body.dark-layout span, body.dark-layout label {
  145. color: #fff;
  146. }
  147. body.dark-layout .main-menu-content .navigation-main {
  148. background-color: #0e0e0e;
  149. }
  150. body.dark-layout {
  151. background-color: #0e0e0e;
  152. }
  153. body.dark-layout h1, body.dark-layout h2, body.dark-layout h3, body.dark-layout h4, body.dark-layout h5, body.dark-layout h6 {
  154. color: #fff!important;
  155. }
  156. .text-muted {
  157. color: #fff !important;
  158. }
  159. body.dark-layout .divider .divider-text {
  160. background-color: transparent;
  161. color: #fff!important;
  162. }
  163. .main-menu.menu-dark .navigation > li.nav-item.open.has-sub.open, .main-menu.menu-dark .navigation > li.nav-item.open.has-sub.sidebar-group-active, .main-menu.menu-dark .navigation > li.nav-item.sidebar-group-active.has-sub.open, .main-menu.menu-dark .navigation > li.nav-item.sidebar-group-active.has-sub.sidebar-group-active {
  164. border-radius: 0.267rem;
  165. border: 1px solid #1f1d1dd8;
  166. background-color: #212121;
  167. transition: none;
  168. }
  169. body.dark-layout .main-menu-content .navigation-main .nav-item i {
  170. color: #01b0f5;
  171. }
  172. a {
  173. color: #5A8DEE;
  174. text-decoration: none;
  175. background-color: #01b0f500;
  176. }
  177. body.dark-layout input.form-control, body.dark-layout .custom-file-label, body.dark-layout textarea.form-control {
  178. background-color: #383535;
  179. color: #fff;
  180. }
  181. body.dark-layout input.form-control:not(:focus), body.dark-layout .custom-file-label:not(:focus), body.dark-layout textarea.form-control:not(:focus) {
  182. border-color: #01b0f5;
  183. border-radius: 30px;
  184. }
  185. body.dark-layout .divider .divider-text {
  186. background-color: #6f111100;
  187. color: #afcbe6;
  188. }
  189. .divider.divider-primary .divider-text:before, .divider.divider-primary .divider-text:after {
  190. border-color: #0e0e0e !important;
  191. }
  192. .divider.divider-success .divider-text:before, .divider.divider-success .divider-text:after {
  193. border-color: #0e0e0e !important;
  194. }
  195. .table {
  196. width: 100%;
  197. color: #0e0e0e;
  198. background-color: #0e0e0e;
  199. border-radius: 30px;
  200. }
  201. body.dark-layout .table tbody td, body.dark-layout .table tbody th {
  202. border-color: #01b0f5;
  203. color: #fff;
  204. }
  205. body.dark-layout .table thead th {
  206. border-color: #01b0f5;
  207. color: #fff;
  208. }
  209. body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link i {
  210. color: #01b0f5;
  211. }
  212. .header-navbar .navbar-wrapper {
  213. width: 100%;
  214. background: #0e0e0e;
  215. }
  216. body.dark-layout select.form-control, body.dark-layout .custom-select {
  217. background-color: #383535;
  218. color: #fff;
  219. border-color: #02acef;
  220. border-radius: 25px;
  221. }
  222. .primary {
  223. color: #01b0f5 !important;
  224. }
  225. body.dark-layout .main-menu {
  226. background-color: #0e0e0e !important;
  227. }
  228. .text-primary {
  229. color: #0e0e0e !important;
  230. }
  231. body.dark-layout .modal .modal-header {
  232. background-color: #01b0f5;
  233. border-bottom: 1px solid #0e0e0e;
  234. }
  235. .text-danger {
  236. color: #ff0000 !important;
  237. }
  238. .text-danger {
  239. color: #afcbe6 !important;
  240. }
  241. .badge {
  242. color: #0e0e0e;
  243. font-family: "Rubik", Helvetica, Arial, serif;
  244. background-color: #f10001;
  245. text-transform: uppercase;
  246. }
  247. .badge.badge-danger {
  248. background-color: #fb0001;
  249. }
  250. body.dark-layout .pagination .page-item .page-link {
  251. border: 1px solid #afcbe6;
  252. border-right: 0;
  253. border-left: 0;
  254. color: #fff;
  255. }
  256. .pagination .page-item.active .page-link, .pagination .page-item.active .page-link:hover {
  257. border-radius: 0.267rem;
  258. background-color: #01b0f5 !important;
  259. color: #0e0e0e;
  260. }
  261. body.dark-layout .modal .modal-content, body.dark-layout .modal .modal-body, body.dark-layout .modal .modal-footer {
  262. background-color: #383535;
  263. }
  264. body.dark-layout .dropdown-menu {
  265. background-color: #0e0e0e;
  266. border: 1px solid #01b0f5;
  267. }
  268. body.dark-layout .dropdown-menu .dropdown-item:hover, body.dark-layout .dropdown-menu .dropdown-item:focus {
  269. background: #01b0f5;
  270. }
  271. body.dark-layout .dropdown-menu .dropdown-item {
  272. color: #afcbe6;
  273. }
  274. body.dark-layout .dropdown-menu .dropdown-item {
  275. color: #afcbe6;
  276. }
  277. body.dark-layout .nav-tabs ~ .tab-content, body.dark-layout .nav ~ .tab-content, body.dark-layout .pills-stacked ~ .tab-content {
  278. background-color: #0e0e0e;
  279. }
  280. body.dark-layout code {
  281. background-color: #01b0f5;
  282. border-radius: 10px;
  283. }
  284. code {
  285. padding: .1rem .4rem;
  286. font-size: 90%;
  287. color: #0e0e0e;
  288. background-color: #afcbe6;
  289. border-radius: 0.1335rem;
  290. }
  291. .alert.alert-success {
  292. background: #01b0f5 !important;
  293. color: #fff !important;
  294. border: none;
  295. }
  296. .ace-twilight {
  297. background-color: #272e48;
  298. color: #0e0e0e;
  299. }
  300. .ace-twilight .ace_gutter {
  301. background: #afcbe6;
  302. color: #0e0e0e;
  303. }
  304. body.dark-layout .divider .divider-text {
  305. background-color: #01b0f5;
  306. border-top-left-radius: 25px;
  307. color: #0e0e0e;
  308. border-top-right-radius: 25px;
  309. }
  310. body.dark-layout .dropdown-menu:before {
  311. background: #0e0e0e;
  312. border-top: 1px solid #0e0e0e;
  313. border-left: 1px solid #0e0e0e;
  314. }
  315. badge badge-demo bg-label-danger ms-auto {
  316. color: #0e0e0e; font-size: 0px; background-color: #0e0e0e;
  317. }
  318. body.dark-layout .card {
  319. box-shadow: -8px 12px 20px 0 rgba(11, 26, 51, 0) !important;
  320. }
  321. .div.swal-modal{
  322. background-color: #383535;
  323. }

comments powered by Disqus