diff --git a/cdn/gameassets/site.css b/cdn/gameassets/site.css index 94b5c1d..6454232 100644 --- a/cdn/gameassets/site.css +++ b/cdn/gameassets/site.css @@ -6,7 +6,7 @@ body { color: white; font-family: Arial, Helvetica, sans-serif; } -.text-shadow { +.text-shadow, .text-shadow-not-ie { text-shadow: 1px 1px 2px black; } .list-group-item, form, h1 { diff --git a/cdn/static/web/launcher/login_form.html b/cdn/static/web/launcher/login_form.html index e281142..a8a9411 100644 --- a/cdn/static/web/launcher/login_form.html +++ b/cdn/static/web/launcher/login_form.html @@ -9,8 +9,9 @@ .text-shadow { color: black !important; position: relative; - left: 1px; - top: 2px; + left: 0px; + top: 0px; + filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=2.25); } .text-shadow:before { color: white; @@ -18,21 +19,18 @@ position: absolute; content: attr(data-innertext); - top: -4px; - left: -1px; + top: 2px; + left: 1px; } - div > h1 span.text-shadow:before, div h2.text-shadow:before { - top: -2px; - } - form .text-shadow:before, .list-group-item div.text-shadow:before { - top: -1px; + a .text-shadow { + text-decoration: none !important; }