diff --git a/static/royal.css b/static/royal.css index 5f94ee2a..6bf94ec8 100644 --- a/static/royal.css +++ b/static/royal.css @@ -100,4 +100,17 @@ th { .timestamp-data { text-align: right; +} + +.challenge-bar { + height: 100px; +} + +.challenge-bar.progress { + background-color: orange; +} + +.challenge-bar.progress-bar { + background-color: yellow; + color: black; } \ No newline at end of file diff --git a/templates/challenge1.html b/templates/challenge1.html index 1b73d32e..a98bfbf5 100644 --- a/templates/challenge1.html +++ b/templates/challenge1.html @@ -11,13 +11,23 @@

- La Sfida di questa settimana + Royal Challenge

- Raggiungiamo i {{ target }}pp di gruppo su osu! + La Prima Sfida

-
-
+

+ L'obiettivo di questa settimana sarà di raggiungere {{ target }}pp totali su osu! Ovvero, di guadagnare {{ target-starting }}pp in qualsiasi modalità partendo da adesso. +

+

+ + Più che altro è per provare una roba con il database della Royal Games, però sarebbe bello che tutti provassero a fare qualche pp... + +

+
+
+ {{ result-starting }}pp +
diff --git a/templates/leaderboards.html b/templates/leaderboards.html index 5607ae7b..e51f0bce 100644 --- a/templates/leaderboards.html +++ b/templates/leaderboards.html @@ -40,11 +40,11 @@
{% if record.rank_tier is not none %} {% if record.get_rank_stars_url() %}{% endif %} - {% endif %} - {% if record.rank_tier is not none and record.rank_tier < 10 %} - Unranked - {% elif record.rank_tier >= 10 %} - {{ record.get_rank_name() }} {{ record.get_rank_number() }} + {% if record.rank_tier < 10 %} + Unranked + {% elif record.rank_tier >= 10 %} + {{ record.get_rank_name() }} {{ record.get_rank_number() }} + {% endif %} {% endif %}