|
|
Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
|
|
Home > FlexCMS Support Forum > User Help > General Support Requests > CSS style section???
FlexCMS Support Forum
CSS style section??? Started August 7, 2006 @ 7:59pm by cberks
|
Post Message |
|
|
CSS style section??? | August 7, 2006 @ 7:59pm | the template I am working from does not appear to have a css style section -- i have found some examples in the source of some of your example sites - and have cut-n-paste into the template
but is there a list of the div names that can be used such as
Code
<style> a { text-decoration:underline; } a:hover { color:#000000; text-decoration:none; }
.BlockColors { color:#000000; text-decoration:none; } a.BlockColors:link { color:#C20043; } a.BlockColors:visited { color:#C20043; } a.BlockColors:active { color:#C20043; } a.BlockColors:hover { color:#000000; text-decoration:underline; }
.FooterColors { color:#000000; } a.FooterColors:link { color:#C20043; } a.FooterColors:visited { color:#C20043; } a.FooterColors:active { color:#C20043; } </style>
|
|
|
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| August 7, 2006 @ 10:06pm | The CSS is located in the bottom section of the template.php file for the respective template. However, they're all essentially the same, and pull the values from FlexCMS and the above color code settings in the template itself.
As for DIV names, really the only two are BlockColors and FooterColors, which control the block and footer areas respectively (independent from the main page body). Essentially their only purpose is to control the link colors and underlines.
All of the colors and styles for the various areas can be changed through the FlexCMS control panel, at the bottom of the Modify Site Preferences section. If you want to do anything more elaborate than that, you can edit the template.php file's CSS section to suit your needs.
David
FlexCMS v3.2 Has Been Released! |
|
|
|
|
|
|
|
|
|
| MEMBERS
|
|
|