@imiobe/plonetheme-smartweb-base 0.0.6 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/CHANGELOG.md +80 -0
  2. package/dist/css/theme.css +5 -0
  3. package/dist/fonts/roboto-bold..eot +0 -0
  4. package/dist/fonts/roboto-bold..ttf +0 -0
  5. package/dist/fonts/roboto-bold..woff +0 -0
  6. package/dist/fonts/roboto-bold..woff2 +0 -0
  7. package/dist/fonts/roboto-bolditalic..eot +0 -0
  8. package/dist/fonts/roboto-bolditalic..ttf +0 -0
  9. package/dist/fonts/roboto-bolditalic..woff +0 -0
  10. package/dist/fonts/roboto-bolditalic..woff2 +0 -0
  11. package/dist/fonts/roboto-italic..eot +0 -0
  12. package/dist/fonts/roboto-italic..ttf +0 -0
  13. package/dist/fonts/roboto-italic..woff +0 -0
  14. package/dist/fonts/roboto-italic..woff2 +0 -0
  15. package/dist/fonts/roboto-light..eot +0 -0
  16. package/dist/fonts/roboto-light..ttf +0 -0
  17. package/dist/fonts/roboto-light..woff +0 -0
  18. package/dist/fonts/roboto-light..woff2 +0 -0
  19. package/dist/fonts/roboto-lightitalic..eot +0 -0
  20. package/dist/fonts/roboto-lightitalic..ttf +0 -0
  21. package/dist/fonts/roboto-lightitalic..woff +0 -0
  22. package/dist/fonts/roboto-lightitalic..woff2 +0 -0
  23. package/dist/fonts/roboto-medium..eot +0 -0
  24. package/dist/fonts/roboto-medium..ttf +0 -0
  25. package/dist/fonts/roboto-medium..woff +0 -0
  26. package/dist/fonts/roboto-medium..woff2 +0 -0
  27. package/dist/fonts/roboto-mediumitalic..eot +0 -0
  28. package/dist/fonts/roboto-mediumitalic..ttf +0 -0
  29. package/dist/fonts/roboto-mediumitalic..woff +0 -0
  30. package/dist/fonts/roboto-mediumitalic..woff2 +0 -0
  31. package/dist/fonts/roboto-regular..eot +0 -0
  32. package/dist/fonts/roboto-regular..ttf +0 -0
  33. package/dist/fonts/roboto-regular..woff +0 -0
  34. package/dist/fonts/roboto-regular..woff2 +0 -0
  35. package/dist/fonts/robotocondensed-light..eot +0 -0
  36. package/dist/fonts/robotocondensed-light..ttf +0 -0
  37. package/dist/fonts/robotocondensed-light..woff +0 -0
  38. package/dist/fonts/robotocondensed-light..woff2 +0 -0
  39. package/dist/fonts/robotocondensed-lightitalic..eot +0 -0
  40. package/dist/fonts/robotocondensed-lightitalic..ttf +0 -0
  41. package/dist/fonts/robotocondensed-lightitalic..woff +0 -0
  42. package/dist/fonts/robotocondensed-lightitalic..woff2 +0 -0
  43. package/dist/images/roboto-bolde46805ee..svg +1 -0
  44. package/dist/images/roboto-bolditalic4be90c03..svg +1 -0
  45. package/dist/images/roboto-italic2332d1c3..svg +1 -0
  46. package/dist/images/roboto-light054c1c8a..svg +1 -0
  47. package/dist/images/roboto-lightitalic2df589e4..svg +1 -0
  48. package/dist/images/roboto-medium832a5157..svg +1 -0
  49. package/dist/images/roboto-mediumitalicf09fad24..svg +1 -0
  50. package/dist/images/roboto-regulare788ed65..svg +1 -0
  51. package/dist/images/robotocondensed-light04ff367e..svg +1 -0
  52. package/dist/images/robotocondensed-lightitalic97b23821..svg +1 -0
  53. package/dist/js/theme.js +1 -0
  54. package/package.json +25 -2
  55. package/src/index.js +60 -14
  56. package/src/scss/_breadcrum.scss +1 -0
  57. package/src/scss/_fonts.scss +6 -5
  58. package/src/scss/_general.scss +73 -65
  59. package/src/scss/_header.scss +33 -13
  60. package/src/scss/_mixin.scss +43 -35
  61. package/src/scss/_sitenav.scss +326 -259
  62. package/src/scss/_sub-sitenav.scss +113 -65
  63. package/src/scss/_swiper.scss +17 -10
  64. package/src/scss/_trucaverif.scss +630 -555
  65. package/src/scss/common/_com-cookies.scss +86 -75
  66. package/src/scss/common/_com-edition.scss +36 -24
  67. package/src/scss/common/_com-faceted.scss +153 -132
  68. package/src/scss/common/_com-footer.scss +9 -5
  69. package/src/scss/common/_com-list-image.scss +17 -15
  70. package/src/scss/common/_com-react.scss +62 -57
  71. package/src/scss/common/_messviewlet.scss +77 -60
  72. package/src/scss/homepage/_a-la-une.scss +30 -19
  73. package/src/scss/homepage/_actualites.scss +137 -111
  74. package/src/scss/homepage/_album.scss +87 -75
  75. package/src/scss/homepage/_banner.scss +38 -41
  76. package/src/scss/homepage/_events.scss +42 -20
  77. package/src/scss/homepage/_general-home.scss +47 -43
  78. package/src/scss/homepage/_newsletter.scss +30 -24
  79. package/src/scss/homepage/_quick-access.scss +14 -4
  80. package/src/scss/list/_list-block-img.scss +53 -49
  81. package/src/scss/list/_list-block.scss +70 -64
  82. package/src/scss/list/_list-img.scss +21 -14
  83. package/src/scss/list/_list.scss +55 -53
  84. package/src/scss/main.scss +21 -9
  85. package/src/scss/sections/_se-contact.scss +229 -158
  86. package/src/scss/sections/_se-file.scss +188 -158
  87. package/src/scss/sections/_se-gallery.scss +16 -14
  88. package/src/scss/sections/_se-link.scss +141 -135
  89. package/src/scss/sections/_se-linked-content.scss +4 -4
  90. package/src/scss/sections/_se-plan-geo.scss +92 -74
  91. package/src/scss/sections/_se-plan.scss +2 -2
  92. package/src/scss/sections/_se-postit.scss +19 -17
  93. package/src/scss/sections/_se-textes.scss +35 -41
  94. package/src/scss/variables.scss +159 -138
  95. package/theme.zip +0 -0
