adctheme.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757
  1. /**
  2. * Sphinx stylesheet -- basic theme
  3. * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. */
  5. h3 {
  6. color:#000000;
  7. font-size: 17px;
  8. margin-bottom:0.5em;
  9. margin-top:2em;
  10. }
  11. /* -- main layout ----------------------------------------------------------- */
  12. div.clearer {
  13. clear: both;
  14. }
  15. /* -- header ---------------------------------------------------------------- */
  16. #header #title {
  17. background:#29334F url(title_background.png) repeat-x scroll 0 0;
  18. border-bottom:1px solid #B6B6B6;
  19. height:25px;
  20. overflow:hidden;
  21. }
  22. #headerButtons {
  23. position: absolute;
  24. list-style: none outside;
  25. top: 26px;
  26. left: 0px;
  27. right: 0px;
  28. margin: 0px;
  29. padding: 0px;
  30. border-top: 1px solid #2B334F;
  31. border-bottom: 1px solid #EDEDED;
  32. height: 20px;
  33. font-size: 8pt;
  34. overflow: hidden;
  35. background-color: #D8D8D8;
  36. }
  37. #headerButtons li {
  38. background-repeat:no-repeat;
  39. display:inline;
  40. margin-top:0;
  41. padding:0;
  42. }
  43. .headerButton {
  44. display: inline;
  45. height:20px;
  46. }
  47. .headerButton a {
  48. text-decoration: none;
  49. float: right;
  50. height: 20px;
  51. padding: 4px 15px;
  52. border-left: 1px solid #ACACAC;
  53. font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
  54. color: black;
  55. }
  56. .headerButton a:hover {
  57. color: white;
  58. background-color: #787878;
  59. }
  60. li#toc_button {
  61. text-align:left;
  62. }
  63. li#toc_button .headerButton a {
  64. width:198px;
  65. padding-top: 4px;
  66. font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
  67. color: black;
  68. float: left;
  69. padding-left:15px;
  70. border-right:1px solid #ACACAC;
  71. background:transparent url(triangle_open.png) no-repeat scroll 4px 6px;
  72. }
  73. li#toc_button .headerButton a:hover {
  74. background-color: #787878;
  75. color: white;
  76. }
  77. li#page_buttons {
  78. position:absolute;
  79. right:0;
  80. }
  81. #breadcrumbs {
  82. color: black;
  83. background-image:url(breadcrumb_background.png);
  84. border-top:1px solid #2B334F;
  85. bottom:0;
  86. font-size:10px;
  87. height:15px;
  88. left:0;
  89. overflow:hidden;
  90. padding:3px 10px 0;
  91. position:absolute;
  92. right:0;
  93. white-space:nowrap;
  94. z-index:901;
  95. }
  96. #breadcrumbs a {
  97. color: black;
  98. text-decoration: none;
  99. }
  100. #breadcrumbs a:hover {
  101. text-decoration: underline;
  102. }
  103. #breadcrumbs img {
  104. padding-left: 3px;
  105. }
  106. /* -- sidebar --------------------------------------------------------------- */
  107. #sphinxsidebar {
  108. position: absolute;
  109. top: 84px;
  110. bottom: 19px;
  111. left: 0px;
  112. width: 229px;
  113. background-color: #E4EBF7;
  114. border-right: 1px solid #ACACAC;
  115. border-top: 1px solid #2B334F;
  116. overflow-x: hidden;
  117. overflow-y: auto;
  118. padding: 0px 0px 0px 0px;
  119. font-size:11px;
  120. }
  121. div.sphinxsidebarwrapper {
  122. padding: 10px 5px 0 10px;
  123. }
  124. #sphinxsidebar li {
  125. margin: 0px;
  126. padding: 0px;
  127. font-weight: normal;
  128. margin: 0px 0px 7px 0px;
  129. overflow: hidden;
  130. text-overflow: ellipsis;
  131. font-size: 11px;
  132. }
  133. #sphinxsidebar ul {
  134. list-style: none;
  135. margin: 0px 0px 0px 0px;
  136. padding: 0px 5px 0px 5px;
  137. }
  138. #sphinxsidebar ul ul,
  139. #sphinxsidebar ul.want-points {
  140. list-style: square;
  141. }
  142. #sphinxsidebar ul ul {
  143. margin-top: 0;
  144. margin-bottom: 0;
  145. }
  146. #sphinxsidebar form {
  147. margin-top: 10px;
  148. }
  149. #sphinxsidebar input {
  150. border: 1px solid #787878;
  151. font-family: sans-serif;
  152. font-size: 1em;
  153. }
  154. img {
  155. border: 0;
  156. }
  157. #sphinxsidebar li.toctree-l1 a {
  158. font-weight: bold;
  159. color: #000;
  160. text-decoration: none;
  161. }
  162. #sphinxsidebar li.toctree-l2 a {
  163. font-weight: bold;
  164. color: #4f4f4f;
  165. text-decoration: none;
  166. }
  167. /* -- search page ----------------------------------------------------------- */
  168. ul.search {
  169. margin: 10px 0 0 20px;
  170. padding: 0;
  171. }
  172. ul.search li {
  173. padding: 5px 0 5px 20px;
  174. background-image: url(file.png);
  175. background-repeat: no-repeat;
  176. background-position: 0 7px;
  177. }
  178. ul.search li a {
  179. font-weight: bold;
  180. }
  181. ul.search li div.context {
  182. color: #888;
  183. margin: 2px 0 0 30px;
  184. text-align: left;
  185. }
  186. ul.keywordmatches li.goodmatch a {
  187. font-weight: bold;
  188. }
  189. #sphinxsidebar input.prettysearch {border:none;}
  190. input.searchbutton {
  191. float: right;
  192. }
  193. .search-wrapper {width: 100%; height: 25px;}
  194. .search-wrapper input.prettysearch { border: none; width:200px; height: 16px; background: url(searchfield_repeat.png) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }
  195. .search-wrapper input.prettysearch { width: 184px; margin-left: 20px; *margin-top:-1px; *margin-right:-2px; *margin-left:10px; }
  196. .search-wrapper .search-left { display: block; position: absolute; width: 20px; height: 19px; background: url(searchfield_leftcap.png) left top no-repeat; }
  197. .search-wrapper .search-right { display: block; position: relative; left: 204px; top: -19px; width: 10px; height: 19px; background: url(searchfield_rightcap.png) right top no-repeat; }
  198. /* -- index page ------------------------------------------------------------ */
  199. table.contentstable {
  200. width: 90%;
  201. }
  202. table.contentstable p.biglink {
  203. line-height: 150%;
  204. }
  205. a.biglink {
  206. font-size: 1.3em;
  207. }
  208. span.linkdescr {
  209. font-style: italic;
  210. padding-top: 5px;
  211. font-size: 90%;
  212. }
  213. /* -- general index --------------------------------------------------------- */
  214. table.indextable td {
  215. text-align: left;
  216. vertical-align: top;
  217. }
  218. table.indextable dl, table.indextable dd {
  219. margin-top: 0;
  220. margin-bottom: 0;
  221. }
  222. table.indextable tr.pcap {
  223. height: 10px;
  224. }
  225. table.indextable tr.cap {
  226. margin-top: 10px;
  227. background-color: #f2f2f2;
  228. }
  229. img.toggler {
  230. margin-right: 3px;
  231. margin-top: 3px;
  232. cursor: pointer;
  233. }
  234. /* -- general body styles --------------------------------------------------- */
  235. .document {
  236. border-top:1px solid #2B334F;
  237. overflow:auto;
  238. padding-left:2em;
  239. padding-right:2em;
  240. position:absolute;
  241. z-index:1;
  242. top:84px;
  243. bottom:19px;
  244. right:0;
  245. left:230px;
  246. }
  247. a.headerlink {
  248. visibility: hidden;
  249. }
  250. h1:hover > a.headerlink,
  251. h2:hover > a.headerlink,
  252. h3:hover > a.headerlink,
  253. h4:hover > a.headerlink,
  254. h5:hover > a.headerlink,
  255. h6:hover > a.headerlink,
  256. dt:hover > a.headerlink {
  257. visibility: visible;
  258. }
  259. div.body p.caption {
  260. text-align: inherit;
  261. }
  262. div.body td {
  263. text-align: left;
  264. }
  265. .field-list ul {
  266. padding-left: 1em;
  267. }
  268. .first {
  269. margin-top: 0 !important;
  270. }
  271. p.rubric {
  272. margin-top: 30px;
  273. font-weight: bold;
  274. }
  275. /* -- sidebars -------------------------------------------------------------- */
  276. /*div.sidebar {
  277. margin: 0 0 0.5em 1em;
  278. border: 1px solid #ddb;
  279. padding: 7px 7px 0 7px;
  280. background-color: #ffe;
  281. width: 40%;
  282. float: right;
  283. }
  284. p.sidebar-title {
  285. font-weight: bold;
  286. }
  287. */
  288. /* -- topics ---------------------------------------------------------------- */
  289. div.topic {
  290. border: 1px solid #ccc;
  291. padding: 7px 7px 0 7px;
  292. margin: 10px 0 10px 0;
  293. }
  294. p.topic-title {
  295. font-size: 1.1em;
  296. font-weight: bold;
  297. margin-top: 10px;
  298. }
  299. /* -- admonitions ----------------------------------------------------------- */
  300. .admonition {
  301. border: 1px solid #a1a5a9;
  302. background-color: #f7f7f7;
  303. margin: 20px;
  304. padding: 0px 8px 7px 9px;
  305. text-align: left;
  306. }
  307. .warning {
  308. background-color:#E8E8E8;
  309. border:1px solid #111111;
  310. margin:30px;
  311. }
  312. .admonition p {
  313. font: 12px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  314. margin-top: 7px;
  315. margin-bottom: 0px;
  316. }
  317. div.admonition dt {
  318. font-weight: bold;
  319. }
  320. div.admonition dl {
  321. margin-bottom: 0;
  322. }
  323. p.admonition-title {
  324. margin: 0px 10px 5px 0px;
  325. font-weight: bold;
  326. padding-top: 3px;
  327. }
  328. div.body p.centered {
  329. text-align: center;
  330. margin-top: 25px;
  331. }
  332. /* -- tables ---------------------------------------------------------------- */
  333. table.docutils {
  334. border-collapse: collapse;
  335. border-top: 1px solid #919699;
  336. border-left: 1px solid #919699;
  337. border-right: 1px solid #919699;
  338. font-size:12px;
  339. padding:8px;
  340. text-align:left;
  341. vertical-align:top;
  342. }
  343. table.docutils td, table.docutils th {
  344. padding: 8px;
  345. font-size: 12px;
  346. text-align: left;
  347. vertical-align: top;
  348. border-bottom: 1px solid #919699;
  349. }
  350. table.docutils th {
  351. font-weight: bold;
  352. }
  353. /* This alternates colors in up to six table rows (light blue for odd, white for even)*/
  354. .docutils tr {
  355. background: #F0F5F9;
  356. }
  357. .docutils tr + tr {
  358. background: #FFFFFF;
  359. }
  360. .docutils tr + tr + tr {
  361. background: #F0F5F9;
  362. }
  363. .docutils tr + tr + tr + tr {
  364. background: #FFFFFF;
  365. }
  366. .docutils tr + tr + tr +tr + tr {
  367. background: #F0F5F9;
  368. }
  369. .docutils tr + tr + tr + tr + tr + tr {
  370. background: #FFFFFF;
  371. }
  372. .docutils tr + tr + tr + tr + tr + tr + tr {
  373. background: #F0F5F9;
  374. }
  375. table.footnote td, table.footnote th {
  376. border: 0 !important;
  377. }
  378. th {
  379. text-align: left;
  380. padding-right: 5px;
  381. }
  382. /* -- other body styles ----------------------------------------------------- */
  383. dl {
  384. margin-bottom: 15px;
  385. }
  386. dd p {
  387. margin-top: 0px;
  388. font-size: 12px;
  389. }
  390. dd ul, dd table {
  391. margin-bottom: 10px;
  392. }
  393. dd {
  394. margin-top: 3px;
  395. margin-bottom: 10px;
  396. margin-left: 30px;
  397. font-size: 12px;
  398. }
  399. dt:target, .highlight {
  400. background-color: #fbe54e;
  401. }
  402. dl.glossary dt {
  403. font-weight: bold;
  404. font-size: 0.8em;
  405. }
  406. dl.glossary dd {
  407. font-size:12px;
  408. }
  409. .field-list ul {
  410. vertical-align: top;
  411. margin: 0;
  412. padding-bottom: 0;
  413. list-style: none inside;
  414. }
  415. .field-list ul li {
  416. margin-top: 0;
  417. }
  418. .field-list p {
  419. margin: 0;
  420. }
  421. .refcount {
  422. color: #060;
  423. }
  424. .optional {
  425. font-size: 1.3em;
  426. }
  427. .versionmodified {
  428. font-style: italic;
  429. }
  430. .system-message {
  431. background-color: #fda;
  432. padding: 5px;
  433. border: 3px solid red;
  434. }
  435. .footnote:target {
  436. background-color: #ffa
  437. }
  438. /* -- code displays --------------------------------------------------------- */
  439. pre {
  440. overflow: auto;
  441. background-color:#F1F5F9;
  442. border:1px solid #C9D1D7;
  443. border-spacing:0;
  444. font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",Courier,Consolas,monospace;
  445. font-size:11px;
  446. padding: 10px;
  447. }
  448. td.linenos pre {
  449. padding: 5px 0px;
  450. border: 0;
  451. background-color: transparent;
  452. color: #aaa;
  453. }
  454. table.highlighttable {
  455. margin-left: 0.5em;
  456. }
  457. table.highlighttable td {
  458. padding: 0 0.5em 0 0.5em;
  459. }
  460. tt {
  461. font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",Courier,Consolas,monospace;
  462. }
  463. tt.descname {
  464. background-color: transparent;
  465. font-weight: bold;
  466. font-size: 1em;
  467. }
  468. tt.descclassname {
  469. background-color: transparent;
  470. }
  471. tt.xref, a tt {
  472. background-color: transparent;
  473. font-weight: bold;
  474. }
  475. h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
  476. background-color: transparent;
  477. }
  478. /* -- math display ---------------------------------------------------------- */
  479. img.math {
  480. vertical-align: middle;
  481. }
  482. div.body div.math p {
  483. text-align: center;
  484. }
  485. span.eqno {
  486. float: right;
  487. }
  488. /* -- printout stylesheet --------------------------------------------------- */
  489. @media print {
  490. div.document,
  491. div.documentwrapper,
  492. div.bodywrapper {
  493. margin: 0;
  494. width: 100%;
  495. }
  496. div.sphinxsidebar,
  497. div.related,
  498. div.footer,
  499. #top-link {
  500. display: none;
  501. }
  502. }
  503. body {
  504. font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
  505. }
  506. dl.class dt {
  507. padding: 3px;
  508. /* border-top: 2px solid #999;*/
  509. }
  510. em.property {
  511. font-style: normal;
  512. }
  513. dl.class dd p {
  514. margin-top: 6px;
  515. }
  516. dl.class dd dl.exception dt {
  517. padding: 3px;
  518. background-color: #FFD6D6;
  519. border-top: none;
  520. }
  521. dl.class dd dl.method dt {
  522. padding: 3px;
  523. background-color: #e9e9e9;
  524. border-top: none;
  525. }
  526. dl.function dt {
  527. padding: 3px;
  528. border-top: 2px solid #999;
  529. }
  530. ul {
  531. list-style-image:none;
  532. list-style-position:outside;
  533. list-style-type:square;
  534. margin:0 0 0 30px;
  535. padding:0 0 12px 6px;
  536. }
  537. #docstitle {
  538. height: 36px;
  539. background-image: url(header_sm_mid.png);
  540. left: 0;
  541. top: 0;
  542. position: absolute;
  543. width: 100%;
  544. }
  545. #docstitle p {
  546. padding:7px 0 0 45px;
  547. margin: 0;
  548. color: white;
  549. text-shadow:0 1px 0 #787878;
  550. background: transparent url(documentation.png) no-repeat scroll 10px 3px;
  551. height: 36px;
  552. font-size: 15px;
  553. }
  554. #header {
  555. height:45px;
  556. left:0;
  557. position:absolute;
  558. right:0;
  559. top:36px;
  560. z-index:900;
  561. }
  562. #header h1 {
  563. font-size:10pt;
  564. margin:0;
  565. padding:5px 0 0 10px;
  566. text-shadow:0 1px 0 #D5D5D5;
  567. white-space:nowrap;
  568. }
  569. h1 {
  570. -x-system-font:none;
  571. color:#000000;
  572. font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
  573. font-size:30px;
  574. font-size-adjust:none;
  575. font-stretch:normal;
  576. font-style:normal;
  577. font-variant:normal;
  578. font-weight:bold;
  579. line-height:normal;
  580. margin-bottom:25px;
  581. margin-top:1em;
  582. }
  583. .footer {
  584. border-top:1px solid #DDDDDD;
  585. clear:both;
  586. padding-top:9px;
  587. width:100%;
  588. font-size:10px;
  589. }
  590. p {
  591. -x-system-font:none;
  592. font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
  593. font-size:12px;
  594. font-size-adjust:none;
  595. font-stretch:normal;
  596. font-style:normal;
  597. font-variant:normal;
  598. font-weight:normal;
  599. line-height:normal;
  600. margin-bottom:10px;
  601. margin-top:0;
  602. }
  603. h2 {
  604. border-bottom:1px solid #919699;
  605. color:#000000;
  606. font-size:24px;
  607. margin-top:2.5em;
  608. padding-bottom:2px;
  609. }
  610. a:link:hover {
  611. color:#093D92;
  612. text-decoration:underline;
  613. }
  614. a:link {
  615. color:#093D92;
  616. text-decoration:none;
  617. }
  618. ol {
  619. list-style-position:outside;
  620. list-style-type:decimal;
  621. margin:0 0 0 30px;
  622. padding:0 0 12px 6px;
  623. }
  624. li {
  625. margin-top:7px;
  626. font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
  627. font-size:12px;
  628. font-size-adjust:none;
  629. font-stretch:normal;
  630. font-style:normal;
  631. font-variant:normal;
  632. font-weight:normal;
  633. line-height:normal;
  634. }
  635. li p {
  636. margin-top:8px;
  637. }