diff --git a/sitestatic/archnavbar/uwu.png b/sitestatic/archnavbar/uwu.png new file mode 100644 index 000000000..a66cb1404 Binary files /dev/null and b/sitestatic/archnavbar/uwu.png differ diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index a650564fc..6bb7a8409 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -20,11 +20,20 @@ } } +#archnavbarlogo.uwu { + float: none !important; + background: url('archnavbar/uwu.png') no-repeat !important; + height: 300px !important; + width: 500px !important; + margin: 10px auto 30px !important; + filter: drop-shadow(30px 10px 15px #333) !important; +} + /* move the heading text offscreen */ -#archnavbarlogo h1 { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; } +#archnavbarlogo h1 { margin: 0 !important; padding: 0 !important; height: 100% !important; width: 100% !important; text-indent: -9999px !important; } /* make the link the same size as the logo */ -#archnavbarlogo a { display: block !important; height: 40px !important; width: 190px !important; } +#archnavbarlogo a { display: block !important; height: 100% !important; width: 100% !important; } /* display the list inline, float it to the right and style it */ #archnavbarlist { display: block !important; list-style: none !important; margin: 0 !important; padding: 0 !important; font-size: 0px !important; text-align: right !important; } diff --git a/templates/base.html b/templates/base.html index 47cfd8a1b..cf9f89d0f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,7 +17,9 @@ + {% if request.GET.uwu %} + + {% endif %}
{% if user.is_authenticated %}