PdfCSS:APRJA Minor Tech: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				No edit summary  | 
				||
| Line 3: | Line 3: | ||
@page:first {  | @page:first {  | ||
     background-color: lavender;  |      background-color: lavender;  | ||
    @bottom-left{  | |||
        content: none;  | |||
     }  |      }  | ||
}  | |||
Revision as of 10:47, 31 May 2023
/*------------------page rules */
@page:first {
    background-color: lavender;
    @bottom-left{
        content: none;
    }
}
@page{
    @bottom-left{
        content: counter(page);
    }
}
/*-----------------turning off embedded pads */
div.pad {
    display: none;
}
/*-----------------page breaks */
h1.heading1-heading2, h2.heading2-heading3 {
  break-before: always;
}
/*-----------------sections */