Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-16-2007, 02:29 PM
timothydog76 timothydog76 is offline
 
Join Date: Oct 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Gradient Background on This Site

I want to make a background gradient going up the left and right sides of my forum just like this forum. I have no problems making gradients but I don't know where to add them in the style section. Any hints?

Thanks,
Tim
Reply With Quote
  #2  
Old 12-01-2007, 02:45 PM
jimbo21 jimbo21 is offline
 
Join Date: Sep 2007
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to know this as well. I really like the shadowed look on both sides of the forum.
Reply With Quote
  #3  
Old 12-01-2007, 05:48 PM
ChU v2 ChU v2 is offline
 
Join Date: May 2007
Location: Chicago
Posts: 396
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sytles & Templates > Main CSS > Body

Standard CSS > Background

Add this:

Code:
url(URL OF IMAGE) repeat
vB.org image is this:
https://vborg.vbsupport.ru/images/cs...e/bodybkgd.jpg

But there is tons of way of doing it. (Image wise.)
Reply With Quote
  #4  
Old 12-01-2007, 06:10 PM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I do this on my site:

AdminCP > Styles & Template > Style Manager > All Style Options (Choose Which Style)

Then I scroll to the Body section and have this entered in the background field:
Quote:
#888F97 url(http://gridironfans.com/portal/bg.gif) repeat-x;
Reply With Quote
  #5  
Old 12-02-2007, 08:47 AM
jimbo21 jimbo21 is offline
 
Join Date: Sep 2007
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks guys.

--------------- Added [DATE]1196608673[/DATE] at [TIME]1196608673[/TIME] ---------------

Quote:
Originally Posted by ChU v2 View Post
Sytles & Templates > Main CSS > Body

Standard CSS > Background

Add this:

Code:
url(URL OF IMAGE) repeat
vB.org image is this:
https://vborg.vbsupport.ru/images/cs...e/bodybkgd.jpg

But there is tons of way of doing it. (Image wise.)
I actually haven't been able to get this to work the way it works on this site.

I know how to repeat an image but the problem I'm having is that the whole background image is showing up and not just the part necessary to fill the window so everything gets shifted to the right.

Is there some other CSS code I can put in to fix this?
Reply With Quote
  #6  
Old 12-02-2007, 04:30 PM
ChU v2 ChU v2 is offline
 
Join Date: May 2007
Location: Chicago
Posts: 396
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jimbo21 View Post
Thanks guys.

--------------- Added [DATE]1196608673[/DATE] at [TIME]1196608673[/TIME] ---------------



I actually haven't been able to get this to work the way it works on this site.

I know how to repeat an image but the problem I'm having is that the whole background image is showing up and not just the part necessary to fill the window so everything gets shifted to the right.

Is there some other CSS code I can put in to fix this?
Not quite sure what you mean... Screenshot?

They way I do it is take an image 100x100 and just have it repeat.
Reply With Quote
  #7  
Old 12-02-2007, 07:04 PM
actone actone is offline
 
Join Date: Nov 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Vertical repeat:
Code:
body {
    background: #fff url('images/vertical.gif') repeat-y;
}
Example: http://www.actoneart.com/repeats/vertical.html

Horizontal Repeat:
Code:
body {
    background: #ffa200 url('images/horizontal.gif') repeat-x;
}
Example: http://www.actoneart.com/repeats/horizontal.html

hope this helps
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:47 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.04192 seconds
  • Memory Usage 2,218KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete