The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
You aren't setting the right CSS class.
use the doc_background instead of whatever you've used. Also while it's none of my business where you get your images from (nor do I care) you should know simply stealing someone elses design/images is usually frowned upon. |
#12
|
||||
|
||||
Quote:
header_background p.s. the blend to black looks good. |
#13
|
|||
|
|||
Well that theme is publicly available BSMedia I believe, so simply configuring mine isn't really stealing if that theme has no copyright on it or am I wrong?
Well as you can see mandingo, it's starting at the bottom not at the top actually, it starts under the header, and how would i make the margins like theirs and it appear from top? |
#14
|
||||
|
||||
Quote:
doc_width I guess and set the image as your doc_background |
#15
|
|||
|
|||
Quote:
Set it to something like 90% Set your Background for Entire HTML Document like Background-color: black Background Image: url(path/to/image) Background Repeat: Repeat-x Background Position: Top |
#16
|
||||
|
||||
*high fives*
|
#17
|
|||
|
|||
K looks like I'm getting there, www.brotherhoodofgamers.com it's been shrinked from the right side, now how do I do it for the left side?
|
#18
|
||||
|
||||
PLay with
doc_margin in StyleVars or: vbulletin.css add: margin-left: 10%; margin-right: 10%; to Body (at the beginning) Code:
body { width:{vb:stylevar doc_width}; min-width:{vb:stylevar doc_minWidth}; max-width:{vb:stylevar doc_maxWidth}; margin: {vb:stylevar doc_margin}; font-size:{vb:stylevar font.fontSize}px; color:{vb:stylevar body_color}; line-height:{vb:stylevar line_height}; margin-left: 5%; margin-right: 5%; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|