Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cd670dfa

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID cd670dfafdb3560614634765e2a377946ff1809b
  • Vorgänger ff33b093

Erweiterung und Optimierung less und css fuer Design 4.0

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';
39

  
36 40

  
37 41

  
38
// Mixins (general & sitewide properties)
39
// IMPORTANT: edit this properties right after variables.less
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
66

  
67
// --------------------------------------
68
// STANDARD HTML-ELEMENTS IN KIVITENDO 
69
// --------------------------------------
58 70
@import 'main.less';
59 71
@import 'main_login.less';
60
// Menus
61
@import 'menu.less';
62
@import 'menu_actionbar.less';
72

  
73

  
74

  
75
// --------------------------------------
76
// MENUS
77
// --------------------------------------
63 78
@import 'menu_frame_header.less'; // Quick_Search, User/Mandatory, Logout
79
@import 'menu.less'; // All kind of menus
80
@import 'menu_actionbar.less';
81

  
82

  
64 83

  
65
// Content
84
// --------------------------------------
85
// CONTENT
86
// --------------------------------------
66 87
// Every HTML Stuff within the Element #content
67 88
@import 'messages.less';
68 89
@import 'tables.less';
......
71 92
@import 'buttons.less';
72 93
@import 'control_panels.less';
73 94

  
74
@import 'requirement_spec.less'; // Stupid non_generic stuff
95
// -----------------------
96
// NON GENERIC STUFF
97
// -----------------------
98
@import 'requirement_spec.less'; // 
75 99
@import 'specials.less';
76 100

  
101

  
102

  
103

  
104
// --------------------------------------
105
// JQUERY STUFF
106
// --------------------------------------
107
@import 'jquery-ui.less'; // jQuery-UI
108
// Original Standard jQuery Stuff (no overrides, )
109
@import 'jquery.autocomplete.less';
110
@import 'jquery.multiselect2side.less';
111
@import 'jquery.tooltipster.less';
112
//@import 'jquery.tooltipster-light.less';
113
// Special jQuery Stuff
114
@import 'jquery.chartpicker.less';
115

  
116

  
117

  
118

  
119
// --------------------------------------
120
// OVERRIDES
121
// --------------------------------------
77 122
// General overrides from the settings above
78 123
@import 'main_overrides.less';
124
// Overrides of all jquery stuff above
125
@import 'jquery-ui_overrides.less';
79 126

  
80
// Admin_Stuff (Overrides)
127
// -----------------------
128
// Admin (Overrides)
129
// -----------------------
81 130
@import 'admin.less';
82 131

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

  
133

  
134

  
135
// --------------------------------------
136
// Responsive & Print
137
// --------------------------------------
86 138
// Responsive & Print Stuff
87 139
@import 'responsive.less';
88 140
@import 'print.less';
89 141

  
90
// Your personal custom LESS stuff
142

  
143

  
144
// --------------------------------------
145
// CUSTOM LESS STUFF
146
// --------------------------------------
147
// Place in this file your own LESS or CSS stuff
148
// This will override all the stuff above
91 149
@import 'custom.less';
92 150

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

  
152

  
153
// --------------------------------------
154
// DEVELOPER STUFF
155
// --------------------------------------
156
// (don't hesitate to disable this')
94 157
@import 'developing.less';
158

  
159

  
160

  
161

  
162
// --------------------------------------
163
// DEPRACATED STUFF
164
// --------------------------------------
165
// PENDENT: (necessary???)
166
@import 'icons16.less';

Auch abrufbar als: Unified diff