diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-15 17:29:06 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-15 17:35:10 -0400 |
| commit | 7ce68f6fa7deb845266107c38c6049fdcdb5f5a8 (patch) | |
| tree | 0ed74540dfa6d08001fafe371e507562f3ebf887 /StoneIsland/www/css/nav.css | |
| parent | d5855a5d5b7c16a2c262ad2b98aabe5e8dd161f0 (diff) | |
using ionicons
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; |
