Helpful Information
 
 
Category: vBulletin 5.x Modifications
BB Code Enhancements - Change quotation design

Hello,

Change the quotation appearance in vBulletin 5 Connect!

Screenshot:

http://www.vbulletin.org/forum/attachment.php?attachmentid=143318&stc=1&d=1358259290

Open css_global.css template, and find:

.bbcode_container .bbcode_quote {
background: transparent url("images/css/bckg_conversation_stripe.png") repeat scroll 0 0;
font-size: 11px;
font-style: italic;
padding: 10px;
padding-{vb:stylevar right}:15px;
padding-{vb:stylevar left}:38px;
position: relative;
margin-bottom: 15px;
}

Replace it with:

.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;
}

Regards,
Mohammad Kamal

good work

nice bro :)

I have use vBulletin 4
But very soon I will use vBulletin 5 And so wonderful advantages
Thank you to add wonderful change quotation
Wait more :)

nice, works for vb 5.05

Better if added to css.additional.css works with VB5.0.5

Doesn't work on version 5.2.2 :(

i think u may have an issue on your side...i have had it installed for a while and its still there on mine after 5.2.2

It's not recommended to edit css_global template. Custom style should be done with style variables and/or by adding it in css_additional template or in Sitebuilder CSS Editor.

i added it through Sitebuilder CSS Editor and it works well on 5.4.1










privacy (GDPR)