gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

112 lines
1.8KB

  1. /* doc/src/sgml/stylesheet.css */
  2. /* color scheme similar to www.postgresql.org */
  3. body {
  4. color: #000000;
  5. background: #FFFFFF;
  6. font-family: verdana, sans-serif;
  7. }
  8. a:link { color:#0066A2; }
  9. a:visited { color:#004E66; }
  10. a:active { color:#0066A2; }
  11. a:hover { color:#000000; }
  12. h1 {
  13. font-size: 1.4em;
  14. font-weight: bold;
  15. margin-top: 0em;
  16. margin-bottom: 0em;
  17. color: #EC5800;
  18. }
  19. h2 {
  20. font-size: 1.2em;
  21. margin: 1.2em 0em 1.2em 0em;
  22. font-weight: bold;
  23. color: #666;
  24. }
  25. .titlepage h2.title,
  26. .refnamediv h2 {
  27. color: #EC5800;
  28. }
  29. h3 {
  30. font-size: 1.1em;
  31. margin: 1.2em 0em 1.2em 0em;
  32. font-weight: bold;
  33. color: #666;
  34. }
  35. h4 {
  36. font-size: 0.95em;
  37. margin: 1.2em 0em 1.2em 0em;
  38. font-weight: normal;
  39. color: #666;
  40. }
  41. h5 {
  42. font-size: 0.9em;
  43. margin: 1.2em 0em 1.2em 0em;
  44. font-weight: normal;
  45. }
  46. h6 {
  47. font-size: 0.85em;
  48. margin: 1.2em 0em 1.2em 0em;
  49. font-weight: normal;
  50. }
  51. /* center some titles */
  52. .book .title, .book .corpauthor, .book .copyright {
  53. text-align: center;
  54. }
  55. /* decoration for formal examples */
  56. div.example {
  57. padding-left: 15px;
  58. border-style: solid;
  59. border-width: 0px;
  60. border-left-width: 2px;
  61. border-color: black;
  62. margin: 0.5ex;
  63. }
  64. /* Put these here instead of inside the HTML (see unsetting of
  65. admon.style in XSL) so that the web site stylesheet can set its own
  66. style. */
  67. .tip,
  68. .note,
  69. .important,
  70. .caution,
  71. .warning {
  72. margin-left: 0.5in;
  73. margin-right: 0.5in;
  74. }
  75. /* miscellaneous */
  76. pre.literallayout, .screen, .synopsis, .programlisting {
  77. margin-left: 4ex;
  78. }
  79. .comment { color: red; }
  80. var { font-family: monospace; font-style: italic; }
  81. /* Konqueror's standard style for ACRONYM is italic. */
  82. acronym { font-style: inherit; }
  83. .option { white-space: nowrap; }
  84. /* make images not too wide on larger screens */
  85. @media (min-width: 800px) {
  86. .mediaobject {
  87. width: 75%;
  88. }
  89. }
上海开阖软件有限公司 沪ICP备12045867号-1