Changes for page Public Web Site
Last modified by Agnease on 2026/06/30 12:29
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Default language
-
... ... @@ -1,0 +1,1 @@ 1 +en - Hidden
-
... ... @@ -1,1 +1,1 @@ 1 - true1 +false
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1,23 +1,17 @@ 1 1 /* ========== Agnease Public Website ========== */ 2 -/* Old look and feel. */ 3 3 4 4 @brand: #00937D; 5 5 @brand-strong: #007B6A; 6 6 @brand-soft: #E7FFF8; 6 +@brand-bg: #F4FCFA; 7 +@text: #2D3A34; 8 +@muted: #5B6B64; 9 +@line: #E4ECE9; 10 +@radius: 16px; 11 +@shadow-sm: 0 6px 20px rgba(0, 0, 0, .06); 12 +@shadow: 0 12px 36px rgba(0, 0, 0, .08); 13 +@maxw: 1140px; 7 7 8 - 9 -@brand-bg: #F7F9FC; 10 -@text: #07182D; 11 -@text-soft: #10243D; 12 -@muted: #64748B; 13 - 14 -@line: #E6EBF2; 15 -@radius: 18px; 16 - 17 -@shadow-sm: 0 18px 45px rgba(15, 23, 42, .06); 18 -@shadow: 0 30px 80px rgba(15, 23, 42, .12); 19 -@maxw: 1240px; 20 -/* */ 21 21 @section-padding: 30px 0; 22 22 @section-padding-mobile: 28px 0; 23 23 ... ... @@ -1162,40 +1162,30 @@ 1162 1162 } 1163 1163 1164 1164 .product-card-grid { 1165 - max-width: 980px;1166 - margin: 2 6px auto 0;1159 + max-width: 840px; 1160 + margin: 22px auto 0; 1167 1167 display: grid; 1168 1168 grid-template-columns: 1fr; 1169 - grid-gap: 22px;1163 + grid-gap: 18px; 1170 1170 } 1171 1171 1172 1172 .product-card { 1173 - position: relative; 1174 1174 background: #fff; 1175 1175 border: 1px solid @line; 1176 1176 border-radius: @radius; 1177 1177 box-shadow: @shadow-sm; 1178 - padding: 32px;1171 + padding: 28px; 1179 1179 display: grid; 1180 - grid-template-columns: 70px 1fr;1181 - grid-gap: 2 4px;1173 + grid-template-columns: 68px 1fr; 1174 + grid-gap: 22px; 1182 1182 align-items: start; 1183 - overflow: hidden; 1184 1184 1185 - &:before { 1186 - content: ""; 1187 - position: absolute; 1188 - inset: 0 auto 0 0; 1189 - width: 5px; 1190 - background: linear-gradient(180deg, @brand 0%, @brand-strong 100%); 1191 - } 1192 - 1193 1193 .product-card-icon { 1194 1194 width: 58px; 1195 1195 height: 58px; 1196 1196 border-radius: 50%; 1197 1197 background: fade(@brand, 10%); 1198 - border: 1px solid fade(@brand, 2 2%);1182 + border: 1px solid fade(@brand, 20%); 1199 1199 color: @brand; 1200 1200 display: flex; 1201 1201 align-items: center; ... ... @@ -1204,15 +1204,11 @@ 1204 1204 flex-shrink: 0; 1205 1205 } 1206 1206 1207 - .product-card-body { 1208 - min-width: 0; 1209 - } 1210 - 1211 1211 h3 { 1212 1212 margin: 0 0 10px; 1213 1213 color: @text; 1214 - font-size: 2 5px;1215 - line-height: 1.2 2;1194 + font-size: 23px; 1195 + line-height: 1.25; 1216 1216 font-weight: 800; 1217 1217 } 1218 1218 ... ... @@ -1221,36 +1221,25 @@ 1221 1221 line-height: 1.6; 1222 1222 } 1223 1223 1224 - .product-card-description { 1225 - max-width: 760px; 1226 - margin: 0 0 14px; 1227 - font-size: 16px; 1204 + .card-link { 1205 + margin: 0; 1206 + 1207 + a { 1208 + font-weight: 700; 1209 + } 1228 1228 } 1229 1229 } 1230 1230 1231 1231 .product-card-kicker { 1232 - display: inline-flex; 1233 - align-items: center; 1234 - gap: 7px; 1235 - width: fit-content; 1236 1236 margin-bottom: 10px; 1237 1237 padding: 5px 10px; 1238 - border: 1px solid fade(@brand, 24%); 1239 - border-radius: 999px; 1240 - background: fade(@brand, 8%); 1241 - color: @brand-strong; 1242 1242 font-size: 12px; 1243 - font-weight: 800; 1244 1244 text-transform: uppercase; 1245 1245 letter-spacing: .04em; 1246 - 1247 - i { 1248 - color: @brand; 1249 - } 1250 1250 } 1251 1251 1252 1252 .product-highlights { 1253 - margin: 14px 0 2 2px;1222 + margin: 14px 0 20px; 1254 1254 padding-left: 18px; 1255 1255 color: @muted; 1256 1256 ... ... @@ -1260,52 +1260,6 @@ 1260 1260 } 1261 1261 } 1262 1262 1263 -.product-card-actions { 1264 - display: flex; 1265 - align-items: center; 1266 - gap: 16px; 1267 - flex-wrap: wrap; 1268 - 1269 - .btn { 1270 - font-weight: 700; 1271 - } 1272 -} 1273 - 1274 -.product-card-contact { 1275 - color: @brand; 1276 - font-weight: 700; 1277 - text-decoration: underline; 1278 - 1279 - &:hover, 1280 - &:focus { 1281 - color: @brand-strong; 1282 - } 1283 -} 1284 - 1285 -@media (max-width: 640px) { 1286 - .product-card { 1287 - grid-template-columns: 1fr; 1288 - padding: 26px 22px; 1289 - text-align: left; 1290 - 1291 - &:before { 1292 - width: 4px; 1293 - } 1294 - 1295 - .product-card-icon { 1296 - margin-bottom: 2px; 1297 - } 1298 - 1299 - h3 { 1300 - font-size: 22px; 1301 - } 1302 - } 1303 - 1304 - .product-card-actions { 1305 - gap: 12px; 1306 - } 1307 -} 1308 - 1309 1309 /* ========== Individual Product Pages ========== */ 1310 1310 1311 1311 .product-layout { ... ... @@ -1369,7 +1369,7 @@ 1369 1369 1370 1370 li { 1371 1371 margin: 8px 0; 1372 - line-height: 1. 3;1295 + line-height: 1.45; 1373 1373 } 1374 1374 } 1375 1375 ... ... @@ -1439,9 +1439,11 @@ 1439 1439 /* Keep the default XWiki gallery style. 1440 1440 Only add spacing before it and center it. */ 1441 1441 .gallery.xGallery { 1442 - margin: 25px auto; 1443 - width: 920px; 1444 - height: 518px; 1365 + float: none !important; 1366 + display: block; 1367 + margin-top: 26px !important; 1368 + margin-left: auto !important; 1369 + margin-right: auto !important; 1445 1445 } 1446 1446 1447 1447 .product-section-muted {