101 lines
1.5 KiB
CSS
101 lines
1.5 KiB
CSS
|
|
/*
|
|
xt256.css
|
|
|
|
Contact: initbar [at] protonmail [dot] ch
|
|
: github.com/initbar
|
|
*/
|
|
/* 伪元素 滚动条 边角修饰 **/
|
|
pre { border-radius: 5px; }
|
|
pre code::-webkit-scrollbar { width: 8px; height: 8px; background: rgba(0,0,0,0); } /*滚动槽*/
|
|
pre code::-webkit-scrollbar-thumb { background: #333; border-radius: 4px; } /*滚动轴*/
|
|
pre code::-webkit-scrollbar-corner { background: rgba(0,0,0,0);} /*交点 */
|
|
.hljs ul { list-style: decimal-leading-zero ! important; }
|
|
.hljs ul li::before { position: relative; left: -12px; content:' '; background:#000 ! important; margin-right: -10px }
|
|
|
|
|
|
.hljs {
|
|
display: block;
|
|
overflow-x: auto;
|
|
color: #eaeaea;
|
|
background: #000;
|
|
padding: 0.5;
|
|
}
|
|
|
|
.hljs-subst {
|
|
color: #eaeaea;
|
|
}
|
|
|
|
.hljs-emphasis {
|
|
font-style: italic;
|
|
}
|
|
|
|
.hljs-strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.hljs-builtin-name,
|
|
.hljs-type {
|
|
color: #eaeaea;
|
|
}
|
|
|
|
.hljs-params {
|
|
color: #da0000;
|
|
}
|
|
|
|
.hljs-literal,
|
|
.hljs-number,
|
|
.hljs-name {
|
|
color: #ff0000;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.hljs-comment {
|
|
color: #969896;
|
|
}
|
|
|
|
.hljs-selector-id,
|
|
.hljs-quote {
|
|
color: #00ffff;
|
|
}
|
|
|
|
.hljs-template-variable,
|
|
.hljs-variable,
|
|
.hljs-title {
|
|
color: #00ffff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.hljs-selector-class,
|
|
.hljs-keyword,
|
|
.hljs-symbol {
|
|
color: #fff000;
|
|
}
|
|
|
|
.hljs-string,
|
|
.hljs-bullet {
|
|
color: #00ff00;
|
|
}
|
|
|
|
.hljs-tag,
|
|
.hljs-section {
|
|
color: #000fff;
|
|
}
|
|
|
|
.hljs-selector-tag {
|
|
color: #000fff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.hljs-attribute,
|
|
.hljs-built_in,
|
|
.hljs-regexp,
|
|
.hljs-link {
|
|
color: #ff00ff;
|
|
}
|
|
|
|
.hljs-meta {
|
|
color: #fff;
|
|
font-weight: bolder;
|
|
}
|