summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorlsof <lsof@mailbox.org>2025-09-02 14:29:42 +0200
committerlsof <lsof@mailbox.org>2025-09-02 16:59:54 +0200
commita2110fb70ad0471754aebc8519737980b10df8d5 (patch)
treec0e3e83538494d4d4d20e8c1c0497a58ae922308 /static/style.css
parentba7fd8ed5809bb73971a9caf6c382c17782e0f60 (diff)
404, exlinks
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index f67c2c0..1e9d803 100644
--- a/static/style.css
+++ b/static/style.css
@@ -101,6 +101,11 @@ a:hover {
text-decoration: underline;
text-decoration-style: dotted;
}
+/*external links*/
+a.external_link::after {
+ content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNqEkIEJwCAMBGPpEs7hHK6hY+gauoZr6Bo6RtqEWkxb6EMQnuM/USEirIoxSmOKwDkhBEwp4VPkb4801Xun9xW4e+9FldYarLUvkBPPOp4JGWOgtSaSt6VWQKUU9nPOEiSIgAmNMdadFTjn7utqrXwh6fLvH9nXhamW5ksMnpfDnw4BBgBfunO056MmqAAAAABJRU5ErkJggg==);
+
+}
td,th {
vertical-align:top;