Changes for page Public Web Site

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1243,45 +1243,17 @@
1243 1243   box-shadow: @shadow-sm;
1244 1244   overflow: hidden;
1245 1245  
1246 -
1247 -
1248 - p {
1249 - position: relative;
1250 - z-index: 1;
1251 - margin: 0;
1252 - color: @muted;
1253 - font-size: 15px;
1254 - line-height: 1.6;
1246 + &:before {
1247 + content: "";
1248 + position: absolute;
1249 + top: 0;
1250 + bottom: 0;
1251 + left: 0;
1252 + width: 5px;
1253 + background: linear-gradient(180deg, @brand 0%, @brand-strong 100%);
1255 1255   }
1256 1256  
1257 - strong {
1258 - display: block;
1259 - margin-bottom: 4px;
1260 - color: @text;
1261 - font-size: 17px;
1262 - line-height: 1.35;
1263 - }
1264 1264  
1265 - .btn {
1266 - position: relative;
1267 - z-index: 1;
1268 - flex-shrink: 0;
1269 - white-space: nowrap;
1270 - }
1271 -
1272 - .btn-secondary {
1273 - border-color: @text;
1274 - background: @text;
1275 - color: #fff;
1276 -
1277 - &:hover,
1278 - &:focus {
1279 - border-color: @brand-strong;
1280 - background: @brand-strong;
1281 - color: #fff;
1282 - text-decoration: none;
1283 - }
1284 - }
1285 1285  }
1286 1286  
1287 1287  .resource-note,