summaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-28 17:39:32 +0200
committerdefault <nobody@localhost>2022-09-28 17:39:32 +0200
commit484a7f1fd8305ea395ae46681e17e06ac2d81565 (patch)
tree848dee919322cdee8b53c993c53418a3cd072ebe /doc/style.css
parente7e89d2d57b9308884385c2e97bd750475385cc4 (diff)
Added the score for local posts.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
new file mode 100644
index 0000000..3e8ae0a
--- /dev/null
+++ b/doc/style.css
@@ -0,0 +1,20 @@
+body { max-width: 48em; margin: auto; line-height: 1.5; padding: 0.8em }
+img { max-width: 100% }
+.snac-origin { font-size: 85% }
+.snac-score { float: right; font-size: 85% }
+.snac-top-user { text-align: center; padding-bottom: 2em }
+.snac-top-user-name { font-size: 200% }
+.snac-top-user-id { font-size: 150% }
+.snac-avatar { float: left; height: 2.5em; padding: 0.25em }
+.snac-author { font-size: 90% }
+.snac-pubdate { color: #a0a0a0; font-size: 90% }
+.snac-top-controls { padding-bottom: 1.5em }
+.snac-post { border-top: 1px solid #a0a0a0; }
+.snac-children { padding-left: 2em; border-left: 1px solid #a0a0a0; }
+.snac-textarea { font-family: inherit; width: 95% }
+.snac-history { border: 1px solid #606060; border-radius: 3px; margin: 2.5em 0; padding: 0 2em }
+.snac-btn-mute { float: right; margin-left: 0.5em }
+.snac-btn-follow { float: right; margin-left: 0.5em }
+.snac-btn-unfollow { float: right; margin-left: 0.5em }
+.snac-btn-delete { float: right; margin-left: 0.5em }
+.snac-footer { margin-top: 2em; font-size: 75% }