2009年4月
« 3月   5月 »
 12345
6789101112
13141516171819
20212223242526
27282930  

「2009年04月13日」の記事 1 件


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とは、違った感じになりました。