Projet

Général

Profil

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

Serghei Mihai, 20 avril 2020 16:15

Télécharger (737 ko)

Voir les différences:

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

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

  
223
div#side, div#sidebar {
224
	box-shadow: 3px 3px 20px 0px #dedede;
225
}
226

  
227
div#tracking-code {
228
	h3 {
229
		background: #fff;
230
		font-weight: bold;
231
	}
232
	a {
233
		padding: 0 1rem;
234
		font-size: 110%;
235
		&::after {
236
			margin-top: 5px;
237
			content: '';
238
			display: block;
239
			width: 60px;
240
			height: 2px;
241
			background: #cbd05d;
242
		}
243
	}
244
}
245

  
246
.wcs-step {
247
	padding-top: $wcs-steps-spacing;
248
}
249

  
250
.wcs-steps--list {
251
	background: $primary-color;
252
}
253

  
254
.wcs-step--marker {
255
	border-right: 1px solid #c2c5c8;
256
}
257

  
258
.wcs-step.current {
259
	background: #fff;
260
}
261

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

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

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

  
411
div#columns > div.search-cell {
412
	display: flex;
413
	justify-content: center;
414
	> div {
415
		width: 75%;
416
		@media screen and ($max-mobile-viewport) {
417
			width: 100%;
418
		}
419
	}
420
}
421

  
422
/* general headers styles */
423

  
424
h1, h2, h3, h4 {
425
	font-weight: bold;
426
	text-transform: uppercase;
427
}
428

  
429
h1 {
430
	font-size: 30px;
431
}
432

  
433
h2 {
434
	font-size: 26px;
435
}
436

  
437
h3 {
438
	font-size: 22px;
439
	color: #88446b
440
}
441

  
442
h4 {
443
	font-size: 19px;
444
}
445

  
446
input, select {
447
	line-height: 2.25em;
448
}
449

  
450
.a2-block {
451
	form p {
452
		margin-left: 0;
453
	}
454
	h2 {
455
		@extend %header;
456
	}
457
}
458

  
459
div#login-page h1, div#registration-blocks h1 {
460
	@extend %header;
461
}
462

  
463
div#login-page a {
464
	font-weight: bold;
465
	text-decoration: underline;
466
}
467

  
468
div#registration-blocks {
469
	h2 {
470
		display: none;
471
	}
472
}
473

  
474
div#sidebar {
475
	margin-right: 2.5em;
476
	h1, h2, h3 {
477
		@include after-line(#88446b);
478
	}
479
}
480

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

  
506
@each $name, $file in $icons {
507
	div.linkcell.icon-#{$name} a {
508
		background-image: url(icons/#{$file});
509
		background-repeat: no-repeat;
510
	}
511
}
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: 30px;
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
$buttons-alignment: flex-end;
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
-