/* PrismJS 1.30.0 – 限定在 .t_f 内生效 */
.t_f code[class*=language-],
.t_f pre code[class*=language-] {
    color:#000;
    background:0 0;
    text-shadow:0 1px #fff;
    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;
}

.t_f code[class*=language-] ::-moz-selection,
.t_f code[class*=language-]::-moz-selection,
.t_f pre[class*=language-] ::-moz-selection,
.t_f pre[class*=language-]::-moz-selection {
    text-shadow:none;
    background:#b3d4fc;
}

.t_f code[class*=language-] ::selection,
.t_f code[class*=language-]::selection,
.t_f pre[class*=language-] ::selection,
.t_f pre[class*=language-]::selection {
    text-shadow:none;
    background:#b3d4fc;
}

@media print {
    .t_f code[class*=language-],
    .t_f pre[class*=language-] {
        text-shadow:none;
    }
}

.t_f pre[class*=language-] {
    padding:1em;
    margin:.5em 0;
    overflow:auto;
}

.t_f :not(pre) > code[class*=language-],
.t_f pre[class*=language-] {
    background:#f3f6fb;
}

.t_f :not(pre) > code[class*=language-] {
    padding:.1em;
/*    border-radius:.3em;*/
    white-space:normal;
}

.t_f .token.cdata,
.t_f .token.comment,
.t_f .token.doctype,
.t_f .token.prolog {
    color:#708090;
}

.t_f .token.punctuation {
    color:#999;
}

.t_f .token.namespace {
    opacity:.7;
}

.t_f .token.boolean,
.t_f .token.constant,
.t_f .token.deleted,
.t_f .token.number,
.t_f .token.property,
.t_f .token.symbol,
.t_f .token.tag {
    color:#905;
}

.t_f .token.attr-name,
.t_f .token.builtin,
.t_f .token.char,
.t_f .token.inserted,
.t_f .token.selector,
.t_f .token.string {
    color:#690;
}

.t_f .language-css .token.string,
.t_f .style .token.string,
.t_f .token.entity,
.t_f .token.operator,
.t_f .token.url {
    color:#9a6e3a;
    background:hsla(0,0%,100%,.5);
}

.t_f .token.atrule,
.t_f .token.attr-value,
.t_f .token.keyword {
    color:#07a;
}

.t_f .token.class-name,
.t_f .token.function {
    color:#dd4a68;
}

.t_f .token.important,
.t_f .token.regex,
.t_f .token.variable {
    color:#e90;
}

.t_f .token.bold,
.t_f .token.important {
    font-weight:700;
}

.t_f .token.italic {
    font-style:italic;
}

.t_f .token.entity {
    cursor:help;
}