postmark.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. .navbar-default {
  2. background: #ffde00;
  3. border: none;
  4. }
  5. .navbar-default .navbar-brand {
  6. color: #333;
  7. font-weight: bold;
  8. }
  9. .menu {
  10. background: #333;
  11. color: #fcfcfc;
  12. }
  13. .menu ul.list li a {
  14. color: #333;
  15. }
  16. .menu ul.list li.title {
  17. background: #ffde00;
  18. color: #333;
  19. padding-bottom: 5px;
  20. }
  21. .menu ul.list li:nth-child(2) {
  22. margin-top: 0;
  23. }
  24. .menu ul.list li.chapter a,
  25. .menu ul.list li.chapter .simple {
  26. color: white;
  27. text-decoration: none;
  28. }
  29. .menu ul.list li.chapter ul.links a {
  30. color: #949494;
  31. text-transform: none;
  32. padding-left: 35px;
  33. }
  34. .menu ul.list li.chapter ul.links a:hover,
  35. .menu ul.list li.chapter ul.links a.active {
  36. color: #ffde00;
  37. }
  38. .menu ul.list li.chapter ul.links {
  39. padding-left: 0;
  40. }
  41. .menu ul.list li.divider {
  42. background: rgba(255, 255, 255, 0.07);
  43. }
  44. #book-search-input input,
  45. #book-search-input input:focus,
  46. #book-search-input input:hover {
  47. color: #949494;
  48. }
  49. .copyright {
  50. color: #b3b3b3;
  51. background: #272525;
  52. }
  53. .content {
  54. background: #fcfcfc;
  55. }
  56. .content a {
  57. color: #007dcc;
  58. }
  59. .content a:visited {
  60. color: #0165a5;
  61. }
  62. .menu ul.list li:nth-last-child(2) {
  63. background: none;
  64. }
  65. .list-group-item:first-child,
  66. .list-group-item:last-child {
  67. border-radius: 0;
  68. }
  69. .menu ul.list li.title a {
  70. text-decoration: none;
  71. font-weight: bold;
  72. }
  73. .menu ul.list li.title a:hover {
  74. background: rgba(255, 255, 255, 0.1);
  75. }
  76. .breadcrumb > li + li:before {
  77. content: '»\00a0';
  78. }
  79. .breadcrumb {
  80. padding-bottom: 15px;
  81. border-bottom: 1px solid #e1e4e5;
  82. }
  83. code {
  84. white-space: nowrap;
  85. max-width: 100%;
  86. background: #f5f5f5;
  87. padding: 2px 5px;
  88. color: #666666;
  89. overflow-x: auto;
  90. border-radius: 0;
  91. }
  92. pre {
  93. white-space: pre;
  94. margin: 0;
  95. padding: 12px 12px;
  96. font-size: 12px;
  97. line-height: 1.5;
  98. display: block;
  99. overflow: auto;
  100. color: #404040;
  101. background: #f3f3f3;
  102. }
  103. pre code.hljs {
  104. border: none;
  105. background: inherit;
  106. }
  107. /*
  108. Atom One Light by Daniel Gamage
  109. Original One Light Syntax theme from https://github.com/atom/one-light-syntax
  110. base: #fafafa
  111. mono-1: #383a42
  112. mono-2: #686b77
  113. mono-3: #a0a1a7
  114. hue-1: #0184bb
  115. hue-2: #4078f2
  116. hue-3: #a626a4
  117. hue-4: #50a14f
  118. hue-5: #e45649
  119. hue-5-2: #c91243
  120. hue-6: #986801
  121. hue-6-2: #c18401
  122. */
  123. .hljs {
  124. display: block;
  125. overflow-x: auto;
  126. padding: 0.5em;
  127. color: #383a42;
  128. background: #fafafa;
  129. }
  130. .hljs-comment,
  131. .hljs-quote {
  132. color: #a0a1a7;
  133. font-style: italic;
  134. }
  135. .hljs-doctag,
  136. .hljs-keyword,
  137. .hljs-formula {
  138. color: #a626a4;
  139. }
  140. .hljs-section,
  141. .hljs-name,
  142. .hljs-selector-tag,
  143. .hljs-deletion,
  144. .hljs-subst {
  145. color: #e45649;
  146. }
  147. .hljs-literal {
  148. color: #0184bb;
  149. }
  150. .hljs-string,
  151. .hljs-regexp,
  152. .hljs-addition,
  153. .hljs-attribute,
  154. .hljs-meta-string {
  155. color: #50a14f;
  156. }
  157. .hljs-built_in,
  158. .hljs-class .hljs-title {
  159. color: #c18401;
  160. }
  161. .hljs-attr,
  162. .hljs-variable,
  163. .hljs-template-variable,
  164. .hljs-type,
  165. .hljs-selector-class,
  166. .hljs-selector-attr,
  167. .hljs-selector-pseudo,
  168. .hljs-number {
  169. color: #986801;
  170. }
  171. .hljs-symbol,
  172. .hljs-bullet,
  173. .hljs-link,
  174. .hljs-meta,
  175. .hljs-selector-id,
  176. .hljs-title {
  177. color: #4078f2;
  178. }
  179. .hljs-emphasis {
  180. font-style: italic;
  181. }
  182. .hljs-strong {
  183. font-weight: bold;
  184. }
  185. .hljs-link {
  186. text-decoration: underline;
  187. }
  188. .dark .content {
  189. background: none;
  190. }
  191. .dark code {
  192. background: none;
  193. color: #e09393;
  194. }
  195. .dark .menu ul.list li.chapter a.active {
  196. color: #ffde00;
  197. }
  198. .dark .menu {
  199. background: #272525;
  200. }