mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-18 22:52:50 +00:00
Make the finishing touches on the non-existent hypha notice
This commit is contained in:
parent
f7b4ec938e
commit
1d1b5af50b
@ -320,12 +320,12 @@ caption { caption-side: top; font-size: small; }
|
||||
.relative-hyphae__entry_this { padding: .25rem .5rem; font-weight: bold; }
|
||||
.relative-hyphae__link { text-decoration: none; display: block; padding: .25rem .5rem; }
|
||||
|
||||
|
||||
.btn { display: inline-block; border: 1px #999 solid; border-radius: .25rem; text-decoration: none; padding: .25rem; font-size: 1rem; }
|
||||
::-webkit-file-upload-button,
|
||||
.btn { display: inline-block; border: 1px #999 solid; border-radius: .25rem; text-decoration: none; padding: .25rem; font-size: 1rem; margin: 0; }
|
||||
|
||||
/* Color stuff */
|
||||
/* Lighter stuff #eee */
|
||||
.btn { background-color: #eee; color: black; }
|
||||
::-webkit-file-upload-button, .btn { background-color: #eee; color: black; }
|
||||
.btn:visited { color: black; }
|
||||
|
||||
article code,
|
||||
@ -395,6 +395,7 @@ blockquote { border-left: 4px #ddd solid; }
|
||||
|
||||
.transclusion .transclusion__link { color: #ddd; }
|
||||
|
||||
::-webkit-file-upload-button,
|
||||
.btn,
|
||||
article code,
|
||||
article .codeblock,
|
||||
|
@ -205,12 +205,12 @@ caption { caption-side: top; font-size: small; }
|
||||
.relative-hyphae__entry_this { padding: .25rem .5rem; font-weight: bold; }
|
||||
.relative-hyphae__link { text-decoration: none; display: block; padding: .25rem .5rem; }
|
||||
|
||||
|
||||
.btn { display: inline-block; border: 1px #999 solid; border-radius: .25rem; text-decoration: none; padding: .25rem; font-size: 1rem; }
|
||||
::-webkit-file-upload-button,
|
||||
.btn { display: inline-block; border: 1px #999 solid; border-radius: .25rem; text-decoration: none; padding: .25rem; font-size: 1rem; margin: 0; }
|
||||
|
||||
/* Color stuff */
|
||||
/* Lighter stuff #eee */
|
||||
.btn { background-color: #eee; color: black; }
|
||||
::-webkit-file-upload-button, .btn { background-color: #eee; color: black; }
|
||||
.btn:visited { color: black; }
|
||||
|
||||
article code,
|
||||
@ -280,6 +280,7 @@ blockquote { border-left: 4px #ddd solid; }
|
||||
|
||||
.transclusion .transclusion__link { color: #ddd; }
|
||||
|
||||
::-webkit-file-upload-button,
|
||||
.btn,
|
||||
article code,
|
||||
article .codeblock,
|
||||
|
@ -20,7 +20,7 @@
|
||||
<div class="non-existent-hypha__ways">
|
||||
<section class="non-existent-hypha__way">
|
||||
<h3 class="non-existent-hypha__subtitle">📝 Write a text</h3>
|
||||
<p>Write a note, a diary, an article, a story or anything textual using <a href="https://mycorrhiza.lesarbr.es/hypha/mycomarkup">Mycomarkup</a>.</p>
|
||||
<p>Write a note, a diary, an article, a story or anything textual using <a href="https://mycorrhiza.lesarbr.es/hypha/mycomarkup">Mycomarkup</a>. Full history of edits to the document will be saved.</p>
|
||||
<p>Make sure to follow this wiki's writing conventions if there are any.</p>
|
||||
<a class="btn stick-to-bottom" href="/edit/{%s h.Name %}">Create</a>
|
||||
</section>
|
||||
|
@ -68,7 +68,7 @@ func streamnonExistentHyphaNotice(qw422016 *qt422016.Writer, h *hyphae.Hypha, u
|
||||
<div class="non-existent-hypha__ways">
|
||||
<section class="non-existent-hypha__way">
|
||||
<h3 class="non-existent-hypha__subtitle">📝 Write a text</h3>
|
||||
<p>Write a note, a diary, an article, a story or anything textual using <a href="https://mycorrhiza.lesarbr.es/hypha/mycomarkup">Mycomarkup</a>.</p>
|
||||
<p>Write a note, a diary, an article, a story or anything textual using <a href="https://mycorrhiza.lesarbr.es/hypha/mycomarkup">Mycomarkup</a>. Full history of edits to the document will be saved.</p>
|
||||
<p>Make sure to follow this wiki's writing conventions if there are any.</p>
|
||||
<a class="btn stick-to-bottom" href="/edit/`)
|
||||
//line views/hypha.qtpl:25
|
||||
|
Loading…
Reference in New Issue
Block a user