This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvariables.less
executable file
·189 lines (149 loc) · 4.7 KB
/
variables.less
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
//== Colors
/* Color scheme
Dark BLue: #0f2152;
Mid Blue: #4c6586;
Green: #6ea03c;
Light Brown: #dcb496;
Dark Brown: #523228;
Orange: #fa8228;
External Blue: #21c5d8;
ILIAS 4 MainMenu Color: #c8e6ff;
*/
@brand-primary: #4C6586;
@brand-secondary: #6EA03C;
@brand-success: #6EA03C;
@brand-info: #DCB496;
@brand-warning: #FA8228;
@brand-danger: #FA8228;
@background-images-path: "../../../../templates/default/images/";
@web-font-path: "../../../../templates/default/fonts/";
@icon-font-path: "../../../../Services/UICore/lib/bootstrap-3.2.0/fonts/";
@mid-gray: #434343;
@il-primary-container-bg: #FFFFFF;
@il-secondary-container-bg: #F9F9F9;
@il-highlight-bg: #FFFFD0;
@il-brand-3rd: #21C5D8;
@gray-dark: #434343;
//== Scaffolding
@body-bg: #F0F0F0;
@text-color: @gray-dark;
@link-color: lighten(@brand-primary, 5%);
@link-hover-color: darken(@link-color, 15%);
//== Typography
@font-family-sans-serif: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
@font-size-base: 14px;
@font-size-large: ceil((@font-size-base * 1.25));
@font-size-small: ceil((@font-size-base * 0.85));
@font-size-h1: floor((@font-size-base * 1.6));
@font-size-h2: floor((@font-size-base * 1.4));
@font-size-h3: ceil((@font-size-base * 1.3));
@font-size-h4: ceil((@font-size-base * 1.2));
@font-size-h5: ceil((@font-size-base * 1.1));
@font-size-h6: @font-size-base;
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
@padding-base-vertical: 3px;
@padding-base-horizontal: 8px;
@padding-large-vertical: 6px;
@padding-large-horizontal: 12px;
@padding-small-vertical: 3px;
@padding-small-horizontal: 6px;
@padding-xs-vertical: 1px;
@padding-xs-horizontal: 5px;
@line-height-large: 1.33;
@line-height-small: 1.5;
@border-radius-base: 0px;
@border-radius-large: 0px;
@border-radius-small: 0px;
//== Navs
@nav-link-padding: 5px 10px;
@nav-tabs-border-color: #E0E0E0;
/* @nav-tabs-link-hover-border-color: @brand-primary; */
@nav-tabs-active-link-hover-border-color: #E0E0E0;
// this is related to the main menu
@il-fixed-menu-height: 117px;
@il-fixed-menu-height-bar-only: 40px;
//== Breadcrumbs
//
//##
@breadcrumb-padding-vertical: 6px;
@breadcrumb-padding-horizontal: 6px;
//** Breadcrumb background color
@breadcrumb-bg: transparent;
//** Breadcrumb text color
@breadcrumb-color: @link-color;
//** Text color of current page in the breadcrumb
@breadcrumb-active-color: @link-hover-color;
//** Textual separator for between breadcrumb elements
@breadcrumb-separator: "»";
//== Buttons
//
//##
@btn-default-color: @link-color;
@btn-default-border: #D0D0D0;
@btn-default-bg: #FEFEFE;
//== Badges
//
//##
@badge-color: #FFFFFF;
//** Linked badge text color on hover
@badge-link-hover-color: #FFFFFF;
@badge-bg: darken(@brand-warning, 10%);
//** Badge text color in active nav link
@badge-active-color: #FFFFFF;
//** Badge background color in active nav link
@badge-active-bg: darken(@brand-warning, 10%);
@badge-font-weight: bold;
@badge-line-height: 1;
@badge-border-radius: 10px;
//== Forms
//
//##
@input-border-radius: 0;
@input-border: #CCCCCC;
@input-border-focus: lighten(@brand-primary, 20%);
@ilFormInputFontSize: @font-size-small;
@input-height-base: (floor((@ilFormInputFontSize * @line-height-base)) + (@padding-base-vertical * 2) + 2);
@ilFormColor: #808080;
@ilFormBgColor: #FDFDFD;
/* ILIAS variables candidates */
@ilMainMenuColor: lighten(@brand-primary, 10%);
@ilButtonFontSize: @font-size-small;
//== Panels
//
//##
@panel-bg: @il-secondary-container-bg;
@panel-body-padding: 15px;
@panel-heading-padding: 10px 15px;
@panel-footer-padding: @panel-heading-padding;
@panel-border-radius: @border-radius-base;
//** Border color for elements within panels
@panel-inner-border: #DDDDDD;
@panel-footer-bg: #F5F5F5;
@panel-default-text: @gray-dark;
@panel-default-border: none;
@panel-default-heading-bg: @il-secondary-container-bg;
@panel-primary-text: @gray-dark;
@panel-primary-border: none;
@panel-primary-heading-bg: @il-primary-container-bg;
//== DropDowns
//
//##
@dropdown-link-hover-bg: #F2F2F2;
@dropdown-link-hover-bg: lighten(@brand-primary, 53%);
;
//== Tables
//
//## Customizes the `.table` component with basic values, each used across all table variations.
//** Padding for `<th>`s and `<td>`s.
@table-cell-padding: 8px;
//** Padding for cells in `.table-condensed`.
@table-condensed-cell-padding: 5px;
//** Default background color used for all tables.
@table-bg: transparent;
//** Background color used for `.table-striped`.
@table-bg-accent: #FFFFFF;
//** Border color for table and cell borders.
@table-border-color: #DDDDDD;
@il-table-head-bg: lighten(@il-secondary-container-bg, 1%);
@il-data-table-bg: @il-secondary-container-bg;
@il-table-cmd-bg: @il-secondary-container-bg;