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.3
edited by Agnease
on 2026/05/12 20:25
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -901,7 +901,52 @@
901 901   }
902 902  }
903 903  /* ========== Products / Extensions Pages ========== */
904 +
905 +.product-index-hero {
906 + padding: 56px 0 48px;
907 + text-align: center;
908 + background:
909 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
910 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
911 + border-top: none;
912 + border-bottom: 1px solid @line;
913 +
914 + h1 {
915 + max-width: 790px;
916 + margin: 0 auto;
917 + line-height: 1.18;
918 + }
919 +
920 + .page-lead {
921 + max-width: 760px;
922 + margin: 14px auto 0;
923 + color: @muted;
924 + text-align: center;
925 + font-size: 19px;
926 + line-height: 1.55;
927 + }
928 +}
929 +
930 +.product-page-kicker,
904 904  .product-card-kicker {
932 + display: inline-flex;
933 + align-items: center;
934 + gap: 8px;
935 + color: @brand;
936 + background: fade(@brand, 8%);
937 + border: 1px solid fade(@brand, 18%);
938 + border-radius: 999px;
939 + padding: 6px 12px;
940 + margin-bottom: 14px;
941 + font-size: 13px;
942 + font-weight: 700;
943 +
944 + i {
945 + color: @brand;
946 + }
947 +}
948 +
949 +.product-card-kicker {
905 905   margin-bottom: 10px;
906 906   padding: 5px 10px;
907 907   font-size: 12px;