//Custom styles for the FiveAlive Raspberry option theme.
|
|
|
|
// - - - - - - - Bootstrap variables (override values in vendor_bundled/vendor/twbs/bootstrap/scss/_variables.scss - - - - - - //
|
|
$gray-600: #6c757d;
|
|
$gray-900: #212529;
|
|
|
|
$white: #fff;
|
|
$black: #000;
|
|
$light: #D10A74; // #e10c7c;
|
|
|
|
$primary: #D70977; // #eb0a82;
|
|
$secondary: #781437;
|
|
$success: #5cb85c;
|
|
$info: #8c1946;
|
|
$warning: #f0ad4e;
|
|
$danger: #85072e;
|
|
$light: #ffffff;
|
|
$dark: #b50964;
|
|
|
|
$theme-colors: (
|
|
"primary": #D70977, // #eb0a82,
|
|
"secondary": #781437,
|
|
"success": #5cb85c,
|
|
"info": #8c1946,
|
|
"warning": #f0ad4e,
|
|
"danger": #85072e, //#ff5c1a,
|
|
"light": #ffffff,
|
|
"dark": #b50964
|
|
);
|
|
|
|
$link-color: #b51360;
|
|
$link-hover-color: darken($link-color, 15%);
|
|
$link-hover-decoration: underline;
|
|
$btn-link-disabled-color: $gray-600;
|
|
|
|
// Navs
|
|
$nav-tabs-link-color: #000;
|
|
$nav-tabs-link-bg: #f9dcec; // Same as $input-bg;
|
|
$nav-tabs-link-active-color: #fff;
|
|
$nav-tabs-link-active-bg: #61102d; // Same as $dropdown-link-hover-bg;
|
|
|
|
// Navbars
|
|
|
|
// Typography
|
|
$hr-border-color: #e10c7c;
|
|
$text-muted: #6B737B;
|
|
|
|
// Cards
|
|
$card-border-color: #e60b7f;
|
|
|
|
// Tables
|
|
$table-border-color: #f459ab;
|
|
$table-accent-bg: #f9f9f9;
|
|
$table-hover-bg: #f5f5f5;
|
|
|
|
// Forms
|
|
$input-color: #555555;
|
|
$input-bg: #f9dcec;
|
|
$input-border-color: #fa9ccd;
|
|
$input-border-top-color: #fa9ccd;
|
|
$input-border-right-color: #fcf6f9;
|
|
$input-border-bottom-color: #fcf6f9;
|
|
$input-border-left-color: #fa9ccd;
|
|
|
|
// Form validation
|
|
|
|
// Dropdowns
|
|
$dropdown-bg: #771437;
|
|
$dropdown-border-color: rgba(0, 0, 0, 0.15);
|
|
$dropdown-link-color: #ffffff;
|
|
$dropdown-link-hover-color: #f2f2f2;
|
|
$dropdown-link-hover-bg: #61102d;
|
|
$dropdown-link-active-color: #f2f2f2;
|
|
$dropdown-link-active-bg: #e60b7f;
|
|
$dropdown-link-disabled-color: #f2f2f2;
|
|
$dropdown-header-color: #ffffff;
|
|
$dropdown-divider-bg: $dropdown-bg;
|
|
|
|
// Pagination
|
|
$nav-pills-link-active-bg: #b51360;
|
|
$pagination-color: #b51360;
|
|
$pagination-bg: #ffffff;
|
|
$pagination-border-color: #dddddd;
|
|
$pagination-hover-color: #e10c7c;
|
|
$pagination-hover-bg: #eeeeee;
|
|
$pagination-hover-border-color: #dddddd;
|
|
$pagination-active-bg: #b51360;
|
|
$pagination-active-border-color: #b51360;
|
|
$pagination-disabled-color: #999999;
|
|
$pagination-disabled-bg: #ffffff;
|
|
$pagination-disabled-border-color: #dddddd;
|
|
|
|
|
|
// - - - - - - - - - - - - - - - - Other variables, if any - - - - - - - - - - - - - - - - - //
|
|
$bg-light: #D10A74; // #e10c7c
|
|
$bg-light-alt: #117485 !important;
|
|
$bg-dark: #15001f;
|
|
|
|
$bg-dark-link-hover-color: #f2f2f2;
|
|
$bg-dark-link-hover-bg: #003c4a;
|
|
$top-bg: #cd0a53; // #E00B7C; //#b50964;
|
|
$top-color: #fff;
|
|
$top-link-color: #fff;
|
|
$top-link-hover-color: #f9f9f9;
|
|
$topbar-bg: #641039; // #e60b7f; Actual Raspberry hex color
|
|
$topbar-link-color: #fff;
|
|
$bg-dark-info: #f2f2f2;
|
|
$page-header-link-color: #000;
|
|
|
|
$topbar-dark-bg: #180124;
|
|
$top-light-bg: transparent; // #117485;
|
|
$top-light-color: #f9f9f9;
|
|
$top-light-link-color: $top-light-color;
|
|
$topbar-light-bg: #063035;
|
|
$topbar-light-color: #f9f9f9;
|
|
|
|
$top-dark-bg: transparent; // #117485; // $top-light-bg; defining the variable with a variable didn't work.
|
|
$top-dark-color: $white;
|
|
$top-dark-link-color: $top-dark-color;
|
|
$topbar-dark-bg: #180124;
|
|
//$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;
|
|
|
|
$side-column-heading-color: #e60b7f;
|
|
|
|
$topbar-dark-bg: #35061d;
|
|
$footer_liner-card-inner-border: #eb0a82;
|
|
|
|
$footer-accent-color: #eb0a82;
|
|
$footer-btn-secondary-color: #f4f4f4;
|
|
$footer_liner-border-color: $footer-accent-color;
|
|
|
|
$autotoc-nav-bg: #771437;
|
|
$autotoc-color: #ffffff;
|
|
$autotoc-nav-link-hover-color: #f2f2f2;
|
|
$autotoc-nav-link-hover-bg: #61102d;
|
|
|
|
$autotoc-nav-bg: #ffffff;
|
|
$autotoc-nav-border: #e60b7f;
|
|
$autotoc-color: #b51360;
|
|
$autotoc-nav-li-link-hover-color: #f2f2f2;
|
|
$autotoc-nav-li-link-hover-bg: #61102d;
|
|
|
|
$postbody-title-card-title-color: #fff;
|
|
|
|
// These variables need to be defined for the files to compile. The specific variables for the child theme's button colors are defined
|
|
// at the bottom of the file but by default they use the child theme's theme-colors. There appears to be redundancy in defining colors but each line is necessary.
|
|
// There are unique names for the child theme button colors to avoid any conflict with the general theme colors.
|
|
|
|
$box-shadow-sm: 0 .125rem .25rem rgba($black, .075);
|
|
$box-shadow: 0 .5rem 1rem rgba($black, .15);
|
|
$box-shadow-lg: 0 1rem 3rem rgba($black, .175);
|
|
$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075);
|
|
$enable-gradients: false;
|
|
$enable-shadows: false;
|
|
$input-btn-focus-width: .2rem;
|
|
$btn-focus-width: $input-btn-focus-width;
|
|
|