• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

XF with white-colored bg / need graphic for left and right border

erich37

Well-known member
Instead of having the default light-grey-background-color, I would like to have the bg-color of my forum to be just white #FFFFFF

But then I would need a graphic-image for the left and right border.

I am looking for a nice looking shadow-image (simple, but elegant) which aligns with the XF blue-default-colors.
The image should be small in size, so that it can be used as "repeat Y" for flexible height.

Code:
#content .pageWidth {
    background-color: #FCFCFF;
border-left: img src="......";
border-right: img src="......";

}

Please let me know if you are a talented designer to make a nice looking border-image.
 
I may be missing the obvious, but is there any reason why you can't do it with CSS?
 
Top Bottom