20 lines
250 B
CSS
20 lines
250 B
CSS
@page :first {
|
|
@bottom-right-corner {
|
|
content: none
|
|
}
|
|
}
|
|
@page {
|
|
@top-center {
|
|
content: element(heading);
|
|
}
|
|
@left-top {
|
|
|
|
}
|
|
@bottom-right-corner {
|
|
content: counter(page)
|
|
}
|
|
}
|
|
#rh {
|
|
position: running(header);
|
|
}
|