-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlooking-glass-variables.scss
More file actions
114 lines (100 loc) · 4.66 KB
/
looking-glass-variables.scss
File metadata and controls
114 lines (100 loc) · 4.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
//== Looking Glass
//
// Specific things needed for Looking Glass app that can be customized
//##
$lg-navbar-brand-font: $font-family-sans-serif;
$lg-navbar-select-color: $base-white;
$lg-navbar-select-background-color: $color-blue-green;
$lg-navbar-select-border: 0px;
$lg-navbar-input-color: $base-black;
$lg-navbar-input-background-color: $base-tan;
$lg-navbar-input-border: 0px;
$lg-navbar-input-placeholder-color: $color-brown-normal;
$lg-navbar-button-color: $base-white;
$lg-navbar-button-background-color: $color-brown-normal;
$lg-navbar-button-background-color-hover: darken($lg-navbar-button-background-color, 8%);
$lg-navbar-button-border: 0px;
$lg-tiny-heading-font: $font-family-sans-serif;
$lg-tiny-heading-color: $gray-light;
$lg-tiny-heading-size: 12px;
$lg-sidebar-background-color: #FFF;
$lg-sidebar-border-right: 1px solid $gray-light;
$lg-sidebar-text-font: $font-family-sans-serif;
$lg-sidebar-text-size: 18px;
$lg-sidebar-text-color: $gray;
$lg-sidebar-text-color-hover: $gray-dark;
$lg-sidebar-text-weight: bold;
$lg-sidebar-expand-color: $gray-light;
$lg-sidebar-link-color: $gray;
$lg-sidebar-link-color-hover: #999;
$lg-sidebar-link-font: $font-family-sans-serif;
$lg-sidebar-link-size: 14px;
$lg-sidebar-link-weight: normal;
$lg-sidebar-link-spacing: -1px;
$lg-sidebar-link-decoration: none;
$lg-sidebar-link-decoration-hover: underline;
$lg-sidebar-term-on-bg: $cs-blue-on;
$lg-sidebar-term-on-color: $base-white;
$lg-search-background-color: #FFF;
$lg-search-text-color: #000;
$lg-search-light-text-color: $gray-light;
$lg-search-filter-background-color: $base-white;
$lg-search-filter-color: #000;
$lg-search-filter-font: $font-family-sans-serif;
$lg-search-filter-weight: bold;
$lg-search-filter-category-color: $gray-dark;
$lg-search-filter-remove-color: $brand-danger;
$lg-search-details-background-color: $lg-search-background-color;
$lg-search-details-font: $font-family-sans-serif;
$lg-search-details-weight: bold;
$lg-search-item-border-top: 0px;
$lg-search-item-border-right: 1px solid $gray-light;
$lg-search-item-border-bottom: 1px solid $gray-light;
$lg-search-item-border-left: 0px;
$lg-search-item-title-color: $brand-danger;
$lg-search-item-title-font: $font-family-sans-serif;
$lg-search-item-title-hover-color: $gray-dark;
$lg-search-item-title-size: 24px;
$lg-search-item-title-weight: bold;
$lg-search-item-dataset-color: #999;
$lg-search-item-dataset-hover-color: #000;
$lg-search-item-detail-text-color: $gray;
$lg-search-item-text-color: $gray-darker;
$lg-search-item-highlight-background: #e6ce95;
$lg-search-item-highlight-color: $gray-darker;
$lg-search-item-facet-color: #000;
$lg-search-item-facet-hover-color: $brand-primary;
$lg-search-pagination-hover-bg: $cs-blue-on;
$lg-search-pagination-font: $font-family-sans-serif;
$lg-search-pagination-color: $lg-search-text-color;
$lg-search-pagination-on-bg: $brand-primary;
$lg-search-pagination-on-color: $base-white;
$lg-show-background-color: $base-white;
$lg-show-color: #000;
$lg-show-link-color: $brand-danger;
$lg-show-link-color-hover: darken($brand-danger, 15%);
$lg-show-tab-background-color: $cs-blue-on;
$lg-show-tab-color: $base-white;
$lg-show-tab-active-background-color: $base-white;
$lg-show-tab-active-color: $base-black;
$lg-show-tab-border-top: 0px;
$lg-show-tab-border-right: 1px solid $gray-light;
$lg-show-tab-border-bottom: 1px solid $gray-light;
$lg-search-item-border-left: 0px;
$lg-show-embed-border: 1px solid $gray-light;
$lg-show-article-color: $cs-blue;
$lg-show-article-text-size: 18px;
$lg-show-article-text-weight: bold;
$lg-show-article-item-border: 1px solid $gray-light;
$lg-show-article-number: $gray-light;
$lg-static-background-color: #FFF;
$lg-static-border-top: 0px;
$lg-static-border-right: 1px solid $gray-light;
$lg-static-border-bottom: 1px solid $gray-light;
$lg-static-item-border-left: 0px;
$lg-static-title-color: $brand-danger;
$lg-show-version-border: 0px;
$lg-show-version-background: $gray-lighter;
$lg-show-version-color: $gray-dark;
$lg-show-panel-title-font: $font-family-sans-serif;
$lg-show-panel-title-size: 18px;