123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401 |
- body {
- font-family: sans-serif;
- font-size: 10pt;
- color: black;
- background-color: white;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- color: #394986;
- font-weight: bold;
- margin-top: 1.33ex;
- margin-bottom: 1.33ex;
- }
- h1 {
- font-size: 1.8em;
- }
- h2 {
- font-size: 1.6em;
- }
- h3 {
- font-size: 1.4em;
- }
- h4 {
- font-size: 1.2em;
- }
- h5,
- h6 {
- font-size: 1em;
- }
- table {
- border-collapse: collapse;
- font-size: 1em;
- }
- thead,
- tfoot {
- background-color: #EEEEEE;
- }
- th,
- td {
- padding: 0.5ex;
- }
- blockquote {
- margin: 1.33ex 4em;
- }
- div.caution,
- div.important,
- div.note,
- div.tip,
- div.warning {
- padding: 1em;
- background-color: #FFFFEE;
- border-left: 1ex solid #DDDDC0;
- margin: 1.33ex 4em;
- }
- div.caution > .title,
- div.important > .title,
- div.note > .title,
- div.tip > .title,
- div.warning > .title {
- margin-top: 0px;
- }
- p,
- th,
- td,
- li,
- dt,
- dd {
- font-size: 1em;
- }
- p,
- pre,
- ol,
- dl,
- ul,
- table {
- margin-top: 1.33ex;
- margin-bottom: 1.33ex;
- }
- code,
- kbd,
- tt,
- pre {
- font-family: monospace;
- font-size: 90%;
- }
- pre {
- white-space: pre;
- background-color: #EEEEEE;
- border: 1px dotted #C0C0C0;
- padding: 1ex;
- }
- li {
- margin-top: 1.33ex;
- margin-bottom: 1.33ex;
- }
- *[compact] > li {
- margin-top: 0px;
- margin-bottom: 0px;
- }
- dt {
- margin-top: 1.33ex;
- margin-bottom: 0px;
- }
- dd {
- margin-top: 0px;
- margin-bottom: 1.33ex;
- }
- *[compact] > dt {
- margin-top: 0px;
- }
- *[compact] > dd {
- margin-bottom: 0px;
- }
- div.toc,
- div.index,
- div.list-of-figures,
- div.list-of-tables,
- div.list-of-examples,
- div.list-of-equations,
- div.list-of-procedures {
- margin-top: 1.33ex;
- margin-bottom: 1.33ex;
- }
- div.toc dl,
- div.index dl,
- div.list-of-figures dl,
- div.list-of-tables dl,
- div.list-of-examples dl,
- div.list-of-equations dl,
- div.list-of-procedures dl {
- margin-top: 0px;
- margin-bottom: 0px;
- }
- div.toc ul,
- div.index ul,
- div.list-of-figures ul,
- div.list-of-tables ul,
- div.list-of-examples ul,
- div.list-of-equations ul,
- div.list-of-procedures ul {
- list-style-type: none;
- margin-top: 0px;
- margin-bottom: 0px;
- }
- div.toc li,
- div.index li,
- div.list-of-figures li,
- div.list-of-tables li,
- div.list-of-examples li,
- div.list-of-equations li,
- div.list-of-procedures li,
- div.toc dt,
- div.index dt,
- div.list-of-figures dt,
- div.list-of-tables dt,
- div.list-of-examples dt,
- div.list-of-equations dt,
- div.list-of-procedures dt {
- margin-top: 0.25ex;
- margin-bottom: 0.25ex;
- }
- div.toc dd,
- div.index dd,
- div.list-of-figures dd,
- div.list-of-tables dd,
- div.list-of-examples dd,
- div.list-of-equations dd,
- div.list-of-procedures dd {
- margin-top: 0px;
- margin-bottom: 0px;
- }
- div.toc-title {
- font-size: 1.1em;
- font-weight: bold;
- margin-top: 1.33ex;
- margin-bottom: 1.33ex;
- }
- div.toc span.part,
- div.toc span.chapter,
- div.toc span.appendix {
- font-weight: bold;
- }
- div.attribution {
- text-align: right;
- }
- div.sidebar {
- background-color: #EEEEFF;
- border: 0.5ex solid #C0C0DD;
- border-left-style: none;
- border-right-style: none;
- padding: 1ex;
- margin-top: 1.33ex;
- margin-bottom: 1.33ex;
- }
- div.sidebar-title,
- div.example-title,
- div.figure-title,
- div.table-title,
- div.procedure-title,
- div.equation-title,
- div.sidebar > p.title,
- div.example > p.title,
- div.figure > p.title,
- div.table > p.title,
- div.procedure > p.title,
- div.equation > p.title {
- color: #394986;
- font-weight: bold;
- margin-top: 1.33ex;
- margin-bottom: 1.33ex;
- }
- div.orderedlist,
- div.calloutlist {
- margin-top: 1.33ex;
- margin-bottom: 1.33ex;
- }
- div.orderedlist > table,
- div.calloutlist > table {
- margin: 0px;
- }
- div.orderedlist > table td,
- div.calloutlist > table td {
- vertical-align: baseline;
- }
- div.footnote {
- font-size: 0.9em;
- }
- a:link:hover,
- a:visited:hover {
- text-decoration: underline;
- }
- a:link {
- text-decoration: none;
- color: #004668;
- }
- a:visited {
- text-decoration: none;
- color: #135678;
- }
- span.bold-italic {
- font-style: italic;
- font-weight: bold;
- text-decoration: none;
- }
- span.underline {
- font-style: normal;
- font-weight: normal;
- text-decoration: underline;
- }
- span.strikethrough {
- font-style: normal;
- font-weight: normal;
- text-decoration: line-through;
- }
- span.highlight {
- font-style: normal;
- font-weight: normal;
- background-color: #F0F080;
- }
- span.term {
- font-weight: bold;
- }
- abbr,
- acronym {
- font-weight: bold;
- }
- span.keycap,
- span.keycode,
- span.keysym,
- span.mousebutton {
- font-family: monospace;
- font-size: 90%;
- background-color: #EEEEEE;
- padding: 0.2ex;
- }
- span.guimenu,
- span.guisubmenu,
- span.guimenuitem,
- span.guibutton,
- span.guiicon,
- span.interface,
- span.guilabel {
- font-weight: bold;
- }
- a img {
- border-style: none;
- }
- hr.footnote-hr {
- width: 100px;
- margin-left: 0px;
- text-align: left;
- }
- /* ------------------------------------------------------------------------
- | Syntax highlighting
- +------------------------------------------------------------------------- */
- .hl-keyword {
- font-weight: bold;
- color: #602060;
- }
- .hl-string {
- color: #A00000;
- }
- .hl-number {
- color: #B08000;
- }
- .hl-comment {
- font-style: italic;
- color: #808080;
- }
- .hl-doccomment {
- color: #008080;
- }
- .hl-directive {
- color: #00A000;
- }
- .hl-annotation {
- font-weight: bold;
- color: #808080;
- }
- /*
- * XML
- */
- .hl-tag {
- font-weight: bold;
- color: #602060;
- }
- .hl-attribute {
- color: #0050A0;
- }
- .hl-value {
- color: #A00000;
- }
- .hl-doctype {
- color: #008080;
- }
|