megna-dark.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. @import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);
  2. /*Theme Colors*/
  3. /*bootstrap Color*/
  4. /*Normal Color*/
  5. /*Border radius*/
  6. /*Preloader*/
  7. .preloader {
  8. width: 100%;
  9. height: 100%;
  10. top: 0px;
  11. position: fixed;
  12. z-index: 99999;
  13. background: #fff;
  14. }
  15. .preloader .cssload-speeding-wheel {
  16. position: absolute;
  17. top: calc(50% - 3.5px);
  18. left: calc(50% - 3.5px);
  19. }
  20. /*Just change your choise color here its theme Colors*/
  21. body {
  22. background: #2f323e;
  23. }
  24. /*Top Header Part*/
  25. .logo i {
  26. color: #4c5667;
  27. }
  28. .top-left-part .light-logo {
  29. display: inline-block;
  30. }
  31. .top-left-part .dark-logo {
  32. display: none;
  33. }
  34. .navbar-header {
  35. background: #ffffff;
  36. }
  37. .app-search .form-control,
  38. .app-search .form-control:focus {
  39. border: 1px solid rgba(120, 130, 140, 0.13);
  40. }
  41. .navbar-top-links > li > a {
  42. color: #686868;
  43. }
  44. .bg-title {
  45. border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  46. }
  47. /*Right panel*/
  48. .right-sidebar .rpanel-title {
  49. background: #2cabe3;
  50. }
  51. /*Bread Crumb*/
  52. .bg-title .breadcrumb .active {
  53. color: #2cabe3;
  54. }
  55. /*Sidebar*/
  56. .sidebar {
  57. background: #2f323e;
  58. box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  59. }
  60. .sidebar .label-custom {
  61. background: #01c0c8;
  62. }
  63. #side-menu li a {
  64. color: #97999f;
  65. }
  66. #side-menu li a {
  67. color: #97999f;
  68. border-left: 0px solid #2f323e;
  69. }
  70. #side-menu > li > a:hover,
  71. #side-menu > li > a:focus {
  72. background: rgba(0, 0, 0, 0.07);
  73. }
  74. #side-menu > li > a.active {
  75. background: #2cabe3;
  76. color: #ffffff;
  77. font-weight: 500;
  78. }
  79. #side-menu ul > li > a:hover {
  80. color: #ffffff;
  81. }
  82. #side-menu ul > li > a.active {
  83. color: #ffffff;
  84. font-weight: 500;
  85. }
  86. .user-profile .user-pro-body .u-dropdown {
  87. color: #97999f;
  88. }
  89. /*themecolor*/
  90. .bg-theme {
  91. background-color: #707cd2 !important;
  92. }
  93. .bg-theme-dark {
  94. background-color: #2cabe3 !important;
  95. }
  96. /*Button*/
  97. .btn-custom {
  98. background: #2cabe3;
  99. border: 1px solid #2cabe3;
  100. color: #ffffff;
  101. }
  102. .btn-custom:hover {
  103. background: #2cabe3;
  104. opacity: 0.8;
  105. color: #ffffff;
  106. border: 1px solid #2cabe3;
  107. }
  108. /*Custom tab*/
  109. .customtab li.active a,
  110. .customtab li.active a:hover,
  111. .customtab li.active a:focus {
  112. border-bottom: 2px solid #2cabe3;
  113. color: #2cabe3;
  114. }
  115. .tabs-vertical li.active a,
  116. .tabs-vertical li.active a:hover,
  117. .tabs-vertical li.active a:focus {
  118. background: #2cabe3;
  119. border-right: 2px solid #2cabe3;
  120. }
  121. /*Nav-pills*/
  122. .nav-pills > li.active > a,
  123. .nav-pills > li.active > a:focus,
  124. .nav-pills > li.active > a:hover {
  125. background: #2cabe3;
  126. color: #ffffff;
  127. }