summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-25 05:06:39 -0500
committerJules Laplace <jules@okfoc.us>2015-11-25 05:06:39 -0500
commit7784e0632e3048a1c8f7f0ac8b0e6c8178dbe939 (patch)
treed05cbc651ff1bc519924671bd515bf129f3e6177 /StoneIsland/www/index.html
parentc242cbaf23c0b0f3398bfa1e8f95ab4bf4294b2a (diff)
move css
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html57
1 files changed, 0 insertions, 57 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index d3e182ea..b06b3297 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -160,63 +160,6 @@
</div>
<div class="fade-cover"></div>
</div>
-<style>
-#archive .heading {
- position: absolute;
- top: 0; left: 0;
- width: 100%;
- pointer-events: none;
-}
-#archive.menu .menu {
- opacity: 1;
- pointer-events: auto;
-}
-#archive .menu {
- background: rgba(255,255,255,0.8);
- position: absolute;;
- top: 0; left: 0;
- height: 100%;
- width: 100%;
- opacity: 0;
- pointer-events: none;
- transition: opacity 0.2s;
-}
-#archive .menu .items {
- border-top: 1px solid black;
- width: 100%;
-}
-#archive .menu .item {
- width: 100%;
- text-align: center;
- border-bottom: 1px solid black;
- background: white;
-}
-#archive .scroll {
- top: 0; left: 0;
- height: 100%;
-}
-#archive .row {
- position: relative;
- min-height: 80vh;
- perspective: 500;
-}
-#archive .menu .items,
-#archive .row .image,
-#archive .row .text {
- position: absolute;
- top: 50%; left: 50%;
- transform-origin: 50% 50%;
- transform: translateZ(0) translateX(-50%) translateY(-50%);
-}
-#archive .row .image {
- width: 100%; height: 100%;
- background-repeat: no-repeat;
- background-size: 80% auto;
- background-position: center center;
-}
-#archive .row .text {
-}
-</style>
<div id="archive">
<div class="scroll">