From: Martin Taibr Date: Wed, 11 Sep 2019 17:30:25 +0000 (+0200) Subject: fix overkill weapon icons X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=b2d1d4a33c244a09c1494c1f17229defd9206d1d;p=xonotic%2Fxonstat.git fix overkill weapon icons --- diff --git a/xonstat/static/css/fonts/Luma.eot b/xonstat/static/css/fonts/Luma.eot index 37ce73c..4df79f1 100644 Binary files a/xonstat/static/css/fonts/Luma.eot and b/xonstat/static/css/fonts/Luma.eot differ diff --git a/xonstat/static/css/fonts/Luma.svg b/xonstat/static/css/fonts/Luma.svg index 70e48e6..6d3e9b0 100644 --- a/xonstat/static/css/fonts/Luma.svg +++ b/xonstat/static/css/fonts/Luma.svg @@ -23,8 +23,8 @@ - - + + @@ -43,8 +43,8 @@ - - + + @@ -52,4 +52,7 @@ + + + \ No newline at end of file diff --git a/xonstat/static/css/fonts/Luma.ttf b/xonstat/static/css/fonts/Luma.ttf index 1888691..c82de3f 100644 Binary files a/xonstat/static/css/fonts/Luma.ttf and b/xonstat/static/css/fonts/Luma.ttf differ diff --git a/xonstat/static/css/fonts/Luma.woff b/xonstat/static/css/fonts/Luma.woff index 78f52ad..239bb1c 100644 Binary files a/xonstat/static/css/fonts/Luma.woff and b/xonstat/static/css/fonts/Luma.woff differ diff --git a/xonstat/static/css/luma.css b/xonstat/static/css/luma.css index aca8eb3..241767e 100644 --- a/xonstat/static/css/luma.css +++ b/xonstat/static/css/luma.css @@ -81,15 +81,9 @@ color: #e5965b; content: "\e90f"; } -.sprite-okhmg .path1:before { - color: #fd7865; - content: "\e910"; - opacity: 0.75; -} -.sprite-okhmg .path2:before { +.sprite-okhmg:before { color: #fd7865; content: "\e911"; - margin-left: -1em; } .sprite-hook:before { color: #81f13d; @@ -128,7 +122,7 @@ .sprite-nb:before { content: "\e91c"; } -.sprite-nex:before, .sprite-vortex:before, .sprite-oknex:before { +.sprite-nex:before, .sprite-vortex:before { color: #75c3d5; content: "\e91d"; } @@ -153,15 +147,9 @@ color: #e9be57; content: "\e923"; } -.sprite-okrpc .path1:before { - color: #e9be57; - content: "\e924"; - opacity: 0.75; -} -.sprite-okrpc .path2:before { +.sprite-okrpc:before { color: #e9be57; content: "\e925"; - margin-left: -1em; } .sprite-seeker:before { color: #f7717b; @@ -171,7 +159,7 @@ color: #77b38a; content: "\e927"; } -.sprite-shotgun:before, .sprite-okshotgun:before { +.sprite-shotgun:before { color: #849ba8; content: "\e928"; } @@ -182,10 +170,22 @@ color: #e9be57; content: "\e92a"; } -.sprite-uzi:before, .sprite-machinegun:before, .sprite-okmachinegun:before { +.sprite-uzi:before, .sprite-machinegun:before { color: #81f13d; - content: "\e92b"; + content: "\e933"; } .sprite-vip:before { content: "\e92c"; } +.sprite-oknex:before { + color: #75c3d5; + content: "\e92f"; +} +.sprite-okshotgun:before { + color: #849ba8; + content: "\e931"; +} +.sprite-okmachinegun:before { + color: #81f13d; + content: "\e933"; +}