53 lines
1.5 KiB
Plaintext
53 lines
1.5 KiB
Plaintext
@import "~bootstrap/less/variables.less";
|
|
// BBcode colors
|
|
@red-color: #f00;
|
|
@green-color: #0f0;
|
|
@blue-color: #00f;
|
|
@yellow-color: #ff0;
|
|
@cyan-color: #0ff;
|
|
@purple-color: #c0f;
|
|
@white-color: #fff;
|
|
@black-color: #000;
|
|
@brown-color: #8a6d3b;
|
|
@pink-color: #faa;
|
|
@gray-color: #ccc;
|
|
@orange-color: #f60;
|
|
@collapse-header-bg: @well-bg;
|
|
@collapse-border: darken(@well-border, 25%);
|
|
|
|
|
|
// Character page quick kink comparison
|
|
@quick-compare-active-border: @black-color;
|
|
@quick-compare-favorite-bg: @state-info-bg;
|
|
@quick-compare-yes-bg: @state-success-bg;
|
|
@quick-compare-maybe-bg: @state-warning-bg;
|
|
@quick-compare-no-bg: @state-danger-bg;
|
|
|
|
// character page badges
|
|
@character-badge-bg: darken(@well-bg, 10%);
|
|
@character-badge-border: darken(@well-border, 10%);
|
|
@character-badge-subscriber-bg: @alert-info-bg;
|
|
@character-badge-subscriber-border: @alert-info-border;
|
|
|
|
// Character editor
|
|
@character-list-selected-border: @brand-success;
|
|
@character-image-selected-border: @brand-success;
|
|
|
|
// Notes conversation view
|
|
@note-conversation-you-bg: @alert-info-bg;
|
|
@note-conversation-you-text: @alert-info-text;
|
|
@note-conversation-you-border: @alert-info-border;
|
|
@note-conversation-them-bg: @well-bg;
|
|
@note-conversation-them-text: @text-color;
|
|
@note-conversation-them-border: @well-border;
|
|
|
|
@nav-link-hover-color: @link-color;
|
|
|
|
// General color extensions missing from bootstrap
|
|
@text-background-color: @body-bg;
|
|
@text-background-color-disabled: @gray-lighter;
|
|
|
|
@screen-sm-min: 700px;
|
|
@screen-md-min: 900px;
|
|
@container-sm: 680px;
|
|
@container-md: 880px; |