summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-09-03 19:29:08 +0200
committerJules Laplace <julescarbon@gmail.com>2019-09-03 19:29:08 +0200
commit4ed316ba420c5a07338f783c942dce800f14476f (patch)
treee962352207706b0101700b59880c8195f5680059 /StoneIsland/platforms/ios/www/css
parent589c423f3d2d4d65347fbd074b71cc067541c477 (diff)
rebuild app
Diffstat (limited to 'StoneIsland/platforms/ios/www/css')
-rwxr-xr-xStoneIsland/platforms/ios/www/css/blogs.css13
-rwxr-xr-xStoneIsland/platforms/ios/www/css/index.css40
2 files changed, 47 insertions, 6 deletions
diff --git a/StoneIsland/platforms/ios/www/css/blogs.css b/StoneIsland/platforms/ios/www/css/blogs.css
index 2d4a52c3..f857db9e 100755
--- a/StoneIsland/platforms/ios/www/css/blogs.css
+++ b/StoneIsland/platforms/ios/www/css/blogs.css
@@ -17,9 +17,14 @@
justify-content: center;
align-items: center;
height: 48px;
- padding: 0 8px;
+ padding: 0 15px;
list-style-type: none;
font-size: 1rem;
+}
+.accessible #story .links {
+ flex-wrap: wrap;
+}
+.accessible #story .links li {
border: 1px solid black;
margin: 5px;
}
@@ -28,11 +33,11 @@
text-decoration: underline;
}
#story .content > div {
-display:none;
+ display:none;
}
#story .content div.active {
-display:block;
-animation: mfadein 0.6s;
+ display:block;
+ animation: mfadein 0.6s;
}
.hub #hub { display: block }
diff --git a/StoneIsland/platforms/ios/www/css/index.css b/StoneIsland/platforms/ios/www/css/index.css
index 88022823..83b3353a 100755
--- a/StoneIsland/platforms/ios/www/css/index.css
+++ b/StoneIsland/platforms/ios/www/css/index.css
@@ -54,11 +54,47 @@ a, a:visited {
to {-webkit-transform: rotate(360deg)}
}
-.scroll {
+.iscroll .scroll {
position: absolute;
width: 100%;
}
-
+.vscroll .scroll {
+ width: 100%;
+/* height: calc(100vh - 2.5rem);
+ overflow: scroll;
+ -webkit-overflow-scrolling: touch;
+*/
+}
+.vscroll body,
+html.vscroll {
+ overflow: auto;
+ -webkit-overflow-scrolling: touch;
+}
+.vscroll #header,
+.vscroll #footer,
+.vscroll #nav {
+ position: fixed;
+}
+.vscroll #story,
+.vscroll #hub,
+.vscroll #archive,
+.vscroll .page,
+.vscroll #collection,
+.vscroll #product,
+.vscroll #search,
+.vscroll #closed,
+.vscroll #login,
+.vscroll #logout,
+.vscroll #signup,
+.vscroll #cart,
+.vscroll #profile,
+.vscroll #shipping,
+.vscroll #payment,
+.vscroll #settings,
+.vscroll #content,
+.vscroll #orders {
+ overflow: auto;
+}
.error_hilite {
color: red !important;
border-color: red !important;