mirror of
https://github.com/flancian/garden.git
synced 2026-08-10 16:36:19 +00:00
Ramping down aesthetics run.
This commit is contained in:
@@ -56,6 +56,7 @@ nav { font-family: sans-serif}
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mini-cli {
|
.mini-cli {
|
||||||
|
width: 28%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node, .context, .stoa {
|
.node, .context, .stoa {
|
||||||
|
|||||||
+14
-11
@@ -43,7 +43,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navigation">
|
<nav class="navigation">
|
||||||
<a href="/"><img src="/static/img/agora.png" class="logo" width="20" height="20"></a>
|
<a href="/"><img style="display: inline;" src="/static/img/agora.png" class="logo" width="20" height="20"></a>
|
||||||
|
|
|
|
||||||
<a href="/nodes">nodes</a>
|
<a href="/nodes">nodes</a>
|
||||||
|
|
|
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
|
|
|
|
||||||
<a href="/latest">Δ</a>
|
<a href="/latest">Δ</a>
|
||||||
|
|
|
|
||||||
<a href="/node/agora-cli">cli</a>
|
<a href="/node/agora-cli">→</a>
|
||||||
<form action="/exec" style="display: inline;" method="get">
|
<form action="/exec" style="display: inline;" method="get">
|
||||||
<input class="mini-cli" id="mini-cli" type="text" value="{{qstr}}" name="q">
|
<input class="mini-cli" id="mini-cli" type="text" value="{{qstr}}" name="q">
|
||||||
</form>
|
</form>
|
||||||
@@ -61,15 +61,18 @@
|
|||||||
<a href="/node/agora-help" style="text-decoration: none;" class="help-button">❓</a>
|
<a href="/node/agora-help" style="text-decoration: none;" class="help-button">❓</a>
|
||||||
</nav>
|
</nav>
|
||||||
<hr>
|
<hr>
|
||||||
↪ <a href="https://www.google.com/search?q={{q}}">Google</a>
|
<strong>Search '{{qstr}}' on → </strong>
|
||||||
↪ <a href="https://www.duckduckgo.com/{{q}}">DDG</a>
|
<span class="mini-search">
|
||||||
↪ <a href="https://en.wikipedia.org/wiki/Special:Search/{{q}}">Wikipedia</a>
|
<a href="https://www.google.com/search?q={{q}}">Google</a>
|
||||||
↪ <a href="https://twitter.com/search/?f=live&q={{q}}">Twitter</a>
|
| <a href="https://www.duckduckgo.com/{{q}}">DDG</a>
|
||||||
↪ <a href="https://github.com/search?q={{q}}">Github</a>
|
| <a href="https://en.wikipedia.org/wiki/Special:Search/{{q}}">Wikipedia</a>
|
||||||
↪ <a href="https://forum.effectivealtruism.org/search?terms={{q}}">EA</a>
|
| <a href="https://twitter.com/search/?f=live&q={{q}}">Twitter</a>
|
||||||
↪ <a href="https://www.lesswrong.com/search?terms={{q}}">LW</a>
|
| <a href="https://github.com/search?q={{q}}">Github</a>
|
||||||
↪ <a href="http://encyclopedia.uia.org/en/problems?combine={{q}}">World Problems</a>
|
| <a href="https://forum.effectivealtruism.org/search?terms={{q}}">EA</a>
|
||||||
↪ <a href="https://www.pubpub.org/search?q={{q}}">PubPub</a>
|
| <a href="https://www.lesswrong.com/search?terms={{q}}">LW</a>
|
||||||
|
| <a href="http://encyclopedia.uia.org/en/problems?combine={{q}}">World Problems</a>
|
||||||
|
| <a href="https://www.pubpub.org/search?q={{q}}">PubPub</a>
|
||||||
|
</span>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
{% if node.subnodes %}
|
{% if node.subnodes %}
|
||||||
<div class="node">
|
<div class="node">
|
||||||
<span class="node-header">Node <a href="/node/{{node.uri}}">[[{{node.uri}}]]</a> ↓</span>
|
<span class="node-header">Agora node <a href="/node/{{node.uri}}">[[{{node.uri}}]]</a> ↓</span>
|
||||||
|
|
||||||
{% for subnode in node.subnodes %}
|
{% for subnode in node.subnodes %}
|
||||||
<div class="subnode">
|
<div class="subnode">
|
||||||
|
|||||||
Reference in New Issue
Block a user