選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

130 行
2.1 KiB

  1. /* Baseline rhythm */
  2. body {
  3. font-size: 16px;
  4. font-family: Helvetica, sans-serif;
  5. margin: 8px;
  6. }
  7. p {
  8. font-size: 1em; /* 16px */
  9. line-height: 1.5em; /* 24px */
  10. margin: 0 0 1.5em 0;
  11. }
  12. h1 {
  13. font-size: 1.5em; /* 24px */
  14. line-height: 1em; /* 24px */
  15. margin-top: 1em;
  16. margin-bottom: 0em;
  17. }
  18. h2 {
  19. font-size: 1.375em; /* 22px */
  20. line-height: 1.0909em; /* 24px */
  21. margin-top: 1.0909em;
  22. margin-bottom: 0em;
  23. }
  24. h3 {
  25. font-size: 1.25em; /* 20px */
  26. line-height: 1.2em; /* 24px */
  27. margin-top: 1.2em;
  28. margin-bottom: 0em;
  29. }
  30. h4 {
  31. font-size: 1.125em; /* 18px */
  32. line-height: 1.3333em; /* 24px */
  33. margin-top: 1.3333em;
  34. margin-bottom: 0em;
  35. }
  36. .class-for-16px {
  37. font-size: 1em; /* 16px */
  38. line-height: 1.5em; /* 24px */
  39. margin-top: 1.5em;
  40. margin-bottom: 0em;
  41. }
  42. .class-for-14px {
  43. font-size: 0.875em; /* 14px */
  44. line-height: 1.7143em; /* 24px */
  45. margin-top: 1.7143em;
  46. margin-bottom: 0em;
  47. }
  48. ul {
  49. margin: 0 0 1.5em 0;
  50. }
  51. /* Customizations */
  52. body {
  53. color: #333;
  54. }
  55. tt, code, pre {
  56. font-family: "Andale Mono", "Inconsolata", "Monaco", "DejaVu Sans Mono", monospaced;
  57. }
  58. tt, code { font-size: 0.875em }
  59. pre {
  60. font-size: 0.875em; /* 14px */
  61. line-height: 1.7143em; /* 24px */
  62. margin: 0 1em 1.7143em;
  63. padding: 0 1em;
  64. background: #eee;
  65. }
  66. .navbar img, hr { display: none }
  67. table {
  68. border-collapse: collapse;
  69. }
  70. h1 {
  71. border-left: 0.5em solid #fa0;
  72. padding-left: 0.5em;
  73. }
  74. h2.indextitle {
  75. font-size: 1.25em; /* 20px */
  76. line-height: 1.2em; /* 24px */
  77. margin: -8px -8px 0.6em;
  78. background-color: #fa0;
  79. color: white;
  80. padding: 0.3em;
  81. }
  82. ul.index {
  83. list-style: none;
  84. margin-left: 0em;
  85. padding-left: 0;
  86. }
  87. ul.index li {
  88. display: inline;
  89. padding-right: 0.75em
  90. }
  91. div.spec p {
  92. margin-bottom: 0;
  93. padding-left: 1.25em;
  94. background-color: #eee;
  95. }
  96. h3.function {
  97. border-left: 0.5em solid #fa0;
  98. padding-left: 0.5em;
  99. background: #fc9;
  100. }
  101. a, a:visited, a:hover, a:active { color: #C60 }
  102. h2 a, h3 a { color: #333 }
  103. i {
  104. font-size: 0.875em; /* 14px */
  105. line-height: 1.7143em; /* 24px */
  106. margin-top: 1.7143em;
  107. margin-bottom: 0em;
  108. font-style: normal;
  109. }