Start of themes development
This commit is contained in:
parent
fcf17224de
commit
fc97cda830
16 changed files with 149 additions and 11 deletions
|
|
@ -328,6 +328,11 @@ body {
|
|||
font-display: swap;
|
||||
}
|
||||
|
||||
:root {
|
||||
--theme-background-1: url('../images/backgrounds/1.png');
|
||||
--theme-background-2: url('../images/backgrounds/2.png');
|
||||
}
|
||||
|
||||
#display {
|
||||
font-family: "Star4000";
|
||||
margin: 0 0 0 0;
|
||||
|
|
@ -339,7 +344,7 @@ body {
|
|||
width: 640px;
|
||||
height: 480px;
|
||||
// overflow: hidden;
|
||||
background-image: url(../images/backgrounds/1.png);
|
||||
background-image: var(--theme-background-1);
|
||||
transform-origin: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
|
@ -821,4 +826,4 @@ body.kiosk #loading .instructions {
|
|||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
max-width: 250px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue