guzzle.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020
  1. /* Sphinx themes
  2. -------------------------------------------------- */
  3. body {
  4. background-color: #edf0f2;
  5. margin: 0;
  6. padding: 0;
  7. font-family: "Open Sans", Helvetica, Arial, sans-serif;
  8. font-size: 16px;
  9. color: #333;
  10. line-height: 1.5;
  11. }
  12. #left-column {
  13. float: left;
  14. position: fixed;
  15. height: 100%;
  16. border-right: 1px solid #e0e0e0;
  17. width: 300px;
  18. overflow: auto;
  19. background: #fafafa;
  20. }
  21. #right-column {
  22. padding: 20px 0;
  23. margin-left: 300px;
  24. background-color: #fff;
  25. max-width: 900px;
  26. }
  27. a.headerlink {
  28. visibility: hidden;
  29. color: #ddd;
  30. padding: 0 4px;
  31. text-decoration: none;
  32. }
  33. h1:hover > a.headerlink,
  34. h2:hover > a.headerlink,
  35. h3:hover > a.headerlink,
  36. h4:hover > a.headerlink,
  37. h5:hover > a.headerlink,
  38. h6:hover > a.headerlink,
  39. dt:hover > a.headerlink {
  40. visibility: visible;
  41. }
  42. h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  43. color: #5C7C98;
  44. }
  45. h1, h2, h3, h4, h5, h6 {
  46. color: black;
  47. font-weight: normal;
  48. padding: 0;
  49. font-family: "Source Serif Pro", "serif";
  50. }
  51. h1, h2, h3 {
  52. margin-top: 30px;
  53. margin-bottom: 20px;
  54. }
  55. h1 {
  56. font-size: 38px;
  57. padding: 10px 10px 10px 45px;
  58. margin: 20px 0 35px -45px;
  59. background-color: aliceblue;
  60. width: calc(100% + 90px);
  61. border-bottom: 1px solid #D8E4EF;
  62. }
  63. h2 {
  64. font-size: 34px;
  65. padding: .2em 0;
  66. border-bottom: 1px solid #ddd;
  67. }
  68. h3 {
  69. margin-top: 35px;
  70. font-size: 28px;
  71. }
  72. h4 {
  73. margin-top: 30px;
  74. font-size: 24px;
  75. }
  76. h5 {
  77. margin-top: 25px;
  78. font-size: 20px;
  79. }
  80. div.clearer {
  81. clear: both;
  82. }
  83. .container-wrapper {
  84. padding: 0;
  85. position: relative;
  86. }
  87. .container-wrapper img {
  88. width: 100%;
  89. }
  90. div.related {
  91. display: none;
  92. }
  93. p {
  94. padding: 0;
  95. font-family: inherit;
  96. font-size: inherit;
  97. color: #333;
  98. }
  99. code, pre, tt {
  100. font-size: 15px;
  101. font-family: Consolas, monospace;
  102. }
  103. code, tt {
  104. color: #8D1A38;
  105. }
  106. tt {
  107. padding: 0 2px;
  108. }
  109. code, pre {
  110. line-height: 23px;
  111. margin: 20px 0;
  112. word-wrap: normal;
  113. background-color: #fff;
  114. }
  115. pre {
  116. color: #333;
  117. background-color: #fff;
  118. overflow: auto;
  119. border-width: 0 0 0 2px;
  120. border-color: #eee;
  121. border-style: solid;
  122. padding: 14px 0 14px 20px;
  123. padding-right: 0;
  124. margin: 20px 0;
  125. }
  126. div.highlight {
  127. background-color: white;
  128. }
  129. a.internal em {
  130. font-style: normal;
  131. }
  132. dl dd {
  133. margin: 3px 0 10px 30px;
  134. }
  135. dl.method {
  136. border-bottom: 1px solid #ccc;
  137. }
  138. .breadcrumb {
  139. font-size: 15px;
  140. margin-bottom: 12px;
  141. background: #fff;
  142. }
  143. blockquote {
  144. border-width: .1em 0 .1em 0;
  145. border-color: #e5eef2;
  146. border-style: solid;
  147. background-color: #f3f8f9;
  148. color: #000;
  149. margin: 20px 0;
  150. padding: 15px 20px;
  151. font-size: 16px;
  152. }
  153. /* Sphinx sidebar
  154. -------------------------------------------------- */
  155. div.sphinxsidebar {
  156. word-wrap: break-word;
  157. }
  158. div.sphinxsidebar .panel-default > .panel-heading {
  159. background-image: none;
  160. }
  161. .sidebar-wrapper {
  162. padding: 0 22px;
  163. }
  164. div.sphinxsidebar h3,
  165. div.sphinxsidebar h4 {
  166. color: #444;
  167. font-size: 20px;
  168. font-weight: normal;
  169. margin: 0;
  170. padding: 0;
  171. }
  172. div.sphinxsidebar h4 {
  173. font-size: 16px;
  174. }
  175. div.sphinxsidebar p {
  176. color: #555;
  177. margin: 10px 0;
  178. }
  179. .sidebar-toc {
  180. font-size: 15px;
  181. }
  182. div.sphinxsidebar .sidebar-toc ul {
  183. margin: 0 0 4px 0;
  184. list-style-type: none;
  185. color: #000;
  186. }
  187. div.sphinxsidebar .sidebar-toc a {
  188. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  189. color: #444;
  190. text-decoration: none;
  191. }
  192. .sidebar-toc > ul {
  193. padding: 0 !important;
  194. list-style-type: none;
  195. margin: 0;
  196. }
  197. .sidebar-toc ul li a {
  198. display: block;
  199. }
  200. .sidebar-toc ul li a:hover {
  201. background-color: #428bca;
  202. color: #fff;
  203. }
  204. .sidebar-toc ul li.current > a,
  205. .sidebar-toc ul li.current > a:hover {
  206. background-color: #e6e6e6;
  207. color: #444;
  208. }
  209. .sidebar-toc ul li.toctree-l1 a {
  210. padding: 5px 25px;
  211. }
  212. .sidebar-toc ul li.toctree-l2 a {
  213. padding: 5px 50px;
  214. }
  215. .sidebar-toc ul li.toctree-l3 a {
  216. padding: 5px 75px;
  217. }
  218. div.sphinxsidebar ul.want-points {
  219. padding-left: 20px;
  220. margin: 0;
  221. }
  222. div.sphinxsidebar .sidebar-toc ul ul {
  223. margin: 0;
  224. padding: 0;
  225. }
  226. .sidebar-localtoc ul {
  227. padding-left: 24px;
  228. }
  229. div.sphinxsidebar input {
  230. border: 1px solid #ccc;
  231. font-family: Helvetica, arial, freesans, clean, sans-serif;
  232. font-size: 1em;
  233. }
  234. .margin-top-1em {
  235. margin-top: 1em;
  236. }
  237. .sidebar-block {
  238. padding: 0;
  239. margin: 14px 0 30px 0;
  240. }
  241. .sidebar-block h2 {
  242. border-bottom: none;
  243. margin: 0 0 17px 0;
  244. font-size: 14px;
  245. font-family: "Open Sans", Helvetica, Arial, sans-serif;
  246. padding: 0 0 6px 0;
  247. font-weight: bold;
  248. text-transform: uppercase;
  249. color: #606060;
  250. }
  251. .sidebar-block .bd {
  252. font-size: 16px;
  253. }
  254. .sphinxsidebar > .sidebar-block:not(:last-child):after {
  255. content: '';
  256. display:block;
  257. border-top: 1px solid #ccc;
  258. margin: 24px 22px 0 22px;
  259. }
  260. .text-logo {
  261. font-size: 18px;
  262. text-align: center;
  263. display: block;
  264. padding: 8px;
  265. color: #fff;
  266. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  267. margin: 0 0 20px 0;
  268. font-weight: bold;
  269. background-color: #337ab7;
  270. border-bottom: 1px solid #fff;
  271. }
  272. .text-logo:hover {
  273. color: #fff;
  274. }
  275. /* Left-nav search box
  276. -------------------------------------------------- */
  277. #main-search form .input-group {
  278. width: 100%;
  279. margin: 0 0 12px 0;
  280. padding: 0;
  281. border: none;
  282. }
  283. #main-search form .input-group input {
  284. padding: 4px;
  285. width: 100%;
  286. border-radius: 5px;
  287. margin: 0;
  288. font-size: 15px;
  289. }
  290. .search-page-form {
  291. width: 350px;
  292. }
  293. /* Two-pane table list
  294. -------------------------------------------------- */
  295. .table-bordered>thead>tr>th,
  296. .table-bordered>tbody>tr>th,
  297. .table-bordered>tfoot>tr>th,
  298. .table-bordered>thead>tr>td,
  299. .table-bordered>tbody>tr>td,
  300. .table-bordered>tfoot>tr>td,
  301. table.two-column.table-bordered caption+thead tr:first-child th:first-child,
  302. table.two-column.table-bordered caption+tbody tr:first-child td:first-child,
  303. table.two-column.table-bordered colgroup+thead tr:first-child th:first-child,
  304. table.two-column.table-bordered colgroup+tbody tr:first-child td:first-child,
  305. table.two-column tbody td
  306. border: 0 0 1px 0 solid #eee;
  307. border-left: none;
  308. padding: 8px 4px;
  309. font-size: 16px;
  310. }
  311. table.two-column {
  312. width: 100%;
  313. border: 0px none !important;
  314. box-shadow: none;
  315. }
  316. /* Disqus comments styles
  317. -------------------------------------------------- */
  318. .comment-container {
  319. margin: 24px auto;
  320. }
  321. /* Next and previous links
  322. -------------------------------------------------- */
  323. .footer-relations {
  324. display: relative;
  325. border-top: 1px solid #ccc;
  326. padding: 12px 45px;
  327. margin-top: 30px;
  328. font-size: 24px;
  329. }
  330. .rel-spacer {
  331. height: 40px;
  332. }
  333. /* Footer styling
  334. -------------------------------------------------- */
  335. div.footer {
  336. padding: 25px;
  337. font-size: 14px;
  338. color: #888;
  339. text-align: right;
  340. max-width: 1200px;
  341. width: 100%;
  342. }
  343. div.footer a {
  344. color: #888;
  345. }
  346. /* -- relbar ---------------------------------------------------------------- */
  347. div.related {
  348. width: 100%;
  349. font-size: 90%;
  350. }
  351. div.related h3 {
  352. display: none;
  353. }
  354. div.related ul {
  355. margin: 0;
  356. padding: 0 0 0 10px;
  357. list-style: none;
  358. }
  359. div.related li {
  360. display: inline;
  361. }
  362. div.related li.right {
  363. float: right;
  364. margin-right: 5px;
  365. }
  366. /* -- search page ----------------------------------------------------------- */
  367. ul.search {
  368. margin: 10px 0 0 20px;
  369. padding: 0;
  370. }
  371. ul.search li {
  372. padding: 5px 0 5px 20px;
  373. background: url(file.png) no-repeat 0 7px;
  374. }
  375. ul.search li a {
  376. font-weight: bold;
  377. }
  378. ul.search li div.context {
  379. color: #888;
  380. margin: 2px 0 0 30px;
  381. text-align: left;
  382. }
  383. ul.keywordmatches li.goodmatch a {
  384. font-weight: bold;
  385. }
  386. /* -- general index --------------------------------------------------------- */
  387. table {
  388. margin-bottom: 20px;
  389. }
  390. table.indextable {
  391. width: 100%;
  392. }
  393. table.indextable td {
  394. text-align: left;
  395. vertical-align: top;
  396. }
  397. table.indextable dl, table.indextable dd {
  398. margin-top: 0;
  399. margin-bottom: 0;
  400. }
  401. table.indextable tr.pcap {
  402. height: 10px;
  403. }
  404. table.indextable tr.cap {
  405. margin-top: 10px;
  406. background-color: #f2f2f2;
  407. }
  408. img.toggler {
  409. margin-right: 3px;
  410. margin-top: 3px;
  411. cursor: pointer;
  412. }
  413. div.modindex-jumpbox {
  414. border-top: 1px solid #ddd;
  415. border-bottom: 1px solid #ddd;
  416. margin: 1em 0 1em 0;
  417. padding: 0.4em;
  418. }
  419. div.genindex-jumpbox {
  420. border-top: 1px solid #ddd;
  421. border-bottom: 1px solid #ddd;
  422. margin: 1em 0 1em 0;
  423. padding: 0.4em;
  424. }
  425. /* -- general body styles --------------------------------------------------- */
  426. .body {
  427. padding: 0 45px;
  428. }
  429. div.body p.caption {
  430. text-align: inherit;
  431. }
  432. table.field-list {
  433. border: 1px solid #ddd;
  434. border-collapse: collapse;
  435. border-spacing: 0;
  436. width: 100%;
  437. }
  438. table.field-list td,
  439. table.field-list th {
  440. border: 1px solid #ddd;
  441. padding: 8px;
  442. vertical-align: top;
  443. line-height: 1.4;
  444. }
  445. .field-list ul {
  446. padding-left: 1em;
  447. }
  448. .first {
  449. margin-top: 0 !important;
  450. }
  451. p.rubric {
  452. margin-top: 30px;
  453. font-weight: bold;
  454. }
  455. img.align-left, .figure.align-left, object.align-left {
  456. clear: left;
  457. float: left;
  458. margin-right: 1em;
  459. }
  460. img.align-right, .figure.align-right, object.align-right {
  461. clear: right;
  462. float: right;
  463. margin-left: 1em;
  464. }
  465. img.align-center, .figure.align-center, object.align-center {
  466. display: block;
  467. margin-left: auto;
  468. margin-right: auto;
  469. }
  470. .align-left {
  471. text-align: left;
  472. }
  473. .align-center {
  474. text-align: center;
  475. }
  476. .align-right {
  477. text-align: right;
  478. }
  479. /* -- topics ---------------------------------------------------------------- */
  480. div.topic {
  481. border: 1px solid #e8e8e8;
  482. padding: 7px 7px 0 7px;
  483. margin: 10px 0 10px 0;
  484. background-color: #f8f8f8;
  485. }
  486. p.topic-title {
  487. font-size: 1.1em;
  488. font-weight: bold;
  489. margin-top: 10px;
  490. }
  491. /* -- contents-------------------------------------------------------------- */
  492. div.topic.contents {
  493. display: inline-block;
  494. border-radius: 3px;
  495. padding: 24px 36px 18px 36px;
  496. }
  497. div.topic.contents > ul {
  498. padding-left: 20px;
  499. }
  500. /* -- admonitions ----------------------------------------------------------- */
  501. .admonition {
  502. margin: 20px 0;
  503. padding: 20px;
  504. background-color: #fff;
  505. border: 1px solid #eee;
  506. border-left-width: 6px;
  507. border-radius: 3px;
  508. }
  509. .admonition dt {
  510. font-weight: bold;
  511. }
  512. .admonition dl {
  513. margin-bottom: 0;
  514. }
  515. .admonition-title {
  516. margin: 0px 0 5px;
  517. padding: 0;
  518. font-weight: bold;
  519. font-size: 18px;
  520. line-height: 1.1;
  521. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  522. }
  523. .admonition.danger,
  524. .admonition.error {
  525. border-left-color: #d9534f;
  526. }
  527. .admonition.danger .admonition-title,
  528. .admonition.error .admonition-title {
  529. color: #d9534f;
  530. }
  531. .admonition.important,
  532. .admonition.warning,
  533. .admonition.attention,
  534. .admonition.caution {
  535. border-left-color: #f0ad4e;
  536. }
  537. .admonition.important .admonition-title,
  538. .admonition.warning .admonition-title,
  539. .admonition.attention .admonition-title,
  540. .admonition.caution .admonition-title {
  541. color: #9B581F;
  542. }
  543. .admonition.note,
  544. .admonition.hint {
  545. border-left-color: #31708f;
  546. }
  547. .admonition.note .admonition-title,
  548. .admonition.hint .admonition-title {
  549. color: #31708f;
  550. }
  551. .admonition.tip {
  552. border-left-color: #3c763d;
  553. }
  554. .admonition.tip .admonition-title {
  555. color: #3c763d;
  556. }
  557. div.body p.centered {
  558. text-align: center;
  559. margin-top: 25px;
  560. }
  561. div.seealso {
  562. background-color: #ffc;
  563. border: 1px solid #ff6;
  564. }
  565. div.admonition tt.xref, div.admonition a tt {
  566. border-bottom: 1px solid #fafafa;
  567. }
  568. div.admonition p.last {
  569. margin-bottom: 0;
  570. }
  571. /* -- other body styles ----------------------------------------------------- */
  572. ol.arabic {
  573. list-style: decimal;
  574. }
  575. ol.loweralpha {
  576. list-style: lower-alpha;
  577. }
  578. ol.upperalpha {
  579. list-style: upper-alpha;
  580. }
  581. ol.lowerroman {
  582. list-style: lower-roman;
  583. }
  584. ol.upperroman {
  585. list-style: upper-roman;
  586. }
  587. .highlighted {
  588. background-color: #fbe54e;
  589. }
  590. dl.glossary dt {
  591. font-weight: bold;
  592. font-size: 1.1em;
  593. }
  594. .field-list ul {
  595. margin: 0;
  596. padding-left: 1em;
  597. }
  598. .refcount {
  599. color: #060;
  600. }
  601. .optional {
  602. font-size: 1.3em;
  603. }
  604. .versionmodified {
  605. font-style: italic;
  606. }
  607. .system-message {
  608. background-color: #fda;
  609. padding: 5px;
  610. border: 3px solid red;
  611. }
  612. .footnote:target {
  613. background-color: #ffa;
  614. }
  615. .line-block {
  616. display: block;
  617. margin-top: 1em;
  618. margin-bottom: 1em;
  619. }
  620. .line-block .line-block {
  621. margin-top: 0;
  622. margin-bottom: 0;
  623. margin-left: 1.5em;
  624. }
  625. .guilabel, .menuselection {
  626. font-family: sans-serif;
  627. }
  628. .accelerator {
  629. text-decoration: underline;
  630. }
  631. .classifier {
  632. font-style: oblique;
  633. }
  634. abbr, acronym {
  635. border-bottom: dotted 1px;
  636. cursor: help;
  637. }
  638. dt:target, .highlight {
  639. background: #FAF3E8;
  640. }
  641. /* -- code displays --------------------------------------------------------- */
  642. td.linenos pre {
  643. padding: 5px 0px;
  644. border: 0;
  645. background-color: transparent;
  646. color: #aaa;
  647. }
  648. table.highlighttable {
  649. margin-left: 0.5em;
  650. }
  651. table.highlighttable td {
  652. padding: 0 0.5em 0 0.5em;
  653. }
  654. tt.descname {
  655. background-color: transparent;
  656. font-weight: bold;
  657. padding-right: 0.08em;
  658. }
  659. tt.descclassname {
  660. background-color: transparent;
  661. }
  662. tt.descname, tt.descclassname {
  663. font-size: 0.95em;
  664. }
  665. tt.xref, a tt {
  666. background-color: transparent;
  667. font-weight: bold;
  668. }
  669. h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
  670. background-color: transparent;
  671. }
  672. .viewcode-link {
  673. float: right;
  674. }
  675. .viewcode-back {
  676. float: right;
  677. font-family: sans-serif;
  678. }
  679. div.viewcode-block:target {
  680. margin: -1px -10px;
  681. padding: 0 10px;
  682. }
  683. /* -- math display ---------------------------------------------------------- */
  684. img.math {
  685. vertical-align: middle;
  686. }
  687. div.body div.math p {
  688. text-align: center;
  689. }
  690. span.eqno {
  691. float: right;
  692. }
  693. /* -- Theme specific classes - */
  694. .overflow-height-500px {
  695. overflow: auto;
  696. height: 500px;
  697. }
  698. .overflow-height-250px {
  699. overflow: auto;
  700. height: 250px;
  701. }
  702. /* Toggle mobile view
  703. -------------------------------------------------- */
  704. #mobile-toggle {
  705. height: 40px;
  706. width: 100%;
  707. display: none;
  708. padding: 12px;
  709. border-bottom: 1px solid #ccc;
  710. position: fixed;
  711. top: 0;
  712. left: 0;
  713. background-color: #fff;
  714. z-index: 1;
  715. }
  716. /* Small screen styles
  717. -------------------------------------------------- */
  718. @media screen and (max-width: 768px) {
  719. body {
  720. padding: 0px;
  721. margin: 0px;
  722. background-color: #fff;
  723. }
  724. h1 {
  725. margin-left: 0;
  726. width: 100%;
  727. padding: 10px;
  728. font-size: 40px;
  729. }
  730. #left-column {
  731. position: relative;
  732. top: 0;
  733. left: 0;
  734. display: none;
  735. width: 100%;
  736. float: none;
  737. margin: 40px 0 0 0;
  738. }
  739. .footer-relations {
  740. padding: 12px 0;
  741. }
  742. #right-column {
  743. margin-left: 0;
  744. margin-top: 0;
  745. padding: 50px 20px 8px 20px;
  746. width: 100%;
  747. float: none;
  748. }
  749. .document {
  750. position: relative;
  751. padding: 0;
  752. width: 100%
  753. }
  754. .body {
  755. padding: 0px;
  756. }
  757. #mobile-toggle {
  758. display: block;
  759. }
  760. p {
  761. padding: 0;
  762. }
  763. }
  764. /* Account for when the left column is closed then page is expanded.
  765. -------------------------------------------------- */
  766. @media screen and (min-width: 769px) {
  767. #left-column {
  768. display: block !important;
  769. }
  770. }
  771. /* Syntax highlighting
  772. -------------------------------------------------- */
  773. .hll { background-color: #ffffcc }
  774. .c { color: #999988; font-style: italic } /* Comment */
  775. .err { color: #a61717; background-color: #e3d2d2 } /* Error */
  776. .k { color: #000000; font-weight: bold } /* Keyword */
  777. .o { color: #000000; font-weight: bold } /* Operator */
  778. .cm { color: #999988; font-style: italic } /* Comment.Multiline */
  779. .cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */
  780. .c1 { color: #999988; font-style: italic } /* Comment.Single */
  781. .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
  782. .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
  783. .ge { color: #000000; font-style: italic } /* Generic.Emph */
  784. .gr { color: #aa0000 } /* Generic.Error */
  785. .gh { color: #999999 } /* Generic.Heading */
  786. .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
  787. .go { color: #888888 } /* Generic.Output */
  788. .gp { color: #555555 } /* Generic.Prompt */
  789. .gs { font-weight: bold } /* Generic.Strong */
  790. .gu { color: #aaaaaa } /* Generic.Subheading */
  791. .gt { color: #aa0000 } /* Generic.Traceback */
  792. .kc { color: #000000; font-weight: bold } /* Keyword.Constant */
  793. .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
  794. .kn { color: #000000; font-weight: bold } /* Keyword.Namespace */
  795. .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
  796. .kr { color: #000000; font-weight: bold } /* Keyword.Reserved */
  797. .kt { color: #445588; font-weight: bold } /* Keyword.Type */
  798. .m { color: #009999 } /* Literal.Number */
  799. .s { color: #d01040 } /* Literal.String */
  800. .na { color: #008080 } /* Name.Attribute */
  801. .nb { color: #0086B3 } /* Name.Builtin */
  802. .nc { color: #445588; font-weight: bold } /* Name.Class */
  803. .no { color: #008080 } /* Name.Constant */
  804. .nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */
  805. .ni { color: #800080 } /* Name.Entity */
  806. .ne { color: #990000; font-weight: bold } /* Name.Exception */
  807. .nf { color: #990000; font-weight: bold } /* Name.Function */
  808. .nl { color: #990000; font-weight: bold } /* Name.Label */
  809. .nn { color: #555555 } /* Name.Namespace */
  810. .nt { color: #000080 } /* Name.Tag */
  811. .nv { color: #008080 } /* Name.Variable */
  812. .ow { color: #000000; font-weight: bold } /* Operator.Word */
  813. .w { color: #bbbbbb } /* Text.Whitespace */
  814. .mf { color: #009999 } /* Literal.Number.Float */
  815. .mh { color: #009999 } /* Literal.Number.Hex */
  816. .mi { color: #009999 } /* Literal.Number.Integer */
  817. .mo { color: #009999 } /* Literal.Number.Oct */
  818. .sb { color: #d01040 } /* Literal.String.Backtick */
  819. .sc { color: #d01040 } /* Literal.String.Char */
  820. .sd { color: #d01040 } /* Literal.String.Doc */
  821. .s2 { color: #d01040 } /* Literal.String.Double */
  822. .se { color: #d01040 } /* Literal.String.Escape */
  823. .sh { color: #d01040 } /* Literal.String.Heredoc */
  824. .si { color: #d01040 } /* Literal.String.Interpol */
  825. .sx { color: #d01040 } /* Literal.String.Other */
  826. .sr { color: #009926 } /* Literal.String.Regex */
  827. .s1 { color: #d01040 } /* Literal.String.Single */
  828. .ss { color: #990073 } /* Literal.String.Symbol */
  829. .bp { color: #999999 } /* Name.Builtin.Pseudo */
  830. .vc { color: #008080 } /* Name.Variable.Class */
  831. .vg { color: #008080 } /* Name.Variable.Global */
  832. .vi { color: #008080 } /* Name.Variable.Instance */
  833. .il { color: #009999 } /* Literal.Number.Integer.Long */