1 // ----------------------------------------------------------------------------
5 // ----------------------------------------------------------------------------
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/
15 // ----------------------------------------------------------------------------
19 // --------------------------------------
20 // VARIABLES WITH COLOR SCHEMES
21 // --------------------------------------
22 // fuer die Anpassung des Erscheinungsbildes
23 // in dieser Datei koennen z.b. Farbvarianten eines Themes einfach erstellt werden
25 @import 'variables_color_style.less' ; // Standard color scheme
30 @import 'variables.less';
33 // -----------------------
34 // Custom LESS variables
35 // -----------------------
36 // Your custom LESS variables
37 // (new or overrides of the previous LESS variable stuff)
38 @import 'custom_less_variables.less';
42 // --------------------------------------
44 // --------------------------------------
45 // Mixins are unique CSS-templates in shape of CSS-classes
46 // Mixins are general & sitewide properties
47 @import 'mixins.less' ;
51 // --------------------------------------
52 // BASIC SETTINGS & MIXINS
53 // --------------------------------------
54 @import 'common.less';
58 // --------------------------------------
59 // SCAFFOLDING (IN GERMAN GERUEST)
60 // --------------------------------------
61 // Main areas and main boxes of the Kivitendo Webpage
62 // In general Layout of the page
63 @import 'scaffolding.less';
68 // FORMER POSITION OF STANDARD HTML-ELEMENTS IN KIVITENDO (SEE BELOW)
73 // --------------------------------------
75 // --------------------------------------
76 @import 'menu_frame_header.less'; // Quick_Search, User/Mandatory, Logout
77 @import 'menu.less'; // All kind of menus
78 @import 'menu_actionbar.less';
82 // --------------------------------------
84 // --------------------------------------
85 // Every HTML Stuff within the Element #content
87 @import 'messages.less';
88 @import 'tables.less';
90 @import 'buttons.less';
91 @import 'control_panels.less';
95 // --------------------------------------
96 // STANDARD HTML-ELEMENTS IN KIVITENDO
97 // --------------------------------------
99 @import 'main_login.less';
104 // -----------------------
106 // -----------------------
107 @import 'requirement_spec.less'; //
108 @import 'specials.less';
113 // --------------------------------------
115 // --------------------------------------
116 @import 'jquery-ui.less'; // jQuery-UI
117 // Original Standard jQuery Stuff (no overrides, )
118 @import 'jquery.autocomplete.less';
119 @import 'jquery.multiselect2side.less';
120 @import 'jquery.tooltipster.less';
121 //@import 'jquery.tooltipster-light.less';
122 // Special jQuery Stuff
123 @import 'jquery.chartpicker.less';
128 // --------------------------------------
130 // --------------------------------------
131 // General overrides from the settings above
132 @import 'main_overrides.less';
133 // Overrides of all jquery stuff above
134 @import 'jquery-ui_overrides.less';
136 // -----------------------
138 // -----------------------
139 @import 'admin.less';
144 // --------------------------------------
145 // Responsive & Print
146 // --------------------------------------
147 // Responsive & Print Stuff
148 @import 'responsive.less';
149 @import 'print.less';
153 // --------------------------------------
155 // --------------------------------------
156 // Place in this file your own LESS or CSS stuff
157 // This will override all the stuff above
158 @import 'custom.less';
162 // --------------------------------------
164 // --------------------------------------
165 // (don't hesitate to disable this')
166 @import 'developing.less';
171 // --------------------------------------
173 // --------------------------------------
174 // PENDENT: (necessary???)
175 @import 'icons16.less';