Projet

Général

Profil

0001-dordogne-cd24-initial-theme-41720.patch

Serghei Mihai, 20 avril 2020 14:28

Télécharger (737 ko)

Voir les différences:

Subject: [PATCH] dordogne-cd24: initial theme (#41720)

 static/dordogne-cd24/_custom.scss             | 525 ++++++++++++++++++
 static/dordogne-cd24/_vars.scss               |  52 ++
 static/dordogne-cd24/config.json              |  16 +
 .../dordogne-cd24/icons/icon-association.png  | Bin 0 -> 1948 bytes
 .../dordogne-cd24/icons/icon-citoyennete.png  | Bin 0 -> 1307 bytes
 .../dordogne-cd24/icons/icon-collectivite.png | Bin 0 -> 2327 bytes
 static/dordogne-cd24/icons/icon-culture.png   | Bin 0 -> 1391 bytes
 static/dordogne-cd24/icons/icon-eco.png       | Bin 0 -> 1155 bytes
 static/dordogne-cd24/icons/icon-education.png | Bin 0 -> 1256 bytes
 static/dordogne-cd24/icons/icon-enfance.png   | Bin 0 -> 1165 bytes
 .../dordogne-cd24/icons/icon-entreprise.png   | Bin 0 -> 1967 bytes
 .../icons/icon-environnement.png              | Bin 0 -> 1365 bytes
 .../dordogne-cd24/icons/icon-particulier.png  | Bin 0 -> 1988 bytes
 static/dordogne-cd24/icons/icon-sante.png     | Bin 0 -> 1659 bytes
 static/dordogne-cd24/icons/icon-securite.png  | Bin 0 -> 1305 bytes
 static/dordogne-cd24/icons/icon-sport.png     | Bin 0 -> 1410 bytes
 static/dordogne-cd24/img/facebook.svg         |   1 +
 static/dordogne-cd24/img/header-text.png      | Bin 0 -> 3815 bytes
 static/dordogne-cd24/img/header.png           | Bin 0 -> 278148 bytes
 static/dordogne-cd24/img/instagram.svg        |   1 +
 static/dordogne-cd24/img/logo.png             | Bin 0 -> 260570 bytes
 static/dordogne-cd24/img/logo.svg             |   1 +
 static/dordogne-cd24/img/loupe.png            | Bin 0 -> 554 bytes
 static/dordogne-cd24/img/twitter.svg          |   1 +
 static/dordogne-cd24/img/vimeo.svg            |   1 +
 static/dordogne-cd24/img/youtube.svg          |   1 +
 static/dordogne-cd24/style.scss               |   6 +
 .../dordogne-cd24/authentic2/accounts.html    |   6 +
 .../dordogne-cd24/authentic2/login.html       |   5 +
 .../registration/registration_form.html       |   5 +
 30 files changed, 621 insertions(+)
 create mode 100644 static/dordogne-cd24/_custom.scss
 create mode 100644 static/dordogne-cd24/_vars.scss
 create mode 100644 static/dordogne-cd24/config.json
 create mode 100644 static/dordogne-cd24/icons/icon-association.png
 create mode 100644 static/dordogne-cd24/icons/icon-citoyennete.png
 create mode 100644 static/dordogne-cd24/icons/icon-collectivite.png
 create mode 100644 static/dordogne-cd24/icons/icon-culture.png
 create mode 100644 static/dordogne-cd24/icons/icon-eco.png
 create mode 100644 static/dordogne-cd24/icons/icon-education.png
 create mode 100644 static/dordogne-cd24/icons/icon-enfance.png
 create mode 100644 static/dordogne-cd24/icons/icon-entreprise.png
 create mode 100644 static/dordogne-cd24/icons/icon-environnement.png
 create mode 100644 static/dordogne-cd24/icons/icon-particulier.png
 create mode 100644 static/dordogne-cd24/icons/icon-sante.png
 create mode 100644 static/dordogne-cd24/icons/icon-securite.png
 create mode 100644 static/dordogne-cd24/icons/icon-sport.png
 create mode 100644 static/dordogne-cd24/img/facebook.svg
 create mode 100644 static/dordogne-cd24/img/header-text.png
 create mode 100644 static/dordogne-cd24/img/header.png
 create mode 100644 static/dordogne-cd24/img/instagram.svg
 create mode 100644 static/dordogne-cd24/img/logo.png
 create mode 100644 static/dordogne-cd24/img/logo.svg
 create mode 100644 static/dordogne-cd24/img/loupe.png
 create mode 100644 static/dordogne-cd24/img/twitter.svg
 create mode 100644 static/dordogne-cd24/img/vimeo.svg
 create mode 100644 static/dordogne-cd24/img/youtube.svg
 create mode 100644 static/dordogne-cd24/style.scss
 create mode 100644 templates/variants/dordogne-cd24/authentic2/accounts.html
 create mode 100644 templates/variants/dordogne-cd24/authentic2/login.html
 create mode 100644 templates/variants/dordogne-cd24/registration/registration_form.html
static/dordogne-cd24/_custom.scss
1
$icons: (
2
	"association": "icon-association.png",
3
	"citoyennete": "icon-citoyennete.png",
4
	"collectivite": "icon-collectivite.png",
5
	"culture": "icon-culture.png",
6
	"eco": "icon-eco.png",
7
	"education": "icon-education.png",
8
	"enfance": "icon-enfance.png",
9
	"entreprise": "icon-entreprise.png",
10
	"environnement": "icon-environnement.png",
11
	"particulier": "icon-particulier.png",
12
	"sante": "icon-sante.png",
13
	"securite": "icon-securite.png",
14
	"sport": "icon-sport.png"
15
);
16

  
17
$social-icons: (
18
	"facebook": "facebook.svg",
19
	"twitter": "twitter.svg",
20
	"youtube": "youtube.svg",
21
	"vimeo": "vimeo.svg",
22
	"instagram": "instagram.svg"
23
);
24

  
25
$header-height: 423px;
26
$header-border-height: 100px;
27
$mobile-header-height: 360px;
28
$mobile-header-border-height: 60px;
29

  
30
%button {
31
	@extend %button;
32
	text-transform: uppercase;
33
	font-weight: bold;
34
	font-size: 16px;
35
}
36

  
37
%cancel-button {
38
	@extend %cancel-button;
39
	color: #000;
40
	border: 1px solid #000;
41
	background: #fff;
42
}
43

  
44
@mixin after-line($color: #cbd05d) {
45
	&::after {
46
		display: block;
47
		margin-top: 0.5em;
48
		content: '';
49
		background: $color;
50
		width: 2em;
51
		height: 2px;
52
	}
53
}
54

  
55
.with-after-line {
56
	@include after-line;
57
}
58

  
59
%header {
60
	background: $primary-color;
61
	padding: 1.5em 3em;
62
	margin-bottom: 2em;
63
	text-transform: uppercase;
64
	@media screen and ($max-mobile-viewport) {
65
		padding: 2em;
66
		margin-bottom: 1em;
67
	}
68
	@include after-line;
69
}
70

  
71
div#header-wrapper {
72
	border-top: $header-border-height solid #000;
73
	height: $header-height;
74
	background: url('img/header.png') center top no-repeat;
75
	@media screen and ($max-mobile-viewport) {
76
		border-top: $mobile-header-border-height solid #000;
77
		background-size: auto $mobile-header-height;
78
		height: $mobile-header-height;
79
	}
80
}
81

  
82
div#header {
83
	h1#logo {
