Projet

Général

Profil

0001-minint-restore-erroneously-removed-base-css-file-207.patch

Frédéric Péters, 18 décembre 2017 10:49

Télécharger (16,6 ko)

Voir les différences:

Subject: [PATCH] minint: restore erroneously removed base css file (#20751)

Under a different name so it's clear it's not generated from sass.
 static/minint/initial.css            | 797 +++++++++++++++++++++++++++++++++++
 templates/variants/minint/theme.html |   2 +-
 2 files changed, 798 insertions(+), 1 deletion(-)
 create mode 100644 static/minint/initial.css
static/minint/initial.css
1
@font-face {
2
  font-family: 'FontAwesome';
3
  src: url("../xstatic/fonts/fontawesome-webfont.eot");
4
  src: url("../xstatic/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../xstatic/fonts/fontawesome-webfont.woff") format("woff"), url("../xstatic/fonts/fontawesome-webfont.ttf") format("truetype"), url("../xstatic/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
5
  font-weight: normal;
6
  font-style: normal; }
7
html, body {
8
  margin: 0;
9
  font-family: arial, sans-serif;
10
  font-size: 13px;
11
  height: 100%; }
12

  
13
a {
14
  text-decoration: none; }
15

  
16
a:hover {
17
  text-decoration: underline; }
18

  
19
h1, h2, h3 {
20
  margin-top: 0; }
21

  
22
div#single-title, #nav,
23
#top, h2 {
24
  font-family: sans-serif;
25
  font-weight: normal; }
26

  
27
h3, h4 {
28
  font-family: sans-serif;
29
  font-weight: normal; }
30

  
31
a {
32
  -webkit-transition: all 200ms ease-out;
33
  -moz-transition: all 200ms ease-out;
34
  transition: all 200ms ease-out; }
35

  
36
/* layout */
37
body {
38
  overflow-x: hidden;
39
  background: white;
40
  margin: 0 auto; }
41

  
42
div#page {
43
  min-height: 100%;
44
  min-height: calc(100% - 75px); }
45

  
46
div#footer,
47
div#page {
48
  max-width: 1000px;
49
  margin: 0 auto; }
50

  
51
div#header {
52
  background-color: #ffffff;
53
  width: 100%;
54
  margin: 0 0 0 0;
55
  position: relative;
56
  top: 0px;
57
  z-index: 0; }
58

  
59
div#top {
60
  margin: 0 auto 0 auto; }
61

  
62
div#top h1 {
63
  padding-top: 30px;
64
  margin-left: 20px;
65
  margin-bottom: 0;
66
  font-size: 200%;
67
  font-weight: normal; }
68

  
69
div#top a img {
70
  border: 0; }
71

  
72
div#main-content-wrapper {
73
  position: relative;
74
  z-index: 100;
75
  max-width: 1000px;
76
  margin: 0px auto 0px auto; }
77

  
78
div#main-content {
79
  margin: 0;
80
  min-height: 300px; }
81

  
82
div#footer-wrapper {
83
  background: #666;
84
  color: white;
85
  min-height: 60px; }
86

  
87
div#footer {
88
  clear: both;
89
  padding: 0px;
90
  margin: 10px auto 0 auto;
91
  position: relative; }
92

  
93
p#legal {
94
  font-size: small;
95
  color: #eee;
96
  margin: 0;
97
  margin-top: 5em;
98
  font-size: 70%;
99
  display: inline-block;
100
  padding-top: 5px; }
101

  
102
#content {
103
  position: relative;
104
  margin: 0;
105
  color: #3a3a3a; }
106

  
107
div#content a {
108
  color: #37a7da; }
109

  
110
div#content a:hover {
111
  text-decoration: underline; }
112

  
113
#menu {
114
  font-size: 130%;
115
  margin-top: -1px; }
116

  
117
#menu ul {
118
  list-style: none;
119
  margin: 0;
120
  padding: 10px 0 32px 0;
121
  -webkit-border-top-right-radius: 5px;
122
  -moz-border-radius-topright: 5px;
123
  border-top-right-radius: 5px; }
124

  
125
#menu li {
126
  display: inline;
127
  margin: 0px 10px 0 0;
128
  padding: 5px;
129
  background: #37a7da;
130
  border: 5px solid transparent;
131
  border-width: 2px 5px;
132
  -webkit-transition: all .2s ease-in-out;
133
  -moz-transition: all .2s ease-in-out;
134
  transition: all .2s ease-in-out; }
135

  
136
#menu li a {
137
  color: white;
138
  text-transform: uppercase;
139
  white-space: pre; }
