diff options
Diffstat (limited to 'StoneIsland/www/css')
| -rw-r--r-- | StoneIsland/www/css/nav.css | 8 | ||||
| -rw-r--r-- | StoneIsland/www/css/products.css | 18 |
2 files changed, 22 insertions, 4 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index 9b4e4fd3..1ffa0bb0 100644 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -258,10 +258,10 @@ /* CONTENT */ #story, #hub, #archive, .page, -#collection, #product, #search, -#login, #logout, +#collection, #product, #search, #closed, +#login, #logout, #signup, #cart, -#signup, #shipping, #payment, #profile, #settings { +#profile, #shipping, #payment, #settings, #orders { position: absolute; top: 43px; height: -webkit-calc(100% - 43px - 39px); @@ -269,7 +269,7 @@ width: 100%; overflow: hidden; } -#story, #hub, #archive, .page { +#story, #hub, #archive, .page, #closed { /* these things do not have a footer */ height: -webkit-calc(100% - 43px); height: calc(100% - 43px); diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 2553cd9b..4dace6ea 100644 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -46,3 +46,21 @@ #search { display: none; } + +.closed #closed { display: block } +#closed { + display: none; + background-size: cover; + background-position: center; + background-repeat: no-repeat; + transition: background 0.5s ease-in; +} +#closed .closed_store_msg { + position: absolute; + bottom: 20vh; + background: rgba(255,255,255,0.9); + padding-top: 20px; + padding-bottom: 10px; + text-align: center; + width: 100%; +}
\ No newline at end of file |
