diff options
| author | Bobby <[email protected]> | 2023-05-04 05:12:51 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-04 05:12:51 -0400 |
| commit | efeabae57fbccc603d13fa05a5cc5956c6a06873 (patch) | |
| tree | 864c91d75b49f6b5ec3da5d5e61cf06418ba4729 | |
| parent | 7878c055f28e065d3fbb0e685928d599a1457df7 (diff) | |
| download | thatcomputerscientist-efeabae57fbccc603d13fa05a5cc5956c6a06873.tar.xz thatcomputerscientist-efeabae57fbccc603d13fa05a5cc5956c6a06873.zip | |
Update background
| -rw-r--r-- | static/css/styles.css | 9 | ||||
| -rw-r--r-- | static/images/site/pattern.png | bin | 0 -> 4204381 bytes |
2 files changed, 6 insertions, 3 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index b705d2ec..287eb516 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,6 +1,7 @@ @import url(search.css); body { + width: 100%; background: black; font-size: 11px; font-family: Verdana,Helvetica,Arial,Sans-Serif; @@ -8,9 +9,11 @@ body { padding: 0px; color: #dddddd; box-sizing: border-box; - background-image: url("../images/site/stars.gif"); - background-repeat: repeat; - width: 100%; + background-image: url("../images/site/pattern.png"); + background-repeat: no-repeat; + background-attachment: fixed; + background-size: 100% auto; + background-position: center center; } /* Cursor Styles */ diff --git a/static/images/site/pattern.png b/static/images/site/pattern.png Binary files differnew file mode 100644 index 00000000..a2e836ee --- /dev/null +++ b/static/images/site/pattern.png |
