]> wagnertech.de Git - mfinanz.git/blob - css/design40/less/style.less
date error in mapping
[mfinanz.git] / css / design40 / 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
18
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
24 // Color Schemes
25 @import 'variables_color_style.less' ;  // Standard color scheme
26
27
28
29 // Standard-Variables
30 @import 'variables.less';
31
32
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';
39
40
41
42 // --------------------------------------
43 // MIXINS
44 // --------------------------------------
45 // Mixins are unique CSS-templates in shape of CSS-classes
46 // Mixins are general & sitewide properties
47 @import 'mixins.less' ;
48
49
50
51 // --------------------------------------
52 // BASIC SETTINGS & MIXINS
53 // --------------------------------------
54 @import 'common.less';
55
56
57
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';
64
65
66
67
68 // FORMER POSITION OF STANDARD HTML-ELEMENTS IN KIVITENDO (SEE BELOW)
69
70
71
72
73 // --------------------------------------
74 // MENUS
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';
79
80
81
82 // --------------------------------------
83 // CONTENT
84 // --------------------------------------
85 // Every HTML Stuff within the Element #content
86 @import 'forms.less';
87 @import 'messages.less';
88 @import 'tables.less';
89 @import 'lists.less';
90 @import 'buttons.less';
91 @import 'control_panels.less';
92
93
94
95 // --------------------------------------
96 // STANDARD HTML-ELEMENTS IN KIVITENDO
97 // --------------------------------------
98 @import 'main.less';
99 @import 'main_login.less';
100
101
102
103
104 // -----------------------
105 // NON GENERIC STUFF
106 // -----------------------
107 @import 'requirement_spec.less'; //
108 @import 'specials.less';
109
110
111
112
113 // --------------------------------------
114 // JQUERY STUFF
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';
124
125
126
127
128 // --------------------------------------
129 // OVERRIDES
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';
135
136 // -----------------------
137 // Admin (Overrides)
138 // -----------------------
139 @import 'admin.less';
140
141
142
143
144 // --------------------------------------
145 // Responsive & Print
146 // --------------------------------------
147 // Responsive & Print Stuff
148 @import 'responsive.less';
149 @import 'print.less';
150
151
152
153 // --------------------------------------
154 // CUSTOM LESS STUFF
155 // --------------------------------------
156 // Place in this file your own LESS or CSS stuff
157 // This will override all the stuff above
158 @import 'custom.less';
159
160
161
162 // --------------------------------------
163 // DEVELOPER STUFF
164 // --------------------------------------
165 // (don't hesitate to disable this')
166 @import 'developing.less';
167
168
169
170
171 // --------------------------------------
172 // DEPRACATED STUFF
173 // --------------------------------------
174 // PENDENT: (necessary???)
175 @import 'icons16.less';