140

  
141
#menu li:hover {
142
  background-color: #f4bc03;
143
  border-color: #f4bc03; }
144

  
145
#menu li:hover a {
146
  text-decoration: none; }
147

  
148
#menu li.selected, #menu li.ancestor {
149
  background: #515151;
150
  border-color: #515151; }
151

  
152
#menu li.selected a {
153
  color: white; }
154

  
155
#left {
156
  float: left;
157
  width: 49.5%; }
158

  
159
#right {
160
  float: right;
161
  width: 49.5%; }
162

  
163
br.clear {
164
  clear: both; }
165

  
166
#error-404, #error-500, #content .block, #password-changed {
167
  background: white;
168
  font-size: 110%;
169
  margin-bottom: 1em; }
170

  
171
#content .block h2 {
172
  background: transparent;
173
  font-weight: normal;
174
  color: white;
175
  padding: 6px 10px 6px 10px;
176
  color: #333;
177
  font-size: 130%;
178
  cursor: default;
179
  /* someday, perhaps, cursor: move */ }
180

  
181
#content .block h2.feeds {
182
  background-image: url(Picto-Bulle.png); }
183

  
184
#content .block h2.newsletters {
185
  background-image: url(Picto-coeur.png); }
186

  
187
#content .block h3,
188
#content .block p {
189
  margin: 1ex 10px;
190
  padding-bottom: 1px; }
191

  
192
#content .demarches ul,
193
#content ul.mes-demarches {
194
  list-style: none;
195
  padding-left: 0px;
196
  margin: 0px;
197
  -webkit-column-count: 2;
198
  -moz-column-count: 2;
199
  column-count: 2; }
200

  
201
#content ul.mes-demarches a,
202
#content .demarches ul a {
203
  color: inherit;
204
  font-weight: bold;
205
  background: transparent url(static/bullet_rouge.png) left center no-repeat;
206
  padding-left: 10px; }
207

  
208
#content ul.mes-demarches a:hover,
209
#content .demarches ul a:hover {
210
  color: #37a7da; }
211

  
212
#content ul.mes-demarches li,
213
#content .demarches ul li {
214
  margin: 1ex 0 10px 1ex;
215
  padding-left: 10px;
216
  -webkit-column-break-inside: avoid;
217
  -moz-column-break-inside: avoid;
218
  column-break-inside: avoid; }
219

  
220
#content .demarches .toutes-les-demarches {
221
  padding: 10px 0 10px 0;
222
  margin-left: 20px; }
223

  
224
#content .toutes-les-demarches a {
225
  background: transparent url(button_orange_eye.png) no-repeat 0px center;
226
  color: #37a7da;
227
  text-transform: uppercase;
228
  padding-left: 30px;
229
  font-size: 130%; }
230

  
231
#content .toutes-les-demarches a:hover {
232
  color: #37a7da; }
233

  
234
#commune-selector {
235
  margin-left: 5px;
236
  margin-bottom: 10px; }
237

  
238
#content #futurs-demarches {
239
  overflow-y: hidden;
240
  margin: 5px;
241
  padding-bottom: 15px; }
242

  
243
#content #futurs-demarches.selected {
244
  display: block; }
245

  
246
div#single-title {
247
  border: 1px solid #a5a7aa;
248
  border-width: 1px 0px;
249
  font-size: 110%;
250
  text-align: center;
251
  padding: 10px 0; }
252

  
253
body.narrow-page #main-content {
254
  background: white;
255
  margin-top: 0;
256
  padding: 10px 10px 0 10px; }
257

  
258
body.narrow-page #main-content form div input {
259
  display: block;
260
  margin-left: 10px;
261
  margin-bottom: 2ex; }
262

  
263
span.helptext {
264
  color: #666; }
265

  
266
body.narrow-page div.right {
267
  width: 30%;
268
  float: right;
269
  margin: 1ex auto; }
270

  
271
body.narrow-page div.right form {
272
  text-align: left;
273
  background: white;
274
  margin: 10px 10px;
275
  padding: 10px;
276
  -webkit-border-radius: 4px;
277
  -moz-border-radius: 4px;
278
  border-radius: 4px;
279
  border: 1px solid #ccc;
280
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
281
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
282
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4); }
283

  
284
body.narrow-page div.right form div label {
285
  font-weight: bold;
286
  width: 14em;
287
  display: block;
288
  float: left;
289
  padding-top: 3px; }
290

  
291
body.narrow-page div.right form div input {
292
  width: 17em; }
293

  
294
body.narrow-page div.right form div.form-field-required label:after {
295
  content: ""; }
