Changes for page Public Web Site

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

From version 8.4
edited by Agnease
on 2026/05/12 20:28
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
... ... @@ -901,7 +901,59 @@
901 901   }
902 902  }
903 903  /* ========== Products / Extensions Pages ========== */
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. */
912 +.product-index-hero {
913 + padding: 56px 0 48px;
914 + text-align: center;
915 + background:
916 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
917 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
918 + border-top: none;
919 + border-bottom: 1px solid @line;
920 +
921 + h1 {
922 + max-width: 790px;
923 + margin: 0 auto;
924 + line-height: 1.18;
925 + }
926 +
927 + .page-lead {
928 + max-width: 760px;
929 + margin: 14px auto 0;
930 + color: @muted;
931 + text-align: center;
932 + font-size: 19px;
933 + line-height: 1.55;
934 + }
935 +}
936 +
937 +.product-page-kicker,
904 904  .product-card-kicker {
939 + display: inline-flex;
940 + align-items: center;
941 + gap: 8px;
942 + color: @brand;
943 + background: fade(@brand, 8%);
944 + border: 1px solid fade(@brand, 18%);
945 + border-radius: 999px;
946 + padding: 6px 12px;
947 + margin-bottom: 14px;
948 + font-size: 13px;
949 + font-weight: 700;
950 +
951 + i {
952 + color: @brand;
953 + }
954 +}
955 +
956 +.product-card-kicker {
905 905   margin-bottom: 10px;
906 906   padding: 5px 10px;
907 907   font-size: 12px;
... ... @@ -909,6 +909,8 @@
909 909   letter-spacing: .04em;
910 910  }
911 911  
964 +/* Product index listing */
965 +
912 912  .product-index-section {
913 913   padding: 52px 0 56px;
914 914  
... ... @@ -1127,6 +1127,8 @@
1127 1127   }
1128 1128  }
1129 1129  
1184 +/* Screenshot / gallery area for product pages */
1185 +
1130 1130  .product-gallery-panel {
1131 1131   max-width: 1040px;
1132 1132   margin: 20px auto 0;
... ... @@ -1159,6 +1159,8 @@
1159 1159   justify-content: center;
1160 1160  }
1161 1161  
1218 +/* Optional product detail sections */
1219 +
1162 1162  .product-section-muted {
1163 1163   background:
1164 1164   radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
... ... @@ -1177,6 +1177,8 @@
1177 1177   }
1178 1178  }
1179 1179  
1238 +/* ========== Products Responsive ========== */
1239 +
1180 1180  @media (max-width: 980px) {
1181 1181   .product-layout,
1182 1182   .product-feature-grid {