mayu morita 7 лет назад
Родитель
Сommit
a882468c56

BIN
public/images/admin/customize/halloween.png


BIN
public/images/admin/customize/wood-navbar.png


BIN
public/images/admin/customize/wood.png


+ 20 - 1
src/client/styles/agile-admin/inverse/colors/halloween.scss

@@ -51,9 +51,28 @@ $inline-code-bg: #0a121b;
   }
 }
 .rbt-menu {
-  background: lighten($basecolor, 5%);
+  background: lighten($basecolor, 7%);
 }
 .nav-pills>li>a:hover{
   background: #d3671a;
   color:$white;
 }
+#page-wrapper {
+  background-image: url("/images/admin/customize/halloween.png") !important;
+}
+.bg-title {
+  background: rgba(0,0,0,0.35) !important;
+}
+
+/*
+ * Tabs
+ */
+.nav.nav-tabs {
+  >li.active>a {
+    background: transparent !important;
+    border-bottom: 1px solid #1f1b1b;
+  }
+}
+.page-editor-preview-body {
+  background: transparent !important;
+}

+ 12 - 0
src/client/styles/agile-admin/inverse/colors/island.scss

@@ -84,3 +84,15 @@ $inline-code-bg: darken($themelight, 3%);
 #page-wrapper {
   background-image: url("/images/admin/customize/island.png") !important;
 }
+/*
+ * Tabs
+ */
+ .nav.nav-tabs {
+  >li.active>a {
+    background: transparent !important;
+    border-bottom: 1px solid #d0ece7;
+  }
+}
+.page-editor-preview-container {
+  background: transparent !important;
+}

+ 31 - 18
src/client/styles/agile-admin/inverse/colors/wood.scss

@@ -1,50 +1,63 @@
 @import '../variables';
-
 $themecolor: #aaa45f;
-$themelight: #fffefb;
+$themelight: #f5f3ee;
 $subthemecolor: #dddebf;
-
-
 $topbar: $themecolor;
 $sidebar: $themelight;
 $bodycolor: $themelight;
-
-$headingtext: #6d8969;
-$bodytext: #92918c;
+$headingtext: #577254;
+$bodytext: #7c7a70;
 $linktext: lighten(#6d8969, 5%);
 $linktext-hover: lighten($linktext, 12%);
-$sidebar-text:  #859083;
-
+$sidebar-text: #859083;
 $primary: $themecolor;
-$info: lighten($themecolor,20%);
-
+$info: lighten($themecolor, 10%);
 $logo-mark-fill: lighten(desaturate($topbar, 50%), 50%);
-$wikilinktext: lighten($themecolor, 10%);
-$wikilinktext-hover: lighten($wikilinktext, 20%);
+$wikilinktext: lighten($themecolor, 5%);
+$wikilinktext-hover: lighten($wikilinktext, 15%);
 $inline-code-color: darken($themecolor, 20%);
-$inline-code-bg: lighten($subthemecolor,70%);
-
+$inline-code-bg: lighten($subthemecolor, 70%);
 @import 'apply-colors';
 @import 'apply-colors-light';
 
-
 // change color of highlighted header in wiki (default: orange)
 .wiki {
   .code-line.revision-head.highlighted {
-    background-color: lighten($themecolor,20%);
+    background-color: lighten($themecolor, 20%);
     color: $themelight;
 
-    .icon-note, .icon-link {
+    .icon-note,
+    .icon-link {
       color: $themelight;
     }
   }
 }
+
 .rbt-menu {
   background: $themelight;
 }
+
 #page-wrapper {
   background-image: url("/images/admin/customize/wood.png") !important;
 }
+
 .bg-title {
+  background: #dddebf5d !important;
+}
+
+/*
+ * Tabs
+ */
+.nav.nav-tabs {
+  >li.active>a {
+    background: transparent !important;
+    border-bottom: 1px solid $bodycolor;
+  }
+}
+
+.navbar-header {
+  background-image: url("/images/admin/customize/wood-navbar.png") !important;
+}
+.page-editor-preview-container {
   background: transparent !important;
 }