mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
21 lines
611 B
CSS
21 lines
611 B
CSS
|
|
@page :first { margin: 0 }
|
|
@page {
|
|
@top-left-corner { content: 'tlc' }
|
|
@top-left { content: 'tl' }
|
|
@top-center { content: 'tc' }
|
|
@top-right { content: 'tr' }
|
|
@top-right-corner { content: 'trc' }
|
|
@bottom-left-corner { content: 'blc' }
|
|
@bottom-left { content: 'bl' }
|
|
@bottom-center { content: 'bc' }
|
|
@bottom-right { content: 'br' }
|
|
@bottom-right-corner { content: 'brc' }
|
|
@left-top { content: 'lt' }
|
|
@left-middle { content: 'lm' }
|
|
@left-bottom { content: 'lb' }
|
|
@right-top { content: 'rt' }
|
|
@right-middle { content: 'rm' }
|
|
@right-bottom { content: 'rb' }
|
|
}
|
|
|