The :right
CSS page pseudo-class matches any right page when printing a page. It allows to describe the styling of right-side page.
Whether the page is left or right is decided by the major writing direction of the document. For example, if the first page has a major writing direction of left-to-right then it will be a :right
page and if it has a major writing direction of right-to-left then it will be a
page.:left
:right { style properties }
@page :right { margin: 2in 3in; }
Specification | Status | Comment |
---|---|---|
CSS Paged Media Module Level 3 The definition of ':right' in that specification. | Working Draft | No change. |
CSS Level 2 (Revision 1) The definition of ':right' in that specification. | Recommendation | Initial definition. |
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | ? | No support | 8.0 | 9.2 | ? |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | ? | No support | ? | ? | ? |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/:right