Hello,

Change the quotation appearance in vBulletin 5 Connect!

Screenshot:

Eklenti 538

Open css_global.css template, and find:

Kod:
Hello,

Change the quotation appearance in vBulletin 5 Connect!

Screenshot:



Open css_global.css template, and find:
Replace it with:

Kod:
.bbcode_container .bbcode_quote {
background: #eee;
font-size: 13px;
font-style: italic;
padding: 10px;
padding-left: 38px;
position: relative;
margin-bottom: 15px;
border: 2px solid #ddd;
border-radius: 8px;
padding-right: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-left: 3px solid #8CC8FF;
}