diff examples/common/default/default.css @ 960:0d9caeab3d81 draft

Instant notify by "@all" sign at the beginning of article.
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 29 Jan 2022 10:41:41 +0900
parents b78409b5a3b9
children b327b5691b59
line wrap: on
line diff
--- a/examples/common/default/default.css	Fri Dec 24 08:39:25 2021 +0900
+++ b/examples/common/default/default.css	Sat Jan 29 10:41:41 2022 +0900
@@ -152,6 +152,10 @@
 td.repl h2:before {content: "■"; color: #a22;}
 td.repl h3:before {content: "◆"; color: #a22;}
 td.repl h4:before {content: "○";}
+td.repl div.atall {
+    color: white; background: #66f; padding: 0 0.8ex;
+    display: inline-block; border-radius: 0.8ex;
+}
 .blog_replies td.repatt {min-width: 12em;}
 table.blog_replies iframe {
     width: 80%; min-height: 300px; max-width: 50em; max-height: 80vw;

yatex.org