CaScadeS 
resources: | Home Mailing List Installation Source Code Screenshots |
---|
What's New
- 2002-nov-18 : v0.3.0 available
Other Stuff
- nothing for the moment
CaScadeS is a stylesheet editor for Composer, the HTML editor of Mozilla/Netscape. Written only in XUL and Javascript, it is easily XPI-able and you can download it for any version of Mozilla or Netscape more recent than the 5th of April 2002.
CaScadeS started as a proof-of-concept tool. I wanted to show that it is possible to build such a CSS editor on the top of the CSS Object Model, XUL and Javascript in just a few days.
CasCadeS will allow to create complex stylesheets from scratch and will provide the user with all needed UI to edit/move/remove stylesheets and style rules in/between stylesheets.
What CaScadeS can do for you:
- create/edit/remove stylesheets
- create embedded stylesheets and rules
- link external stylesheets
- view the rules inside external stylesheets (but cannot modify them)
- create alternate stylesheets
- mark a stylesheet as "disabled" to easily see the different between with and without it
- visually edit all CSS properties with a preview
- it has two editing modes : in expert mode, you can create sheets and rules w/or restriction . In beginners mode, it allows to create rules associated to class selectors or type element selectors ; if there is no stylesheet in the document for such a rule, a sheet is automagically created.
- ...
What CaScadeS cannot do for you:
- edit external (linked) stylesheets
NEW!
the version of CaScadeS will allow editing of external stylesheets if present
on the local filesystem.
Related documents:
For the moment, CaScadeS is not looking for contributors.