Error pages

master
Nick Sergeant 2012-04-07 19:16:26 -04:00
parent cc3af5faab
commit 3be9208b6e
4 changed files with 27 additions and 0 deletions

View File

@ -1010,3 +1010,14 @@ body.editing section.main div.inner section.snipts article.editing aside div.in
body.editing section.main div.inner section.snipts article.editing aside div.in label.public.is-public span {
color: #B94A48;
}
body.error section.main div.inner {
color: #CCC;
font: bold 50px "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
padding: 63px 0;
text-align: center;
text-transform: uppercase;
}
body.error div.rochester-made {
margin-top: 54px;
}

View File

@ -1161,3 +1161,17 @@ body.editing {
}
}
}
body.error {
section.main {
div.inner {
color: #CCC;
font: bold 50px $Helvetica;
padding: 63px 0;
text-align: center;
text-transform: uppercase;
}
}
div.rochester-made {
margin-top: 54px;
}
}

View File

@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block page-title %}Page Not Found - {{ block.super }}{% endblock %}
{% block body-class %}error{% endblock %}
{% block content %}
404: Page Not Found

View File

@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block page-title %}Server Error - {{ block.super }}{% endblock %}
{% block body-class %}error{% endblock %}
{% block content %}
500: Server Error