add color pallete and div styles
This commit is contained in:
@@ -8,17 +8,30 @@
|
|||||||
/* Variables */
|
/* Variables */
|
||||||
/* Blue - Beige */
|
/* Blue - Beige */
|
||||||
:root {
|
:root {
|
||||||
--primary: #153448;
|
/*--primary: #bfb04c;
|
||||||
--secondary: #3c5b6f;
|
--secondary: #bdad46;
|
||||||
--tertiary: #948979;
|
--tertiary: #4b5743;
|
||||||
--quaternary: #f5bb78;
|
--quaternary: #3e4637;
|
||||||
--background: #c4bbb8;
|
--background_paper: #453d3e;
|
||||||
--background_paper: #dfd0b8;
|
--background: #353d2e;*/
|
||||||
|
|
||||||
|
--primary: #f74510;
|
||||||
|
--secondary: #c6b652;
|
||||||
|
--tertiary: #5a6952;
|
||||||
|
--quaternary: #424542;
|
||||||
|
--background_paper: #293029;
|
||||||
|
--background: #5a6952;
|
||||||
|
|
||||||
|
/*--tertiary: #948979;*/
|
||||||
|
/*--quaternary: #f5bb78;*/
|
||||||
|
/*--background: #c4bbb8;*/
|
||||||
|
/*--background_paper: #dfd0b8;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
/*background-image: linear-gradient(to bottom, aqua, blue);*/
|
/*background-image: linear-gradient(to bottom, aqua, blue);*/
|
||||||
font-family: "Times New Roman", Times, serif;
|
font-family:
|
||||||
|
"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
|
||||||
|
|
||||||
/*width: 100vw;*/
|
/*width: 100vw;*/
|
||||||
/*height: 100vh;*/
|
/*height: 100vh;*/
|
||||||
@@ -28,6 +41,12 @@ body {
|
|||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div {
|
||||||
|
background-color: var(--background_paper);
|
||||||
|
box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
|
||||||
|
border: solid 2px var(--primary);
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: var(--secondary);
|
color: var(--secondary);
|
||||||
}
|
}
|
||||||
@@ -44,6 +63,10 @@ h4 {
|
|||||||
height: 50mm;
|
height: 50mm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.floating {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
/* A5 Page */
|
/* A5 Page */
|
||||||
.a5page {
|
.a5page {
|
||||||
/* overflow: scroll; */
|
/* overflow: scroll; */
|
||||||
|
|||||||
Reference in New Issue
Block a user