Changes for page Public Web Site

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

From version 8.10
edited by Agnease
on 2026/05/19 03:18
Change comment: There is no comment for this version
To version 8.6
edited by Agnease
on 2026/05/12 20:29
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -599,32 +599,6 @@
599 599   }
600 600  }
601 601  
602 -.resource-content {
603 - order: 1;
604 -}
605 -
606 -.resource-sidebar {
607 - order: 2;
608 -}
609 -
610 -@media (max-width: 767px) {
611 - .resource-layout {
612 - display: flex;
613 - flex-direction: column;
614 - }
615 -
616 - .resource-sidebar {
617 - order: 0;
618 - position: static;
619 - width: 100%;
620 - margin-bottom: 24px;
621 - }
622 -
623 - .resource-content {
624 - order: 1;
625 - }
626 -}
627 -
628 628  /* ========== CTA ========== */
629 629  
630 630  .cta-section {
... ... @@ -762,10 +762,24 @@
762 762   padding: 40px 0 30px;
763 763   border-top: none;
764 764   background:
765 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
766 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
739 + radial-gradient(42rem 14rem at 50% 0%, @brand-bg 0%, transparent 70%);
767 767  
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 +
768 768   h1 {
756 + max-width: 820px;
769 769   margin: 0 auto 14px;
770 770   text-align: center;
771 771   line-height: 1.18;