docbook-epub.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /********************************/
  2. /* start of styles in block.xsl */
  3. .formalpara-title {
  4. font-weight: bold;
  5. }
  6. div.blockquote-title {
  7. font-weight: bold;
  8. margin-top: 1em;
  9. margin-bottom: 1em;
  10. }
  11. span.msgmain-title {
  12. font-weight: bold;
  13. }
  14. span.msgsub-title {
  15. font-weight: bold;
  16. }
  17. span.msgrel-title {
  18. font-weight: bold;
  19. }
  20. div.msglevel,
  21. div.msgorig,
  22. div.msgaud {
  23. margin-top: 1em;
  24. margin-bottom: 1em;
  25. }
  26. span.msglevel-title,
  27. span.msgorig-title,
  28. span.msgaud-title {
  29. font-weight: bold;
  30. }
  31. div.msgexplan {
  32. margin-top: 1em;
  33. margin-bottom: 1em;
  34. }
  35. span.msgexplan-title {
  36. font-weight: bold;
  37. }
  38. div.sidebar {
  39. border: 0.5pt solid black;
  40. margin-top: 1em;
  41. margin-bottom: 1em;
  42. padding: 8px;
  43. }
  44. /* end of styles in block.xsl */
  45. /********************************/
  46. /********************************/
  47. /* start of styles in autotoc.xsl */
  48. /* top level entries */
  49. nav > ol > li > a {
  50. margin-top: 1em;
  51. margin-bottom: 1em;
  52. }
  53. /* end of styles in autotoc.xsl */
  54. /********************************/
  55. /********************************/
  56. /* start of styles in formal.xsl */
  57. div.figure-title {
  58. font-weight: bold;
  59. }
  60. div.example-title {
  61. font-weight: bold;
  62. }
  63. div.equation-title {
  64. font-weight: bold;
  65. }
  66. div.table-title {
  67. font-weight: bold;
  68. }
  69. div.sidebar-title {
  70. font-weight: bold;
  71. }
  72. /* end of styles in formal.xsl */
  73. /********************************/
  74. /********************************/
  75. /* start of styles in verbatim.xsl */
  76. div.programlisting {
  77. white-space: pre-wrap;
  78. font-family: monospace;
  79. }
  80. div.screen {
  81. white-space: pre-wrap;
  82. font-family: monospace;
  83. }
  84. div.synopsis {
  85. white-space: pre-wrap;
  86. font-family: monospace;
  87. }
  88. /* end of styles in verbatim.xsl */
  89. /********************************/
  90. /********************************/
  91. /* NAVIGATION */
  92. nav ol {
  93. list-style-type: none;
  94. margin: 0 0 0 2em;
  95. padding: 0 0 0 0;
  96. }
  97. nav ol li {
  98. margin: 0 0 0 0;
  99. padding: 0 0 0 0;
  100. }
  101. nav ol li a {
  102. text-decoration: none;
  103. color: black;
  104. font-family: sans-serif;
  105. }
  106. #guide {
  107. display: none;
  108. }