123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
- /*-----------------------------------------------------------------------------
- | Copyright (c) Jupyter Development Team.
- | Distributed under the terms of the Modified BSD License.
- |----------------------------------------------------------------------------*/
- .jp-RenderedLatex {
- color: var(--jp-content-font-color1);
- font-size: var(--jp-content-font-size);
- line-height: var(--jp-content-line-height);
- }
- .jp-RenderedHTMLCommon {
- color: var(--jp-content-font-color1);
- font-size: var(--jp-content-font-size);
- line-height: var(--jp-content-line-height);
- }
- .jp-RenderedHTMLCommon .MathJax_Display {
- margin: 0;
- }
- .jp-RenderedHTMLCommon em {
- font-style: italic;
- }
- .jp-RenderedHTMLCommon strong {
- font-weight: bold;
- }
- .jp-RenderedHTMLCommon u {
- text-decoration: underline;
- }
- .jp-RenderedHTMLCommon:link {
- text-decoration: underline;
- }
- .jp-RenderedHTMLCommon:visited {
- text-decoration: underline;
- }
- /*For a 14px base font size this goes as:
- font-size = 26, 22, 18, 14, 12, 12
- margin-top = 14, 14, 14, 14, 8, 8
- */
- .jp-RenderedHTMLCommon h1 {
- font-size: 185.7%;
- margin: 1.08em 0 0 0;
- font-weight: bold;
- line-height: 1.0;
- }
- .jp-RenderedHTMLCommon h2 {
- font-size: 157.1%;
- margin: 1.27em 0 0 0;
- font-weight: bold;
- line-height: 1.0;
- }
- .jp-RenderedHTMLCommon h3 {
- font-size: 128.6%;
- margin: 1.55em 0 0 0;
- font-weight: bold;
- line-height: 1.0;
- }
- .jp-RenderedHTMLCommon h4 {
- font-size: 100%;
- margin: 2em 0 0 0;
- font-weight: bold;
- line-height: 1.0;
- }
- .jp-RenderedHTMLCommon h5 {
- font-size: 100%;
- margin: 2em 0 0 0;
- font-weight: bold;
- line-height: 1.0;
- font-style: italic;
- }
- .jp-RenderedHTMLCommon h6 {
- font-size: 100%;
- margin: 2em 0 0 0;
- font-weight: bold;
- line-height: 1.0;
- font-style: italic;
- }
- .jp-RenderedHTMLCommon h1:first-child {
- margin-top: 0.538em;
- }
- .jp-RenderedHTMLCommon h2:first-child {
- margin-top: 0.636em;
- }
- .jp-RenderedHTMLCommon h3:first-child {
- margin-top: 0.777em;
- }
- .jp-RenderedHTMLCommon h4:first-child {
- margin-top: 1em;
- }
- .jp-RenderedHTMLCommon h5:first-child {
- margin-top: 1em;
- }
- .jp-RenderedHTMLCommon h6:first-child {
- margin-top: 1em;
- }
- .jp-RenderedHTMLCommon ul:not(.list-inline),
- .jp-RenderedHTMLCommon ol:not(.list-inline) {
- padding-left: 2em;
- }
- .jp-RenderedHTMLCommon ul {
- list-style: disc;
- }
- .jp-RenderedHTMLCommon ul ul {
- list-style: square;
- }
- .jp-RenderedHTMLCommon ul ul ul {
- list-style: circle;
- }
- .jp-RenderedHTMLCommon ol {
- list-style: decimal;
- }
- .jp-RenderedHTMLCommon ol ol {
- list-style: upper-alpha;
- }
- .jp-RenderedHTMLCommon ol ol ol {
- list-style: lower-alpha;
- }
- .jp-RenderedHTMLCommon ol ol ol ol {
- list-style: lower-roman;
- }
- .jp-RenderedHTMLCommon ol ol ol ol ol {
- list-style: decimal;
- }
- .jp-RenderedHTMLCommon * + ul {
- margin-top: 1em;
- }
- .jp-RenderedHTMLCommon * + ol {
- margin-top: 1em;
- }
- .jp-RenderedHTMLCommon hr {
- color: var(--jp-border-color1);
- background-color: var(--jp-border-color1);
- margin-top: 1em;
- margin-bottom: 1em;
- }
- .jp-RenderedHTMLCommon pre {
- margin: 1em 2em;
- }
- .jp-RenderedHTMLCommon pre,
- .jp-RenderedHTMLCommon code {
- border: 0;
- background-color: var(--jp-layout-color1);
- color: var(--jp-content-font-color1);
- font-size: 100%;
- padding: 0px;
- }
- .jp-RenderedHTMLCommon table {
- border: none;
- border-collapse: collapse;
- border-spacing: 0;
- color: var(--jp-ui-font-color1);
- font-size: 12px;
- table-layout: fixed;
- margin-left: auto;
- margin-right: auto;
- }
- .jp-RenderedHTMLCommon thead {
- border-bottom: var(--jp-border-width) solid var(--jp-border-color1);
- vertical-align: bottom;
- }
- .jp-RenderedHTMLCommon td,
- .jp-RenderedHTMLCommon th {
- text-align: right;
- vertical-align: middle;
- padding: 0.5em 0.5em;
- line-height: 1.0;
- white-space: nowrap;
- max-width: 100px;
- text-overflow: ellipsis;
- overflow: hidden;
- border: none;
- }
- .jp-RenderedHTMLCommon th {
- font-weight: bold;
- }
- .jp-RenderedHTMLCommon tbody tr:nth-child(odd) {
- background: var(--md-grey-100);
- }
- .jp-RenderedHTMLCommon * + table {
- margin-top: 1em;
- }
- .jp-RenderedHTMLCommon p {
- text-align: left;
- margin: 0px;
- }
- .jp-RenderedHTMLCommon * + p {
- margin-top: 1em;
- }
- .jp-RenderedHTMLCommon img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .jp-RenderedHTMLCommon * + img {
- margin-top: 1em;
- }
- .jp-RenderedHTMLCommon img,
- .jp-RenderedHTMLCommon svg {
- max-width: 100%;
- height: auto;
- }
- .jp-RenderedHTMLCommon img.unconfined,
- .jp-RenderedHTMLCommon svg.unconfined {
- max-width: none;
- }
- .jp-RenderedHTMLCommon .alert {
- margin-bottom: initial;
- }
- .jp-RenderedHTMLCommon * + .alert {
- margin-top: 1em;
- }
- .jp-RenderedHTMLCommon blockquote {
- margin: 1em 2em;
- padding: 0 1em;
- border-left: 5px solid var(--jp-border-color2);
- }
|