The Arcive of vBulletin Modifications Site. |
|
Change quotation design Details »»
|
|||||||||||||||||||||||||||
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;
}
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;
}
Mohammad Kamal Screenshots
Show Your Support
|
|||||||||||||||||||||||||||
| Благодарность от: | ||
| tuerkraider | ||
| Comments |
|
#2
|
|||
|
|||
|
good work |
|
#3
|
||||
|
||||
|
nice bro
|
|
#4
|
||||
|
||||
|
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
|
|
#5
|
|||
|
|||
|
nice, works for vb 5.05
|
|
#6
|
|||
|
|||
|
Better if added to css.additional.css works with VB5.0.5
|
|
#7
|
|||
|
|||
|
Doesn't work on version 5.2.2
|
|
#8
|
|||
|
|||
|
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
|
|
#9
|
||||
|
||||
|
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.
|
|
#10
|
||||
|
||||
|
i added it through Sitebuilder CSS Editor and it works well on 5.4.1
|
![]() |
|
|