Tyrin Avery wrote:
> I want to create a custom CSS for my DITA docs. However, it doesn?t seem 
> to recognize any change when I alter the CSS in the addon directory. 
> When I go to Add the View, it isn?t possible to browse to a new CSS. I 
> also can?t tell exactly where the existing views are ? I?m assuming 
> they?re pointing at either a xxe_config or a css in the addons 
> directory, but I don?t? know for sure.
> 

--> See *.css and *.imp files in DITA_addon_dir/css/ (and in 
DITA_addon_dir/css_classed/ for variants which are not used by default).

Just copying CSS files in this directory is not sufficient. See below.

--> The CSS style sheets for topics are declared as follows in 
DITA_addon_dir/topic.xxe:

---
   <css name="DITA topic" location="css/topic.css" />
   <css name="DITA topic (classed)" location="css_classed/topic.css"
        alternate="true" />
---

--> The CSS style sheets for maps are declared as follows in 
DITA_addon_dir/map.xxe:

---
   <css name="DITA map" location="css/map.css" />
   <css name="DITA map (classed)" location="css_classed/map.css"
        alternate="true" />
---

--> The <css> configuration element is documented here:
http://www.xmlmind.com/xmleditor/_distrib/doc/configure/css.html





Reply via email to