Changes for page Public Web Site

Last modified by Agnease on 2026/07/07 14:40

From version 29.23
edited by Agnease
on 2026/07/03 16:12
Change comment: There is no comment for this version
To version 29.22
edited by Agnease
on 2026/07/03 16:11
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1253,7 +1253,43 @@
1253 1253   background: linear-gradient(180deg, @brand 0%, @brand-strong 100%);
1254 1254   }
1255 1255  
1256 + p {
1257 + position: relative;
1258 + z-index: 1;
1259 + margin: 0;
1260 + color: @muted;
1261 + font-size: 15px;
1262 + line-height: 1.6;
1263 + }
1256 1256  
1265 + strong {
1266 + display: block;
1267 + margin-bottom: 4px;
1268 + color: @text;
1269 + font-size: 17px;
1270 + line-height: 1.35;
1271 + }
1272 +
1273 + .btn {
1274 + position: relative;
1275 + z-index: 1;
1276 + flex-shrink: 0;
1277 + white-space: nowrap;
1278 + }
1279 +
1280 + .btn-secondary {
1281 + border-color: @text;
1282 + background: @text;
1283 + color: #fff;
1284 +
1285 + &:hover,
1286 + &:focus {
1287 + border-color: @brand-strong;
1288 + background: @brand-strong;
1289 + color: #fff;
1290 + text-decoration: none;
1291 + }
1292 + }
1257 1257  }
1258 1258  
1259 1259  .resource-note,