odml_style.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909
  1. article,
  2. aside,
  3. details,
  4. figcaption,
  5. figure,
  6. footer,
  7. header,
  8. hgroup,
  9. nav,
  10. sec,
  11. summary {
  12. display: block
  13. }
  14. audio,
  15. canvas,
  16. video {
  17. display: inline-block;
  18. *display: inline;
  19. *zoom: 1
  20. }
  21. audio:not([controls]) {
  22. display: none
  23. }
  24. [hidden] {
  25. display: none
  26. }
  27. html {
  28. font-size: 100%;
  29. -webkit-text-size-adjust: 100%;
  30. -ms-text-size-adjust: 100%
  31. }
  32. html,
  33. button,
  34. input,
  35. select,
  36. textarea {
  37. font-family: sans-serif
  38. }
  39. body {
  40. margin: 0
  41. }
  42. a:focus {
  43. outline: thin dotted
  44. }
  45. a:hover,
  46. a:active {
  47. outline: 0
  48. }
  49. h1 {
  50. font-size: 2em;
  51. margin: 0.67em 0
  52. }
  53. h2 {
  54. font-size: 1.5em;
  55. margin: 0.83em 0
  56. }
  57. h3 {
  58. font-size: 1.17em;
  59. margin: 1em 0
  60. }
  61. h4 {
  62. font-size: 1em;
  63. margin: 1.33em 0
  64. }
  65. h5 {
  66. font-size: 0.83em;
  67. margin: 1.67em 0
  68. }
  69. h6 {
  70. font-size: 0.75em;
  71. margin: 2.33em 0
  72. }
  73. abbr[title] {
  74. border-bottom: 1px dotted
  75. }
  76. b,
  77. strong {
  78. font-weight: bold
  79. }
  80. blockquote {
  81. margin: 1em 40px
  82. }
  83. dfn {
  84. font-style: italic
  85. }
  86. mark {
  87. background: #ff0;
  88. color: #000
  89. }
  90. p,
  91. pre {
  92. margin: 1em 0
  93. }
  94. pre,
  95. code,
  96. kbd,
  97. samp {
  98. font-family: monospace, serif;
  99. _font-family: 'courier new', monospace;
  100. font-size: 1em
  101. }
  102. q {
  103. quotes: none
  104. }
  105. q:before,
  106. q:after {
  107. content: '';
  108. content: none
  109. }
  110. small {
  111. font-size: 75%
  112. }
  113. sub,
  114. sup {
  115. font-size: 75%;
  116. line-height: 0;
  117. position: relative;
  118. vertical-align: baseline
  119. }
  120. sup {
  121. top: -0.5em
  122. }
  123. sub {
  124. bottom: -0.25em
  125. }
  126. dl,
  127. menu,
  128. ol,
  129. ul {
  130. margin: 1em 0
  131. }
  132. dd {
  133. margin: 0 0 0 40px
  134. }
  135. menu,
  136. ol,
  137. ul {
  138. padding: 0 0 0 40px
  139. }
  140. nav ul,
  141. nav ol {
  142. list-style: none;
  143. list-style-image: none
  144. }
  145. img {
  146. border: 0;
  147. -ms-interpolation-mode: bicubic
  148. }
  149. svg:not(:root) {
  150. overflow: hidden
  151. }
  152. figure {
  153. margin: 0
  154. }
  155. form {
  156. margin: 0
  157. }
  158. fieldset {
  159. border: 1px solid #c0c0c0;
  160. margin: 0 2px;
  161. padding: 0.35em 0.625em 0.75em
  162. }
  163. legend {
  164. border: 0;
  165. padding: 0;
  166. white-space: normal;
  167. *margin-left: -7px
  168. }
  169. button,
  170. input,
  171. select,
  172. textarea {
  173. font-size: 100%;
  174. margin: 0;
  175. vertical-align: baseline;
  176. *vertical-align: middle
  177. }
  178. button,
  179. input {
  180. line-height: normal
  181. }
  182. button,
  183. input[type="button"],
  184. input[type="reset"],
  185. input[type="submit"] {
  186. cursor: pointer;
  187. -webkit-appearance: button;
  188. *overflow: visible
  189. }
  190. button[disabled],
  191. input[disabled] {
  192. cursor: default
  193. }
  194. input[type="checkbox"],
  195. input[type="radio"] {
  196. box-sizing: border-box;
  197. padding: 0;
  198. *height: 13px;
  199. *width: 13px
  200. }
  201. input[type="search"] {
  202. -webkit-appearance: textfield;
  203. -moz-box-sizing: content-box;
  204. -webkit-box-sizing: content-box;
  205. box-sizing: content-box
  206. }
  207. input[type="search"]::-webkit-search-decoration,
  208. input[type="search"]::-webkit-search-cancel-button {
  209. -webkit-appearance: none
  210. }
  211. button::-moz-focus-inner,
  212. input::-moz-focus-inner {
  213. border: 0;
  214. padding: 0
  215. }
  216. textarea {
  217. overflow: auto;
  218. vertical-align: top
  219. }
  220. table {
  221. border-collapse: collapse;
  222. border-spacing: 0
  223. }
  224. .highlight table td {
  225. padding: 5px
  226. }
  227. .highlight table pre {
  228. margin: 0
  229. }
  230. .highlight,
  231. .highlight .w {
  232. color: #d0d0d0
  233. }
  234. .highlight .err {
  235. color: #151515;
  236. background-color: #ac4142
  237. }
  238. .highlight .c,
  239. .highlight .cd,
  240. .highlight .cm,
  241. .highlight .c1,
  242. .highlight .cs {
  243. color: #888
  244. }
  245. .highlight .cp {
  246. color: #f4bf75
  247. }
  248. .highlight .nt {
  249. color: #f4bf75
  250. }
  251. .highlight .o,
  252. .highlight .ow {
  253. color: #d0d0d0
  254. }
  255. .highlight .p,
  256. .highlight .pi {
  257. color: #d0d0d0
  258. }
  259. .highlight .gi {
  260. color: #90a959
  261. }
  262. .highlight .gd {
  263. color: #ac4142
  264. }
  265. .highlight .gh {
  266. color: #6a9fb5;
  267. font-weight: bold
  268. }
  269. .highlight .k,
  270. .highlight .kn,
  271. .highlight .kp,
  272. .highlight .kr,
  273. .highlight .kv {
  274. color: #aa759f
  275. }
  276. .highlight .kc {
  277. color: #d28445
  278. }
  279. .highlight .kt {
  280. color: #d28445
  281. }
  282. .highlight .kd {
  283. color: #d28445
  284. }
  285. .highlight .s,
  286. .highlight .sb,
  287. .highlight .sc,
  288. .highlight .sd,
  289. .highlight .s2,
  290. .highlight .sh,
  291. .highlight .sx,
  292. .highlight .s1 {
  293. color: #90a959
  294. }
  295. .highlight .sr {
  296. color: #75b5aa
  297. }
  298. .highlight .si {
  299. color: #8f5536
  300. }
  301. .highlight .se {
  302. color: #8f5536
  303. }
  304. .highlight .nn {
  305. color: #f4bf75
  306. }
  307. .highlight .nc {
  308. color: #f4bf75
  309. }
  310. .highlight .no {
  311. color: #f4bf75
  312. }
  313. .highlight .na {
  314. color: #6a9fb5
  315. }
  316. .highlight .m,
  317. .highlight .mf,
  318. .highlight .mh,
  319. .highlight .mi,
  320. .highlight .il,
  321. .highlight .mo,
  322. .highlight .mb,
  323. .highlight .mx {
  324. color: #90a959
  325. }
  326. .highlight .ss {
  327. color: #90a959
  328. }
  329. body {
  330. font: 14px/22px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  331. color: #666;
  332. font-weight: 300;
  333. margin: 0px;
  334. padding: 0px 0 20px 0px;
  335. background: #eae6d1
  336. }
  337. h1,
  338. h2,
  339. h3,
  340. h4,
  341. h5,
  342. h6 {
  343. color: #333;
  344. margin: 0 0 10px
  345. }
  346. p,
  347. ul,
  348. ol,
  349. table,
  350. pre,
  351. dl {
  352. margin: 0 0 20px
  353. }
  354. ol.nested {
  355. margin: 0 0 0
  356. }
  357. h1,
  358. h2,
  359. h3 {
  360. line-height: 1.1
  361. }
  362. a {
  363. color: #3399cc;
  364. font-weight: 400;
  365. text-decoration: none
  366. }
  367. a small {
  368. font-size: 11px;
  369. color: #666;
  370. margin-top: -0.6em;
  371. display: block
  372. }
  373. a.white {
  374. color: white;
  375. }
  376. strong {
  377. font-weight: bold;
  378. color: #333
  379. }
  380. .wrapper {
  381. width: 800px;
  382. margin: 0 auto;
  383. position: relative
  384. }
  385. sec img {
  386. max-width: 100%
  387. }
  388. blockquote {
  389. border-left: 1px solid #ffcc00;
  390. margin: 0;
  391. padding: 0 0 0 20px;
  392. font-style: italic
  393. }
  394. code {
  395. font-family: 'Lucida Sans', Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
  396. font-size: 13px;
  397. color: #efefef;
  398. text-shadow: 0px 1px 0px #000;
  399. margin: 0 4px;
  400. padding: 2px 6px;
  401. background: #333;
  402. border-radius: 2px
  403. }
  404. pre {
  405. padding: 8px 15px;
  406. background: #333333;
  407. border-radius: 3px;
  408. border: 1px solid #c7c7c7;
  409. overflow: auto;
  410. overflow-y: hidden
  411. }
  412. pre code {
  413. margin: 0px;
  414. padding: 0px
  415. }
  416. table {
  417. width: 100%;
  418. border-collapse: collapse
  419. }
  420. th {
  421. text-align: left;
  422. padding: 5px 10px;
  423. border-bottom: 1px solid #e5e5e5;
  424. color: #444
  425. }
  426. td {
  427. text-align: left;
  428. padding: 5px 10px;
  429. border-bottom: 1px solid #e5e5e5;
  430. border-right: 1px solid #ffcc00
  431. }
  432. td:first-child {
  433. border-left: 1px solid #ffcc00
  434. }
  435. hr {
  436. border: 0;
  437. outline: none;
  438. height: 11px;
  439. background: transparent center center repeat-x;
  440. margin: 0 0 20px
  441. }
  442. hr.fatline {
  443. color: yellow;
  444. background-color: #336699;
  445. height: 4px;
  446. margin-right: 0;
  447. text-align: right;
  448. border: 1px dashed black;
  449. }
  450. hr.thinline {
  451. background-color: #336699;
  452. height: 1px;
  453. margin-right: 0;
  454. text-align: right;
  455. }
  456. dt {
  457. color: #444;
  458. font-weight: 700
  459. }
  460. header {
  461. padding: 25px 20px 40px 20px;
  462. margin: 0;
  463. position: fixed;
  464. top: 0;
  465. left: 0;
  466. right: 0;
  467. width: 100%;
  468. text-align: center;
  469. background: #4276b6;
  470. box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.75);
  471. z-index: 99;
  472. -webkit-font-smoothing: antialiased;
  473. min-height: 76px
  474. }
  475. header h1 {
  476. font: 40px/48px 'Copse', "Helvetica Neue", Helvetica, Arial, sans-serif;
  477. color: #f3f3f3;
  478. text-shadow: 0px 2px 0px #235796;
  479. margin: 0px;
  480. white-space: nowrap;
  481. overflow: hidden;
  482. text-overflow: ellipsis;
  483. -o-text-overflow: ellipsis;
  484. -ms-text-overflow: ellipsis
  485. }
  486. header p {
  487. color: #d8d8d8;
  488. text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
  489. margin: 0px
  490. }
  491. #banner {
  492. z-index: 100;
  493. left: 0;
  494. right: 50%;
  495. height: 50px;
  496. margin-right: -382px;
  497. position: fixed;
  498. top: 115px;
  499. background: #1876dfff;
  500. border: 1px solid #00000000;
  501. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  502. border-radius: 0px 2px 2px 0px;
  503. padding-right: 10px
  504. }
  505. #banner .button {
  506. border: 1px solid #dba500;
  507. background: linear_gradient(#ffe788, #ffce38);
  508. border-radius: 2px;
  509. box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.4), 0px 1px 1px rgba(0, 0, 0, 0.1);
  510. background-color: #FFE788;
  511. margin-left: 5px;
  512. padding: 10px 12px;
  513. margin-top: 6px;
  514. line-height: 14px;
  515. font-size: 14px;
  516. color: #333;
  517. font-weight: bold;
  518. display: inline-block;
  519. text-align: center
  520. }
  521. #banner .button:hover {
  522. background: linear_gradient(#ffe788, #ffe788);
  523. background-color: #ffeca0
  524. }
  525. #banner .fork {
  526. position: fixed;
  527. left: 50%;
  528. margin-left: -325px;
  529. padding: 10px 12px;
  530. margin-top: 6px;
  531. line-height: 14px;
  532. font-size: 14px;
  533. background-color: #FFE788
  534. }
  535. #banner .downloads {
  536. float: right;
  537. margin: 0 45px 0 0
  538. }
  539. #banner .downloads span {
  540. float: left;
  541. line-height: 52px;
  542. font-size: 90%;
  543. color: #9d7f0d;
  544. text-transform: uppercase;
  545. text-shadow: rgba(255, 255, 255, 0.2) 0 1px 0
  546. }
  547. #banner ul {
  548. list-style: none;
  549. height: 40px;
  550. padding: 0;
  551. float: left;
  552. margin-left: 10px
  553. }
  554. #banner ul li {
  555. display: inline
  556. }
  557. #banner ul li a.button {
  558. background-color: #FFE788
  559. }
  560. #banner #logo {
  561. position: absolute;
  562. height: 36px;
  563. width: 36px;
  564. right: 7px;
  565. top: 7px;
  566. display: block;
  567. }
  568. .navWrapper {
  569. margin-top: 190px;
  570. position: relative
  571. }
  572. sec {
  573. width: 800px;
  574. padding: 30px 30px 50px 30px;
  575. margin: 20px 0;
  576. margin-top: 190px;
  577. position: relative;
  578. background: #fbfbfb;
  579. border-radius: 3px;
  580. border: 1px solid #cbcbcb;
  581. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09), inset 0px 0px 2px 2px rgba(255, 255, 255, 0.5), inset 0 0 5px 5px rgba(255, 255, 255, 0.4)
  582. }
  583. navigationContainer {
  584. width: 75%;
  585. padding: 30px 30px 50px 30px;
  586. margin: 0 auto;
  587. display: block;
  588. background: #fbfbfb;
  589. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09), inset 0px 0px 2px 2px rgba(255, 255, 255, 0.5), inset 0 0 5px 5px rgba(255, 255, 255, 0.4)
  590. }
  591. small {
  592. font-size: 12px
  593. }
  594. nav {
  595. width: 230px;
  596. position: fixed;
  597. top: 220px;
  598. left: 50%;
  599. margin-left: -580px;
  600. text-align: right
  601. }
  602. nav ul {
  603. list-style: none;
  604. list-style-image: none;
  605. font-size: 14px;
  606. line-height: 24px
  607. }
  608. nav ul li {
  609. padding: 5px 0px;
  610. line-height: 16px
  611. }
  612. nav ul li.tag-h1 {
  613. font-size: 1.2em
  614. }
  615. nav ul li.tag-h1 a {
  616. font-weight: bold;
  617. color: #333
  618. }
  619. nav ul li.tag-h2+.tag-h1 {
  620. margin-top: 10px
  621. }
  622. nav ul a {
  623. color: #666
  624. }
  625. nav ul a:hover {
  626. color: #999
  627. }
  628. footer {
  629. width: 180px;
  630. position: fixed;
  631. left: 50%;
  632. margin-left: -530px;
  633. bottom: 20px;
  634. text-align: right;
  635. line-height: 16px
  636. }
  637. @media print,
  638. screen and (max-width: 1060px) {
  639. div.wrapper {
  640. width: auto;
  641. margin: 0
  642. }
  643. nav {
  644. display: none
  645. }
  646. header,
  647. sec,
  648. footer {
  649. float: none
  650. }
  651. header h1,
  652. sec h1,
  653. footer h1 {
  654. white-space: nowrap;
  655. overflow: hidden;
  656. text-overflow: ellipsis;
  657. -o-text-overflow: ellipsis;
  658. -ms-text-overflow: ellipsis
  659. }
  660. #banner {
  661. width: 100%
  662. }
  663. #banner .downloads {
  664. margin-right: 60px
  665. }
  666. #banner #logo {
  667. margin-right: 15px
  668. }
  669. sec {
  670. border: 1px solid #e5e5e5;
  671. border-width: 1px 0;
  672. padding: 20px auto;
  673. margin: 190px auto 20px;
  674. max-width: 600px
  675. }
  676. footer {
  677. text-align: center;
  678. margin: 20px auto;
  679. position: relative;
  680. left: auto;
  681. bottom: auto;
  682. width: auto
  683. }
  684. }
  685. @media print,
  686. screen and (max-width: 720px) {
  687. body {
  688. word-wrap: break-word
  689. }
  690. header {
  691. padding: 20px 20px;
  692. margin: 0
  693. }
  694. header h1 {
  695. font-size: 32px;
  696. white-space: nowrap;
  697. overflow: hidden;
  698. text-overflow: ellipsis;
  699. -o-text-overflow: ellipsis;
  700. -ms-text-overflow: ellipsis
  701. }
  702. header p {
  703. display: none
  704. }
  705. #banner {
  706. top: 80px
  707. }
  708. #banner .fork {
  709. float: left;
  710. display: inline-block;
  711. margin-left: 0px;
  712. position: fixed;
  713. left: 20px
  714. }
  715. sec {
  716. margin-top: 130px;
  717. margin-bottom: 0px;
  718. width: auto
  719. }
  720. header ul,
  721. header p.view {
  722. position: static
  723. }
  724. }
  725. @media print,
  726. screen and (max-width: 480px) {
  727. header {
  728. position: relative;
  729. padding: 5px 0px;
  730. min-height: 0px
  731. }
  732. header h1 {
  733. font-size: 24px;
  734. white-space: nowrap;
  735. overflow: hidden;
  736. text-overflow: ellipsis;
  737. -o-text-overflow: ellipsis;
  738. -ms-text-overflow: ellipsis
  739. }
  740. sec {
  741. margin-top: 5px
  742. }
  743. #banner {
  744. display: none
  745. }
  746. header ul {
  747. display: none
  748. }
  749. }
  750. @media print {
  751. body {
  752. padding: 0.4in;
  753. font-size: 12pt;
  754. color: #444
  755. }
  756. }
  757. @media print,
  758. screen and (max-height: 680px) {
  759. footer {
  760. text-align: center;
  761. margin: 20px auto;
  762. position: relative;
  763. left: auto;
  764. bottom: auto;
  765. width: auto
  766. }
  767. }
  768. @media print,
  769. screen and (max-height: 480px) {
  770. nav {
  771. display: none
  772. }
  773. footer {
  774. text-align: center;
  775. margin: 20px auto;
  776. position: relative;
  777. left: auto;
  778. bottom: auto;
  779. width: auto
  780. }
  781. }