add original white background color theme
This commit is contained in:
parent
cb3f269218
commit
cab192b69e
5 changed files with 40 additions and 0 deletions
|
|
@ -0,0 +1,23 @@
|
||||||
|
/* Raw CSS */
|
||||||
|
body {
|
||||||
|
#left-navbar .hoverable { border-bottom: none; }
|
||||||
|
|
||||||
|
#left-navbar-fixed-sub-background { background: $sidebars-background; }
|
||||||
|
#left-navbar-fixed-background {
|
||||||
|
background: $sidebars-background;
|
||||||
|
border-right: 1px solid $sidebars-background;
|
||||||
|
}
|
||||||
|
#left-navbar {
|
||||||
|
background: $sidebars-background;
|
||||||
|
border-right: 1px solid $sidebars-background;
|
||||||
|
}
|
||||||
|
#right-sidebar-fixed-sub-background { background: $sidebars-background; }
|
||||||
|
#right-sidebar-fixed-background {
|
||||||
|
background: $sidebars-background;
|
||||||
|
border-left: 1px solid $sidebars-background;
|
||||||
|
}
|
||||||
|
.rightbar {
|
||||||
|
background: $sidebars-background;
|
||||||
|
border-left: 1px solid $sidebars-background;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
/* Main color(s) */
|
||||||
|
$main-color: #585858;
|
||||||
|
$background: #ffffff;
|
||||||
|
|
||||||
|
/* Shades */
|
||||||
|
$main-color-dark: darken($main-color, 15%);
|
||||||
|
|
||||||
|
/* Variables */
|
||||||
|
$header-background-color: $main-color-dark;
|
||||||
|
$sidebars-background: $background;
|
||||||
|
|
||||||
|
@import "color_themes/color_theme_override_origwhite"
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
@import "style";
|
||||||
|
@import "application";
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
@import "style";
|
||||||
|
@import "mobile/mobile";
|
||||||
|
|
@ -3,3 +3,4 @@ available:
|
||||||
dark_green: "Dark Green"
|
dark_green: "Dark Green"
|
||||||
magenta: "Magenta"
|
magenta: "Magenta"
|
||||||
egyptian_blue: "Egyptian Blue"
|
egyptian_blue: "Egyptian Blue"
|
||||||
|
original_white: "Original White Background"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue