Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 8.3
edited by Agnease
on 2026/05/12 20:25
Change comment: There is no comment for this version
To version 8.2
edited by Agnease
on 2026/05/12 20:20
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -902,6 +902,13 @@
902 902  }
903 903  /* ========== Products / Extensions Pages ========== */
904 904  
905 +.product-page,
906 +.agnease-product-page {
907 + color: @text;
908 +}
909 +
910 +/* Product index hero: keeps the same visual language as .hero-centered,
911 + but allows the product index to stay compact and structured. */
905 905  .product-index-hero {
906 906   padding: 56px 0 48px;
907 907   text-align: center;
... ... @@ -954,6 +954,8 @@
954 954   letter-spacing: .04em;
955 955  }
956 956  
964 +/* Product index listing */
965 +
957 957  .product-index-section {
958 958   padding: 52px 0 56px;
959 959  
... ... @@ -1172,6 +1172,8 @@
1172 1172   }
1173 1173  }
1174 1174  
1184 +/* Screenshot / gallery area for product pages */
1185 +
1175 1175  .product-gallery-panel {
1176 1176   max-width: 1040px;
1177 1177   margin: 20px auto 0;
... ... @@ -1204,6 +1204,8 @@
1204 1204   justify-content: center;
1205 1205  }
1206 1206  
1218 +/* Optional product detail sections */
1219 +
1207 1207  .product-section-muted {
1208 1208   background:
1209 1209   radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
... ... @@ -1222,6 +1222,8 @@
1222 1222   }
1223 1223  }
1224 1224  
1238 +/* ========== Products Responsive ========== */
1239 +
1225 1225  @media (max-width: 980px) {
1226 1226   .product-layout,
1227 1227   .product-feature-grid {