Customizing SMF > Graphics and Templates

a few design/template questions

(1/1)

tornadobreZeL:
please see forum @ www.tornadobrezel.deĀ  -- yes its turkish :)

following questions:

1-- how can i display board links (yenilikler,haberler/politika etc.. ) in yellow. cant find the specific line in the css file?

1.1-- in want the board links a bit moved to the left -- how to do?

2-- how can i move ""Home | Help | Search | Login | Register"" to the right top of the page (into the first blue box) ??

3-- how can i add some more space under the first blue box (between users info and tornadobrezel.de)??


thanks for your help

regards,

tornadobreZeL

Oldiesmann:
1. Open up style.css

Search for:

--- Code: ---a:link
{
color: #000000;
text-decoration: underline;
}
--- End code ---

Replace with:

--- Code: ---a:link
{
color: yellow;
text-decoration: underline;
}
--- End code ---

1.1 - No clue

2. I'm not real sure you'd want to do that, because then users could "shrink" the menu when they hide the key stats and user info boxes.

3. In index.template.php:

Search for:

--- Code: --- <img src="', $settings['images_url'], '/' , $context['user']['language'] , '/userinfo.gif" style="position: absolute; left: ', $context['browser']['is_ie5'] || $context['browser']['is_ie4'] ? '0' : '-1px', '; top: -16px; clear: both;" alt="" />
--- End code ---

replace with:

--- Code: --- <br /><img src="', $settings['images_url'], '/' , $context['user']['language'] , '/userinfo.gif" style="position: absolute; left: ', $context['browser']['is_ie5'] || $context['browser']['is_ie4'] ? '0' : '-1px', '; top: -16px; clear: both;" alt="" />
--- End code ---

tornadobreZeL:
thx Oldiesmann
cheers

Oldiesmann:
No problem. Hope that helps.

Navigation

[0] Message Index

Go to full version