Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

intitial commit to branch nude-framework

git authored on 14/03/2019 10:43:54
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,331 +0,0 @@
1
-/*!
2
- * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2019 The Bootstrap Authors
4
- * Copyright 2011-2019 Twitter, Inc.
5
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6
- * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7
- */
8
-*,
9
-*::before,
10
-*::after {
11
-  box-sizing: border-box;
12
-}
13
-
14
-html {
15
-  font-family: sans-serif;
16
-  line-height: 1.15;
17
-  -webkit-text-size-adjust: 100%;
18
-  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19
-}
20
-
21
-article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
22
-  display: block;
23
-}
24
-
25
-body {
26
-  margin: 0;
27
-  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
28
-  font-size: 1rem;
29
-  font-weight: 400;
30
-  line-height: 1.5;
31
-  color: #212529;
32
-  text-align: left;
33
-  background-color: #fff;
34
-}
35
-
36
-[tabindex="-1"]:focus {
37
-  outline: 0 !important;
38
-}
39
-
40
-hr {
41
-  box-sizing: content-box;
42
-  height: 0;
43
-  overflow: visible;
44
-}
45
-
46
-h1, h2, h3, h4, h5, h6 {
47
-  margin-top: 0;
48
-  margin-bottom: 0.5rem;
49
-}
50
-
51
-p {
52
-  margin-top: 0;
53
-  margin-bottom: 1rem;
54
-}
55
-
56
-abbr[title],
57
-abbr[data-original-title] {
58
-  text-decoration: underline;
59
-  -webkit-text-decoration: underline dotted;
60
-  text-decoration: underline dotted;
61
-  cursor: help;
62
-  border-bottom: 0;
63
-  -webkit-text-decoration-skip-ink: none;
64
-  text-decoration-skip-ink: none;
65
-}
66
-
67
-address {
68
-  margin-bottom: 1rem;
69
-  font-style: normal;
70
-  line-height: inherit;
71
-}
72
-
73
-ol,
74
-ul,
75
-dl {
76
-  margin-top: 0;
77
-  margin-bottom: 1rem;
78
-}
79
-
80
-ol ol,
81
-ul ul,
82
-ol ul,
83
-ul ol {
84
-  margin-bottom: 0;
85
-}
86
-
87
-dt {
88
-  font-weight: 700;
89
-}
90
-
91
-dd {
92
-  margin-bottom: .5rem;
93
-  margin-left: 0;
94
-}
95
-
96
-blockquote {
97
-  margin: 0 0 1rem;
98
-}
99
-
100
-b,
101
-strong {
102
-  font-weight: bolder;
103
-}
104
-
105
-small {
106
-  font-size: 80%;
107
-}
108
-
109
-sub,
110
-sup {
111
-  position: relative;
112
-  font-size: 75%;
113
-  line-height: 0;
114
-  vertical-align: baseline;
115
-}
116
-
117
-sub {
118
-  bottom: -.25em;
119
-}
120
-
121
-sup {
122
-  top: -.5em;
123
-}
124
-
125
-a {
126
-  color: #007bff;
127
-  text-decoration: none;
128
-  background-color: transparent;
129
-}
130
-
131
-a:hover {
132
-  color: #0056b3;
133
-  text-decoration: underline;
134
-}
135
-
136
-a:not([href]):not([tabindex]) {
137
-  color: inherit;
138
-  text-decoration: none;
139
-}
140
-
141
-a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
142
-  color: inherit;
143
-  text-decoration: none;
144
-}
145
-
146
-a:not([href]):not([tabindex]):focus {
147
-  outline: 0;
148
-}
149
-
150
-pre,
151
-code,
152
-kbd,
153
-samp {
154
-  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
155
-  font-size: 1em;
156
-}
157
-
158
-pre {
159
-  margin-top: 0;
160
-  margin-bottom: 1rem;
161
-  overflow: auto;
162
-}
163
-
164
-figure {
165
-  margin: 0 0 1rem;
166
-}
167
-
168
-img {
169
-  vertical-align: middle;
170
-  border-style: none;
171
-}
172
-
173
-svg {
174
-  overflow: hidden;
175
-  vertical-align: middle;
176
-}
177
-
178
-table {
179
-  border-collapse: collapse;
180
-}
181
-
182
-caption {
183
-  padding-top: 0.75rem;
184
-  padding-bottom: 0.75rem;
185
-  color: #6c757d;
186
-  text-align: left;
187
-  caption-side: bottom;
188
-}
189
-
190
-th {
191
-  text-align: inherit;
192
-}
193
-
194
-label {
195
-  display: inline-block;
196
-  margin-bottom: 0.5rem;
197
-}
198
-
199
-button {
200
-  border-radius: 0;
201
-}
202
-
203
-button:focus {
204
-  outline: 1px dotted;
205
-  outline: 5px auto -webkit-focus-ring-color;
206
-}
207
-
208
-input,
209
-button,
210
-select,
211
-optgroup,
212
-textarea {
213
-  margin: 0;
214
-  font-family: inherit;
215
-  font-size: inherit;
216
-  line-height: inherit;
217
-}
218
-
219
-button,
220
-input {
221
-  overflow: visible;
222
-}
223
-
224
-button,
225
-select {
226
-  text-transform: none;
227
-}
228
-
229
-select {
230
-  word-wrap: normal;
231
-}
232
-
233
-button,
234
-[type="button"],
235
-[type="reset"],
236
-[type="submit"] {
237
-  -webkit-appearance: button;
238
-}
239
-
240
-button:not(:disabled),
241
-[type="button"]:not(:disabled),
242
-[type="reset"]:not(:disabled),
243
-[type="submit"]:not(:disabled) {
244
-  cursor: pointer;
245
-}
246
-
247
-button::-moz-focus-inner,
248
-[type="button"]::-moz-focus-inner,
249
-[type="reset"]::-moz-focus-inner,
250
-[type="submit"]::-moz-focus-inner {
251
-  padding: 0;
252
-  border-style: none;
253
-}
254
-
255
-input[type="radio"],
256
-input[type="checkbox"] {
257
-  box-sizing: border-box;
258
-  padding: 0;
259
-}
260
-
261
-input[type="date"],
262
-input[type="time"],
263
-input[type="datetime-local"],
264
-input[type="month"] {
265
-  -webkit-appearance: listbox;
266
-}
267
-
268
-textarea {
269
-  overflow: auto;
270
-  resize: vertical;
271
-}
272
-
273
-fieldset {
274
-  min-width: 0;
275
-  padding: 0;
276
-  margin: 0;
277
-  border: 0;
278
-}
279
-
280
-legend {
281
-  display: block;
282
-  width: 100%;
283
-  max-width: 100%;
284
-  padding: 0;
285
-  margin-bottom: .5rem;
286
-  font-size: 1.5rem;
287
-  line-height: inherit;
288
-  color: inherit;
289
-  white-space: normal;
290
-}
291
-
292
-progress {
293
-  vertical-align: baseline;
294
-}
295
-
296
-[type="number"]::-webkit-inner-spin-button,
297
-[type="number"]::-webkit-outer-spin-button {
298
-  height: auto;
299
-}
300
-
301
-[type="search"] {
302
-  outline-offset: -2px;
303
-  -webkit-appearance: none;
304
-}
305
-
306
-[type="search"]::-webkit-search-decoration {
307
-  -webkit-appearance: none;
308
-}
309
-
310
-::-webkit-file-upload-button {
311
-  font: inherit;
312
-  -webkit-appearance: button;
313
-}
314
-
315
-output {
316
-  display: inline-block;
317
-}
318
-
319
-summary {
320
-  display: list-item;
321
-  cursor: pointer;
322
-}
323
-
324
-template {
325
-  display: none;
326
-}
327
-
328
-[hidden] {
329
-  display: none !important;
330
-}
331
-/*# sourceMappingURL=bootstrap-reboot.css.map */
332 0
\ No newline at end of file
Browse code

