docbook.css.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0"?>
  2. <style>
  3. /********************************/
  4. /* start of styles in block.xsl */
  5. .formalpara-title {
  6. font-weight: bold;
  7. }
  8. div.blockquote-title {
  9. font-weight: bold;
  10. margin-top: 1em;
  11. margin-bottom: 1em;
  12. }
  13. span.msgmain-title {
  14. font-weight: bold;
  15. }
  16. span.msgsub-title {
  17. font-weight: bold;
  18. }
  19. span.msgrel-title {
  20. font-weight: bold;
  21. }
  22. div.msglevel, div.msgorig, div.msgaud {
  23. margin-top: 1em;
  24. margin-bottom: 1em;
  25. }
  26. span.msglevel-title, span.msgorig-title, span.msgaud-title {
  27. font-weight: bold;
  28. }
  29. div.msgexplan {
  30. margin-top: 1em;
  31. margin-bottom: 1em;
  32. }
  33. span.msgexplan-title {
  34. font-weight: bold;
  35. }
  36. /* end of styles in block.xsl */
  37. /********************************/
  38. /********************************/
  39. /* start of styles in autotoc.xsl */
  40. /* end of styles in autotoc.xsl */
  41. /********************************/
  42. /********************************/
  43. /* start of styles in formal.xsl */
  44. div.figure-title {
  45. font-weight: bold;
  46. }
  47. div.example-title {
  48. font-weight: bold;
  49. }
  50. div.equation-title {
  51. font-weight: bold;
  52. }
  53. div.table-title {
  54. font-weight: bold;
  55. }
  56. div.sidebar-title {
  57. font-weight: bold;
  58. }
  59. /* end of styles in formal.xsl */
  60. /********************************/
  61. /********************************/
  62. /* start of styles in verbatim.xsl */
  63. div.programlisting {
  64. white-space: pre;
  65. font-family: monospace;
  66. }
  67. div.screen {
  68. white-space: pre;
  69. font-family: monospace;
  70. }
  71. div.synopsis {
  72. white-space: pre;
  73. font-family: monospace;
  74. }
  75. /* end of styles in verbatim.xsl */
  76. /********************************/
  77. /* footnote rule */
  78. hr.footnote-hr {
  79. width: 100;
  80. }
  81. </style>