Changes for page Public Web Site

Last modified by Alex Cotiuga on 2026/07/27 04:27

From version 30.7
edited by Alex Cotiuga
on 2026/07/13 06:32
Change comment: There is no comment for this version
To version 31.4
edited by Alex Cotiuga
on 2026/07/27 04:27
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -761,6 +761,7 @@
761 761  }
762 762  
763 763  .resource-card {
764 + background-color: #fff;
764 764   padding: 20px;
765 765  
766 766   h4 {
... ... @@ -894,20 +894,23 @@
894 894   pointer-events: none;
895 895   }
896 896  
897 - h2,
898 - p,
899 - .btn {
898 + > h2,
899 + > p,
900 + > form,
901 + > .hero-actions,
902 + > .cta-actions,
903 + > .reviewNotifications {
900 900   position: relative;
901 901   z-index: 1;
902 902   }
903 903  
904 - h2 {
908 + > h2 {
905 905   max-width: 760px;
906 906   margin: 0 auto 16px;
907 907   color: #fff;
908 908   }
909 909  
910 - p {
914 + > p {
911 911   max-width: 760px;
912 912   margin: 0 auto 28px;
913 913   color: #DBE4EF;
... ... @@ -955,6 +955,20 @@
955 955   }
956 956  }
957 957  
962 +/* ========== XWiki notifications inside public CTA panels ========== */
963 +
964 +#mainContentArea {
965 + .cta-panel {
966 + .reviewNotifications {
967 + position: relative;
968 + z-index: 1;
969 + max-width: 920px;
970 + margin: 22px auto 0;
971 + text-align: left;
972 + }
973 + }
974 +}
975 +
958 958  @media (max-width: 760px) {
959 959   section[id] {
960 960   scroll-margin-top: 132px;
... ... @@ -1127,7 +1127,7 @@
1127 1127  
1128 1128  .resource-note {
1129 1129   border-left: 4px solid @brand;
1130 - background: @brand-bg;
1148 + background: #fff;
1131 1131   padding: 16px 18px;
1132 1132   margin: 22px 0;
1133 1133   border-radius: 0 @radius @radius 0;
... ... @@ -1454,17 +1454,6 @@
1454 1454   }
1455 1455  }
1456 1456  
1457 -.product-card-contact {
1458 - color: @brand;
1459 - font-weight: 700;
1460 - text-decoration: underline;
1461 -
1462 - &:hover,
1463 - &:focus {
1464 - color: @brand-strong;
1465 - }
1466 -}
1467 -
1468 1468  @media (max-width: 640px) {
1469 1469   .product-card {
1470 1470   grid-template-columns: 1fr;