296

  
297
body.narrow-page div.right form > input {
298
  display: block;
299
  margin: 1em auto 0 auto;
300
  background: #37a7da;
301
  color: white;
302
  border: none;
303
  padding: 3px 1em; }
304

  
305
#toplinks {
306
  background: #ffffff;
307
  position: relative;
308
  float: right;
309
  width: 250px;
310
  padding: 5px 5px 5px 5px; }
311

  
312
#toplinks span {
313
  display: block;
314
  margin: 0;
315
  padding: 0;
316
  color: #888;
317
  line-height: 20px;
318
  height: 22px; }
319

  
320
#toplinks a {
321
  color: #888;
322
  border: 1px solid transparent; }
323

  
324
#toplinks a.logout {
325
  padding-left: 30px; }
326

  
327
#toplinks a:hover {
328
  text-decoration: none;
329
  color: #222; }
330

  
331
#toplinks a.restricted {
332
  color: white;
333
  float: right;
334
  padding: 0 1ex;
335
  border: 1px outset #888;
336
  background: #37a7da; }
337

  
338
div#username {
339
  float: right;
340
  padding: 5px 5px 5px 5px;
341
  background: white;
342
  line-height: 20px;
343
  height: 22px;
344
  border: 1px solid white; }
345

  
346
ul.newsList {
347
  list-style: none; }
348

  
349
ul.newsList li.abonne {
350
  margin: 0;
351
  padding: 0; }
352

  
353
.abonne {
354
  padding-left: 20px;
355
  background: transparent url(Validation.png) center left no-repeat; }
356

  
357
.nonAbonne {
358
  padding-left: 20px;
359
  background: transparent url(Annulation.png) center left no-repeat; }
360

  
361
/* page de profil */
362
#my-informations {
363
  margin-bottom: 15px;
364
  padding: 0px; }
365

  
366
#my-informations p {
367
  padding: 0 5px; }
368

  
369
#my-informations select,
370
#my-informations input {
371
  margin-left: 10px;
372
  display: block; }
373

  
374
/* forms error reporting */
375
.errorlist {
376
  list-style: none;
377
  padding-left: 0;
378
  margin-left: 0; }
379

  
380
ul.errorlist li {
381
  display: block;
382
  color: #f44; }
383

  
384
.form-field-required label:after {
385
  content: '*';
386
  color: #D90024; }
387

  
388
ul.errorlist + p {
389
  margin-top: 0px; }
390

  
391
.passerelle-register-plugin input + label {
392
  background: transparent url(Annulation.png) center left no-repeat; }
393

  
394
.passerelle-register-plugin input:checked + label {
395
  background: transparent url(Validation.png) center left no-repeat; }
396

  
397
.passerelle-register-plugin td input {
398
  display: none; }
399

  
400
.passerelle-register-plugin td label {
401
  padding-left: 2em; }
402

  
403
div.block form {
404
  padding: 0 1ex; }
405

  
406
table.announces {
407
  width: 100%;
408
  margin-bottom: 1em; }
409

  
410
table.announces thead td {
411
  font-weight: bold; }
412

  
413
table.announces thead th {
414
  width: 30%; }
415

  
416
table.announces tbody td {
417
  text-align: center; }
418

  
419
table.announces tbody th {
420
  width: 35%;
421
  text-align: left;
422
  font-weight: normal; }
423

  
424
.chapeau {
425
  font-style: italic;
426
  font-size: 110%; }
427

  
428
/* mon compte */
429
#my-informations-form {
430
  width: 90%;
431
  padding-bottom: 1em; }
432

  
433
#my-informations-form input[type~=text] {
434
  width: 100%; }
435

  
436
#id_edit-profile-email_wrap, #id_edit-profile-address_wrap {
437
  clear: both; }
438

  
439
#id_edit-profile-first_name_wrap, #id_edit-profile-phone_wrap, #id_edit-profile-postal_code_wrap {
440
  width: 45%;
441
  float: left; }
442

  
443
#id_edit-profile-last_name_wrap, #id_edit-profile-mobile_wrap, #id_edit-profile-city_wrap {
444
  width: 45%;
445
  float: right; }
446

  
447
.clear {
448
  clear: both; }
449

  
450
#id_new_password1_help_text, #id_password1_help_text {
451
  font-style: italic;
452
  font-size: 90%;
453
  color: red; }
454

  
455
/* saml post page */
456
.post-redirect {
457
  background: white; }
458

  
459
#messages li {
460
  list-style-type: none;
461
  padding: 10px;
462
  color: white; }
463

  
464
#messages {
465
  position: absolute;
