From af78b0d99b9d076849446cc2b3097eaae2d3698c Mon Sep 17 00:00:00 2001 From: Acamaeda Date: Wed, 14 Oct 2020 23:24:34 -0400 Subject: [PATCH] Updated treenode borders --- js/layers.js | 2 +- style.css | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/js/layers.js b/js/layers.js index a634b37..5c4244e 100644 --- a/js/layers.js +++ b/js/layers.js @@ -486,7 +486,7 @@ addLayer("a", { name: "EIEIO", done() {return player.f.points.gte(1)}, goalTooltip: "Get a farm point.", // Shows when achievement is not completed - doneTooltip: "Get a farm point.\n\nReward: The dinosaur is now your friend.", // Showed when the achievement is completed + doneTooltip: "Get a farm point.\n\nReward: The dinosaur is now your friend (you can max Farm Points).", // Showed when the achievement is completed onComplete() {console.log("Bork bork bork!")} }, }, diff --git a/style.css b/style.css index 6bf9e42..f427315 100644 --- a/style.css +++ b/style.css @@ -65,7 +65,7 @@ h1, h2, h3, b, input { height: 100px; width: 100px; border: var(--hqProperty1); - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); border-radius: 50%; box-shadow: var(--hqProperty2a), var(--hqProperty2b); font-size: 40px; @@ -78,7 +78,7 @@ h1, h2, h3, b, input { height: 60px; width: 60px; border: var(--hqProperty1); - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); border-radius: 50%; box-shadow: var(--hqProperty2a), var(--hqProperty2b); font-size: 30px; @@ -104,7 +104,7 @@ h1, h2, h3, b, input { .treeNode.notify { transform: scale(1.1, 1.1); - border-color: rgba(255, 0, 0, 0.125) rgba(255, 0, 0, 0.25) rgba(255, 0, 0, 0.25) rgba(255, 0, 0, 0.125); + border-color: rgba(0, 0, 0, 0.125); box-shadow: var(--hqProperty2a), 0px 0px 20px #ff0000; z-index: 3 } @@ -174,7 +174,7 @@ h1, h2, h3, b, input { margin: 5px 5px 5px 5px; border-radius: 25%; border: 2px solid; - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); } @@ -188,7 +188,7 @@ h1, h2, h3, b, input { width: 180px; border-radius: 25%; border: 4px solid; - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); } .upg { @@ -196,7 +196,7 @@ h1, h2, h3, b, input { width: 120px; border-radius: 25%; border: 2px solid; - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); font-size: 10px; } @@ -205,7 +205,7 @@ h1, h2, h3, b, input { width: 90px; border-radius: 25%; border: 2px solid; - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); font-size: 10px; color: white; text-shadow: 0px 0px 2px #000000; @@ -219,7 +219,7 @@ h1, h2, h3, b, input { width: 200px; border-radius: 25%; border: 2px solid; - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); font-size: 10px; } @@ -228,7 +228,7 @@ h1, h2, h3, b, input { width: 200px; border-radius: 25%; border: 2px solid; - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); } .longUpg { @@ -237,7 +237,7 @@ h1, h2, h3, b, input { background: var(--points); border-radius: 50%; border: 2px solid; - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); font-size: 10px; } @@ -246,7 +246,7 @@ h1, h2, h3, b, input { width: 40px; border-radius: 25%; border: 2px solid; - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); } #points { @@ -373,7 +373,7 @@ a { background-color: #bf8f8f; border: 4px solid; border-radius: 4px; - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); color: rgba(0, 0, 0, 0.5); } @@ -383,7 +383,7 @@ a { background-color: #77bf5f; border: 4px solid; border-radius: 4px; - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); color: rgba(0, 0, 0, 0.5); } @@ -459,7 +459,7 @@ ul { .hChallenge { background-color: #bf8f8f; border: 4px solid; - border-color: rgba(255, 255, 255, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(255, 255, 255, 0.125); + border-color: rgba(0, 0, 0, 0.125); color: rgba(0, 0, 0, 0.5); width: 300px; height: 300px;