adctheme.css 14 KB

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