kevind
Posts: 251
|
| Posted: 05/30/2008, 9:40 AM |
|
hi,
I'm using CCS 3.x and the new styles that it has added instead of themes.
I'm using a variation on Sand Beach - adjusted through style builder/modify option - to make fonts smaller etc etc.
i want to adjust the top margin on the style that is being applied to <body> HTML tag - I use to do this by hand adjusting the CSS file in the themes directory but, I'd like to do this the clean way.
I notice under Project, Settings, Styles that I can add styles - it seems to only let me add the packaged styles. Is there a way to add / override this style so it applies to all pages in the project.
Regards,
Kevin
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
jjrjr1
Posts: 942
|
| Posted: 05/30/2008, 9:53 AM |
|
Hi
As Far as I know there is no way to do exactly that but....
What I do is take a style I want to start with and save it with a new name.
You then go manually and edit that new style name. It now will always show on your style selection screen and you can use it on any project etc.
However, What I am not sure about is if you rebuild style Style Sheets is it will keep you changes.
Let me know if that works
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
kevind
Posts: 251
|
| Posted: 05/30/2008, 10:32 AM |
|
yeah, in 2.x it use to get overridden - so i touched it up to the point i wanted it and then moved it and did a manual include
i could probably mark it read only in the style folder once i was happy with it
i was looking for a solution IN the software instead of tweaking
kd
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
kevind
Posts: 251
|
| Posted: 05/31/2008, 8:11 AM |
|
fixed - i happen to be using the Header include page in the project to load a custom banner at the top of the page - this banner also links to a css file to set its format.
i put the new body setting in this file and since it's last loaded it's getting picked up from there.
thanks
kd
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
|