From 680488c4b74ffd8c1ec03387217cbc91da368e74 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 14 Apr 2021 16:46:54 +0530 Subject: [PATCH] v0.15.27 UI tweaks --- css/main.css | 65 +++++++++++++++++++++++++++++-------------- css/main.min.css | 2 +- css/main.scss | 45 ++++++++++++++++++++++++------ index.html | 72 ++++++++++++++++++++++++++---------------------- 4 files changed, 121 insertions(+), 63 deletions(-) diff --git a/css/main.css b/css/main.css index a733f13..42833ba 100644 --- a/css/main.css +++ b/css/main.css @@ -378,7 +378,7 @@ ul { left: 0; right: 0; bottom: 0; - z-index: 10; + z-index: 15; grid-template-rows: auto 1fr; background: rgba(var(--foreground-color), 1); } @@ -549,8 +549,8 @@ ul { #floor_line_map { position: sticky; top: 1rem; - height: 60vh; - z-index: 5; + height: 40vh; + z-index: 10; grid-template-columns: 2rem 1fr; grid-column: 1/2; } @@ -583,31 +583,30 @@ ul { display: flex; align-items: center; left: 0.75rem; - margin-top: -1.4rem; + margin-top: -0.4rem; padding-bottom: 1rem; user-select: none; transition: transform 0.3s; -} -.floor-label .floor-title { - opacity: 0; - transform: translateX(-1rem); - transition: opacity 0.3s, transform 0.3s; -} -.floor-label--active { - opacity: 1; -} -.floor-label--active .floor-title { - opacity: 1; - box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); - transform: none; + /* .floor-title{ + opacity: 0; + transform: translateX(-1rem); + transition: opacity 0.3s, transform 0.3s; + } + &--active{ + opacity: 1; + .floor-title{ + opacity: 1; + box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); + transform: none; + } + } */ } .floor-circle { - position: absolute; height: 0.5rem; width: 0.5rem; - background: rgba(var(--text-color), 1); border-radius: 1rem; + background: rgba(var(--text-color), 1); } .floor-title { @@ -630,13 +629,22 @@ ul { width: 100%; } +.floor__header { + position: sticky; + top: 0; + transform: translateY(-0.1rem); + z-index: 8; + padding: 0.5rem 0; + background: var(--background-color); +} + .big-icon { height: 2rem; width: 2rem; } .outlets-container { - margin: 3rem 0; + margin: 1.5rem 0; gap: 1.5rem; } @@ -984,6 +992,23 @@ table { grid-template-columns: 1fr 80vw 1fr; } + .floor__header::before { + content: ""; + position: absolute; + left: -10%; + width: 10%; + height: 100%; + background: var(--background-color); + } + .floor__header::after { + content: ""; + position: absolute; + right: -10%; + width: 10%; + height: 100%; + background: var(--background-color); + } + .outlets-container { gap: 5rem; } diff --git a/css/main.min.css b/css/main.min.css index b7bd06b..cfad0d2 100644 --- a/css/main.min.css +++ b/css/main.min.css @@ -1 +1 @@ -.pos-relative,button{position:relative}.floor-title,.overflow-ellipsis,.td{white-space:nowrap}.hide,.ripple{pointer-events:none}.interact,.theme-switcher,button{cursor:pointer;-webkit-tap-highlight-color:transparent}*{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Roboto Slab",serif}.button__icon--left,.margin-right-0-5{margin-right:.5rem}body{--primary-color:#115FF0;--light-shade:rgba(var(--text-color), 0.06);--text-color:17,17,17;--text-color-light:100,100,100;--foreground-color:255,255,255;--background-color:#F6f6f6;--error-color:red;--accent-color:#F55B5D;color:rgba(var(--text-color),1);height:calc(100%);font-size:clamp(1rem,1.2vmax,3rem);background:var(--background-color)}body[data-theme=dark]{--primary-color:#79A5F6;--text-color:240,240,240;--text-color-light:170,170,170;--foreground-color:20,20,20;--background-color:#0a0a0a;--error-color:rgb(255, 106, 106)}body[data-theme=dark] #outlet_switcher{background:linear-gradient(rgba(var(--text-color),.06),rgba(var(--text-color),.06)),rgba(var(--foreground-color),1)}.full-bleed{grid-column:1/4}.h1{font-size:2.5rem}.h2{font-size:2rem}.h3{font-size:1.4rem}.h4{font-size:1rem}.h5{font-size:.8rem}.uppercase{text-transform:uppercase}.capitalize,.outlet__title{text-transform:capitalize}p{max-width:60ch;line-height:1.7}img{object-fit:cover}button{overflow:hidden;display:inline-flex;align-items:center;border:none;background:0 0;outline:0;color:inherit;font-weight:500}.button--primary,.outlet-number{color:rgba(var(--foreground-color),1)}.button{border-radius:.2rem;padding:.5rem .6rem}.button--primary{background:var(--primary-color)}.button--primary .icon{fill:rgba(var(--foreground-color),1)}button:focus-visible{outline:solid rgba(var(--text-color),1)}sm-input,sm-textarea{--border-radius:0.2rem;--background:rgba(var(--text-color), 0.06)}sm-button{--border-radius:0.2rem}sm-tab-header{align-self:flex-start}ul{list-style:none}.flex{display:flex}.grid{display:grid}.grid-3{grid-template-columns:repeat(auto-fill,minmax(8rem,1fr))}.flow-column{grid-auto-flow:column}.gap-0-5{gap:.5rem}.gap-1{gap:1rem}.gap-1-5{gap:1.5rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.elevator__header,.popup__header{gap:.5rem;grid-template-columns:auto 1fr}.align-start{align-items:flex-start}.align-center,.popup__header{align-items:center}.text-center{text-align:center}.justify-start{justify-content:start}.justify-center{justify-content:center}.justify-right{margin-left:auto}.button__icon--right,.margin-left-0-5{margin-left:.5rem}.align-self-center{align-self:center}.justify-self-center{justify-self:center}.justify-self-start{justify-self:start}.direction-column{flex-direction:column}.space-between{justify-content:space-between}.w-100{width:100%}.margin-top-1-5{margin-top:1.5rem}.margin-bottom-0-5r{margin-bottom:.5rem}.margin-bottom-1r{margin-bottom:1rem}.margin-bottom-1-5r{margin-bottom:1.5rem}.margin-bottom-2r{margin-bottom:2rem}.margin-bottom-3r{margin-bottom:3rem}.margin-bottom-4r{margin-bottom:4rem}.hide{opacity:0}.hide-completely{display:none!important}.no-transformations{transform:none!important}.overflow-ellipsis{width:100%;overflow:hidden;text-overflow:ellipsis}.ripple{position:absolute;border-radius:50%;transform:scale(0);background:rgba(var(--text-color),.16)}.interact{position:relative;overflow:hidden}.observe-empty-state:empty{display:none}.observe-empty-state:not(:empty)~.empty-state{display:none}.icon{width:1.5rem;height:1.5rem;fill:rgba(var(--text-color),.9)}.icon-only{height:2.6rem;width:2.6rem;padding:.6rem}.close-icon{padding:.3rem}.close-button{left:-.5rem}.button__label{font-size:1rem}.button__icon{height:1.1rem;width:1.1rem}.color-0-9{color:rgba(var(--text-color),.9)}.color-0-8{color:rgba(var(--text-color),.8)}.color-0-7{color:rgba(var(--text-color),.7)}.weight-400{font-weight:400}.room-button,.weight-500{font-weight:500}.weight-700{font-weight:700}.weight-900{font-weight:900}.popup__header{padding:.5rem 1.5rem 0 1rem;display:grid;width:100%}#elevator_popup{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:10;grid-template-rows:auto 1fr;background:rgba(var(--foreground-color),1)}.elevator__header,.item__title{position:sticky;background:rgba(var(--foreground-color),1);top:0}.elevator__header{padding:1.2rem 1.5rem;display:grid;align-items:center;justify-content:flex-start;width:100%;z-index:1}#floor_list{align-content:flex-start;padding:0 1.5rem 4rem;gap:2rem;overflow-y:auto;transform-origin:top;counter-reset:floor-counter}.floor_list__item{display:grid;gap:1.5rem;counter-increment:floor-counter}.floor_list__item .floor-num::after{content:" " counter(floor-counter)}.floor_list__item:last-of-type{padding-bottom:25vh}.item__title{padding-bottom:.5rem;z-index:1}.outlet-list{gap:2rem;padding:0 0 1rem 2rem;border-left:.15rem solid var(--accent-color);counter-reset:outlet-counter}.outlet-section{display:grid;user-select:none;width:min(50ch,100%);counter-increment:outlet-counter}.outlet-section .outlet-title::before{content:counter(outlet-counter) ". "}.outlet-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.outlet-brief{color:rgba(var(--text-color),.8)}.popup__header__close{padding:.5rem;cursor:pointer}.floor__button{position:relative;padding:.5rem 1rem;max-width:20ch;justify-content:center;text-align:left;border-radius:.2rem;font-size:1.5rem;font-weight:900;background:rgba(var(--text-color),.06)}.floor__button--active{background:rgba(var(--text-color),.2);box-shadow:0 0 0 .4rem rgba(var(--text-color),1) inset}.floor-name{margin-top:.2rem;font-size:.8rem}.elevator__floor-line{flex:1;height:.1rem;margin-left:2rem;background-color:var(--accent-color)}#main_header{position:relative;padding:1rem;grid-template-columns:repeat(3,1fr)}#elevator_button{justify-self:flex-start;margin-left:-1rem}#main_header__logo{height:1.8rem;width:1.8rem}.theme-switcher{position:relative;justify-self:flex-end;width:1.5rem;height:1.5rem}.theme-switcher .icon{position:absolute;transition:transform .6s}.theme-switcher__checkbox{display:none}.theme-switcher__checkbox:checked~.moon-icon{transform:scale(0) rotate(90deg)}.theme-switcher__checkbox:not(:checked)~.sun-icon{transform:scale(0) rotate(-90deg)}.page{position:relative;display:grid;grid-template-columns:1rem 1fr 1rem}#floor_line_map,#home_page{grid-template-columns:2rem 1fr}.page>*{grid-column:2/3}.tag{background:var(--primary-color);padding:.4rem .6rem}#home_page{will-change:scroll-position;overflow-y:auto;max-height:calc(100vh - 5rem)}#floor_line_map{position:sticky;top:1rem;height:60vh;z-index:5;grid-column:1/2}.line-map{height:100%}.line-map__circle{position:absolute;border-radius:1rem;width:1rem;height:1rem;margin-top:-.5rem;background:rgba(var(--foreground-color),1);border:.2rem solid var(--accent-color);transition:transform .1s linear;z-index:5}.line-map__bar{width:.1rem;height:100%;border-radius:1rem;background:var(--accent-color)}.floor-circle,.outlet-number{background:rgba(var(--text-color),1)}.floor-label{position:absolute;display:flex;align-items:center;left:.75rem;margin-top:-1.4rem;padding-bottom:1rem;user-select:none;transition:transform .3s}.outlet-number,.outlet-preview{display:grid;position:relative}.floor-label .floor-title{opacity:0;transform:translateX(-1rem);transition:opacity .3s,transform .3s}.floor-label--active{opacity:1}.floor-label--active .floor-title{opacity:1;box-shadow:0 0 .5rem rgba(0,0,0,.2);transform:none}.floor-circle{position:absolute;height:.5rem;width:.5rem;border-radius:1rem}#outlet_switcher,.floor-title,sm-carousel{background:rgba(var(--foreground-color),1)}.floor-title{opacity:.5;font-size:.9rem;padding:.4rem .6rem;margin-left:1rem;border-radius:.2rem;transition:box-shadow .3s,opacity .3s}#floor_container{width:calc(100% - 1rem)}.floor{padding-bottom:3rem;width:100%}.big-icon{height:2rem;width:2rem}.outlets-container{margin:3rem 0;gap:1.5rem}.outlet-preview{align-items:center}.outlet-number{width:2rem;height:2rem;aspect-ratio:1/1;font-size:1.3rem;font-weight:900;margin-bottom:.5rem;border-radius:.2rem;place-content:center;justify-self:flex-start;box-shadow:.2rem .2rem 0 var(--accent-color)}.outlet-preview__info{position:relative;padding:1rem;border-radius:.5rem}.outlet__title{font-weight:900;font-size:1.8rem;margin-bottom:.8rem}.outlet__description{color:rgba(var(--text-color),.8)}.outlet-label,.outlet_switcher__button--active,.room-button[active]{color:var(--primary-color)}.outlet-preview__border{position:absolute;height:100%;width:100%;z-index:-1;box-shadow:0 0 0 .1rem rgba(var(--text-color),.2);border-radius:.5rem}.outlet-preview__button{justify-self:flex-start;border-radius:.2rem;padding:.3rem 1rem;box-shadow:0 0 0 1px rgba(var(--text-color),1)}.label{position:relative;font-size:.8rem;margin-bottom:.3rem}.value{font-size:1.3rem}#bit_bond_series__container{background:url(../assets/bg/bitbonds-bg.png) bottom right no-repeat,rgba(var(--foreground-color),1);background-size:60%}#bob_fund_investors__container{background:url(../assets/bg/bobsfund-bg.png) bottom left no-repeat,rgba(var(--foreground-color),1);background-size:60%}#ico_investors__container{background:url(../assets/bg/ico-bg.png) top right no-repeat,rgba(var(--foreground-color),1);background-size:60%}sm-carousel{position:relative;height:100%;border-radius:.5rem;padding:1.5rem 1.5rem 4rem;--arrow-left:1.5rem;--arrow-right:1.5rem;--arrow-fill:rgba(var(--text-color), 1);--arrow-background:transparent;--arrow-box-shadow:none;--arrow-bottom:-3.5rem;--indicator-bottom:-2.5rem;--active-indicator-color:var(--primary-color)}.bit-bond-series__row,.bob-fund__row,.investor-card{min-width:100%}.investor-card{align-items:flex-start;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr}.investor-card--small{grid-template-areas:"img ." "para para"}.investor-card--small .investor__image{width:4rem;height:4rem;border-radius:50%}.investor-card--big{grid-template-areas:"img ." "img para"}.investor__image{grid-area:img;width:5rem;border-radius:.5rem}.investor__bio{font-size:.9rem;margin-top:.5rem}.investor__contribution-container{grid-area:para}#outlet_switcher{position:absolute;top:0;padding:1rem;border-radius:.3rem;box-shadow:0 2rem 4rem -1rem rgba(0,0,0,.2);z-index:2}.outlet_switcher__button{font-size:1rem;padding:.4rem 0}.outlet_switcher__button:not(:last-of-type)::after{content:"";position:relative;width:4vw;height:.1rem;margin:0 .5rem;background:var(--accent-color)}.outlet-label{display:flex;align-items:center;justify-self:flex-start;margin-bottom:.5rem;font-size:1rem}.outlet-label .icon{fill:var(--primary-color);margin-right:.5rem}scroll-tab-header{position:sticky;top:0;--padding:0.5rem 0;--border-radius:0.3rem;--background:var(--background-color);--grid-auto-flow:column;z-index:1}scroll-tab-panels{--background:transparent}scroll-tab-panels>*{min-height:100vh;padding-top:4rem;opacity:.4;transition:opacity .6s}.room-button,.td{padding:.6rem .8rem}scroll-tab-panels>[active]{opacity:1}.auto-grid-layout{justify-content:flex-start;overflow-x:auto}.grid-2{grid-template-columns:auto 1fr}.room-button{position:relative;opacity:.6;border-radius:0;font-size:1.1rem;transition:opacity .3s,background-color .3s}.room-button[active]{opacity:1}.room-button[active] .icon{fill:var(--primary-color)}.room-button[active]::after{content:"";position:absolute;height:.1rem;width:100%;bottom:0;left:0;border-radius:.2rem .2rem 0 0;background:var(--primary-color)}table{border-collapse:collapse;width:max-content}.tr{margin:.5rem}.tr:nth-of-type(even){background:rgba(var(--text-color),.1)}#ico_page__carousel{width:min(36rem,100%);height:max-content}.phase{grid-template-columns:4rem 1fr}.phase:not(:last-of-type) .phase__description{padding-bottom:1.5rem}.phase:last-of-type .progress-bar__line{height:0}.progress-bar__circle,.progress-bar__line{position:absolute;margin-top:1rem;left:50%;transform:translateX(-50%)}.progress-bar__circle{padding:.4rem;background:rgba(var(--foreground-color),1);border:rgba(var(--text-color),1) solid;border-radius:50%;z-index:1}.progress-bar__line{height:100%;width:.1rem;background:rgba(var(--text-color),.9)}.phase__date{margin-top:.3rem}.phase__description{margin-top:1rem}@media only screen and (max-width:640px){.hide-on-mobile{display:none}#outlet_switcher{width:calc(100% - 2rem)}.outlet-hero-section{margin-top:2rem}}@media only screen and (min-width:640px){.page{grid-template-columns:1fr 90vw 1fr}.h1{font-size:4rem}.h2{font-size:2.5rem}.h3{font-size:1.5rem}.h4{font-size:1.1rem}#main_header{padding:1.2rem 2rem}#floor_list{padding:0 3rem 4rem 4.6rem}#home_page{grid-template-columns:1fr 80vw 1fr}.outlets-container{gap:5rem}.outlet-preview{gap:1rem;grid-template-columns:repeat(2,1fr)}.carousel-holder{align-self:flex-start;transform:translateY(-2rem);z-index:1;border-radius:.5rem}.carousel-holder--left{grid-row:1/2;grid-column:1/2;box-shadow:-2rem 5rem 4rem -2rem rgba(0,0,0,.2)}.carousel-holder--left~.outlet-preview__border{justify-self:flex-end}.carousel-holder--right{box-shadow:2rem 5rem 4rem -2rem rgba(0,0,0,.2)}.outlet-preview__border{width:66%}.outlet-preview__info{padding:2rem}.outlet-preview__carousel{padding:2rem 2rem 5rem}#outlet_switcher{padding:1rem 1.5rem}.outlet-hero-section{margin-top:4rem}.auto-grid-layout{grid-template-columns:auto 1fr}.investor__image{width:8rem}}@media only screen and (min-width:1280px){.page{grid-template-columns:1fr 80vw 1fr}.grid-3{justify-content:center}.grid-3>.grid{width:100%}}@media only screen and (min-width:1920px){#home_page,.page{grid-template-columns:1fr 60vw 1fr}}@media (any-hover:hover){::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-thumb{background:rgba(var(--text-color),.3);border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:rgba(var(--text-color),.5)}.page-link{cursor:pointer;transition:color .3s}.page-link:hover{color:var(--primary-color)}.page-link:hover .icon{fill:var(--primary-color)}.floor__button:hover{background:rgba(var(--text-color),.2)}} \ No newline at end of file +.hide,.ripple{pointer-events:none}.interact,.theme-switcher,button{cursor:pointer;-webkit-tap-highlight-color:transparent}.pos-relative,button{position:relative}*{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Roboto Slab",serif}.button__icon--left,.margin-right-0-5{margin-right:.5rem}body{--primary-color:#115FF0;--light-shade:rgba(var(--text-color), 0.06);--text-color:17,17,17;--text-color-light:100,100,100;--foreground-color:255,255,255;--background-color:#F6f6f6;--error-color:red;--accent-color:#F55B5D;color:rgba(var(--text-color),1);height:calc(100%);font-size:clamp(1rem,1.2vmax,3rem);background:var(--background-color)}body[data-theme=dark]{--primary-color:#79A5F6;--text-color:240,240,240;--text-color-light:170,170,170;--foreground-color:20,20,20;--background-color:#0a0a0a;--error-color:rgb(255, 106, 106)}body[data-theme=dark] #outlet_switcher{background:linear-gradient(rgba(var(--text-color),.06),rgba(var(--text-color),.06)),rgba(var(--foreground-color),1)}.full-bleed{grid-column:1/4}.h1{font-size:2.5rem}.h2{font-size:2rem}.h3{font-size:1.4rem}.h4{font-size:1rem}.h5{font-size:.8rem}.uppercase{text-transform:uppercase}.capitalize,.outlet__title{text-transform:capitalize}p{max-width:60ch;line-height:1.7}img{object-fit:cover}button{overflow:hidden;display:inline-flex;align-items:center;border:none;background:0 0;outline:0;color:inherit;font-weight:500}.button--primary,.outlet-number{color:rgba(var(--foreground-color),1)}.button{border-radius:.2rem;padding:.5rem .6rem}.button--primary{background:var(--primary-color)}.button--primary .icon{fill:rgba(var(--foreground-color),1)}button:focus-visible{outline:solid rgba(var(--text-color),1)}sm-input,sm-textarea{--border-radius:0.2rem;--background:rgba(var(--text-color), 0.06)}sm-button{--border-radius:0.2rem}sm-tab-header{align-self:flex-start}ul{list-style:none}.flex{display:flex}.grid{display:grid}.grid-3{grid-template-columns:repeat(auto-fill,minmax(8rem,1fr))}.flow-column{grid-auto-flow:column}.gap-0-5{gap:.5rem}.gap-1{gap:1rem}.gap-1-5{gap:1.5rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.elevator__header,.popup__header{grid-template-columns:auto 1fr;gap:.5rem}.align-start{align-items:flex-start}.align-center,.popup__header{align-items:center}.text-center{text-align:center}.justify-start{justify-content:start}.justify-center{justify-content:center}.justify-right{margin-left:auto}.button__icon--right,.margin-left-0-5{margin-left:.5rem}.align-self-center{align-self:center}.justify-self-center{justify-self:center}.justify-self-start{justify-self:start}.direction-column{flex-direction:column}.space-between{justify-content:space-between}.w-100{width:100%}.margin-top-1-5{margin-top:1.5rem}.margin-bottom-0-5r{margin-bottom:.5rem}.margin-bottom-1r{margin-bottom:1rem}.margin-bottom-1-5r{margin-bottom:1.5rem}.margin-bottom-2r{margin-bottom:2rem}.margin-bottom-3r{margin-bottom:3rem}.margin-bottom-4r{margin-bottom:4rem}.hide{opacity:0}.hide-completely{display:none!important}.no-transformations{transform:none!important}.overflow-ellipsis{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ripple{position:absolute;border-radius:50%;transform:scale(0);background:rgba(var(--text-color),.16)}.interact{position:relative;overflow:hidden}.observe-empty-state:empty{display:none}.observe-empty-state:not(:empty)~.empty-state{display:none}.icon{width:1.5rem;height:1.5rem;fill:rgba(var(--text-color),.9)}.outlet-label .icon,.room-button[active] .icon{fill:var(--primary-color)}.icon-only{height:2.6rem;width:2.6rem;padding:.6rem}.close-icon{padding:.3rem}.close-button{left:-.5rem}.button__label{font-size:1rem}.button__icon{height:1.1rem;width:1.1rem}.color-0-9{color:rgba(var(--text-color),.9)}.color-0-8{color:rgba(var(--text-color),.8)}.color-0-7{color:rgba(var(--text-color),.7)}.weight-400{font-weight:400}.room-button,.weight-500{font-weight:500}.weight-700{font-weight:700}.weight-900{font-weight:900}.popup__header{padding:.5rem 1.5rem 0 1rem;display:grid;width:100%}#elevator_popup{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:15;grid-template-rows:auto 1fr;background:rgba(var(--foreground-color),1)}.elevator__header,.item__title{position:sticky;background:rgba(var(--foreground-color),1);top:0}.elevator__header{padding:1.2rem 1.5rem;display:grid;align-items:center;justify-content:flex-start;width:100%;z-index:1}#floor_list{align-content:flex-start;padding:0 1.5rem 4rem;gap:2rem;overflow-y:auto;transform-origin:top;counter-reset:floor-counter}.floor_list__item{display:grid;gap:1.5rem;counter-increment:floor-counter}.floor_list__item .floor-num::after{content:" " counter(floor-counter)}.floor_list__item:last-of-type{padding-bottom:25vh}.item__title{padding-bottom:.5rem;z-index:1}.outlet-list{gap:2rem;padding:0 0 1rem 2rem;border-left:.15rem solid var(--accent-color);counter-reset:outlet-counter}.outlet-section{display:grid;user-select:none;width:min(50ch,100%);counter-increment:outlet-counter}.outlet-section .outlet-title::before{content:counter(outlet-counter) ". "}.outlet-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.outlet-brief{color:rgba(var(--text-color),.8)}.popup__header__close{padding:.5rem;cursor:pointer}.floor__button{position:relative;padding:.5rem 1rem;max-width:20ch;justify-content:center;text-align:left;border-radius:.2rem;font-size:1.5rem;font-weight:900;background:rgba(var(--text-color),.06)}.floor__button--active{background:rgba(var(--text-color),.2);box-shadow:0 0 0 .4rem rgba(var(--text-color),1) inset}.floor-name{margin-top:.2rem;font-size:.8rem}.elevator__floor-line{flex:1;height:.1rem;margin-left:2rem;background-color:var(--accent-color)}#main_header{position:relative;padding:1rem;grid-template-columns:repeat(3,1fr)}#elevator_button{justify-self:flex-start;margin-left:-1rem}#main_header__logo{height:1.8rem;width:1.8rem}.theme-switcher{position:relative;justify-self:flex-end;width:1.5rem;height:1.5rem}.theme-switcher .icon{position:absolute;transition:transform .6s}.theme-switcher__checkbox{display:none}.theme-switcher__checkbox:checked~.moon-icon{transform:scale(0) rotate(90deg)}.theme-switcher__checkbox:not(:checked)~.sun-icon{transform:scale(0) rotate(-90deg)}.page{position:relative;display:grid;grid-template-columns:1rem 1fr 1rem}#floor_line_map,#home_page{grid-template-columns:2rem 1fr}.page>*{grid-column:2/3}.tag{background:var(--primary-color);padding:.4rem .6rem}#home_page{will-change:scroll-position;overflow-y:auto;max-height:calc(100vh - 5rem)}#floor_line_map{position:sticky;top:1rem;height:40vh;z-index:10;grid-column:1/2}.grid-2,.investor-card{grid-template-columns:auto 1fr}.line-map{height:100%}.line-map__circle{position:absolute;border-radius:1rem;width:1rem;height:1rem;margin-top:-.5rem;background:rgba(var(--foreground-color),1);border:.2rem solid var(--accent-color);transition:transform .1s linear;z-index:5}.line-map__bar{width:.1rem;height:100%;border-radius:1rem;background:var(--accent-color)}.floor-label{position:absolute;display:flex;align-items:center;left:.75rem;margin-top:-.4rem;padding-bottom:1rem;user-select:none;transition:transform .3s}.outlet-number,.outlet-preview{display:grid;position:relative}.floor-circle{height:.5rem;width:.5rem;border-radius:1rem;background:rgba(var(--text-color),1)}#outlet_switcher,.floor-title,sm-carousel{background:rgba(var(--foreground-color),1)}.floor-title{opacity:.5;font-size:.9rem;white-space:nowrap;padding:.4rem .6rem;margin-left:1rem;border-radius:.2rem;transition:box-shadow .3s,opacity .3s}#floor_container{width:calc(100% - 1rem)}.floor{padding-bottom:3rem;width:100%}.floor__header{position:sticky;top:0;transform:translateY(-.1rem);z-index:8;padding:.5rem 0;background:var(--background-color)}.big-icon{height:2rem;width:2rem}.outlets-container{margin:1.5rem 0;gap:1.5rem}.outlet-preview{align-items:center}.outlet-number{width:2rem;height:2rem;aspect-ratio:1/1;font-size:1.3rem;font-weight:900;margin-bottom:.5rem;border-radius:.2rem;place-content:center;justify-self:flex-start;background:rgba(var(--text-color),1);box-shadow:.2rem .2rem 0 var(--accent-color)}.outlet-preview__info{position:relative;padding:1rem;border-radius:.5rem}.outlet__title{font-weight:900;font-size:1.8rem;margin-bottom:.8rem}.outlet__description{color:rgba(var(--text-color),.8)}.outlet-label,.outlet_switcher__button--active,.room-button[active]{color:var(--primary-color)}.outlet-preview__border{position:absolute;height:100%;width:100%;z-index:-1;box-shadow:0 0 0 .1rem rgba(var(--text-color),.2);border-radius:.5rem}.outlet-preview__button{justify-self:flex-start;border-radius:.2rem;padding:.3rem 1rem;box-shadow:0 0 0 1px rgba(var(--text-color),1)}.label{position:relative;font-size:.8rem;margin-bottom:.3rem}.value{font-size:1.3rem}#bit_bond_series__container{background:url(../assets/bg/bitbonds-bg.png) bottom right no-repeat,rgba(var(--foreground-color),1);background-size:60%}#bob_fund_investors__container{background:url(../assets/bg/bobsfund-bg.png) bottom left no-repeat,rgba(var(--foreground-color),1);background-size:60%}#ico_investors__container{background:url(../assets/bg/ico-bg.png) top right no-repeat,rgba(var(--foreground-color),1);background-size:60%}sm-carousel{position:relative;height:100%;border-radius:.5rem;padding:1.5rem 1.5rem 4rem;--arrow-left:1.5rem;--arrow-right:1.5rem;--arrow-fill:rgba(var(--text-color), 1);--arrow-background:transparent;--arrow-box-shadow:none;--arrow-bottom:-3.5rem;--indicator-bottom:-2.5rem;--active-indicator-color:var(--primary-color)}.bit-bond-series__row,.bob-fund__row,.investor-card{min-width:100%}.investor-card{align-items:flex-start;grid-template-rows:auto 1fr}.investor-card--small{grid-template-areas:"img ." "para para"}.investor-card--small .investor__image{width:4rem;height:4rem;border-radius:50%}.investor-card--big{grid-template-areas:"img ." "img para"}.investor__image{grid-area:img;width:5rem;border-radius:.5rem}.investor__bio{font-size:.9rem;margin-top:.5rem}.investor__contribution-container{grid-area:para}#outlet_switcher{position:absolute;top:0;padding:1rem;border-radius:.3rem;box-shadow:0 2rem 4rem -1rem rgba(0,0,0,.2);z-index:2}.outlet_switcher__button{font-size:1rem;padding:.4rem 0}.outlet_switcher__button:not(:last-of-type)::after{content:"";position:relative;width:4vw;height:.1rem;margin:0 .5rem;background:var(--accent-color)}.outlet-label{display:flex;align-items:center;justify-self:flex-start;margin-bottom:.5rem;font-size:1rem}.outlet-label .icon{margin-right:.5rem}scroll-tab-header{position:sticky;top:0;--padding:0.5rem 0;--border-radius:0.3rem;--background:var(--background-color);--grid-auto-flow:column;z-index:1}scroll-tab-panels{--background:transparent}scroll-tab-panels>*{min-height:100vh;padding-top:4rem;opacity:.4;transition:opacity .6s}.room-button,.td{padding:.6rem .8rem}scroll-tab-panels>[active]{opacity:1}.auto-grid-layout{justify-content:flex-start;overflow-x:auto}.room-button{position:relative;opacity:.6;border-radius:0;font-size:1.1rem;transition:opacity .3s,background-color .3s}.room-button[active]{opacity:1}.room-button[active]::after{content:"";position:absolute;height:.1rem;width:100%;bottom:0;left:0;border-radius:.2rem .2rem 0 0;background:var(--primary-color)}table{border-collapse:collapse;width:max-content}.tr{margin:.5rem}.tr:nth-of-type(even){background:rgba(var(--text-color),.1)}.td{white-space:nowrap}#ico_page__carousel{width:min(36rem,100%);height:max-content}.phase{grid-template-columns:4rem 1fr}.phase:not(:last-of-type) .phase__description{padding-bottom:1.5rem}.phase:last-of-type .progress-bar__line{height:0}.progress-bar__circle,.progress-bar__line{position:absolute;margin-top:1rem;left:50%;transform:translateX(-50%)}.progress-bar__circle{padding:.4rem;background:rgba(var(--foreground-color),1);border:rgba(var(--text-color),1) solid;border-radius:50%;z-index:1}.progress-bar__line{height:100%;width:.1rem;background:rgba(var(--text-color),.9)}.phase__date{margin-top:.3rem}.phase__description{margin-top:1rem}@media only screen and (max-width:640px){.hide-on-mobile{display:none}#outlet_switcher{width:calc(100% - 2rem)}.outlet-hero-section{margin-top:2rem}}@media only screen and (min-width:640px){.page{grid-template-columns:1fr 90vw 1fr}.h1{font-size:4rem}.h2{font-size:2.5rem}.h3{font-size:1.5rem}.h4{font-size:1.1rem}#main_header{padding:1.2rem 2rem}#floor_list{padding:0 3rem 4rem 4.6rem}#home_page{grid-template-columns:1fr 80vw 1fr}.floor__header::before{content:"";position:absolute;left:-10%;width:10%;height:100%;background:var(--background-color)}.floor__header::after{content:"";position:absolute;right:-10%;width:10%;height:100%;background:var(--background-color)}.outlets-container{gap:5rem}.outlet-preview{gap:1rem;grid-template-columns:repeat(2,1fr)}.carousel-holder{align-self:flex-start;transform:translateY(-2rem);z-index:1;border-radius:.5rem}.carousel-holder--left{grid-row:1/2;grid-column:1/2;box-shadow:-2rem 5rem 4rem -2rem rgba(0,0,0,.2)}.carousel-holder--left~.outlet-preview__border{justify-self:flex-end}.carousel-holder--right{box-shadow:2rem 5rem 4rem -2rem rgba(0,0,0,.2)}.outlet-preview__border{width:66%}.outlet-preview__info{padding:2rem}.outlet-preview__carousel{padding:2rem 2rem 5rem}#outlet_switcher{padding:1rem 1.5rem}.outlet-hero-section{margin-top:4rem}.auto-grid-layout{grid-template-columns:auto 1fr}.investor__image{width:8rem}}@media only screen and (min-width:1280px){.page{grid-template-columns:1fr 80vw 1fr}.grid-3{justify-content:center}.grid-3>.grid{width:100%}}@media only screen and (min-width:1920px){#home_page,.page{grid-template-columns:1fr 60vw 1fr}}@media (any-hover:hover){::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-thumb{background:rgba(var(--text-color),.3);border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:rgba(var(--text-color),.5)}.page-link{cursor:pointer;transition:color .3s}.page-link:hover{color:var(--primary-color)}.page-link:hover .icon{fill:var(--primary-color)}.floor__button:hover{background:rgba(var(--text-color),.2)}} \ No newline at end of file diff --git a/css/main.scss b/css/main.scss index a0bb250..52c514f 100644 --- a/css/main.scss +++ b/css/main.scss @@ -315,7 +315,7 @@ ul{ left: 0; right: 0; bottom: 0; - z-index: 10; + z-index: 15; grid-template-rows: auto 1fr; background: rgba(var(--foreground-color), 1); } @@ -477,8 +477,8 @@ ul{ #floor_line_map{ position: sticky; top: 1rem; - height: 60vh; - z-index: 5; + height: 40vh; + z-index: 10; grid-template-columns: 2rem 1fr; grid-column: 1/2; } @@ -508,11 +508,11 @@ ul{ display: flex; align-items: center; left: 0.75rem; - margin-top: -1.4rem; + margin-top: -0.4rem; padding-bottom: 1rem; user-select: none; transition: transform 0.3s; - .floor-title{ +/* .floor-title{ opacity: 0; transform: translateX(-1rem); transition: opacity 0.3s, transform 0.3s; @@ -524,14 +524,14 @@ ul{ box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); transform: none; } - } + } */ } .floor-circle{ - position: absolute; + // position: absolute; height: 0.5rem; width: 0.5rem; - background: rgba(var(--text-color), 1); border-radius: 1rem; + background: rgba(var(--text-color), 1); } .floor-title{ opacity: 0.5; @@ -553,13 +553,22 @@ ul{ width: 100%; } +.floor__header{ + position: sticky; + top: 0; + transform: translateY(-0.1rem); + z-index: 8; + padding: 0.5rem 0; + background: var(--background-color); +} + .big-icon{ height: 2rem; width: 2rem; } .outlets-container{ - margin: 3rem 0; + margin: 1.5rem 0; gap: 1.5rem; } @@ -878,6 +887,24 @@ table{ #home_page{ grid-template-columns: 1fr 80vw 1fr; } + .floor__header{ + &::before{ + content: ''; + position: absolute; + left: -10%; + width: 10%; + height: 100%; + background: var(--background-color); + } + &::after{ + content: ''; + position: absolute; + right: -10%; + width: 10%; + height: 100%; + background: var(--background-color); + } + } .outlets-container{ gap: 5rem; } diff --git a/index.html b/index.html index 5d3ace2..7d3d550 100644 --- a/index.html +++ b/index.html @@ -107,10 +107,10 @@ @@ -266,12 +266,12 @@
- -
Floor
-

+
+
Floor 1
+

Current Projects -

- +

+
- -
Floor 2
-

+
+
Floor 2
+

Blockchain Contracts -

- +

+
@@ -399,12 +399,12 @@
- -
Floor 3
-

+
+
Floor 3
+

Blockchain Apps -

- +

+
@@ -448,12 +448,12 @@
- -
Floor 4
-

+
+
Floor 4
+

Experimental Ideas -

- +

+
@@ -497,12 +497,12 @@
- -
Floor 5
-

+
+
Floor 5
+

Statistics and Administration -

- +

+
@@ -707,6 +707,7 @@ +