2026年1月
« 4月    
 1234
567891011
12131415161718
19202122232425
262728293031  
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.