Changes for page Public Web Site
Last modified by Agnease on 2026/06/24 15:34
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -148,10 +148,11 @@ 148 148 <h2 id="why-title">Why work with an XWiki specialist</h2> 149 149 <p> 150 150 XWiki projects often involve more than pages. Production platforms may include custom code, 151 - extensions, authentication, permissions, workflows, integrations and business-critical content. 151 + extensions, authentication, permissions, workflows, integrations, compliance documentation 152 + and business-critical knowledge. 152 152 </p> 153 153 <p> 154 - Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, deliverpracticalimprovements155 + Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, support long-term reliability 155 155 and leave the platform easier to maintain after the work is complete. 156 156 </p> 157 157 </div>
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -453,6 +453,7 @@ 453 453 454 454 .section-intro { 455 455 margin-bottom: 20px; 456 + max-width: 820px; 456 456 } 457 457 458 458 .industry-tags { ... ... @@ -995,6 +995,45 @@ 995 995 } 996 996 } 997 997 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 + 998 998 .resource-checklist { 999 999 margin: 18px 0 24px; 1000 1000 padding: 0; ... ... @@ -1193,8 +1193,8 @@ 1193 1193 1194 1194 .product-layout { 1195 1195 display: grid; 1196 - grid-template-columns: 1.1fr . 9fr;1197 - grid-gap: 3 6px;1236 + grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); 1237 + grid-gap: 32px; 1198 1198 max-width: 1040px; 1199 1199 margin: 0 auto; 1200 1200 align-items: start; ... ... @@ -1202,6 +1202,7 @@ 1202 1202 1203 1203 .product-summary-card, 1204 1204 .product-info-card, 1245 +.product-feature, 1205 1205 .product-gallery-panel { 1206 1206 background: #fff; 1207 1207 border: 1px solid @line; ... ... @@ -1210,16 +1210,18 @@ 1210 1210 } 1211 1211 1212 1212 .product-summary-card { 1213 - padding: 2 6px;1254 + padding: 28px; 1214 1214 1215 1215 h2 { 1216 1216 text-align: left; 1217 1217 margin-top: 0; 1259 + margin-bottom: 14px; 1260 + line-height: 1.25; 1218 1218 } 1219 1219 1220 1220 p { 1221 1221 color: @muted; 1222 - line-height: 1.6; 1265 + line-height: 1.62; 1223 1223 } 1224 1224 1225 1225 p:last-child { ... ... @@ -1228,13 +1228,19 @@ 1228 1228 } 1229 1229 1230 1230 .product-info-card { 1231 - padding: 2 2px;1274 + padding: 24px; 1232 1232 1233 1233 h3 { 1234 1234 margin-top: 0; 1235 1235 margin-bottom: 12px; 1279 + line-height: 1.3; 1236 1236 } 1237 1237 1282 + p { 1283 + color: @muted; 1284 + line-height: 1.55; 1285 + } 1286 + 1238 1238 ul { 1239 1239 margin: 0; 1240 1240 padding-left: 20px; ... ... @@ -1247,21 +1247,26 @@ 1247 1247 } 1248 1248 } 1249 1249 1299 +.product-card-note { 1300 + margin: 0 0 14px; 1301 + color: @muted; 1302 + line-height: 1.55; 1303 +} 1304 + 1250 1250 .product-feature-grid { 1251 1251 display: grid; 1252 1252 grid-template-columns: repeat(3, minmax(0, 1fr)); 1253 - grid-gap: 18px;1308 + grid-gap: 20px; 1254 1254 max-width: 1040px; 1255 - margin: 2 2px auto 0;1310 + margin: 24px auto 0; 1256 1256 } 1257 1257 1258 1258 .product-feature { 1259 - background: #fff; 1260 - border: 1px solid @line; 1261 - border-radius: @radius; 1262 - box-shadow: @shadow-sm; 1263 - padding: 22px; 1314 + padding: 24px; 1315 + min-width: 0; 1316 + min-height: 100%; 1264 1264 1318 + .card-heading, 1265 1265 .feature-heading { 1266 1266 display: flex; 1267 1267 align-items: center; ... ... @@ -1292,10 +1292,65 @@ 1292 1292 p { 1293 1293 margin: 0; 1294 1294 color: @muted; 1295 - line-height: 1.5; 1349 + line-height: 1.52; 1296 1296 } 1297 1297 } 1298 1298 1353 +.product-gallery-caption { 1354 + max-width: 820px; 1355 + margin: 28px auto 12px; 1356 + color: @muted; 1357 + font-size: 14px; 1358 + line-height: 1.5; 1359 + text-align: center; 1360 +} 1361 + 1362 +/* Keep the default XWiki gallery behavior. 1363 + Only center it and make its corners match the product cards. */ 1364 +.gallery.xGallery { 1365 + float: none; 1366 + display: block; 1367 + margin-left: auto !important; 1368 + margin-right: auto !important; 1369 + border-radius: @radius; 1370 + overflow: hidden; 1371 +} 1372 + 1373 +.gallery.xGallery .galleria-container, 1374 +.gallery.xGallery .galleria-stage, 1375 +.gallery.xGallery img { 1376 + border-radius: @radius; 1377 +} 1378 + 1379 +.product-section-muted { 1380 + background: 1381 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1382 +} 1383 + 1384 +/* Compact process list when used inside a product card. */ 1385 +.product-summary-card .process-list { 1386 + margin-top: 16px; 1387 + 1388 + li { 1389 + padding: 13px 14px 13px 50px; 1390 + margin-bottom: 10px; 1391 + box-shadow: none; 1392 + } 1393 + 1394 + li:before { 1395 + left: 14px; 1396 + top: 14px; 1397 + width: 24px; 1398 + height: 24px; 1399 + font-size: 12px; 1400 + } 1401 + 1402 + strong { 1403 + margin-bottom: 2px; 1404 + } 1405 +} 1406 + 1407 +/* Kept for older product pages that still use a screenshot placeholder/panel. */ 1299 1299 .product-gallery-panel { 1300 1300 max-width: 1040px; 1301 1301 margin: 20px auto 0; ... ... @@ -1328,11 +1328,6 @@ 1328 1328 justify-content: center; 1329 1329 } 1330 1330 1331 -.product-section-muted { 1332 - background: 1333 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1334 -} 1335 - 1336 1336 @media (max-width: 980px) { 1337 1337 .product-layout, 1338 1338 .product-feature-grid { ... ... @@ -1361,6 +1361,28 @@ 1361 1361 .product-gallery-panel { 1362 1362 padding: 20px; 1363 1363 } 1468 + 1469 + .product-feature { 1470 + .card-heading, 1471 + .feature-heading { 1472 + gap: 12px; 1473 + } 1474 + 1475 + .feature-icon { 1476 + width: 42px; 1477 + height: 42px; 1478 + font-size: 16px; 1479 + } 1480 + } 1481 + 1482 + .product-gallery-caption { 1483 + margin-top: 22px; 1484 + padding: 0 14px; 1485 + } 1486 + 1487 + .product-summary-card .process-list li { 1488 + padding-left: 46px; 1489 + } 1364 1364 } 1365 1365 1366 1366 /* ========== Resources Index ========== */