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

+ 13 - 8
src/client/styles/agile-admin/inverse/colors/halloween.scss

@@ -4,14 +4,14 @@ $basecolor:#030003;
 $themecolor: #aa4a04;
 $subthemecolor: #e9af2b;
 
-$linkcolor: #7c3a0a;
+$linkcolor: #aa4a04;
 
 $topbar: $themecolor;
 $sidebar:#061f2f;
 $subthemecolor: #e9af2b;
-$bodycolor: #fab362;
-$headingtext: #061f2f;
-$bodytext: #061f2f;
+$bodycolor: #030000;
+$headingtext: #e9af2b;
+$bodytext: #e9af2b;
 $linktext: $linkcolor;
 $linktext-hover: rgba($linktext, 0.8);
 $sidebar-text: $themecolor;
@@ -19,7 +19,7 @@ $dark-themecolor:#4f5467;
 
 $primary: $themecolor;
 
-$logo-mark-fill: lighten(desaturate($topbar, 10%), 15%);
+$logo-mark-fill: lighten($subthemecolor, 20%);
 $wikilinktext: $linkcolor;
 $wikilinktext-hover: rgba($linktext, 0.8);
 
@@ -28,7 +28,7 @@ $border: $themecolor;
 $navbar-border: lighten($basecolor, 25%);
 $active-navbar-border: darken($navbar-border, 3%);
 $btn-default-bgcolor: darken($basecolor, 10%);
-$inline-code-color: $subthemecolor;
+$inline-code-color: a94f04;
 $inline-code-bg: #0a121b;
 
 @import 'apply-colors';
@@ -49,5 +49,10 @@ $inline-code-bg: #0a121b;
     }
   }
 }
-
-
+.rbt-menu {
+  background: lighten($basecolor, 5%);
+}
+.nav-pills>li>a:hover{
+  background: #d3671a;
+  color:$white;
+}

+ 41 - 16
src/client/styles/agile-admin/inverse/colors/island.scss

@@ -1,13 +1,13 @@
 @import '../variables';
 
 
-$basecolor: #0c2a44;
+$themecolor: #0c2a44;
 $themelight: rgba(174, 216, 210, 0.973);
 $subthemecolor: rgba($linktext, 0.8);
-$linkcolor: #ffffff;
+$linkcolor: #fbfdfa;
 $themecolor: #97cbc3;
 
-$topbar: $basecolor;
+$topbar: #0c2a44;
 $sidebar: $themelight;
 $bodycolor: $themelight;
 
@@ -19,37 +19,62 @@ $sidebar-text: $themecolor;
 
 $primary: $themecolor;
 
-$logo-mark-fill: lighten(desaturate($topbar, 10%), 15%);
+$logo-mark-fill: lighten($themelight, 10%);
 $wikilinktext: $linkcolor;
 $wikilinktext-hover: rgba($linktext, 0.8);
 
 $dark: darken($bodytext, 5%);
 $border: #fff;
-$navbar-border: lighten($basecolor, 25%);
+$navbar-border: lighten($themecolor, 25%);
 $active-navbar-border: darken($navbar-border, 3%);
-$btn-default-bgcolor: darken($basecolor, 10%);
-$inline-code-color: $subthemecolor;
-$inline-code-bg: #0a121b;
+$btn-default-bgcolor: darken($themecolor, 10%);
+$inline-code-color: lighten($themelight, 40);
+$inline-code-bg: darken($themelight, 3%);
 
 @import 'apply-colors';
-@import 'apply-colors-dark';
+@import 'apply-colors-light';
 
 .wiki {
   .highlighted {
    background-color: lighten($themecolor, 20%);
   }
 }
-
 .panel {
-  &, &.panel-white, &.panel-default {
+  &,
+  &.panel-white,
+  &.panel-default {
+    background-color: lighten($themecolor, 30%);
     border-color: $bodytext;
-    color: $basecolor;
+    color: $themecolor;
     .panel-heading {
-      color: $basecolor;
-      background-color: 1px solid $bodytext;
+      color: $themecolor;
+      background-color: lighten($themecolor, 20%);
+    }
+    ul {
+      li {
+        a {
+          color: darken($themecolor, 15%);
+        }
+      }
     }
   }
-  .panel-body {
-    color: black;
+}
+/*Nav-pills*/
+ .nav-pills a:hover{
+  background: $themecolor;
+  color: #72a1a4 !important;
+}
+
+/* GROWI page list */
+ .page-list {
+  .page-list-ul {
+    > li {
+      > a strong {
+        color: lighten($themelight, 20%);
+      }
+    }
   }
 }
+.rbt-menu {
+  background: lighten($themelight, 5%);
+}

+ 7 - 4
src/client/styles/agile-admin/inverse/colors/wood.scss

@@ -1,7 +1,7 @@
 @import '../variables';
 
 $themecolor: #aaa45f;
-$themelight: #ffffff;
+$themelight: #fffefb;
 $subthemecolor: #dddebf;
 
 
@@ -18,10 +18,10 @@ $sidebar-text:  #859083;
 $primary: $themecolor;
 $info: lighten($themecolor,20%);
 
-$logo-mark-fill: lighten(desaturate($topbar, 30%), 20%);
-$wikilinktext: lighten($themecolor, 20%);
+$logo-mark-fill: lighten(desaturate($topbar, 50%), 50%);
+$wikilinktext: lighten($themecolor, 10%);
 $wikilinktext-hover: lighten($wikilinktext, 20%);
-$inline-code-color: $subthemecolor;
+$inline-code-color: darken($themecolor, 20%);
 $inline-code-bg: lighten($subthemecolor,70%);
 
 @import 'apply-colors';
@@ -39,3 +39,6 @@ $inline-code-bg: lighten($subthemecolor,70%);
     }
   }
 }
+.rbt-menu {
+  background: $themelight;
+}