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; }
-

Zwift Launcher

+

Zwift Launcher

Login

Sign up
diff --git a/cdn/static/web/launcher/signup.html b/cdn/static/web/launcher/signup.html index b16ea01..ab8ff88 100644 --- a/cdn/static/web/launcher/signup.html +++ b/cdn/static/web/launcher/signup.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; }
-

Sign up

+

Sign up

diff --git a/cdn/static/web/launcher/upload.html b/cdn/static/web/launcher/upload.html index abf56b4..00ec537 100644 --- a/cdn/static/web/launcher/upload.html +++ b/cdn/static/web/launcher/upload.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,34 +19,31 @@ 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; }
-

Logged in as {{ username }} ({{ name }})

+

Logged in as {{ username }} ({{ name }})

  • - profile.bin +
    {% if profile %} - {{ profile }} (download) +
    {{ profile }} (download)
    {% else %} - {{ profile }} + {% endif %}
    @@ -53,10 +51,10 @@
  • - strava_token.txt +
    - {{ token }} +
  • @@ -69,7 +67,7 @@

    Upload file

    - +
    diff --git a/cdn/static/web/launcher/user_home.html b/cdn/static/web/launcher/user_home.html index be2c474..a384898 100644 --- a/cdn/static/web/launcher/user_home.html +++ b/cdn/static/web/launcher/user_home.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; }
    -

    Zwift Launcher

    +

    Zwift Launcher

    {% if username %}

    Logged in as {{ username }}

    {% if restarting %}