/* Normal Bubble */
.bubble {
width: auto;
font-size: 0.75em;
margin-bottom: 24px;
}
.bubble blockquote {
margin: 0px;
padding: 0px;
border: 1px solid #c9c2c1;
background-color: #000;
}
.bubble blockquote p {
margin: 10px;
padding: 0px;
font-size: 21px;
}
.bubble cite {
position: relative;
margin: 0px;
padding: 7px 0px 0px 15px;
top: 6px;
background: transparent url(b/tip.gif) no-repeat 20px 0;
font-style: normal;
}
コメント用にこれを持っています..「吹き出し」のように見えます。
最初から大きくしたくないので、テキストの後にカスタムしたい..「こんにちは」と書いた場合、バブルから1〜2ピクセルのマージンでその周りにある必要があるため、「こんにちは」と書いた場合私の名前は、料理が好きです!」それならもっと大きくなるはずです..今はこんな感じです:
<div class="bubble">
<blockquote>
<p>the comment text is here</p>
</blockquote>
<cite>Written by me</cite>
</div>