Back to vBulletin 5.x Template Modifications

Change quotation design
Mod Version: 1.00, by Mohammad Kamal

vB Version: 5.0.0 Beta 24 Rating: (0 vote - 0 average) Installs: 18
Released: 15 Jan 2013 Last Update: Never Downloads: 0
Not Supported Template Edits  

Hello,

Change the quotation appearance in vBulletin 5 Connect!

Screenshot:



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

Download

No files for download.

Screenshots

Click image for larger version
Name:	1-15-2013 5-14-00 PM.png
Views:	1764
Size:	5.3 KB
ID:	143318  


vblts.ru supports vBulletin®, 2022-2024