Changes for page Public Web Site

Last modified by Agnease on 2026/06/23 12:06

From version 20.11
edited by Agnease
on 2026/06/08 18:27
Change comment: There is no comment for this version
To version 21.2
edited by Agnease
on 2026/06/23 08:37
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -996,45 +996,6 @@
996 996   }
997 997  }
998 998  
999 -.resource-note.related-resources {
1000 - p {
1001 - margin-bottom: 10px;
1002 - }
1003 -
1004 - ul {
1005 - margin: 0;
1006 - padding-left: 20px;
1007 - }
1008 -
1009 - li {
1010 - margin: 6px 0;
1011 - color: @muted;
1012 - }
1013 -}
1014 -
1015 -.resource-faq-item {
1016 - display: flow-root;
1017 - border-bottom: 1px solid @line;
1018 - padding: 12px 0;
1019 -
1020 - summary {
1021 - cursor: pointer;
1022 - font-weight: 700;
1023 - color: @text;
1024 - line-height: 1.4;
1025 - }
1026 -
1027 - summary:hover,
1028 - summary:focus {
1029 - color: @brand-strong;
1030 - }
1031 -
1032 - p {
1033 - margin: 10px 0 4px;
1034 - color: @muted;
1035 - }
1036 -}
1037 -
1038 1038  .resource-checklist {
1039 1039   margin: 18px 0 24px;
1040 1040   padding: 0;
... ... @@ -1242,6 +1242,7 @@
1242 1242  
1243 1243  .product-summary-card,
1244 1244  .product-info-card,
1206 +.product-feature,
1245 1245  .product-gallery-panel {
1246 1246   background: #fff;
1247 1247   border: 1px solid @line;
... ... @@ -1287,6 +1287,12 @@
1287 1287   }
1288 1288  }
1289 1289  
1252 +.product-card-note {
1253 + margin: 0 0 12px;
1254 + color: @muted;
1255 + line-height: 1.5;
1256 +}
1257 +
1290 1290  .product-feature-grid {
1291 1291   display: grid;
1292 1292   grid-template-columns: repeat(3, minmax(0, 1fr));
... ... @@ -1296,13 +1296,9 @@
1296 1296  }
1297 1297  
1298 1298  .product-feature {
1299 - background: #fff;
1300 - border: 1px solid @line;
1301 - border-radius: @radius;
1302 - box-shadow: @shadow-sm;
1303 1303   padding: 22px;
1304 1304  
1305 - .feature-heading {
1269 + .card-heading {
1306 1306   display: flex;
1307 1307   align-items: center;
1308 1308   gap: 14px;
... ... @@ -1336,6 +1336,57 @@
1336 1336   }
1337 1337  }
1338 1338  
1303 +.product-gallery-caption {
1304 + max-width: 860px;
1305 + margin: 28px auto 12px;
1306 + color: @muted;
1307 + font-size: 14px;
1308 + line-height: 1.5;
1309 + text-align: center;
1310 +}
1311 +
1312 +/* Keep the default XWiki gallery behavior.
1313 + Only center it and make its corners match the product cards. */
1314 +.gallery.xGallery {
1315 + margin-left: auto !important;
1316 + margin-right: auto !important;
1317 + border-radius: @radius;
1318 + overflow: hidden;
1319 +}
1320 +
1321 +.gallery.xGallery .galleria-container,
1322 +.gallery.xGallery .galleria-stage {
1323 + border-radius: @radius;
1324 + overflow: hidden;
1325 +}
1326 +
1327 +.product-summary-card .process-list {
1328 + margin-top: 16px;
1329 +
1330 + li {
1331 + padding: 12px 14px 12px 50px;
1332 + margin-bottom: 10px;
1333 + box-shadow: none;
1334 + }
1335 +
1336 + li:before {
1337 + left: 14px;
1338 + top: 13px;
1339 + width: 24px;
1340 + height: 24px;
1341 + font-size: 12px;
1342 + }
1343 +
1344 + strong {
1345 + margin-bottom: 2px;
1346 + }
1347 +}
1348 +
1349 +.product-section-muted {
1350 + background:
1351 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1352 +}
1353 +
1339 1339  .product-gallery-panel {
1340 1340   max-width: 1040px;
1341 1341   margin: 20px auto 0;
... ... @@ -1368,11 +1368,6 @@
1368 1368   justify-content: center;
1369 1369  }
1370 1370  
1371 -.product-section-muted {
1372 - background:
1373 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1374 -}
1375 -
1376 1376  @media (max-width: 980px) {
1377 1377   .product-layout,
1378 1378   .product-feature-grid {
... ... @@ -1401,8 +1401,16 @@
1401 1401   .product-gallery-panel {
1402 1402   padding: 20px;
1403 1403   }
1404 -}
1405 1405  
1415 + .product-gallery-caption {
1416 + margin-top: 22px;
1417 + padding: 0 14px;
1418 + }
1419 +
1420 + .product-summary-card .process-list li {
1421 + padding-left: 46px;
1422 + }
1423 +}
1406 1406  /* ========== Resources Index ========== */
1407 1407  
1408 1408  .resources-index-page {