466
  top: 120px;
467
  left: 1200px; }
468

  
469
#messages.messages-login {
470
  position: static; }
471

  
472
#messages.messages-login li {
473
  margin: 0px;
474
  margin-left: 100px;
475
  margin-right: 100px; }
476

  
477
#messages li.warning {
478
  border: 1px solid #DB771F;
479
  background: #37a7da; }
480

  
481
#messages li.error {
482
  border: 1px solid #DB771F;
483
  background: #DB1F28; }
484

  
485
#messages li.info {
486
  border: 1px solid #301F91;
487
  background: #1F8091; }
488

  
489
/* registration form */
490
img.captcha {
491
  float: left; }
492

  
493
#id_captcha_1 {
494
  width: 13em; }
495

  
496
h1#logo a {
497
  color: #028; }
498

  
499
#nav h3 {
500
  display: none; }
501

  
502
#nav {
503
  list-style: none;
504
  margin: 10px 20px 12px 20px;
505
  padding-top: 7px;
506
  font-size: 110%;
507
  position: relative; }
508

  
509
#nav ul {
510
  margin: 0;
511
  padding: 0;
512
  border: 1px solid #a5a7aa;
513
  border-width: 1px 0px; }
514

  
515
#nav li {
516
  display: inline-block; }
517

  
518
#nav a {
519
  color: #404041;
520
  text-decoration: none;
521
  display: inline-block;
522
  padding: 1ex 1em; }
523

  
524
#nav li.selected:after,
525
#nav li.ancestor:after,
526
#nav li a:hover,
527
#nav li.selected a,
528
#nav li.ancestor a {
529
  color: #e0007a; }
530

  
531
#nav div.cell {
532
  position: absolute;
533
  top: 0;
534
  right: 0; }
535

  
536
#content div.cell,
537
div.block {
538
  text-align: left;
539
  background: white;
540
  margin: 10px 10px;
541
  padding: 10px;
542
  -webkit-border-radius: 4px;
543
  -moz-border-radius: 4px;
544
  border-radius: 4px;
545
  border: 1px solid #ccc; }
546

  
547
input[type="email"],
548
input[type="text"],
549
input[type="password"] {
550
  border: 1px solid #aaa;
551
  padding: 5px 10px;
552
  border-radius: 2px;
553
  -moz-border-radius: 2px;
554
  -webkit-border-radius: 2px;
555
  color: black;
556
  -webkit-transition: background 200ms ease-out;
557
  -moz-transition: background 200ms ease-out;
558
  transition: background 200ms ease-out;
559
  display: block; }
560

  
561
input[type="email"]:focus,
562
input[type="text"]:focus,
563
input[type="password"]:focus {
564
  border: 1px solid #888;
565
  background: white; }
566

  
567
div#registration {
568
  width: 40em;
569
  text-align: justify;
570
  margin: 2em auto; }
571

  
572
div#registration form {
573
  margin: 2em 0; }
574

  
575
div#registration label {
576
  display: block;
577
  width: 15em;
578
  float: left;
579
  text-align: right;
580
  padding-right: 1em;
581
  color: #777; }
582

  
583
div#registration ul.errorlist {
584
  margin: 0;
585
  padding-left: 16em; }
586

  
587
div#registration input[type="submit"] {
588
  margin-left: 17em; }
589

  
590
#toplinks {
591
  background: #ffffff;
592
  position: absolute;
593
  top: 2em;
594
  right: 0;
595
  width: 40%;
596
  padding: 5px 5px 5px 5px;
597
  text-align: right; }
598

  
599
#toplinks span.logged-in {
600
  background: none;
601
  border: none;
602
  text-align: right; }
603

  
604
#toplinks span.logged-in .connected-user {
605
  display: inline-block;
606
  padding-right: 1em;
607
  color: #888; }
608

  
609
#toplinks a {
610
  color: #555;
611
  border: 1px solid transparent; }
612

  
613
#toplinks a:hover {
614
  text-decoration: none;
615
  color: #222; }
616

  
617
#toplinks a.restricted {
618
  color: white;
619
  float: right;
620
  padding: 0.5ex 1ex;
621
  border: 1px outset #888;
622
  background: #672290;
623
  position: absolute;
624
  top: -2em;
625
  right: 3px; }
626

  
627
#toplinks a.logout {
628
  padding: 1px; }
629

  
630
.narrow-page #main-content {
631
  width: 30em;
632
  margin: 0 auto; }
633

  
634
div#login-page {
635
  margin-top: 1em; }
636

  
637
#login-methods {
638
  width: 48%;
639
  float: left; }
