From 6f2af841c17ff4ed28d40121114825a40e8cf6fa Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 3 Sep 2019 15:18:23 +0200 Subject: updating rems --- .../xcschemes/xcschememanagement.plist | 10 + .../ios/Stone Island.xcarchive/Info.plist | 6 +- .../Applications/Stone Island.app/Assets.car | Bin 1178536 -> 1178600 bytes .../01J-lp-oVM-view-Ze5-6b-2t3.nib | Bin 2284 -> 2283 bytes .../UIViewController-01J-lp-oVM.nib | Bin 832 -> 832 bytes .../Applications/Stone Island.app/Info.plist | Bin 1763 -> 1763 bytes .../Stone Island.app/MainViewController.nib | Bin 943 -> 943 bytes .../Applications/Stone Island.app/Stone Island | Bin 2252768 -> 2269760 bytes .../Stone Island.app/_CodeSignature/CodeResources | 173 +- .../Applications/Stone Island.app/config.xml | 2 +- .../Stone Island.app/embedded.mobileprovision | Bin 7741 -> 7717 bytes .../Stone Island.app/www/css/account.css | 115 +- .../Stone Island.app/www/css/blogs.css | 52 +- .../Applications/Stone Island.app/www/css/cart.css | 73 +- .../Stone Island.app/www/css/index.css | 17 +- .../Applications/Stone Island.app/www/css/nav.css | 81 +- .../Stone Island.app/www/css/products.css | 45 +- .../Applications/Stone Island.app/www/index.html | 529 +-- .../Applications/Stone Island.app/www/js/index.js | 4 +- .../www/js/lib/account/AccountView.js | 2 +- .../www/js/lib/blogs/ArchiveView.js | 1 - .../Stone Island.app/www/js/lib/blogs/HubView.js | 12 +- .../Stone Island.app/www/js/lib/blogs/StoryView.js | 1 + .../www/js/lib/cart/CartSummary.js | 7 +- .../www/js/lib/etc/accessibility.js | 9 + .../Stone Island.app/www/js/lib/nav/AddressView.js | 18 +- .../www/js/lib/nav/CreditCardView.js | 4 +- .../www/js/lib/products/CollectionView.js | 2 + .../www/js/lib/products/GalleryView.js | 9 +- .../www/js/lib/products/ProductView.js | 4 +- .../www/js/lib/products/Selector.js | 2 +- .../www/js/lib/view/Serializable.js | 7 +- .../ios/Stone Island.xcodeproj/project.pbxproj | 10 + .../xcschemes/xcschememanagement.plist | 5 + .../UserInterfaceState.xcuserstate | Bin 29694 -> 37285 bytes .../CDVMobileAccessibility.h | 82 + .../CDVMobileAccessibility.m | 511 +++ .../ios/Stone Island/Stone Island-Info.plist | 4 +- StoneIsland/platforms/ios/Stone Island/config.xml | 5 +- StoneIsland/platforms/ios/frameworks.json | 3 +- StoneIsland/platforms/ios/ios.json | 674 ++-- .../platforms/ios/platform_www/cordova_plugins.js | 19 +- .../www/MobileAccessibilityNotifications.js | 53 + .../www/mobile-accessibility.js | 502 +++ StoneIsland/platforms/ios/www/cordova_plugins.js | 19 +- StoneIsland/platforms/ios/www/css/account.css | 123 +- StoneIsland/platforms/ios/www/css/blogs.css | 97 +- StoneIsland/platforms/ios/www/css/cart.css | 80 +- StoneIsland/platforms/ios/www/css/index.css | 17 +- StoneIsland/platforms/ios/www/css/nav.css | 93 +- StoneIsland/platforms/ios/www/css/products.css | 51 +- .../platforms/ios/www/css/vendor/flickity.css | 2 +- StoneIsland/platforms/ios/www/index.html | 530 +-- StoneIsland/platforms/ios/www/js/index.js | 16 +- .../ios/www/js/lib/account/AccountView.js | 2 +- .../platforms/ios/www/js/lib/blogs/ArchiveView.js | 1 - .../platforms/ios/www/js/lib/blogs/HubView.js | 12 +- .../platforms/ios/www/js/lib/blogs/StoryView.js | 2 + .../platforms/ios/www/js/lib/cart/CartSummary.js | 7 +- .../platforms/ios/www/js/lib/etc/accessibility.js | 9 + .../platforms/ios/www/js/lib/nav/AddressView.js | 18 +- .../platforms/ios/www/js/lib/nav/CreditCardView.js | 4 +- .../platforms/ios/www/js/lib/nav/NavView.js | 12 +- .../ios/www/js/lib/products/CollectionView.js | 2 + .../ios/www/js/lib/products/GalleryView.js | 9 +- .../ios/www/js/lib/products/ProductView.js | 4 +- .../platforms/ios/www/js/lib/products/Selector.js | 2 +- .../platforms/ios/www/js/lib/view/Serializable.js | 7 +- .../platforms/ios/www/js/vendor/iscroll-5.1.3.js | 2011 ++++++++++ StoneIsland/platforms/ios/www/js/vendor/iscroll.js | 3931 ++++++++++---------- .../www/MobileAccessibilityNotifications.js | 53 + .../www/mobile-accessibility.js | 502 +++ 72 files changed, 7556 insertions(+), 3113 deletions(-) create mode 100644 StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/js/lib/etc/accessibility.js create mode 100644 StoneIsland/platforms/ios/Stone Island/Plugins/phonegap-plugin-mobile-accessibility/CDVMobileAccessibility.h create mode 100644 StoneIsland/platforms/ios/Stone Island/Plugins/phonegap-plugin-mobile-accessibility/CDVMobileAccessibility.m create mode 100644 StoneIsland/platforms/ios/platform_www/plugins/phonegap-plugin-mobile-accessibility/www/MobileAccessibilityNotifications.js create mode 100644 StoneIsland/platforms/ios/platform_www/plugins/phonegap-plugin-mobile-accessibility/www/mobile-accessibility.js create mode 100644 StoneIsland/platforms/ios/www/js/lib/etc/accessibility.js create mode 100755 StoneIsland/platforms/ios/www/js/vendor/iscroll-5.1.3.js mode change 100755 => 100644 StoneIsland/platforms/ios/www/js/vendor/iscroll.js create mode 100644 StoneIsland/platforms/ios/www/plugins/phonegap-plugin-mobile-accessibility/www/MobileAccessibilityNotifications.js create mode 100644 StoneIsland/platforms/ios/www/plugins/phonegap-plugin-mobile-accessibility/www/mobile-accessibility.js (limited to 'StoneIsland/platforms/ios') diff --git a/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist b/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist index 54b0db05..3038bdb4 100644 --- a/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist @@ -9,11 +9,21 @@ orderHint 4 + Cordova.xcscheme_^#shared#^_ + + orderHint + 4 + CordovaLib.xcscheme orderHint 3 + CordovaLib.xcscheme_^#shared#^_ + + orderHint + 2 + diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Info.plist b/StoneIsland/platforms/ios/Stone Island.xcarchive/Info.plist index 1887e791..cc6e8127 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Info.plist +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Info.plist @@ -9,9 +9,9 @@ CFBundleIdentifier us.okfoc.stoneisland CFBundleShortVersionString - 1.1.0 + 1.2.0 CFBundleVersion - 1.1.0 + 1.2.0 SigningIdentity iPhone Developer: Francesca Agusani (3ECUPBTQ5W) Team @@ -20,7 +20,7 @@ ArchiveVersion 2 CreationDate - 2018-10-03T01:34:31Z + 2019-07-20T21:50:15Z Name Stone Island SchemeName diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Assets.car b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Assets.car index 271f6e3d..55f50424 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Assets.car and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Assets.car differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib index e6db4716..e17d27b4 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib index 69123580..f8eb3a7b 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Info.plist b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Info.plist index be04aaa5..37dcf003 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Info.plist and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Info.plist differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/MainViewController.nib b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/MainViewController.nib index d05862db..75695f93 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/MainViewController.nib and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/MainViewController.nib differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Stone Island b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Stone Island index e729e8f5..21e77b9e 100755 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Stone Island and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/Stone Island differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/_CodeSignature/CodeResources b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/_CodeSignature/CodeResources index 58cd9606..3938505b 100644 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/_CodeSignature/CodeResources +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/_CodeSignature/CodeResources @@ -94,11 +94,11 @@ Assets.car - QBTHoRJ0x8xv/TSloxDRiFB1FMc= + 69hIIqyEMar3UEkA8JsMFO3uaO8= CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib - gXqcDJNrIf7qR1DKI9ch+1V9PDU= + ExIp2biIZjh9RH83tZQL47EPOTE= CDVLaunchScreen.storyboardc/Info.plist @@ -106,7 +106,7 @@ CDVLaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib - 1mmKAwCFy4227LZ0S7gS6/Du8O8= + yVCnEoCa72AVBAbPs/7h/te1m9M= CDVNotification.bundle/beep.wav @@ -114,11 +114,11 @@ Info.plist - JSI5Ec8Q4kW5bUuZV6ovXqPRDw0= + +QdQhFsRxf+QQtWfQrsRuS3/xV0= MainViewController.nib - VnEob4dYi3BF3NfvgMSVbBvdp70= + DC0L5nLOzRhZk1hZ2zgu/BVRZwg= PkgInfo @@ -126,11 +126,11 @@ config.xml - bfkQF8MbJwqxyLtjkZ/gpbN5XUs= + LTVqO8XFZVQhqUOeZQEy7meNw1c= embedded.mobileprovision - WLS7bPgkyLNAOPSGAH/RMV9viq4= + l8wkj9UX5I2v1dBJQvQf/lTQiew= www/cordova-js-src/exec.js @@ -158,15 +158,15 @@ www/css/account.css - QleBinpy/MrHuJ0RNanvPLTucXY= + fXiIrfC1WC8u+wfH1t+SfL20R5U= www/css/blogs.css - Z4GX/8DuhS7JcIqtnsSaH3JMtq0= + iGcvIKIRYvcNDhnGcyMiEjNAIgQ= www/css/cart.css - Ng3YvYgB2WSweFsmVC2E1h+W84A= + xeHWGQYuz0O3L8nz+SST95Gf7qg= www/css/fonts/andale_mono.ttf @@ -222,15 +222,15 @@ www/css/index.css - lWAy1S7uziY189/RAGKaev7ICcE= + w2WshgNfe4vVQH0iROkZQDGsnsI= www/css/nav.css - m/IdwEAy3GdFXoqWuEdHjDT/Z1c= + AxqGmgOBTnKOkigwb9PUW8RbjBg= www/css/products.css - zTG+7VrnL91c3P843JhNb3p9cDQ= + KYbJvjbQPtfzN2/ZJ7m9zvMdRK4= www/css/vendor/flickity.css @@ -350,11 +350,11 @@ www/index.html - WfmLMrq2VwoMbLb2pXyFB7HO8RA= + aTA/jaWobJdPi8nuMjMiLB2cM4A= www/js/index.js - Ln7g2gyVP8A++JMCVaE6MrE+vts= + MXHwod7HThPUBz8txlOmjvcslaA= www/js/lib/_router.js @@ -362,7 +362,7 @@ www/js/lib/account/AccountView.js - aVpIFnEgArttSQ+Hhv6TuJfBU4A= + bIokk6jby9kV70sP6mwSQYyWt9o= www/js/lib/account/ConsentModal.js @@ -402,7 +402,7 @@ www/js/lib/blogs/ArchiveView.js - 0MoYu/cf89T9Yj3/GqkxVS5Kn0s= + RNMEI9bRqHA+xQBp5J42b4eHTe0= www/js/lib/blogs/BlogView.js @@ -410,7 +410,7 @@ www/js/lib/blogs/HubView.js - JoWqvJNyRivH1RTOWttHCXFw1fQ= + 1g7GG1e0AQLjJG18Y02rg4Rm8A8= www/js/lib/blogs/PageView.js @@ -418,7 +418,7 @@ www/js/lib/blogs/StoryView.js - 0uCBjGnwq8xsO5chZu/C1rGZ/SQ= + 213XVfJUJtaxCHV7FFbjga5hs7o= www/js/lib/cart/CartConfirm.js @@ -438,7 +438,7 @@ www/js/lib/cart/CartSummary.js - YYiOPlDBi/ESvBJZ+bBt5ElQ254= + wKti0DCO29c0cz8v1a3rocKnBFg= www/js/lib/cart/CartThanks.js @@ -448,6 +448,10 @@ +kmEZ9ukx0LiHKArz7oWZyBZr/4= + www/js/lib/etc/accessibility.js + + QgUYQBmm2miX0dNrFsIf9Szkt8M= + www/js/lib/etc/backup_db.js AvuTNjwsRzwgVY0NwLUgrknX60M= @@ -470,11 +474,11 @@ www/js/lib/nav/AddressView.js - ftShfH+ffLTkwffJ5JT5/V/TpRo= + 0eDtFKXnaHon167o7b/jNuJOBxw= www/js/lib/nav/CreditCardView.js - uV1Y5XohZktnJXSKPs/gt/vhlzk= + gVL/tg/yUhmm+DeTTphe5rsyHrk= www/js/lib/nav/CurtainView.js @@ -506,19 +510,19 @@ www/js/lib/products/CollectionView.js - dZYIlXKeCgVJVU3GHPND6CLid+w= + jAdRAZPg6wq2IpgL00kFG/bsV7I= www/js/lib/products/GalleryView.js - 5rrxB1zyClIfmelN6ylnF/wLAU4= + PlTNRrOKZ/pThjhfJGIhPyF0vF8= www/js/lib/products/ProductView.js - OvyCvqKno4Hvm5R6fcB5SHDfj+s= + /82lnayY7RllLikHb4Gf5NX84MY= www/js/lib/products/Selector.js - QxR583tVoXxutmfsJwO9Trbb8QE= + EKBEgRJvD6J4pdql7rZuk0Hf1ss= www/js/lib/products/filters/CategoryFilter.js @@ -542,7 +546,7 @@ www/js/lib/view/Serializable.js - 0E+pHfC1nUz8TPY9jKCYZZUBV/E= + h9Z7w1U81a/0iSk1479BPPEWbt0= www/js/lib/view/View.js @@ -945,22 +949,22 @@ hash - QBTHoRJ0x8xv/TSloxDRiFB1FMc= + 69hIIqyEMar3UEkA8JsMFO3uaO8= hash2 - TPY2WEVP1NprXT8QrFED0SnysoNbEX77Bo0ohK1Q1FM= + FLGkfRiKT6eCA0D6oCruKdRSScEgK8YKQlHMNoMn7EU= CDVLaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib hash - gXqcDJNrIf7qR1DKI9ch+1V9PDU= + ExIp2biIZjh9RH83tZQL47EPOTE= hash2 - 7B1IaTogj84Gr05DmyNhEgxjlAnFyDzSc9oB1y/0pms= + 0KKFtnFhrHHqIoY42bZrcoPHNgAIin93f9Ptl9Ccb98= CDVLaunchScreen.storyboardc/Info.plist @@ -978,11 +982,11 @@ hash - 1mmKAwCFy4227LZ0S7gS6/Du8O8= + yVCnEoCa72AVBAbPs/7h/te1m9M= hash2 - WKlHZ6y3qNoMdkAFGx778YJ+mhDt18wMn4RY+glb8k4= + 2ik2cAY8YQ/XXZUfhBAqDlVMDnTJhNMQaymb2NCELhw= CDVNotification.bundle/beep.wav @@ -1000,33 +1004,33 @@ hash - VnEob4dYi3BF3NfvgMSVbBvdp70= + DC0L5nLOzRhZk1hZ2zgu/BVRZwg= hash2 - uluxF5ka8nGH0NgslihktESpYM3yuAveL0rutQZLjEo= + G8GWdegzY7yih60B4ea3Ct0sx+/nVwyayzU1FKkPt0s= config.xml hash - bfkQF8MbJwqxyLtjkZ/gpbN5XUs= + LTVqO8XFZVQhqUOeZQEy7meNw1c= hash2 - 7WmvJuHvQdc7/6q41PdabIVMeOTfwLjGwHq8OchRmLw= + mfaY/1RPelG0Ck+46NFWVIw4g+RQljUwp3QE54ZMZJ4= embedded.mobileprovision hash - WLS7bPgkyLNAOPSGAH/RMV9viq4= + l8wkj9UX5I2v1dBJQvQf/lTQiew= hash2 - P4d1qHmYFGlLUCMl/C9wnQiYd1vWXFMxT4JmJRgUxSI= + EkGKDjJhII43Qn+PEmfD7sVHEiZWrPJeyGj1aKMzEco= www/cordova-js-src/exec.js @@ -1099,33 +1103,33 @@ hash - QleBinpy/MrHuJ0RNanvPLTucXY= + fXiIrfC1WC8u+wfH1t+SfL20R5U= hash2 - iG3ony/fJ708Vgul9dITTPufcs7dDxPfJxdQbTDV08w= + GEe0cIiEYcwOQI+uDZovkUI2WNg4HPUcRv5Amn6wiSk= www/css/blogs.css hash - Z4GX/8DuhS7JcIqtnsSaH3JMtq0= + iGcvIKIRYvcNDhnGcyMiEjNAIgQ= hash2 - /kKdvfkHYtRA/JOtOpK2KoSpFf+XojJTnEae/1wHJck= + p0SOmpABcUNvkVAj1taiqvH8vVFMBuT30lxdN0Ywp2k= www/css/cart.css hash - Ng3YvYgB2WSweFsmVC2E1h+W84A= + xeHWGQYuz0O3L8nz+SST95Gf7qg= hash2 - gEc385vNfLCGA1boJOmO5fkqBtmWjHZ5TfFDFn1RjdI= + 12MfXOBwnH2gkNUou3QVM37uuiadDPUATkTvQv/l0tk= www/css/fonts/andale_mono.ttf @@ -1275,33 +1279,33 @@ hash - lWAy1S7uziY189/RAGKaev7ICcE= + w2WshgNfe4vVQH0iROkZQDGsnsI= hash2 - 7zr0oTSoxWrh2Lyb7N/a6vwbE4xmn6Vqj0UJvXVUeJU= + vekNt7VayK8g7ig3J1LQxCPooFK5Hu7U7Rv+FWMmibo= www/css/nav.css hash - m/IdwEAy3GdFXoqWuEdHjDT/Z1c= + AxqGmgOBTnKOkigwb9PUW8RbjBg= hash2 - MtRdAFiYLEZFwIaHll90exG5yyXlWPejuG2if/SYhVo= + 8CzYKZKf8C4/0g4qxjhJBiDYQCqtbCpu5Itm3+4mEOY= www/css/products.css hash - zTG+7VrnL91c3P843JhNb3p9cDQ= + KYbJvjbQPtfzN2/ZJ7m9zvMdRK4= hash2 - H/BhL6QJGpSW6N5Xqn/riK8xtmJy51CQemobDb6442c= + wK+MKtz0FScRFmprN3Oh48s6fMP9/RG20PD8a9wSHcw= www/css/vendor/flickity.css @@ -1627,22 +1631,22 @@ hash - WfmLMrq2VwoMbLb2pXyFB7HO8RA= + aTA/jaWobJdPi8nuMjMiLB2cM4A= hash2 - Z5SztGcvL5GvvJA/izhKa2N937u6THJcoDuSKChyFNQ= + wYgF/pbxmsnsSOjIn5MzsEKOoZZl3bSE9yQgqpyfaow= www/js/index.js hash - Ln7g2gyVP8A++JMCVaE6MrE+vts= + MXHwod7HThPUBz8txlOmjvcslaA= hash2 - MBzYe9TIGKaAR4s4Si/uXlHZS2JSer0fm7oGfdGl/m4= + OEUgyhHsaNXVdy8V4Vpa314+drterkwuRaZIrNVYfN4= www/js/lib/_router.js @@ -1660,11 +1664,11 @@ hash - aVpIFnEgArttSQ+Hhv6TuJfBU4A= + bIokk6jby9kV70sP6mwSQYyWt9o= hash2 - iG1tranbNydzGN9uEJs6u4YvjBTjDUH6+Ey2GuOskx0= + qw6F4bORmnvL3BJtoUXmhTR1r9tTeRaRrBdrlkRM+sE= www/js/lib/account/ConsentModal.js @@ -1770,11 +1774,11 @@ hash - 0MoYu/cf89T9Yj3/GqkxVS5Kn0s= + RNMEI9bRqHA+xQBp5J42b4eHTe0= hash2 - v3axxDFmZxOIUfaVfkbvZECsJNT7TIo2cw8PXjfm2P8= + 950niUjIaOBT5K04BEdj+5ZV+MiCOhuaCZZWcsfk99o= www/js/lib/blogs/BlogView.js @@ -1792,11 +1796,11 @@ hash - JoWqvJNyRivH1RTOWttHCXFw1fQ= + 1g7GG1e0AQLjJG18Y02rg4Rm8A8= hash2 - lez4v0kNzHIjx8HbZND8dA0vuTWpx1OCauojRkWVgYk= + VMh3rW84afsZangutatzZ9iccywOIK3PUk+bMNJD06E= www/js/lib/blogs/PageView.js @@ -1814,11 +1818,11 @@ hash - 0uCBjGnwq8xsO5chZu/C1rGZ/SQ= + 213XVfJUJtaxCHV7FFbjga5hs7o= hash2 - P24JvyHX4Qjfs2Qa+rzt0M9SmSftEC6wuXzTPYoun9k= + fLjidG11pbtfFh/nqU4M5rRlhShzP1Zibag7Bhdzcsw= www/js/lib/cart/CartConfirm.js @@ -1869,11 +1873,11 @@ hash - YYiOPlDBi/ESvBJZ+bBt5ElQ254= + wKti0DCO29c0cz8v1a3rocKnBFg= hash2 - ctAGdJM1VwXGTVUdpT9sXBETsIAdWS5Rbl/NGP/Qkic= + QhLWBCUa8g9fG9HCGHzGcxrTyNUWiuZrAbFgnXNnsSc= www/js/lib/cart/CartThanks.js @@ -1898,6 +1902,17 @@ FQeeZlPKs/Ma/jhjSRzHRtl4LTWr5JJMQAyutOIbmbo= + www/js/lib/etc/accessibility.js + + hash + + QgUYQBmm2miX0dNrFsIf9Szkt8M= + + hash2 + + jC9n971PJzqeInvOHeN/WbHxpDCswD3NCi3L/PFg6sY= + + www/js/lib/etc/backup_db.js hash @@ -1957,22 +1972,22 @@ hash - ftShfH+ffLTkwffJ5JT5/V/TpRo= + 0eDtFKXnaHon167o7b/jNuJOBxw= hash2 - IF3wmk5ZDgUnFwKsRgs1TC43obu2cQQui4Ksg3OINNQ= + ofls7To+oOrL/cOmRaHIYvTPVrePqhqdEDB4giV+A5o= www/js/lib/nav/CreditCardView.js hash - uV1Y5XohZktnJXSKPs/gt/vhlzk= + gVL/tg/yUhmm+DeTTphe5rsyHrk= hash2 - kTv/+Lvcpehdpd3a6ZDzFFKSBtfBm5D77mIZwNOusHE= + KvyNAr/6lvXIWychhPUOZCzTM7bNdBs4RSEA8evPEZs= www/js/lib/nav/CurtainView.js @@ -2056,44 +2071,44 @@ hash - dZYIlXKeCgVJVU3GHPND6CLid+w= + jAdRAZPg6wq2IpgL00kFG/bsV7I= hash2 - F3m7DIDNcROqnCiN7Ebm2xWV6CT1KmGrxZ5Pi7nclsY= + iNILJ6ah4YAnR3q0hFXoMLHRZD3Wp/f3EUfW2di9LUo= www/js/lib/products/GalleryView.js hash - 5rrxB1zyClIfmelN6ylnF/wLAU4= + PlTNRrOKZ/pThjhfJGIhPyF0vF8= hash2 - CV7mdRSIzMi0B8qk+VkV7mErkQvlKQaNOnwJNAJElOg= + GGDqzbrlfnfziT6ikQX/loU9bpQ6vZap1bCH/cx0Nr0= www/js/lib/products/ProductView.js hash - OvyCvqKno4Hvm5R6fcB5SHDfj+s= + /82lnayY7RllLikHb4Gf5NX84MY= hash2 - d0gYTwzKDGmRJ6k+2KgDNMGQbsYiqJFK3ZijApq0GaM= + 58Evlb8Vgr4xG+NgL6k+xGQZyXFgdrGzDVSFx7F73jc= www/js/lib/products/Selector.js hash - QxR583tVoXxutmfsJwO9Trbb8QE= + EKBEgRJvD6J4pdql7rZuk0Hf1ss= hash2 - KDQ0bOdXozaa7mbPZwIkDY0Vm4va6sTjWqOg1TLsNPY= + TQ/ftb1qu0XUvp/7TD82sPiFYa+Kyyvh4UbWak4z5h0= www/js/lib/products/filters/CategoryFilter.js @@ -2155,11 +2170,11 @@ hash - 0E+pHfC1nUz8TPY9jKCYZZUBV/E= + h9Z7w1U81a/0iSk1479BPPEWbt0= hash2 - 4INR1sh3+lJOWANxVYuZkYJZKmHCSA1hOYkpX/9z6Xs= + 2ZAp4f934QdZjKaeD0kh0Y6R3kIuZunfnHdEWAdIax0= www/js/lib/view/View.js diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/config.xml b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/config.xml index d4267d95..f9f29075 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/config.xml +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/config.xml @@ -1,5 +1,5 @@ - + diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/embedded.mobileprovision b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/embedded.mobileprovision index 487c9919..7ec4c547 100644 Binary files a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/embedded.mobileprovision and b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/embedded.mobileprovision differ diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/account.css b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/account.css index 32c7df79..be82a4c7 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/account.css +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/account.css @@ -67,7 +67,7 @@ content:''; width:calc(100% + 100px); height:1px; - background:#bbb; + background:#666; position:absolute; bottom:0; left:-50px; @@ -122,12 +122,23 @@ text-align: center; margin: 0; padding: 20px 10px 8px 10px; - font-size: 14px; + font-size: 16px; color: #000; letter-spacing: 1px; font-weight: bold; } +label { + display: flex; + align-items: center; + justify-content: center; + text-align: center; + font-size: 16px; + color: #000; + letter-spacing:1px; + text-transform:uppercase; + height: 48px; +} input[type=text], input[type=password], input[type=number], input[type=date], input[type=email] { font-family:pfd, sans-serif; font-size:14px; @@ -135,13 +146,13 @@ input[type=text], input[type=password], input[type=number], input[type=date], in color:#000; letter-spacing:1px; text-transform:uppercase; - height:35px; + height: 48px; text-align:center; margin: 0px auto; display:block; - margin-top:4px; + margin-top: 0px; width: calc(100vw - 10px); - border:1px solid #a9a9a9; + border:1px solid #696969; padding: 0; border-radius: 0; } @@ -149,27 +160,35 @@ input[type=text], input[type=password], input[type=number], input[type=date], in input[type=text], input[type=password], input[type=number], input[type=email] { -webkit-appearance: none; } - +input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, input[type=email] { + border-width: 2px; +} .half-input { margin: 0px auto; - display: block; + display: flex; + flex-direction: row; + justify-content: flex-start; + align-items: center; margin-top: 4px; width: calc(100vw - 10px); overflow: auto; } +.half-input label { + width: 50%; +} .half-input input, .half-input select { position: relative; margin: 0; border:none; box-sizing: border-box; float: left; - border: 1px solid #a9a9a9; + border: 1px solid #696969; width: 50%; } .half-input > input:first-child { - border-right: 1px solid #a9a9a9; + border-right: 1px solid #696969; } #signup .toggle-container, #profile .toggle-container { @@ -179,7 +198,7 @@ input[type=text], input[type=password], input[type=number], input[type=email] { width: calc(100vw - 10px); box-sizing: border-box; padding:0px 18px 2px; - font-size:14px; + font-size:16px; } #settings .toggle-container { @@ -189,7 +208,7 @@ input[type=text], input[type=password], input[type=number], input[type=email] { width: calc(100vw - 10px); box-sizing: border-box; padding:10px 18px 2px; - font-size:14px; + font-size:16px; } .toggle-row { @@ -296,10 +315,12 @@ input.switch:checked + label:after { .container-fill { min-height:80px; + display: flex; flex: 1; align-items: center; justify-content: center; position:relative; + flex-direction: column; } .container-fill-condensed { @@ -317,26 +338,27 @@ input.switch:checked + label:after { width:calc(100vw - 10px); box-sizing:border-box; margin:10px auto 0; - position:relative + position:relative; } .container-row .container-message-condensed { margin: 2px auto!important } .container-fill .container-message { - font-size:12px; + font-size:14px; letter-spacing:0.5px; text-align:center; - position:absolute; - top:50%; - left:50%; + display: flex; + align-items: center; + justify-content: center; width:100%; - -webkit-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); + min-height: 48px; color:#000; } - +.billing-container a { + text-decoration: none; +} .premessage { top:calc(50% - 20px)!important; @@ -351,7 +373,7 @@ input.switch:checked + label:after { } .checkbox-container { - font-size:11px; + font-size:14px; width:calc(100vw - 10px); display:table; box-sizing:border-box; @@ -381,6 +403,7 @@ input.switch:checked + label:after { vertical-align:middle; display:table-cell; box-sizing:border-box; + text-align: left; } .billing-container .checkbox-caption { @@ -442,10 +465,6 @@ input.switch:checked + label:after { } .privacy-msg { - left: 50%; - display: inline-block; - position: relative; - transform: translateX(-50%); padding-top: 15px; padding-bottom: 80px; } @@ -463,46 +482,50 @@ input.switch:checked + label:after { color: #000; letter-spacing: 1px; text-transform: uppercase; - height: 35px; + height: 48px; text-align: center; margin: 0px auto; display: block; margin-top: 4px; width: calc(100vw - 10px); - border: 1px solid #a9a9a9; + border: 1px solid #696969; } .date-wrapper span { display: block; } .half-input .select-wrapper { + display: flex; + align-items: center; + justify-content: center; width: 50%; border: 0; margin-top: 0px; float: left; box-sizing: border-box; - border: 1px solid #a9a9a9; + border: 1px solid #696969; +} +.half-input .select-wrapper:nth-child(2) { border-left: 0px; } .half-input .select-wrapper span { - top: 8px; color: #aaa; + top: 0; } .select-wrapper [type=date] { opacity: 0; width: 100%; - height: 35px; - line-height: 35px; + height: 48px; + line-height: 48px; position: absolute; top: -5px; left: -1px; - width: 1px; height: 1px; } .select-wrapper select { opacity: 0; width: 100%; - height: 35px; - line-height: 35px; + height: 48px; + line-height: 48px; position: absolute; top: 0; left: 0; box-sizing: border-box; @@ -512,8 +535,8 @@ input.switch:checked + label:after { } .select-wrapper span { position: relative; - top: 8px; - color: #888; + top: 15px; + color: #666; } .select-wrapper.picked span { color: #000; @@ -521,33 +544,29 @@ input.switch:checked + label:after { .country-wrapper-static { text-align: center; - color: #a9a9a9; + color: #696969; border: 1px solid; - padding-top: 9px; + border-left: 0; font-size: 14px; - height: 35px; + height: 48px; box-sizing: border-box; -} - -.container-row input:first-child { -margin-top:10px + width: 50%; + display: flex; + justify-content: center; + align-items: center; } .container-row .half-input input { margin-top:0px } -#login .container-row input:first-child { -margin-bottom:9px!important -} - .newuser { display:inline-block; - padding:14px; + padding:18px; text-decoration:underline } .forgotpassword { - padding:14px; + padding:18px; text-decoration:underline } \ No newline at end of file diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/blogs.css b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/blogs.css index bf5ab68f..0834912e 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/blogs.css +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/blogs.css @@ -6,11 +6,19 @@ margin: 15px 0 0; text-align: center; text-transform:uppercase; + display:flex; + flex-direction: row; + justify-content: center; + align-items: center; } #story .links li { - padding: 10px; + display: flex; + justify-content: center; + align-items: center; + height: 48px; + padding: 0 15px; list-style-type: none; - display: inline-block; + font-size: 16px; } #story .links li:before { content: ' | ', @@ -57,7 +65,7 @@ animation: mfadein 0.6s; #hub .content .body, #story .content .body { letter-spacing:0.35px; - font-size:12px; + font-size:16px; width:calc(100vw - 40px); box-sizing:border-box; margin:10px auto 20px; @@ -65,7 +73,7 @@ animation: mfadein 0.6s; } #hub .content .body:last-child { - margin:10px auto 100px; + margin:20px auto 100px; } #story .content .body:last-child { @@ -85,14 +93,14 @@ animation: mfadein 0.6s; .content-header .title, .content-header .subtitle { display:block; font-weight:bold; - font-size:14px; + font-size:16px; text-transform:uppercase } .content-header .title { margin:0; padding:0; - line-height:13px; + line-height:1.4em; } .content-header .subtitle { @@ -101,12 +109,17 @@ animation: mfadein 0.6s; .content-share { border:1px solid black; - padding:4px 8px 2px; + padding: 0 12px; + height: 48px; + font-size: 16px; + display: flex; + justify-content: center; + align-items: center; float:right } .content-header span.date, .content-header span.store { - font-size:10px; + font-size:16px; } /* NOTE: optional arrows */ @@ -118,8 +131,8 @@ animation: mfadein 0.6s; background-size:5px 10px; background-repeat:no-repeat; background-position:center; - width:15px; - height:30px; + width:24px; + height:48px; top:26vh; content:''; transform:translateY(-50%); @@ -130,7 +143,6 @@ animation: mfadein 0.6s; z-index:2; position:absolute; display:block; - animation: gallery-fade 4s forwards; } .gallery-right { border:1px solid black; @@ -139,8 +151,8 @@ animation: mfadein 0.6s; background-size:5px 10px; background-repeat:no-repeat; background-position:center; - width:15px; - height:30px; + width:24px; + height:48px; top:26vh; content:''; transform:translateY(-50%); @@ -151,7 +163,6 @@ animation: mfadein 0.6s; z-index:2; position:absolute; display:block; - animation: gallery-fade 4s forwards; } @-webkit-keyframes gallery-fade { @@ -220,7 +231,7 @@ ul.links { margin:0 0 12px; padding:0; font-weight:bold; - font-size:14px; + font-size:16px; } @@ -233,7 +244,7 @@ ul.links { } .archive .body { font-size: 14px; - line-height: 1.2em; + line-height: 1.4em; font-weight: 100; } @@ -278,11 +289,14 @@ ul.links { } #archive .menu .item { width: 100%; - text-align: center; + display: flex; + justify-content: center; + align-items: center; border-bottom: 1px solid black; background: white; - padding:12px 0; - font-size:14px; + padding:0; + height: 48px; + font-size:16px; letter-spacing:0.7px } diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/cart.css b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/cart.css index 7619a82b..c5725349 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/cart.css +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/cart.css @@ -6,20 +6,24 @@ #cart .steps { width: 100%; - border-bottom: 1px solid #bbb; + border-bottom: 1px solid #666; font-size: 0; + display: flex; + flex-direction: row; } #cart .steps span { - display: inline-block; - font-size: 13px; + display: flex; + font-size: 16px; text-align: center; - padding: 11px 0 10px; - color: #bbb; + color: #666; width: 33%; position:relative; + height: 48px; + justify-content: center; + align-items: center; } .summary_step, .shipping_step { - border-right: 1px solid #bbb + border-right: 1px solid #666; } #cart.summary .summary_step, @@ -109,7 +113,12 @@ #cart h3 { padding-left: 5px; - font-size:12px; + font-size:16px; + height: 48px; + display: flex; + justify-content: flex-start; + align-items: center; + font-size: 16px; } .cart_item_row { @@ -153,9 +162,9 @@ padding-left:5px; .cart_item_price .remove { display:block; -width:20px; -height:20px; -border:1px solid #d2d2d2; +width:48px; +height:48px; +border:1px solid #b2b2b2; float:right; margin-bottom:10px; position:relative; @@ -164,8 +173,8 @@ position:relative; .cart_item_price .remove:after { content:''; width:1px; -height:22px; -background:#bbb; +height:48px; +background:#333; position:absolute; top:50%; left:50%; @@ -177,8 +186,8 @@ transform:rotate(45deg) translateX(-50%) translateY(-50%) .cart_item_price .remove:before { content:''; width:1px; - height:22px; - background:#bbb; + height:48px; + background:#333; position:absolute; top:50%; left:50%; @@ -188,27 +197,27 @@ transform:rotate(45deg) translateX(-50%) translateY(-50%) } .cart_item_price .price { - font-size:11px; + font-size:16px; font-weight:bold; display:block } .cart_item_info .sku { - font-size:10px; + font-size:16px; font-weight:bold; - display:block + display:block; } .cart_item_info .title { - font-size:10px; + font-size:16px; font-weight:bold; display:block; - line-height:12px; + line-height:1.4em; text-transform:uppercase; } .cart_item_info .type { - font-size:10px; + font-size:16px; font-weight:bold; display:block; text-transform:capitalize; @@ -217,7 +226,7 @@ transform:rotate(45deg) translateX(-50%) translateY(-50%) .cart_item_info .meta { padding-top:5px; letter-spacing:.75px; - font-size:8px; + font-size:14px; } .order_section .rows { @@ -241,8 +250,8 @@ transform:rotate(45deg) translateX(-50%) translateY(-50%) width:calc(100vw - 30px); margin:0 auto; display:table; - color:#bbb; - font-size:11px; + color:#666; + font-size:16px; } .cart-summary-row { @@ -274,7 +283,7 @@ transform:rotate(45deg) translateX(-50%) translateY(-50%) #orders .order_section { padding-bottom: 16px; - border-bottom: 1px solid #bbb; + border-bottom: 1px solid #666; } @@ -294,9 +303,10 @@ color:#000; position:relative; text-align:right; width:calc(100vw - 10px); - margin:0 auto; + margin:0 auto 20px 0; box-sizing:border-box; - + display: flex; + flex-direction: column; } .dropdown-wrapper .add_edit { @@ -308,11 +318,15 @@ color:#000; } .dropdown-wrapper .dropdown { - font-size:14px; + font-size:16px; box-sizing:border-box; + display: flex; + justify-content: center; align-items: center; text-align: center; - padding:10px 0; + height: 48px; + margin-left: 3px; + padding:0; border:1px solid #a9a9a9; position:relative; } @@ -355,6 +369,9 @@ color:#000; margin-left:5px; margin-bottom:6px; } +#cart .cc_confirm h3 { + justify-content: center +} #cart_shipping input:first-child { margin-top:10px diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/index.css b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/index.css index 4d8e5514..fa3dae54 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/index.css +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/index.css @@ -17,9 +17,12 @@ body { -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ background: #fff; font-family: pfd, sans-serif; - font-size: 12px; + font-size: 14px; padding-top: constant(safe-area-inset-top); } +a, a:visited { + color: #000; +} .loader { z-index: 2; @@ -60,3 +63,15 @@ body { color: red !important; border-color: red !important; } +.error_hilite ~ span.err { + display: flex; +} +span.err { + display: none; + text-align: center; + justify-content: center; + align-items: center; + font-size: 14px; + height: 48px; + color: red !important; +} diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/nav.css b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/nav.css index b7002f20..5c7b8a09 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/nav.css +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/nav.css @@ -35,7 +35,7 @@ } #nav .menu span { display: block; - font-size: 14px; + font-size: 16px; letter-spacing:1.25px; text-shadow:0px 0px 1px rgba(0,0,0,.2); color: #000; @@ -77,9 +77,9 @@ #nav .submenu span { display: block; - font-size: 14px; + font-size: 16px; letter-spacing:1.25px; - color: #bbb; + color: #666; padding: 4px 0 12px 20px } @@ -94,7 +94,7 @@ float: left; width: 61px; border-left: 1px solid #ddd; - color: #bbb; + color: #666; font-size: 18px; padding: 5px 0; text-align: center; @@ -137,10 +137,13 @@ padding-bottom:0px; } #intro div { position: absolute; - top: 50%; left: 50%; + top: 50%; + left: 50%; width: 200px; - padding: 50px; - text-align: center; + height: 100px; + display: flex; + justify-content: center; + align-items: center; font-size: 17px; } #intro #compass { @@ -198,7 +201,7 @@ padding-bottom:0px; display: block; position: absolute; top: 0; left: 0; width: 100%; - height: 42px; + height: 48px; border-bottom: 1px solid black; } #header .logo { @@ -207,42 +210,42 @@ padding-bottom:0px; background-position: center center; position: absolute; background-size: contain; - width: 100px; height: 40px; - left: 50%; top: -4px; + width: 100px; height: 48px; + left: 50%; top: -3px; margin-left: -50px; top:0px; } #header .burger { display: inline-block; font-size: 24px; - padding: 9px 10px 5px; + padding: 12px 13px 7px; } #header .cart_rapper { - display: inline-block; + display: flex; + justify-content: center; + align-items: flex-end; position: relative; float: right; - width: 40px; height: 40px; + width: 44px; height: 48px; } #header .cart { position: relative; - float: right; width: 18px; - top: 15px; + margin-bottom: 10px; height: 18px; - margin-right: 18px; background: #fff; background-image:url(../img/cart-box.png); background-size:100%; background-repeat:no-repeat; } -.cart .cart_count { +#header .cart .cart_count { position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); - color: #bbb; + color: #666; font-size:12.35px; } @@ -273,12 +276,16 @@ padding-bottom:0px; } #footer div { width: 50%; + height: 48px; text-align: center; - padding: 10px 0; color: #000; float: left; - font-size:14px; + font-size: 16px; font-weight:bold; + padding: 0; + display: flex; + justify-content: center; + align-items: center; } #footer .ok { color: #000; @@ -287,7 +294,7 @@ padding-bottom:0px; width: 100%; } #footer .ok.disabled { - color: #bbb; + color: #666; } @@ -300,8 +307,10 @@ padding-bottom:0px; width: 100%; height: 100%; background: rgba(255,255,255,0.8); opacity: 0; - -webkit-transition: opacity 0.2s; - transition: opacity 0.2s; + -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; + transition: opacity 0.2s, transform 0.2s; + -webkit-transform: translateZ(0) translateX(0); + transform: translateZ(0) translateX(0); } #curtain.visible { pointer-events: auto; @@ -346,13 +355,14 @@ padding-bottom:0px; #consent_modal { display: none; z-index: 2; + font-size: 16px; } #consent_modal a { color: black; } .modal button { font-family: pfd, sans-serif; - font-size: 12px; + font-size: 14px; padding: 10px; box-sizing: border-box; margin: 0; @@ -400,7 +410,7 @@ padding-bottom:0px; #selector:not(.selector-outer-wrap) .options div { background: white; text-align: center; - padding: 7px 12px; + padding: 12px 12px; box-sizing:border-box; font-size: 14px; border-left:1px solid black; @@ -462,28 +472,31 @@ padding-bottom:0px; #cart, #profile, #shipping, #payment, #settings, #orders { position: absolute; - top: 43px; - height: -webkit-calc(100% - 43px - 39px); - height: calc(100% - 43px - 39px); + top: 49px; + height: -webkit-calc(100% - 49px - 39px); + height: calc(100% - 49px - 39px); width: 100%; overflow: hidden; } #collection.single { - height: -webkit-calc(100% - 43px); - height: calc(100% - 43px); + height: -webkit-calc(100% - 49px); + height: calc(100% - 49px); } #story, #hub, #archive, .page, #closed { /* these things do not have a footer */ - height: -webkit-calc(100% - 43px); - height: calc(100% - 43px); + height: -webkit-calc(100% - 49px); + height: calc(100% - 49px); } h1 { text-align: center; margin: 0; - padding: 16px 10px 12px 10px; + display: flex; + justify-content: center; + align-items: center; border-bottom: 1px solid #000; - font-size: 14px; + height: 48px; + font-size: 16px; color: #000; letter-spacing: 1px; font-weight: bold; diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/products.css b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/products.css index 59bb403f..fbc22d28 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/products.css +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/css/products.css @@ -103,7 +103,7 @@ } .product .product-header { - font-size:14px; + font-size:16px; margin:18px 0 0; max-width:60%; position:relative; @@ -136,33 +136,49 @@ } .product .style { - padding:4px 9px; + padding: 0; border:1px solid black; float:left } .product .share { float:right; - padding:4px 9px; + padding: 0 12px; + height: 48px; + display: flex; + justify-content: center; + align-items: center; border:1px solid black; } .product .type { display:table-cell; - font-size:14px; + font-size:16px; } -.product .size { - padding-right:16px; +.product .size-color { + display: flex; + flex-direction: row; +} +.product .size-color span { position:relative; - box-sizing:border-box + box-sizing:border-box; + padding: 0 12px; + height: 48px; + font-size: 16px; + display: flex; + justify-content: center; + align-items: center; +} +.product .size-color span.size { + border-right: 1px solid #444; } .product .price { display:table-cell; - font-size:14px; + font-size:16px; text-align:right; - vertical-align:bottom + vertical-align:bottom; } .product .price, .product .type { @@ -179,12 +195,12 @@ .style-share { letter-spacing:0.5px; - font-size:12.35px + font-size:16px; } .size-color { position:relative; - font-size:12.35px + font-size:16px; } .type-price, .style-share { @@ -194,7 +210,7 @@ } -.size::after { +/*.size::after { content: ''; display: inline-block; width: 1px; @@ -205,7 +221,7 @@ right:5px; background: #999; } - +*/ .product .fit, .product .notAvailableInCanada { @@ -232,7 +248,8 @@ #product .content .body { letter-spacing:0.35px; - font-size:12px; + font-size:16px; + line-height: 1.4em; box-sizing:border-box; margin:0px auto 20px; clear:both; diff --git a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/index.html b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/index.html index b6fc8317..664b2df0 100755 --- a/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/index.html +++ b/StoneIsland/platforms/ios/Stone Island.xcarchive/Products/Applications/Stone Island.app/www/index.html @@ -28,103 +28,96 @@ Stone Island - + -