Revision 3fc38171
Von Andreas Rudin vor etwa 6 Jahren hinzugefügt
css/less/style.less | ||
---|---|---|
1 |
// ---------------------------------------------------------------------------- |
|
2 |
// |
|
3 |
// MAIN-LESS-FILE |
|
4 |
// |
|
5 |
// ---------------------------------------------------------------------------- |
|
6 |
// DESCRIPTION: |
|
7 |
// Use this file for rendering the file ../style.css |
|
8 |
// with the following command: |
|
9 |
// lessc style.less ../style.css |
|
10 |
// the cursor in your shell should be on /css/less/ |
|
11 |
// |
|
12 |
// CONTENTS: |
|
13 |
// - Variables |
|
14 |
// - LOGGED IN |
|
15 |
// ---------------------------------------------------------------------------- |
|
16 |
|
|
17 |
|
|
1 | 18 |
|
2 | 19 |
// Variablen |
3 | 20 |
// fuer die Anpassung des Erscheinungsbildes |
4 | 21 |
// in dieser Datei koennen z.b. Farbvarianten eines Themes einfach erstellt werden |
22 |
|
|
23 |
// Color Schemes |
|
24 |
//@import 'variables_color_scheme.less' ; // Standard-Farbschema |
|
25 |
//@import 'variables_color.less'; // use it for a special style |
|
26 |
//@import 'variables_color_1.less'; // use it for a special style |
|
27 |
@import 'variables_color_2.less'; // use it for a special style |
|
28 |
// Standard-Variables |
|
5 | 29 |
@import 'variables.less'; |
6 |
@import 'variables-kivitendo.less'; |
|
7 | 30 |
|
8 | 31 |
// Your custom LESS variables (new or overrides of the previous LESS variable stuff) |
9 |
@import 'custom-variables.less';
|
|
32 |
@import 'custom_variables.less';
|
|
10 | 33 |
|
11 | 34 |
// Basic Settings |
12 | 35 |
@import 'common.less'; |
... | ... | |
21 | 44 |
|
22 | 45 |
// jQuery Stuff |
23 | 46 |
@import 'jquery-ui.less'; // jQuery-UI |
24 |
// Original Standard jQuery-Stuff (no overrides, )
|
|
47 |
// Original Standard jQuery Stuff (no overrides, )
|
|
25 | 48 |
@import 'jquery.autocomplete.less'; |
26 | 49 |
@import 'jquery.multiselect2side.less'; |
27 | 50 |
@import 'jquery.tooltipster.less'; |
28 | 51 |
@import 'jquery.tooltipster-light.less'; |
29 | 52 |
// Special jQuery Stuff |
30 |
@import 'jquery.chartpicker.less';
|
|
53 |
@import 'jquery.chartpicker.less'; |
|
31 | 54 |
// Overrides of all jquery stuff above |
32 |
@import 'jquery-ui-overrides.less';
|
|
55 |
@import 'jquery-ui_overrides.less';
|
|
33 | 56 |
|
34 |
// Standard Kivitendo CSS-Stuff
|
|
57 |
// Standard Kivitendo CSS_Stuff
|
|
35 | 58 |
@import 'main.less'; |
36 | 59 |
@import 'main_login.less'; |
60 |
// Menus |
|
37 | 61 |
@import 'menu.less'; |
38 | 62 |
@import 'menu_actionbar.less'; |
39 |
@import 'admin.less';
|
|
63 |
@import 'menu_frame_header.less'; // Quick_Search, User/Mandatory, Logout
|
|
40 | 64 |
|
41 | 65 |
// Content |
42 | 66 |
// Every HTML Stuff within the Element #content |
67 |
@import 'messages.less'; |
|
43 | 68 |
@import 'tables.less'; |
44 |
@import 'tables-custom.less';
|
|
69 |
@import 'lists.less';
|
|
45 | 70 |
@import 'forms.less'; |
46 |
@import 'requirement_spec.less'; // Stupid non-generic stuff |
|
71 |
@import 'buttons.less'; |
|
72 |
@import 'control_panels.less'; |
|
73 |
|
|
74 |
@import 'requirement_spec.less'; // Stupid non_generic stuff |
|
47 | 75 |
@import 'specials.less'; |
48 | 76 |
|
77 |
// General overrides from the settings above |
|
78 |
@import 'main_overrides.less'; |
|
49 | 79 |
|
50 |
// Quick-Search, Login-Date, Logout
|
|
51 |
@import 'frame-header.less';
|
|
80 |
// Admin_Stuff (Overrides)
|
|
81 |
@import 'admin.less';
|
|
52 | 82 |
|
53 |
// div. |
|
83 |
// div. (necessary???)
|
|
54 | 84 |
@import 'icons16.less'; |
55 | 85 |
|
56 |
// Developer stuff (don't hesitate to disable this') |
|
57 |
@import 'developing.less'; |
|
86 |
// Responsive & Print Stuff |
|
87 |
@import 'responsive.less'; |
|
88 |
@import 'print.less'; |
|
58 | 89 |
|
59 | 90 |
// Your personal custom LESS stuff |
60 |
@import 'custom.less'; |
|
91 |
@import 'custom.less'; |
|
92 |
|
|
93 |
// Developer stuff (don't hesitate to disable this') |
|
94 |
@import 'developing.less'; |
Auch abrufbar als: Unified diff
HP Aenderungen bis Oktober 2018