diff --git a/assets/css/uwave.css b/assets/css/uwave.css index 79b02f2..fd36633 100644 --- a/assets/css/uwave.css +++ b/assets/css/uwave.css @@ -6,7 +6,9 @@ a, a:focus, a:hover { - color: #fff; + /* color: #fff; + Attemping to change the URL colors to gold*/ + color: #b7a57a; text-decoration: underline; } @@ -15,8 +17,11 @@ a:hover { .btn-play:hover, .btn-play:focus { text-shadow: none; /* Prevent inheritence from `body` */ - background-color: #333; + /* background-color: #333; color: #ccc; + Attemping to change play button bg to purple and color gold*/ + background-color: #4b2e83; + color: #b7a57a; border: 0; } @@ -28,10 +33,13 @@ a:hover { html, body { height: 100%; - background-color: #333; + /* background-color: #333;*/ + background-color: #4b2e83; } body { - color: #ffffff; + /* color: #4b2e83; + trying to change text color to gold */ + color: #b7a57a; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.5); } @@ -73,7 +81,9 @@ body { padding-left: 0; font-size: 16px; font-weight: bold; - color: #cc1f2e; + /* color: #4b2e83; + Trying to make URLs on top gold */ + color: #b7a57a; border-bottom: 2px solid transparent; text-decoration: none; } @@ -85,7 +95,9 @@ body { .masthead-nav > .active > a, .masthead-nav > .active > a:hover, .masthead-nav > .active > a:focus { - color: #cc1f2e; + /* color: #4b2e83; + Trying to make URLs on top gold */ + color: #b7a57a; border-bottom-color: #fff; } @@ -108,8 +120,11 @@ body { */ .mastfoot { - color: #999; /* IE8 proofing */ + /*color: #999; /* IE8 proofing * color: rgba(255,255,255,.5); + Trying to make shit gold again */ + color: #b7a57a; /* IE8 proofing */ + color: rgba(183, 165, 122,.5); } @@ -149,7 +164,7 @@ body { .red:hover, .red:active, .red:visited { - color: #cc1f2e; + color: #b7a57a; /* Tried to make the click-able link text (such as "Business" under About) not be purple anymore */ } .content { @@ -157,7 +172,10 @@ body { padding-top: 30px; padding-bottom: 100px; height: 100%; - color: #ccc; + /* color: #ccc; + gold?? */ + color: #b7a57a; + /*Tried just commenting this color. I believe it was making most text purple, but we changed it to #fff to try white, it didn't work. */ text-align: left; } @@ -181,8 +199,11 @@ body { .externalplayer { font-size: 8pt; - color: #999; + /*color: #999; color: rgba(255,255,255,.7); + Trying to make shit gold again */ + color: #b7a57a; + color: rgba(183, 165, 122,.7); } #donationFAQs li { @@ -198,8 +219,8 @@ address { .btn-red:hover, .btn-red:active { color: #ddd; - background-color: #aa1f2e; - border-color: #aa1f2e; + background-color: #4b2e83; + border-color: #4b2e83; } .jumbotron { diff --git a/assets/img/Swish-315x151.png b/assets/img/Swish-315x151.png new file mode 100644 index 0000000..6af072f Binary files /dev/null and b/assets/img/Swish-315x151.png differ diff --git a/assets/img/Swish_256.png b/assets/img/Swish_256.png new file mode 100644 index 0000000..0255061 Binary files /dev/null and b/assets/img/Swish_256.png differ diff --git a/assets/img/UWAVE+Swish-315x151.png b/assets/img/UWAVE+Swish-315x151.png new file mode 100644 index 0000000..6af072f Binary files /dev/null and b/assets/img/UWAVE+Swish-315x151.png differ diff --git a/assets/img/UWAVE+Swish.png b/assets/img/UWAVE+Swish.png new file mode 100644 index 0000000..6ea4369 Binary files /dev/null and b/assets/img/UWAVE+Swish.png differ diff --git a/assets/img/UWAVE-textonly-121x30.png b/assets/img/UWAVE-textonly-121x30.png new file mode 100644 index 0000000..718c775 Binary files /dev/null and b/assets/img/UWAVE-textonly-121x30.png differ diff --git a/assets/img/UWAVE-textonly.png b/assets/img/UWAVE-textonly.png new file mode 100644 index 0000000..3ed525a Binary files /dev/null and b/assets/img/UWAVE-textonly.png differ diff --git a/favicon.ico b/favicon.ico index 586b64c..963a8ba 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/foot.php b/foot.php index 477d87b..9a7fbab 100644 --- a/foot.php +++ b/foot.php @@ -1,10 +1,12 @@ -
Sign our petition to help UWave Radio get on the air.
+ -This site copyright © 2018 UWave Radio. Some rights reserved. CC BY NC SA. What we play may be licensed differently.
+This site copyright © 2019 UWave Radio. Some rights reserved. CC BY NC SA. What we play may be licensed differently.
online) {?>
- 
+ 
Tune in
";
+ echo "
";
if(array_key_exists("reason", $settings)) {
echo $settings->reason;
} else {
diff --git a/live.php b/live.php
index 16ac6c1..889b2cb 100644
--- a/live.php
+++ b/live.php
@@ -2,7 +2,7 @@