Changes for page Public Web Site

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -901,59 +901,7 @@
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,
938 938  .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 {
957 957   margin-bottom: 10px;
958 958   padding: 5px 10px;
959 959   font-size: 12px;
... ... @@ -961,8 +961,6 @@
961 961   letter-spacing: .04em;
962 962  }
963 963  
964 -/* Product index listing */
965 -
966 966  .product-index-section {
967 967   padding: 52px 0 56px;
968 968  
... ... @@ -1181,8 +1181,6 @@
1181 1181   }
1182 1182  }
1183 1183  
1184 -/* Screenshot / gallery area for product pages */
1185 -
1186 1186  .product-gallery-panel {
1187 1187   max-width: 1040px;
1188 1188   margin: 20px auto 0;
... ... @@ -1215,8 +1215,6 @@
1215 1215   justify-content: center;
1216 1216  }
1217 1217  
1218 -/* Optional product detail sections */
1219 -
1220 1220  .product-section-muted {
1221 1221   background:
1222 1222   radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
... ... @@ -1235,8 +1235,6 @@
1235 1235   }
1236 1236  }
1237 1237  
1238 -/* ========== Products Responsive ========== */
1239 -
1240 1240  @media (max-width: 980px) {
1241 1241   .product-layout,
1242 1242   .product-feature-grid {