Simple Machines Community Forum

Customizing SMF => Tips and Tricks => Topic started by: Ivan Minic on July 31, 2005, 07:23:54 AM

Title: Few colors that look very nice with SMF default template
Post by: Ivan Minic on July 31, 2005, 07:23:54 AM
People usually need this for decorating some text, coloring some features, so i taught that it might be nice to write down some nice colors for you to use wuth default blue and gray:


If you like these, and need help with some shade, just ask


Examples of usage:

Changing color + resize of board descriptions:
Open: BoardIndex.template.php

', $board['description'] , '
Replace with
<font size="1" color="#004566">', $board['description'] , '</font>

Changing color + bolding of Posts , and Topics on index:
Open: BoardIndex.template.php

Posts
', $board['posts'], '
Replace with
<b><font color="#006697">', $board['posts'], '</font></b>

Topics
', $board['topics'],'
Replace with
<b><font color="#004566">', $board['topics'],'</font></b>

Note: Use your imagination ;)
Title: Re: Few colors that look very nice with SMF default template
Post by: iv_nik on May 03, 2006, 02:08:36 PM
Quote from: Ivan Minic on July 31, 2005, 07:23:54 AM
Changing color + resize of board descriptions:
Open: BoardIndex.template.php

', $board['description'] , '
Replace with
<font size="1" color="#004566">', $board['description'] , '</font>
That does work with the main boardindex, but doesn't work with Child Boards :(

added:
Oh, I've got it :) Child Boards' description is in the MessageIndex.template.php
Title: Re: Few colors that look very nice with SMF default template
Post by: JacKBooT on May 03, 2006, 02:30:18 PM
Hi.. i'm using smf 1.1 RC2 Default theme and i changed the color to green by myself... i had to change all the theme gif's by photoshop.. and also made some settings in style.css file...

i hope you like it... thanks..

ooops.. here is the link: http://www.gizlibahce.biz
Title: Re: Few colors that look very nice with SMF default template
Post by: mforum on May 04, 2006, 02:50:52 AM
Looks very nice !!  :)
It would be better to change white backround to very light green  ;)
Title: Re: Few colors that look very nice with SMF default template
Post by: Vinspire on May 31, 2006, 01:21:03 PM
Thanks for the tips :)
Title: Re: Few colors that look very nice with SMF default template
Post by: Farmacija on June 06, 2006, 03:37:28 PM
For boards, on smf1.07 there is some Temple parse error...
Title: Re: Few colors that look very nice with SMF default template
Post by: ricardo35 on March 29, 2010, 09:11:04 AM
I was wondering if anyone could help me on picking some nice blueish colors for my website :)

www.hyperion-legion.com ;
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi42.tinypic.com%2F2qxs5tw.jpg&hash=64877c8f68acb549f9deb2a59181adefe1b226c9)

Thanks!
Title: Re: Few colors that look very nice with SMF default template
Post by: vijay bhaskar on April 06, 2010, 07:56:25 AM
Looks good
Title: Re: Few colors that look very nice with SMF default template
Post by: DoDouLiS on May 31, 2010, 08:06:55 AM
Nice !! Thanks for the tip!
Title: Re: Few colors that look very nice with SMF default template
Post by: John Willson on June 10, 2010, 04:23:59 AM
Hi,looking very good,thanks for the tips.
Title: Re: Few colors that look very nice with SMF default template
Post by: hachik0 on June 16, 2010, 08:28:49 AM
i like this. i wanted to share my experience in that by replacing all the graphics used with colors only, SMF is simply the fastest forum platform i have ever used. but i hope someone can make a proper guide on how to do that? i only switched the paths in my theme settings so that my theme URL only would stay same.
Title: Re: Few colors that look very nice with SMF default template
Post by: neyola on January 17, 2012, 08:11:07 AM
Can someone please tell me the colour code for this board....I need this code for google adsense
Title: Re: Few colors that look very nice with SMF default template
Post by: jediknight182 on April 18, 2013, 12:08:12 PM
where is the code where u can change numbers, or some other code to change, color of theme. (Im using this very default SMF Theme : Curve)
Title: Re: Few colors that look very nice with SMF default template
Post by: Kindred on April 18, 2013, 12:28:07 PM
index.css

and then all of the coloured images....
Title: Re: Few colors that look very nice with SMF default template
Post by: dimspace on April 20, 2013, 09:24:58 PM
A fairly useful colour chart with hex codes here.
http://www.sttmedia.com/colorchart

there are loads of others, i just happen to use Pipette for colour grabbing

Quote from: jediknight182 on April 18, 2013, 12:08:12 PM
where is the code where u can change numbers, or some other code to change, color of theme. (Im using this very default SMF Theme : Curve)
Quote from: Kindred on April 18, 2013, 12:28:07 PM
index.css

and then all of the coloured images....

If you are using a browser that supports it, you can also right click on a colour on your forum, select inspect element, and it will even give you the line in index.css that relates to that particular item.

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi36.tinypic.com%2F2hquy49.png&hash=79e005a5be1ff45b755cb5cb6b4825a36079761e)