The various @media types

Having trouble installing Oxygen PDF Chemistry? Got a bug to report? Post it all here.
chrispitude
Posts: 907
Joined: Thu May 02, 2019 2:32 pm

The various @media types

Post by chrispitude »

Hi everyone,

Is this a correct summary of @media types?
  • @media oxygen - Oxygen XML editor
  • @media screen - Oxygen XML editor, web browser
  • @media print - PDF Chemistry, web browser with "print" rendering applied
  • @media oxygen-chemistry - PDF Chemistry
For completeness, is anything missing?

Thanks!
Radu
Posts: 9051
Joined: Fri Jul 09, 2004 5:18 pm

Re: The various @media types

Post by Radu »

Hi Chris,

Looking in our code We also support media all, oxygen-high-contrast-black, oxygen-high-contrast-white, oxygen-dark-theme.
And then for media oxygen we have combinations with platform like:

Code: Select all

@media oxygen AND (platform:webapp) {
 ....
}
which applies only on our web author in-browser editor.
Platform can take the values eclipse/standalone/webapp

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply