pre.theme-funky code[class*="language-"],
pre[class*="language-"].theme-funky {
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
} pre[class*="language-"].theme-funky {
padding: .4em .8em;
margin: .5em 0;
overflow: auto;
background: url('data:image/svg+xml;charset=utf-8,<svg%20version%3D"1.1"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20width%3D"100"%20height%3D"100"%20fill%3D"rgba(0%2C0%2C0%2C.2)">%0D%0A<polygon%20points%3D"0%2C50%2050%2C0%200%2C0"%20%2F>%0D%0A<polygon%20points%3D"0%2C100%2050%2C100%20100%2C50%20100%2C0"%20%2F>%0D%0A<%2Fsvg>');
background-size: 1em 1em;
}
pre.theme-funky code[class*="language-"] {
background: black;
color: white;
box-shadow: -.3em 0 0 .3em black, .3em 0 0 .3em black;
}
pre.theme-funky .token.comment,
pre.theme-funky .token.prolog,
pre.theme-funky .token.doctype,
pre.theme-funky .token.cdata {
color: #aaa;
}
pre.theme-funky .token.punctuation {
color: #999;
}
pre.theme-funky .token.namespace {
opacity: .7;
}
pre.theme-funky .token.property,
pre.theme-funky .token.tag,
pre.theme-funky .token.boolean,
pre.theme-funky .token.number,
pre.theme-funky .token.constant,
pre.theme-funky .token.symbol {
color: #0cf;
}
pre.theme-funky .token.selector,
pre.theme-funky .token.attr-name,
pre.theme-funky .token.string,
pre.theme-funky .token.char,
pre.theme-funky .token.builtin {
color: yellow;
}
pre.theme-funky .token.operator,
pre.theme-funky .token.entity,
pre.theme-funky .token.url,
pre.theme-funky .language-css .token.string,
pre.theme-funky .token.variable,
pre.theme-funky .token.inserted {
color: yellowgreen;
}
pre.theme-funky .token.atrule,
pre.theme-funky .token.attr-value,
pre.theme-funky .token.keyword {
color: deeppink;
}
pre.theme-funky .token.regex,
pre.theme-funky .token.important {
color: orange;
}
pre.theme-funky .token.important,
pre.theme-funky .token.bold {
font-weight: bold;
}
pre.theme-funky .token.italic {
font-style: italic;
}
pre.theme-funky .token.entity {
cursor: help;
}
pre.theme-funky .token.deleted {
color: red;
} pre.theme-funky.diff-highlight.diff-highlight > code .token.deleted:not(.prefix),
pre.theme-funky > code.diff-highlight.diff-highlight .token.deleted:not(.prefix) {
background-color: rgba(255, 0, 0, .3);
display: inline;
}
pre.theme-funky.diff-highlight.diff-highlight > code .token.inserted:not(.prefix),
pre.theme-funky > code.diff-highlight.diff-highlight .token.inserted:not(.prefix) {
background-color: rgba(0, 255, 128, .3);
display: inline;
}
pre[class*="language-"].theme-funky.line-numbers {
position: relative;
padding-left: 3.8em;
counter-reset: linenumber;
}
pre[class*="language-"].theme-funky.line-numbers > code {
position: relative;
white-space: inherit;
}
pre.theme-funky.line-numbers .line-numbers-rows {
position: absolute;
pointer-events: none;
top: 0;
font-size: 100%;
left: -3.8em;
width: 3em; letter-spacing: -1px;
border-right: 1px solid #999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
pre.theme-funky .line-numbers-rows > span {
display: block;
counter-increment: linenumber;
}
pre.theme-funky .line-numbers-rows > span:before {
content: counter(linenumber);
color: #999;
display: block;
padding-right: 0.8em;
text-align: right;
}