mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
style
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 13 MiB |
Binary file not shown.
Before Width: | Height: | Size: 603 KiB After Width: | Height: | Size: 5.9 MiB |
35
index.html
35
index.html
@@ -541,12 +541,11 @@
|
||||
/*Color Palette*/
|
||||
:root {
|
||||
/*Regular*/
|
||||
--color-a: #073c00;
|
||||
--color-b: #073c0020; /*073c0020*/
|
||||
--color-c: #095700;
|
||||
--color-d: #0e720040; /*0e720040*/
|
||||
--color-e: #0e7200;
|
||||
--color-gray: #0002;
|
||||
--color-hover-grid: #0b6b00;
|
||||
--color-border-selection-grid: #0f820040;
|
||||
--color-gray: #00000088;
|
||||
--color-border-main: #073c00;
|
||||
--color-input: #073c00;
|
||||
}
|
||||
|
||||
/*Page-wide styling*/
|
||||
@@ -576,11 +575,11 @@ body {
|
||||
grid-gap: 0px 0px;
|
||||
}
|
||||
.mainGrid > div, body, footer, .title {
|
||||
border: 3px solid var(--color-a);
|
||||
border: 3px solid var(--color-border-main);
|
||||
}
|
||||
.canvasContainer {
|
||||
text-align: center;
|
||||
background-color: var(--color-b) !important;
|
||||
background-color: none !important;
|
||||
width: calc(100% - 18px);
|
||||
}
|
||||
.selectionGrid {
|
||||
@@ -599,17 +598,17 @@ body {
|
||||
font-family: belerenbsc;
|
||||
cursor: pointer;
|
||||
border-radius: 36px;
|
||||
border: 4px solid var(--color-d);
|
||||
background-color: #0008 !important;
|
||||
border: 4px solid var(--color-border-selection-grid);
|
||||
/*background-color: #0008 !important;*/
|
||||
}
|
||||
.selectionGrid > div:hover {
|
||||
border-color: var(--color-c);
|
||||
border-color: var(--color-hover-grid);
|
||||
}
|
||||
.cardManipulationMenu, .extrasMenu {
|
||||
margin-top: 4px;
|
||||
padding: 24px;
|
||||
border-radius: 36px;
|
||||
border: 4px solid var(--color-d);
|
||||
border: 4px solid var(--color-border-selection-grid);
|
||||
background-color: var(--color-gray);
|
||||
}
|
||||
.cmm, .extras {
|
||||
@@ -633,7 +632,7 @@ body {
|
||||
border-radius: 0.25em;
|
||||
padding-left: 0.25em;
|
||||
width: inherit;
|
||||
background-color: var(--color-a);
|
||||
background-color: var(--color-input);
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
-moz-appearance: none;
|
||||
@@ -665,7 +664,7 @@ body {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
background: var(--color-a);
|
||||
background: var(--color-input);
|
||||
cursor: pointer;
|
||||
}
|
||||
.checkbox input:checked ~ label:after {
|
||||
@@ -691,7 +690,7 @@ body {
|
||||
input[type="text"], input[type="number"], textarea, input[type="file"] {
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: var(--color-a);
|
||||
background: var(--color-input);
|
||||
border-radius: 0.25em;
|
||||
padding-left: 0.25em;
|
||||
}
|
||||
@@ -699,7 +698,7 @@ input[type="text"], input[type="number"], textarea, input[type="file"] {
|
||||
input[type="color"] {
|
||||
padding: 0px;
|
||||
border: none;
|
||||
background: var(--color-a);
|
||||
background: var(--color-input);
|
||||
}
|
||||
|
||||
/*Hyperlinks*/
|
||||
@@ -780,9 +779,9 @@ a:hover, a:active {
|
||||
text-align: center;
|
||||
}
|
||||
.symbolGrid > div {
|
||||
border: 4px solid var(--color-a);
|
||||
border: 4px solid var(--color-border-main);
|
||||
border-radius: 36px;
|
||||
background-color: var(--color-d) !important;
|
||||
background-color: var(--color-border-selection-grid) !important;
|
||||
}
|
||||
|
||||
/*Sitewide text (bottom of the page)*/
|
||||
|
Reference in New Issue
Block a user