Customizing SMF > Graphics and Templates

Quick question

(1/1)

ViSioNaRy:
I can't for the life of me see where to change the outside fat border/background color around the smf body areas. I see in AMD's she did the green and blue respectively in those themes. The color appears to be a medium gray in the default smf. Anyhelp would be greatly appreciated.

Ryk

[Unknown]:
Search index.template.php for "color:".

-[Unknown]

ViSioNaRy:
 :D

Thank you very much!!!

ViSioNaRy:
Another quick question!
I want to change the color of the main scroll bars of the browser. I usually use the CSS commands to do so. I put them in the index.template.php and all the inside scroll bars of smf are colored but the main browser one was unaffected. Where should I put the css commands to get that to happen? Any help is greatly appreciated.

nave:
add this, with your own colours, to the top of your style.css for your theme


--- Code: ---/* Scrollbar, custom. */
body,html
{
scrollbar-base-color: #000000;
scrollbar-arrow-color: #077324;
scrollbar-face-color: #000000;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #077324;
scrollbar-highlight-color: #077324;
scrollbar-dark-shadow-color: #000000;
scrollbar-3d-light-color: #077324;
}
--- End code ---

Navigation

[0] Message Index

Go to full version