add original white background color theme

This commit is contained in:
jpope 2015-09-14 02:02:14 -05:00 committed by Steffen van Bergerem
parent cb3f269218
commit cab192b69e
5 changed files with 40 additions and 0 deletions

View file

@ -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;
}
}

View file

@ -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"

View file

@ -0,0 +1,2 @@
@import "style";
@import "application";

View file

@ -0,0 +1,2 @@
@import "style";
@import "mobile/mobile";

View file

@ -3,3 +3,4 @@ available:
dark_green: "Dark Green"
magenta: "Magenta"
egyptian_blue: "Egyptian Blue"
original_white: "Original White Background"