The :right
CSS page pseudo-class matches any right page when printing a page. It allows you to describe the styling of right-side pages.
/* Selects the content on the right-hand pages while printing */
@page :right {
margin: 2in 3in;
}
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
Note: Вы можете не менять все CSS свойства, а поменять только margin, padding, border, и background для страницы. Все остальные CSS свойства будут проигнорированы и изменения будут применены только для страницы, но не для её содержимого.
Синтаксис
:right
Примеры
@page :right {
margin: 2in 3in;
}
Спецификации
Specification | Status | Comment |
---|---|---|
CSS Paged Media Module Level 3 Определение ':right' в этой спецификации. |
Рабочий черновик | No change. |
CSS Level 2 (Revision 1) Определение ':right' в этой спецификации. |
Рекомендация | Initial definition. |
Совместимость с браузерами
We're converting our compatibility data into a machine-readable JSON format.
This compatibility table still uses the old format,
because we haven't yet converted the data it contains.
Find out how you can help!
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | ? | (Да) | Нет | 8.0 | 9.2 | ? |
Feature | Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | ? | (Да) | Нет | ? | ? | ? |