Skip to content

Commit

Permalink
level elo imgs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DeinFreund committed Dec 25, 2017
1 parent 62e31ec commit 7e1e12e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
9 changes: 5 additions & 4 deletions Zero-K.info/Styles/userpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,17 @@
}

.progress_wrapper{
margin: 0px 120px 0px 120px ;
margin: 0px 150px 0px 150px ;
position:relative;
}
.progress_wrapper_left{
width: 120px;
width: 150px;
float: left;
}
.progress_wrapper_right{
width: 120px;
width: 150px;
float: right;
text-align: right;

}
.user_buttons{
Expand All @@ -84,7 +85,7 @@
margin-left: auto;
margin-right: auto;
margin-top: 5px;
background-image: url("/img/ranks/level-elo/velvetbacking.jpg");
#background-image: url("/img/ranks/level-elo/velvetbacking.jpg");
background-size: 100% 100%;
width: 94px;
height: 180px;
Expand Down
7 changes: 4 additions & 3 deletions Zero-K.info/Views/Shared/UserDetail.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

@{
var backgroundImages = new string[] { "infrared", "brown", "red", "orange", "yellow", "blue", "neutron", "black" };
var rankNames = new string[] { "Nebulous", "Brown Dwarf", "Red Dwarf", "Subgiant", "Giant", "Supergiant", "Neutron Star", "Singularity", "Space Lobster" };

<link href="/Styles/userpage.css" rel="stylesheet">

Expand Down Expand Up @@ -134,7 +135,7 @@
int bars = 0;
<div id="badge">
<div id="levelrank" title="This is a graphical representation of your level. Play more games to gain more rank!">
<div id="velvet"><img src="../../img/ranks/level-elo/velvetbacking.jpg" width="100%" height="100%" /></div>
<!--<div id="velvet"><img src="../../img/ranks/level-elo/velvetbacking.jpg" width="100%" height="100%" /></div>-->
<div id="badge-center">
@if (Model.Level > 125)
{
Expand Down Expand Up @@ -197,7 +198,7 @@
<div title='Your XP: @Model.Xp (next level at: @(Account.GetXpForLevel(Model.Level + 1))) <br /> Your levelprogress: @((int)(ratio*100))% <br /> Points for unlocks on next level: @(Account.GetXpForLevel(Model.Level + 1) - Account.GetXpForLevel(Model.Level))'>

<div class="progress_wrapper_left">
<div class="progress_text"> Rank X </div>
<div class="progress_text"> @rankNames[Model.Rank] </div>
<div class="progress_begin"></div>
</div>
<div class="progress_wrapper">
Expand All @@ -206,7 +207,7 @@
</div>
<div class="progress_wrapper_right">
<div class="progress_end"></div>
<div class="progress_text"> Rank Y </div>
<div class="progress_text"> @rankNames[Model.Rank + 1] </div>
</div>
</div>
<br class="clearfloat" />
Expand Down
1 change: 1 addition & 0 deletions Zero-K.info/asp.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@
<Content Include="Img\artifact_4.png" />
<Content Include="Img\artifact_5.png" />
<Content Include="Img\artifact_empty.png" />
<Content Include="Img\avatarbg.png" />
<Content Include="Img\badges\dev_adv.png" />
<Content Include="Img\badges\dev_content.png" />
<Content Include="Img\badges\dev_game.png" />
Expand Down
Binary file modified Zero-K.info/img/ranks/level-elo/bar_gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Zero-K.info/img/ranks/level-elo/chevron_gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Zero-K.info/img/ranks/level-elo/dot_gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Zero-K.info/img/ranks/level-elo/star.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e1e12e

Please sign in to comment.