gitea-pages/css/print-header-writer.css
2015-04-21 11:47:52 -07:00

43 lines
669 B
CSS

@page {
@top-left {
content: "Writer Guide";
font-style: italic;
font-size: 12px;
}
@top-right {
content: "Last generated ..."
font-size: 12px;
font-style: italic;
}
@bottom-right {
content: "Page " counter(page);
font-size: 12px;
}
@bottom-left {
content: "Send feedback to ...";
font-size: 12px;
}
}
contents {
page: cover;
counter-reset: page 0
}
@page cover {
@top-left {
content: "";
}
@top-right {
content: ""
}
@bottom-right {
content: "";
}
@bottom-left {
content: "";
}
}