summaryrefslogtreecommitdiff
path: root/notekins/nksext.css
diff options
context:
space:
mode:
Diffstat (limited to 'notekins/nksext.css')
-rw-r--r--notekins/nksext.css70
1 files changed, 70 insertions, 0 deletions
diff --git a/notekins/nksext.css b/notekins/nksext.css
new file mode 100644
index 0000000..8379b22
--- /dev/null
+++ b/notekins/nksext.css
@@ -0,0 +1,70 @@
+#content .block {
+ margin: 1em 0;
+}
+#content p {
+ text-indent:0;
+}
+#panel p {
+ margin:1em;
+}
+span.left {
+ display: table-cell;
+ text-align: left;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ white-space: nowrap;
+}
+span.right {
+ display: table-cell;
+ text-align: right;
+ white-space: nowrap;
+ min-width: 12em;
+}
+div.imgc {
+ background-size: cover;
+ background-position: 50% 50%;
+ flex: 200px;
+ height: 200px;
+ margin: 20px;
+ max-width: 400px;
+}
+a.imgl {
+ display: block;
+ height: 100%;
+ width: 100%;
+}
+img.emote {
+ max-width: 1.3em;
+ max-height: 1.3em;
+}
+span.date>a.anch {
+ padding-left: 0.5em;
+ opacity: 0;
+}
+span.date:hover>a.anch {
+ opacity: initial;
+}
+span.date span.datet {
+ color: #7e7;
+ opacity: 0.2;
+}
+span.date:hover span.datet {
+ opacity: initial;
+}
+span.date span.datetz {
+ color: #e7a;
+ opacity: 0.5;
+}
+span.date:hover span.datetz {
+ opacity: initial;
+}
+input[type="number"]{
+ border: none;
+ border-bottom: 2px solid;
+ outline: none !important;
+ background-color: rgba(0,0,0,0) !important;
+ font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace;
+ font-variant-ligatures: none;
+ color: var(--principal-fg);
+ border-bottom-color: var(--interactive-bg);
+}