@@ -1,81 +1,92 @@
1
1
  #gdpr-consent-banner {
2
- z-index: 999999;
3
- padding: 50px 25px;
4
- background: #fff;
5
- position: fixed;
6
- top: 100vh;
7
- transform: translateY(-100%);
8
- box-shadow: 0 0 18px rgba(0, 0, 0, .2);
9
- border-radius: 5px;
10
- color: #686868;
11
- width: auto;
12
- left: 0;
13
- max-width: 100vw !important;
2
+ z-index: 9;
3
+ padding: 50px 25px;
4
+ background: #fff;
5
+ position: fixed;
6
+ top: 100vh;
7
+ transform: translateY(-100%);
8
+ box-shadow: 0 0 18px rgba(0, 0, 0, 20%);
9
+ border-radius: 5px;
10
+ color: #686868;
11
+ width: auto;
12
+ left: 0;
13
+ max-width: 100vw !important;
14
+
15
+ @include media-breakpoint-up(lg) {
16
+ right: 0;
17
+ max-width: 100%;
18
+ text-align: center;
19
+ }
20
+
21
+ & > span {
14
22
  @include media-breakpoint-up(lg) {
15
- right: 0;
16
- max-width: 100%;
17
- text-align: center;
23
+ max-width: 500px;
24
+ display: inline-block;
25
+ vertical-align: top;
26
+ text-align: left;
27
+ padding-right: 30px;
18
28
  }
19
- &>span {
20
- @include media-breakpoint-up(lg) {
21
- max-width: 500px;
22
- display: inline-block;
23
- vertical-align: top;
24
- text-align: left;
25
- padding-right: 30px;
26
- }
29
+ }
30
+
31
+ & > form {
32
+ @include media-breakpoint-up(lg) {
33
+ display: inline-block;
34
+ vertical-align: middle;
35
+ }
36
+ }
37
+
38
+ .gdpr-actions {
39
+ & > a {
40
+ background: #fff;
41
+ color: #000;
42
+ padding: 1rem 2rem;
43
+ font-weight: bold;
44
+ border: 2px solid #000;
45
+ font-size: 14px;
46
+ margin-left: 0.6rem;
47
+ text-decoration: none;
48
+ margin-top: 2rem;
49
+
50
+ @include media-breakpoint-up(lg) {
51
+ margin-top: 0;
52
+ }
53
+
54
+ @include media-breakpoint-down(sm) {
55
+ font-size: 13px;
56
+ padding: 9px 10px;
57
+ display: inline-block;
58
+ }
27
59
  }
28
- &>form {
29
- @include media-breakpoint-up(lg) {
30
- display: inline-block;
31
- vertical-align: middle;
32
- }
60
+
61
+ input[name="consent"] {
62
+ background: #000;
63
+ color: #fff;
64
+ border: 2px solid transparent;
65
+ padding: 1rem 2rem;
66
+ font-weight: bold;
67
+ font-size: 14px;
68
+ cursor: pointer;
69
+ margin-top: 2rem;
70
+
71
+ @include media-breakpoint-up(lg) {
72
+ margin-top: 0;
73
+ }
74
+
75
+ @include media-breakpoint-down(sm) {
76
+ font-size: 13px;
77
+ padding: 9px 10px;
78
+ }
33
79
  }
34
- .gdpr-actions {
35
- &>a {
36
- background: #fff;
37
- color: #000;
38
- padding: 1rem 2rem;
39
- font-weight: bold;
40
- border: 2px solid #000;
41
- font-size: 14px;
42
- margin-left: 0.6rem;
43
- text-decoration: none;
44
- margin-top: 2rem;
45
- @include media-breakpoint-up(lg) {
46
- margin-top: 0;
47
- }
48
- @include media-breakpoint-down(sm) {
49
- font-size: 13px;
50
- padding: 9px 10px;
51
- display: inline-block;
52
- }
53
- }
54
- input[name="consent"] {
55
- background: #000;
56
- color: #fff;
57
- border: 2px solid transparent;
58
- padding: 1rem 2rem;
59
- font-weight: bold;
60
- font-size: 14px;
61
- cursor: pointer;
62
- margin-top: 2rem;
63
- @include media-breakpoint-up(lg) {
64
- margin-top: 0;
65
- }
66
- @include media-breakpoint-down(sm) {
67
- font-size: 13px;
68
- padding: 9px 10px;
69
- }
70
- }
71
- input[name="refuse"] {
72
- background: transparent;
73
- border: none;
74
- text-decoration: underline;
75
- margin-left: auto;
76
- display: block;
77
- margin-top: 1rem;
78
- cursor: pointer;
79
- }
80
+
81
+ input[name="refuse"] {
82
+ background: transparent;
83
+ color: #000;
84
+ border: none;
85
+ text-decoration: underline;
86
+ margin-left: auto;
87
+ display: block;
88
+ margin-top: 1rem;
89
+ cursor: pointer;
80
90
  }
81
- }
91
+ }
92
+ }
@@ -1,48 +1,60 @@
1
1
  .container.header-section.hide-in-preview {
2
- padding: 0.5rem;
3
- border-radius: 0;
4
- border: 1px solid #ddd;
5
- text-align: center;
2
+ padding: 0.5rem;
3
+ border-radius: 0;
4
+ border: 1px solid #ddd;
5
+ text-align: center;
6
6
  }
7
7
 
8
8
  .manage-section a {
9
- margin-right: 0.5rem;
9
+ margin-right: 0.5rem;
10
10
  }
11
11
 
12
- .pat-sortable> :hover {
13
- cursor: move;
14
- background-color: transparent !important;
12
+ .pat-sortable > :hover {
13
+ cursor: move;
15
14
  }
16
15
 
17
16
  .pat-sortable .sortable-section {
18
- border: 1px solid transparent !important;
17
+ border: 1px solid transparent !important;
19
18
  }
20
19
 
21
-
22
20
  .pat-sortable .sortable-section {
23
- padding-top: 0;
24
- padding-bottom: 0;
25
- margin-top: 0;
26
- margin-bottom: 0;
21
+ padding-top: 0;
22
+ padding-bottom: 0;
23
+ margin-top: 0;
24
+ margin-bottom: 0;
27
25
  }
26
+
28
27
  .header-section .manage-section a {
29
- text-decoration: none;
28
+ text-decoration: none;
30
29
  }
30
+
31
31
  .header-section .documentModified {
32
- color: gray;
32
+ color: gray;
33
33
  }
34
34
 
35
- figcaption{
36
- font-style: italic;
37
- letter-spacing: 0.01rem;
35
+ figcaption {
36
+ font-style: italic;
37
+ letter-spacing: 0.01rem;
38
38
  }
39
39
 
40
40
  .current-folder-view + a {
41
- margin-bottom: 1rem;
42
- display: block;
43
- font-size: 1.5rem;
41
+ margin-bottom: 1rem;
42
+ display: block;
43
+ font-size: 1.5rem;
44
+ }
45
+
46
+ .userrole-authenticated.popover-upload-active
47
+ .pat-structure
48
+ .navbar.ui-offset-parent {
49
+ position: relative;
50
+ }
51
+
52
+ #formfield-form-widgets-svg_icon {
53
+ svg {
54
+ fill: #000;
55
+ }
44
56
  }
45
57
 
46
- .userrole-authenticated.popover-upload-active .pat-structure .navbar.ui-offset-parent{
47
- position: relative;
58
+ .section-map .leaflet-container {
59
+ z-index: 0;
48
60
  }
@@ -1,186 +1,207 @@
1
1
  // /* vues facettes */
2
2
  .widget-fieldset legend {
3
- font-weight: bold;
4
- font-size: 14px;
3
+ font-weight: bold;
4
+ font-size: 14px;
5
5
  }
6
+
6
7
  .faceted-form fieldset {
7
- margin: .5rem!important;
8
+ margin: 0.5rem !important;
8
9
  }
10
+
9
11
  .template-facetednavigation_view .faceted-top-widgets {
10
- display: flex;
11
- flex-wrap: wrap;
12
- margin-bottom: 1.5rem;
12
+ display: flex;
13
+ flex-wrap: wrap;
14
+ margin-bottom: 1.5rem;
13
15
  }
16
+
14
17
  .template-facetednavigation_view .faceted-top-widgets {
15
- .faceted-widget {
16
- width: 100%;
17
- fieldset {
18
- padding: 0 !important;
19
- form {
20
- position: relative;
21
- }
22
- .searchButton {
23
- // background: url(../svg/search.svg) no-repeat;
24
- background-position: center;
25
- background-size: contain;
26
- border: none;
27
- position: absolute;
28
- width: 15px;
29
- right: 10px;
30
- top: 0;
31
- bottom: 0;
32
- font-size: 0px;
18
+ .faceted-widget {
19
+ width: 100%;
33
20
 
34
- }
35
- }
36
- }
37
- .faceted_select,
38
- input {
39
- width: 100%;
40
- border-radius: 0;
41
- height: 2.5rem;
42
- border: 1px solid #ccc;
43
- background: transparent;
44
- padding: 0 .5rem;
21
+ fieldset {
22
+ padding: 0 !important;
23
+
24
+ form {
25
+ position: relative;
26
+ }
27
+
28
+ .searchButton {
29
+ // background: url(../svg/search.svg) no-repeat;
30
+ background-position: center;
31
+ background-size: contain;
32
+ border: none;
33
+ position: absolute;
34
+ width: 15px;
35
+ right: 10px;
36
+ top: 0;
37
+ bottom: 0;
38
+ font-size: 0;
39
+ }
45
40
  }
41
+ }
42
+
43
+ .faceted_select,
44
+ input {
45
+ width: 100%;
46
+ border-radius: 0;
47
+ height: 2.5rem;
48
+ border: 1px solid #ccc;
49
+ background: transparent;
50
+ padding: 0 0.5rem;
51
+ }
46
52
  }
53
+
47
54
  #faceted-form fieldset {
48
- border: 0px solid white;
55
+ border: 0 solid white;
49
56
  }
50
57
 
51
58
  // /* filtres actifs */
52
59
 
53
60
  .faceted-criteria-widget {
54
- width: 100%;
55
- .faceted-criteria-reset {
56
- a {
57
- color: #000 !important;
58
- font-size: 14px;
59
- display: flex;
60
- align-items: center;
61
- &:before {
62
- content: "";
63
- width: 16px;
64
- height: 16px;
65
- display: inline-block;
66
- // background: url(../svg/close.svg) no-repeat;
67
- background-position: center;
68
- position: relative;
69
- vertical-align: middle;
70
- margin: 0 1px;
71
- background-size: contain;
72
- }
73
- }
61
+ width: 100%;
62
+
63
+ .faceted-criteria-reset {
64
+ a {
65
+ color: #000 !important;
66
+ font-size: 14px;
67
+ display: flex;
68
+ align-items: center;
69
+
70
+ &::before {
71
+ content: "";
72
+ width: 16px;
73
+ height: 16px;
74
+ display: inline-block;
75
+ background-position: center;
76
+ position: relative;
77
+ vertical-align: middle;
78
+ margin: 0 1px;
79
+ background-size: contain;
80
+ }
74
81
  }
75
- .widget-fieldset.faceted-criteria {
76
- &>legend {
77
- display: block;
78
- font-size: 1em;
79
- color: #292929;
80
- font-weight: normal;
81
- }
82
- .widget-body {
83
- display: flex;
84
- align-items: center;
85
- gap: 20px;
86
- flex-wrap: wrap;
87
- dl {
88
- display: flex;
89
- gap: 10px;
90
- flex-wrap: wrap;
91
- margin-bottom: .2rem;
92
- dd {
93
- display: inline-block;
94
- background: #efefef;
95
- border-radius: 3px;
96
- padding: 0.4em 0;
97
- &:hover {
98
- span span {
99
- opacity: 1;
100
- }
101
- }
102
- }
82
+ }
83
+
84
+ .widget-fieldset.faceted-criteria {
85
+ & > legend {
86
+ display: block;
87
+ font-size: 1em;
88
+ color: #292929;
89
+ font-weight: normal;
90
+ }
91
+
92
+ .widget-body {
93
+ display: flex;
94
+ align-items: center;
95
+ gap: 20px;
96
+ flex-wrap: wrap;
97
+
98
+ dl {
99
+ display: flex;
100
+ gap: 10px;
101
+ flex-wrap: wrap;
102
+ margin-bottom: 0.2rem;
103
+
104
+ dd {
105
+ display: inline-block;
106
+ background: #efefef;
107
+ border-radius: 3px;
108
+ padding: 0.4em 0;
109
+
110
+ &:hover {
111
+ span span {
112
+ opacity: 100%;
103
113
  }
114
+ }
104
115
  }
116
+ }
105
117
  }
118
+ }
106
119
  }
107
120
 
108
121
  .faceted-criteria dt {
109
- display: none;
122
+ display: none;
110
123
  }
124
+
111
125
  .faceted-criteria .widget-body dl dd {
112
- margin: 0;
126
+ margin: 0;
113
127
  }
128
+
114
129
  .faceted-criteria dd span {
115
- position: relative;
116
- display: flex;
117
- align-items: center;
130
+ position: relative;
131
+ display: flex;
132
+ align-items: center;
118
133
 
119
- a {
120
- inset: 0px;
121
- position: absolute;
122
- z-index: 1;
123
- }
124
- span {
125
- color: #000;
126
- opacity: .55;
127
- &:before {
128
- content: "x";
129
- width: 16px;
130
- height: 16px;
131
- display: inline-block;
132
- background-position: center;
133
- position: relative;
134
- top: -2px;
135
- margin: 0 1px;
136
- background-size: contain;
137
- font-size: small;
138
- }
134
+ a {
135
+ inset: 0;
136
+ position: absolute;
137
+ z-index: 1;
138
+ }
139
+
140
+ span {
141
+ color: #000;
142
+ opacity: 55%;
143
+
144
+ &::before {
145
+ content: "x";
146
+ width: 16px;
147
+ height: 16px;
148
+ display: inline-block;
149
+ background-position: center;
150
+ position: relative;
151
+ top: -2px;
152
+ margin: 0 1px;
153
+ background-size: contain;
154
+ font-size: small;
139
155
  }
156
+ }
140
157
  }
158
+
141
159
  .faceted-criteria .faceted-remove::before {
142
- display: none;
160
+ display: none;
143
161
  }
144
162
 
145
163
  @include media-breakpoint-up(md) {
146
- .template-facetednavigation_view {
147
- .faceted-top-widgets .faceted-widget {
148
- max-width: 250px;
149
- &.faceted-criteria-widget {
150
- max-width: 100%;
151
- }
152
- }
164
+ .template-facetednavigation_view {
165
+ .faceted-top-widgets .faceted-widget {
166
+ max-width: 250px;
167
+
168
+ &.faceted-criteria-widget {
169
+ max-width: 100%;
170
+ }
153
171
  }
172
+ }
154
173
  }
155
174
 
156
-
157
175
  // MINISIES
158
176
 
159
177
  .to-portal {
160
- position: relative;
161
- text-align: center;
162
- padding: 0.25em 0;
178
+ position: relative;
179
+ text-align: center;
180
+ padding: 0.25em 0;
163
181
  }
182
+
164
183
  .to-portal a {
165
- color: $to-portal-link-color;
166
- text-decoration: none;
184
+ color: $to-portal-link-color;
185
+ text-decoration: none;
167
186
  }
187
+
168
188
  .to-portal a:hover {
169
- text-decoration: underline;
189
+ text-decoration: underline;
170
190
  }
171
191
 
192
+ ///// correctifs
172
193
 
173
-
174
- ///// correctifs
175
-
176
- .ui-widget-header>div.ui-icon {
177
- background-size: auto;
178
- margin-right: 0.5rem;
194
+ .ui-widget-header > div.ui-icon {
195
+ background-size: auto;
196
+ margin-right: 0.5rem;
179
197
  }
180
198
 
181
-
182
199
  // @media screen and (min-width: 992px){
200
+
183
201
  // .has_subtree.dropdown>ul {
202
+
184
203
  // overflow-y: auto;
204
+
185
205
  // }
186
- // }
206
+
207
+ // }
@@ -1,5 +1,9 @@
1
- #portal-colophon{
2
- li{
3
- list-style: none;
4
- }
5
- }
1
+ #portal-colophon {
2
+ li {
3
+ list-style: none;
4
+ }
5
+ }
6
+
7
+ footer li {
8
+ list-style: none;
9
+ }
@@ -1,16 +1,18 @@
1
- .template-summary_view_with_images{
2
- .list-menu-element{
3
- a{
4
- text-decoration: none;
5
- margin: 0.5rem 0rem;
6
- flex-wrap: nowrap;
7
- .newsImage{
8
- width: 50px;
9
- height: 50px;
10
- }
11
- .list-card-body{
12
- width: auto;
13
- }
14
- }
1
+ .template-summary_view_with_images {
2
+ .list-menu-element {
3
+ a {
4
+ text-decoration: none;
5
+ margin: 0.5rem 0;
6
+ flex-wrap: nowrap;
7
+
8
+ .newsImage {
9
+ width: 50px;
10
+ height: 50px;
11
+ }
12
+
13
+ .list-card-body {
14
+ width: auto;
15
+ }
15
16
  }
16
- }
17
+ }
18
+ }