comparison examples/common/default/default.css @ 591:3bfd1ac6fbf3

Hr in reply box changed to inline-block
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 07 Sep 2019 07:41:52 +0900
parents 33fab353a39e
children f02b38fa9489
comparison
equal deleted inserted replaced
590:f480fa97fba6 591:3bfd1ac6fbf3
114 .blog_replies td.repl img {max-width: 30%;} 114 .blog_replies td.repl img {max-width: 30%;}
115 td.repl h2, td.repl h3, td.repl h4 { 115 td.repl h2, td.repl h3, td.repl h4 {
116 display: inline; /* Because td.repl's white space is pre-wrap */ 116 display: inline; /* Because td.repl's white space is pre-wrap */
117 /* text-shadow: blue 0px 1px; */ 117 /* text-shadow: blue 0px 1px; */
118 } 118 }
119 td.repl hr {margin-bottom: -1em;} 119 td.repl hr {display: inline-block; width: 95%; color: #cde}
120 td.repl em {color: #a00; text-decoration: underline; padding-right: 0.3ex;} 120 td.repl em {color: #a00; text-decoration: underline; padding-right: 0.3ex;}
121 td.repl strong {color: white; background: #00a; padding: 0 0.5ex;} 121 td.repl strong {color: white; background: #00a; padding: 0 0.5ex;}
122 td.repl h2:before {content: "■"; color: #a22;} 122 td.repl h2:before {content: "■"; color: #a22;}
123 td.repl h3:before {content: "◆"; color: #a22;} 123 td.repl h3:before {content: "◆"; color: #a22;}
124 td.repl h4:before {content: "○";} 124 td.repl h4:before {content: "○";}

yatex.org