Skip to content

Commit

Permalink
Update theming for Super 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed May 8, 2024
1 parent 7a28568 commit 2f8ad6d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified magprime/static/images/landing-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed magprime/static/theme/banner.jpg
Binary file not shown.
Binary file modified magprime/static/theme/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added magprime/static/theme/banner_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions magprime/static/theme/prereg_extra.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.masthead {
background-image: url("../theme/banner.jpg");
background-image: url("../theme/banner.png");
padding-top: 30.86%; /* The height is 30.86% of the width (500px / 1620px) */
}

/*@media
@media
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-moz-min-device-pixel-ratio:2),
Expand All @@ -12,7 +12,7 @@ only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
.masthead { background-image: url("../theme/banner_2x.png"); }
}*/
}

.masthead-text {
color: #fff;
Expand Down Expand Up @@ -49,8 +49,8 @@ only screen and (min-resolution:2dppx) {
}

body {
background-color: #060404;
background-image: url("../theme/static-background.jpg");
background-color: #fee102;
/*background-image: url("../theme/static-background.jpg");*/
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
Expand Down

0 comments on commit 2f8ad6d

Please sign in to comment.