docbook-epub.css.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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. div.sidebar {
  37. border: 0.5pt solid black;
  38. margin-top: 1em;
  39. margin-bottom: 1em;
  40. padding: 8px;
  41. }
  42. /* end of styles in block.xsl */
  43. /********************************/
  44. /********************************/
  45. /* start of styles in autotoc.xsl */
  46. /* top level entries */
  47. nav&gt;ol&gt;li&gt;a {
  48. margin-top: 1em;
  49. margin-bottom: 1em;
  50. }
  51. /* end of styles in autotoc.xsl */
  52. /********************************/
  53. /********************************/
  54. /* start of styles in formal.xsl */
  55. div.figure-title {
  56. font-weight: bold;
  57. }
  58. div.example-title {
  59. font-weight: bold;
  60. }
  61. div.equation-title {
  62. font-weight: bold;
  63. }
  64. div.table-title {
  65. font-weight: bold;
  66. }
  67. div.sidebar-title {
  68. font-weight: bold;
  69. }
  70. /* end of styles in formal.xsl */
  71. /********************************/
  72. /********************************/
  73. /* start of styles in verbatim.xsl */
  74. div.programlisting {
  75. white-space: pre-wrap;
  76. font-family: monospace;
  77. }
  78. div.screen {
  79. white-space: pre-wrap;
  80. font-family: monospace;
  81. }
  82. div.synopsis {
  83. white-space: pre-wrap;
  84. font-family: monospace;
  85. }
  86. /* end of styles in verbatim.xsl */
  87. /********************************/
  88. /********************************/
  89. /* NAVIGATION */
  90. nav ol {
  91. list-style-type: none;
  92. margin: 0 0 0 2em;
  93. padding: 0 0 0 0;
  94. }
  95. nav ol li {
  96. margin: 0 0 0 0;
  97. padding: 0 0 0 0;
  98. }
  99. nav ol li a {
  100. text-decoration: none;
  101. color: black;
  102. font-family: sans-serif;
  103. }
  104. #guide {
  105. display: none;
  106. }
  107. </style>