from code-server
This commit is contained in:
parent
eda5c02fe9
commit
5ef8bdba47
2652 changed files with 528235 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
|
||||
<project>
|
||||
<target name="dita2html5-custom-css"
|
||||
depends="dita2html5-custom-css.init,
|
||||
dita2html5"/>
|
||||
<target name="dita2html5-custom-css.init">
|
||||
<property name="args.cssroot"
|
||||
location="${dita.plugin.com.example.html5-custom-css.dir}/css"/>
|
||||
<property name="args.css" value="custom.css"/>
|
||||
<property name="args.copycss" value="yes"/>
|
||||
<property name="args.csspath" value="css"/>
|
||||
</target>
|
||||
</project>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
/* These custom styles extend or override DITA Open Toolkit default styles. */
|
||||
|
||||
body {
|
||||
color: red;
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-model href="https://www.dita-ot.org/rng/plugin.rnc" type="application/relax-ng-compact-syntax"?>
|
||||
|
||||
<plugin id="com.example.html5-custom-css">
|
||||
<require plugin="org.dita.html5"/>
|
||||
<transtype name="html5-custom-css" extends="html5" desc="HTML5 with custom CSS"/>
|
||||
<feature extension="ant.import" file="build_html5-custom-css.xml"/>
|
||||
</plugin>
|
||||
Loading…
Add table
Add a link
Reference in a new issue