Changes for page Public Web Site

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

From version 8.7
edited by Agnease
on 2026/05/18 18:57
Change comment: There is no comment for this version
To version 8.10
edited by Agnease
on 2026/05/19 03:18
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -599,6 +599,32 @@
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 +
602 602  /* ========== CTA ========== */
603 603  
604 604  .cta-section {
... ... @@ -739,22 +739,7 @@
739 739   radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
740 740   radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
741 741  
742 - .resource-kicker {
743 - display: inline-flex;
744 - align-items: center;
745 - gap: 8px;
746 - color: @brand;
747 - background: fade(@brand, 8%);
748 - border: 1px solid fade(@brand, 18%);
749 - border-radius: 999px;
750 - padding: 6px 12px;
751 - margin-bottom: 14px;
752 - font-size: 13px;
753 - font-weight: 700;
754 - }
755 -
756 756   h1 {
757 - max-width: 820px;
758 758   margin: 0 auto 14px;
759 759   text-align: center;
760 760   line-height: 1.18;