update fonctionnel php5.3

git authored on 05/03/2019 13:26:50
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,331 @@
1
+/*!
2
+ * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
3
+ * Copyright 2011-2019 The Bootstrap Authors
4
+ * Copyright 2011-2019 Twitter, Inc.
5
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6
+ * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7
+ */
8
+*,
9
+*::before,
10
+*::after {
11
+  box-sizing: border-box;
12
+}
13
+
14
+html {
15
+  font-family: sans-serif;
16
+  line-height: 1.15;
17
+  -webkit-text-size-adjust: 100%;
18
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19
+}
20
+
21
+article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
22
+  display: block;
23
+}
24
+
25
+body {
26
+  margin: 0;
27
+  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
28
+  font-size: 1rem;
29
+  font-weight: 400;
30
+  line-height: 1.5;
31
+  color: #212529;
32
+  text-align: left;
33
+  background-color: #fff;
34
+}
35
+
36
+[tabindex="-1"]:focus {
37
+  outline: 0 !important;
38
+}
39
+
40
+hr {
41
+  box-sizing: content-box;
42
+  height: 0;
43
+  overflow: visible;
44
+}
45
+
46
+h1, h2, h3, h4, h5, h6 {
47
+  margin-top: 0;
48
+  margin-bottom: 0.5rem;
49
+}
50
+
51
+p {
52
+  margin-top: 0;
53
+  margin-bottom: 1rem;
54
+}
55
+
56
+abbr[title],
57
+abbr[data-original-title] {
58
+  text-decoration: underline;
59
+  -webkit-text-decoration: underline dotted;
60
+  text-decoration: underline dotted;
61
+  cursor: help;
62
+  border-bottom: 0;
63
+  -webkit-text-decoration-skip-ink: none;
64
+  text-decoration-skip-ink: none;
65
+}
66
+
67
+address {
68
+  margin-bottom: 1rem;
69
+  font-style: normal;
70
+  line-height: inherit;
71
+}
72
+
73
+ol,
74
+ul,
75
+dl {
76
+  margin-top: 0;
77
+  margin-bottom: 1rem;
78
+}
79
+
80
+ol ol,
81
+ul ul,
82
+ol ul,
83
+ul ol {
84
+  margin-bottom: 0;
85
+}
86
+
87
+dt {
88
+  font-weight: 700;
89
+}
90
+
91
+dd {
92
+  margin-bottom: .5rem;
93
+  margin-left: 0;
94
+}
95
+
96
+blockquote {
97
+  margin: 0 0 1rem;
98
+}
99
+
100
+b,
101
+strong {
102
+  font-weight: bolder;
103
+}
104
+
105
+small {
106
+  font-size: 80%;
107
+}
108
+
109
+sub,
110
+sup {
111
+  position: relative;
112
+  font-size: 75%;
113
+  line-height: 0;
114
+  vertical-align: baseline;
115
+}
116
+
117
+sub {
118
+  bottom: -.25em;
119
+}
120
+
121
+sup {
122
+  top: -.5em;
123
+}
124
+
125
+a {
126
+  color: #007bff;
127
+  text-decoration: none;
128
+  background-color: transparent;
129
+}
130
+
131
+a:hover {
132
+  color: #0056b3;
133
+  text-decoration: underline;
134
+}
135
+
136
+a:not([href]):not([tabindex]) {
137
+  color: inherit;
138
+  text-decoration: none;
139
+}
140
+
141
+a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
142
+  color: inherit;
143
+  text-decoration: none;
144
+}
145
+
146
+a:not([href]):not([tabindex]):focus {
147
+  outline: 0;
148
+}
149
+
150
+pre,
151
+code,
152
+kbd,
153
+samp {
154
+  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
155
+  font-size: 1em;
156
+}
157
+
158
+pre {
159
+  margin-top: 0;
160
+  margin-bottom: 1rem;
161
+  overflow: auto;
162
+}
163
+
164
+figure {
165
+  margin: 0 0 1rem;
166
+}
167
+
168
+img {
169
+  vertical-align: middle;
170
+  border-style: none;
171
+}
172
+
173
+svg {
174
+  overflow: hidden;
175
+  vertical-align: middle;
176
+}
177
+
178
+table {
179
+  border-collapse: collapse;
180
+}
181
+
182
+caption {
183
+  padding-top: 0.75rem;
184
+  padding-bottom: 0.75rem;
185
+  color: #6c757d;
186
+  text-align: left;
187
+  caption-side: bottom;
188
+}
189
+
190
+th {
191
+  text-align: inherit;
192
+}
193
+
194
+label {
195
+  display: inline-block;
196
+  margin-bottom: 0.5rem;
197
+}
198
+
199
+button {
200
+  border-radius: 0;
201
+}
202
+
203
+button:focus {
204
+  outline: 1px dotted;
205
+  outline: 5px auto -webkit-focus-ring-color;
206
+}
207
+
208
+input,
209
+button,
210
+select,
211
+optgroup,
212
+textarea {
213
+  margin: 0;
214
+  font-family: inherit;
215
+  font-size: inherit;
216
+  line-height: inherit;
217
+}
218
+
219
+button,
220
+input {
221
+  overflow: visible;
222
+}
223
+
224
+button,
225
+select {
226
+  text-transform: none;
227
+}
228
+
229
+select {
230
+  word-wrap: normal;
231
+}
232
+
233
+button,
234
+[type="button"],
235
+[type="reset"],
236
+[type="submit"] {
237
+  -webkit-appearance: button;
238
+}
239
+
240
+button:not(:disabled),
241
+[type="button"]:not(:disabled),
242
+[type="reset"]:not(:disabled),
243
+[type="submit"]:not(:disabled) {
244
+  cursor: pointer;
245
+}
246
+
247
+button::-moz-focus-inner,
248
+[type="button"]::-moz-focus-inner,
249
+[type="reset"]::-moz-focus-inner,
250
+[type="submit"]::-moz-focus-inner {
251
+  padding: 0;
252
+  border-style: none;
253
+}
254
+
255
+input[type="radio"],
256
+input[type="checkbox"] {
257
+  box-sizing: border-box;
258
+  padding: 0;
259
+}
260
+
261
+input[type="date"],
262
+input[type="time"],
263
+input[type="datetime-local"],
264
+input[type="month"] {
265
+  -webkit-appearance: listbox;
266
+}
267
+
268
+textarea {
269
+  overflow: auto;
270
+  resize: vertical;
271
+}
272
+
273
+fieldset {
274
+  min-width: 0;
275
+  padding: 0;
276
+  margin: 0;
277
+  border: 0;
278
+}
279
+
280
+legend {
281
+  display: block;
282
+  width: 100%;
283
+  max-width: 100%;
284
+  padding: 0;
285
+  margin-bottom: .5rem;
286
+  font-size: 1.5rem;
287
+  line-height: inherit;
288
+  color: inherit;
289
+  white-space: normal;
290
+}
291
+
292
+progress {
293
+  vertical-align: baseline;
294
+}
295
+
296
+[type="number"]::-webkit-inner-spin-button,
297
+[type="number"]::-webkit-outer-spin-button {
298
+  height: auto;
299
+}
300
+
301
+[type="search"] {
302
+  outline-offset: -2px;
303
+  -webkit-appearance: none;
304
+}
305
+
306
+[type="search"]::-webkit-search-decoration {
307
+  -webkit-appearance: none;
308
+}
309
+
310
+::-webkit-file-upload-button {
311
+  font: inherit;
312
+  -webkit-appearance: button;
313
+}
314
+
315
+output {
316
+  display: inline-block;
317
+}
318
+
319
+summary {
320
+  display: list-item;
321
+  cursor: pointer;
322
+}
323
+
324
+template {
325
+  display: none;
326
+}
327
+
328
+[hidden] {
329
+  display: none !important;
330
+}
331
+/*# sourceMappingURL=bootstrap-reboot.css.map */
0 332
\ No newline at end of file