Changes for page Public Web Site

Last modified by Agnease on 2026/06/30 12:29

From version 25.3
edited by Agnease
on 2026/06/30 11:03
Change comment: There is no comment for this version
To version 24.13
edited by Agnease
on 2026/06/24 14:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Hidden
... ... @@ -1,1 +1,1 @@
1 -true
1 +false
XWiki.StyleSheetExtension[0]
code
... ... @@ -1,5 +1,5 @@
1 1  /* ========== Agnease Public Website ========== */
2 -/* Old look and feel. */
2 +
3 3  @brand: #00937D;
4 4  @brand-strong: #007B6A;
5 5  @brand-soft: #E7FFF8;
... ... @@ -12,19 +12,6 @@
12 12  @shadow: 0 12px 36px rgba(0, 0, 0, .08);
13 13  @maxw: 1140px;
14 14  
15 -/*
16 -@brand: #00937D;
17 -@brand-strong: #007B6A;
18 -@brand-bg: #F7F9FC;
19 -@text: #07182D;
20 -@text-soft: #10243D;
21 -@muted: #64748B;
22 -@line: #E6EBF2;
23 -@radius: 18px;
24 -@shadow-sm: 0 18px 45px rgba(15, 23, 42, .06);
25 -@shadow: 0 30px 80px rgba(15, 23, 42, .12);
26 -@maxw: 1240px;
27 -*/
28 28  @section-padding: 30px 0;
29 29  @section-padding-mobile: 28px 0;
30 30  
... ... @@ -1169,40 +1169,30 @@
1169 1169  }
1170 1170  
1171 1171  .product-card-grid {
1172 - max-width: 980px;
1173 - margin: 26px auto 0;
1159 + max-width: 840px;
1160 + margin: 22px auto 0;
1174 1174   display: grid;
1175 1175   grid-template-columns: 1fr;
1176 - grid-gap: 22px;
1163 + grid-gap: 18px;
1177 1177  }
1178 1178  
1179 1179  .product-card {
1180 - position: relative;
1181 1181   background: #fff;
1182 1182   border: 1px solid @line;
1183 1183   border-radius: @radius;
1184 1184   box-shadow: @shadow-sm;
1185 - padding: 32px;
1171 + padding: 28px;
1186 1186   display: grid;
1187 - grid-template-columns: 70px 1fr;
1188 - grid-gap: 24px;
1173 + grid-template-columns: 68px 1fr;
1174 + grid-gap: 22px;
1189 1189   align-items: start;
1190 - overflow: hidden;
1191 1191  
1192 - &:before {
1193 - content: "";
1194 - position: absolute;
1195 - inset: 0 auto 0 0;
1196 - width: 5px;
1197 - background: linear-gradient(180deg, @brand 0%, @brand-strong 100%);
1198 - }
1199 -
1200 1200   .product-card-icon {
1201 1201   width: 58px;
1202 1202   height: 58px;
1203 1203   border-radius: 50%;
1204 1204   background: fade(@brand, 10%);
1205 - border: 1px solid fade(@brand, 22%);
1182 + border: 1px solid fade(@brand, 20%);
1206 1206   color: @brand;
1207 1207   display: flex;
1208 1208   align-items: center;
... ... @@ -1211,15 +1211,11 @@
1211 1211   flex-shrink: 0;
1212 1212   }
1213 1213  
1214 - .product-card-body {
1215 - min-width: 0;
1216 - }
1217 -
1218 1218   h3 {
1219 1219   margin: 0 0 10px;
1220 1220   color: @text;
1221 - font-size: 25px;
1222 - line-height: 1.22;
1194 + font-size: 23px;
1195 + line-height: 1.25;
1223 1223   font-weight: 800;
1224 1224   }
1225 1225  
... ... @@ -1228,36 +1228,25 @@
1228 1228   line-height: 1.6;
1229 1229   }
1230 1230  
1231 - .product-card-description {
1232 - max-width: 760px;
1233 - margin: 0 0 14px;
1234 - font-size: 16px;
1204 + .card-link {
1205 + margin: 0;
1206 +
1207 + a {
1208 + font-weight: 700;
1209 + }
1235 1235   }
1236 1236  }
1237 1237  
1238 1238  .product-card-kicker {
1239 - display: inline-flex;
1240 - align-items: center;
1241 - gap: 7px;
1242 - width: fit-content;
1243 1243   margin-bottom: 10px;
1244 1244   padding: 5px 10px;
1245 - border: 1px solid fade(@brand, 24%);
1246 - border-radius: 999px;
1247 - background: fade(@brand, 8%);
1248 - color: @brand-strong;
1249 1249   font-size: 12px;
1250 - font-weight: 800;
1251 1251   text-transform: uppercase;
1252 1252   letter-spacing: .04em;
1253 -
1254 - i {
1255 - color: @brand;
1256 - }
1257 1257  }
1258 1258  
1259 1259  .product-highlights {
1260 - margin: 14px 0 22px;
1222 + margin: 14px 0 20px;
1261 1261   padding-left: 18px;
1262 1262   color: @muted;
1263 1263  
... ... @@ -1267,52 +1267,6 @@
1267 1267   }
1268 1268  }
1269 1269  
1270 -.product-card-actions {
1271 - display: flex;
1272 - align-items: center;
1273 - gap: 16px;
1274 - flex-wrap: wrap;
1275 -
1276 - .btn {
1277 - font-weight: 700;
1278 - }
1279 -}
1280 -
1281 -.product-card-contact {
1282 - color: @brand;
1283 - font-weight: 700;
1284 - text-decoration: underline;
1285 -
1286 - &:hover,
1287 - &:focus {
1288 - color: @brand-strong;
1289 - }
1290 -}
1291 -
1292 -@media (max-width: 640px) {
1293 - .product-card {
1294 - grid-template-columns: 1fr;
1295 - padding: 26px 22px;
1296 - text-align: left;
1297 -
1298 - &:before {
1299 - width: 4px;
1300 - }
1301 -
1302 - .product-card-icon {
1303 - margin-bottom: 2px;
1304 - }
1305 -
1306 - h3 {
1307 - font-size: 22px;
1308 - }
1309 - }
1310 -
1311 - .product-card-actions {
1312 - gap: 12px;
1313 - }
1314 -}
1315 -
1316 1316  /* ========== Individual Product Pages ========== */
1317 1317  
1318 1318  .product-layout {
... ... @@ -1376,7 +1376,7 @@
1376 1376  
1377 1377   li {
1378 1378   margin: 8px 0;
1379 - line-height: 1.3;
1295 + line-height: 1.45;
1380 1380   }
1381 1381  }
1382 1382  
... ... @@ -1447,8 +1447,6 @@
1447 1447   Only add spacing before it and center it. */
1448 1448  .gallery.xGallery {
1449 1449   margin: 25px auto;
1450 - width: 920px;
1451 - height: 518px;
1452 1452  }
1453 1453  
1454 1454  .product-section-muted {