boostbook.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. th
  2. {
  3. font-weight: bold;
  4. text-align: center;
  5. }
  6. a img{ border: 0.1em solid black; }
  7. .title, .refnamediv h2, .standalone-title
  8. {
  9. font-weight: bold;
  10. font-size: 2pc;
  11. font-family: Times New Roman;
  12. margin-bottom: 1pc;
  13. }
  14. .toc
  15. {
  16. margin-left: 15%;
  17. margin-right: 15%;
  18. margin-top: 1pc;
  19. margin-bottom: 0pc;
  20. padding: 0.5pc;
  21. }
  22. .boost-toc
  23. {
  24. float: right;
  25. padding: 0.5pc;
  26. }
  27. .spirit-nav
  28. {
  29. text-align: right;
  30. }
  31. .spirit-nav a
  32. {
  33. padding-left: 0.5em;
  34. }
  35. div pre.programlisting, .refsynopsisdiv
  36. {
  37. margin-left: 3pc;
  38. margin-right: 3pc;
  39. }
  40. .computeroutput, .command
  41. {
  42. font-family: Lucida Console;
  43. font-size: 80%;
  44. }
  45. .title, .refnamediv h2
  46. {
  47. text-align: center;
  48. }
  49. .section .section .title, .chapter .section .title, .table .title
  50. {
  51. text-align: left;
  52. }
  53. .informaltable table
  54. {
  55. width: 100%;
  56. }
  57. i.firstterm
  58. {
  59. font-style: normal;
  60. font-weight: bold;
  61. }
  62. @media screen
  63. {
  64. a{ color: blue; }
  65. th, .title, .refnamediv h2
  66. {
  67. background-color: lightskyblue;
  68. }
  69. span.title
  70. {
  71. background-color: white;
  72. font-size: 100%;
  73. font-weight: normal;
  74. }
  75. .section .section .title, .chapter .section .title, .table .title
  76. {
  77. background-color: white;
  78. }
  79. .table table, div.informaltable table, .section-title
  80. {
  81. background-color: #EEE;
  82. }
  83. .table table tr td, div.informaltable table tr td
  84. {
  85. background-color: #CCC;
  86. }
  87. .programlisting, .table-programlisting
  88. {
  89. background-color: #EED;
  90. border: 0.2em ridge #EED;
  91. padding: 1pc;
  92. }
  93. .refsynopsisdiv
  94. {
  95. background-color: lightskyblue;
  96. border: 0.2em ridge cyan;
  97. padding: 1pc;
  98. font-family: Courier, Lucida Console;
  99. }
  100. .boost-head
  101. {
  102. background-color: #007F7F;
  103. border: 0.1em outset #007F7F;
  104. }
  105. .toc, .boost-toc
  106. {
  107. background-color: #DDD;
  108. border: 0.2em ridge lightcoral;
  109. }
  110. table.boost-head tr td
  111. {
  112. border: 0.1em inset #007F7F;
  113. }
  114. .boost-headelem
  115. {
  116. color: white;
  117. font-family: Arial;
  118. font-weight: bold;
  119. }
  120. }
  121. @media print
  122. {
  123. body{ text-align: justify; }
  124. a{ color: black; }
  125. table{ border: 0pc; }
  126. .boost-head, table.boost-head tr td
  127. {
  128. border: 0em;
  129. }
  130. .toc{ border: 0.2em solid black; }
  131. .table tr td, .table tr th
  132. {
  133. border: 0.1em solid black;
  134. }
  135. }
粤ICP备19079148号