差分

Modern スキンのスタイルを cre 仕様に変更する
/* ここに記述したCSSはモダン外装の利用者に影響します */

dt {
margin-bottom: 0.1em;
border-bottom: 1px dashed #036;
}

dd {
line-height: 1.5;
margin-bottom: 0.1em;
}

/* 引用 */
blockquote {
position: relative;
margin: 1em 0;
padding: 1em 1em 1em 3em;
background-color: #f3f3f3;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

blockquote:before {
position: absolute;
top: 35px;
left: 10px;

/* Left double quote */
content: "\201C";

font-family: Georgia, serif;
font-size: 60px;
color: #455372;
}