From aae40f395734087584420742f5265c67ecb91703 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Tue, 10 Mar 2020 15:23:00 +0100 Subject: [PATCH] COCO styling --- www/coco.css | 27 +++++++++++++++++++++++++-- www/index.html | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/www/coco.css b/www/coco.css index a9c84df..9530762 100644 --- a/www/coco.css +++ b/www/coco.css @@ -5,6 +5,10 @@ body{ background-position: center center; } +body.drawspace{ + overflow: hidden; +} + #svgCanvas{ width:100%; height:100vh; @@ -18,15 +22,26 @@ body{ .catNav{ position:absolute; top:0; + bottom:0; color:white; padding: 80px 10px 10px 10px; + overflow-y: auto; + overflow-x: hidden; } #catNav { left:calc(7vh + 10px); + direction: rtl; +} +#catNav ul{ + direction: ltr; + margin-left:10px; } #catNav2 { right:0; } +#catNav2 ul{ + margin-right:10px; +} .catNav ul{ list-style:none; @@ -37,6 +52,7 @@ body{ /*box-shadow: white 0 0 20px;*/ position:relative; font-size: 16px; + } .catNav ul:first-child{ margin-top:0; @@ -136,6 +152,7 @@ body{ body.saved{ background:yellow; color:black; + margin-left: 7vh; } body.saved label{ @@ -280,6 +297,12 @@ select{ font-feature-settings: "salt"; font-size:16px; } +option{ + font-family: "space_grotesk"; + font-feature-settings: "salt"; + font-size:16px; + padding: 10px; +} button, input[type='submit'],#godraw a,#saved a{ -webkit-appearance: button; @@ -300,6 +323,6 @@ button, input[type='submit'],#godraw a,#saved a{ font-size:16px; } -input:checked + span{ +/*input:checked + span{ color:red; -} \ No newline at end of file +}*/ \ No newline at end of file diff --git a/www/index.html b/www/index.html index b7d25d9..d35eea8 100644 --- a/www/index.html +++ b/www/index.html @@ -6,7 +6,7 @@ - +