Projet

Général

Profil

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

Serghei Mihai, 14 avril 2020 22:04

Télécharger (737 ko)

Voir les différences:

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

 static/dordogne-cd24/_custom.scss             | 511 ++++++++++++++++++
 static/dordogne-cd24/_vars.scss               |  53 ++
 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, 608 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
			&::after {
306
				color: #88446b;
307
			}
308
		}
309
	}
310
	@media screen and ($max-mobile-viewport) {
311
		div#sidebar {
312
			order: 1
313
		}
314
	}
315
}
316

  
317
div#footer {
318
	font-size: 80%;
319
	@media screen and ($max-mobile-viewport) {
320
		padding: 0 2em;
321
	}
322
	div.links-list {
323
		@media screen and ($max-mobile-viewport) {
324
			margin: 0 0.5em;
325
		}
326
		li {
327
			border: 0;
328
			display: flex;
329
			align-items: baseline;
330
			&::before {
331
				content: '\f054'; /* chevron-right */
332
				font-family: FontAwesome;
333
				font-size: 70%;
334
				margin-right: 3px;
335
			}
336
		}
337
		a {
338
			color: #000;
339
			padding: 0.1rem;
340
			&:hover {
341
				background: transparent;
342
				text-decoration: underline;
343
			}
344
		}
345
	}
346
	div.cell.social-links ul {
347
		margin: 0;
348
		padding: 0;
349
		display: flex;
350
		@media screen and ($max-mobile-viewport) {
351
			margin: 2em 0;
352
		}
353
		li {
354
			list-style-type: none;
355
			&:not(:first-child) a {
356
				border-left: 1px solid #000;
357
			}
358
			@each $name, $img in $social-icons {
359
				a.icon-#{$name} {
360
					width: 2.5em;
361
					display: block;
362
					overflow: hidden;
363
					color: transparent;
364
					padding: 0 15px;
365
					background: url('img/#{$img}') center center no-repeat;
366
				}
367
			}
368
		}
369
	}
370
}
371

  
372
div.searchcell {
373
	position: relative;
374
	form {
375
		padding: 0;
376
	}
377
	input.combo-search-input {
378
		padding-right: 50px;
379
		line-height: 2em;
380
		margin-right: 0;
381
		font-weight: bold;
382
	}
383
	button, button:hover {
384
		position: absolute;
385
		right: 0;
386
		background-color: transparent;
387
		border: 0;
388
		box-shadow: none;
389
		margin: 10px 0;
390
		height: 40px;
391
		width: 50px;
392
		padding: 0;
393
		border-left: 1px solid #c2c5c8;
394
		background-image: url('img/loupe.png');
395
		background-position: center center;
396
		background-repeat: no-repeat;
397
		background-size: 35%;
398
		overflow: hidden;
399
		color: transparent;
400
		text-overflow: hide;
401
	}
402
}
403

  
404
div#columns > div.search-cell {
405
	display: flex;
406
	justify-content: center;
407
	> div {
408
		width: 75%;
409
		@media screen and ($max-mobile-viewport) {
410
			width: 100%;
411
		}
412
	}
413
}
414

  
415
/* general headers styles */
416

  
417
h1, h2, h3, h4 {
418
	font-weight: bold;
419
	text-transform: uppercase;
420
}
421

  
422
h1 {
423
	font-size: 30px;
424
}
425

  
426
h2 {
427
	font-size: 26px;
428
}
429

  
430
h3 {
431
	font-size: 22px;
432
	color: #88446b
433
}
434

  
435
h4 {
436
	font-size: 19px;
437
}
438

  
439
input, select {
440
	line-height: 2.25em;
441
}
442

  
443
.a2-block {
444
	form p {
445
		margin-left: 0;
446
	}
447
	h2 {
448
		@extend %header;
449
	}
450
}
451

  
452
div#login-page h1, div#registration-blocks h1 {
453
	@extend %header;
454
}
455

  
456
div#login-page a {
457
	font-weight: bold;
458
	text-decoration: underline;
459
}
460

  
461
div#registration-blocks {
462
	h2 {
463
		display: none;
464
	}
465
}
466

  
467
div#sidebar {
468
	margin-right: 2.5em;
469
	h1, h2, h3 {
470
		@include after-line(#88446b);
471
	}
472
}
473

  
474
div.linkcell.homepage-link {
475
	border: 1px solid #d2d2d2;
476
	font-weight: bold;
477
	text-transform: uppercase;
478
	font-size: 90%;
479
	a {
480
		padding-top: 5rem;
481
		@media screen and ($max-mobile-viewport) {
482
			padding-top: 1rem;
483
			padding-left: 5rem;
484
		}
485
		@include after-line(#000);
486
	}
487
	&[class*=" icon-"] {
488
		a {
489
			background-position: 1rem 1rem;
490
			background-size: auto 2.5rem;
491
			display: block;
492
		}
493
	}
494
}
495

  
496
@each $name, $file in $icons {
497
	div.linkcell.icon-#{$name} a {
498
		background-image: url(icons/#{$file});
499
		background-repeat: no-repeat;
500
	}
501
	div.wcsformsofcategorycell.icon-#{$name},
502
	div.linklistcell.icon-#{$name} {
503
		h2:first-child {
504
			background-image: url(icons/#{$file});
505
			background-repeat: no-repeat;
506
			padding-left: 3em;
507
			background-position: 0.5em;
508
			background-size: 2em;
509
		}
510
	}
511
}
static/dordogne-cd24/_vars.scss
1
$primary-color: #f4f7fa;
2
$width: 1316px;
3
$very-small-limit: 340px;
4

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

  
9
$link-color: #000;
10

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

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

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

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

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

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

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

  
42
$notification_info_color: $primary-color;
43

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

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

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

  
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
-