readthedocs.css 3.3 KB

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