diff --git a/app/static/css/screen-dark.css b/app/static/css/screen-dark.css index bbe37753d..c658f79d7 100644 --- a/app/static/css/screen-dark.css +++ b/app/static/css/screen-dark.css @@ -56,7 +56,7 @@ nav { font-family: sans-serif} padding: 10px; } -.subnode, .links { +.subnode, .links, .not-found { background: #12091a; /* background: #150d38; */ color: #cfcfcf; @@ -81,11 +81,10 @@ nav { font-family: sans-serif} } .not-found { + /* background: #2f1f1f; - color: #cfcfcf; - padding: 0.5em; - margin-bottom: 10px; - border-radius: 10px; + */ + background: #690000; } /*.subnode li { margin: 0.8em 1.2em; }*/ diff --git a/app/templates/base.html b/app/templates/base.html index bcc3d6d5c..538405025 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -29,7 +29,7 @@ - + {% if not node.subnodes and not node.pushed_subnodes() %} -
-No node found at [[{{node.uri}}]]. -

-If you contributed a matching subnode with basename '{{node.uri}}' to the Agora (e.g. a note named {{node}}.md or an image named {{node}}.jpg), this node would exist :) -

-You can try searching or listing all nodes.

-Existing permutations are optimistically pulled below.
+
+ No Agora node found at [[{{qstr}}]]... yet :) +
+
    +
  • + If you contributed content related to '{{qstr}}' to the Agora ), it would show up here :) +
      +
    • + For example a note named {{node}}.md or an image named {{node}}.jpg. +
    • + Sign up now and start participating! +
    • +
    • + You can also contribute anonymously to the public Stoa down below; it is world writeable. Feel free to write something about {{qstr}}; whatever it means to you. +
    • +
    +
  • +
  • + You can try searching on (see below). +
  • +
  • + Some existing permutations might be optimistically pulled below.
    +
  • +
{% endif %}