Author view -- change element styling
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Posts: 47
- Joined: Mon Jun 26, 2006 10:40 pm
Author view -- change element styling
Hi all --
I'm trying to alter the way Author displays an <unclear> element. The default is a light gray italics that is difficult to see.
I don't see an obvious place to make a change under Options > Preferences > Editor > Edit modes > Author.... Is this a place where I need to edit a CSS file? If so, I'm not finding the correct file. I'm working with TEI P4 (I know it needs to be upgraded
), oXygen 13.2, Mac OS X.
I tried editing the teip4/stylesheet/tei.css, but the changes didn't seem to take after restarting oXygen. Thanks in advance!
Cheers,
Bridger
I'm trying to alter the way Author displays an <unclear> element. The default is a light gray italics that is difficult to see.
I don't see an obvious place to make a change under Options > Preferences > Editor > Edit modes > Author.... Is this a place where I need to edit a CSS file? If so, I'm not finding the correct file. I'm working with TEI P4 (I know it needs to be upgraded

Code: Select all
$ pwd
/Applications/oxygen/frameworks/tei
$ ls
resources tei.jar tei2xml.dtd teip4.framework teip5.framework teip5odd.framework templates xml
Code: Select all
$ find */ -name '*.css'
xml//tei/css/isosch/iso-schematron.css
xml//tei/css/links.css
xml//tei/css/relaxng/relaxng.css
xml//tei/css/tei.css
xml//tei/css/tei_oxygen.css
xml//tei/css/tei_oxygen_odd.css
xml//tei/stylesheet/epub-print.css
xml//tei/stylesheet/msdescription.css
xml//tei/stylesheet/odd.css
xml//tei/stylesheet/profiles/agora/html/tei-agora.css
xml//tei/stylesheet/profiles/bodley/epub/bodley.css
xml//tei/stylesheet/profiles/ecco/epub/ecco.css
xml//tei/stylesheet/profiles/godwindiaries/epub/ota.css
xml//tei/stylesheet/profiles/iso/html/iso.css
xml//tei/stylesheet/profiles/iso/iso-extracts.css
xml//tei/stylesheet/profiles/iso/iso.css
xml//tei/stylesheet/profiles/oepack/epub/oepack.css
xml//tei/stylesheet/profiles/oepack/html/otatext.css
xml//tei/stylesheet/profiles/ota/epub/ota.css
xml//tei/stylesheet/profiles/otapages/epub/ota.css
xml//tei/stylesheet/profiles/oucs/epub/oucs.css
xml//tei/stylesheet/profiles/podcasts/epub/podcast.css
xml//tei/stylesheet/profiles/tei/epub/guidelines-print.css
xml//tei/stylesheet/profiles/tei/epub/guidelines.css
xml//tei/stylesheet/profiles/tei/epub/odd.css
xml//tei/stylesheet/slides/teislides.css
xml//tei/stylesheet/tei-print.css
xml//tei/stylesheet/tei.css
xml//tei/stylesheet/teislides.css
xml//teip4/stylesheet/epub-print.css
xml//teip4/stylesheet/msdescription.css
xml//teip4/stylesheet/odd.css
xml//teip4/stylesheet/tei-print.css
xml//teip4/stylesheet/tei.css
xml//teip4/stylesheet/teislides.css
Cheers,
Bridger
-
- Posts: 515
- Joined: Wed May 20, 2009 2:40 pm
Re: Author view -- change element styling
Hi Bridger,
The CSS file used for rendering TEI P4 content is [Oxygen-folder]/frameworks/tei/xml/tei/css/tei_oxygen.css. The style for <unclear/> element is declared in tei.css (this CSS is imported in tei_oxygen.css):
To change the style for <unclear/> element you should add your modifications in tei_oxygen.css.
Best Regards,
Mihaela
The CSS file used for rendering TEI P4 content is [Oxygen-folder]/frameworks/tei/xml/tei/css/tei_oxygen.css. The style for <unclear/> element is declared in tei.css (this CSS is imported in tei_oxygen.css):
Code: Select all
unclear {
display: inline;
color: silver;
background-color: inherit;
font-style: italic;
}
Best Regards,
Mihaela
Mihaela Calotescu
http://www.oxygenxml.com
http://www.oxygenxml.com
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service