Changes for page Public Web Site

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

From version 20.6
edited by Agnease
on 2026/05/30 16:18
Change comment: There is no comment for this version
To version 24.11
edited by Agnease
on 2026/06/24 14:42
Change comment: There is no comment for this version

Summary

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, deliver practical improvements
155 + 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: 36px;
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: 26px;
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: 22px;
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: 22px 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,54 @@
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: 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: auto 25px;
1366 +}
1367 +
1368 +.product-section-muted {
1369 + background:
1370 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1371 +}
1372 +
1373 +/* Compact process list when used inside a product card. */
1374 +.product-summary-card .process-list {
1375 + margin-top: 16px;
1376 +
1377 + li {
1378 + padding: 13px 14px 13px 50px;
1379 + margin-bottom: 10px;
1380 + box-shadow: none;
1381 + }
1382 +
1383 + li:before {
1384 + left: 14px;
1385 + top: 14px;
1386 + width: 24px;
1387 + height: 24px;
1388 + font-size: 12px;
1389 + }
1390 +
1391 + strong {
1392 + margin-bottom: 2px;
1393 + }
1394 +}
1395 +
1396 +/* 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,32 @@
1361 1361   .product-gallery-panel {
1362 1362   padding: 20px;
1363 1363   }
1457 +
1458 + .product-feature {
1459 + .card-heading,
1460 + .feature-heading {
1461 + gap: 12px;
1462 + }
1463 +
1464 + .feature-icon {
1465 + width: 42px;
1466 + height: 42px;
1467 + font-size: 16px;
1468 + }
1469 + }
1470 +
1471 + .gallery.xGallery {
1472 + margin-top: 22px !important;
1473 + }
1474 +
1475 + .product-gallery-caption {
1476 + margin-top: 10px;
1477 + padding: 0 14px;
1478 + }
1479 +
1480 + .product-summary-card .process-list li {
1481 + padding-left: 46px;
1482 + }
1364 1364  }
1365 1365  
1366 1366  /* ========== Resources Index ========== */