diff --git a/css/main.css b/css/main.css index 1aaee31..197cb12 100644 --- a/css/main.css +++ b/css/main.css @@ -37,9 +37,9 @@ body[data-theme=dark] * { } p { - font-size: 0.8; + font-size: 0.9rem; max-width: 65ch; - line-height: 1.7; + line-height: 1.5; color: rgba(var(--text-color), 0.8); } @@ -427,13 +427,34 @@ main { font-weight: 500; } +#banner { + padding: 1.5rem; + background-color: rgba(var(--text-color), 0.06); + border-radius: 0.5rem; + margin-bottom: 1.5rem; +} + +table { + max-width: 38rem; +} + +tr:nth-of-type(2n + 1) { + background: rgba(var(--text-color), 0.06); +} tr td { - padding: 0.5rem 0; + padding: 0.8rem; text-align: center; } tr td:first-of-type { text-align: left; } +tr td:last-of-type { + text-align: right; +} + +.stat-value { + font-weight: 700; +} @media screen and (max-width: 640px) { main { diff --git a/css/main.min.css b/css/main.min.css index 6de62f3..44f56c1 100644 --- a/css/main.min.css +++ b/css/main.min.css @@ -1 +1 @@ -*{padding:0;margin:0;box-sizing:border-box;font-family:"Roboto",sans-serif}:root{font-size:clamp(1rem,1.2vmax,3rem)}html,body{height:100%;scroll-behavior:smooth}body{color:rgba(var(--text-color), 1);background:rgba(var(--background-color), 1)}body,body *{--accent-color: #0d7377;--text-color: 17, 17, 17;--background-color: 255, 255, 255;--danger-color: red}body[data-theme=dark],body[data-theme=dark] *{--accent-color: #32e0c4;--text-color: 240, 240, 240;--text-color-light: 170, 170, 170;--background-color: 10, 10, 10;--danger-color: rgb(255, 106, 106)}p{font-size:.8;max-width:65ch;line-height:1.7;color:rgba(var(--text-color), 0.8)}img{-o-object-fit:cover;object-fit:cover}a{color:inherit;text-decoration:none}a:focus-visible{box-shadow:0 0 0 .1rem rgba(var(--text-color), 1) inset}button{display:inline-flex;border:none;background-color:inherit}a:-webkit-any-link:focus-visible{outline:rgba(var(--text-color), 1) .1rem solid}a:-moz-any-link:focus-visible{outline:rgba(var(--text-color), 1) .1rem solid}a:any-link:focus-visible{outline:rgba(var(--text-color), 1) .1rem solid}sm-button{--border-radius: 0.3rem}sm-spinner{--size: 1rem}ul{list-style:none}.flex{display:flex}.grid{display:grid}.hide{display:none !important}.no-transformations{transform:none !important}.overflow-ellipsis{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.breakable{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.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{text-transform:capitalize}.flex{display:flex}.grid{display:grid}.grid-3{grid-template-columns:1fr auto auto}.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}.text-align-right{text-align:right}.align-start{align-items:flex-start}.align-center{align-items:center}.text-center{text-align:center}.justify-start{justify-content:start}.justify-center{justify-content:center}.justify-right{margin-left:auto}.align-self-center{align-self:center}.justify-self-center{justify-self:center}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.direction-column{flex-direction:column}.space-between{justify-content:space-between}.w-100{width:100%}.color-0-8{color:rgba(var(--text-color), 0.8)}.weight-400{font-weight:400}.weight-500{font-weight:500}.ripple{position:absolute;border-radius:50%;transform:scale(0);background:rgba(var(--text-color), 0.16);pointer-events:none}.interact{position:relative;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.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), 0.9)}.button__icon{height:1.2rem;width:1.2rem}.button__icon--left{margin-right:.5rem}.button__icon--right{margin-left:.5rem}#confirmation_popup,#prompt_popup{flex-direction:column}#confirmation_popup h4,#prompt_popup h4{font-weight:500;margin-bottom:.5rem}#confirmation_popup sm-button,#prompt_popup sm-button{margin:0}#confirmation_popup .flex,#prompt_popup .flex{padding:0;margin-top:1rem}#confirmation_popup .flex sm-button:first-of-type,#prompt_popup .flex sm-button:first-of-type{margin-right:.6rem;margin-left:auto}h1,h2,h3,h4.h5{font-family:"Poppins",sans-serif}h2{margin:3rem 0 1rem 0;text-transform:capitalize}main{display:grid;height:100%;grid-template-rows:auto 1fr auto;grid-template-areas:"main-header" "." "side-nav"}#main_header{grid-area:main-header;padding:1rem 1.5rem;border-bottom:1px solid rgba(var(--text-color), 0.1)}#logo{display:grid;align-items:center;width:100%;grid-template-columns:auto 1fr;gap:0 .5rem;margin-right:1rem}#logo h4{text-transform:capitalize;font-size:1rem;font-weight:600}#logo #main_logo{height:1.4rem;width:1.4rem;fill:rgba(var(--text-color), 1);stroke:none}.right{max-height:100%;overflow-y:auto}#side_nav{grid-area:side-nav}#side_nav h4{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;padding:1.5rem}.nav-list{list-style:none;display:flex;justify-content:space-evenly}.nav-list li{width:100%}.nav-list__item{display:flex;padding:.8rem 1.5rem;text-transform:capitalize}.nav-list__item--active{color:var(--accent-color)}.nav-list__item--active .icon{fill:var(--accent-color)}.right{padding:1.5rem}.right h1{margin-bottom:1.5rem}.page{display:flex;flex-direction:column;padding-bottom:3rem}.card-wrapper{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit, minmax(16rem, 1fr))}.card{padding:1.5rem;border-radius:.5rem;background:rgba(var(--text-color), 0.06)}.card h3{font-weight:500}tr td{padding:.5rem 0;text-align:center}tr td:first-of-type{text-align:left}@media screen and (max-width: 640px){main{grid-template-rows:auto 1fr;grid-template-columns:1fr}.nav-list__item{flex-direction:column;justify-content:center;align-items:center;padding:.4rem}.nav-list__item span{font-size:.8rem;margin-top:.3rem}}@media screen and (min-width: 640px){sm-popup{--width: 32rem}main{grid-template-columns:14rem minmax(0, 1fr);grid-template-rows:auto 1fr;grid-template-areas:"main-header main-header" "side-nav ."}.nav-list{flex-direction:column}.nav-list__item{align-items:center;justify-content:start}.nav-list__item--active{background:rgba(var(--text-color), 0.06)}.nav-list__item .icon{margin-right:.5rem}.right{display:grid;grid-template-columns:1fr 90% 1fr}.right>*{grid-column:2/3}.page__title{font-size:2.5rem}}@media(any-hover: hover){::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-thumb{background:rgba(var(--text-color), 0.3);border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:rgba(var(--text-color), 0.5)}.nav-list__item:hover{background:rgba(var(--text-color), 0.1);cursor:pointer}} \ No newline at end of file +*{padding:0;margin:0;box-sizing:border-box;font-family:"Roboto",sans-serif}:root{font-size:clamp(1rem,1.2vmax,3rem)}html,body{height:100%;scroll-behavior:smooth}body{color:rgba(var(--text-color), 1);background:rgba(var(--background-color), 1)}body,body *{--accent-color: #0d7377;--text-color: 17, 17, 17;--background-color: 255, 255, 255;--danger-color: red}body[data-theme=dark],body[data-theme=dark] *{--accent-color: #32e0c4;--text-color: 240, 240, 240;--text-color-light: 170, 170, 170;--background-color: 10, 10, 10;--danger-color: rgb(255, 106, 106)}p{font-size:.9rem;max-width:65ch;line-height:1.5;color:rgba(var(--text-color), 0.8)}img{-o-object-fit:cover;object-fit:cover}a{color:inherit;text-decoration:none}a:focus-visible{box-shadow:0 0 0 .1rem rgba(var(--text-color), 1) inset}button{display:inline-flex;border:none;background-color:inherit}a:-webkit-any-link:focus-visible{outline:rgba(var(--text-color), 1) .1rem solid}a:-moz-any-link:focus-visible{outline:rgba(var(--text-color), 1) .1rem solid}a:any-link:focus-visible{outline:rgba(var(--text-color), 1) .1rem solid}sm-button{--border-radius: 0.3rem}sm-spinner{--size: 1rem}ul{list-style:none}.flex{display:flex}.grid{display:grid}.hide{display:none !important}.no-transformations{transform:none !important}.overflow-ellipsis{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.breakable{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.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{text-transform:capitalize}.flex{display:flex}.grid{display:grid}.grid-3{grid-template-columns:1fr auto auto}.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}.text-align-right{text-align:right}.align-start{align-items:flex-start}.align-center{align-items:center}.text-center{text-align:center}.justify-start{justify-content:start}.justify-center{justify-content:center}.justify-right{margin-left:auto}.align-self-center{align-self:center}.justify-self-center{justify-self:center}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.direction-column{flex-direction:column}.space-between{justify-content:space-between}.w-100{width:100%}.color-0-8{color:rgba(var(--text-color), 0.8)}.weight-400{font-weight:400}.weight-500{font-weight:500}.ripple{position:absolute;border-radius:50%;transform:scale(0);background:rgba(var(--text-color), 0.16);pointer-events:none}.interact{position:relative;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.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), 0.9)}.button__icon{height:1.2rem;width:1.2rem}.button__icon--left{margin-right:.5rem}.button__icon--right{margin-left:.5rem}#confirmation_popup,#prompt_popup{flex-direction:column}#confirmation_popup h4,#prompt_popup h4{font-weight:500;margin-bottom:.5rem}#confirmation_popup sm-button,#prompt_popup sm-button{margin:0}#confirmation_popup .flex,#prompt_popup .flex{padding:0;margin-top:1rem}#confirmation_popup .flex sm-button:first-of-type,#prompt_popup .flex sm-button:first-of-type{margin-right:.6rem;margin-left:auto}h1,h2,h3,h4.h5{font-family:"Poppins",sans-serif}h2{margin:3rem 0 1rem 0;text-transform:capitalize}main{display:grid;height:100%;grid-template-rows:auto 1fr auto;grid-template-areas:"main-header" "." "side-nav"}#main_header{grid-area:main-header;padding:1rem 1.5rem;border-bottom:1px solid rgba(var(--text-color), 0.1)}#logo{display:grid;align-items:center;width:100%;grid-template-columns:auto 1fr;gap:0 .5rem;margin-right:1rem}#logo h4{text-transform:capitalize;font-size:1rem;font-weight:600}#logo #main_logo{height:1.4rem;width:1.4rem;fill:rgba(var(--text-color), 1);stroke:none}.right{max-height:100%;overflow-y:auto}#side_nav{grid-area:side-nav}#side_nav h4{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;padding:1.5rem}.nav-list{list-style:none;display:flex;justify-content:space-evenly}.nav-list li{width:100%}.nav-list__item{display:flex;padding:.8rem 1.5rem;text-transform:capitalize}.nav-list__item--active{color:var(--accent-color)}.nav-list__item--active .icon{fill:var(--accent-color)}.right{padding:1.5rem}.right h1{margin-bottom:1.5rem}.page{display:flex;flex-direction:column;padding-bottom:3rem}.card-wrapper{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit, minmax(16rem, 1fr))}.card{padding:1.5rem;border-radius:.5rem;background:rgba(var(--text-color), 0.06)}.card h3{font-weight:500}#banner{padding:1.5rem;background-color:rgba(var(--text-color), 0.06);border-radius:.5rem;margin-bottom:1.5rem}table{max-width:38rem}tr:nth-of-type(2n + 1){background:rgba(var(--text-color), 0.06)}tr td{padding:.8rem;text-align:center}tr td:first-of-type{text-align:left}tr td:last-of-type{text-align:right}.stat-value{font-weight:700}@media screen and (max-width: 640px){main{grid-template-rows:auto 1fr;grid-template-columns:1fr}.nav-list__item{flex-direction:column;justify-content:center;align-items:center;padding:.4rem}.nav-list__item span{font-size:.8rem;margin-top:.3rem}}@media screen and (min-width: 640px){sm-popup{--width: 32rem}main{grid-template-columns:14rem minmax(0, 1fr);grid-template-rows:auto 1fr;grid-template-areas:"main-header main-header" "side-nav ."}.nav-list{flex-direction:column}.nav-list__item{align-items:center;justify-content:start}.nav-list__item--active{background:rgba(var(--text-color), 0.06)}.nav-list__item .icon{margin-right:.5rem}.right{display:grid;grid-template-columns:1fr 90% 1fr}.right>*{grid-column:2/3}.page__title{font-size:2.5rem}}@media(any-hover: hover){::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-thumb{background:rgba(var(--text-color), 0.3);border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:rgba(var(--text-color), 0.5)}.nav-list__item:hover{background:rgba(var(--text-color), 0.1);cursor:pointer}} \ No newline at end of file diff --git a/css/main.scss b/css/main.scss index b2b68be..d40ef41 100644 --- a/css/main.scss +++ b/css/main.scss @@ -34,9 +34,9 @@ body[data-theme="dark"] { } } p { - font-size: 0.8; + font-size: 0.9rem; max-width: 65ch; - line-height: 1.7; + line-height: 1.5; color: rgba(var(--text-color), 0.8); } img { @@ -350,15 +350,33 @@ main { font-weight: 500; } } +#banner { + padding: 1.5rem; + background-color: rgba(var(--text-color), 0.06); + border-radius: 0.5rem; + margin-bottom: 1.5rem; +} +table { + max-width: 38rem; +} tr { + &:nth-of-type(2n + 1) { + background: rgba(var(--text-color), 0.06); + } td { - padding: 0.5rem 0; + padding: 0.8rem; text-align: center; &:first-of-type { text-align: left; } + &:last-of-type { + text-align: right; + } } } +.stat-value { + font-weight: 700; +} @media screen and (max-width: 640px) { main { grid-template-rows: auto 1fr; diff --git a/index.html b/index.html index a033b9e..03abbd9 100644 --- a/index.html +++ b/index.html @@ -271,18 +271,17 @@
-

Tokenroom Economic system

-
-
-

Target: Consumption Valuation should be higher than Production valuation

-

Amount to go till Consumption Valuation catches up with production Valuation

-
-
+ +

-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ Expenses +

+

+ Includes rent of the property, maintenance, staff salaries, etc. +

+
+ +
+

+ Price per room night +

+

+ Includes rent of the property, maintenance, staff salaries, etc. +

+
+ +
+

+ Total room nights stayed +

+

+ Includes rent of the property, maintenance, staff salaries, etc. +

+
+ +
+

+ Gross Revenue (Booked + stayed) + Total room nights stayed +

+

+ Includes rent of the property, maintenance, staff salaries, etc. +

+
+ +
+

+ Revenue from stays +

+

+ Includes rent of the property, maintenance, staff salaries, etc. +

+
+ +
+

+ System Valuation +

+

+ Includes rent of the property, maintenance, staff salaries, etc. +

+
+ +