• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Change quotation design

Admin

Well-Known Member
Staff member
Administrator
Hello,


Change the quotation appearance in vBulletin 5 Connect!


Screenshot:


attachment.php



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
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top