/* PrismJS 1.9.0 prismjs.com/download.html?themes=prism-twilight&languages=markup+css+clike+javascript+ruby+json+sql+yaml */ /**
* prism.js RoRvsWild theme * Based (more or less) on the Twilight theme originally of Textmate fame. * @author Antoine Marguerie */
.rorvswild-local-panel code, .rorvswild-local-panel pre {
color: rgb(199 203 214) !important; background: none !important; font-family: SF Mono, Menlo, Consolas, DejaVu Sans Mono, monospace !important; text-align: left !important; text-shadow: 0 0 0 !important; word-spacing: normal !important; font-size: 14px !important; line-height: 24px !important; font-weight: 300 !important; white-space: pre-wrap !important; word-wrap: break-word !important; word-break: keep-all !important; -webkit-hyphens: none !important; -ms-hyphens: none !important; hyphens: none !important; border-radius: 0 !important; border: 0 !important; box-shadow: 0 0 0 !important; margin: 0 !important; padding: 0 !important;
}
.rorvswild-local-panel pre, .rorvswild-local-panel :not(pre) > code {
background: transparent !important;
}
/* Text Selection colour */ .rorvswild-local-panel pre::-moz-selection, pre ::-moz-selection, .rorvswild-local-panel code::-moz-selection, code ::-moz-selection {
text-shadow: none !important;
}
.rorvswild-local-panel pre::selection, pre ::selection, .rorvswild-local-panel code::selection, code ::selection {
text-shadow: none !important;
}
/* Inline code */ .rorvswild-local-panel :not(pre) > code {
border-radius: 0 !important; border: 0 !important; box-shadow: 0 0 0 !important; padding: 0 !important;
}
.rorvswild-local-panel .token.comment, .rorvswild-local-panel .token.prolog, .rorvswild-local-panel .token.doctype, .rorvswild-local-panel .token.cdata {
color: rgb(146 149 159) !important; font-style: italic !important; opacity: 0.7 !important;
}
.rorvswild-local-panel .token.punctuation {
opacity: .7 !important;
}
.rorvswild-local-panel .namespace {
opacity: .7 !important;
}
.rorvswild-local-panel .token.tag, .rorvswild-local-panel .token.boolean, .rorvswild-local-panel .token.number, .rorvswild-local-panel .token.deleted {
color: rgb(255 185 173) !important;
}
.rorvswild-local-panel .token.property, .rorvswild-local-panel .token.selector, .rorvswild-local-panel .token.symbol, .rorvswild-local-panel .token.builtin, .rorvswild-local-panel .token.string {
color: rgb(182 202 255) !important;
}
.rorvswild-local-panel .token.attr-name, .rorvswild-local-panel .token.char, .rorvswild-local-panel .token.operator, .rorvswild-local-panel .token.entity, .rorvswild-local-panel .token.url, .rorvswild-local-panel .token.variable, .rorvswild-local-panel .token.inserted, .rorvswild-local-panel .token.atrule, .rorvswild-local-panel .token.attr-value, .rorvswild-local-panel .token.keyword {
color: rgb(248 185 227) !important;
}
.rorvswild-local-panel .token.constant, .rorvswild-local-panel .token.regex, .rorvswild-local-panel .token.important {
color: rgb(227 201 134) !important;
}
.rorvswild-local-panel .token.function {
color: rgb(124 218 210) !important;
}
.rorvswild-local-panel .token.important, .rorvswild-local-panel .token.bold {
font-weight: bold !important;
} .rorvswild-local-panel .token.italic {
font-style: italic !important;
}
.rorvswild-local-panel .token.entity {
cursor: help !important;
}
.rorvswild-local-panel pre {
padding: 0 !important; position: relative !important;
}
/* Markup */ .rorvswild-local-panel .language-markup .token.tag, .rorvswild-local-panel .language-markup .token.attr-name, .rorvswild-local-panel .language-markup .token.punctuation {
color: rgb(146 149 159) !important;
}