s4

changeset 458:974156907ca7

pseudo content test3
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 16 Aug 2017 13:56:46 +0859
parents f06e2356cc70
children 6af9e7371b31
files examples/common/default/default.css
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Wed Aug 16 13:40:36 2017 +0859
     1.2 +++ b/examples/common/default/default.css	Wed Aug 16 13:56:46 2017 +0859
     1.3 @@ -107,9 +107,10 @@
     1.4  }
     1.5  td.repl h2, td.repl h3, td.repl h4 {
     1.6      display: inline;	/* Because td.repl's white space is pre-wrap */
     1.7 +    text-shadow: blue 0px 1px;
     1.8  }
     1.9 -td.repl h2:before, td.repl h2:after {content: "■■"; color: navy;}
    1.10 -td.repl h3:before {content: "◆"; color: green;}
    1.11 +td.repl h2:before {content: "■"; color: #a22;}
    1.12 +td.repl h3:before {content: "◆"; color: #a22;}
    1.13  td.repl h4:before {content: "○";}
    1.14  .blog_replies td.repatt {min-width: 12em;}
    1.15  table.blog_replies iframe {