Revision 971c8b33
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
css/less/variables_color_style.less | ||
---|---|---|
130 | 130 |
@color-orange-strong: #8D6A00; // brown, orange calculated as background below |
131 | 131 |
|
132 | 132 |
// light background colors (calculated) |
133 |
@color-red-light: lighten( @color-red-strong , 50% );
|
|
134 |
@color-green-light: lighten( @color-green-strong , 50% );
|
|
135 |
@color-blue-light: lighten( @color-blue-strong , 50% );
|
|
133 |
@color-red-light: lighten( @color-red-strong , 50% ); |
|
134 |
@color-green-light: lighten( @color-green-strong , 50% ); |
|
135 |
@color-blue-light: lighten( @color-blue-strong , 50% ); |
|
136 | 136 |
@color-orange-light: lighten( @color-orange-strong , 50% ); |
137 | 137 |
|
138 | 138 |
|
... | ... | |
185 | 185 |
// ----------------------- |
186 | 186 |
|
187 | 187 |
// Body |
188 |
@_bg_style_body: linear-gradient(to bottom, @brand-verylight, @brand-light);
|
|
188 |
@_bg_style_body: linear-gradient(to bottom, @brand-verylight, @brand-light);
|
|
189 | 189 |
// Control panels |
190 |
@_bg_style_controlpanel: linear-gradient(to top, @brand-light, @brand-verylight);
|
|
190 |
@_bg_style_controlpanel: linear-gradient(to top, @brand-light, @brand-verylight); |
|
191 | 191 |
// Buttons |
192 |
@_bg_style_button: linear-gradient(to top, @brand-light, @brand-verylight);
|
|
193 |
@_bg_style_button_neutral: linear-gradient(to top, @gray-light, @gray-verylight);
|
|
192 |
@_bg_style_button: linear-gradient(to top, @brand-light, @brand-verylight); |
|
193 |
@_bg_style_button_neutral: linear-gradient(to top, @gray-light, @gray-verylight);
|
|
194 | 194 |
|
195 | 195 |
|
196 | 196 |
// ----------------------- |
Auch abrufbar als: Unified diff
css/less/variables_color_style.less Code formatiert