Page 1 of 1

Generated file. Edit the classed file...

Posted: Fri Jan 18, 2008 2:26 am
by Charlie Williams
Hello,

I'm trying to find a way to edit the dita.css to duplicate our company template. For example I need to change the font family to "verdana, ariel, Helvetica, sans-serif" for starters so that when I transform an "task.dita" it looks different than the default look.

I was just about to edit this file, which I saw this message at the top of the default "dita.css" file that is shipped with Oxygen.

/* GENERATED FILE. DO NOT EDIT. */
/* EDIT THE CLASSED FILE AND THEN REGENERATE USING THE CONVERT SCRIPT*/

What is the "classed" file. Where can I find it? Where can I find the "convert" script?

Thanks,
Charlie

Posted: Fri Jan 18, 2008 1:02 pm
by Dan
Hello,

The master CSS file is located in the oXygen install directory, subdirectory:

Code: Select all

frameworks/dita/css_classed/dita.css
The conversion script is in the same directory. You should use convert.bat on Windows, convert.sh on other platforms.

Regards,
Dan

conversion script

Posted: Sat Jan 19, 2008 3:05 am
by Charlie Williams
Hello Dan,

Thanks for the reply with the information. I appreciate it.

Charlie