123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. /*
  2. * flasky.css_t
  3. * ~~~~~~~~~~~~
  4. *
  5. * :copyright: Copyright 2010 by Armin Ronacher. Modifications by Kenneth Reitz.
  6. * :license: Flask Design License, see LICENSE for details.
  7. */
  8. @import url("basic.css");
  9. /* -- page layout ----------------------------------------------------------- */
  10. body {
  11. font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro';
  12. font-size: 17px;
  13. background-color: white;
  14. color: #000;
  15. margin: 0;
  16. padding: 0;
  17. }
  18. div.document {
  19. width: 940px;
  20. margin: 30px auto 0 auto;
  21. }
  22. div.documentwrapper {
  23. float: left;
  24. width: 100%;
  25. }
  26. div.bodywrapper {
  27. margin: 0 0 0 220px;
  28. }
  29. div.sphinxsidebar {
  30. width: 220px;
  31. word-wrap: normal !important;
  32. overflow-wrap: normal !important;
  33. }
  34. hr {
  35. border: 1px solid #B1B4B6;
  36. }
  37. div.body {
  38. background-color: #ffffff;
  39. color: #3E4349;
  40. padding: 0 30px 0 30px;
  41. }
  42. img.floatingflask {
  43. padding: 0 0 10px 10px;
  44. float: right;
  45. }
  46. div.footer {
  47. width: 940px;
  48. margin: 20px auto 30px auto;
  49. font-size: 14px;
  50. color: #888;
  51. text-align: right;
  52. }
  53. div.footer a {
  54. color: #888;
  55. }
  56. div.sphinxsidebar a {
  57. color: #444;
  58. text-decoration: none;
  59. border-bottom: 1px dotted #999;
  60. }
  61. div.sphinxsidebar a:hover {
  62. border-bottom: 1px solid #999;
  63. }
  64. div.sphinxsidebarwrapper {
  65. padding: 0 10px;
  66. }
  67. div.sphinxsidebarwrapper p.logo {
  68. padding: 0;
  69. margin: -10px 0 0 -20px;
  70. text-align: center;
  71. }
  72. div.sphinxsidebar h3,
  73. div.sphinxsidebar h4 {
  74. font-family: 'Garamond', 'Georgia', serif;
  75. color: #444;
  76. font-size: 24px;
  77. font-weight: normal;
  78. margin: 0 0 5px 0;
  79. padding: 0;
  80. }
  81. div.sphinxsidebar h4 {
  82. font-size: 20px;
  83. }
  84. div.sphinxsidebar h3 a {
  85. color: #444;
  86. }
  87. div.sphinxsidebar p.logo a,
  88. div.sphinxsidebar h3 a,
  89. div.sphinxsidebar p.logo a:hover,
  90. div.sphinxsidebar h3 a:hover {
  91. border: none;
  92. }
  93. div.sphinxsidebar p {
  94. color: #555;
  95. margin: 10px 0;
  96. }
  97. div.sphinxsidebar ul {
  98. margin: 10px 0;
  99. padding: 0;
  100. color: #000;
  101. }
  102. div.sphinxsidebar input {
  103. border: 1px solid #ccc;
  104. font-family: 'Georgia', serif;
  105. font-size: 1em;
  106. }
  107. /* -- body styles ----------------------------------------------------------- */
  108. a {
  109. color: #004B6B;
  110. text-decoration: underline;
  111. }
  112. a:hover {
  113. color: #6D4100;
  114. text-decoration: underline;
  115. }
  116. div.body h1,
  117. div.body h2,
  118. div.body h3,
  119. div.body h4,
  120. div.body h5,
  121. div.body h6 {
  122. font-family: 'Garamond', 'Georgia', serif;
  123. font-weight: normal;
  124. margin: 30px 0px 10px 0px;
  125. padding: 0;
  126. }
  127. div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; }
  128. div.body h2 { font-size: 180%; }
  129. div.body h3 { font-size: 150%; }
  130. div.body h4 { font-size: 130%; }
  131. div.body h5 { font-size: 100%; }
  132. div.body h6 { font-size: 100%; }
  133. a.headerlink {
  134. color: #ddd;
  135. padding: 0 4px;
  136. text-decoration: none;
  137. }
  138. a.headerlink:hover {
  139. color: #444;
  140. background: #eaeaea;
  141. }
  142. div.body p, div.body dd, div.body li {
  143. line-height: 1.4em;
  144. }
  145. div.admonition {
  146. background: #fafafa;
  147. margin: 20px -30px;
  148. padding: 10px 30px;
  149. border-top: 1px solid #ccc;
  150. border-bottom: 1px solid #ccc;
  151. }
  152. div.admonition tt.xref, div.admonition a tt {
  153. border-bottom: 1px solid #fafafa;
  154. }
  155. dd div.admonition {
  156. margin-left: -60px;
  157. padding-left: 60px;
  158. }
  159. div.admonition p.admonition-title {
  160. font-family: 'Garamond', 'Georgia', serif;
  161. font-weight: normal;
  162. font-size: 24px;
  163. margin: 0 0 10px 0;
  164. padding: 0;
  165. line-height: 1;
  166. }
  167. div.admonition p.last {
  168. margin-bottom: 0;
  169. }
  170. div.highlight {
  171. background-color: white;
  172. }
  173. dt:target, .highlight {
  174. background: #FAF3E8;
  175. }
  176. div.note {
  177. background-color: #eee;
  178. border: 1px solid #ccc;
  179. }
  180. div.seealso {
  181. background-color: #ffc;
  182. border: 1px solid #ff6;
  183. }
  184. div.topic {
  185. background-color: #eee;
  186. }
  187. p.admonition-title {
  188. display: inline;
  189. }
  190. p.admonition-title:after {
  191. content: ":";
  192. }
  193. pre, tt {
  194. font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
  195. font-size: 0.9em;
  196. }
  197. img.screenshot {
  198. }
  199. tt.descname, tt.descclassname {
  200. font-size: 0.95em;
  201. }
  202. tt.descname {
  203. padding-right: 0.08em;
  204. }
  205. img.screenshot {
  206. -moz-box-shadow: 2px 2px 4px #eee;
  207. -webkit-box-shadow: 2px 2px 4px #eee;
  208. box-shadow: 2px 2px 4px #eee;
  209. }
  210. table.docutils {
  211. border: 1px solid #888;
  212. -moz-box-shadow: 2px 2px 4px #eee;
  213. -webkit-box-shadow: 2px 2px 4px #eee;
  214. box-shadow: 2px 2px 4px #eee;
  215. }
  216. table.docutils td, table.docutils th {
  217. border: 1px solid #888;
  218. padding: 0.25em 0.7em;
  219. }
  220. table.field-list, table.footnote {
  221. border: none;
  222. -moz-box-shadow: none;
  223. -webkit-box-shadow: none;
  224. box-shadow: none;
  225. }
  226. table.footnote {
  227. margin: 15px 0;
  228. width: 100%;
  229. border: 1px solid #eee;
  230. background: #fdfdfd;
  231. font-size: 0.9em;
  232. }
  233. table.footnote + table.footnote {
  234. margin-top: -15px;
  235. border-top: none;
  236. }
  237. table.field-list th {
  238. padding: 0 0.8em 0 0;
  239. }
  240. table.field-list td {
  241. padding: 0;
  242. }
  243. table.footnote td.label {
  244. width: 0px;
  245. padding: 0.3em 0 0.3em 0.5em;
  246. }
  247. table.footnote td {
  248. padding: 0.3em 0.5em;
  249. }
  250. dl {
  251. margin: 0;
  252. padding: 0;
  253. }
  254. dl dd {
  255. margin-left: 30px;
  256. }
  257. blockquote {
  258. margin: 0 0 0 30px;
  259. padding: 0;
  260. }
  261. ul, ol {
  262. margin: 10px 0 10px 30px;
  263. padding: 0;
  264. }
  265. pre {
  266. background: #eee;
  267. padding: 7px 30px;
  268. margin: 15px -30px;
  269. line-height: 1.3em;
  270. }
  271. dl pre, blockquote pre, li pre {
  272. margin-left: -60px;
  273. padding-left: 60px;
  274. }
  275. dl dl pre {
  276. margin-left: -90px;
  277. padding-left: 90px;
  278. }
  279. tt {
  280. background-color: #ecf0f3;
  281. color: #222;
  282. /* padding: 1px 2px; */
  283. }
  284. tt.xref, a tt {
  285. background-color: #FBFBFB;
  286. border-bottom: 1px solid white;
  287. }
  288. a.reference {
  289. text-decoration: none;
  290. border-bottom: 1px dotted #004B6B;
  291. }
  292. a.reference:hover {
  293. border-bottom: 1px solid #6D4100;
  294. }
  295. a.footnote-reference {
  296. text-decoration: none;
  297. font-size: 0.7em;
  298. vertical-align: top;
  299. border-bottom: 1px dotted #004B6B;
  300. }
  301. a.footnote-reference:hover {
  302. border-bottom: 1px solid #6D4100;
  303. }
  304. a:hover tt {
  305. background: #EEE;
  306. }
  307. @media screen and (max-width: 600px) {
  308. div.document {
  309. width: 100%;
  310. }
  311. div.documentwrapper {
  312. margin-left: 0;
  313. margin-top: 0;
  314. margin-right: 0;
  315. margin-bottom: 0;
  316. }
  317. div.bodywrapper {
  318. margin-top: 0;
  319. margin-right: 0;
  320. margin-bottom: 0;
  321. margin-left: 0;
  322. }
  323. ul {
  324. margin-left: 0;
  325. }
  326. .document {
  327. width: auto;
  328. }
  329. .footer {
  330. width: auto;
  331. }
  332. .bodywrapper {
  333. margin: 0;
  334. }
  335. .footer {
  336. width: auto;
  337. }
  338. div.sphinxsidebar {
  339. display: none;
  340. }
  341. }
  342. div.sidebar_container, div.sidebar_container h1 {
  343. }
  344. div.sidebar_container h1 {
  345. padding: 0;
  346. margin: 0;
  347. font-size: 350%;
  348. line-height: 100%;
  349. }
  350. div.sidebar_container ul li {
  351. padding: 2px 8px;
  352. font-size: 0.9em;
  353. }