2018-12-20 18:37:31 +00:00
|
|
|
/*
|
|
|
|
|
|
|
|
LIGHT THEME
|
|
|
|
____________________________________________________________
|
|
|
|
|
|
|
|
Notes:
|
|
|
|
- This file is interchangeable with themes/theme-dark.scss
|
|
|
|
- Only contains color variables
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2018-12-21 06:31:58 +00:00
|
|
|
@import "tools/color-palette";
|
|
|
|
|
2018-12-20 18:37:31 +00:00
|
|
|
// General Styles
|
|
|
|
// --------------------------------------------------
|
2018-12-21 06:31:58 +00:00
|
|
|
|
|
|
|
$body-bg: $g18-cloud;
|
|
|
|
|
|
|
|
// TopNav Colors
|
2018-12-21 23:59:12 +00:00
|
|
|
$topnav-link: $g5-pepper;
|
2018-12-21 06:31:58 +00:00
|
|
|
$topnav-link-hover: $b-ocean;
|
2018-12-21 17:12:28 +00:00
|
|
|
$version-selector-top: $b-pool;
|
|
|
|
$version-selector-bottom: $gr-viridian;
|
2018-12-21 06:31:58 +00:00
|
|
|
$theme-switch-light: none;
|
|
|
|
$theme-switch-dark: inline-block;
|
2018-12-21 17:12:28 +00:00
|
|
|
|
|
|
|
// Sidebar
|
|
|
|
$search-border: $g15-platinum;
|
|
|
|
$search-highlight: $b-pool;
|
|
|
|
|
|
|
|
// Article Content
|
|
|
|
$article-bg: $g20-white;
|
2018-12-31 23:59:16 +00:00
|
|
|
$article-heading: $g7-graphite;
|
2018-12-21 23:59:12 +00:00
|
|
|
$article-text: $g8-storm;
|
|
|
|
$article-bold: $g8-storm;
|
|
|
|
$article-link: $b-ocean;
|
|
|
|
$article-link-hover: $gr-viridian;
|
|
|
|
|
|
|
|
// Article Code
|
|
|
|
$article-code: $p-star;
|
|
|
|
$article-code-bg: $p-violettecreme;
|
|
|
|
$article-code-accent1: $p-potassium;
|
|
|
|
$article-code-accent2: $b-ocean;
|
2019-01-03 16:46:23 +00:00
|
|
|
$article-code-accent3: #008e7c;
|
2018-12-21 23:59:12 +00:00
|
|
|
$article-code-accent4: $o-ruby;
|
|
|
|
$article-code-accent5: #e24bbb;
|
2019-01-03 16:46:23 +00:00
|
|
|
$article-code-accent6: $b-ocean;
|
2018-12-21 23:59:12 +00:00
|
|
|
$article-code-accent7: #e90;
|
|
|
|
$article-code-select: $b-pool;
|
|
|
|
$article-code-hover: $b-sapphire;
|
2018-12-31 17:30:41 +00:00
|
|
|
|
|
|
|
// Article Tables
|
|
|
|
$article-table-header-left: $b-pool;
|
|
|
|
$article-table-header-right: $gr-honeydew;
|
|
|
|
$article-table-shadow: #c8cdd0;
|
|
|
|
$article-table-row-alt: $g18-cloud;
|
2018-12-31 19:17:36 +00:00
|
|
|
|
|
|
|
// Article Notes & Warnings
|
|
|
|
$article-note-base: $gr-rainforest;
|
|
|
|
$article-note-heading: $gr-emerald;
|
|
|
|
$article-note-text: $gr-emerald;
|
|
|
|
$article-note-link: rgba($gr-emerald, .75);
|
|
|
|
$article-note-link-hover: $b-pool;
|
|
|
|
$article-note-code: #147572;
|
|
|
|
$article-note-code-bg: #d6f7ec;
|
|
|
|
$article-note-table-header: $gr-viridian;
|
|
|
|
$article-note-table-row-alt: #d6f5e9;
|
2018-12-31 22:55:04 +00:00
|
|
|
$article-note-table-shadow: #8cb7ab;
|
2018-12-31 19:17:36 +00:00
|
|
|
|
|
|
|
$article-warn-base: $o-dreamsicle;
|
|
|
|
$article-warn-heading: $o-fire;
|
|
|
|
$article-warn-text: $o-curacao;
|
|
|
|
$article-warn-link: rgba($o-curacao, .75);
|
2019-01-01 05:14:53 +00:00
|
|
|
$article-warn-link-hover: $b-sapphire;
|
2018-12-31 19:17:36 +00:00
|
|
|
$article-warn-code: #f52f75;
|
|
|
|
$article-warn-code-bg: #ffebeb;
|
|
|
|
$article-warn-table-header: $o-dreamsicle;
|
|
|
|
$article-warn-table-row-alt: #ffe6df;
|
2018-12-31 22:55:04 +00:00
|
|
|
$article-warn-table-shadow: #b98a7d;
|
|
|
|
|
|
|
|
$article-enterprise-base: $p-comet;
|
|
|
|
$article-enterprise-text: $p-star;
|
|
|
|
$article-enterprise-link: $p-star;
|
|
|
|
$article-enterprise-link-hover: $b-ocean;
|
2019-01-02 17:32:44 +00:00
|
|
|
|
|
|
|
// Article Tabs for tabbed content
|
|
|
|
$article-tab-text: $g8-storm;
|
|
|
|
$article-tab-bg: $g18-cloud;
|
|
|
|
$article-tab-active-text: $g20-white;
|
|
|
|
$article-tab-active-bg: $b-pool;
|
2019-01-03 00:18:01 +00:00
|
|
|
|
2019-01-03 16:46:23 +00:00
|
|
|
$article-tab-code-text: $p-potassium;
|
|
|
|
$article-tab-code-bg: $g20-white;
|
|
|
|
$article-tab-code-text-hover: $g20-white;
|
|
|
|
$article-tab-code-bg-hover: $p-comet;
|
|
|
|
$article-tab-code-active-text: $p-star;
|
|
|
|
|
2019-01-03 00:18:01 +00:00
|
|
|
// Left Navigation
|
|
|
|
$nav-category: $b-ocean;
|
|
|
|
$nav-category-hover: $gr-viridian;
|
|
|
|
$nav-item: $g9-mountain;
|
|
|
|
$nav-item-hover: $gr-viridian;
|
|
|
|
$nav-border: $g14-chromium;
|
|
|
|
$nav-toggle: $g9-mountain;
|
|
|
|
$nav-toggle-hover: $g20-white;
|
|
|
|
$nav-toggle-bg-hover: $b-ocean;
|