reference-Z-S.css 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. body {
  2. color: black;
  3. /* background-color: #e5e5e5;*/
  4. background-color: #ffffff;
  5. /*background-color: beige;*/
  6. margin-top: 2em;
  7. margin-left: 8%;
  8. margin-right: 8%;
  9. }
  10. h1,h2,h3,h4,h5,h6 {
  11. margin-top: .5em;
  12. }
  13. .title {
  14. font-size: 200%;
  15. font-weight: normal;
  16. }
  17. .partheading {
  18. font-size: 100%;
  19. }
  20. .chapterheading {
  21. font-size: 100%;
  22. }
  23. .beginsection {
  24. font-size: 110%;
  25. }
  26. .tiny {
  27. font-size: 40%;
  28. }
  29. .scriptsize {
  30. font-size: 60%;
  31. }
  32. .footnotesize {
  33. font-size: 75%;
  34. }
  35. .small {
  36. font-size: 90%;
  37. }
  38. .normalsize {
  39. font-size: 100%;
  40. }
  41. .large {
  42. font-size: 120%;
  43. }
  44. .largecap {
  45. font-size: 150%;
  46. }
  47. .largeup {
  48. font-size: 200%;
  49. }
  50. .huge {
  51. font-size: 300%;
  52. }
  53. .hugecap {
  54. font-size: 350%;
  55. }
  56. pre {
  57. margin-left: 2em;
  58. }
  59. blockquote {
  60. margin-left: 2em;
  61. }
  62. ol {
  63. list-style-type: decimal;
  64. }
  65. ol ol {
  66. list-style-type: lower-alpha;
  67. }
  68. ol ol ol {
  69. list-style-type: lower-roman;
  70. }
  71. ol ol ol ol {
  72. list-style-type: upper-alpha;
  73. }
  74. /*
  75. .verbatim {
  76. color: #4d0000;
  77. }
  78. */
  79. tt i {
  80. font-family: serif;
  81. }
  82. .verbatim em {
  83. font-family: serif;
  84. }
  85. .scheme em {
  86. font-family: serif;
  87. color: black;
  88. }
  89. .scheme {
  90. color: brown;
  91. }
  92. .scheme .keyword {
  93. color: #990000;
  94. font-weight: bold;
  95. }
  96. .scheme .builtin {
  97. color: #990000;
  98. }
  99. .scheme .variable {
  100. color: navy;
  101. }
  102. .scheme .global {
  103. color: purple;
  104. }
  105. .scheme .selfeval {
  106. color: green;
  107. }
  108. .scheme .comment {
  109. color: teal;
  110. }
  111. .schemeresponse {
  112. color: green;
  113. }
  114. .navigation {
  115. color: red;
  116. text-align: right;
  117. font-size: medium;
  118. font-style: italic;
  119. }
  120. .disable {
  121. /* color: #e5e5e5; */
  122. color: gray;
  123. }
  124. .smallcaps {
  125. font-size: 75%;
  126. }
  127. .smallprint {
  128. color: gray;
  129. font-size: 75%;
  130. text-align: right;
  131. }
  132. /*
  133. .smallprint hr {
  134. text-align: left;
  135. width: 40%;
  136. }
  137. */
  138. .footnoterule {
  139. text-align: left;
  140. width: 40%;
  141. }
  142. .colophon {
  143. color: gray;
  144. font-size: 80%;
  145. text-align: right;
  146. }
  147. .colophon a {
  148. color: gray;
  149. }