The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
I would like to know this as well. I really like the shadowed look on both sides of the forum.
|
#3
|
|||
|
|||
Sytles & Templates > Main CSS > Body
Standard CSS > Background Add this: Code:
url(URL OF IMAGE) repeat https://vborg.vbsupport.ru/images/cs...e/bodybkgd.jpg But there is tons of way of doing it. (Image wise.) |
#4
|
|||
|
|||
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:
|
#5
|
|||
|
|||
Thanks guys.
--------------- Added [DATE]1196608673[/DATE] at [TIME]1196608673[/TIME] --------------- Quote:
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? |
#6
|
|||
|
|||
Quote:
They way I do it is take an image 100x100 and just have it repeat. |
#7
|
|||
|
|||
Vertical repeat:
Code:
body { background: #fff url('images/vertical.gif') repeat-y; } Horizontal Repeat: Code:
body { background: #ffa200 url('images/horizontal.gif') repeat-x; } hope this helps |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|