docbook.css 20 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193
  1. /* @@TITLE@@ version @@VERSION@@
  2. *
  3. * This is docbook.css.
  4. *
  5. * See https://xsltng.docbook.org/
  6. *
  7. */
  8. :root {
  9. --table-border-style: 1px solid black;
  10. --numbered-separator-style: 1px solid #dfdfdf;
  11. --numbered-number-color: #dfdfdf;
  12. --numbered-background-color: #f0f0f0;
  13. --verbatim-odd-background-color: #f4f4f4;
  14. --verbatim-even-background-color: inherit;
  15. --sidebar-background-color: #f0f0f0;
  16. --nav-background-color: #fdfdfd;
  17. --border-grey: #afafaf;
  18. --symbol-fonts: "Arial Unicode", "Apple Symbols", "Symbol", "Symbola_hint";
  19. --body-family: "Noto Serif", serif, var(--symbol-fonts);
  20. --title-family: "Noto Sans", sans-serif, var(--symbol-fonts);
  21. --mono-family: "B612 Mono", monospace, var(--symbol-fonts);
  22. --revadded-background-color: #cfffcf;
  23. --revadded-before: "<ins>";
  24. --revadded-after: "</ins>";
  25. --revchanged-background-color: #ffffcf;
  26. --revchanged-before: "<chg>";
  27. --revchanged-after: "</chg>";
  28. --revdeleted-background-color: #ffcfcf;
  29. --revdeleted-before: "<del>";
  30. --revdeleted-after: "</del>";
  31. --note-border-color: #d3d3d3;
  32. --note-border-style: 2pt solid var(--note-border-color);
  33. --note-background-color: inherit;
  34. --tip-border-color: #d3d3d3;
  35. --tip-border-style: 2pt solid var(--tip-border-color);
  36. --tip-background-color: inherit;
  37. --important-border-color: #ffd300;
  38. --important-border-style: 2pt solid var(--important-border-color);
  39. --important-background-color: #ffffe0;
  40. --caution-border-color: #ffd300;
  41. --caution-border-style: 2pt solid var(--caution-border-color);
  42. --caution-background-color: #ffffe0;
  43. --warning-border-color: #d30000;
  44. --warning-border-style: 2pt solid var(--warning-border-color);
  45. --warning-background-color: #ffe0e0;
  46. --danger-border-color: #d30000;
  47. --danger-border-style: 2pt solid var(--danger-border-color);
  48. --danger-background-color: #ffe0e0;
  49. }
  50. html {
  51. padding: 0;
  52. margin-top: 0;
  53. margin-bottom: 0;
  54. margin-left: auto;
  55. margin-right: auto;
  56. font-family: var(--body-family);
  57. }
  58. body {
  59. padding-top: 0;
  60. padding-left: 0;
  61. padding-right: 0;
  62. padding-bottom: 0;
  63. margin-top: 0;
  64. margin-bottom: 0;
  65. margin-left: 1rem;
  66. margin-right: 1rem;
  67. }
  68. .error * {
  69. background-color: #ffafaf;
  70. color: black;
  71. padding-left: 2px;
  72. padding-right: 2px;
  73. }
  74. span.error {
  75. display: inline-block;
  76. border: 1px solid #ff0000;
  77. border-radius: 4px;
  78. padding: 2px;
  79. margin-right: 0.5em;
  80. }
  81. span.error::before {
  82. content: " ☞ ";
  83. }
  84. span.error::after {
  85. content: " ☜ ";
  86. }
  87. span.error.broken-link::after {
  88. content: " 🔗 ";
  89. }
  90. .firstterm {
  91. font-weight: bold;
  92. }
  93. .trademark::after {
  94. content: "™";
  95. }
  96. .trademark.trade::after {
  97. content: "™";
  98. }
  99. .trademark.copyright::after {
  100. content: "©";
  101. vertical-align: super;
  102. font-size: 85%;
  103. }
  104. .trademark.registered::after {
  105. content: "®";
  106. vertical-align: super;
  107. font-size: 85%;
  108. }
  109. .trademark.service::after {
  110. content: "℠";
  111. vertical-align: super;
  112. }
  113. .literal {
  114. white-space: nowrap;
  115. }
  116. .nobreak {
  117. white-space: nowrap;
  118. }
  119. .break {
  120. white-space: normal;
  121. }
  122. .xlink-arc-list {
  123. display: none;
  124. }
  125. /* ============================================================ */
  126. .debug {
  127. display: block;
  128. padding-top: 1em;
  129. padding-bottom: 1em;
  130. padding-left: 1em;
  131. background-color: #ffdfdf;
  132. }
  133. .remark {
  134. border: 1px solid #ffdfdf;
  135. border-radius: 3px;
  136. padding-left: 4px;
  137. padding-right: 4px;
  138. background: repeating-linear-gradient(
  139. 135deg,
  140. transparent,
  141. transparent 5px,
  142. #ffefef 5px,
  143. #ffefef 10px
  144. );
  145. }
  146. span.remark {
  147. margin-left: 0.5em;
  148. margin-right: 0.5em;
  149. }
  150. .keycap {
  151. font-family: var(--mono-family);
  152. background-color: var(--verbatim-odd-background-color);
  153. border: 1px solid var(--numbered-number-color);
  154. border-radius: 3px;
  155. padding-top: 0.1em;
  156. padding-bottom: 0.1em;
  157. padding-left: 0.3em;
  158. padding-right: 0.3em;
  159. margin: 0;
  160. font-size: 85%;
  161. box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
  162. }
  163. code {
  164. font-family: var(--mono-family);
  165. background-color: var(--verbatim-odd-background-color);
  166. border: 1px solid var(--numbered-number-color);
  167. border-radius: 6px;
  168. padding-top: 0.1em;
  169. padding-bottom: 0.1em;
  170. padding-left: 0.3em;
  171. padding-right: 0.3em;
  172. margin: 0;
  173. font-size: 85%;
  174. }
  175. pre code {
  176. border: none;
  177. background-color: inherit;
  178. padding: inherit;
  179. font-size: inherit;
  180. margin: inherit;
  181. }
  182. .userinput {
  183. font-weight: bold;
  184. }
  185. a, a:visited {
  186. color: inherit;
  187. }
  188. a.pmuj {
  189. text-decoration: none;
  190. }
  191. .xref-area,
  192. .xref-areaset,
  193. .xref-co {
  194. text-decoration: none;
  195. }
  196. .xref {
  197. font-style: italic;
  198. }
  199. .xref-area,
  200. .xref-areaset,
  201. .xref-co,
  202. .xref-step,
  203. .xref-listitem {
  204. font-style: normal;
  205. }
  206. .xref .prefix,
  207. .xref .sep,
  208. .xref-question .label,
  209. .xref-answer .label {
  210. font-style: normal;
  211. }
  212. .footnote-number a,
  213. .footnote-number a:visited {
  214. text-decoration: none;
  215. }
  216. /* ============================================================ */
  217. h1, h2, h3, h4, h5, h6 {
  218. font-family: var(--title-family);
  219. font-weight: 600;
  220. font-style: normal;
  221. }
  222. h1 { font-weight: 400;
  223. margin-top: 4rem;
  224. margin-bottom: 1.5rem;
  225. font-size: 3.2rem;
  226. line-height: 1;
  227. }
  228. h2 { font-weight: 400;
  229. margin-top: 2.1rem;
  230. margin-bottom: 2rem;
  231. font-size: 2.2rem;
  232. line-height: 1;
  233. }
  234. h3 { font-weight: 400;
  235. font-size: 1.7rem;
  236. margin-top: 2rem;
  237. margin-bottom: 0;
  238. line-height: 1;
  239. }
  240. h4 { font-weight: 400;
  241. font-size: 1.5rem;
  242. margin-top: 2rem;
  243. margin-bottom: 0;
  244. line-height: 1;
  245. }
  246. h5 { font-weight: 400;
  247. font-size: 1.0rem;
  248. margin-top: 1.5rem;
  249. margin-bottom: 0;
  250. line-height: 1;
  251. }
  252. h6 { font-weight: 400;
  253. font-size: 1.0rem;
  254. margin-top: 1.5rem;
  255. margin-bottom: 0;
  256. line-height: 1;
  257. }
  258. div .title {
  259. font-weight: bold;
  260. font-family: var(--title-family);
  261. margin-bottom: 0.5em;
  262. }
  263. .book > .list-of-titles > .lot > .title,
  264. .part > .list-of-titles > .lot > .title {
  265. font-weight: 400;
  266. font-size: 1.5rem;
  267. margin-top: 2rem;
  268. margin-bottom: 1rem;
  269. line-height: 1;
  270. }
  271. header .authorgroup {
  272. margin-bottom: 2rem;
  273. }
  274. /* ============================================================ */
  275. .article > header {
  276. text-align: center;
  277. margin-bottom: 2em;
  278. }
  279. .article > header .abstract {
  280. text-align: left;
  281. margin-left: 5em;
  282. margin-right: 5em;
  283. border: 1px solid var(--border-grey);
  284. padding-left: 1em;
  285. padding-right: 1em;
  286. border-radius: 0.5em;
  287. }
  288. .book > header {
  289. margin-bottom: 2rem;
  290. margin-top: 1rem;
  291. padding-left: 1rem;
  292. padding-right: 1rem;
  293. padding-top: 1rem;
  294. padding-bottom: 1rem;
  295. border: 1px solid var(--border-grey);
  296. border-radius: 0.5em;
  297. }
  298. .book > header h1 {
  299. margin-top: 0;
  300. }
  301. .revhistory .title {
  302. border-bottom: 1px solid var(--border-grey);
  303. }
  304. .revhistory td p {
  305. margin: 0;
  306. padding: 0;
  307. }
  308. /* ============================================================ */
  309. .toc {
  310. margin-top: 1em;
  311. }
  312. .toc li {
  313. text-indent: -2em;
  314. padding-left: 2em;
  315. }
  316. ul.toc,
  317. .toc ul {
  318. list-style: none;
  319. margin-top: 0;
  320. margin-bottom: 0;
  321. padding-left: 0;
  322. }
  323. .bibliolist,
  324. .glosslist {
  325. margin-top: 1em;
  326. }
  327. /* ============================================================ */
  328. .generated-index ul {
  329. list-style: none;
  330. padding-left: 2rem;
  331. }
  332. .generated-index > ul,
  333. .generated-indexdiv > ul {
  334. padding-left: 0;
  335. }
  336. /* ============================================================ */
  337. .formalgroup {
  338. margin-top: 1em;
  339. }
  340. .formalgroup.pgwide div {
  341. display: inline-block;
  342. }
  343. table {
  344. table-layout: fixed;
  345. border-spacing: 0;
  346. border-collapse: collapse;
  347. }
  348. figure.pgwide table {
  349. width: 100%;
  350. }
  351. .inlinemediaobject,
  352. .inlinemediaobject div {
  353. display: inline-block;
  354. }
  355. td, th {
  356. padding: 0.25em;
  357. text-align: left;
  358. }
  359. td.bottom,
  360. th.bottom {
  361. vertical-align: bottom;
  362. }
  363. td.middle,
  364. th.middle {
  365. vertical-align: middle;
  366. }
  367. td.top,
  368. th.top {
  369. vertical-align: top;
  370. }
  371. td.center,
  372. th.center {
  373. text-align: center;
  374. }
  375. td.left,
  376. th.left {
  377. text-align: left;
  378. }
  379. td.right,
  380. th.right {
  381. text-align: right;
  382. }
  383. td.justify,
  384. th.justify {
  385. text-align: justify;
  386. }
  387. td.empty,
  388. th.empty {
  389. }
  390. td.btop,
  391. th.btop {
  392. border-top: var(--table-border-style);
  393. }
  394. td.bleft,
  395. th.bleft {
  396. border-left: var(--table-border-style);
  397. }
  398. td.colsep,
  399. th.colsep {
  400. border-right: var(--table-border-style);
  401. }
  402. td.rowsep,
  403. th.rowsep {
  404. border-bottom: var(--table-border-style);
  405. }
  406. td.char,
  407. th.char {
  408. font-family: monospace;
  409. text-align: right;
  410. }
  411. .media-wrapper {
  412. width: 100%;
  413. }
  414. .media {
  415. display: inline-block;
  416. }
  417. .viewport-table {
  418. display: table;
  419. }
  420. .viewport-row {
  421. display: table-row;
  422. }
  423. .viewport-cell {
  424. display: table-cell;
  425. }
  426. .viewport {
  427. display: inline-block;
  428. }
  429. .intrinsic-width img,
  430. .intrinsic-width svg {
  431. width: 100%;
  432. }
  433. .intrinsic-height img,
  434. .intrinsic-height svg {
  435. height: 100%;
  436. }
  437. .intrinsic-both img,
  438. .intrinsic-both svg {
  439. width: 100%;
  440. height: 100%;
  441. }
  442. .admonition {
  443. /* background-color: #ffafaf; */
  444. border-radius: 0.5rem;
  445. min-height: 3rem;
  446. padding-top: 0;
  447. margin-bottom: 1rem;
  448. margin-top: 1rem;
  449. margin-right: 4px;
  450. display: table;
  451. width: 100%;
  452. }
  453. .admonition > div {
  454. /* background-color: #afffaf; */
  455. display: table-row;
  456. }
  457. .admonition .icon {
  458. /* background-color: #afffff; */
  459. display: table-cell;
  460. padding-top: 1.5rem;
  461. width: 4.5rem;
  462. text-align: center;
  463. vertical-align: top;
  464. font-size: 3rem;
  465. color: #d3d3d3;
  466. }
  467. .admonition .body {
  468. /* background-color: #ffafff; */
  469. display: table-cell;
  470. padding-right: 1rem;
  471. }
  472. .admonition header {
  473. padding-top: 0.5rem;
  474. }
  475. .note {
  476. border: var(--note-border-style);
  477. background-color: var(--note-background-color);
  478. }
  479. .note .icon {
  480. color: var(--note-border-color);
  481. }
  482. .note code {
  483. border-color: var(--note-border-color);
  484. }
  485. .tip {
  486. border: var(--tip-border-style);
  487. background-color: var(--tip-background-color);
  488. }
  489. .tip .icon {
  490. color: var(--tip-border-color);
  491. }
  492. .note code {
  493. border-color: var(--tip-border-color);
  494. }
  495. .important {
  496. border: var(--important-border-style);
  497. background-color: var(--important-background-color);
  498. }
  499. .important .icon {
  500. padding-top: 2rem;
  501. color: var(--important-border-color);
  502. }
  503. .important code {
  504. background-color: var(--important-background-color);
  505. border-color: var(--important-border-color);
  506. }
  507. .caution {
  508. border: var(--caution-border-style);
  509. background-color: var(--caution-background-color);
  510. }
  511. .caution .icon {
  512. color: var(--caution-border-color);
  513. }
  514. .caution code {
  515. background-color: var(--caution-background-color);
  516. border-color: var(--caution-border-color);
  517. }
  518. .warning {
  519. border: var(--warning-border-style);
  520. background-color: var(--warning-background-color);
  521. }
  522. .warning .icon {
  523. color: var(--warning-border-color);
  524. }
  525. .warning code {
  526. background-color: var(--warning-background-color);
  527. border-color: var(--warning-border-color);
  528. }
  529. .danger {
  530. border: var(--danger-border-style);
  531. background-color: var(--danger-background-color);
  532. }
  533. .danger .icon {
  534. color: var(--danger-border-color);
  535. }
  536. .danger code {
  537. background-color: var(--danger-background-color);
  538. border-color: var(--danger-border-color);
  539. }
  540. /* ============================================================ */
  541. .line.highlight {
  542. background-color: #ffe0e0;
  543. }
  544. .pre-wrap {
  545. overflow-x: scroll;
  546. margin-top: 1em;
  547. margin-bottom: 1em;
  548. }
  549. pre {
  550. margin-top: 0;
  551. margin-bottom: 0;
  552. }
  553. pre.address,
  554. pre.literallayout {
  555. font-family: var(--body-family);
  556. }
  557. pre.monospaced {
  558. font-family: var(--mono-family);
  559. }
  560. pre.programlisting,
  561. pre.screen {
  562. line-height: 1.25em;
  563. }
  564. /* Adapted from https://stackoverflow.com/questions/41306797/html-how-to-add-line-numbers-to-a-source-code-block */
  565. pre.verbatim span.line:nth-child(odd) {
  566. background-color: var(--verbatim-odd-background-color);
  567. }
  568. pre.verbatim span.line:nth-child(even) {
  569. background-color: var(--verbatim-even-background-color);
  570. }
  571. /* Make the background of even lines the same as odd lines for
  572. "monochrome" listings. */
  573. pre.verbatim.monochrome span.line:nth-child(even) {
  574. background-color: var(--verbatim-odd-background-color);
  575. }
  576. pre.address span.line:nth-child(odd),
  577. pre.literallayout span.line:nth-child(odd) {
  578. background-color: inherit;
  579. }
  580. pre.address span.line:nth-child(even),
  581. pre.literallayout span.line:nth-child(even) {
  582. background-color: inherit;
  583. }
  584. pre.verbatim span.ln {
  585. font-family: var(--mono-family);
  586. width: 0;
  587. padding-top: 4px;
  588. padding-bottom: 4px;
  589. text-align: right;
  590. }
  591. pre.verbatim {
  592. display: table;
  593. table-layout: fixed;
  594. width: 100%; /* anything but auto, otherwise fixed layout not guaranteed */
  595. white-space: pre;
  596. }
  597. pre.verbatim span.line {
  598. display: table-row;
  599. }
  600. pre.verbatim span.ln {
  601. display: table-cell;
  602. }
  603. pre.numbered span.ln {
  604. background-color: var(--numbered-background-color);
  605. user-select: none;
  606. }
  607. pre.numbered span.ln {
  608. width: 4em;
  609. padding-right: 0.5em;
  610. }
  611. pre.verbatim span.ld {
  612. display: table-cell;
  613. padding-top: 4px;
  614. padding-bottom: 4px;
  615. }
  616. pre.numbered span.ld {
  617. border-left: var(--numbered-separator-style);
  618. padding-left: 0.25em;
  619. }
  620. /* ============================================================ */
  621. .productionset .productions {
  622. display: table;
  623. table-layout: fixed;
  624. width: 100%;
  625. }
  626. .productionset .productions .production {
  627. display: table-row;
  628. }
  629. .productionset .productions .production .lhs,
  630. .productionset .productions .production .rhs,
  631. .productionset .productions .production .lhssep {
  632. font-family: var(--mono-family);
  633. }
  634. .productionset .productions .production .lhs,
  635. .productionset .productions .production .lhssep,
  636. .productionset .productions .production .rhs,
  637. .productionset .productions .production .constraint {
  638. display: table-cell;
  639. }
  640. .productionset .productions .production .lhs {
  641. width: 25%;
  642. white-space: nowrap;
  643. }
  644. .productionset .productions .production .lhssep {
  645. width: 3em;
  646. text-align: center;
  647. }
  648. .productionset .productions .production .constraint {
  649. width: 2em;
  650. }
  651. .nonterminal {
  652. }
  653. .lineannotation {
  654. font-family: var(--body-family);
  655. font-style: italic;
  656. }
  657. .constraintdef {
  658. min-height: 3rem;
  659. margin-left: 1rem;
  660. padding-top: 1rem;
  661. margin-bottom: 1rem;
  662. }
  663. .constraintdef .title {
  664. font-weight: bold;
  665. font-family: var(--title-family);
  666. }
  667. /* ============================================================ */
  668. .qandadiv {
  669. margin-top: 1em;
  670. }
  671. .qandalist .qanda {
  672. display: table;
  673. table-layout: fixed;
  674. width: 100%;
  675. }
  676. .qandaentry .question,
  677. .qandaentry .answer {
  678. display: table-row;
  679. }
  680. .qandaentry .question .label,
  681. .qandaentry .answer .label {
  682. display: table-cell;
  683. width: 3em;
  684. }
  685. .qandaentry .question .body,
  686. .qandaentry .answer .body {
  687. display: table-cell;
  688. }
  689. .question p,
  690. .answer p {
  691. margin-top: 0;
  692. }
  693. /* ============================================================ */
  694. .funcprototype table td {
  695. padding: 0;
  696. }
  697. .funcprototype table.params {
  698. margin-top: 1em;
  699. }
  700. .funcprototype table.params td {
  701. padding-right: 1em;
  702. }
  703. .funcprototype {
  704. margin-top: 1em;
  705. font-family: var(--mono-family);
  706. }
  707. .funcprototype .paramdef {
  708. font-family: var(--mono-family);
  709. }
  710. .funcprototype .parameter {
  711. font-family: var(--body-family);
  712. font-style: italic;
  713. }
  714. .funcprototype .function {
  715. font-weight: bold;
  716. }
  717. /* ============================================================ */
  718. .linegroup {
  719. margin-left: 2em;
  720. }
  721. .speaker::after {
  722. content: ":";
  723. }
  724. .linegroup .speaker {
  725. margin-left: -2em;
  726. }
  727. /* ============================================================ */
  728. .formalpara .title {
  729. display: inline-block;
  730. font-weight: bold;
  731. }
  732. .formalpara .title::after {
  733. content: ".";
  734. margin-right: 0.5em;
  735. }
  736. .formalpara .titlepunct::after {
  737. content: "";
  738. margin-right: 0.5em;
  739. }
  740. blockquote {
  741. margin-top: 1em;
  742. }
  743. blockquote p {
  744. margin-top: 0;
  745. }
  746. blockquote .title {
  747. font-weight: bold;
  748. font-family: var(--title-family);
  749. margin-bottom: 0.25em;
  750. }
  751. blockquote p + .attribution {
  752. /* Tuck it back up closer to the preceding paragraph */
  753. margin-top: -1em;
  754. }
  755. .attribution::before {
  756. content: "—";
  757. }
  758. .attribution {
  759. margin-left: 50%;
  760. }
  761. /* ============================================================ */
  762. .revhistory .title {
  763. font-weight: bold;
  764. font-family: var(--title-family);
  765. margin-bottom: 0.5em;
  766. }
  767. /* ============================================================ */
  768. .figure,
  769. .example,
  770. .equation {
  771. padding: 1em;
  772. }
  773. .figure,
  774. .example {
  775. border: 1px solid #afafaf;
  776. }
  777. .figure .title {
  778. font-family: var(--title-family);
  779. }
  780. .figure .media {
  781. width: 100%;
  782. text-align: center;
  783. }
  784. .figure img {
  785. margin-left: auto;
  786. margin-right: auto;
  787. }
  788. .floatcenter {
  789. text-align: center;
  790. }
  791. .floatright {
  792. float: right;
  793. }
  794. .floatleft {
  795. float: left;
  796. }
  797. /* ============================================================ */
  798. .cmdsynopsis {
  799. margin-top: 1em;
  800. margin-bottom: 1em;
  801. margin-left: 3em;
  802. text-indent: -3em;
  803. }
  804. .synopfragment {
  805. margin-top: 1em;
  806. }
  807. .synopfragmentref {
  808. font-style: italic;
  809. }
  810. .synopfragmentref a,
  811. .synopfragmentref a:visited {
  812. text-decoration: none;
  813. }
  814. .synopfragmentref-number {
  815. font-family: var(--mono-family);
  816. font-style: normal;
  817. font-weight: bold;
  818. font-size: 10pt;
  819. }
  820. .synopfragment .synopfragmentref-number {
  821. }
  822. .cmdsynopsis .command,
  823. .cmdsynopsis .cmdpunct,
  824. .cmdsynopsis .group,
  825. .cmdsynopsis .arg {
  826. font-family: var(--mono-family);
  827. }
  828. .calloutlist dl dt {
  829. clear: both;
  830. float: left;
  831. width: 1.25em;
  832. }
  833. .calloutlist dl dd {
  834. margin-left: 1.25em;
  835. line-height: 1.5rem; /* tuck them together a little */
  836. }
  837. .calloutlist dd > p:first-child {
  838. margin-top: 0;
  839. }
  840. a.callout-bug,
  841. a.callout-bug:visited {
  842. text-decoration: none;
  843. }
  844. /* ============================================================ */
  845. .revadded {
  846. background-color: var(--revadded-background-color);
  847. }
  848. .revadded::before {
  849. content: var(--revadded-before);
  850. }
  851. .revadded::after {
  852. content: var(--revadded-after);
  853. }
  854. .revchanged {
  855. background-color: var(--revchanged-background-color);
  856. }
  857. .revchanged::before {
  858. content: var(--revchanged-before);
  859. }
  860. .revchanged::after {
  861. content: var(--revchanged-after);
  862. }
  863. .revdeleted {
  864. background-color: var(--revdeleted-background-color);
  865. }
  866. .revdeleted::before {
  867. content: var(--revdeleted-before);
  868. }
  869. .revdeleted::after {
  870. content: var(--revdeleted-after);
  871. }
  872. .revoff .revadded,
  873. .revoff .revchanged,
  874. .revoff .revdeleted {
  875. background-color: inherit;
  876. }
  877. .revoff .revadded::before,
  878. .revoff .revchanged::before,
  879. .revoff .revdeleted::before,
  880. .revoff .revadded::after,
  881. .revoff .revchanged::after,
  882. .revoff .revdeleted::after {
  883. content: "";
  884. }
  885. /* ============================================================ */
  886. ul[db-mark='disc'],
  887. li[db-mark='disc'],
  888. ul[db-mark='bullet'],
  889. li[db-mark='bullet'] {
  890. list-style-type: disc;
  891. }
  892. ul[db-mark='round'],
  893. li[db-mark='round'] {
  894. list-style-type: circle;
  895. }
  896. ul[db-mark='box'],
  897. li[db-mark='box'] {
  898. list-style-type: square;
  899. }
  900. /* ============================================================ */
  901. .simplelistvert,
  902. .simplelisthoriz {
  903. display: table;
  904. }
  905. .simplelist .row {
  906. display: table-row;
  907. }
  908. .simplelist .row span {
  909. display: table-cell;
  910. }
  911. /* ============================================================ */
  912. .glossdiv {
  913. margin-top: 1em;
  914. }
  915. /* ============================================================ */
  916. .sidebar {
  917. margin-left: 4rem;
  918. background-color: var(--sidebar-background-color);
  919. padding-left: 1em;
  920. padding-right: 1em;
  921. padding-bottom: 1em;
  922. padding-top: 1em;
  923. border-radius: 0.5em;
  924. }
  925. /* ============================================================ */
  926. .msgexplan {
  927. margin-left: 2rem;
  928. }
  929. /* ============================================================ */
  930. .bold {
  931. font-weight: bold;
  932. }
  933. .strikethrough {
  934. text-decoration: line-through;
  935. }
  936. .underline {
  937. text-decoration: underline;
  938. }
  939. em {
  940. font-style: italic;
  941. }
  942. em em {
  943. font-style: normal;
  944. }
  945. em em em {
  946. font-style: italic;
  947. }
  948. em em em em {
  949. font-style: normal;
  950. }
  951. em em em em em {
  952. font-style: italic;
  953. }
  954. em em me em em em {
  955. font-style: normal;
  956. }
  957. /* ============================================================ */