Browse Source

add blue theme

causefx 8 years ago
parent
commit
c5dfb18085
2 changed files with 121 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 120 0
      css/themes/Blue.css

+ 1 - 0
.gitignore

@@ -92,4 +92,5 @@ wallpaper.jpg
 strings.json
 css/themes/*.css
 !css/themes/Organizr.css
+!css/themes/Blue.css
 *sonflix*

+ 120 - 0
css/themes/Blue.css

@@ -0,0 +1,120 @@
+@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);
+/*Theme Colors*/
+/*bootstrap Color*/
+/*Normal Color*/
+/*Border radius*/
+/*Preloader*/
+.preloader {
+  width: 100%;
+  height: 100%;
+  top: 0px;
+  position: fixed;
+  z-index: 99999;
+  background: #fff;
+}
+.preloader .cssload-speeding-wheel {
+  position: absolute;
+  top: calc(50% - 3.5px);
+  left: calc(50% - 3.5px);
+}
+/*Just change your choise color here its theme Colors*/
+body {
+  background: #fff;
+}
+/*Top Header Part*/
+.logo i {
+  color: #ffffff;
+}
+.navbar-header {
+  background: #2cabe3;
+}
+.navbar-top-links > li > a {
+  color: #ffffff;
+}
+.sidebar .sidebar-head {
+  background: #ffffff;
+}
+.sidebar .sidebar-head h3 {
+  color: #686868;
+}
+/*Right panel*/
+.right-sidebar .rpanel-title {
+  background: #2cabe3;
+}
+/*Bread Crumb*/
+.bg-title .breadcrumb .active {
+  color: #2cabe3;
+}
+/*Sidebar*/
+.sidebar {
+  background: #fff;
+  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
+}
+.sidebar .label-custom {
+  background: #01c0c8;
+}
+#side-menu li a {
+  color: #54667a;
+}
+#side-menu li a {
+  color: #54667a;
+  border-left: 0px solid #fff;
+}
+#side-menu > li > a:hover,
+#side-menu > li > a:focus {
+  background: rgba(0, 0, 0, 0.07);
+}
+#side-menu > li > a.active {
+  background: #2cabe3;
+  color: #ffffff;
+  font-weight: 500;
+}
+#side-menu ul > li > a:hover {
+  color: #2cabe3;
+}
+#side-menu ul > li > a.active {
+  color: #2cabe3;
+  font-weight: 500;
+}
+.user-profile .user-pro-body .u-dropdown {
+  color: #54667a;
+}
+/*themecolor*/
+.bg-theme {
+  background-color: #707cd2 !important;
+}
+.bg-theme-dark {
+  background-color: #2cabe3 !important;
+}
+/*Button*/
+.btn-custom {
+  background: #2cabe3;
+  border: 1px solid #2cabe3;
+  color: #ffffff;
+}
+.btn-custom:hover {
+  background: #2cabe3;
+  opacity: 0.8;
+  color: #ffffff;
+  border: 1px solid #2cabe3;
+}
+/*Custom tab*/
+.customtab li.active a,
+.customtab li.active a:hover,
+.customtab li.active a:focus {
+  border-bottom: 2px solid #2cabe3;
+  color: #2cabe3;
+}
+.tabs-vertical li.active a,
+.tabs-vertical li.active a:hover,
+.tabs-vertical li.active a:focus {
+  background: #2cabe3;
+  border-right: 2px solid #2cabe3;
+}
+/*Nav-pills*/
+.nav-pills > li.active > a,
+.nav-pills > li.active > a:focus,
+.nav-pills > li.active > a:hover {
+  background: #2cabe3;
+  color: #ffffff;
+}