Add JS page info

This commit is contained in:
Yusur 2021-03-14 22:50:49 +01:00
parent 2b7d990bb9
commit 0394e4b0d4
5 changed files with 25 additions and 5 deletions

View file

@ -23,11 +23,12 @@ body{font-family:sans-serif}
.nl-desc{font-size:0.9em;opacity:.75;font-family:serif}
.nl-new{margin:6px 0 12px 0;display:flex;justify-content:start}
.nl-new > a{margin-right:12px}
input[type="text"]{border:0;border-bottom:3px solid #ccc;font:inherit;color:#181818;background-color:transparent}
input[type="text"]:focus{color:black;border-bottom-color:#09f}
input[type="text"].error{border-bottom-color:#ff1800}
.submit-primary{color:white;background-color:#37b92e;font-family:inherit;border:1px solid #37b92e;font-size:1.2em;height:2em;min-width:8em;border-radius:12px;display:inline-block}
.submit-secondary{color:black;background-color:white;font-family:inherit;border:1px solid #809980;font-size:1.2em;height:2em;min-width:8em;border-radius:12px;display:inline-block}
input{border:0;border-bottom:3px solid #ccc;font:inherit;color:#181818;background-color:transparent}
input:focus{color:black;border-bottom-color:#09f}
input.error{border-bottom-color:#ff1800}
input[type="submit"],input[type="reset"],input[type="button"],button{font-family:inherit;border-radius:12px;border:1px solid #ccc;display:inline-block}
.submit-primary{color:white;background-color:#37b92e;font-family:inherit;border:1px solid #37b92e;font-size:1.2em;height:2em;min-width:8em}
.submit-secondary{color:black;background-color:white;font-family:inherit;border:1px solid #809980;font-size:1.2em;height:2em;min-width:8em}
.flash{background-color:#fff2b4;padding:12px;border-radius:4px;border:1px #ffe660 solid}
.page-tags p{display:inline-block}
.page-tags ul{padding:0;margin:0;list-style:none;display:inline-block}