diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index 8a898741..a6eef105 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -517,6 +517,31 @@ a { } +/* **************************** */ +/* 404 */ +/* **************************** */ +.content404 { + width: 400px; + margin-left: auto; + margin-right: auto; + margin-top: 100px; + text-align: center; +} +.content404 a { + color: #3A4259; +} +.content404 h1 { + font-size: 10em; + margin-bottom: 0; + line-height: 0.5em; + margin-top: 40px; +} +.content404 h2 { + font-size: 4em; + margin-top: 0; +} + + /* **************************** */ /* Autocomplete */ /* **************************** */ diff --git a/umap/templates/404.html b/umap/templates/404.html index f5209ebe..de61d244 100644 --- a/umap/templates/404.html +++ b/umap/templates/404.html @@ -1,5 +1,12 @@ {% extends "base.html" %} +{% load i18n static %} + {% block content %} - Not Found +
{% endblock %} \ No newline at end of file