84
		position: absolute;
85
		top: -100px;
86
		left: 20px;
87
		background: url('img/logo.svg') center center no-repeat;
88
		background-size: contain;
89
		height: $header-border-height;
90
		width: 100px;
91
		@media screen and ($max-mobile-viewport) {
92
			top: -$mobile-header-border-height;
93
			left: 0;
94
			padding-left: 40px;
95
			height: $mobile-header-border-height;
96
			width: 60px;
97
		}
98
		@media screen and (max-width: $very-small-limit) {
99
			padding-left: 5px;
100
		}
101
	}
102
	h1#logo a {
103
		display: block;
104
		height: $header-border-height;
105
		width: 445px;
106
		margin-left: 20px;
107
		background: url('img/header-text.png') center right no-repeat;
108
		text-indent: -9999px;
109
		@media screen and ($max-mobile-viewport) {
110
			margin-left: 0;
111
			padding-left: 0;
112
			height: $mobile-header-border-height;
113
			width: 218px;
114
			background-position: center left;
115
			background-size: contain;
116
		}
117
		@media screen and (max-width: $very-small-limit) {
118
			width: 50px;
119
			background: none;
120
		}
121
	}
122
}
123

  
124
div#nav-wrapper {
125
	margin-top: -2.5em;
126
	@media screen and ($max-mobile-viewport) {
127
		margin: 0;
128
		position: absolute;
129
		right: 0;
130
		top: $mobile-header-border-height;
131
	}
