Skip to content

Commit e05b370

Browse files
committed
Theme for Montdelenclus
1 parent cb64491 commit e05b370

File tree

5 files changed

+260
-0
lines changed

5 files changed

+260
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#portal-column-content .sectioncontact {
2+
.contact-type-organization,
3+
.body-section.contact-type-position,
4+
.body-section.contact-type-mission {
5+
background: #f1f1f1;
6+
border-radius: 20px 20px 20px 0 !important;
7+
margin: 10px;
8+
width: auto !important;
9+
}
10+
11+
h2,
12+
h3,
13+
h4 {
14+
font-family: $font-family-base;
15+
}
16+
}

montdelenclus/src/scss/home/quickacess.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
.table_title {
4545
margin: 0;
4646
text-align: center;
47+
max-width: 150px;
4748

4849
span {
4950
line-height: 1;
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
.template-facetednavigation_view.faceted-map {
2+
background-color: #f8f8f8;
3+
4+
input,
5+
fieldset {
6+
background-color: #fff !important;
7+
}
8+
9+
.eea-preview-items {
10+
.faceted-map-item {
11+
box-shadow: none !important;
12+
13+
& > a {
14+
display: block;
15+
background-color: $primary-svg;
16+
border-radius: 10px;
17+
padding: 1rem;
18+
19+
.items-content {
20+
flex-direction: row-reverse;
21+
gap: 20px;
22+
23+
@media screen and (max-width: 450px) {
24+
flex-direction: column !important;
25+
}
26+
27+
@media screen and (min-width: 992px) {
28+
&::before {
29+
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' style='fill:%2327606a'/%3E%3Cpath d='M20 19.62a1.92 1.92 0 1 1 .001-3.841A1.92 1.92 0 0 1 20 19.62m0-7.29c-2.97 0-5.37 2.4-5.37 5.37 0 4.03 5.37 9.97 5.37 9.97s5.37-5.94 5.37-9.97c0-2.97-2.4-5.37-5.37-5.37Z' style='fill:%23fff'/%3E%3C/svg%3E");
30+
display: block;
31+
order: 1;
32+
flex: 100%;
33+
max-width: 40px;
34+
}
35+
}
36+
37+
.geo-item-text {
38+
padding: 0;
39+
40+
.geo-item-title {
41+
color: $primary;
42+
}
43+
44+
.geo-item-description {
45+
color: $primary;
46+
}
47+
}
48+
}
49+
50+
&:hover {
51+
background-color: $primary-svg;
52+
53+
.items-content {
54+
.geo-item-text {
55+
.geo-item-title {
56+
color: #000;
57+
}
58+
59+
.geo-item-description {
60+
color: #000;
61+
}
62+
}
63+
}
64+
}
65+
}
66+
}
67+
}
68+
}
69+
70+
// filters
71+
#top---default---widgets {
72+
#search_widget {
73+
#search_button {
74+
font-size: 0;
75+
border-left: 0;
76+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
77+
background-repeat: no-repeat;
78+
background-position: center;
79+
border-color: transparent;
80+
position: absolute;
81+
right: 13px;
82+
width: auto;
83+
}
84+
}
85+
}
86+
87+
@media screen and (max-width: 992px) {
88+
#portal-header #portal-header-top #header-links #search-link a {
89+
border: 0 solid #c1c1c1 !important;
90+
padding-left: 10px;
91+
}
92+
}
93+
94+
.template-facetednavigation_view .faceted-top-widgets .faceted_select,
95+
.template-facetednavigation_view .faceted-top-widgets input {
96+
border-radius: 5px;
97+
}
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
.portaltype-imio-smartweb-page #main-container .sectionfiles {
2+
background-color: transparent;
3+
border-radius: 0;
4+
font-weight: bold;
5+
margin-top: 2vw;
6+
margin-bottom: 2vw;
7+
8+
.section-title {
9+
font-weight: bold;
10+
display: flex;
11+
align-items: center;
12+
gap: 10px;
13+
margin-bottom: 2vw;
14+
width: auto;
15+
color: $primary;
16+
}
17+
18+
.section-container {
19+
background-color: #fff;
20+
border-radius: 0;
21+
display: flex;
22+
23+
@media screen and (min-width: 800px) {
24+
padding: 0 50px;
25+
}
26+
27+
.section-title {
28+
font-weight: bold;
29+
font-family: $font-family-base;
30+
31+
&::before {
32+
content: "";
33+
background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-6ea3f586-ad4e-4ea5-a2a3-9081708c3e7f' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.65 52.14'%3E%3Cg id='uuid-9a101051-056e-49bb-ae55-6f9050a07aa4'%3E%3Cpath id='uuid-29306b0f-134c-436a-bf15-da5b7f22ca53' d='m52.22,6.39L46.01.46c-.23-.28-.57-.45-.94-.46h-24.9c-.73,0-1.32.59-1.32,1.32v4.05l-8.78,1.5c-.7.12-1.18.79-1.06,1.5l.44,2.6c-2.85.96-5.78,1.95-8.61,2.97-.67.25-1.02.99-.78,1.66l5.63,15.64c.13.41.56.63.97.5s.63-.56.5-.97c0-.02-.01-.03-.02-.05L1.61,15.31c2.66-.96,5.42-1.89,8.12-2.8l2.65,15.45,3.05,17.8c.13.7.79,1.17,1.5,1.06l8.26-1.42,6.45-1.11-9.71,3.49-7.66,2.75-5.95-16.54c-.14-.4-.59-.61-.99-.47-.4.14-.61.59-.47.99h0l6.03,16.77c.19.51.67.85,1.22.85.15,0,.3-.03.44-.08l7.89-2.83,17.9-6.44,3.42-.59h7.56c.73,0,1.32-.59,1.32-1.32V7.26c0-.34-.16-.66-.43-.87h0Zm-2.04.18h-3.96c-.19,0-.62,0-.73-.1-.05-.08-.07-.17-.06-.27V2.05s4.74,4.52,4.74,4.52Zm.93,34.1h-30.72v-15.03c0-.43-.35-.77-.77-.77s-.77.35-.77.77v15.25c0,.73.59,1.32,1.32,1.32h14.48l-9.72,1.67-8.02,1.38-3.01-17.55-3.32-19.35,8.27-1.42v15.12c0,.43.35.77.77.77s.77-.35.77-.77V1.54h23.5v4.66c-.02.5.17,1,.52,1.36.48.4,1.09.6,1.71.55h4.99v32.55Z'/%3E%3Cpath id='uuid-19ebad54-5d64-4b6a-8103-ea87acd3b7be' d='m24.11,11.98c0,.43.35.77.77.77h22.05c.43,0,.77-.35.77-.77s-.35-.77-.77-.77h-22.06c-.43,0-.77.35-.77.77h0Z'/%3E%3Cpath id='uuid-94f5426d-7a34-4f04-8977-dfef88c94e0e' d='m46.93,16.69h-22.06c-.43,0-.77.35-.77.77s.35.77.77.77h22.05c.43,0,.77-.35.77-.77s-.35-.77-.77-.77h0Z'/%3E%3Cpath id='uuid-49cdd075-c8ef-441e-82f3-758422fd3a43' d='m46.93,22.17h-22.06c-.43,0-.77.35-.77.77s.35.77.77.77h22.05c.43,0,.77-.35.77-.77s-.35-.77-.77-.77h0Z'/%3E%3Cpath id='uuid-38952654-25ec-4697-8b92-cd6b8ef71e7c' d='m46.93,27.65h-22.06c-.43,0-.77.35-.77.77s.35.77.77.77h22.05c.43,0,.77-.35.77-.77s-.35-.77-.77-.77h0Z'/%3E%3Cpath id='uuid-f05adc20-cb95-46d5-a304-98314e3d5047' d='m46.93,33.13h-22.06c-.43,0-.77.35-.77.77s.35.77.77.77h22.05c.43,0,.77-.35.77-.77s-.35-.77-.77-.77h0Z'/%3E%3C/g%3E%3C/svg%3E%0A");
34+
width: 25px;
35+
height: 25px;
36+
display: block;
37+
background-size: contain;
38+
background-repeat: no-repeat;
39+
background-position: center;
40+
margin: 0;
41+
}
42+
}
43+
44+
.table_display {
45+
border-color: white;
46+
47+
.table_image {
48+
border: solid 1px $primary;
49+
text-decoration: none;
50+
padding: 20px;
51+
border-radius: 0;
52+
53+
span,
54+
p,
55+
a,
56+
div {
57+
color: $primary;
58+
font-weight: 400;
59+
}
60+
}
61+
}
62+
}
63+
}
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
.portaltype-imio-smartweb-page #main-container .sectionlinks {
2+
background-color: white;
3+
4+
.section-container {
5+
.rich_description {
6+
display: none;
7+
}
8+
9+
& > div {
10+
.section-title {
11+
font-weight: bold;
12+
display: flex;
13+
align-items: center;
14+
gap: 10px;
15+
margin-bottom: 2vw;
16+
font-family: $font-family-base;
17+
18+
&::before {
19+
content: "";
20+
background: url("data:image/svg+xml,%3Csvg id='link' xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath id='Path_751' data-name='Path 751' d='M24,0A24,24,0,1,0,48,24,24,24,0,0,0,24,0Zm0,46.4A22.4,22.4,0,1,1,46.4,24,22.4,22.4,0,0,1,24,46.4Zm0,0'/%3E%3Cpath id='Path_752' data-name='Path 752' d='M145.279,126.465a3.971,3.971,0,0,0-2.828,1.171l-4.526,4.526a4.005,4.005,0,0,0-.508,5.034l-.115.115a4.005,4.005,0,0,0-5.034.508l-4.526,4.526A4,4,0,0,0,133.4,148l4.526-4.526a4.005,4.005,0,0,0,.508-5.034l.115-.115a4.005,4.005,0,0,0,5.034-.508l4.526-4.526a4,4,0,0,0-2.829-6.828Zm-8.485,15.879-4.525,4.525a2.458,2.458,0,0,1-3.394,0,2.4,2.4,0,0,1,0-3.394l4.525-4.525a2.372,2.372,0,0,1,2.724-.462l-1.592,1.593a.8.8,0,1,0,1.131,1.131l1.593-1.593A2.4,2.4,0,0,1,136.794,142.344Zm10.182-10.182-4.525,4.525a2.4,2.4,0,0,1-2.725.462l1.593-1.593a.8.8,0,0,0-1.131-1.131l-1.593,1.593a2.4,2.4,0,0,1,.462-2.725l4.525-4.525a2.4,2.4,0,1,1,3.394,3.394Zm0,0' transform='translate(-113.926 -113.818)'/%3E%3C/svg%3E");
21+
width: 25px;
22+
height: 25px;
23+
display: block;
24+
background-size: contain;
25+
background-repeat: no-repeat;
26+
background-position: center;
27+
}
28+
}
29+
30+
.body-section {
31+
.row {
32+
flex-direction: row;
33+
list-style-type: none;
34+
gap: 30px 2%;
35+
36+
li {
37+
padding: 0;
38+
}
39+
40+
.table_image {
41+
display: flex;
42+
width: 100%;
43+
gap: 20px;
44+
45+
.image {
46+
width: auto;
47+
48+
svg {
49+
max-width: 120px;
50+
background-size: contain;
51+
background-repeat: no-repeat;
52+
border: solid 1px rgb(165, 169, 172);
53+
border-radius: 5px;
54+
width: auto;
55+
height: auto;
56+
padding: 1rem;
57+
}
58+
}
59+
60+
.table_title {
61+
span {
62+
display: flex;
63+
align-items: first baseline;
64+
gap: 10px;
65+
66+
&::before {
67+
content: "";
68+
display: block;
69+
width: 10px;
70+
height: 11px;
71+
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.25 6.51'%3E%3Cpath d='M3.96 2.55 1.71.29C1.32-.1.68-.1.29.29s-.39 1.03 0 1.42l1.55 1.55L.29 4.81A.996.996 0 0 0 1 6.51c.26 0 .51-.1.71-.29l2.25-2.25a.996.996 0 0 0 0-1.41Z' style='fill:%23ffb81c'/%3E%3C/svg%3E");
72+
background-size: contain;
73+
background-repeat: no-repeat;
74+
background-position: center;
75+
}
76+
}
77+
}
78+
}
79+
}
80+
}
81+
}
82+
}
83+
}

0 commit comments

Comments
 (0)