31
General Support / Re: Style Help
« on: September 24, 2013, 03:27:14 am »
The forum you posted looks good but doesn't seem difficult to replicate, maybe just time consuming. If you break everything down however, what makes it look good is the combination of A) background image(s), B) background colors, and C) text colors. All 3 of those can be easily learned:
background images:
background images:
Code: [Select]
background-image: url('URL');
background colors:Code: [Select]
background-color: #????;
colors:Code: [Select]
color: #????;
That's the bare minimum for those code, there's some more advanced stuff available but I hope you get the point. You can't expect to magically have a good looking forum unless it's already done for you, except it isn't(well maybe some of the styles in the Style Manager are kinda good).