Changes for page Public Web Site

Last modified by Agnease on 2026/06/24 15:34

From version 21.1
edited by Agnease
on 2026/06/23 08:36
Change comment: Rollback to version 20.9
To version 24.3
edited by Agnease
on 2026/06/24 14:27
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -996,6 +996,45 @@
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 +
999 999  .resource-checklist {
1000 1000   margin: 18px 0 24px;
1001 1001   padding: 0;
... ... @@ -1194,8 +1194,8 @@
1194 1194  
1195 1195  .product-layout {
1196 1196   display: grid;
1197 - grid-template-columns: 1.1fr .9fr;
1198 - grid-gap: 36px;
1236 + grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
1237 + grid-gap: 32px;
1199 1199   max-width: 1040px;
1200 1200   margin: 0 auto;
1201 1201   align-items: start;
... ... @@ -1203,6 +1203,7 @@
1203 1203  
1204 1204  .product-summary-card,
1205 1205  .product-info-card,
1245 +.product-feature,
1206 1206  .product-gallery-panel {
1207 1207   background: #fff;
1208 1208   border: 1px solid @line;
... ... @@ -1211,16 +1211,18 @@
1211 1211  }
1212 1212  
1213 1213  .product-summary-card {
1214 - padding: 26px;
1254 + padding: 28px;
1215 1215  
1216 1216   h2 {
1217 1217   text-align: left;
1218 1218   margin-top: 0;
1259 + margin-bottom: 14px;
1260 + line-height: 1.25;
1219 1219   }
1220 1220  
1221 1221   p {
1222 1222   color: @muted;
1223 - line-height: 1.6;
1265 + line-height: 1.62;
1224 1224   }
1225 1225  
1226 1226   p:last-child {
... ... @@ -1229,13 +1229,19 @@
1229 1229  }
1230 1230  
1231 1231  .product-info-card {
1232 - padding: 22px;
1274 + padding: 24px;
1233 1233  
1234 1234   h3 {
1235 1235   margin-top: 0;
1236 1236   margin-bottom: 12px;
1279 + line-height: 1.3;
1237 1237   }
1238 1238  
1282 + p {
1283 + color: @muted;
1284 + line-height: 1.55;
1285 + }
1286 +
1239 1239   ul {
1240 1240   margin: 0;
1241 1241   padding-left: 20px;
... ... @@ -1248,21 +1248,26 @@
1248 1248   }
1249 1249  }
1250 1250  
1299 +.product-card-note {
1300 + margin: 0 0 14px;
1301 + color: @muted;
1302 + line-height: 1.55;
1303 +}
1304 +
1251 1251  .product-feature-grid {
1252 1252   display: grid;
1253 1253   grid-template-columns: repeat(3, minmax(0, 1fr));
1254 - grid-gap: 18px;
1308 + grid-gap: 20px;
1255 1255   max-width: 1040px;
1256 - margin: 22px auto 0;
1310 + margin: 24px auto 0;
1257 1257  }
1258 1258  
1259 1259  .product-feature {
1260 - background: #fff;
1261 - border: 1px solid @line;
1262 - border-radius: @radius;
1263 - box-shadow: @shadow-sm;
1264 - padding: 22px;
1314 + padding: 24px;
1315 + min-width: 0;
1316 + min-height: 100%;
1265 1265  
1318 + .card-heading,
1266 1266   .feature-heading {
1267 1267   display: flex;
1268 1268   align-items: center;
... ... @@ -1293,10 +1293,48 @@
1293 1293   p {
1294 1294   margin: 0;
1295 1295   color: @muted;
1296 - line-height: 1.5;
1349 + line-height: 1.52;
1297 1297   }
1298 1298  }
1299 1299  
1353 +.product-gallery-caption {
1354 + max-width: 820px;
1355 + margin: 12px auto 0;
1356 + color: @muted;
1357 + font-size: 14px;
1358 + line-height: 1.5;
1359 + text-align: center;
1360 +}
1361 +
1362 +.product-section-muted {
1363 + background:
1364 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1365 +}
1366 +
1367 +/* Compact process list when used inside a product card. */
1368 +.product-summary-card .process-list {
1369 + margin-top: 16px;
1370 +
1371 + li {
1372 + padding: 13px 14px 13px 50px;
1373 + margin-bottom: 10px;
1374 + box-shadow: none;
1375 + }
1376 +
1377 + li:before {
1378 + left: 14px;
1379 + top: 14px;
1380 + width: 24px;
1381 + height: 24px;
1382 + font-size: 12px;
1383 + }
1384 +
1385 + strong {
1386 + margin-bottom: 2px;
1387 + }
1388 +}
1389 +
1390 +/* Kept for older product pages that still use a screenshot placeholder/panel. */
1300 1300  .product-gallery-panel {
1301 1301   max-width: 1040px;
1302 1302   margin: 20px auto 0;
... ... @@ -1329,11 +1329,6 @@
1329 1329   justify-content: center;
1330 1330  }
1331 1331  
1332 -.product-section-muted {
1333 - background:
1334 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1335 -}
1336 -
1337 1337  @media (max-width: 980px) {
1338 1338   .product-layout,
1339 1339   .product-feature-grid {
... ... @@ -1362,6 +1362,28 @@
1362 1362   .product-gallery-panel {
1363 1363   padding: 20px;
1364 1364   }
1451 +
1452 + .product-feature {
1453 + .card-heading,
1454 + .feature-heading {
1455 + gap: 12px;
1456 + }
1457 +
1458 + .feature-icon {
1459 + width: 42px;
1460 + height: 42px;
1461 + font-size: 16px;
1462 + }
1463 + }
1464 +
1465 + .product-gallery-caption {
1466 + margin-top: 10px;
1467 + padding: 0 14px;
1468 + }
1469 +
1470 + .product-summary-card .process-list li {
1471 + padding-left: 46px;
1472 + }
1365 1365  }
1366 1366  
1367 1367  /* ========== Resources Index ========== */