comparison examples/common/default/default.css @ 584:1974f3bce999

Add padding to slant font (td.repl em)
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 27 Jul 2019 08:54:43 +0900
parents ae420aaa8f4f
children 1e40019d1bb1
comparison
equal deleted inserted replaced
583:ae420aaa8f4f 584:1974f3bce999
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 {margin-bottom: -1em;}
120 td.repl em {color: #a00; text-decoration: underline} 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: "○";}
125 .blog_replies td.repatt {min-width: 12em;} 125 .blog_replies td.repatt {min-width: 12em;}

yatex.org