From efeabae57fbccc603d13fa05a5cc5956c6a06873 Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 4 May 2023 05:12:51 -0400 Subject: Update background --- static/css/styles.css | 9 ++++++--- static/images/site/pattern.png | Bin 0 -> 4204381 bytes 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 static/images/site/pattern.png (limited to 'static') 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 new file mode 100644 index 00000000..a2e836ee Binary files /dev/null and b/static/images/site/pattern.png differ -- cgit v1.2.3