diff --git a/app/assets/stylesheets/views/error_pages.css.sass b/app/assets/stylesheets/views/error_pages.css.sass new file mode 100644 index 000000000..0e89475e0 --- /dev/null +++ b/app/assets/stylesheets/views/error_pages.css.sass @@ -0,0 +1,61 @@ +/*404*/ + +article div.all + + .error404 + text-align: center + + h1 + font-size: 48px + font-weight: normal + + span + color: #4496d0 + + h2 + font-size: 18px + font-weight: normal + + p + text-align: center + font-size: 14px + +/*500*/ + + .error500 + text-align: center + + h1 + font-size: 48px + font-weight: normal + + span + color: #4496d0 + + h2 + font-size: 18px + font-weight: normal + + p + text-align: center + font-size: 14px + +/*503*/ + + .error503 + text-align: center + + h1 + font-size: 38px + font-weight: normal + text-align: center + + span + color: #4496d0 + + h2 + font-size: 18px + font-weight: normal + + span + color: #4496d0 diff --git a/public/404.html b/public/404.html index 45803eb40..6f0a08e54 100644 --- a/public/404.html +++ b/public/404.html @@ -15,7 +15,7 @@ - ABF + ABF