App-Music-ChordPro

 view release on metacpan or  search on metacpan

lib/ChordPro/res/styles/chordpro_print.css  view on Meta::CPAN

/* CSS for printing. */
@page {
    size: A4 portrait;
    @top-left {
	/* Content specified by source style element. */
	/* Until we have running headers and footers. */
	/* content: element(title, first); */
	font-size: 18pt;
	font-weight: bold;
    }
    @top-center {
	font-size: 18pt;
	font-weight: bold;
    }
    @bottom-left {
	font-size: 8pt;
	content: "Produced by ChordProPlus";
    }
    @bottom-right {
	font-size: 8pt;
	content: "Page " counter(page) " of " counter(pages);
    }
}

/* Until we have running headers and footers. */
div.title {
    display: none;
}



( run in 0.822 second using v1.01-cache-2.11-cpan-98e64b0badf )