Changes for page Public Web Site
Last modified by Agnease on 2026/06/24 15:34
Summary
-
Objects (1 modified, 0 added, 0 removed)
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: 3 6px;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: 2 6px;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: 2 2px;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: 2 2px 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,56 @@ 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 +/* Keep the default XWiki gallery style. 1363 + Only add spacing before it and center it. */ 1364 +.gallery.xGallery { 1365 + margin-top: 26px; 1366 + margin-left: auto; 1367 + margin-right: auto; 1368 +} 1369 + 1370 +.product-section-muted { 1371 + background: 1372 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1373 +} 1374 + 1375 +/* Compact process list when used inside a product card. */ 1376 +.product-summary-card .process-list { 1377 + margin-top: 16px; 1378 + 1379 + li { 1380 + padding: 13px 14px 13px 50px; 1381 + margin-bottom: 10px; 1382 + box-shadow: none; 1383 + } 1384 + 1385 + li:before { 1386 + left: 14px; 1387 + top: 14px; 1388 + width: 24px; 1389 + height: 24px; 1390 + font-size: 12px; 1391 + } 1392 + 1393 + strong { 1394 + margin-bottom: 2px; 1395 + } 1396 +} 1397 + 1398 +/* 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,32 @@ 1362 1362 .product-gallery-panel { 1363 1363 padding: 20px; 1364 1364 } 1459 + 1460 + .product-feature { 1461 + .card-heading, 1462 + .feature-heading { 1463 + gap: 12px; 1464 + } 1465 + 1466 + .feature-icon { 1467 + width: 42px; 1468 + height: 42px; 1469 + font-size: 16px; 1470 + } 1471 + } 1472 + 1473 + .gallery.xGallery { 1474 + margin-top: 22px !important; 1475 + } 1476 + 1477 + .product-gallery-caption { 1478 + margin-top: 10px; 1479 + padding: 0 14px; 1480 + } 1481 + 1482 + .product-summary-card .process-list li { 1483 + padding-left: 46px; 1484 + } 1365 1365 } 1366 1366 1367 1367 /* ========== Resources Index ========== */