docs.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. body {
  2. font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;
  3. line-height: 1.4em;
  4. }
  5. code, pre {
  6. background-color:#f0f0f3;
  7. font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  8. font-size: 0.85em;
  9. line-height: unset;
  10. }
  11. div.body {
  12. padding: 0 40px 40px 40px;
  13. line-height: unset;
  14. min-height: 100vh;
  15. }
  16. div.body h1,
  17. div.body h2,
  18. div.body h3,
  19. div.body h4,
  20. div.body h5,
  21. div.body h6 {
  22. border: none;
  23. font-weight: 600;
  24. margin: unset;
  25. padding: 0;
  26. }
  27. div.body h1 {
  28. font-weight: 300;
  29. font-size: 2.5em;
  30. padding-top: 1em;
  31. margin-bottom: 1em;
  32. line-height: 1;
  33. }
  34. div.body h2 {
  35. font-size: 1.5em;
  36. }
  37. div.body h3 {
  38. font-size: 1.2em;
  39. }
  40. div.body p,
  41. div.body dd,
  42. div.body li,
  43. div.body blockquote {
  44. line-height: unset;
  45. text-align: unset;
  46. }
  47. div.body li {
  48. margin: 0.5em 0;
  49. }
  50. div.body li li {
  51. margin: 0.1em 0;
  52. }
  53. div.bodywrapper {
  54. background-color:#f0f0f3;
  55. margin: 0 0 0 300px;
  56. }
  57. div.related {
  58. line-height: unset;
  59. padding: 20px 0;
  60. border-bottom: 1px solid #ddd;
  61. }
  62. div.related ul {
  63. padding: 0;
  64. }
  65. div.body li.nav-item {
  66. margin-left: 0.5em;
  67. }
  68. div.body li.nav-item a {
  69. margin-right: 0.5em;
  70. }
  71. div.related a,
  72. div.sphinxsidebar .toctree-l1 a,
  73. div.sphinxsidebar .topless a,
  74. div.prevnext a {
  75. border-bottom: 3px solid transparent;
  76. transition: 0.2s ease all;
  77. }
  78. div.related a:hover,
  79. div.sphinxsidebar .toctree-l1 a:hover,
  80. div.sphinxsidebar .topless a:hover,
  81. div.prevnext a:hover {
  82. border-bottom: 3px solid #0aa;
  83. text-decoration: none;
  84. transition: 0.2s ease all;
  85. }
  86. div.logowrapper {
  87. margin: -20px -20px 40px -20px;
  88. padding: 20px;
  89. background-color: #d33;
  90. text-align: center;
  91. }
  92. p.logo {
  93. padding: 10px 20px;
  94. }
  95. p.version {
  96. margin: 0 0 10px 0;
  97. font-size: 1rem;
  98. }
  99. code {
  100. padding: 0.1em 0.5em;
  101. border-radius: 4px;
  102. }
  103. pre {
  104. padding: 15px;
  105. border: none;
  106. border-radius: 4px;
  107. line-height: 1.2em;
  108. }
  109. a.headerlink {
  110. color: #0aa;
  111. margin-left: 0.3em;
  112. }
  113. a.headerlink:hover {
  114. background-color: #0aa;
  115. color: #fff;
  116. }
  117. div.sphinxsidebarwrapper {
  118. padding: 0;
  119. }
  120. div.sphinxsidebar {
  121. padding: 20px;
  122. }
  123. div.sphinxsidebar h3 {
  124. margin-top: 40px;
  125. font-size: 1.6em;
  126. font-weight: 300;
  127. }
  128. div.sphinxsidebar input {
  129. font-family: inherit;
  130. border: none;
  131. }
  132. div.sphinxsidebar #searchbox input[type='text'] {
  133. background-color: rgba(255,255,255,0.1);
  134. color: #fff;
  135. padding: 0.5em 0.8em;
  136. transition: .2s ease all;
  137. }
  138. div.sphinxsidebar #searchbox input[type='text']:focus {
  139. background-color: rgba(255,255,255,0.2);
  140. transition: .2s ease all;
  141. }
  142. div.sphinxsidebar #searchbox input[type='text']::placeholder {
  143. color: #fff;
  144. opacity: .7;
  145. }
  146. div.sphinxsidebar #searchbox input[type='text']::-ms-input-placeholder {
  147. color: #fff;
  148. opacity: .7;
  149. }
  150. div.sphinxsidebar #searchbox input[type='submit'] {
  151. background-color: rgba(255,255,255,0.3);
  152. color: #fff;
  153. padding: 0.5em 0.8em;
  154. font-weight: 600;
  155. transition: .2s ease all;
  156. }
  157. div.sphinxsidebar #searchbox input[type='submit']:hover,
  158. div.sphinxsidebar #searchbox input[type='submit']:focus {
  159. background-color: #0aa;
  160. transition: .2s ease all;
  161. }
  162. div.sphinxsidebar ul {
  163. line-height: 1em;
  164. margin: 0;
  165. }
  166. div.sphinxsidebar ul ul, div.sphinxsidebar ul.want-points {
  167. list-style-type: disc;
  168. }
  169. div.sphinxsidebar ul ul li {
  170. margin-top: 0.7em;
  171. margin-bottom: 0.7em;
  172. }
  173. div.sphinxsidebar li.toctree-l1,
  174. div.sphinxsidebar p.topless {
  175. margin: 1em 0;
  176. }
  177. div.sphinxsidebar li.toctree-l1.current > a,
  178. div.sphinxsidebar a.current.reference {
  179. color: #fff;
  180. font-weight: 600;
  181. }
  182. #other-versions a {
  183. background-color: rgba(255,255,255,0.1);
  184. border-radius: 4px;
  185. font-weight: 600;
  186. padding: 0.1em 0.5em;
  187. margin: 0.25em;
  188. transition: .2s ease all;
  189. }
  190. #other-versions a:hover {
  191. background-color: rgba(255,255,255,0.2);
  192. transition: .2s ease all;
  193. }
  194. div.prevnext {
  195. border-top: 1px solid #ddd;
  196. border-bottom: 1px solid #ddd;
  197. margin: 40px 0;
  198. padding: 20px 0;
  199. }
  200. div.prevnext a {
  201. color:#888;
  202. }
  203. div.prevnext .item.right {
  204. float: right;
  205. text-align: right;
  206. }
  207. div.prevnext .item.left {
  208. float: left;
  209. text-align: left;
  210. }
  211. div.footer {
  212. font-size: 0.8em;
  213. }
  214. .clearfix {
  215. clear: both;
  216. }