Changeset - a00fc7845e3c
[Not reviewed]
0 3 0
Nick Seidenman (N6) - 7 years ago 2017-02-04 22:45:12
n6151h@gmail.com
Added some css to make text visible on 404 and 404 pages.
Removed references to non-existent content—page-header-panel.html.
3 files changed with 7 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/403_csrf.html
Show inline comments
...
 
@@ -8,13 +8,12 @@
 
{% block body_class %}template-blogpage{% endblock %}
 

	
 
{% block head_title %}{{ page.title }}{% endblock %}
 

	
 
{% block body %}
 
  {% block content %}
 
    {% include "cms_pages/content_page_header_panel.html" %}
 
    <div class="l-content-page">
 
      <div class="l-content-page--richtext">
 
        <h2>{{ title }} <span>(403)</span></h2>
 

	
 
        <p>{{ main }}</p>
 

	
pinaxcon/templates/404.html
Show inline comments
...
 
@@ -8,15 +8,14 @@
 
{% block body_class %}template-blogpage{% endblock %}
 

	
 
{% block head_title %}{{ page.title }}{% endblock %}
 

	
 
{% block body %}
 
  {% block content %}
 
    {% include "cms_pages/content_page_header_panel.html" %}
 
    <div class="l-content-page">
 
      <div class="l-content-page--richtext">
 
      <div class="l-content-page--richtext ooops-hack">
 
        <h2>Ooops</h2>
 

	
 
        <p>The page you're looking for doesn't exist. Sorry!</p>
 
      </div>
 
    </div>
 
  {% endblock %}
static/src/pyconau2017/css/app.css
Show inline comments
...
 
@@ -1693,7 +1693,13 @@ probably (hopefully) valid.
 
4. 	Try and clean shame.css up when you have some down time.
 

	
 
via: http://csswizardry.com/2013/04/shame-css/
 

	
 
------------------------------------------------------------------------------------------------ */
 

	
 
.ooops-hack {
 
  color: rgb(250,250,200);
 
  background-color: rgba(25,25,25,.8);
 
}
 

	
 

	
 
/*# sourceMappingURL=maps/app.css.map */
0 comments (0 inline, 0 general)