Skip to content

Commit

Permalink
tell about the css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lueck committed Dec 19, 2024
1 parent 5e40997 commit c031a22
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,25 @@ the following link instead:

### CSS ###

oXbytao introduces the CSS styles **Collapsed** and **Expanded**, and
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:
oXbytao introduces new CSS styles, which inherit from the *Basic* style:
- **Collapsed**: hide details like the critical apparatus
- **Expanded**: show all details
And it offers the additional styles:
- **+Anchors**: show `<anchor>` elements as ⚓
- **+Header**: show/hide header
- **+Comments**: show/hide notes
- **+Diplomatic**: show `<pb>` as linebreaks vs. inline `/`
- **+Edit**: offer editing of various attributes etc.

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
definitions etc.
- **collapsed-project.css**: local CSS definitions used in *Collapsed*
style
style.
- **expanded-project.css**: local CSS definitions used in *Expanded*
style
- **anchors-project.css**: local CSS definitions used in *+Anchors*
Expand All @@ -65,6 +73,8 @@ that can simply be replaced by an XML catalog:
style
- **note-project.css**: local CSS definitions used in *+Comments*
style
- **diplomatic-project.css**: local CSS definitions used in
*+Diplomatic* style
- **edit-project.css**: local CSS definitions used in *+Edit* style


Expand Down

0 comments on commit c031a22

Please sign in to comment.