Blue.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. #organizrNewsPanel .panel-body {
  21. background: #fdfdfd;
  22. }
  23. /*Just change your choise color here its theme Colors*/
  24. body {
  25. background: #fff;
  26. }
  27. /*Top Header Part*/
  28. .logo i {
  29. color: #ffffff;
  30. }
  31. .navbar-header {
  32. background: #2cabe3;
  33. }
  34. .navbar-top-links > li > a {
  35. color: #ffffff;
  36. }
  37. .sidebar .sidebar-head {
  38. background: #ffffff;
  39. }
  40. .sidebar .sidebar-head h3 {
  41. color: #686868;
  42. }
  43. /*Right panel*/
  44. .right-sidebar .rpanel-title {
  45. background: #2cabe3;
  46. }
  47. /*Bread Crumb*/
  48. .bg-title .breadcrumb .active {
  49. color: #2cabe3;
  50. }
  51. /*Sidebar*/
  52. .sidebar {
  53. background: #fff;
  54. box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  55. }
  56. .sidebar .label-custom {
  57. background: #01c0c8;
  58. }
  59. #side-menu li a {
  60. color: #54667a;
  61. }
  62. #side-menu li a {
  63. color: #54667a;
  64. border-left: 0px solid #fff;
  65. }
  66. #side-menu > li > a:hover,
  67. #side-menu > li > a:focus {
  68. background: rgba(0, 0, 0, 0.07);
  69. }
  70. #side-menu > li > a.active {
  71. background: #2cabe3;
  72. color: #ffffff;
  73. font-weight: 500;
  74. }
  75. #side-menu ul > li > a:hover {
  76. color: #2cabe3;
  77. }
  78. #side-menu ul > li > a.active {
  79. color: #2cabe3;
  80. font-weight: 500;
  81. }
  82. .user-profile .user-pro-body .u-dropdown {
  83. color: #54667a;
  84. }
  85. /*themecolor*/
  86. .bg-theme {
  87. background-color: #707cd2 !important;
  88. }
  89. .bg-theme-dark {
  90. background-color: #2cabe3 !important;
  91. }
  92. /*Button*/
  93. .btn-custom {
  94. background: #2cabe3;
  95. border: 1px solid #2cabe3;
  96. color: #ffffff;
  97. }
  98. .btn-custom:hover {
  99. background: #2cabe3;
  100. opacity: 0.8;
  101. color: #ffffff;
  102. border: 1px solid #2cabe3;
  103. }
  104. /*Custom tab*/
  105. .customtab li.active a,
  106. .customtab li.active a:hover,
  107. .customtab li.active a:focus {
  108. border-bottom: 2px solid #2cabe3;
  109. color: #2cabe3;
  110. }
  111. .tabs-vertical li.active a,
  112. .tabs-vertical li.active a:hover,
  113. .tabs-vertical li.active a:focus {
  114. background: #2cabe3;
  115. border-right: 2px solid #2cabe3;
  116. }
  117. /*Nav-pills*/
  118. .nav-pills > li.active > a,
  119. .nav-pills > li.active > a:focus,
  120. .nav-pills > li.active > a:hover {
  121. background: #2cabe3;
  122. color: #ffffff;
  123. }