diff --git a/static/ripple.css b/static/ripple.css index d3005d7..294ca63 100644 --- a/static/ripple.css +++ b/static/ripple.css @@ -24,6 +24,24 @@ padding-bottom: 10px; } } +.owner +{ + -webkit-animation: rainbow 2s infinite; + -ms-animation: rainbow 2s infinite; + animation: rainbow 2s infinite; + +} + +.dev +{ + color: SpringGreen; + text-shadow: + -1px -1px 0 #006400, + 1px -1px 0 #006400, + -1px 1px 0 #006400, + 1px 1px 0 #006400; + +} @media (min-width: 700px) { .huge.heading { height: 175px; diff --git a/templates/beatmap.html b/templates/beatmap.html index efe3423..6e0daa5 100644 --- a/templates/beatmap.html +++ b/templates/beatmap.html @@ -45,12 +45,12 @@
- {{ .T "For various reasons, some software of Ripple does not contribute to the changelog, to which this website is a part of. In case you want to see the changelog of Hanayo, you can do so by clicking here." | html }} + {{ .T "For various reasons, some software of Yozora does not contribute to the changelog, to which this website is a part of. In case you want to see the changelog of Hanayo, you can do so by clicking here." | html }}
- {{ .T "You look new here. Allow us to introduce you to what Ripple is." }} + {{ .T "You look new here. Allow us to introduce you to what Yozora is." }}
- {{ .T "Ripple is a private osu! server, featuring multiplayer, PP, a very active community and a development team going strong implementing new features and squashing bugs. You can check out even more features here. It has also a very friendly community, and it's open source! Just so you know, we currently have %s users online and %s registered users!" (rediget "ripple:online_users") (rediget "ripple:registered_users") | html }} + {{ .T "Yozora is a private osu! server, featuring multiplayer, PP for relax, autopilot and regular osu!, leaderboards for every (submitted) map, a very active community and a development team going strong implementing new features and squashing bugs. You can check out even more features here. It has also a very friendly community, and it's open source! Just so you know, we currently have %s users online and %s registered users!" (rediget "ripple:online_users") (rediget "ripple:registered_users") | html }}
-- {{ .T "Welcome back to Ripple. We currently have %s online users and %s total registered users. Nice day to farm a few maps, isn't it?" (rediget "ripple:online_users") (rediget "ripple:registered_users") | html }} + {{ .T "Welcome back to Yozora. We currently have %s online users and %s total registered users. Nice day to farm PP, isn't it?" (rediget "ripple:online_users") (rediget "ripple:registered_users") | html }}
- {{ $v.snippet }} -
-