Skip to content

Commit

Permalink
tell about the new +Comments CSS style
Browse files Browse the repository at this point in the history
  • Loading branch information
lueck committed Dec 19, 2024
1 parent 4e11760 commit c2412fc
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ the following link instead:
### CSS ###

oXbytao introduces the CSS styles **Collapsed** and **Expanded**, and
the additional styles **+Anchors**, **+Header** and **+Edit**. These
can be extended on a project level without writing your own
framework. There are some empty CSS files in the framework, that can
simply be replaced by an XML catalog:
the additional styles **+Anchors**, **+Header**, **+Comments**, and
**+Edit**. These can be extended on a project level without writing
your own framework. There are some empty CSS files in the framework,
that can simply be replaced by an XML catalog:

- **common-project.css**: local CSS definitions used by all the styles
in oXbytao. You can use this for adding your own project-wide font
Expand All @@ -63,6 +63,8 @@ simply be replaced by an XML catalog:
style
- **header-project.css**: local CSS definitions used in *+Header*
style
- **note-project.css**: local CSS definitions used in *+Comments*
style
- **edit-project.css**: local CSS definitions used in *+Edit* style


Expand All @@ -83,9 +85,9 @@ put the following lines in the catalog file:
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.1//EN" "http://www.oasis-open.org/committees/entity/release/1.1/catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<!-- redirect to local CSS -->
<uriSuffix uriSuffix="oxbytoa/css/common-project.css" uri="css/common.css"/>
<uriSuffix uriSuffix="oxbytoa/css/common-project.css" uri="css/common.css"/>
<!-- redirect to local CSS -->
<uriSuffix uriSuffix="oxbytoa/css/common-project.css" uri="css/common.css"/>
<uriSuffix uriSuffix="oxbytoa/css/common-project.css" uri="css/common.css"/>
</catalog>
```
Expand Down

0 comments on commit c2412fc

Please sign in to comment.