1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-31 11:29:09 +00:00

Make the finishing touches on the non-existent hypha notice

This commit is contained in:
Timur Ismagilov 2021-05-14 14:31:47 +05:00
parent f7b4ec938e
commit 1d1b5af50b
4 changed files with 10 additions and 8 deletions

View File

@ -320,12 +320,12 @@ caption { caption-side: top; font-size: small; }
.relative-hyphae__entry_this { padding: .25rem .5rem; font-weight: bold; } .relative-hyphae__entry_this { padding: .25rem .5rem; font-weight: bold; }
.relative-hyphae__link { text-decoration: none; display: block; padding: .25rem .5rem; } .relative-hyphae__link { text-decoration: none; display: block; padding: .25rem .5rem; }
::-webkit-file-upload-button,
.btn { display: inline-block; border: 1px #999 solid; border-radius: .25rem; text-decoration: none; padding: .25rem; font-size: 1rem; } .btn { display: inline-block; border: 1px #999 solid; border-radius: .25rem; text-decoration: none; padding: .25rem; font-size: 1rem; margin: 0; }
/* Color stuff */ /* Color stuff */
/* Lighter stuff #eee */ /* Lighter stuff #eee */
.btn { background-color: #eee; color: black; } ::-webkit-file-upload-button, .btn { background-color: #eee; color: black; }
.btn:visited { color: black; } .btn:visited { color: black; }
article code, article code,
@ -395,6 +395,7 @@ blockquote { border-left: 4px #ddd solid; }
.transclusion .transclusion__link { color: #ddd; } .transclusion .transclusion__link { color: #ddd; }
::-webkit-file-upload-button,
.btn, .btn,
article code, article code,
article .codeblock, article .codeblock,

View File

@ -205,12 +205,12 @@ caption { caption-side: top; font-size: small; }
.relative-hyphae__entry_this { padding: .25rem .5rem; font-weight: bold; } .relative-hyphae__entry_this { padding: .25rem .5rem; font-weight: bold; }
.relative-hyphae__link { text-decoration: none; display: block; padding: .25rem .5rem; } .relative-hyphae__link { text-decoration: none; display: block; padding: .25rem .5rem; }
::-webkit-file-upload-button,
.btn { display: inline-block; border: 1px #999 solid; border-radius: .25rem; text-decoration: none; padding: .25rem; font-size: 1rem; } .btn { display: inline-block; border: 1px #999 solid; border-radius: .25rem; text-decoration: none; padding: .25rem; font-size: 1rem; margin: 0; }
/* Color stuff */ /* Color stuff */
/* Lighter stuff #eee */ /* Lighter stuff #eee */
.btn { background-color: #eee; color: black; } ::-webkit-file-upload-button, .btn { background-color: #eee; color: black; }
.btn:visited { color: black; } .btn:visited { color: black; }
article code, article code,
@ -280,6 +280,7 @@ blockquote { border-left: 4px #ddd solid; }
.transclusion .transclusion__link { color: #ddd; } .transclusion .transclusion__link { color: #ddd; }
::-webkit-file-upload-button,
.btn, .btn,
article code, article code,
article .codeblock, article .codeblock,

View File

@ -20,7 +20,7 @@
<div class="non-existent-hypha__ways"> <div class="non-existent-hypha__ways">
<section class="non-existent-hypha__way"> <section class="non-existent-hypha__way">
<h3 class="non-existent-hypha__subtitle">📝 Write a text</h3> <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&apos;s writing conventions if there are any.</p> <p>Make sure to follow this wiki&apos;s writing conventions if there are any.</p>
<a class="btn stick-to-bottom" href="/edit/{%s h.Name %}">Create</a> <a class="btn stick-to-bottom" href="/edit/{%s h.Name %}">Create</a>
</section> </section>

View File

@ -68,7 +68,7 @@ func streamnonExistentHyphaNotice(qw422016 *qt422016.Writer, h *hyphae.Hypha, u
<div class="non-existent-hypha__ways"> <div class="non-existent-hypha__ways">
<section class="non-existent-hypha__way"> <section class="non-existent-hypha__way">
<h3 class="non-existent-hypha__subtitle">📝 Write a text</h3> <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&apos;s writing conventions if there are any.</p> <p>Make sure to follow this wiki&apos;s writing conventions if there are any.</p>
<a class="btn stick-to-bottom" href="/edit/`) <a class="btn stick-to-bottom" href="/edit/`)
//line views/hypha.qtpl:25 //line views/hypha.qtpl:25