2018-04-03 13:52:18 +03:00
|
|
|
/* Spirit - Ghost's CSS framework
|
|
|
|
/* ---------------------------------------------------------- */
|
|
|
|
/*
|
|
|
|
includes normalize v7 so must come first to avoid clobbering
|
|
|
|
our old non-Spirit classes
|
|
|
|
*/
|
2019-02-24 07:19:06 +03:00
|
|
|
@import "spirit/spirit-dark.css";
|
2018-04-03 13:52:18 +03:00
|
|
|
|
2021-07-23 17:05:22 +03:00
|
|
|
/* Patterns
|
2017-02-17 18:58:08 +03:00
|
|
|
/* ---------------------------------------------------------- */
|
|
|
|
@import "patterns/global.css";
|
2017-04-19 13:27:32 +03:00
|
|
|
@import "patterns/icons.css";
|
2017-02-17 18:58:08 +03:00
|
|
|
@import "patterns/forms.css";
|
|
|
|
@import "patterns/buttons.css";
|
|
|
|
@import "patterns/labels.css";
|
|
|
|
@import "patterns/tables.css";
|
|
|
|
@import "patterns/navlist.css";
|
|
|
|
@import "patterns/boxes.css";
|
|
|
|
|
2021-07-23 17:05:22 +03:00
|
|
|
/* Components
|
2017-02-17 18:58:08 +03:00
|
|
|
/* ---------------------------------------------------------- */
|
|
|
|
@import "components/loading-indicator.css";
|
|
|
|
@import "components/modals.css";
|
2021-09-03 20:14:28 +03:00
|
|
|
@import "components/modals-new.css";
|
2017-02-17 18:58:08 +03:00
|
|
|
@import "components/notifications.css";
|
|
|
|
@import "components/uploader.css";
|
|
|
|
@import "components/splitbuttons.css";
|
|
|
|
@import "components/dropdowns.css";
|
|
|
|
@import "components/pagination.css";
|
|
|
|
@import "components/badges.css";
|
|
|
|
@import "components/settings-menu.css";
|
|
|
|
@import "components/power-select.css";
|
2017-04-11 16:39:45 +03:00
|
|
|
@import "components/power-calendar.css";
|
2021-08-23 11:29:44 +03:00
|
|
|
@import "components/koenig.css";
|
|
|
|
@import "components/koenig-dark.css";
|
2017-04-11 16:39:45 +03:00
|
|
|
@import "components/publishmenu.css";
|
2017-06-08 18:00:10 +03:00
|
|
|
@import "components/popovers.css";
|
2017-08-16 12:04:07 +03:00
|
|
|
@import "components/unsplash.css";
|
2018-06-04 15:29:28 +03:00
|
|
|
@import "components/codemirror.css";
|
2019-06-18 13:47:21 +03:00
|
|
|
@import "components/lists.css";
|
|
|
|
@import "components/tabs.css";
|
2021-01-28 14:07:46 +03:00
|
|
|
@import "components/browser-preview.css";
|
2021-01-28 18:25:21 +03:00
|
|
|
@import "components/stacks.css";
|
|
|
|
@import "components/browser-preview.css";
|
2021-07-23 17:05:22 +03:00
|
|
|
@import "components/filter-builder.css";
|
2017-02-17 18:58:08 +03:00
|
|
|
|
|
|
|
|
2021-07-23 17:05:22 +03:00
|
|
|
/* Layouts
|
2017-02-17 18:58:08 +03:00
|
|
|
/* ---------------------------------------------------------- */
|
|
|
|
@import "layouts/main.css";
|
|
|
|
@import "layouts/flow.css";
|
|
|
|
@import "layouts/auth.css";
|
|
|
|
@import "layouts/content.css";
|
|
|
|
@import "layouts/editor.css";
|
|
|
|
@import "layouts/settings.css";
|
|
|
|
@import "layouts/users.css";
|
|
|
|
@import "layouts/user.css";
|
2021-09-08 15:00:24 +03:00
|
|
|
@import "layouts/whatsnew.css";
|
2017-02-17 18:58:08 +03:00
|
|
|
@import "layouts/tags.css";
|
2019-10-02 14:35:50 +03:00
|
|
|
@import "layouts/members.css";
|
2017-02-17 18:58:08 +03:00
|
|
|
@import "layouts/error.css";
|
|
|
|
@import "layouts/apps.css";
|
|
|
|
@import "layouts/packages.css";
|
2019-02-26 06:29:57 +03:00
|
|
|
@import "layouts/labs.css";
|
2019-11-05 08:21:29 +03:00
|
|
|
@import "layouts/preview-email.css";
|
2020-06-25 23:45:47 +03:00
|
|
|
@import "layouts/portal-settings.css";
|
2020-04-09 08:26:11 +03:00
|
|
|
@import "layouts/billing.css";
|
2021-01-18 16:48:23 +03:00
|
|
|
@import "layouts/fullscreen-wizard.css";
|
2021-01-28 16:57:14 +03:00
|
|
|
@import "layouts/post-preview.css";
|
2021-02-16 20:12:24 +03:00
|
|
|
@import "layouts/dashboard.css";
|
2021-04-08 15:38:42 +03:00
|
|
|
@import "layouts/products.css";
|
2021-10-04 14:55:17 +03:00
|
|
|
@import "layouts/offers.css";
|
2017-02-17 18:58:08 +03:00
|
|
|
|
|
|
|
|
|
|
|
:root {
|
2021-02-10 18:36:08 +03:00
|
|
|
/* Primary colours */
|
|
|
|
--black: #fafafb;
|
2021-02-15 20:03:07 +03:00
|
|
|
--white: #111213;
|
2021-02-10 18:36:08 +03:00
|
|
|
--lime: #B5FF18;
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
--darkgrey: #e8ebed;
|
|
|
|
--middarkgrey: #aeb5bc;
|
|
|
|
--midgrey: #80868e;
|
|
|
|
--midlightgrey:#60666c;
|
|
|
|
--lightgrey: #2b2d31;
|
|
|
|
--whitegrey: #1c1e21;
|
2019-06-18 13:47:21 +03:00
|
|
|
--blue: color-mod(#3eb0ef l(+5%) s(+5%));
|
2021-02-10 18:36:08 +03:00
|
|
|
|
2021-06-30 12:09:18 +03:00
|
|
|
--main-bg-color: #151719;
|
2021-02-15 20:03:07 +03:00
|
|
|
--dark-main-bg-color: #151719;
|
|
|
|
--hairline-color-1: #272a30;
|
2021-02-10 18:36:08 +03:00
|
|
|
--hairline-color-2: #626D79;
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
--main-color-content-greybg: var(--whitegrey);
|
2021-02-10 18:36:08 +03:00
|
|
|
--list-color-divider: var(--whitegrey-l1);
|
2017-02-17 18:58:08 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2018-06-04 13:29:23 +03:00
|
|
|
color: var(--darkgrey);
|
2017-02-17 18:58:08 +03:00
|
|
|
}
|
|
|
|
|
2017-06-12 18:13:10 +03:00
|
|
|
pre {
|
2018-04-03 13:52:18 +03:00
|
|
|
border: color-mod(var(--lightgrey) l(+5%));
|
2017-06-12 18:13:10 +03:00
|
|
|
background: var(--lightgrey);
|
|
|
|
}
|
|
|
|
|
2017-07-31 10:49:49 +03:00
|
|
|
hr {
|
2018-04-03 13:52:18 +03:00
|
|
|
border-color: color-mod(var(--lightgrey) l(+5%));
|
2017-07-31 10:49:49 +03:00
|
|
|
}
|
|
|
|
|
2017-02-17 18:58:08 +03:00
|
|
|
input,
|
|
|
|
.gh-input,
|
2017-07-31 10:49:49 +03:00
|
|
|
.gh-select,
|
2019-06-18 13:47:21 +03:00
|
|
|
.for-switch .input-toggle-component,
|
|
|
|
.gh-select select,
|
2019-12-16 17:04:32 +03:00
|
|
|
.settings-menu-container:not(.ember-power-select-multiple-trigger):not(.tag-settings) input:not([disabled]),
|
|
|
|
.settings-menu-container:not(.tag-settings) .gh-input:not([disabled]),
|
2019-06-18 13:47:21 +03:00
|
|
|
.settings-menu-pane .gh-date-time-picker-date,
|
|
|
|
.settings-menu-pane .gh-date-time-picker-time {
|
2017-02-17 18:58:08 +03:00
|
|
|
color: var(--darkgrey);
|
2018-04-03 13:52:18 +03:00
|
|
|
border-color: color-mod(var(--lightgrey));
|
|
|
|
background: color-mod(var(--lightgrey));
|
2017-02-17 18:58:08 +03:00
|
|
|
}
|
|
|
|
|
2019-01-22 12:26:38 +03:00
|
|
|
input:focus,
|
|
|
|
.gh-input:focus,
|
|
|
|
.gh-select:focus,
|
|
|
|
.gh-select select:focus {
|
|
|
|
border-color: color-mod(var(--lightgrey) l(+10%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.for-checkbox label:hover input:not(:checked) + .input-toggle-component,
|
|
|
|
.for-radio label:hover input:not(:checked) + .input-toggle-component {
|
|
|
|
/* light=>dark theme => lightgrey=>middarkgrey */
|
|
|
|
border-color: color-mod(var(--lightgrey) l(+10%));
|
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
.for-checkbox input:checked + .input-toggle-component {
|
|
|
|
border-color: var(--green);
|
|
|
|
background: var(--green);
|
|
|
|
}
|
|
|
|
|
2019-10-20 10:21:15 +03:00
|
|
|
.gh-input-append {
|
|
|
|
border-color: color-mod(var(--lightgrey));
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-input-group .gh-input:focus + .gh-input-append {
|
|
|
|
border-color: color-mod(var(--lightgrey) l(+10%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-input-append,
|
|
|
|
.gh-input-append:before {
|
|
|
|
background: color-mod(var(--lightgrey));
|
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
.gh-input-icon.gh-icon-link svg path {
|
|
|
|
stroke: var(--darkgrey);
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-main-white {
|
2021-02-10 13:15:19 +03:00
|
|
|
background: var(--white);
|
2017-02-17 18:58:08 +03:00
|
|
|
}
|
2017-07-31 10:49:49 +03:00
|
|
|
|
2021-07-23 22:33:54 +03:00
|
|
|
.settings-menu-header {
|
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-menu-container .settings-menu-pane {
|
|
|
|
background: var(--dark-main-bg-color);
|
2021-02-11 18:24:40 +03:00
|
|
|
}
|
|
|
|
|
2017-07-31 10:49:49 +03:00
|
|
|
@media (max-width: 800px) {
|
|
|
|
.gh-mobile-nav-bar {
|
2021-02-10 13:15:19 +03:00
|
|
|
background: #191b1f;
|
2017-07-31 10:49:49 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-02-17 18:58:08 +03:00
|
|
|
.gh-nav-search .ember-power-select-trigger {
|
2018-04-03 13:52:18 +03:00
|
|
|
border-color: color-mod(var(--lightgrey));
|
|
|
|
background: color-mod(var(--lightgrey));
|
2017-02-17 18:58:08 +03:00
|
|
|
}
|
2017-06-12 18:13:10 +03:00
|
|
|
|
2018-01-02 14:29:23 +03:00
|
|
|
.ember-power-select-multiple-trigger {
|
2018-04-03 13:52:18 +03:00
|
|
|
border-color: color-mod(var(--lightgrey));
|
|
|
|
background: color-mod(var(--lightgrey));
|
2018-01-02 14:29:23 +03:00
|
|
|
}
|
|
|
|
|
2017-06-12 18:13:10 +03:00
|
|
|
.ember-power-select-dropdown {
|
|
|
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ember-power-select-dropdown,
|
2017-02-17 18:58:08 +03:00
|
|
|
.ember-power-select-options:not([role="group"]),
|
|
|
|
.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
|
2018-04-03 13:52:18 +03:00
|
|
|
border-color: color-mod(var(--lightgrey));
|
2021-02-17 12:23:16 +03:00
|
|
|
background: var(--whitegrey-l1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ember-power-select-option[aria-current="true"] {
|
|
|
|
background: var(--whitegrey-d1);
|
2017-02-17 18:58:08 +03:00
|
|
|
}
|
|
|
|
|
2018-01-02 14:29:23 +03:00
|
|
|
.ember-basic-dropdown--opened > .ember-power-select-trigger,
|
|
|
|
.ember-power-select-trigger[aria-expanded="true"],
|
|
|
|
.ember-power-select-search input {
|
2018-04-03 13:52:18 +03:00
|
|
|
border-color: color-mod(var(--lightgrey));
|
2018-01-02 14:29:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.ember-power-calendar-weekdays,
|
|
|
|
.ember-power-calendar-day--selected,
|
|
|
|
.ember-power-calendar-day--selected:not([disabled]):hover {
|
2018-06-04 13:29:23 +03:00
|
|
|
color: var(--darkgrey);
|
2018-01-02 14:29:23 +03:00
|
|
|
}
|
2019-12-16 17:04:32 +03:00
|
|
|
|
|
|
|
.ember-power-calendar-day--today,
|
|
|
|
.ember-power-calendar-day:not([disabled]):hover {
|
|
|
|
background-color: color-mod(var(--lightgrey) l(-5%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.ember-power-calendar-day--selected,
|
|
|
|
.ember-power-calendar-day--selected:not([disabled]):hover {
|
|
|
|
background: color-mod(var(--blue) l(-10%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.ember-power-calendar-day--interactive[disabled] {
|
|
|
|
opacity: 0.2;
|
|
|
|
}
|
2018-01-02 14:29:23 +03:00
|
|
|
|
2017-08-16 12:04:07 +03:00
|
|
|
.gh-main,
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-nav,
|
2017-08-16 12:04:07 +03:00
|
|
|
.gh-unsplash-window {
|
2019-06-18 13:47:21 +03:00
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-image-uploader-unsplash {
|
|
|
|
filter: invert(100%);
|
2017-02-17 18:58:08 +03:00
|
|
|
}
|
|
|
|
|
2021-02-11 18:24:40 +03:00
|
|
|
/* Buttons
|
|
|
|
/* ---------------------------------------------------------------------- */
|
2017-02-17 18:58:08 +03:00
|
|
|
.gh-btn {
|
2021-02-11 18:24:40 +03:00
|
|
|
color: var(--black);
|
2017-02-17 18:58:08 +03:00
|
|
|
text-shadow: none;
|
|
|
|
}
|
2019-01-22 12:26:38 +03:00
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
.gh-btn-primary,
|
|
|
|
.gh-btn-black {
|
2021-02-11 18:24:40 +03:00
|
|
|
color: var(--white);
|
|
|
|
}
|
|
|
|
|
2021-05-13 12:47:14 +03:00
|
|
|
.gh-btn-black:not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):hover,
|
|
|
|
.gh-btn-primary:not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):hover {
|
2021-02-11 18:24:40 +03:00
|
|
|
background: var(--black) !important;
|
2019-06-21 15:18:55 +03:00
|
|
|
}
|
|
|
|
|
2021-08-26 18:08:26 +03:00
|
|
|
.gh-btn:not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):not(.gh-btn-primary):not(.gh-btn-black):not(.gh-btn-text):not(.gh-btn-accent) {
|
2021-02-11 18:24:40 +03:00
|
|
|
background: var(--lightgrey);
|
|
|
|
color: var(--black);
|
2019-10-20 10:49:20 +03:00
|
|
|
}
|
|
|
|
|
2021-08-26 18:08:26 +03:00
|
|
|
.gh-btn:not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):not(.gh-btn-primary):not(.gh-btn-black):not(.gh-btn-text):not(.gh-btn-accent):hover {
|
2021-02-15 20:03:07 +03:00
|
|
|
background: var(--lightgrey-d1);
|
|
|
|
color: var(--black);
|
|
|
|
}
|
|
|
|
|
2021-08-26 18:24:58 +03:00
|
|
|
.gh-btn-group {
|
|
|
|
background: var(--whitegrey-l2);
|
|
|
|
}
|
|
|
|
|
2019-10-20 10:49:20 +03:00
|
|
|
.gh-btn-group .gh-btn:first-of-type {
|
|
|
|
border-right: none !important;
|
|
|
|
}
|
|
|
|
|
2021-08-26 18:24:58 +03:00
|
|
|
.gh-btn-group .gh-btn-group-selected span {
|
|
|
|
background: var(--lightgrey-l1) !important;
|
|
|
|
}
|
|
|
|
|
2017-02-17 18:58:08 +03:00
|
|
|
.gh-btn-blue,
|
|
|
|
.gh-btn-green,
|
|
|
|
.gh-btn-red {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2019-01-22 12:26:38 +03:00
|
|
|
.gh-btn-blue:hover,
|
|
|
|
.gh-btn-green:hover,
|
|
|
|
.gh-btn-red:hover {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2021-02-10 13:15:19 +03:00
|
|
|
.gh-btn-white {
|
|
|
|
background: var(--transparent);
|
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
.gh-btn-outline:hover {
|
|
|
|
border-color: var(--lightgrey-l2);
|
|
|
|
}
|
|
|
|
|
2017-06-12 18:13:10 +03:00
|
|
|
.gh-btn-link {
|
2019-06-21 15:18:55 +03:00
|
|
|
border: none !important;
|
2017-06-12 18:13:10 +03:00
|
|
|
}
|
|
|
|
|
2021-02-11 18:24:40 +03:00
|
|
|
.gh-image-uploader .gh-btn {
|
|
|
|
background: var(--whitegrey) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ---------------------------------------------------------------------- */
|
|
|
|
|
2021-06-30 12:09:18 +03:00
|
|
|
.gh-expandable-header .gh-btn:not(.gh-btn-white):not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):not(.gh-btn-text):not(.gh-btn-link),
|
|
|
|
.gh-expandable-content .gh-btn:not(.gh-btn-white):not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):not(.gh-btn-text):not(.gh-btn-link),
|
|
|
|
.gh-main-section-content.grey .gh-btn:not(.gh-btn-white):not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):not(.gh-btn-text):not(.gh-btn-link) {
|
2021-02-11 18:24:40 +03:00
|
|
|
background: var(--lightgrey);
|
|
|
|
}
|
|
|
|
|
2021-06-30 12:09:18 +03:00
|
|
|
.gh-expandable-header .gh-btn:not(.gh-btn-white):not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):not(.gh-btn-text):not(.gh-btn-link):hover,
|
|
|
|
.gh-expandable-content .gh-btn:not(.gh-btn-white):not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):not(.gh-btn-text):not(.gh-btn-link):hover,
|
|
|
|
.gh-main-section-content.grey .gh-btn:not(.gh-btn-white):not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):not(.gh-btn-text):not(.gh-btn-link):hover {
|
2021-02-11 18:24:40 +03:00
|
|
|
background: var(--lightgrey-l1);
|
|
|
|
}
|
|
|
|
|
2021-02-15 20:22:54 +03:00
|
|
|
.gh-main-section-header {
|
|
|
|
border-bottom: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
|
|
|
|
2021-02-17 12:23:16 +03:00
|
|
|
.gh-main-section.no-heading,
|
|
|
|
.gh-main-section.bt {
|
|
|
|
border-top: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
|
|
|
|
2021-02-11 18:24:40 +03:00
|
|
|
.gh-btn-tabs .gh-btn {
|
|
|
|
background: transparent !important;
|
|
|
|
}
|
|
|
|
|
2017-06-12 18:13:10 +03:00
|
|
|
.settings-menu-delete-button {
|
|
|
|
color: var(--red);
|
2019-06-21 15:18:55 +03:00
|
|
|
border: none !important;
|
|
|
|
border-color: transparent;
|
2021-07-23 22:33:54 +03:00
|
|
|
background: var(--dark-main-bg-color) !important;
|
2017-06-12 18:13:10 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-publishmenu-trigger {
|
|
|
|
color: var(--blue);
|
2019-06-21 15:18:55 +03:00
|
|
|
border: none !important;
|
2017-06-12 18:13:10 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-publishmenu-trigger svg path {
|
|
|
|
stroke-width: 2px;
|
|
|
|
}
|
|
|
|
|
2020-02-14 12:34:01 +03:00
|
|
|
.dropdown-menu li > a,
|
|
|
|
.dropdown-menu li > button {
|
2018-04-03 13:52:18 +03:00
|
|
|
color: color-mod(var(--lightgrey) lightness(+20%));
|
2017-02-17 18:58:08 +03:00
|
|
|
}
|
|
|
|
|
2020-02-14 12:34:01 +03:00
|
|
|
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus,
|
|
|
|
.dropdown-menu li > button:hover, .dropdown-menu li > button:focus {
|
2017-02-17 18:58:08 +03:00
|
|
|
color: var(--lightgrey);
|
2021-02-17 12:23:16 +03:00
|
|
|
background: var(--whitegrey-d1);
|
2017-02-17 18:58:08 +03:00
|
|
|
}
|
2017-03-03 19:14:43 +03:00
|
|
|
|
|
|
|
.gh-cardmenu {
|
|
|
|
background: var(--lightgrey);
|
|
|
|
}
|
2017-06-12 18:13:10 +03:00
|
|
|
|
|
|
|
.editor-toolbar a.active, .editor-toolbar a:hover {
|
|
|
|
background-color: rgba(0,0,0,0.3);
|
|
|
|
}
|
|
|
|
|
2021-08-26 18:13:14 +03:00
|
|
|
.email-cta-toolbar,
|
|
|
|
.email-cta-toolbar .borders,
|
|
|
|
.email-cta-toolbar .email-cta-align {
|
|
|
|
border-color: var(--lightgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.email-cta-toolbar .gh-btn {
|
|
|
|
background: var(--dark-main-bg-color) !important;
|
|
|
|
}
|
|
|
|
|
2017-06-12 18:13:10 +03:00
|
|
|
.gh-badge-black,
|
|
|
|
.gh-badge.owner {
|
|
|
|
color: var(--lightgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-list {
|
|
|
|
border-color: var(--lightgrey);
|
|
|
|
background: var(--lightgrey);
|
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
.nav-list-item:hover {
|
|
|
|
background: var(--lightgrey-l1);
|
|
|
|
}
|
|
|
|
|
2017-06-12 18:13:10 +03:00
|
|
|
.gh-select select {
|
|
|
|
color: var(--darkgrey);
|
|
|
|
background: var(--lightgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-date-time-picker-date,
|
|
|
|
.gh-date-time-picker-time {
|
|
|
|
background: var(--lightgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-date-time-picker input {
|
|
|
|
color: var(--darkgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-publishmenu-dropdown {
|
2021-02-15 20:03:07 +03:00
|
|
|
background: var(--whitegrey);
|
2017-06-12 18:13:10 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-image-uploader {
|
|
|
|
background: var(--lightgrey);
|
|
|
|
}
|
|
|
|
|
2017-08-17 13:27:03 +03:00
|
|
|
.gh-image-uploader .description {
|
|
|
|
color: var(--midgrey);
|
|
|
|
}
|
|
|
|
|
2017-06-12 18:13:10 +03:00
|
|
|
.gh-main > section.gh-editor-fullscreen {
|
2021-02-10 13:15:19 +03:00
|
|
|
background: color-mod(#191b1f l(+2%));
|
2017-06-12 18:13:10 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
2021-02-15 20:03:07 +03:00
|
|
|
background: var(--whitegrey-l1);
|
2017-06-12 18:13:10 +03:00
|
|
|
}
|
|
|
|
|
2020-02-14 12:34:01 +03:00
|
|
|
.dropdown-menu li > a, .dropdown-menu li > button {
|
2017-06-12 18:13:10 +03:00
|
|
|
color: var(--darkgrey);
|
|
|
|
}
|
|
|
|
|
2020-02-14 12:34:01 +03:00
|
|
|
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus,
|
|
|
|
.dropdown-menu li > button:hover, .dropdown-menu li > button:focus {
|
2017-06-12 18:13:10 +03:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu .divider {
|
|
|
|
opacity: 0.1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ember-power-select-group .ember-power-select-option .highlight {
|
|
|
|
background: rgba(0,0,0,0.5);
|
|
|
|
}
|
|
|
|
|
2021-02-11 18:24:40 +03:00
|
|
|
.ember-power-select-multiple-option {
|
|
|
|
background: var(--white);
|
|
|
|
color: var(--black);
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.fullscreen-modal-background {
|
|
|
|
background: #000;
|
|
|
|
}
|
|
|
|
|
2021-10-22 13:28:45 +03:00
|
|
|
.epm-modal .modal-content,
|
2017-06-12 18:13:10 +03:00
|
|
|
.modal-content {
|
2021-02-15 20:03:07 +03:00
|
|
|
background: var(--whitegrey);
|
2017-06-12 18:13:10 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.seo-preview-title {
|
2018-04-03 13:52:18 +03:00
|
|
|
color: color-mod(#1e0fbe l(+25%));
|
2017-06-12 18:13:10 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.seo-preview-description {
|
|
|
|
color: var(--midgrey);
|
|
|
|
}
|
|
|
|
|
2018-02-03 21:20:50 +03:00
|
|
|
.gh-markdown-editor .CodeMirror-cursor {
|
2017-06-21 15:04:12 +03:00
|
|
|
border-color: #fff;
|
|
|
|
}
|
2017-07-20 16:59:45 +03:00
|
|
|
|
2020-08-24 07:00:22 +03:00
|
|
|
.koenig-card-html--editor .CodeMirror-cursor {
|
|
|
|
border-color: #fff;
|
|
|
|
}
|
|
|
|
|
2021-09-08 15:00:24 +03:00
|
|
|
.gh-about-logo svg,
|
2021-03-18 20:26:35 +03:00
|
|
|
.apps-card-app-orb,
|
|
|
|
.gh-nav-logo-default,
|
2017-08-16 12:04:07 +03:00
|
|
|
.gh-unsplash-logo {
|
2017-07-20 17:07:00 +03:00
|
|
|
filter: invert(100%) brightness(150%);
|
2017-07-20 16:59:45 +03:00
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-canvas-background {
|
2021-02-10 13:15:19 +03:00
|
|
|
background: #191b1f;
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
2017-07-20 16:59:45 +03:00
|
|
|
.gh-canvas-title span path {
|
2018-06-04 13:29:23 +03:00
|
|
|
fill: var(--darkgrey);
|
2017-07-20 16:59:45 +03:00
|
|
|
}
|
2017-07-31 10:49:49 +03:00
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-canvas-header {
|
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
}
|
|
|
|
|
2017-07-31 10:49:49 +03:00
|
|
|
.gh-loading-spinner {
|
|
|
|
border-color: rgba(255,255,255,0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-loading-spinner:before {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-cover-edit {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2017-08-16 12:04:07 +03:00
|
|
|
|
2017-09-21 12:14:08 +03:00
|
|
|
.gh-unsplash-search:focus {
|
2018-04-03 13:52:18 +03:00
|
|
|
background-color: color-mod(var(--lightgrey));
|
2017-09-21 12:14:08 +03:00
|
|
|
}
|
|
|
|
|
2017-08-16 12:04:07 +03:00
|
|
|
.gh-unsplash-zoom {
|
|
|
|
background: rgba(0,0,0,0.8);
|
|
|
|
}
|
2017-08-17 13:37:13 +03:00
|
|
|
|
|
|
|
.gh-contributors a:before {
|
|
|
|
color: var(--lightgrey);
|
|
|
|
}
|
2017-09-10 11:28:28 +03:00
|
|
|
|
|
|
|
.settings-menu-content .for-radio .input-toggle-component,
|
|
|
|
.settings-menu-content .for-checkbox .input-toggle-component {
|
|
|
|
background: var(--lightgrey);
|
|
|
|
}
|
2017-09-25 12:04:32 +03:00
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.mobile-menu-expanded .content-cover {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
2017-09-25 12:04:32 +03:00
|
|
|
.gh-box {
|
|
|
|
background: var(--lightgrey);
|
|
|
|
color: var(--darkgrey);
|
|
|
|
}
|
2017-09-28 05:46:48 +03:00
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.apps-grid,
|
|
|
|
.apps-grid-cell {
|
2021-02-11 18:24:40 +03:00
|
|
|
background: var(--dark-main-bg-color);
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
.td-item-overlay:hover,
|
|
|
|
.td-item-overlay:focus {
|
|
|
|
background-color: var(--black-90);
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.td-cta-box {
|
2021-02-10 13:15:19 +03:00
|
|
|
background: #191b1f;
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
.td-item-empty {
|
|
|
|
background: var(--whitegrey-l1);
|
|
|
|
}
|
|
|
|
|
2021-10-21 17:44:46 +03:00
|
|
|
.gh-themes-container-labs {
|
|
|
|
background: var(--whitegrey-l2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-themes-container-labs .apps-grid {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2021-10-22 12:31:40 +03:00
|
|
|
.gh-theme-directory-footer {
|
|
|
|
color: var(--darkgrey);
|
|
|
|
background-color: var(--whitegrey);
|
|
|
|
}
|
|
|
|
|
2020-09-04 22:40:03 +03:00
|
|
|
.settings-code-editor .CodeMirror-gutters,
|
2021-02-10 13:15:19 +03:00
|
|
|
.settings-code code,
|
|
|
|
.form-group code {
|
2021-02-15 20:03:07 +03:00
|
|
|
background-color: var(--whitegrey);
|
|
|
|
border-right: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-main-section-description code {
|
|
|
|
background-color: var(--whitegrey);
|
|
|
|
border: 1px solid var(--lightgrey);
|
2020-09-04 22:40:03 +03:00
|
|
|
}
|
|
|
|
|
2021-02-11 18:24:40 +03:00
|
|
|
.for-switch input:checked+.input-toggle-component {
|
|
|
|
background: var(--green);
|
|
|
|
}
|
|
|
|
|
2020-09-04 22:40:03 +03:00
|
|
|
.settings-code-editor .CodeMirror {
|
2021-02-15 20:03:07 +03:00
|
|
|
color: var(--black);
|
2021-02-10 13:15:19 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.settings-code-editor .CodeMirror-cursor {
|
|
|
|
border-color: var(--midgrey);
|
2020-09-04 22:40:03 +03:00
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
.gh-branding-settings-right {
|
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-branding-settings-header {
|
|
|
|
border-bottom: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-branding-settings-options {
|
|
|
|
border-right: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
|
|
|
|
2021-01-28 18:25:21 +03:00
|
|
|
.gh-branding-image-container.transparent-bg {
|
2020-09-04 16:25:15 +03:00
|
|
|
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ERectangle%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23303e46' d='M0 0h24v24H0z'/%3E%3Cpath fill='%233e515b' d='M0 0h12v12H0zM12 12h12v12H12z'/%3E%3C/g%3E%3C/svg%3E");
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.id-item {
|
2021-02-17 12:23:16 +03:00
|
|
|
background: var(--dark-main-bg-color);
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
2017-09-28 05:46:48 +03:00
|
|
|
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
|
|
|
|
background: rgba(255, 0, 0, .30);
|
|
|
|
}
|
2017-10-02 20:49:33 +03:00
|
|
|
|
|
|
|
.CodeMirror .CodeMirror-code .cm-string {
|
2018-04-03 13:52:18 +03:00
|
|
|
color: color-mod(#183691 l(+25%));
|
2017-10-02 20:49:33 +03:00
|
|
|
}
|
2018-06-04 13:29:23 +03:00
|
|
|
|
2021-01-14 15:29:21 +03:00
|
|
|
.id-github img,
|
2018-12-04 14:04:52 +03:00
|
|
|
.id-typeform img,
|
|
|
|
.id-buffer img,
|
2020-04-20 18:46:59 +03:00
|
|
|
.id-unsplash,
|
2018-12-04 14:04:52 +03:00
|
|
|
.id-more img {
|
|
|
|
filter: invert(100%);
|
|
|
|
}
|
2019-03-21 12:33:14 +03:00
|
|
|
|
2020-04-20 18:46:59 +03:00
|
|
|
.dark-no-shadow {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-nav {
|
2021-02-10 18:36:08 +03:00
|
|
|
border-color: var(--hairline-color-1);
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
2019-03-21 12:33:14 +03:00
|
|
|
.gh-nav-list a {
|
2021-02-15 20:03:07 +03:00
|
|
|
color: color-mod(var(--midgrey));
|
2019-03-21 12:33:14 +03:00
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-nav-list a:not(.active):not(.gh-secondary-action):hover,
|
|
|
|
.gh-nav-list .gh-secondary-action:hover span,
|
|
|
|
.gh-nav-bottom .ember-basic-dropdown-trigger:hover,
|
2021-01-28 18:25:21 +03:00
|
|
|
.gh-nav-btn-search:hover,
|
|
|
|
.gh-nav-list button.main-menu-item:hover,
|
|
|
|
.gh-nav-bottom .ember-basic-dropdown-trigger:hover,
|
|
|
|
.gh-nav-bottom-tabicon:hover,
|
|
|
|
.gh-nav-bottom-tabicon.active,
|
|
|
|
.gh-nav-list .gh-secondary-action:not(.icon-only):hover span {
|
2021-02-11 18:24:40 +03:00
|
|
|
background: var(--whitegrey);
|
2021-02-10 18:36:08 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-nav-list a:not(.active):not(.gh-secondary-action):hover {
|
2021-02-17 12:23:16 +03:00
|
|
|
background: var(--whitegrey);
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
2021-02-10 13:15:19 +03:00
|
|
|
.gh-nav-btn-search:hover {
|
|
|
|
background: var(--lightgrey);
|
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
.apps-grid-cell:hover {
|
|
|
|
background: var(--whitegrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.apps-card-app {
|
|
|
|
border-bottom: var(--hairline-color-1) 1px solid;
|
|
|
|
}
|
|
|
|
|
2019-03-25 16:34:19 +03:00
|
|
|
.apps-card-app-icon {
|
|
|
|
mix-blend-mode: normal;
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
2021-03-22 12:33:28 +03:00
|
|
|
.apps-card-app-icon.id-typeform {
|
|
|
|
filter: invert(100%);
|
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-nav,
|
|
|
|
.gh-contentfilter-menu-trigger,
|
|
|
|
.gh-contentfilter-menu-trigger--active,
|
|
|
|
.gh-contentfilter-menu-trigger:focus,
|
|
|
|
.tags-container,
|
2021-01-28 18:25:21 +03:00
|
|
|
.content-list ol,
|
|
|
|
.gh-settings-main-grid {
|
2021-02-10 18:36:08 +03:00
|
|
|
background: var(--dark-main-bg-color);
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-posts-list-item:hover,
|
|
|
|
.ember-power-select-group .ember-power-select-option[aria-current=true],
|
|
|
|
.gh-list-row:not(.header):not(.loading):hover .gh-list-cell,
|
|
|
|
.gh-list-row:not(.header):not(.loading):hover .gh-list-data,
|
2021-01-28 18:25:21 +03:00
|
|
|
.settings-tag .tag-edit-button.active,
|
|
|
|
.gh-portal-site-frame-cover {
|
2021-02-15 20:03:07 +03:00
|
|
|
background: var(--whitegrey);
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
2021-02-17 12:23:16 +03:00
|
|
|
.gh-content-status-published {
|
|
|
|
background: var(--whitegrey-l1);
|
|
|
|
}
|
|
|
|
|
2021-01-28 14:07:46 +03:00
|
|
|
.gh-browserpreview-browser {
|
2021-02-15 20:03:07 +03:00
|
|
|
background: var(--whitegrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-browserpreview-browser .tabs div {
|
|
|
|
background: var(--lightgrey);
|
2021-01-28 14:07:46 +03:00
|
|
|
}
|
|
|
|
|
2019-06-18 13:47:21 +03:00
|
|
|
.tag-settings .gh-image-uploader {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2021-01-28 18:25:21 +03:00
|
|
|
.gh-settings-main-grid .gh-setting-group span {
|
|
|
|
background: color-mod(var(--dark-main-bg-color) l(+2%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.nightshift-toggle {
|
2021-02-11 18:24:40 +03:00
|
|
|
background: var(--lightgrey);
|
2021-01-28 18:25:21 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.nightshift-toggle .thumb {
|
2021-02-11 18:24:40 +03:00
|
|
|
background: var(--black);
|
2021-01-28 18:25:21 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.nightshift-toggle .moon svg {
|
2021-02-11 18:24:40 +03:00
|
|
|
color: var(--black);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-nav-list .gh-nav-nightshift span svg path {
|
|
|
|
fill: color-mod(var(--midgrey) l(-5%));
|
2021-01-28 18:25:21 +03:00
|
|
|
}
|
2019-06-18 13:47:21 +03:00
|
|
|
|
2021-02-22 23:30:02 +03:00
|
|
|
.gh-tag-setting-codeinjection .CodeMirror {
|
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
}
|
|
|
|
|
2021-02-10 13:15:19 +03:00
|
|
|
.gh-tag-setting-codeinjection .CodeMirror-gutters {
|
2021-02-15 20:03:07 +03:00
|
|
|
background-color: var(--whitegrey);
|
2021-02-10 13:15:19 +03:00
|
|
|
border-right: 1px solid var(--lightgrey);
|
|
|
|
}
|
|
|
|
|
2020-01-21 14:27:30 +03:00
|
|
|
/* Koenig styles */
|
|
|
|
.kg-link-input {
|
2021-03-09 14:42:54 +03:00
|
|
|
border-color: var(--green) !important;
|
2020-01-21 14:27:30 +03:00
|
|
|
}
|
|
|
|
|
2021-11-15 22:48:02 +03:00
|
|
|
.kg-card-callout-grey {
|
|
|
|
background: #25292c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-card-callout-white {
|
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
box-shadow: inset 0 0 0 1px color-mod(var(--lightgrey) l(+5%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-card-callout-blue {
|
|
|
|
background: #0c2637;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-card-callout-green {
|
|
|
|
background: #0d2b11;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-card-callout-yellow {
|
|
|
|
background: #342c13;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-card-callout-red {
|
|
|
|
background: #3a1818;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-card-callout-pink {
|
|
|
|
background: #35132b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-card-callout-purple {
|
|
|
|
background: #261a3d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-callout-palette-swatch-grey {
|
|
|
|
background: color-mod(#25292c l(+5%));
|
|
|
|
box-shadow: inset 0 0 0 1px color-mod(#25292c l(+16%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-callout-palette-swatch-white {
|
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
border: 1px solid color-mod(var(--lightgrey) l(+15%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-callout-palette-swatch-blue {
|
|
|
|
background: color-mod(#0c2637 l(+5%));
|
|
|
|
box-shadow: inset 0 0 0 1px color-mod(#0c2637 l(+16%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-callout-palette-swatch-green {
|
|
|
|
background: color-mod(#0d2b11 l(+5%));
|
|
|
|
box-shadow: inset 0 0 0 1px color-mod(#0d2b11 l(+16%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-callout-palette-swatch-yellow {
|
|
|
|
background: color-mod(#342c13 l(+5%));
|
|
|
|
box-shadow: inset 0 0 0 1px color-mod(#342c13 l(+16%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-callout-palette-swatch-red {
|
|
|
|
background: color-mod(#3a1818 l(+5%));
|
|
|
|
box-shadow: inset 0 0 0 1px color-mod(#3a1818 l(+16%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-callout-palette-swatch-pink {
|
|
|
|
background: color-mod(#35132b l(+5%));
|
|
|
|
box-shadow: inset 0 0 0 1px color-mod(#35132b l(+16%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.kg-callout-palette-swatch-purple {
|
|
|
|
background: color-mod(#261a3d l(+5%));
|
|
|
|
box-shadow: inset 0 0 0 1px color-mod(#261a3d l(+16%));
|
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
/* Editor */
|
2021-07-02 21:03:52 +03:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.gh-editor-header {
|
|
|
|
background-color: var(--dark-main-bg-color);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
.gh-editor-back-button {
|
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-editor-post-status {
|
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-editor-preview-trigger {
|
2021-07-01 14:04:59 +03:00
|
|
|
background: var(--dark-main-bg-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-editor-preview-trigger:hover {
|
|
|
|
background: var(--whitegrey) !important;
|
2021-02-15 20:03:07 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-btn-editor {
|
|
|
|
background: var(--dark-main-bg-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-publishmenu-button {
|
|
|
|
color: var(--black);
|
|
|
|
background: var(--green-d1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-publishmenu-button:hover {
|
|
|
|
color: #fff;
|
|
|
|
background: var(--green) !important;
|
|
|
|
}
|
|
|
|
|
2021-07-23 22:33:54 +03:00
|
|
|
.gh-editor-feature-image-add-button {
|
|
|
|
color: var(--midgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-editor-feature-image-add-button:hover {
|
|
|
|
color: var(--darkgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-editor-feature-image-add-button:hover svg path {
|
|
|
|
stroke: var(--darkgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-editor-feature-image-unsplash svg {
|
|
|
|
fill: var(--midgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-editor-feature-image-unsplash svg:hover {
|
|
|
|
fill: var(--darkgrey);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-editor-wordcount-container {
|
|
|
|
background: var(--dark-main-bg-color);
|
2021-02-15 20:03:07 +03:00
|
|
|
}
|
|
|
|
|
2021-05-07 16:59:26 +03:00
|
|
|
/* Segment input */
|
|
|
|
|
|
|
|
.token-segment-status-free {
|
|
|
|
border: 1px solid var(--green-d1);
|
|
|
|
background: var(--green-d1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.token-segment-status-paid {
|
|
|
|
border: 1px solid var(--pink-d1);
|
|
|
|
background: var(--pink-d1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.token-segment-product {
|
|
|
|
background: var(--darkgrey);
|
|
|
|
color: var(--white);
|
|
|
|
}
|
|
|
|
|
|
|
|
.token-segment-product svg path {
|
|
|
|
stroke: var(--lightgrey);
|
|
|
|
fill: var(--lightgrey);
|
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
/* Post preview modal */
|
|
|
|
.gh-post-preview-header,
|
|
|
|
.gh-post-preview-browser-footer {
|
|
|
|
background: var(--main-color-content-greybg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-preview-header-border {
|
|
|
|
border-bottom: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-preview-browser-footer {
|
|
|
|
border-top: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
2020-01-21 14:27:30 +03:00
|
|
|
|
|
|
|
/* Dark style Lists */
|
2019-06-18 13:47:21 +03:00
|
|
|
.gh-list {
|
2021-02-10 18:36:08 +03:00
|
|
|
background: var(--dark-main-bg-color) !important;
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-list-header,
|
|
|
|
.gh-list-row:not(.header):hover .gh-list-cell,
|
2021-02-15 20:03:07 +03:00
|
|
|
.gh-list-row:not(.header):hover .gh-list-data {
|
2021-02-10 18:36:08 +03:00
|
|
|
background: var(--dark-main-bg-color);
|
2019-06-18 13:47:21 +03:00
|
|
|
}
|
2019-12-17 13:29:26 +03:00
|
|
|
|
2021-02-10 18:36:08 +03:00
|
|
|
.gh-list-header {
|
|
|
|
border-bottom: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-list-data {
|
|
|
|
border-top: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
2020-01-21 14:27:30 +03:00
|
|
|
|
2019-12-17 13:29:26 +03:00
|
|
|
/* Members */
|
|
|
|
.gh-members-chart-header {
|
2021-02-10 13:15:19 +03:00
|
|
|
background: var(--white);
|
2019-12-17 13:29:26 +03:00
|
|
|
}
|
|
|
|
.gh-members-chart-header .gh-contentfilter-type .gh-contentfilter-menu-trigger {
|
|
|
|
box-shadow: 0 0 0 1px color-mod(var(--darkgrey) l(-27%) blackness(+15%) alpha(50%));
|
2020-04-09 08:26:11 +03:00
|
|
|
}
|
2020-07-01 08:24:10 +03:00
|
|
|
|
|
|
|
.gh-members-import-table::before {
|
2021-02-10 13:15:19 +03:00
|
|
|
background: #191b1f;
|
2020-07-01 08:24:10 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-import-table::after {
|
2021-02-10 13:15:19 +03:00
|
|
|
background: #191b1f;
|
2020-07-07 14:07:21 +03:00
|
|
|
}
|
|
|
|
.gh-import-member-select,
|
|
|
|
.gh-import-member-select select {
|
|
|
|
background: none !important;
|
2020-11-13 18:05:00 +03:00
|
|
|
}
|
|
|
|
|
2020-11-16 14:16:51 +03:00
|
|
|
.modal-fullsettings-preview-container,
|
|
|
|
.fullscreen-modal-email-preview .gh-pe-mobile-container,
|
2021-02-15 20:03:07 +03:00
|
|
|
.fullscreen-modal-email-preview .gh-pe-desktop-container{
|
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-post-preview-browser-container,
|
|
|
|
.gh-post-preview-email-container,
|
|
|
|
.gh-post-preview-social-container {
|
2021-02-10 13:15:19 +03:00
|
|
|
background: var(--dark-main-bg-color);
|
2020-11-16 14:16:51 +03:00
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
.modal-fullsettings-main {
|
|
|
|
border-left: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
|
|
|
|
2020-11-16 14:16:51 +03:00
|
|
|
.gh-pe-mobile-bezel {
|
2021-02-15 20:03:07 +03:00
|
|
|
background: var(--lightgrey-l2);
|
2021-01-14 15:29:21 +03:00
|
|
|
}
|
2021-02-10 13:15:19 +03:00
|
|
|
|
|
|
|
.gh-members-emailsettings-footer-input {
|
|
|
|
background: color-mod(var(--lightgrey));
|
|
|
|
}
|
|
|
|
|
2021-02-15 20:03:07 +03:00
|
|
|
.gh-email-design-typography .gh-radio-content {
|
|
|
|
border: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-members-connect-testmodelabel {
|
|
|
|
background: #983705;
|
|
|
|
color: #f8e5b9;
|
|
|
|
}
|
|
|
|
|
2021-02-24 13:02:51 +03:00
|
|
|
.members-list .gh-list-header {
|
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
}
|
|
|
|
|
2021-02-10 13:15:19 +03:00
|
|
|
/* Portal */
|
|
|
|
.gh-portal-settings-maintabs {
|
|
|
|
border: 1px solid color-mod(var(--darkgrey) l(-27%) blackness(+15%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-page-url-container {
|
|
|
|
color: var(--darkgrey);
|
|
|
|
border-color: color-mod(var(--lightgrey));
|
|
|
|
background: color-mod(var(--lightgrey));
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings-maintabs li:not(:last-of-type) {
|
|
|
|
border-right: 1px solid color-mod(var(--darkgrey) l(-27%) blackness(+15%));
|
2021-02-15 20:03:07 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-settings-main {
|
|
|
|
border-left: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-setting-sectionheading {
|
|
|
|
border-bottom: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-portal-links-container {
|
|
|
|
background: var(--main-color-content-greybg)
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Launch-site wizard */
|
|
|
|
.fullscreen-wizard-container {
|
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-launch-wizard-content {
|
|
|
|
background: var(--dark-main-bg-color);
|
|
|
|
border-top: 1px solid var(--hairline-color-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-launch-wizard-btn {
|
|
|
|
color: var(--black);
|
|
|
|
background: var(--green-d1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-launch-wizard-btn:hover {
|
|
|
|
color: #fff;
|
|
|
|
background: var(--green) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-launch-wizard-btn svg {
|
|
|
|
fill: var(--black);
|
2021-02-24 21:18:13 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-lw-banner {
|
|
|
|
border: 1px solid color-mod(var(--green) a(60%));
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-dashboard-box {
|
|
|
|
border-color: var(--lightgrey);
|
2021-03-02 17:29:26 +03:00
|
|
|
}
|
2021-03-08 15:28:28 +03:00
|
|
|
|
2021-03-19 14:14:24 +03:00
|
|
|
.gh-dashboard-btn {
|
|
|
|
border: none;
|
|
|
|
background: var(--black) !important;
|
|
|
|
color: #394047 !important;
|
|
|
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
|
|
outline: none;
|
|
|
|
}
|
2021-07-02 21:03:52 +03:00
|
|
|
|
2021-03-19 14:14:24 +03:00
|
|
|
.gh-dashboard-btn:hover {
|
|
|
|
background: var(--white);
|
|
|
|
}
|
|
|
|
|
2021-03-08 15:28:28 +03:00
|
|
|
.gh-notification {
|
|
|
|
background: var(--lightgrey);
|
2021-03-09 14:33:30 +03:00
|
|
|
}
|
|
|
|
|
2021-03-24 17:12:40 +03:00
|
|
|
/* Opacity needed to display correctly in Safari */
|
2021-03-09 14:33:30 +03:00
|
|
|
::selection {
|
2021-03-24 17:12:40 +03:00
|
|
|
background: rgb(55, 59, 67, 0.99);
|
2021-03-09 16:59:53 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-image {
|
|
|
|
border-color: var(--dark-main-bg-color);
|
2021-05-03 19:53:56 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-whats-new-badge-account {
|
|
|
|
top: 0;
|
|
|
|
right: -2px;
|
2021-07-02 21:03:52 +03:00
|
|
|
}
|
2021-09-10 16:01:59 +03:00
|
|
|
|
|
|
|
.gh-list-scrolling thead th {
|
|
|
|
background: linear-gradient(90deg, rgba(21,23,25,1) 90%, rgba(21,23,25,0) 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-list-scrolling tbody .gh-list-data:first-child {
|
|
|
|
background: linear-gradient(90deg, rgba(21,23,25,1) 90%, rgba(21,23,25,0) 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.gh-filter-builder .gh-filters {
|
|
|
|
background: var(--whitegrey);
|
|
|
|
}
|