Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 00462921

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 0046292193d3f50604eb6ce0c97269cb1566e392
  • Vorgänger 349b5f5c
  • Nachfolger e7f0ef77

css/less -> Geaenderte & Neue Less-Dateien

Unterschiede anzeigen:

css/less/style.less
16 16

  
17 17

  
18 18

  
19
// Variablen
19
// --------------------------------------
20
// VARIABLES WITH COLOR SCHEMES
21
// --------------------------------------
20 22
// fuer die Anpassung des Erscheinungsbildes
21 23
// in dieser Datei koennen z.b. Farbvarianten eines Themes einfach erstellt werden
22

  
23 24
// 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
25
@import 'variables_color_style.less' ;  // Standard color scheme
26

  
27

  
28

  
28 29
// Standard-Variables
29 30
@import 'variables.less';
30 31

  
31
// Your custom LESS variables (new or overrides of the previous LESS variable stuff)
32
@import 'custom_variables.less';
33 32

  
34
// Basic Settings
35
@import 'common.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';
36 39

  
37 40

  
38
// Mixins (general & sitewide properties)
39
// IMPORTANT: edit this properties right after variables.less
41

  
42
// --------------------------------------
43
// MIXINS
44
// --------------------------------------
45
// Mixins are unique CSS-templates in shape of CSS-classes
46
// Mixins are general & sitewide properties
40 47
@import 'mixins.less' ;
41 48

  
49

  
50

  
51
// --------------------------------------
52
// BASIC SETTINGS & MIXINS
53
// --------------------------------------
54
@import 'common.less';
55

  
56

  
57

  
58
// --------------------------------------
59
// SCAFFOLDING (IN GERMAN GERUEST)
60
// --------------------------------------
42 61
// Main areas and main boxes of the Kivitendo Webpage
62
// In general Layout of the page
43 63
@import 'scaffolding.less';
44 64

  
45
// jQuery Stuff
46
@import 'jquery-ui.less'; // jQuery-UI
47
// Original Standard jQuery Stuff (no overrides, )
48
@import 'jquery.autocomplete.less';
49
@import 'jquery.multiselect2side.less';
50
@import 'jquery.tooltipster.less';
51
@import 'jquery.tooltipster-light.less';
52
// Special jQuery Stuff
53
@import 'jquery.chartpicker.less';
54
// Overrides of all jquery stuff above
55
@import 'jquery-ui_overrides.less';
56 65

  
57
// Standard Kivitendo CSS_Stuff
58
@import 'main.less';
59
@import 'main_login.less';
60
// Menus
61
@import 'menu.less';
62
@import 'menu_actionbar.less';
66

  
67

  
68
// FORMER POSITION OF STANDARD HTML-ELEMENTS IN KIVITENDO (SEE BELOW)
69

  
70

  
71

  
72

  
73
// --------------------------------------
74
// MENUS
75
// --------------------------------------
63 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

  
64 80

  
65
// Content
81

  
82
// --------------------------------------
83
// CONTENT
84
// --------------------------------------
66 85
// Every HTML Stuff within the Element #content
86
@import 'forms.less';
67 87
@import 'messages.less';
68 88
@import 'tables.less';
69 89
@import 'lists.less';
70
@import 'forms.less';
71 90
@import 'buttons.less';
72 91
@import 'control_panels.less';
73 92

  
74
@import 'requirement_spec.less'; // Stupid non_generic stuff
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'; //
75 108
@import 'specials.less';
76 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
// --------------------------------------
77 131
// General overrides from the settings above
78 132
@import 'main_overrides.less';
133
// Overrides of all jquery stuff above
134
@import 'jquery-ui_overrides.less';
79 135

  
80
// Admin_Stuff (Overrides)
136
// -----------------------
137
// Admin (Overrides)
138
// -----------------------
81 139
@import 'admin.less';
82 140

  
83
// div. (necessary???)
84
@import 'icons16.less';
85 141

  
142

  
143

  
144
// --------------------------------------
145
// Responsive & Print
146
// --------------------------------------
86 147
// Responsive & Print Stuff
87 148
@import 'responsive.less';
88 149
@import 'print.less';
89 150

  
90
// Your personal custom LESS stuff
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
91 158
@import 'custom.less';
92 159

  
93
// Developer stuff (don't hesitate to disable this')
160

  
161

  
162
// --------------------------------------
163
// DEVELOPER STUFF
164
// --------------------------------------
165
// (don't hesitate to disable this')
94 166
@import 'developing.less';
167

  
168

  
169

  
170

  
171
// --------------------------------------
172
// DEPRACATED STUFF
173
// --------------------------------------
174
// PENDENT: (necessary???)
175
@import 'icons16.less';

Auch abrufbar als: Unified diff