diff --git a/mvnw b/mvnw old mode 100644 new mode 100755 diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt index 711038e..48cc3bf 100644 --- a/src/main/resources/banner.txt +++ b/src/main/resources/banner.txt @@ -3,7 +3,7 @@ # | _|(_-<| || |\ V /| || || |(_-< # |_| /__/ \_,_| \_/ |_| \_,_|/__/ # -# Mount Fsuvius - The Sierra Mist Edition +# Mount Fsuvius - The Mtn Dew Edition # Application version ${application.version}. # Spring Boot version ${spring-boot.version}. # https://github.com/COSI-Lab/fsuvius diff --git a/src/main/resources/static/about.html b/src/main/resources/static/about.html index 385ef29..fedf2db 100644 --- a/src/main/resources/static/about.html +++ b/src/main/resources/static/about.html @@ -13,7 +13,7 @@
-

The Sierra Mist Edition

+

Mtn Dew Edition: As Refreshing As The Rocky Mountains

diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index ebda1d4..f53c2b8 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -15,7 +15,7 @@
-

The Sierra Mist Edition

+

Mtn Dew Edition: As Refreshing As The Rocky Mountains

@@ -33,4 +33,4 @@ - \ No newline at end of file + diff --git a/src/main/resources/static/media/background.jpg b/src/main/resources/static/media/background.jpg index 2aa19d1..b880327 100644 Binary files a/src/main/resources/static/media/background.jpg and b/src/main/resources/static/media/background.jpg differ diff --git a/src/main/resources/static/media/background.xcf b/src/main/resources/static/media/background.xcf new file mode 100644 index 0000000..5540b63 Binary files /dev/null and b/src/main/resources/static/media/background.xcf differ diff --git a/src/main/resources/static/media/logo.png b/src/main/resources/static/media/logo.png index 5d1b857..ecc926a 100644 Binary files a/src/main/resources/static/media/logo.png and b/src/main/resources/static/media/logo.png differ diff --git a/src/main/resources/static/media/logo.xcf b/src/main/resources/static/media/logo.xcf new file mode 100644 index 0000000..b8a554e Binary files /dev/null and b/src/main/resources/static/media/logo.xcf differ diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index f7d155c..29d7a0f 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -6,10 +6,10 @@ /* ===== GENERAL ===== */ body { - font-family: "Open Sans", Verdana, sans-serif; + font-family: Comic Sans MS, "Open Sans", Verdana, sans-serif; font-size: 16px; background-color: rgb(180, 205, 225); - color: black; + color: #ff0; padding: 0; margin: 0; background-image: url("media/background.jpg"); @@ -36,33 +36,23 @@ button { font: inherit; margin: 0px 0px; padding: 4px 8px; - border: 1px solid black; - color: black; + border: 1px solid #ff0; + color: #ff0; background: none; transition-duration: 200ms; } button:hover { - background: black; - color: white; + background: #ff0; + color: #f0f; } -.name_field { +.name_field, .balance_field { font: inherit; width: 250px; margin: 8px 0; - border: 1px solid black; - padding: 4px; - overflow-x: scroll; - overflow-y: hidden; - background: none; -} - -.balance_field { - font: inherit; - width: 100px; - margin: 8px 0; - border: 1px solid black; + border: 1px solid #ff0; + color: #ff0; padding: 4px; overflow-x: scroll; overflow-y: hidden; @@ -73,8 +63,8 @@ button:hover { width: 800px; padding: 24px; margin: 100px auto; - background: rgba(255,255,255,0.7); - box-shadow: 3px 3px 5px rgba(0,0,0,0.5); + background: #f0f9; + box-shadow: 3px 3px 5px #ff07; } /* ===== Navbar ===== */ @@ -175,4 +165,4 @@ button:hover { padding: 0px 12px 0px 0px; margin: 0; width: 100px; -} \ No newline at end of file +}