/* Note: Margin, padding, and spacing in general are all overriden in Stanza * by user preferences. */ /* ============================= */ /* Headings */ .cn, .cn-chapter-number, .ct-chapter-title, .fm-bm-head { /* Chapter Titles */ font-family: sans-serif; font-size: 2em; font-weight: bold; text-align: left; color: rgb(46,147,0); } .heading-1, .x-head1, .toc-head { font-family: sans-serif; font-size: 1.5em; font-weight: bold; margin: 1.5em 0em 0em 0em; text-align: left; color: rgb(46,147,0); } .heading-2 { font-family: sans-serif; font-size: 1.25em; font-weight: bold; margin: 1em 0em 0em 0em; text-align: left; color: rgb(46,147,0); } .heading-3 { font-family: sans-serif; font-size: 1.10em; font-weight: normal; font-style: italic; margin: 1em 0em 0em 0em; text-align: left; color: rgb(46,147,0); } /* ============================= */ /* Sidebars */ p.sidebar-head, p.sbh-sidebar-heading { font-family: sans-serif; font-size: 1.25em; font-weight: bold; } p.sidebard-gt, p.sbt-sidebar-text { font-family: serif; font-size: .85em; } p.sidebar-subhead { font-family: sans-serif; font-size: 1.1em; margin-top: 0.7em; text-align: left; color: rgb(46,147,0); } p.sidebar-bl { font-family: serif; font-size: 0.85em; margin-bottom: 0.50em; text-align: left; color: rgb(0,0,0); } p.sidebar-nl, p.sidebar-nl-new, p.sidebar-nl-new-start { font-family: serif; font-size: 1.00em; margin-bottom: 0.50em; text-align: left; color: rgb(0,0,0); } p.sbtx-sidebar-text-last { border-bottom: thin solid black; } div.sidebar-body { border-top: solid rgb(46,147,0) 3px; border-bottom: solid rgb(46,147,0) 3px; border-left: solid rgb(46,147,0) 3px; border-right: solid rgb(46,147,0) 3px; padding: 0px 10px 10px 10px; } /* ============================= */ /* Summaries */ div.summary { /* If these were consistent ..., thanks InDesign background-color: rgb(128,128,128); */ } .summary > .heading-1 { color: rgb(0,0,0); } .summary > * { margin-left: 1em; margin-right: 1em; } /* ============================= */ /* Body text */ p.gt, p.gt-opener, p.gt-general-text, p.chapter-opener-toc { font-family: serif; line-height: 1.25em; font-size: 1em; text-align: left; color: rgb(0,0,0); } p.faq-question { font-family: sans-serif; font-size: 1.00em; color: rgb(46,147,0); } /* ============================= */ /* Images */ p.anchored-item-no-space { /* Used for inline images */ margin: 0em; padding: 0em; } div.figure-caption, p.fn, p.fn-figure-number, p.fc-figure-caption { font-family: sans-serif; font-size: 0.75em; color: rgb(46,147,0); line-height: 1.3em; } div.figure-caption, p.fc-figure-caption { margin-bottom: 1.5em; } p.figure-credit { font-family: sans-serif; font-size: 0.42em; text-align: left; color: rgb(46,147,0); } /* ============================= */ /* Lists */ p.nl, p.nl-numbered-list { font-family: serif; line-height: 1.25em; font-size: 1.33em; margin-bottom: 0.44em; margin-top: 0.00em; text-indent: -1.12em; margin-right: 0.00em; margin-left: 1.12em; } p.bl, p.bl-bulleted-list { font-family: serif; line-height: 1.25em; font-size: 1.33em; margin-bottom: 0.44em; margin-top: 0.00em; text-indent: -0.75em; margin-right: 0.00em; margin-left: 1.12em; } p.ul-unnumbered-list { font-family: serif; line-height: 1.25em; font-size: 1em; margin-bottom: 0.44em; margin-top: 0.00em; text-indent: 0.00em; margin-right: 1.5em; margin-left: 1.5em; text-align: left; } li { font-family: serif; line-height: 1.25em; font-size: 1em; margin-bottom: 0.25em; margin-top: 0.25em; text-align: left; color: rgb(0,0,0); } /* ============================= */ /* Tips */ span.tip { font-size: 1em; font-weight: bold; font-family: sans-serif; color: rgb(46,147,0); line-height: 1em; text-decoration: underline; } p.tip-head, p.note-head { line-height: 1.5em; font-size: 1.25em; text-align: center; font-weight: bold; font-style: normal; margin-right: 1.5em; margin-left: 1.5em; color: #000; } p.tip-text, p.tip-text-more { line-height: 1.25em; font-size: 1em; margin-right: 1.5em; margin-left: 1.5em; text-align: center; font-weight: normal; font-style: normal; color: #000; } div.noteframe { border-top: solid rgb(46,147,0) 3px; border-bottom: solid rgb(46,147,0) 3px; background-color: #FFF; margin-top: 30px; margin-bottom: 30px; } /* ============================= */ /* Quotes */ p.excerpt { font-family: sans-serif; font-size: 1.00em; margin: 1.5em; text-align: center; font-style: italic; color: rgb(46,147,0); } p.excerpt-author { font-family: sans-serif; font-size: 1.00em; text-align: right; font-style: normal; color: rgb(46,147,0); } /* ============================= */ /* Footnotes */ p.footnote { font-family: serif; font-size: 0.62em; text-align: left; } /* ============================= */ /* Tables */ table.table { margin-bottom: 1.00em; margin-top: 0.33em; border: thin solid black; border-spacing: 0; } table.table td, table.table th { border: thin solid black; padding: 0; } table.table p { padding: .25em; } p.table-head { /* Caption */ font-family: sans-serif; font-size: 0.75em; line-height: 1.50em; margin-bottom: .5em; margin-top: .5em; color: rgb(46,147,0); } p.table-column-head { font-family: sans-serif; font-size: 0.83em; text-align: left; color: rgb(46,147,0); } p.table-gt { font-size: 1.00em; text-align: left; color: rgb(0,0,0); } /* ============================= */ /* Misc */ p.nl-new-start { font-family: serif; line-height: 1.25em; font-size: 1.33em; margin-bottom: 0.44em; margin-top: 0.00em; text-indent: -1.12em; margin-right: 0.00em; margin-left: 1.12em; text-align: left; font-weight: normal; font-style: normal; color: rgb(0,0,0); } p.copyright-01 { font-family: serif; line-height: 1.00em; font-size: 1.17em; margin-bottom: 0.00em; margin-top: 0.00em; text-indent: 0.00em; margin-right: 0.00em; margin-left: 0.00em; text-align: left; font-weight: normal; font-style: normal; color: rgb(0,0,0); } p.copyright-02 { font-family: serif; line-height: 1.00em; font-size: 1.17em; margin-bottom: 0.86em; margin-top: 0.00em; text-indent: 0.00em; margin-right: 0.00em; margin-left: 0.00em; text-align: left; font-weight: normal; font-style: normal; color: rgb(0,0,0); } p.largeorange { font-family: serif; text-align: center; font-weight: bold; color: #F90; font-size: 1.5em; } p.largeblack { font-family: serif; text-align: center; font-weight: bold; color: black; font-size: 1.5em; } p.list-subtext { text-align: center; } div.large_text_frame { border-top: solid black 3px; border-bottom: solid black 3px; } /* ============================= */ /* Code */ p.c2-code-2-lines, p.cx-code-last-line { font-family: monospace; white-space: pre-wrap; color: rgb(0,0,0); font-size: 0.83em; margin-left: 0.00em; text-align: left; } p.c2-code-2-lines-indent, p.c1-code-1-line-indent, p.cx-code-last-line-indent { white-space: pre-wrap; font-family: monospace; color: rgb(0,0,0); font-size: 0.83em; margin-left: 1.80em; text-align: left; } /* ============================= */ /* Inlines */ strong { font-weight: bold; } em { font-style: italic; } span.body-bold-italic { font-weight: bold; font-style: italic; } span.body-italic, span.tip-italic { font-weight: normal; font-style: italic; } span.body-bold { font-weight: bold; font-style: normal; } span.cross-reference { font-family: sans-serif; font-weight: normal; font-style: normal; font-size: 1.00em; color: rgb(46,147,0); } span.green { font-family: sans-serif; font-size: 1.00em; color: rgb(46,147,0); } span.highlight-green, span.highlight-sb-green, span.highlight-note { color: rgb(46,147,0); background-color: #CCC; } span.highlight, span.highlight-sidebar { background-color: #CCC; } span.green-sidebar { font-family: sans-serif; color: rgb(46,147,0); } span.green-footnote, span.green-in-footnote { font-family: sans-serif; color: rgb(46,147,0); } span.multi { font-size: 1.42em; } span.code { font-family: monospace; } img { max-width: 100%; }