s4

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

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 diff
     1.1 --- a/examples/common/default/default.css	Mon Jan 18 18:48:32 2021 +0900
     1.2 +++ b/examples/common/default/default.css	Sat Jan 29 10:41:41 2022 +0900
     1.3 @@ -152,6 +152,10 @@
     1.4  td.repl h2:before {content: "■"; color: #a22;}
     1.5  td.repl h3:before {content: "◆"; color: #a22;}
     1.6  td.repl h4:before {content: "○";}
     1.7 +td.repl div.atall {
     1.8 +    color: white; background: #66f; padding: 0 0.8ex;
     1.9 +    display: inline-block; border-radius: 0.8ex;
    1.10 +}
    1.11  .blog_replies td.repatt {min-width: 12em;}
    1.12  table.blog_replies iframe {
    1.13      width: 80%; min-height: 300px; max-width: 50em; max-height: 80vw;