This Thread is for Tips and Helpful Links for Making Stylesheets
ONLY.
Do NOT ask stylesheet questions in this thread and let's leave it for helpful things.
If you have a helpful tip, trick, or link feel free to use this thread to share it.
Stylesheets made by members and posted here at SupportYou must give credit and a link back to the original author of a stylesheet if you do a remake or a conversion of a stylesheet or theme.
Stylesheet Authors Please Read
w3schools is invaluable for learning css:http://w3schools.com/css/default.aspColor coded forum - see where each color is used: Its sole purpose is for you to look around and to be able to easily see where the areas are in the css.
You do not need to signup to use it.
Color Coded Stylesheet HelpTutorial for the Default CSS:
Written by patrick from the simplemachines forum, describes each section in the css (with pictures) (a lot of help)
patrick's tutorial
Background Help:How to put a background image on your forumw3schools background css infoHow to put an image on top of the backgroundCenter Forum / Make exact width:How to center the forum or make it an exact widthTab Help:Change Tab ColorsHow to Change the News Fader Font and Link Colors:Change News Fader Font and Link ColorsColor Code Sites:http://html-color-codes.com/http://www.december.com/html/spec/color.htmlhttp://www.webmonkey.com/webmonkey/reference/color_codes/http://www.computerhope.com/htmcolor.htm#03http://instant-eyedropper.com/info/html_color_code/Find Colors that Go well together with:Color BlenderSelect Colors from anywhere on the screen with:Instant EyedropperNeed to change the color of the fonts only in this area?Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum
Powered by SMF | SMF © 2006, Simple Machines LLC
Add this to your css, change the color code to what you need.
#footerarea a:link, #footerarea a:visited
{
color: #D9DBB5;
}