/* Use the WebHelp main CSS */ @import "oxygen-wibo.css"; @page chapter:first:left:header, chapter:first:right:header { height: 100em; } @page chapter:first, chapter:first { @top-left { content: " "; background-image: url('resources/images/4031-4817-Wibo-baner-ma__y-Baby-Doll.jpg-580x326.jpg'); background-repeat:no-repeat; background-position:50% 50%; } } /* Now specific rules for the print output. */ @page :left, :right, table-of-contents:left, table-of-contents:right, chapter:left, chapter:right{ font-size: 10pt; font-family: Roboto, sans-serif; } @page :left { font-size: 10pt; font-family: Roboto, sans-serif; } body { font-size: 10pt; } code { padding:2px 0; font-size: 0.8em; } /* The code blocks generate a code inside a pre. Avoid padding on the code, it creates indent of the first line. */ pre{ padding:2px 4px; font-size: 0.8em; } pre > code{ padding:0; font-size: 0.8em; }