テーマStinger3の引用のデザイン変更
- 画像を使って❝を表示させていたところをcssで
-
.post blockquote {
background-color: #f3f3f3;
background-repeat: no-repeat;
background-position: left top;
padding-top: 33px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 40px;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
position: relative;
}
.post blockquote:before {
position: absolute;
display: inline-block;
content: "『";
font-size: 300%;
top: 10px;
left: 10px;
color: #333;
}
.post blockquote:after {
position: absolute;
display: inline-block;
content: "』";
font-size: 300%;
bottom: 10px;
right: 10px;
color: #333;
}
あとプラグイン「Viper's Video Quicktags」もちょっと変更
- デフォルトサイズを変更、横幅550pxに。
- margin: 10px auto 20px;に変更。