640

  
641
#welcome-text {
642
  width: 48%;
643
  float: right; }
644

  
645
#login-beid {
646
  margin-top: 2em;
647
  background: url(beid_image_mini.png) top left no-repeat;
648
  padding-top: 120px; }
649

  
650
div#footer div.cell.test-banner {
651
  position: fixed;
652
  top: 2em;
653
  right: -5em;
654
  background: red;
655
  width: 15em;
656
  z-index: 1000;
657
  transform: rotate(45deg);
658
  transform-origin: center center;
659
  text-align: center;
660
  border-radius: 10px; }
661

  
662
div#footer div.cell.test-banner p {
663
  margin: 0; }
664

  
665
a#publik-portal-agent {
666
  z-index: 10000;
667
  position: absolute;
668
  top: 0px;
669
  right: 5px;
670
  background: white;
671
  color: #888;
672
  padding: 5px 10px;
673
  border: 1px solid #888;
674
  border-width: 0 1px 1px 1px; }
675

  
676
/* icons styles */
677
[class^="icon-"]:after, [class*=" icon-"]:after,
678
[class^="icon-"]:before, [class*=" icon-"]:before {
679
  font-family: FontAwesome;
680
  font-weight: normal;
681
  font-style: normal;
682
  display: inline-block;
683
  text-decoration: none; }
684

  
685
a[class^="icon-"], a[class*=" icon-"] {
686
  display: inline-block;
687
  text-decoration: none;
688
  border: none;
689
  color: #FF7800; }
690

  
691
button#nav-button {
692
  display: none; }
693

  
694
#nav-skip a {
695
  position: absolute;
696
  left: -7000px; }
697

  
698
#nav-skip a:focus {
699
  left: 0; }
700

  
701
div#page {
702
  max-width: 1060px; }
703

  
704
div#header {
705
  height: 135px; }
706

  
707
div#top h1 {
708
  padding-top: 50px;
709
  padding-left: 140px;
710
  font-size: 160%;
711
  font-weight: normal; }
712

  
713
div#top h1 a {
714
  color: white; }
715

  
716
#nav {
717
  margin-top: 0;
718
  margin-left: 0; }
719

  
720
#nav ul {
721
  border: none;
722
  margin: 0; }
723

  
724
#nav li {
725
  margin: 0;
726
  width: 8em;
727
  display: inline-block;
728
  text-align: center;
729
  padding: 0 1ex;
730
  border-right: 1px outset white; }
731

  
732
#nav li a {
733
  color: #494949;
734
  display: inline-block;
735
  width: 100%; }
736

  
737
#nav li.selected a {
738
  color: #222; }
739

  
740
#nav li a:hover {
741
  background: white;
742
  color: #222; }
743

  
744
#nav li:after {
745
  content: none; }
746

  
747
div#main-content {
748
  margin-top: 20px; }
749

  
750
#content div.cell {
751
  border: none; }
752

  
753
#toplinks {
754
  top: 0;
755
  background: rgba(255, 255, 255, 0.6);
756
  width: 442px; }
757

  
758
div#footer-wrapper {
759
  color: #444; }
760

  
761
div#footer {
762
  padding-top: 30px;
763
  padding-bottom: 20px; }
764

  
765
.widget {
766
  position: relative; }
767

  
768
form.quixote h4 {
769
  margin: 0px;
770
  background-color: #F2F2F2;
771
  font-size: 1.42857em;
772
  font-style: normal;
773
  font-family: "robotoslab_regular",Arial,sans-serif;
774
  color: #34567C;
775
  padding: 0.5em 1em;
776
  text-transform: none; }
777

  
778
#steps {
779
  display: none; }
780

  
781
div.widget-with-error input,
782
div.widget-with-error textarea,
783
div.widget-with-error label {
784
  position: relative;
785
  z-index: 10; }
786

  
787
div.widget-prefilled div.message {
788
  display: none; }
789

  
790
#nav {
791
  display: none; }
792

  
793
.fileinfo .remove {
794
  position: relative;
795
  z-index: 100; }
796

  
797
/*# sourceMappingURL=style.css.map */
templates/variants/minint/theme.html
50 50
  {% endblock %}
51 51
  {{ media }}
52 52
  {% if css_variant %}
53
    <link rel="stylesheet" type="text/css" href="{{site_base}}{% static "" %}{{css_variant}}/style.css">
53
    <link rel="stylesheet" type="text/css" href="{{site_base}}{% static "" %}{{css_variant}}/initial.css">
54 54
  {% endif %}
55 55
  {% block extra_css %}
56 56
  {% endblock %}
57
-