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,6 +1,5 @@ 1 1 /* ========== Agnease Public Website ========== */ 2 -/* Old look and feel. */ 3 -/* 2 + 4 4 @brand: #00937D; 5 5 @brand-strong: #007B6A; 6 6 @brand-soft: #E7FFF8; ... ... @@ -12,20 +12,7 @@ 12 12 @shadow-sm: 0 6px 20px rgba(0, 0, 0, .06); 13 13 @shadow: 0 12px 36px rgba(0, 0, 0, .08); 14 14 @maxw: 1140px; 15 -*/ 16 16 17 -@brand: #00937D; 18 -@brand-strong: #007B6A; 19 -@brand-bg: #F7F9FC; 20 -@text: #07182D; 21 -@text-soft: #10243D; 22 -@muted: #64748B; 23 -@line: #E6EBF2; 24 -@radius: 18px; 25 -@shadow-sm: 0 18px 45px rgba(15, 23, 42, .06); 26 -@shadow: 0 30px 80px rgba(15, 23, 42, .12); 27 -@maxw: 1240px; 28 -/* */ 29 29 @section-padding: 30px 0; 30 30 @section-padding-mobile: 28px 0; 31 31 ... ... @@ -1170,40 +1170,30 @@ 1170 1170 } 1171 1171 1172 1172 .product-card-grid { 1173 - max-width: 980px;1174 - margin: 2 6px auto 0;1159 + max-width: 840px; 1160 + margin: 22px auto 0; 1175 1175 display: grid; 1176 1176 grid-template-columns: 1fr; 1177 - grid-gap: 22px;1163 + grid-gap: 18px; 1178 1178 } 1179 1179 1180 1180 .product-card { 1181 - position: relative; 1182 1182 background: #fff; 1183 1183 border: 1px solid @line; 1184 1184 border-radius: @radius; 1185 1185 box-shadow: @shadow-sm; 1186 - padding: 32px;1171 + padding: 28px; 1187 1187 display: grid; 1188 - grid-template-columns: 70px 1fr;1189 - grid-gap: 2 4px;1173 + grid-template-columns: 68px 1fr; 1174 + grid-gap: 22px; 1190 1190 align-items: start; 1191 - overflow: hidden; 1192 1192 1193 - &:before { 1194 - content: ""; 1195 - position: absolute; 1196 - inset: 0 auto 0 0; 1197 - width: 5px; 1198 - background: linear-gradient(180deg, @brand 0%, @brand-strong 100%); 1199 - } 1200 - 1201 1201 .product-card-icon { 1202 1202 width: 58px; 1203 1203 height: 58px; 1204 1204 border-radius: 50%; 1205 1205 background: fade(@brand, 10%); 1206 - border: 1px solid fade(@brand, 2 2%);1182 + border: 1px solid fade(@brand, 20%); 1207 1207 color: @brand; 1208 1208 display: flex; 1209 1209 align-items: center; ... ... @@ -1212,15 +1212,11 @@ 1212 1212 flex-shrink: 0; 1213 1213 } 1214 1214 1215 - .product-card-body { 1216 - min-width: 0; 1217 - } 1218 - 1219 1219 h3 { 1220 1220 margin: 0 0 10px; 1221 1221 color: @text; 1222 - font-size: 2 5px;1223 - line-height: 1.2 2;1194 + font-size: 23px; 1195 + line-height: 1.25; 1224 1224 font-weight: 800; 1225 1225 } 1226 1226 ... ... @@ -1229,36 +1229,25 @@ 1229 1229 line-height: 1.6; 1230 1230 } 1231 1231 1232 - .product-card-description { 1233 - max-width: 760px; 1234 - margin: 0 0 14px; 1235 - font-size: 16px; 1204 + .card-link { 1205 + margin: 0; 1206 + 1207 + a { 1208 + font-weight: 700; 1209 + } 1236 1236 } 1237 1237 } 1238 1238 1239 1239 .product-card-kicker { 1240 - display: inline-flex; 1241 - align-items: center; 1242 - gap: 7px; 1243 - width: fit-content; 1244 1244 margin-bottom: 10px; 1245 1245 padding: 5px 10px; 1246 - border: 1px solid fade(@brand, 24%); 1247 - border-radius: 999px; 1248 - background: fade(@brand, 8%); 1249 - color: @brand-strong; 1250 1250 font-size: 12px; 1251 - font-weight: 800; 1252 1252 text-transform: uppercase; 1253 1253 letter-spacing: .04em; 1254 - 1255 - i { 1256 - color: @brand; 1257 - } 1258 1258 } 1259 1259 1260 1260 .product-highlights { 1261 - margin: 14px 0 2 2px;1222 + margin: 14px 0 20px; 1262 1262 padding-left: 18px; 1263 1263 color: @muted; 1264 1264 ... ... @@ -1268,52 +1268,6 @@ 1268 1268 } 1269 1269 } 1270 1270 1271 -.product-card-actions { 1272 - display: flex; 1273 - align-items: center; 1274 - gap: 16px; 1275 - flex-wrap: wrap; 1276 - 1277 - .btn { 1278 - font-weight: 700; 1279 - } 1280 -} 1281 - 1282 -.product-card-contact { 1283 - color: @brand; 1284 - font-weight: 700; 1285 - text-decoration: underline; 1286 - 1287 - &:hover, 1288 - &:focus { 1289 - color: @brand-strong; 1290 - } 1291 -} 1292 - 1293 -@media (max-width: 640px) { 1294 - .product-card { 1295 - grid-template-columns: 1fr; 1296 - padding: 26px 22px; 1297 - text-align: left; 1298 - 1299 - &:before { 1300 - width: 4px; 1301 - } 1302 - 1303 - .product-card-icon { 1304 - margin-bottom: 2px; 1305 - } 1306 - 1307 - h3 { 1308 - font-size: 22px; 1309 - } 1310 - } 1311 - 1312 - .product-card-actions { 1313 - gap: 12px; 1314 - } 1315 -} 1316 - 1317 1317 /* ========== Individual Product Pages ========== */ 1318 1318 1319 1319 .product-layout { ... ... @@ -1377,7 +1377,7 @@ 1377 1377 1378 1378 li { 1379 1379 margin: 8px 0; 1380 - line-height: 1. 3;1295 + line-height: 1.45; 1381 1381 } 1382 1382 } 1383 1383 ... ... @@ -1447,9 +1447,9 @@ 1447 1447 /* Keep the default XWiki gallery style. 1448 1448 Only add spacing before it and center it. */ 1449 1449 .gallery.xGallery { 1450 - margin: 2 5pxauto;1451 - width:920px;1452 - height:518px;1365 + margin-top: 26px; 1366 + margin-left: auto !important; 1367 + margin-right: auto !important; 1453 1453 } 1454 1454 1455 1455 .product-section-muted {