2024年4月
« 4月    
1234567
891011121314
15161718192021
22232425262728
2930  
4月13

WordPress CSS テスト2

PM 6:34
カテゴリー[WordPress]

次は、b-quoteを試してみます。
以下のコードをCSSに記入しました。

blockquote
{
margin: 15px;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 50px;
background-position: 5px 10px ! important;
background-image: url(images/quote.gif) ! important;
background-color: #FAFAFA ! important;
background-repeat: no-repeat ! important;
background-position: 8px 10px;
border-color: #EAEAEA;
border-width: 1px;
border-style: solid;
border-left-color: silver;
border-left-width: 5px;
border-left-style: solid;
font-weight: normal;
font-size: 12px;
}

codeとは、違った感じになりました。

コメントをどうぞ

You must be logged in to post a comment.