kevind
|
| Posted: 01/13/2004, 7:55 AM |
|
is there a utility for creating your own style sheets in CCS ?
Kevind
|
|
|
 |
EMG
Posts: 35
|
| Posted: 01/13/2004, 11:10 AM |
|
Not really. I created my own theme by taking an existing one and renaming everything. You can have a look at it at http://www.emgx.com/Uploads/GridSoft.zip. The standard styles are pitiful if you ask me. Download the file, unzip the contents and drop them in C:\Program Files\CodeChargeStudio\Components\Themes.
Open CCS and you will see the new theme available. Let me know what you think...
|
 |
 |
peterr
Posts: 5971
|
| Posted: 01/14/2004, 12:20 AM |
|
You can also select Tools -> Themes in CCS to create own themes.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Bil Simser
|
| Posted: 01/19/2004, 4:36 AM |
|
"peterr" <peterr@forum.codecharge> wrote in message
news:24004fbdf95675@news.codecharge.com...
> You can also select Tools -> Themes in CCS to create own themes.
Peter,
One suggestion is that the theme files be more generic. I find them to be a
pain to use because each theme uses a different tag (.CapuccinoPageBODY,
..CapuccinoFormTABLE) meaning that if I decide to change my theme and have
any parts of the system hand coded to match the theme, I have to change
those pages. If the CSS tags were .PageBODY, .FormTABLE, etc. instead then
switching themes would be the way that theme changes should be, the flip of
a the CSS tag in the header of the page and nothing else.
-Bil
|
|
|
 |
kevind
Posts: 251
|
| Posted: 07/16/2004, 7:08 AM |
|
Quote Bil Simser:
"peterr" < peterr@forum.codecharge> wrote in message
news:24004fbdf95675@news.codecharge.com...
> You can also select Tools -> Themes in CCS to create own themes.
Peter,
One suggestion is that the theme files be more generic. I find them to be a
pain to use because each theme uses a different tag (.CapuccinoPageBODY,
..CapuccinoFormTABLE) meaning that if I decide to change my theme and have
any parts of the system hand coded to match the theme, I have to change
those pages. If the CSS tags were .PageBODY, .FormTABLE, etc. instead then
switching themes would be the way that theme changes should be, the flip of
a the CSS tag in the header of the page and nothing else.
-Bil
I think Bil's idea is the way that style sheets should head in this product. Changing elements within the theme is a pain through the interface. Is there anyone out there who knows of a good, simple CSS editor/design pkg ?
Anyone interested in starting a project/forum section to try and improve the style sheet features of CCS?
kevind
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
Ozum
Posts: 57
|
| Posted: 07/18/2004, 3:19 PM |
|
The way to go for an easy and quality CSS editor is TopStyle Pro. I use it for years, it allows me do near magic with style sheets.
I hope it will help you too.
|
 |
 |
marcwolf
Posts: 361
|
| Posted: 07/18/2004, 5:45 PM |
|
Agreed on Topstyle.
ITs my tool of choice when doing something special with styles.
However the built-in style sheet designed within CCS is pretty good too..
Just right click on an area and you should see the tags (<TD> etc)
Select one then you can edit its styles or add new ones.
Often I will do this for a small change or ehnancement.
Very much the art of bringing a rich client look and feel to a thin client interface.
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
jchim
|
| Posted: 02/24/2005, 7:00 AM |
|
I have my own style sheet, and i want use it, i mean, when i create somenthing i want the style sheet accessible for it. How can i add the style sheet to the default ones? isn't there anything like import style sheet?
jchim
Thanks
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 02/24/2005, 3:23 PM |
|
For most flexbility it may be best if you use your css directly in your pages, basically modify the HTML for each page and include:
<link rel="stylesheet" type="text/css" href="YourStyle.css">
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Oper
Posts: 1195
|
| Posted: 02/25/2005, 1:13 PM |
|
yes its a pain i stopped using style like the 1+ year ago.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |