oxygen-wibo-print.css 993 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* Use the WebHelp main CSS */
  2. @import "oxygen-wibo.css";
  3. @page chapter:first:left:header, chapter:first:right:header {
  4. height: 100em;
  5. }
  6. @page chapter:first, chapter:first {
  7. @top-left {
  8. content: " ";
  9. background-image: url('resources/images/4031-4817-Wibo-baner-ma__y-Baby-Doll.jpg-580x326.jpg');
  10. background-repeat:no-repeat;
  11. background-position:50% 50%;
  12. }
  13. }
  14. /* Now specific rules for the print output. */
  15. @page :left, :right, table-of-contents:left,
  16. table-of-contents:right,
  17. chapter:left, chapter:right{
  18. font-size: 10pt;
  19. font-family: Roboto, sans-serif;
  20. }
  21. @page :left {
  22. font-size: 10pt;
  23. font-family: Roboto, sans-serif;
  24. }
  25. body {
  26. font-size: 10pt;
  27. }
  28. code {
  29. padding:2px 0;
  30. font-size: 0.8em;
  31. }
  32. /* The code blocks generate a code inside a pre. Avoid padding on the code, it creates indent of the first line. */
  33. pre{
  34. padding:2px 4px;
  35. font-size: 0.8em;
  36. }
  37. pre > code{
  38. padding:0;
  39. font-size: 0.8em;
  40. }