From 39aa2d88dff5873c0d36b909dd2810ce8122dec3 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sat, 1 Dec 2018 13:52:04 -0800 Subject: [PATCH] asthetics --- index.html | 51 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 8b11fb17..4b1a9024 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@
-
+
Color
General
@@ -40,8 +40,8 @@
Set
Watermark
Advanced
-
Download
+
@@ -339,9 +339,7 @@
-
-
-
+
Symbols
Other Codes
@@ -433,10 +431,11 @@ :root { /*Regular*/ --color-a: #073c00; - --color-b: #073c0040; + --color-b: #073c0040; /*073c0040*/ --color-c: #095700; - --color-d: #0e720040; + --color-d: #0e720040; /*0e720040*/ --color-e: #0e7200; + --color-gray: #00000080; } /*Page-wide styling*/ @@ -456,12 +455,11 @@ html { /*Grid styling*/ .grid { - margin-bottom: 5px; display: grid; - grid-gap: 4px; + grid-gap: 3px; } .mainGrid { - grid-gap: 12px; + grid-gap: 0px 4px; } .canvasContainer { justify-self: center; @@ -473,20 +471,27 @@ html { .grid > div { padding: 8px; border-radius: 36px; + /*margin: 5px 5px 5px 0px;*/ } .grid > div:not(.noBorder) { - border: 1px solid var(--color-c); + border: 5px solid var(--color-d); background: var(--color-d); } +.mainGrid > div { + background: var(--color-gray) !important; +} /*Card manipulation menu grid*/ .selectionGrid > div { font-family: belerenbsc; cursor: pointer; } -.selectionGrid > div:nth-child(odd) { - background-color: var(--color-c); +.selectionGrid > div:hover { + background-color: var(--color-c) !important; } +/*.selectionGrid > div:nth-child(odd) { + +}*/ .cardManipulationMenu, .extrasMenu { margin-top: 4px; padding: 24px; @@ -515,7 +520,7 @@ html { border-radius: 0.25em; padding-left: 0.25em; width: inherit; - background-color: var(--color-e); + background-color: var(--color-c); border: none; cursor: pointer; -moz-appearance: none; @@ -547,7 +552,7 @@ html { position: absolute; top: 0px; left: 0px; - background: var(--color-e); + background: var(--color-c); cursor: pointer; } .checkbox input:checked ~ label:after { @@ -573,7 +578,7 @@ html { input[type="text"], input[type="number"], textarea, input[type="file"] { width: 100%; border: none; - background: var(--color-e); + background: var(--color-c); border-radius: 0.25em; padding-left: 0.25em; } @@ -581,7 +586,7 @@ input[type="text"], input[type="number"], textarea, input[type="file"] { input[type="color"] { padding: 0px; border: none; - background: var(--color-e); + background: var(--color-c); } /*Hyperlinks*/ @@ -597,6 +602,18 @@ a:hover, a:active { .mainGrid:not(.plane) { grid-template-columns: calc(749px + 0.7em) auto; } + .tutorialArea { + grid-column: 1 / span 2; + } + .sampleGrid { + grid-column: 1 / span 2; + } + .mainGrid.plane > .cmmArea { + grid-column: 1 / span 2; + } + .mainGrid.plane > .canvasContainer { + grid-column: 1 / span 2; + } } @media only screen and (min-width: 1455px) { .mainGrid.plane {