feature: Change background image.

This commit is contained in:
Xander Bazzi 2024-07-03 20:52:00 -06:00
parent aeff27ab48
commit 2f8eae4394
8 changed files with 10 additions and 4 deletions

BIN
assets/img/astronaut.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

View File

@ -11,7 +11,7 @@
--accent-1: #8d0081; --accent-1: #8d0081;
--accent-2:#00FFFF; --accent-2:#00FFFF;
--content-spacing:5px; --content-spacing:5px;
--background-img:url('../img/space-2.png'); --background-img:url('../img/astronaut_beach6.png');
--banner:url('../img/xbazzi_logo2.png'); --banner:url('../img/xbazzi_logo2.png');
--banner-footer: url('../img/title-bars-win95.png'); --banner-footer: url('../img/title-bars-win95.png');
--titleBars:url('../img/title-bars-win95.png'); --titleBars:url('../img/title-bars-win95.png');
@ -26,13 +26,14 @@
html, html,
body { body {
background-color: rgba(0, 0, 0, 0.35);
margin: 0; margin: 0;
box-sizing: border-box; box-sizing: border-box;
font-family: "Times New Roman", Times, serif; font-family: "Times New Roman", Times, serif;
} }
body { body {
background-color: black; /*background-color: black;*/
color: var(--text-color); color: var(--text-color);
background-attachment: scroll; background-attachment: scroll;
z-index: 1; z-index: 1;
@ -109,9 +110,10 @@ body::before {
bottom: 0; bottom: 0;
content: ''; content: '';
background-image: var(--background-img); background-image: var(--background-img);
background-color: black;
background-size: 100% 100%; /* Ensure the image covers the entire element */ background-size: 100% 100%; /* Ensure the image covers the entire element */
background-repeat: no-repeat; /* Prevent the image from repeating */ background-repeat: no-repeat; /* Prevent the image from repeating */
opacity: 0.8; /* Adjust the transparency */ opacity: 0.9; /* Adjust the transparency */
z-index: -1; z-index: -1;
} }
@ -174,7 +176,7 @@ aside {
} }
.wrapper { .wrapper {
opacity: 0.9; opacity: 1;
} }
main { main {

View File

@ -4,6 +4,10 @@ All notable changes to this site will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the versioning is consistent with [Semantic Versioning](https://semver.org/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the versioning is consistent with [Semantic Versioning](https://semver.org/).
## [0.7.1] - 2024-07-03
### Changed
- Modified background picture to something more realistic.
## [0.7.0] - 2024-07-03 ## [0.7.0] - 2024-07-03
### Changed ### Changed
- Modified text in index, homenetwork, and website pages. - Modified text in index, homenetwork, and website pages.