132
	button {
133
		position: absolute;
134
		top: -$mobile-header-border-height;
135
		right: 0;
136
	}
137
}
138

  
139
div.pwa-navigation ul li a {
140
	line-height: 1.75em;
141
}
142

  
143
div.gru-nav {
144
	.gru-nav-button {
145
		& .icon-bar {
146
			left: 20px;
147
			width: 20px;
148
		}
149
		& .icon-bar-1 {
150
			top: 23px;
151
		}
152
		& .icon-bar-2 {
153
			top: 29px;
154
		}
155
		& .icon-bar-3 {
156
			top: 35px;
157
		}
158
		+ ul {
159
			border-top: 0;
160
		}
161
	}
162
	ul a {
163
		text-transform: uppercase;
164
		position: relative;
165
	}
166
	> ul {
167
		margin: 1em 0;
168
		@media screen and ($max-mobile-viewport) {
169
			margin: 0;
170
		}
171
		> li {
172
			&:first-child,
173
			&.selected, &.selected + li,
174
			&:hover, &:hover + li {
175
				> a::before {
176
					opacity: 0;
177
				}
178
			}
179
			> a {
180
				margin: 0;
181
				padding: 0.75em 2em;
182
				line-height: 2.5em;
183
				@media screen and ($max-mobile-viewport) {
184
					padding-top: 0;
185
					padding-bottom: 0;
186
				}
187
				&::before {
188
					position: absolute;
189
					left: 0;
190
					top: 10px;
191
					content: '';
192
					width: 1px;
193
					height: calc(100% - 20px);
194
					background: #c2c5c8;
195
					opacity: 1;
196
					transition: opacity 0.5s;
197
				}
198
				+ ul {
199
					li {
200
						&:hover {
201
							background: #cbd05d;
202
							> a {
203
								background: #cbd05d;
204
								color: #000;
205
							}
206
						}
207
						> a {
208
							font-weight: normal;
209
							color: #f4f7fa;
210
							font-size: 85%;
211
							padding: 0.75em 3em;
212
							@media screen and ($max-mobile-viewport) {
213
								padding: 0.5em 3em;
214
							}
215
							&::before {
216
								position: absolute;
217
								left: 3.5em;
218
								content: '\f054'; /* chevron-right */
219
								font-family: FontAwesome;
220
								font-size: 60%;
221
							}
222
						}
223
					}
224
				}
225
				@media screen and ($max-mobile-viewport) {
226
					margin: 0;
227
				}
228
			}
229
		}
230
	}
231
}
232

  
233
div#side, div#sidebar {
234
	box-shadow: 3px 3px 20px 0px #dedede;
235
}
236

  
237
div#tracking-code {
238
	h3 {
239
		background: #fff;
240
		font-weight: bold;
241
	}
242
	a {
243
		padding: 0 1rem;
244
		font-size: 110%;
245
		&::after {
246
			margin-top: 5px;
247
			content: '';
248
			display: block;
249
			width: 60px;
250
			height: 2px;
251
			background: #cbd05d;
252
		}
253
	}
