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

+ 14 - 12
src/client/styles/agile-admin/inverse/colors/halloween.scss

@@ -1,11 +1,8 @@
 @import '../variables';
-
 $basecolor:#030003;
 $themecolor: #aa4a04;
 $subthemecolor: #e9af2b;
-
 $linkcolor: #aa4a04;
-
 $topbar: $themecolor;
 $sidebar:#061f2f;
 $subthemecolor: #e9af2b;
@@ -16,13 +13,10 @@ $linktext: $linkcolor;
 $linktext-hover: rgba($linktext, 0.8);
 $sidebar-text: $themecolor;
 $dark-themecolor:#4f5467;
-
 $primary: $themecolor;
-
 $logo-mark-fill: lighten($subthemecolor, 20%);
 $wikilinktext: $linkcolor;
 $wikilinktext-hover: rgba($linktext, 0.8);
-
 $dark: darken($bodytext, 5%);
 $border: $themecolor;
 $navbar-border: lighten($basecolor, 25%);
@@ -30,38 +24,45 @@ $active-navbar-border: darken($navbar-border, 3%);
 $btn-default-bgcolor: darken($basecolor, 10%);
 $inline-code-color: a94f04;
 $inline-code-bg: #0a121b;
-
 @import 'apply-colors';
 @import 'apply-colors-dark';
 
 .wiki {
   .highlighted {
-   background-color: lighten($themecolor, 20%);
+    background-color: lighten($themecolor, 20%);
   }
 }
 
 .panel {
-  &, &.panel-white, &.panel-default {
+
+  &,
+  &.panel-white,
+  &.panel-default {
     border-color: $bodytext;
     background-color: lighten($basecolor, 5%);
+
     .panel-heading {
       color: $basecolor;
       background-color: 1px solid $bodytext;
     }
   }
 }
+
 .rbt-menu {
   background: lighten($basecolor, 7%);
 }
-.nav-pills>li>a:hover{
+
+.nav-pills>li>a:hover {
   background: #d3671a;
-  color:$white;
+  color: $white;
 }
+
 #page-wrapper {
   background-image: url("/images/admin/customize/halloween.png") !important;
 }
+
 .bg-title {
-  background: rgba(0,0,0,0.35) !important;
+  background: transparent !important;
 }
 
 /*
@@ -73,6 +74,7 @@ $inline-code-bg: #0a121b;
     border-bottom: 1px solid #1f1b1b;
   }
 }
+
 .page-editor-preview-body {
   background: transparent !important;
 }

+ 19 - 17
src/client/styles/agile-admin/inverse/colors/island.scss

@@ -1,58 +1,55 @@
 @import '../variables';
-
-
 $themecolor: #0c2a44;
 $themelight: rgba(183, 226, 219, 1);
 $subthemecolor: rgba($linktext, 0.8);
 $linkcolor: #3c6d72;
 $themecolor: #97cbc3;
-
 $topbar: #0c2a44;
 $sidebar: $themelight;
 $bodycolor: $themelight;
-
 $headingtext:#3c6d72;
 $bodytext: #3c6d72;
 $linktext: $linkcolor;
 $linktext-hover: rgba($linktext, 0.8);
 $sidebar-text: $themecolor;
-
 $primary: $themecolor;
-
 $logo-mark-fill: lighten($themelight, 10%);
 $wikilinktext: $linkcolor;
 $wikilinktext-hover: rgba($linktext, 0.8);
-
 $dark: darken($bodytext, 5%);
-$border: #ffffff ;
+$border: #ffffff;
 $navbar-border: lighten($themecolor, 25%);
 $active-navbar-border: darken($navbar-border, 3%);
 $btn-default-bgcolor: darken($themecolor, 10%);
 $inline-code-color: #8f5313;
 $inline-code-bg: darken($themelight, 3%);
-
 @import 'apply-colors';
 @import 'apply-colors-light';
 
 .wiki {
   .highlighted {
-   background-color: lighten($themecolor, 20%);
+    background-color: lighten($themecolor, 20%);
   }
 }
+
 .wiki h1 {
-    border-color: white !important;
-  }
+  border-color: white !important;
+}
+
 .panel {
+
   &,
   &.panel-white,
   &.panel-default {
     background-color: lighten($themecolor, 30%);
     border-color: white;
     color: $themecolor;
+
     .panel-heading {
       color: $themecolor;
       background-color: lighten($themecolor, 20%);
     }
+
     ul {
       li {
         a {
@@ -62,37 +59,42 @@ $inline-code-bg: darken($themelight, 3%);
     }
   }
 }
+
 /*Nav-pills*/
- .nav-pills a:hover{
+.nav-pills a:hover {
   background: $themecolor;
   color: #72a1a4 !important;
 }
 
 /* GROWI page list */
- .page-list {
+.page-list {
   .page-list-ul {
-    > li {
-      > a strong {
+    >li {
+      >a strong {
         color: $linkcolor;
       }
     }
   }
 }
+
 .rbt-menu {
   background: lighten($themelight, 5%);
 }
+
 #page-wrapper {
   background-image: url("/images/admin/customize/island.png") !important;
 }
+
 /*
  * Tabs
  */
- .nav.nav-tabs {
+.nav.nav-tabs {
   >li.active>a {
     background: transparent !important;
     border-bottom: 1px solid #d0ece7;
   }
 }
+
 .page-editor-preview-container {
   background: transparent !important;
 }

+ 2 - 1
src/client/styles/agile-admin/inverse/colors/wood.scss

@@ -42,7 +42,7 @@ $inline-code-bg: lighten($subthemecolor, 70%);
 }
 
 .bg-title {
-  background: #dddebf5d !important;
+  background: transparent !important;
 }
 
 /*
@@ -58,6 +58,7 @@ $inline-code-bg: lighten($subthemecolor, 70%);
 .navbar-header {
   background-image: url("/images/admin/customize/wood-navbar.png") !important;
 }
+
 .page-editor-preview-container {
   background: transparent !important;
 }