added three new backgrounds
This commit is contained in:
parent
64e691ef1d
commit
e80a68a68d
4 changed files with 6 additions and 6 deletions
BIN
public/images/aztec-background2.png
Normal file
BIN
public/images/aztec-background2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 MiB |
BIN
public/images/egypt-background2.png
Normal file
BIN
public/images/egypt-background2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 MiB |
BIN
public/images/greek-background2.png
Normal file
BIN
public/images/greek-background2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 MiB |
|
@ -181,7 +181,7 @@ a:hover {
|
|||
.bg-greek {
|
||||
--colourA: #F0C070;
|
||||
--colourB: #1A2B4C;
|
||||
background-image: url('./images/greek-background.png');
|
||||
background-image: url('./images/greek-background2.png');
|
||||
font-family: 'Cinzel', serif;
|
||||
font-size: 24pt;
|
||||
}
|
||||
|
@ -207,7 +207,7 @@ a:hover {
|
|||
.bg-egypt {
|
||||
--colourA: #005F60;
|
||||
--colourB: #D4AF37;
|
||||
background-image: url('./images/egypt-background.png');
|
||||
background-image: url('./images/egypt-background2.png');
|
||||
font-family: 'SabanaFont', sans-serif;
|
||||
font-size: 24pt;
|
||||
letter-spacing: 2px;
|
||||
|
@ -223,16 +223,16 @@ a:hover {
|
|||
}
|
||||
|
||||
.bg-aztec {
|
||||
--colourA: #DDBD8B; /* TODO: Mauvaise fonte */
|
||||
--colourA: #DDBD8B;
|
||||
--colourB: #008080;
|
||||
background-image: url('./images/aztec-background.png');
|
||||
background-image: url('./images/aztec-background2.png');
|
||||
font-family: 'AztecFont', sans-serif;
|
||||
font-size: 24pt;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.bg-japan {
|
||||
--colourA: #2A2A4A; /* TODO: Mauvaise fonte */
|
||||
--colourA: #2A2A4A;
|
||||
--colourB: #FFC0CB;
|
||||
background-image: url('./images/japan-background.png');
|
||||
font-family: 'JapanFont', sans-serif;
|
||||
|
@ -259,7 +259,7 @@ a:hover {
|
|||
}
|
||||
|
||||
.bg-maori {
|
||||
--colourA: #8B0000; /* TODO: Mauvaise fonte */
|
||||
--colourA: #8B0000;
|
||||
--colourB: #F5F5DC;
|
||||
background-image: url('./images/maori-background2.png');
|
||||
font-family: 'MaoriFont', sans-serif;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue