LV2 Extensions
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

685 lines
13KB

  1. /* Pygments Style */
  2. .hll { background-color: #ffffcc }
  3. .c { color: #408080; font-style: italic } /* Comment */
  4. .err { border: 1px solid #FF0000 } /* Error */
  5. .k { color: #BB712B; } /* Keyword */
  6. .o { color: #666666 } /* Operator */
  7. .cm { color: #408080; font-style: italic } /* Comment.Multiline */
  8. .cp { color: #D33682 } /* Comment.Preproc */
  9. .c1 { color: #408080; font-style: italic } /* Comment.Single */
  10. .cs { color: #408080; font-style: italic } /* Comment.Special */
  11. .gd { color: #A00000 } /* Generic.Deleted */
  12. .ge { font-style: italic } /* Generic.Emph */
  13. .gr { color: #FF0000 } /* Generic.Error */
  14. .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  15. .gi { color: #00A000 } /* Generic.Inserted */
  16. .go { color: #808080 } /* Generic.Output */
  17. .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
  18. .gs { font-weight: bold } /* Generic.Strong */
  19. .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  20. .gt { color: #0040D0 } /* Generic.Traceback */
  21. .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
  22. .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
  23. .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
  24. .kp { color: #008000 } /* Keyword.Pseudo */
  25. .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
  26. .kt { color: #3E873E } /* Keyword.Type */
  27. .m { color: #666666 } /* Literal.Number */
  28. .s { color: #BA2121 } /* Literal.String */
  29. .na { color: #7D9029 } /* Name.Attribute */
  30. .nb { color: #008000 } /* Name.Builtin */
  31. .nc { color: #000000; font-weight: bold } /* Name.Class */
  32. .no { color: #880000 } /* Name.Constant */
  33. .nd { color: #AA22FF } /* Name.Decorator */
  34. .ni { color: #999999; font-weight: bold } /* Name.Entity */
  35. .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
  36. .nf { color: #222222; font-weight: bold } /* Name.Function */
  37. .nl { color: #A0A000 } /* Name.Label */
  38. .nn { color: #000000 } /* Name.Namespace */
  39. .nt { color: #334433; } /* Name.Tag */
  40. .nv { color: #19177C } /* Name.Variable */
  41. .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
  42. .w { color: #bbbbbb } /* Text.Whitespace */
  43. .mf { color: #666666 } /* Literal.Number.Float */
  44. .mh { color: #666666 } /* Literal.Number.Hex */
  45. .mi { color: #666666 } /* Literal.Number.Integer */
  46. .mo { color: #666666 } /* Literal.Number.Oct */
  47. .sb { color: #BA2121 } /* Literal.String.Backtick */
  48. .sc { color: #BA2121 } /* Literal.String.Char */
  49. .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
  50. .s2 { color: #BA2121 } /* Literal.String.Double */
  51. .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
  52. .sh { color: #BA2121 } /* Literal.String.Heredoc */
  53. .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
  54. .sx { color: #008000 } /* Literal.String.Other */
  55. .sr { color: #BB6688 } /* Literal.String.Regex */
  56. .s1 { color: #BA2121 } /* Literal.String.Single */
  57. .ss { color: #19177C } /* Literal.String.Symbol */
  58. .bp { color: #008000 } /* Name.Builtin.Pseudo */
  59. .vc { color: #19177C } /* Name.Variable.Class */
  60. .vg { color: #19177C } /* Name.Variable.Global */
  61. .vi { color: #19177C } /* Name.Variable.Instance */
  62. .il { color: #666666 } /* Literal.Number.Integer.Long */
  63. .p { color: #999999 } /* Punctuation */
  64. /* Specgen style */
  65. html, body {
  66. font-family: sans-serif;
  67. font-size: 100%;
  68. background-color: #fff;
  69. color: #000;
  70. margin: 0;
  71. padding: 0;
  72. max-width: 60em;
  73. margin-left: auto;
  74. margin-right: auto;
  75. }
  76. a:link, a:visited {
  77. text-decoration: none;
  78. }
  79. a:link {
  80. color: #3D8C57;
  81. }
  82. a:visited {
  83. color: #50755E;
  84. }
  85. a:hover {
  86. text-decoration: underline;
  87. }
  88. img {
  89. border: 0;
  90. }
  91. h1, h2, h3, h4, h5, h6 {
  92. line-height: 1em;
  93. margin: 0.75em 0 0.5em 0;
  94. }
  95. h1 {
  96. font-size: 180%;
  97. font-weight: 900;
  98. }
  99. h2 {
  100. font-size: 140%;
  101. font-weight: 700;
  102. }
  103. h3 {
  104. font-size: 120%;
  105. font-weight: 700;
  106. }
  107. h4 {
  108. font-size: 110%;
  109. font-weight: 700;
  110. }
  111. h5 {
  112. font-size: 100%;
  113. font-weight: 700;
  114. }
  115. h6 {
  116. font-size: 100%;
  117. font-weight: 600;
  118. }
  119. #titlebox, #meta {
  120. display: inline-block;
  121. }
  122. #titlebox{
  123. display: inline-block;
  124. width: 75%;
  125. left: 0;
  126. top: 0;
  127. }
  128. #meta{
  129. display: inline-block;
  130. position: absolute;
  131. right: 0;
  132. top: 0;
  133. padding: 0.125em;
  134. font-size: x-small;
  135. border-style: hidden;
  136. }
  137. #meta tr, #meta th, #meta td {
  138. border: 0;
  139. font-weight: normal;
  140. padding: 0.125em 0.25em 0.125em 0.25em;
  141. background-color: transparent;
  142. }
  143. #meta th {
  144. text-align: right;
  145. }
  146. #meta th:after {
  147. content: ": ";
  148. }
  149. #subtitle {
  150. font-size: small;
  151. }
  152. #shortdesc {
  153. font-size: small;
  154. margin-top: 0.25em;
  155. }
  156. #logo {
  157. height: 63px;
  158. margin-left: 1em;
  159. margin-top: 10px;
  160. width: 100px;
  161. }
  162. #content-body {
  163. border-bottom: 0;
  164. display: block;
  165. font-size: 75%;
  166. left: 0;
  167. margin-left: 2em;
  168. min-width: 660px;
  169. padding: 3px 10px 0 0;
  170. position: absolute;
  171. top: 63px;
  172. width: 93.900002%;
  173. z-index: 0;
  174. }
  175. #body-main {
  176. font-size: 100%;
  177. line-height: 1.4em;
  178. margin-left: 19em;
  179. padding: 0 .55em 40px 0;
  180. }
  181. #left-hand-navigation {
  182. left: 1ex;
  183. position: absolute;
  184. top: 100px;
  185. z-index: 1;
  186. }
  187. #menu {
  188. font-size: 75%;
  189. margin-bottom: 5px;
  190. padding: 0;
  191. width: 16em;
  192. }
  193. #menu ul {
  194. border: 0;
  195. list-style: none;
  196. margin: 0;
  197. padding: 0;
  198. }
  199. #menu ul.level-one a {
  200. background-color: #f5f5f5;
  201. border: 1px solid #dadada;
  202. color: #4b5a6a;
  203. display: block;
  204. margin: 0 0 4px 1.4em;
  205. padding: 2px 2px 2px 4px;
  206. text-transform: uppercase;
  207. width: 13.4em!important;
  208. }
  209. #menu ul.level-one a.selected {
  210. background-color: #FFF;
  211. border-left: 3px solid #ffdb4c;
  212. color: #000;
  213. }
  214. #menu ul.level-two li:first-child a {
  215. border-top: 0;
  216. }
  217. #menu ul.level-two a {
  218. background: none;
  219. background-color: transparent;
  220. border: 0;
  221. border-top: 1px solid #ddd;
  222. color: #3c4b7b;
  223. display: block;
  224. margin: 0 3em 0 1.5em;
  225. padding: .1em;
  226. text-transform: none;
  227. width: 11em!important;
  228. }
  229. #menu ul.level-two a:visited {
  230. color: #4c3b5b;
  231. }
  232. #menu ul.level-one ul.level-two a.selected {
  233. background-color: #FFF;
  234. border-left: 0;
  235. color: #000;
  236. font-weight: 700;
  237. }
  238. #menu li ul {
  239. margin-bottom: 7px;
  240. }
  241. #menu a {
  242. text-decoration: none;
  243. }
  244. #menu ul.level-three a {
  245. border: 0;
  246. color: #5e72a5;
  247. display: block;
  248. font-size: 95%;
  249. margin: 0 3em 0 1.8em;
  250. padding: .1em .1em .1em 1em;
  251. width: 10em!important;
  252. }
  253. #menu ul.level-three li.selected a.selected {
  254. color: #000;
  255. font-weight: 400;
  256. }
  257. #menu ul.level-three {
  258. margin-top: 5px;
  259. }
  260. #left-hand-navigation h4 {
  261. color: #4c5b6b;
  262. font-size: 77%;
  263. margin: .2em 0 .3em;
  264. padding: .4em 0 0 1.5em;
  265. }
  266. #left-hand-navigation h4 a {
  267. color: #4c5b6b;
  268. font-weight: 700;
  269. text-decoration: none;
  270. }
  271. #body-main ul, #body-main li {
  272. margin-left: 1em;
  273. padding-left: 0;
  274. }
  275. #utility-menu {
  276. font-size: 88%;
  277. height: 85px;
  278. margin: 0;
  279. padding: 0;
  280. position: absolute;
  281. right: 4%;
  282. top: 0;
  283. width: 400px;
  284. z-index: 1;
  285. }
  286. #utility-menu a {
  287. color: #436a85;
  288. padding: 0 .5em;
  289. text-decoration: none;
  290. }
  291. #utility-menu a:hover {
  292. text-decoration: underline;
  293. }
  294. #utility-menu #screen-switcher {
  295. bottom: 0;
  296. margin: 0;
  297. padding: 0;
  298. position: absolute;
  299. right: 0;
  300. }
  301. #screen-switcher dl {
  302. margin: 0;
  303. padding: 0;
  304. }
  305. #searchbox {
  306. font-weight: 700;
  307. position: absolute;
  308. right: 0;
  309. text-align: right;
  310. top: 0;
  311. vertical-align: middle;
  312. white-space: nowrap;
  313. width: 28.1em;
  314. }
  315. #search {
  316. color: #a38e60;
  317. padding: 5px 5px 0 0;
  318. }
  319. #search .input-text {
  320. background-color: #FFF;
  321. border: 1px solid #c4cccc;
  322. font-size: 116%;
  323. font-weight: 400;
  324. margin-top: 3px;
  325. vertical-align: top;
  326. width: 11em;
  327. }
  328. #search .input-button {
  329. background-color: #f8f7f7;
  330. border-bottom: 1px solid #6f7777;
  331. border-left: 1px solid #c4cccc;
  332. border-right: 1px solid #6f7777;
  333. border-top: 1px solid #c4cccc;
  334. color: #234;
  335. font-weight: 700;
  336. margin: 3px .4em 0;
  337. padding: 0 .2em;
  338. vertical-align: text-top;
  339. }
  340. input.formbutton {
  341. background-color: #f8f7f7;
  342. border-bottom: 1px solid #6f7777;
  343. border-left: 1px solid #c4cccc;
  344. border-right: 1px solid #6f7777;
  345. border-top: 1px solid #c4cccc;
  346. color: #234;
  347. font-weight: 700;
  348. vertical-align: text-top;
  349. }
  350. .formtextinput {
  351. background-color: #FFF;
  352. border: 1px solid #c4cccc;
  353. font-size: 116%;
  354. font-weight: 400;
  355. vertical-align: top;
  356. }
  357. div#content table {
  358. clear: right;
  359. }
  360. #body-main h1.pageheading {
  361. margin: 40px 0 10px;
  362. }
  363. .content-section {
  364. margin-top: 15px;
  365. }
  366. .content-section h1 {
  367. margin: 0 0 10px;
  368. }
  369. .content-section p {
  370. margin: 0 0 5px;
  371. padding-left: 12px;
  372. }
  373. .content-section .pubdate {
  374. color: #696969;
  375. margin: 0 0 8px;
  376. padding: 0 0 0 12px;
  377. }
  378. blockquote {
  379. border-left: 1px solid #ccc;
  380. margin-left: 1em;
  381. padding-left: 1em;
  382. }
  383. #utility-menu dl {
  384. font-size: 80%;
  385. font-weight: 700;
  386. text-align: right;
  387. }
  388. #utility-menu dd {
  389. display: inline;
  390. font-weight: 400;
  391. margin: 0;
  392. padding: 0 0 0 8px;
  393. }
  394. #utility-menu dd a {
  395. color: #888;
  396. margin: 0;
  397. padding: 0;
  398. }
  399. #utility-menu dt {
  400. margin: 0;
  401. }
  402. #footer {
  403. bottom: 0;
  404. clear: both;
  405. font-size: x-small;
  406. margin: 2em 0 0;
  407. padding: 0 1em 1em 1em;
  408. vertical-align: top;
  409. background-color: #222;
  410. color: #FFF;
  411. background: linear-gradient(to bottom, #444 0%, #000 100%);
  412. border-top: solid 2px #444;
  413. border-left: solid 2px #444;
  414. border-right: solid 2px #444;
  415. border-radius: 6px 6px 0 0;
  416. }
  417. #footer div {
  418. padding-top: 1em;
  419. }
  420. #searchbox a.reference, #searchbox span.reference {
  421. color: #339;
  422. font-size: 85%;
  423. font-weight: 400;
  424. position: absolute;
  425. right: 8.3em;
  426. text-decoration: none;
  427. top: 2.9em;
  428. }
  429. #body-main .success p {
  430. margin: 4px 8px;
  431. }
  432. body {
  433. background: #FFF;
  434. color: #000;
  435. margin: 0;
  436. }
  437. :link {
  438. background: transparent;
  439. color: #00C;
  440. }
  441. :visited {
  442. background: transparent;
  443. color: #609;
  444. }
  445. a:active {
  446. background: transparent;
  447. color: #C00;
  448. }
  449. .sec {
  450. color: #000;
  451. margin: 0.5em 0 0.5em 0;
  452. padding: 1ex 0 0.5ex 0;
  453. }
  454. ul, ol {
  455. margin-top: 0;
  456. padding-top: 0;
  457. margin: 0 0 0.5ex 0;
  458. }
  459. #contents {
  460. margin-top: 0.25em;
  461. padding: 0.25ex 0 0 0;
  462. vertical-align: middle;
  463. font-size: small;
  464. }
  465. #topbar {
  466. background-color: #222;
  467. background: linear-gradient(to bottom, #444 0%, #000 100%);
  468. border-bottom: solid 2px #333;
  469. border-left: solid 2px #333;
  470. border-right: solid 2px #333;
  471. border-radius: 0 0 6px 6px;
  472. color: #EEE;
  473. margin: 0;
  474. margin-left: auto;
  475. margin-right: auto;
  476. padding: 0.25em 0.5em 0em 0.5em;
  477. max-width: 60em;
  478. position: relative;
  479. }
  480. #topbar a, #topbar a:visited {
  481. color: #70957E;
  482. }
  483. #title {
  484. font-size: 200%;
  485. font-weight: 700;
  486. margin: 0;
  487. padding: 0;
  488. }
  489. #title a, #title a:visited {
  490. color: #FFF;
  491. }
  492. #contents li {
  493. display: inline;
  494. list-style-type: none;
  495. margin-right: 1.25em;
  496. padding: 0.25ex;
  497. }
  498. .content {
  499. margin: 0 2em 0 2em;
  500. max-width: 60em;
  501. margin-left: auto;
  502. margin-right: auto;
  503. }
  504. .label {
  505. font-style: italic;
  506. margin: 1ex 0;
  507. }
  508. .index {
  509. margin-left: 1em;
  510. border-collapse: initial;
  511. border-spacing: 0;
  512. border-radius: 6px;
  513. }
  514. .index th {
  515. color: #FFF;
  516. background-color: #222;
  517. background: linear-gradient(to bottom, #444 0%, #000 100%);
  518. border: 0;
  519. border-right: solid 1px #333;
  520. border-bottom: solid 1px #333;
  521. }
  522. .index td {
  523. vertical-align: top;
  524. border: 0;
  525. border-right: solid 1px #DDD;
  526. border-bottom: solid 1px #DDD;
  527. }
  528. .index td:first-child {
  529. border-left: solid 1px #DDD;
  530. }
  531. .index ul {
  532. padding-left: 1em;
  533. border-collapse: initial;
  534. }
  535. .index thead tr th:first-child {
  536. border-radius: 6px 0 0 0;
  537. }
  538. .index thead tr th:last-child {
  539. border-radius: 0 6px 0 0;
  540. }
  541. .index tbody tr:last-child td:first-child {
  542. border-radius:0 0 0 6px;
  543. }
  544. .index tbody tr:last-child td:last-child {
  545. border-radius:0 0 6px 0;
  546. }
  547. .prop {
  548. margin: 0;
  549. padding: 0;
  550. }
  551. .description {
  552. margin-bottom: 0.75em;
  553. }
  554. .blankdesc {
  555. margin: 0;
  556. padding: 0;
  557. }
  558. .blankterm {
  559. padding-right: .5em;
  560. }
  561. .terminfo, .restriction {
  562. border-collapse: collapse;
  563. border-style: hidden;
  564. }
  565. .restriction {
  566. margin: 0 0 0.5ex 0;
  567. padding: 0;
  568. vertical-align: text-top;
  569. }
  570. .restriction td {
  571. vertical-align: text-top;
  572. }
  573. .terminfo th {
  574. padding: 0.25em 0.75em 0.125em 0;
  575. border: 0;
  576. border-bottom: 1px solid #ddd;
  577. }
  578. .terminfo td {
  579. padding: 0;
  580. border: 0;
  581. border-bottom: 1px solid #ddd;
  582. }
  583. .specterm {
  584. background-color: #FBFBFB;
  585. border: 0;
  586. border: 1px solid #333;
  587. margin: 0;
  588. padding: 0;
  589. margin-bottom: 1em;
  590. border-radius: 6px 6px 6px 6px;
  591. }
  592. .specterm h3 {
  593. padding: 0.25ex;
  594. margin: 0;
  595. background-color: #F3F3F3;
  596. color: #FFF;
  597. background-color: #222;
  598. background: linear-gradient(to bottom, #444 0%, #000 100%);
  599. border: solid 1px #333;
  600. border-radius: 6px 6px 0 0;
  601. }
  602. .spectermbody {
  603. padding: 0 1em 1ex 1em;
  604. }
  605. dl {
  606. margin: 0;
  607. padding: 0;
  608. }
  609. dt {
  610. font-weight: 700;
  611. margin-top: .75ex;
  612. }
  613. hr {
  614. background-color: silver;
  615. border: 0;
  616. color: gray;
  617. height: 1px;
  618. margin-bottom: 1.5ex;
  619. margin-top: 1.5ex;
  620. }
  621. div.head {
  622. margin-bottom: 1em;
  623. }
  624. div.head h1 {
  625. clear: both;
  626. margin-top: 2em;
  627. }
  628. div.head table {
  629. margin-left: 2em;
  630. margin-top: 2em;
  631. }
  632. table {
  633. border-collapse: collapse;
  634. border-style: hidden;
  635. border-spacing: 0;
  636. margin: 0;
  637. border: 0;
  638. }
  639. th {
  640. background-color: #F8F8F8;
  641. }
  642. td, th {
  643. border: 1px solid #ddd;
  644. padding: 0.25em 0.5em 0.25em 0.5em;
  645. }
  646. th {
  647. font-weight: bold;
  648. text-align: left;
  649. }
  650. pre {
  651. margin: 1em 1em 1em 4em;
  652. padding: 0;
  653. }
  654. code {
  655. color: #373;
  656. font-family: fixed,monospace;
  657. font-weight: 500;
  658. }
  659. #menu li, #searchbox form, ul#iconbar li, #body-main .success p a {
  660. display: inline;
  661. }
  662. #menu ul.level-one a:hover, #menu ul.level-two a:hover, #menu ul.level-three a:hover, #left-hand-navigation h4 a:hover {
  663. color: #000;
  664. text-decoration: underline;
  665. }
  666. h1, h2, h3, h4, h5, h6, th {
  667. text-align: left;
  668. }
  669. .error {
  670. color: red;
  671. font-weight: bold;
  672. }
  673. .warning {
  674. color: orange;
  675. font-weight: bold;
  676. }
  677. .success {
  678. color: green;
  679. font-weight: bold;
  680. }