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.
254 lines
8.3 KiB
254 lines
8.3 KiB
/* Increase the default font size */
|
|
html {
|
|
font-size: 15pt;
|
|
}
|
|
|
|
/* Background */ .bg { color: #ffffff; background-color: #000000; !important }
|
|
/* PreWrapper */ .chroma { color: #ffffff; background-color: #000000; !important }
|
|
/* Other */ .chroma .x { !important }
|
|
/* Error */ .chroma .err { !important }
|
|
/* CodeLine */ .chroma .cl { !important }
|
|
/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important }
|
|
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important }
|
|
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important }
|
|
/* LineHighlight */ .chroma .hl { background-color: #191919 !important }
|
|
/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f !important }
|
|
/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f !important }
|
|
/* Line */ .chroma .line { display: flex; !important }
|
|
/* Keyword */ .chroma .k { color: #b6a0ff !important }
|
|
/* KeywordConstant */ .chroma .kc { color: #00bcff !important }
|
|
/* KeywordDeclaration */ .chroma .kd { color: #b6a0ff !important }
|
|
/* KeywordNamespace */ .chroma .kn { color: #b6a0ff !important }
|
|
/* KeywordPseudo */ .chroma .kp { color: #b6a0ff !important }
|
|
/* KeywordReserved */ .chroma .kr { color: #b6a0ff !important }
|
|
/* KeywordType */ .chroma .kt { color: #6ae4b9 !important }
|
|
/* Name */ .chroma .n { !important }
|
|
/* NameAttribute */ .chroma .na { !important }
|
|
/* NameBuiltin */ .chroma .nb { color: #f78fe7 !important }
|
|
/* NameBuiltinPseudo */ .chroma .bp { !important }
|
|
/* NameClass */ .chroma .nc { !important }
|
|
/* NameConstant */ .chroma .no { !important }
|
|
/* NameDecorator */ .chroma .nd { !important }
|
|
/* NameEntity */ .chroma .ni { !important }
|
|
/* NameException */ .chroma .ne { !important }
|
|
/* NameFunction */ .chroma .nf { color: #feacd0 !important }
|
|
/* NameFunctionMagic */ .chroma .fm { !important }
|
|
/* NameLabel */ .chroma .nl { !important }
|
|
/* NameNamespace */ .chroma .nn { !important }
|
|
/* NameOther */ .chroma .nx { !important }
|
|
/* NameProperty */ .chroma .py { !important }
|
|
/* NameTag */ .chroma .nt { !important }
|
|
/* NameVariable */ .chroma .nv { color: #00d3d0 !important }
|
|
/* NameVariableClass */ .chroma .vc { !important }
|
|
/* NameVariableGlobal */ .chroma .vg { !important }
|
|
/* NameVariableInstance */ .chroma .vi { !important }
|
|
/* NameVariableMagic */ .chroma .vm { !important }
|
|
/* Literal */ .chroma .l { color: #00bcff !important }
|
|
/* LiteralDate */ .chroma .ld { color: #00bcff !important }
|
|
/* LiteralString */ .chroma .s { color: #79a8ff !important }
|
|
/* LiteralStringAffix */ .chroma .sa { color: #79a8ff !important }
|
|
/* LiteralStringBacktick */ .chroma .sb { color: #79a8ff !important }
|
|
/* LiteralStringChar */ .chroma .sc { color: #79a8ff !important }
|
|
/* LiteralStringDelimiter */ .chroma .dl { color: #79a8ff !important }
|
|
/* LiteralStringDoc */ .chroma .sd { color: #79a8ff !important }
|
|
/* LiteralStringDouble */ .chroma .s2 { color: #79a8ff !important }
|
|
/* LiteralStringEscape */ .chroma .se { color: #79a8ff !important }
|
|
/* LiteralStringHeredoc */ .chroma .sh { color: #79a8ff !important }
|
|
/* LiteralStringInterpol */ .chroma .si { color: #79a8ff !important }
|
|
/* LiteralStringOther */ .chroma .sx { color: #79a8ff !important }
|
|
/* LiteralStringRegex */ .chroma .sr { color: #79a8ff !important }
|
|
/* LiteralStringSingle */ .chroma .s1 { color: #79a8ff !important }
|
|
/* LiteralStringSymbol */ .chroma .ss { color: #79a8ff !important }
|
|
/* LiteralNumber */ .chroma .m { color: #00bcff !important }
|
|
/* LiteralNumberBin */ .chroma .mb { color: #00bcff !important }
|
|
/* LiteralNumberFloat */ .chroma .mf { color: #00bcff !important }
|
|
/* LiteralNumberHex */ .chroma .mh { color: #00bcff !important }
|
|
/* LiteralNumberInteger */ .chroma .mi { color: #00bcff !important }
|
|
/* LiteralNumberIntegerLong */ .chroma .il { color: #00bcff !important }
|
|
/* LiteralNumberOct */ .chroma .mo { color: #00bcff !important }
|
|
/* Operator */ .chroma .o { color: #00d3d0 !important }
|
|
/* OperatorWord */ .chroma .ow { color: #00d3d0 !important }
|
|
/* Punctuation */ .chroma .p { !important }
|
|
/* Comment */ .chroma .c { color: #a8a8a8 !important }
|
|
/* CommentHashbang */ .chroma .ch { color: #a8a8a8 !important }
|
|
/* CommentMultiline */ .chroma .cm { color: #a8a8a8 !important }
|
|
/* CommentSingle */ .chroma .c1 { color: #a8a8a8 !important }
|
|
/* CommentSpecial */ .chroma .cs { color: #a8a8a8 !important }
|
|
/* CommentPreproc */ .chroma .cp { color: #a8a8a8 !important }
|
|
/* CommentPreprocFile */ .chroma .cpf { color: #a8a8a8 !important }
|
|
/* Generic */ .chroma .g { !important }
|
|
/* GenericDeleted */ .chroma .gd { !important }
|
|
/* GenericEmph */ .chroma .ge { !important }
|
|
/* GenericError */ .chroma .gr { !important }
|
|
/* GenericHeading */ .chroma .gh { !important }
|
|
/* GenericInserted */ .chroma .gi { !important }
|
|
/* GenericOutput */ .chroma .go { !important }
|
|
/* GenericPrompt */ .chroma .gp { !important }
|
|
/* GenericStrong */ .chroma .gs { !important }
|
|
/* GenericSubheading */ .chroma .gu { !important }
|
|
/* GenericTraceback */ .chroma .gt { !important }
|
|
/* GenericUnderline */ .chroma .gl { !important }
|
|
/* TextWhitespace */ .chroma .w { !important }
|
|
|
|
|
|
/* .toc { */
|
|
/* overflow: scroll; */
|
|
/* } */
|
|
|
|
/* @media (min-width: 1024px) { */
|
|
/* .lg\:sticky { */
|
|
/* position: sticky; */
|
|
/* bottom: 0; */
|
|
/* } */
|
|
/* .lg\:top-10 { */
|
|
/* top: 0; */
|
|
/* } */
|
|
/* } */
|
|
|
|
/* .sticky { */
|
|
/* top: 0; */
|
|
/* } */
|
|
/**/
|
|
/* .toc ul, */
|
|
/* .toc li { */
|
|
/* line-height: 0.3; */
|
|
/* } */
|
|
/**/
|
|
/* .toc a { */
|
|
/* font-size: 10pt; */
|
|
/* } */
|
|
/**/
|
|
/* .toc a:hover { */
|
|
/* font-size: 16pt; */
|
|
/* } */
|
|
|
|
|
|
/* // Based on Monokai (pygments-high-contrast-stylesheets) */
|
|
/* // Source: https://github.com/mpchadwick/pygments-high-contrast-stylesheets/blob/gh-pages/monokai.css */
|
|
|
|
/* .chroma, */
|
|
/* pre, */
|
|
/* p code, */
|
|
/* li code { */
|
|
/* color: #f8f8f2 !important; */
|
|
/* background: #272822 !important; */
|
|
/* } */
|
|
/**/
|
|
/* .chroma .err { */
|
|
/* color: #eb0083 !important; */
|
|
/* background-color: #1e0010 !important; */
|
|
/* } */
|
|
/**/
|
|
/* .chroma .lntd { */
|
|
/* vertical-align: top !important; */
|
|
/* padding: 0 !important; */
|
|
/* margin: 0 !important; */
|
|
/* border: 0 !important; */
|
|
/* } */
|
|
/**/
|
|
/* .chroma .lntable { */
|
|
/* border-spacing: 0 !important; */
|
|
/* /* //padding: 0; */ */
|
|
/* margin: 0 !important; */
|
|
/* border: 0 !important; */
|
|
/* width: auto !important; */
|
|
/* /* //overflow: auto; */ */
|
|
/* display: block !important; */
|
|
/* } */
|
|
/**/
|
|
/* .chroma .hl { */
|
|
/* display: block !important; */
|
|
/* width: 100% !important; */
|
|
/* background-color: rgba(0,0,0,.3) !important; */
|
|
/* } */
|
|
/**/
|
|
/* .chroma .ge { */
|
|
/* font-style: italic !important; */
|
|
/* } */
|
|
/**/
|
|
/* .chroma .gs { */
|
|
/* font-weight: bold !important; */
|
|
/* } */
|
|
/**/
|
|
/* .chroma .lnt, */
|
|
/* .chroma .ln { */
|
|
/* margin-right: 0.5rem !important; */
|
|
/* padding: 0 0.5rem 0 1.5rem !important; */
|
|
/* color: #8e8e8e !important; */
|
|
/* } */
|
|
/**/
|
|
/* .chroma .k, */
|
|
/* .chroma .kc, */
|
|
/* .chroma .kd, */
|
|
/* .chroma .kp, */
|
|
/* .chroma .kr, */
|
|
/* .chroma .kt, */
|
|
/* .chroma .no { */
|
|
/* color: #66d9ef !important; */
|
|
/* } */
|
|
/**/
|
|
/* .chroma .kn, */
|
|
/* .chroma .nt, */
|
|
/* .chroma .o, */
|
|
/* .chroma .ow, */
|
|
/* .chroma .gd { */
|
|
/* color: #f94e8a !important; */
|
|
/* } */
|
|
/**/
|
|
/* .chroma .na, */
|
|
/* .chroma .nc, */
|
|
/* .chroma .nd, */
|
|
/* .chroma .ne, */
|
|
/* .chroma .nf, */
|
|
/* .chroma .nx, */
|
|
/* .chroma .gi { */
|
|
/* color: #a6e22e !important; */
|
|
/* } */
|
|
/**/
|
|
/* .chroma .l, */
|
|
/* .chroma .se, */
|
|
/* .chroma .m, */
|
|
/* .chroma .mb, */
|
|
/* .chroma .mf, */
|
|
/* .chroma .mh, */
|
|
/* .chroma .mi, */
|
|
/* .chroma .il, */
|
|
/* .chroma .mo { */
|
|
/* color: #ae81ff !important; */
|
|
/* } */
|
|
/**/
|
|
/* .chroma .ld, */
|
|
/* .chroma .s, */
|
|
/* .chroma .sa, */
|
|
/* .chroma .sb, */
|
|
/* .chroma .sc, */
|
|
/* .chroma .dl, */
|
|
/* .chroma .sd, */
|
|
/* .chroma .s2, */
|
|
/* .chroma .sh, */
|
|
/* .chroma .si, */
|
|
/* .chroma .sx, */
|
|
/* .chroma .sr, */
|
|
/* .chroma .s1, */
|
|
/* .chroma .ss { */
|
|
/* color: #e6db74 !important; */
|
|
/* } */
|
|
/**/
|
|
/* /* .chroma .n, */ */
|
|
/* .chroma .c, */
|
|
/* .chroma .ch, */
|
|
/* .chroma .cm, */
|
|
/* .chroma .c1, */
|
|
/* .chroma .cs, */
|
|
/* .chroma .cp, */
|
|
/* .chroma .cpf, */
|
|
/* .chroma .gu { */
|
|
/* color: #949076 !important; */
|
|
/* } */
|
|
/**/
|
|
/**/
|
|
/* .chroma .n { */
|
|
/* color: white !important; */
|
|
/* } */
|
|
/**/
|