UnfoldingCSS:Naniandfriends: Difference between revisions

From titipi
Jump to navigation Jump to search
(Blanked the page)
Tag: Blanking
No edit summary
 
Line 1: Line 1:
@page{
size: 148mm 210mm;
margin:17mm 15mm 19mm 15mm;


@bottom-center{
margin-top: -4mm;
font-family: 'asulregular';
font-size: 9pt;
content: counter(page);
}
      @footnote {
          float: bottom;
          border-top: solid #222 thin;
          padding-top: 8pt;
          font-family: 'asulregular';
font-size: 8pt;
      }
}

Latest revision as of 11:39, 14 June 2024

@page{
	size: 148mm 210mm;
	margin:17mm 15mm 19mm 15mm;

	@bottom-center{
		margin-top: -4mm;
		font-family: 'asulregular';
		font-size: 9pt;
		content: counter(page);
	}
       @footnote {
           float: bottom;
           border-top: solid #222 thin;
           padding-top: 8pt;
           font-family: 'asulregular';
font-size: 8pt;
       }

}