vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 5.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=259)
-   -   BB Code Enhancements - Change quotation design (https://vborg.vbsupport.ru/showthread.php?t=293965)

Mohammad Kamal 01-14-2013 11:00 PM

Change quotation design
 
1 Attachment(s)
Hello,

Change the quotation appearance in vBulletin 5 Connect!

Screenshot:

https://vborg.vbsupport.ru/attachmen...1&d=1358259290

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

3amalah 02-13-2013 06:14 AM



good work


abdobasha2004 02-21-2013 05:11 PM

nice bro :)

Dorgham 02-25-2013 11:51 AM

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

ndut 01-11-2014 08:15 AM

nice, works for vb 5.05

Spangle 01-19-2014 10:25 PM

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

HowToEvery 06-08-2016 08:22 AM

Doesn't work on version 5.2.2 :(

IggyP 06-09-2016 12:16 AM

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

noypiscripter 08-16-2016 10:47 PM

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.

Naijasite 05-27-2018 06:55 PM

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


All times are GMT. The time now is 05:03 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01166 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete