refactor: rename website to docs
This commit is contained in:
118
docs/public/prism-light.css
Normal file
118
docs/public/prism-light.css
Normal file
@ -0,0 +1,118 @@
|
||||
/* PrismJS 1.29.0
|
||||
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+json+toml+typescript+yaml */
|
||||
.light code[class*='language-'],
|
||||
.light pre[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;
|
||||
}
|
||||
.light code[class*='language-'] ::-moz-selection,
|
||||
.light code[class*='language-']::-moz-selection,
|
||||
.light pre[class*='language-'] ::-moz-selection,
|
||||
.light pre[class*='language-']::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
.light code[class*='language-'] ::selection,
|
||||
.light code[class*='language-']::selection,
|
||||
.light pre[class*='language-'] ::selection,
|
||||
.light pre[class*='language-']::selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
@media print {
|
||||
.light code[class*='language-'],
|
||||
.light pre[class*='language-'] {
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
.light pre[class*='language-'] {
|
||||
padding: 1em;
|
||||
margin: 0.5em 0;
|
||||
overflow: auto;
|
||||
}
|
||||
.light :not(pre) > code[class*='language-'],
|
||||
.light pre[class*='language-'] {
|
||||
background: #f5f2f0;
|
||||
}
|
||||
.light :not(pre) > code[class*='language-'] {
|
||||
padding: 0.1em;
|
||||
border-radius: 0.3em;
|
||||
white-space: normal;
|
||||
}
|
||||
.light .token.cdata,
|
||||
.light .token.comment,
|
||||
.light .token.doctype,
|
||||
.light .token.prolog {
|
||||
color: #708090;
|
||||
}
|
||||
.light .token.punctuation {
|
||||
color: #999;
|
||||
}
|
||||
.light .token.namespace {
|
||||
opacity: 0.7;
|
||||
}
|
||||
.light .token.boolean,
|
||||
.light .token.constant,
|
||||
.light .token.deleted,
|
||||
.light .token.number,
|
||||
.light .token.property,
|
||||
.light .token.symbol,
|
||||
.light .token.tag {
|
||||
color: #905;
|
||||
}
|
||||
.light .token.attr-name,
|
||||
.light .token.builtin,
|
||||
.light .token.char,
|
||||
.light .token.inserted,
|
||||
.light .token.selector,
|
||||
.light .token.string {
|
||||
color: #690;
|
||||
}
|
||||
.light .language-css .token.string,
|
||||
.light .style .token.string,
|
||||
.light .token.entity,
|
||||
.light .token.operator,
|
||||
.light .token.url {
|
||||
color: #9a6e3a;
|
||||
background: hsla(0, 0%, 100%, 0.5);
|
||||
}
|
||||
.light .token.atrule,
|
||||
.light .token.attr-value,
|
||||
.light .token.keyword {
|
||||
color: #07a;
|
||||
}
|
||||
.light .token.class-name,
|
||||
.light .token.function {
|
||||
color: #dd4a68;
|
||||
}
|
||||
.light .token.important,
|
||||
.light .token.regex,
|
||||
.light .token.variable {
|
||||
color: #e90;
|
||||
}
|
||||
.light .token.bold,
|
||||
.light .token.important {
|
||||
font-weight: 700;
|
||||
}
|
||||
.light .token.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.light .token.entity {
|
||||
cursor: help;
|
||||
}
|
Reference in New Issue
Block a user