Changes for page Public Web Site

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

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

Summary

Details

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