254
}
255

  
256
.wcs-step {
257
	padding-top: $wcs-steps-spacing;
258
}
259

  
260
.wcs-steps--list {
261
	background: $primary-color;
262
}
263

  
264
.wcs-step--marker {
265
	border-right: 1px solid #c2c5c8;
266
}
267

  
268
.wcs-step.current {
269
	background: #fff;
270
}
271

  
272
.RadiobuttonsWidget, .CheckboxWidget,
273
.CheckboxesWidget {
274
	input + span {
275
		padding-left: 1.5rem;
276
		&::before {
277
			height: 1.1rem;
278
			width: 1.1rem;
279
			top: 0;
280
		}
281
		&::after {
282
			left: 4px;
283
			top: 4px;
284
			width: calc(1.1rem - 8px);
285
			height: calc(1.1rem - 8px);
286
			background: rgba(194, 197, 200, 0.47);
287
		}
288
	}
289
}
290
.gru-content {
291
	div.cell, .block {
292
		margin-bottom: 2em;
293
	}
294
	div.a2-block {
295
		h2 {
296
			@extend %header;
297
		}
298
	}
299
    div.wcsformsofcategorycell, div.linklistcell {
300
		h2:first-child {
301
			text-transform: uppercase;
302
			background: transparent;
303
			border: 1px solid #c2c5c8;
304
			padding: 1em;
305
			padding-left: 3em;
306
			&::after {
307
				color: #88446b;
308
			}
309
		}
310
		> div {
311
			position: relative;
312
		}
313
		picture {
314
			position: absolute;
315
			top: 0.5em;
316
			cursor: pointer;
317
			img {
318
				width: 3em;
319
			}
320
		}
321
		&.foldable {
322
			picture {
323
				display: block;
324
			}
325
		}
326
	}
327
	@media screen and ($max-mobile-viewport) {
328
		div#sidebar {
329
			order: 1
330
		}
331
	}
332
}
333

  
334
div#footer {
335
	font-size: 80%;
336
	@media screen and ($max-mobile-viewport) {
337
		padding: 0 2em;
338
	}
339
	div.links-list {
340
		@media screen and ($max-mobile-viewport) {
341
			margin: 0 0.5em;
342
		}
343
		li {
344
			border: 0;
345
			display: flex;
346
			align-items: baseline;
347
			&::before {
348
				content: '\f054'; /* chevron-right */
349
				font-family: FontAwesome;
350
				font-size: 70%;
351
				margin-right: 3px;
352
			}
353
		}
354
		a {
355
			color: #000;
356
			padding: 0.1rem;
357
			&:hover {
358
				background: transparent;
359
				text-decoration: underline;
360
			}
361
		}
362
	}
363
	div.cell.social-links ul {
364
		margin: 0;
365
		padding: 0;
366
		display: flex;
367
		@media screen and ($max-mobile-viewport) {
368
			margin: 2em 0;
369
		}
370
		li {
371
			list-style-type: none;
372
			&:not(:first-child) a {
373
				border-left: 1px solid #000;
374
			}
375
			@each $name, $img in $social-icons {
376
				a.icon-#{$name} {
377
					width: 2.5em;
378
					display: block;
379
					overflow: hidden;
380
					color: transparent;
381
					padding: 0 15px;
382
					background: url('img/#{$img}') center center no-repeat;
383
				}
384
			}
385
		}
386
	}
387
}
388

  
389
div.searchcell {
390
	position: relative;
391
	form {
392
		padding: 0;
393
	}
394
	input.combo-search-input {
395
		padding-right: 50px;
396
		line-height: 2em;
397
		margin-right: 0;
398
		font-weight: bold;
399
	}
400
	button, button:hover {
401
		position: absolute;
402
		right: 0;
403
		background-color: transparent;
404
		border: 0;
405
		box-shadow: none;
406
		margin: 10px 0;
407
		height: 40px;
408
		width: 50px;
409
		padding: 0;
410
		border-left: 1px solid #c2c5c8;
411
		background-image: url('img/loupe.png');
412
		background-position: center center;
413
		background-repeat: no-repeat;
414
		background-size: 35%;
415
		overflow: hidden;
416
		color: transparent;
417
		text-overflow: hide;
418
	}
419
}
420

  
421
div.SubmitWidget.cancel-button {
422
	text-align: right;
423
}
424

  
425
div#columns > div.search-cell {
426
	display: flex;
427
	justify-content: center;
