Revision 9439c4f2
Von Hans Peter Schlaepfer vor mehr als 6 Jahren hinzugefügt
css/less/style.less | ||
---|---|---|
3 | 3 |
// fuer die Anpassung des Erscheinungsbildes |
4 | 4 |
// in dieser Datei koennen z.b. Farbvarianten eines Themes einfach erstellt werden |
5 | 5 |
@import 'variables.less'; |
6 |
@import 'variables-kivitendo.less'; |
|
7 |
|
|
8 |
// Your custom LESS variables (new or overrides of the previous LESS variable stuff) |
|
9 |
@import 'custom-variables.less'; |
|
10 |
|
|
11 |
// Basic Settings |
|
12 |
@import 'common.less'; |
|
13 |
|
|
6 | 14 |
|
7 | 15 |
// Mixins (general & sitewide properties) |
8 | 16 |
// IMPORTANT: edit this properties right after variables.less |
... | ... | |
12 | 20 |
@import 'scaffolding.less'; |
13 | 21 |
|
14 | 22 |
// jQuery Stuff |
23 |
@import 'jquery-ui.less'; // jQuery-UI |
|
24 |
// Original Standard jQuery-Stuff (no overrides, ) |
|
15 | 25 |
@import 'jquery.autocomplete.less'; |
16 | 26 |
@import 'jquery.multiselect2side.less'; |
17 | 27 |
@import 'jquery.tooltipster.less'; |
18 | 28 |
@import 'jquery.tooltipster-light.less'; |
19 |
// jQuery-UI |
|
20 |
@import 'jquery-ui.less'; |
|
21 | 29 |
// Special jQuery Stuff |
22 |
@import 'jquery.chartpicker.less'; |
|
23 |
// Overrides of all jquery stuff |
|
24 |
@import 'jquery-ui.custom.less';
|
|
30 |
@import 'jquery.chartpicker.less';
|
|
31 |
// Overrides of all jquery stuff above
|
|
32 |
@import 'jquery-ui-overrides.less';
|
|
25 | 33 |
|
26 | 34 |
// Standard Kivitendo CSS-Stuff |
27 |
@import 'common.less'; |
|
28 | 35 |
@import 'main.less'; |
29 | 36 |
@import 'main_login.less'; |
30 | 37 |
@import 'menu.less'; |
... | ... | |
48 | 55 |
|
49 | 56 |
// Developer stuff (don't hesitate to disable this') |
50 | 57 |
@import 'developing.less'; |
58 |
|
|
59 |
// Your personal custom LESS stuff |
|
60 |
@import 'custom.less'; |
Auch abrufbar als: Unified diff
Diverse weitere Anpassungen zum Design 4.0