|
|
| BASICS |
Customising your public forums profile page design is divided in two totally independent and optional processes:
- Customising the page layout with CSS
- Customising your content with vB Code
1. Customising the page layout with CSS
The idea is to allow you a flexible way of customising the page looks by using your preferred font sizes and effects, colors, borders and backgrounds.
- Designing your CSS tags - Some basic notes
- Beginners: Some css design tutorials and sources are listed here.
- You'll find a copy-paste textarea with all tags included at this page at Your Copy-Modify-Paste CSS tags code.
- All Images are placed as background images in the styles, meaning they will not force the content tables to stretch. If an used image is larger than the area it is supposed to cover any overflow stays hidden.
- Tip: When you adjust a specific area it is easier to grab the changes if you test with a color strongly contrasting to colors you are finally using.
- Note: Term 'screen wide' (whole screen area) is different to 'page wide' (892 pixels wide centered main layout area).
- CSS style tags you can modify
- .body
-
This affects the whole screen wide background, margins and other basic settings.
-
If you want to use a background image for the whole page you should add after background-color: #FFFFFF
- Above positioning example places one none-repeating image at top left corner of the screen on a white background. The image also stays fixed when a person viewing the page scrolls the screen.
- a:link, a:visited, a:active and a:hover
- This tag defines any basic links appearance if they are not specially defined in a style (example: .smallfont a:link)
- Note: No dots before the starting a letters.
- .page_header, .page and .page_footer
- These tags are related to each other as they construct a page wide background. You can adjust the page area background by full 892 pixel width
.page_header

- TIP: If you use a partly transparent logo with .Your_Custom_Profile_Logo -style , you can effectively customise your page appearance by using an underlying graphic with this style.
.page
.page_footer

- .breadcrumb_maintable
- This tag allows you to style the navigation bar area border and background

- A backround image should ideally be about 45 pixels high and maximum 892 pixels wide (the height may change if you change the font sizes in any of the style tags starting .breadcrumb)
- .breadcrumb_smallfont
(and a:link, a:visited ...)
- This tag allows you to style the breadcrumb text and links
- .breadcrumb_text_header
- This tag allows you to style the actual breadcrumb header text
- .tborder
- This tag allows you to style the border of most content tables

- .tcat
- This tag allows you to style the content table headers and background
- A backround image should ideally be about 30 pixels high and maximum 612 pixels wide (the height may change if you change the font sizes in any of the style tags starting .breadcrumb)
- .alt1 (and .alt1:link, .alt1:visited ...)
- This tag defines the basic style of most content cells. alt1 styled areas also have their own link appearance tags

- .alt2 (and .alt2:link, .alt2:visited ...)
- alt2 is a replacement style for repeatnig content cells. alt2 styled areas also have their own link appearance tags

- .vbmenu_control (and .vbmenu_control:link, .vbmenu_control:visited ...)
- This tag defines the style for controls bars background, text and links.

- .smallfont (and .smallfont:link, .smallfont:visited ...)
- This tag defines the style of the smaller fonts where used. smallfont styled texts also have their own link appearance tags

2. Customising your content with vB Code
vB Code is quite like using <html>. At your artist-seller pages vB Code tags can be used to further enhance text effects, include links, images, audio etc. If vB tags can be used at a information field it is mentioned at the left side of the filed at the backstge user interface.
|
Return to previous page | More info at the helpdesk | Related Discussion  |
|