428
	> div {
429
		width: 75%;
430
		@media screen and ($max-mobile-viewport) {
431
			width: 100%;
432
		}
433
	}
434
}
435

  
436
/* general headers styles */
437

  
438
h1, h2, h3, h4 {
439
	font-weight: bold;
440
	text-transform: uppercase;
441
}
442

  
443
h1 {
444
	font-size: 30px;
445
}
446

  
447
h2 {
448
	font-size: 26px;
449
}
450

  
451
h3 {
452
	font-size: 22px;
453
	color: #88446b
454
}
455

  
456
h4 {
457
	font-size: 19px;
458
}
459

  
460
input, select {
461
	line-height: 2.25em;
462
}
463

  
464
.a2-block {
465
	form p {
466
		margin-left: 0;
467
	}
468
	h2 {
469
		@extend %header;
470
	}
471
}
472

  
473
div#login-page h1, div#registration-blocks h1 {
474
	@extend %header;
475
}
476

  
477
div#login-page a {
478
	font-weight: bold;
479
	text-decoration: underline;
480
}
481

  
482
div#registration-blocks {
483
	h2 {
484
		display: none;
485
	}
486
}
487

  
488
div#sidebar {
489
	margin-right: 2.5em;
490
	h1, h2, h3 {
491
		@include after-line(#88446b);
492
	}
493
}
494

  
495
div.linkcell.homepage-link {
496
	border: 1px solid #d2d2d2;
497
	font-weight: bold;
498
	text-transform: uppercase;
499
	font-size: 90%;
500
	a {
501
		padding-top: 5rem;
502
		@media screen and ($max-mobile-viewport) {
503
			padding-top: 1rem;
504
			padding-left: 5rem;
505
		}
506
		@include after-line(#000);
507
	}
508
	&[class*=" icon-"] {
509
		a {
510
			background-position: 1rem 1rem;
511
			background-size: auto 2.5rem;
512
			display: block;
513
			@media screen and ($max-mobile-viewport) {
514
				background-position: 1rem center;
515
			}
516
		}
517
	}
518
}
519

  
520
@each $name, $file in $icons {
521
	div.linkcell.icon-#{$name} a {
522
		background-image: url(icons/#{$file});
523
		background-repeat: no-repeat;
524
	}
525
}
static/dordogne-cd24/_vars.scss
1
$primary-color: #f4f7fa;
2
$width: 1316px;
3

  
4
$font-family: Montserrat, sans-serif;
5
$font-color: #000;
6
$font-size: 18px;
7

  
8
$link-color: #000;
9

  
10
$nav-background: #3d424a;
11
$nav-active-color: #000;
12
$nav-color: #fff;
13
$nav-button-background: #3d424a;
14
$nav-menu-side: 60px;
15

  
16
$nav-mobile-bottom-bar-background: $primary-color;
17
$nav-mobile-bottom-bar-color: #3d424a;
18
$nav-mobile-bottom-bar-item-selected-background: #879B35;
19
$nav-mobile-bottom-bar-item-hover-background: #879B35;
20

  
21
$widget-background: $primary-color;
22
$widget-border: 0;
23

  
24
$widget-custom-radio-checkbox: true;
25
$widget-custom-radio-checkbox-color: #888;
26
$widget-custom-radio-checkbox-marker-color: #cbd05d;
27
$widget-unique-checkbox-position: left;
28

  
29
$title-background: $primary-color;
30
$title-weight: bold;
31
$title-font-size: 22px;
32

  
33
$cell-border: none;
34
$cell-entry-hover-background: $primary-color;
35

  
36
$button-background: #000;
37
$button-color: #fff;
38
$button-hover-background: #cbd05d;
39
$button-hover-color: #000;
40

  
41
$notification_info_color: $primary-color;
42

  
43
$buttons-order: previous, cancel (grow), submit;
44

  
45
$footer-color: #000;
46
$footer-background: #cbd05d;
47

  
48
$wcs-step-current-label-color: #000;
49
$wcs-step-marker-color: #88446b;
50
$wcs-step-border-bottom: 0;
51
$wcs-step-current-marker-color: $wcs-step-marker-color;
52

  
static/dordogne-cd24/config.json
1
{
2
  "label": "Dordogne (CD24)",
3
  "variables": {
4
    "pwa_display": "standalone",
5
    "include_top_links": false,
6
    "theme_color": "#f4f7fa",
7
    "email_header_asset": "emails:logo"
8
  },
9
  "settings": {
10
    "combo": {
11
      "COMBO_ASSET_SLOTS.update": {
12
        "emails:logo": {"label": "Emails : logo"}
13
      }
14
    }
15
  }
16
}
static/dordogne-cd24/img/facebook.svg
1
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-f" class="svg-inline--fa fa-facebook-f fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg>
static/dordogne-cd24/img/instagram.svg
1
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="instagram" class="svg-inline--fa fa-instagram fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg>
static/dordogne-cd24/img/logo.svg
1
<svg xmlns="http://www.w3.org/2000/svg" width="61.987" height="94.813" viewBox="0 0 61.987 94.813"><defs><style>.a{fill:#565e6a;stroke:rgba(0,0,0,0);stroke-miterlimit:10;}</style></defs><g transform="translate(-176.928 -495.422)"><path class="a" d="M424.5,525.365s54.768,4.189,58.343,51.04a49.572,49.572,0,0,1-.09,9.438c-.063.61.4,1.5.323,2.123,0,0,3.171-2.468,2.161-15.387-.743-9.52-2.113-25.947-12.175-43.24,0,0,11.629-13.572,6.618-31.983,0,0-8.232,31.33-21.476,30.038C458.208,527.395,423.177,522.291,424.5,525.365Z" transform="translate(-247.028 0)"/><path class="a" d="M477.705,631.909s9.366-10.982-1.938-7.915c0,0-15.576,8.542-26.2,33.585C449.57,657.579,465.46,642.338,477.705,631.909Z" transform="translate(-260.845 -69.391)"/><path class="a" d="M494.1,537.814c-.934,2.41-4.424,3.317-7.8,2.012s-5.341-4.311-4.408-6.728,4.414-3.308,7.782-2S495.036,535.4,494.1,537.814Z" transform="translate(-278.512 -18.236)"/><path class="a" d="M440.373,579.069c9.269,1.984,20.158,4.263,28.925,9.453,11.677,5.9,16.28,17.277,16.821,28.919a34.891,34.891,0,0,0-.9-11.065c-5.194-20.616-27.045-25.725-44.829-30.128Z" transform="translate(-255.782 -43.413)"/><path class="a" d="M435.527,581.5c17.749,3.541,40.422,7.891,46.462,28.453.683,3.309,1.569,6.572,1.409,10.116-.518-11.858-8.148-23.831-19.387-28.335-8.763-3.846-18.348-6.02-28.475-7.461Z" transform="translate(-253.115 -46.304)"/></g></svg>
static/dordogne-cd24/img/twitter.svg
1
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="twitter" class="svg-inline--fa fa-twitter fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>
static/dordogne-cd24/img/vimeo.svg
1
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="vimeo-v" class="svg-inline--fa fa-vimeo-v fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z"></path></svg>
static/dordogne-cd24/img/youtube.svg
1
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" class="svg-inline--fa fa-youtube fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></svg>
static/dordogne-cd24/style.scss
1
@charset "UTF-8";
2

  
3
@import 'vars';
4
@import '../includes/publik';
5
@import '../includes/font-montserrat';
6
@import 'custom';
templates/variants/dordogne-cd24/authentic2/accounts.html
1
{% extends "authentic2/accounts.html" %}
2

  
3
{% block account-management-bottom-actions %}
4
<li class="account-logout"><a href="{% url 'auth_logout' %}">Se déconnecter</a></li>
5
{% endblock %}
6

  
templates/variants/dordogne-cd24/authentic2/login.html
1
{% extends "authentic2/login.html" %}
2

  
3
{% block login-top %}
4
<h1>Me connecter</h1>
5
{% endblock %}
templates/variants/dordogne-cd24/registration/registration_form.html
1
{% extends "registration/registration_form.html" %}
2

  
3
{% block registration-top %}
4
  <h1>Créer un compte</h1>
5
{% endblock %}
0
-