Skip to content

Commit

Permalink
Add ESA Legends logos/basic theme
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed Dec 5, 2023
1 parent 59e4ce7 commit b965a72
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/graphics/_misc/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const { default: uksggreen } = require('./themes/uksggreen.theme.css');
const { default: uksgblue } = require('./themes/uksgblue.theme.css');
const { default: summer } = require('./themes/summer.theme.css');
const { default: winter } = require('./themes/winter.theme.css');
const { default: legends } = require('./themes/legends.theme.css');
const { default: swcf } = require('./themes/swcf.theme.css');

defaultTheme.use();
Expand Down Expand Up @@ -62,6 +63,9 @@ switch (theme) {
case 'swcf':
swcf.use();
break;
case 'legends':
legends.use();
break;
default:
// do nothing
}
20 changes: 20 additions & 0 deletions src/graphics/_misc/themes/legends.theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#Intermission .Logo > img {
content: url('./legends/Logo.png');
}

#Countdown .Logo {
content: url('./legends/Logo.png');
height: 500px;
}

#Omnibar > #Logo {
content: url('./legends/Logo.png');
height: 72px;
padding: 0 10px;
}

#Omnibar #CharityLogo {
content: url('./legends/OmnibarCharityLogo.png');
height: 58px;
margin: 0 15px;
}
Binary file added src/graphics/_misc/themes/legends/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b965a72

Please sign in to comment.