diff options
Diffstat (limited to 'StoneIsland/www/css/nav.css')
| -rw-r--r-- | StoneIsland/www/css/nav.css | 40 |
1 files changed, 34 insertions, 6 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index 69a6f686..513f1d44 100644 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -2,6 +2,8 @@ /* NAV BAR */ #nav { + position: absolute; + top: 0; left: 0; width: 300px; -webkit-transform: translateZ(0) translateX(-300px); -webkit-transition: -webkit-transform 0.3s; @@ -14,6 +16,7 @@ -webkit-transform: translateZ(0) translateX(0px); -webkit-transition: -webkit-transform 0.3s; } +.ios #nav, .ios #content { top: 40px; height: -webkit-calc(100% - 40px); @@ -38,19 +41,39 @@ .intro #footer { display: none; } -#compass { +#intro div { position: absolute; top: 50%; left: 50%; + width: 200px; + padding: 50px; + text-align: center; + font-size: 20px; } -#compass .store { +#intro #compass { + pointer-events: none; + width: 300px; + height: 300px; + background: black; + padding: 0px; + border-radius: 50%; } -#compass .hub { +#intro .store { + -webkit-transform: translateX(-50%) translateY(-50%) translateY(170px) rotateZ(0deg); } -#compass .story { +#intro .hub { + -webkit-transform: translateX(-50%) translateY(-50%) translateX(170px) rotateZ(90deg); } -#compass .archive { +#intro .story { + -webkit-transform: translateX(-50%) translateY(-50%) translateY(-170px) rotateZ(0deg); } -#compass .latlng { +#intro .archive { + -webkit-transform: translateX(-50%) translateY(-50%) translateX(-170px) rotateZ(270deg); +} +#intro .latlng { + position: absolute; + bottom: 0; left: 0; width: 100%; + text-align: center; + z-index: 2 } @@ -61,6 +84,11 @@ position: absolute; top: 0; left: 0; width: 100%; } +.burger { + font-size: 24px; +} + + #footer { display: block; position: absolute; |
