From b48d54afd03035f85d60fbdc42d64fbe94b3acf9 Mon Sep 17 00:00:00 2001 From: jomo Date: Wed, 5 Nov 2014 01:59:00 +0100 Subject: [PATCH] update docs for new handling of fallback, update our own images --- public/stylesheets/style.css | 20 ++++++++++---------- views/index.jade | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 29d0447..67e78ba 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -34,32 +34,32 @@ mark.green { height: 160px; } .sideface.Jake0oo0 { - background:url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=160&default=alex"); + background:url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=160"); } .sideface.Jake0oo0:hover { - background:url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=160&default=alex&helm=true"); + background:url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=160&helm=true"); } .sideface.redstone_sheep { - background:url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=160&default=alex"); + background:url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=160"); } .sideface.redstone_sheep:hover { - background:url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=160&default=alex&helm=true"); + background:url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=160&helm=true"); } .sideface.Notch { - background:url("/avatars/069a79f444e94726a5befca90e38aaf5?size=160&default=alex"); + background:url("/avatars/069a79f444e94726a5befca90e38aaf5?size=160"); } .sideface.Notch:hover { - background:url("/avatars/069a79f444e94726a5befca90e38aaf5?size=160&default=alex&helm=true"); + background:url("/avatars/069a79f444e94726a5befca90e38aaf5?size=160&helm=true"); } .sideface.sk89q { - background:url("/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=160&default=alex"); + background:url("/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=160"); } .sideface.sk89q:hover { - background:url("/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=160&default=alex&helm=true"); + background:url("/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=160&helm=true"); } .sideface.md_5 { - background:url("/avatars/af74a02d19cb445bb07f6866a861f783?size=160&default=alex"); + background:url("/avatars/af74a02d19cb445bb07f6866a861f783?size=160"); } .sideface.md_5:hover { - background:url("/avatars/af74a02d19cb445bb07f6866a861f783?size=160&default=alex&helm=true"); + background:url("/avatars/af74a02d19cb445bb07f6866a861f783?size=160&helm=true"); } \ No newline at end of file diff --git a/views/index.jade b/views/index.jade index 6d6bfcd..b13bff5 100644 --- a/views/index.jade +++ b/views/index.jade @@ -29,7 +29,7 @@ block content a(href="/avatars/00000000000000000000000000000000?default=steve") steve | or a(href="/avatars/00000000000000000000000000000000?default=alex") alex - | .
Otherwise, a 404 with no content is returned. + | .
The default is calculated based on the UUID (even = alex, odd = steve) h4 helm p Get an avatar with the second (helmet) layer applied.
The content of this parameter is ignored