Changes for page Public Web Site

Last modified by Alex Cotiuga on 2026/07/29 05:00

From version 31.6
edited by Alex Cotiuga
on 2026/07/29 04:33
Change comment: There is no comment for this version
To version 31.12
edited by Alex Cotiuga
on 2026/07/29 04:51
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -2018,6 +2018,7 @@
2018 2018  
2019 2019  .public-campaign-banner {
2020 2020   position: relative;
2021 + margin-top: 30px;
2021 2021   z-index: 20;
2022 2022   border: 0;
2023 2023   background:
... ... @@ -2024,7 +2024,8 @@
2024 2024   radial-gradient(circle at 88% 0%, fade(@brand, 30%) 0%, transparent 32%),
2025 2025   linear-gradient(110deg, @text 0%, @text-soft 55%, @brand-strong 100%);
2026 2026   color: #fff;
2027 - box-shadow: 0 10px 26px rgba(7, 24, 45, .12);
2028 + border-radius: 14px;
2029 + box-shadow: 0 10px 26px rgba(7, 24, 45, .10);
2028 2028  }
2029 2029  
2030 2030  .public-campaign-inner {
... ... @@ -2049,36 +2049,35 @@
2049 2049   display: inline-flex;
2050 2050   align-items: center;
2051 2051   gap: 7px;
2052 - padding: 6px 10px;
2053 - border: 1px solid fade(#fff, 28%);
2054 + padding: 7px 11px;
2055 + border: 1px solid fade(#fff, 32%);
2054 2054   border-radius: 999px;
2055 - background: fade(#fff, 10%);
2057 + background: fade(#fff, 12%);
2056 2056   color: #fff;
2057 2057   font-size: 12px;
2058 2058   line-height: 1.2;
2059 2059   font-weight: 800;
2060 2060   text-transform: uppercase;
2061 - letter-spacing: .04em;
2062 -
2063 - i {
2064 - color: #fff;
2065 - }
2063 + letter-spacing: .05em;
2066 2066  }
2067 2067  
2068 2068  .public-campaign-message {
2069 2069   min-width: 0;
2068 + flex: 1;
2070 2070  
2071 2071   strong {
2072 2072   display: block;
2073 - margin-bottom: 4px;
2072 + margin-bottom: 5px;
2074 2074   color: #fff;
2075 - font-size: 17px;
2076 - line-height: 1.3;
2074 + font-size: 18px;
2075 + line-height: 1.25;
2076 + font-weight: 800;
2077 + letter-spacing: -.01em;
2077 2077   }
2078 2078  
2079 2079   span {
2080 2080   display: block;
2081 - max-width: 700px;
2082 + max-width: 660px;
2082 2082   color: #DBE4EF;
2083 2083   font-size: 14px;
2084 2084   line-height: 1.45;