// Custom variables for the Akebi theme option of the FiveAlive and FiveAlive-lite themes
|
|
// These FiveAlive-lite Akebi theme option variables are applied to fivealive-lite/scss/fivealive-lite_option_selectors.scss.
|
|
|
|
// - - - - - - - Bootstrap variables (override values in vendor_bundled/vendor/twbs/bootstrap/scss/_variables.scss - - - - - - //
|
|
$gray-600: #6c757d;
|
|
$gray-900: #212529;
|
|
|
|
$theme-colors: (
|
|
"primary": #177F92,
|
|
"secondary": #005064,
|
|
"success": #3A833A, // #5cb85c,
|
|
"info": #007378,
|
|
"warning": #A4660E, // #f0ad4e,
|
|
"danger": #D63D00, // #ff5c1a,
|
|
"light": #fff,
|
|
"dark": #18a3bb
|
|
);
|
|
|
|
$primary: #177F92; //#18a3bb;
|
|
$secondary: #005064;
|
|
$success: #3A833A; // #5cb85c;
|
|
$info: #007378;
|
|
$warning: #A4660E; // #f0ad4e;
|
|
$danger: #D63D00; // #ff5c1a;
|
|
|
|
$white: #fff;
|
|
$black: #000;
|
|
$light: #ddf8f9; // use input bg (was #18a3bb;)
|
|
$dark: #063035; // Match bg of topbar zone
|
|
|
|
$theme-colors: map-merge(
|
|
(
|
|
"primary": $primary,
|
|
"secondary": $secondary,
|
|
"success": $success,
|
|
"info": $info,
|
|
"warning": $warning,
|
|
"danger": $danger,
|
|
"light": $light,
|
|
"dark": $dark
|
|
),
|
|
$theme-colors
|
|
);
|
|
|
|
// The following are default values from vendor/twbs/bootstrap/scss/variables.scss - change as needed for theme child option (or to match values in parent theme).
|
|
// Comment-out any that are already defined in the parent theme variables.scss file and shouldn't be redefined.
|
|
$min-contrast-ratio: 3;
|
|
|
|
$color-contrast-dark: $gray-900;
|
|
$color-contrast-light: $white;
|
|
|
|
|
|
// $bg-light: #18a3bb !important; (Changing tactics for Bootstrap 5)
|
|
$body-bg: #fff;
|
|
|
|
$link-color: #11606E;
|
|
$link-hover-color: darken($link-color, 15%);
|
|
$link-hover-decoration: underline;
|
|
|
|
// Navs
|
|
$nav-tabs-link-color: #000;
|
|
$nav-tabs-link-bg: #ddf8f9;
|
|
$nav-tabs-link-active-color: #fff;
|
|
$nav-tabs-link-active-bg: #087084;
|
|
$nav-pills-link-active-bg: #087084;
|
|
|
|
// Navbars
|
|
$page-header-link-color: #fff;
|
|
$topbar-link-color: #fff;
|
|
|
|
// navbar link hover colors
|
|
$bg-dark-link-hover-color: #f2f2f2;
|
|
$bg-dark-link-hover-bg: #003c4a;
|
|
|
|
// Typography
|
|
$hr-border-color: #18a3bb;
|
|
$text-success: #288040 !important;
|
|
$text-danger: #d63d00 !important;
|
|
$text-muted: #6B737B;
|
|
|
|
// Tables
|
|
$table-border-color: #1296a9;
|
|
$table-accent-bg: #f9f9f9;
|
|
$table-hover-bg: #f5f5f5;
|
|
|
|
// Forms
|
|
$input-color: #3d3d3d;
|
|
$input-bg: #ddf8f9;
|
|
$input-border-color: #b4f3fb;
|
|
$input-border-top-color: #83c5ce;
|
|
$input-border-right-color: #fff;
|
|
$input-border-bottom-color: #fff;
|
|
$input-border-left-color: #83c5ce;
|
|
|
|
// Form validation
|
|
|
|
// Dropdowns
|
|
$dropdown-bg: #087f93;
|
|
$dropdown-border-color: rgba(0, 0, 0, 0.15);
|
|
$dropdown-link-color: #ffffff;
|
|
$dropdown-link-hover-color: #f2f2f2;
|
|
$dropdown-link-hover-bg: #087084;
|
|
$dropdown-link-active-color: red;
|
|
$dropdown-link-active-bg: #087084;
|
|
$dropdown-link-disabled-color: #f2f2f2;
|
|
$dropdown-header-color: #ffffff;
|
|
$dropdown-divider-bg: $dropdown-bg;
|
|
|
|
// Pagination
|
|
$pagination-color: #0b8a98;
|
|
$pagination-bg: #ffffff;
|
|
$pagination-border-color: #dddddd;
|
|
$pagination-hover-color: #18a3bb;
|
|
$pagination-hover-bg: #eeeeee;
|
|
$pagination-hover-border-color: #dddddd;
|
|
$pagination-active-bg: #0b8a98;
|
|
$pagination-active-border-color: #0b8a98;
|
|
$pagination-disabled-color: #999999;
|
|
$pagination-disabled-bg: #ffffff;
|
|
$pagination-disabled-border-color: #dddddd;
|
|
|
|
|
|
// - - - - - - - - - - - - - - - - Other variables, if any - - - - - - - - - - - - - - - - - //
|
|
|
|
$top-bg: #117485; // Used for $post-card-header-bg and .postbody-title
|
|
$top-color: #fff;
|
|
$top-link-color: #fff;
|
|
$top-link-hover-color: #f9f9f9;
|
|
//$topbar-bg: #063035;
|
|
|
|
$top-light-bg: #117485;
|
|
$top-light-color: #f9f9f9;
|
|
$topbar-light-bg: #063035;
|
|
$topbar-light-color: #f9f9f9;
|
|
|
|
$top-dark-bg: #117485; // $top-light-bg; defining the variable with a variable didn't work.
|
|
$top-dark-color: $top-light-color;
|
|
$topbar-dark-bg: #063035; // $topbar-light-bg;
|
|
$topbar-dark-color: $topbar-light-color;
|
|
|
|
$navbar-light-link-color: $top-light-color;
|
|
$navbar-light-link-hover-color: #f2f2f2;
|
|
//$navbar-light-link-hover-bg: #003c4a;
|
|
|
|
$navbar-dark-link-color: $top-light-color;
|
|
$navbar-dark-link-hover-color: #f2f2f2;
|
|
$navbar-dark-link-hover-color: $navbar-light-link-hover-color;
|
|
//$navbar-light-link-hover-bg: #003c4a;
|
|
|
|
$card-border-color: #169FB6;
|
|
|
|
$bg-light-alt: #117485;
|
|
|
|
$side-column-heading-color: #169FB6;
|
|
|
|
$middle_outer-inset-shadow-bg: #063035;
|
|
$footer_liner-card-inner-border: #19a5be;
|
|
|
|
$footer-accent-color: #19a5be;
|
|
$footer-btn-secondary-color: #f4f4f4;
|
|
$footer_liner-border-color: $footer-accent-color;
|
|
|
|
$autotoc-nav-bg: #005064;
|
|
$autotoc-color: #ffffff;
|
|
$autotoc-nav-link-hover-color: #f2f2f2;
|
|
$autotoc-nav-link-hover-bg: #2e1f39;
|
|
|
|
$autotoc-nav-bg: #ffffff;
|
|
$autotoc-nav-border: #19a5be;
|
|
$autotoc-color: #0b8a98;
|
|
$autotoc-nav-li-link-hover-color: #f2f2f2;
|
|
$autotoc-nav-li-link-hover-bg: #003c4a;
|
|
|
|
$bg-dark-info: #00DAE6;
|