PDA

View Full Version : change quotation design



PandavB
11-02-14, 07:52 PM
Hello,

Change the quotation appearance in vBulletin 5 Connect!


Open css_global.css template, and find:

Code:

.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:

Code:

.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



Show Your Support

To receive notifications regarding updates -> Click to Mark as Installed.
If you like this modification -> Click to Nominate for Modification of the Month.
This modification may not be copied, reproduced or published elsewhere without author's permission.