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.9
edited by Agnease
on 2026/05/18 19:03
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -736,24 +736,10 @@
736 736   padding: 40px 0 30px;
737 737   border-top: none;
738 738   background:
739 - radial-gradient(42rem 14rem at 50% 0%, @brand-bg 0%, transparent 70%);
739 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
740 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
740 740  
741 - .resource-kicker {
742 - display: inline-flex;
743 - align-items: center;
744 - gap: 8px;
745 - color: @brand;
746 - background: fade(@brand, 8%);
747 - border: 1px solid fade(@brand, 18%);
748 - border-radius: 999px;
749 - padding: 6px 12px;
750 - margin-bottom: 14px;
751 - font-size: 13px;
752 - font-weight: 700;
753 - }
754 -
755 755   h1 {
756 - max-width: 820px;
757 757   margin: 0 auto 14px;
758 758   text-align: center;
759 759   line-height: 1.18;
... ... @@ -901,13 +901,6 @@
901 901   }
902 902  }
903 903  /* ========== Products / Extensions Pages ========== */
904 -.product-card-kicker {
905 - margin-bottom: 10px;
906 - padding: 5px 10px;
907 - font-size: 12px;
908 - text-transform: uppercase;
909 - letter-spacing: .04em;
910 -}
911 911  
912 912  .product-index-section {
913 913   padding: 52px 0 56px;
... ... @@ -978,6 +978,14 @@
978 978   }
979 979  }
980 980  
960 +.product-card-kicker {
961 + margin-bottom: 10px;
962 + padding: 5px 10px;
963 + font-size: 12px;
964 + text-transform: uppercase;
965 + letter-spacing: .04em;
966 +}
967 +
981 981  .product-highlights {
982 982   margin: 14px 0 20px;
983 983   padding-left: 18px;
... ... @@ -989,40 +989,8 @@
989 989   }
990 990  }
991 991  
992 -.product-cta-section {
993 - padding: 0 0 56px;
994 - border-top: 1px solid @line;
995 -}
996 -
997 -.product-cta-panel {
998 - max-width: 860px;
999 - margin: 0 auto;
1000 - padding: 32px;
1001 - border-radius: @radius;
1002 - border: 1px solid fade(@brand, 20%);
1003 - background:
1004 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%);
1005 - box-shadow: @shadow-sm;
1006 - text-align: center;
1007 -
1008 - h2 {
1009 - margin-top: 0;
1010 - }
1011 -
1012 - p {
1013 - max-width: 680px;
1014 - margin: 0 auto 18px;
1015 - color: @muted;
1016 - line-height: 1.55;
1017 - }
1018 -}
1019 -
1020 1020  /* ========== Individual Product Pages ========== */
1021 1021  
1022 -.product-hero {
1023 - min-height: 330px;
1024 -}
1025 -
1026 1026  .product-layout {
1027 1027   display: grid;
1028 1028   grid-template-columns: 1.1fr .9fr;
... ... @@ -1164,19 +1164,6 @@
1164 1164   radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1165 1165  }
1166 1166  
1167 -.product-use-cases {
1168 - ul {
1169 - margin: 0;
1170 - padding-left: 20px;
1171 - color: @muted;
1172 - }
1173 -
1174 - li {
1175 - margin: 8px 0;
1176 - line-height: 1.5;
1177 - }
1178 -}
1179 -
1180 1180  @media (max-width: 980px) {
1181 1181   .product-layout,
1182 1182   .product-feature-grid {
... ... @@ -1189,14 +1189,6 @@
1189 1189  }
1190 1190  
1191 1191  @media (max-width: 640px) {
1192 - .product-index-hero {
1193 - padding: 38px 0 34px;
1194 -
1195 - .page-lead {
1196 - font-size: 17px;
1197 - }
1198 - }
1199 -
1200 1200   .product-card {
1201 1201   grid-template-columns: 1fr;
1202 1202   padding: 22px;
... ... @@ -1213,8 +1213,4 @@
1213 1213   .product-gallery-panel {
1214 1214   padding: 20px;
1215 1215   }
1216 -
1217 - .product-cta-panel {
1218 - padding: 24px 20px;
1219 - }
1220 1220  }