dark.css

来自「自动加亮代码/xml等文档」· CSS 代码 · 共 96 行

CSS
96
字号
/*Dark style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>*/pre code[class]:after {  content: 'highlight: ' attr(class);  display: block; text-align: right;  font-size: smaller;  color: #CCC; background: white;  border-top: solid 1px black;  padding-top: 0.5em;}pre code {  display: block;  background: #444;}.keyword,.literal,.change,.winutils,.flow,.lisp .title {  color: white;}pre code, .ruby .subst {  color: #DDD;}.string,.function .title,.class .title, .ini .title,.tag .attribute .value,.css .rules .value,.preprocessor,.ruby .symbol,.ruby .instancevar,.ruby .class .parent,.built_in,.sql .aggregate,.django .template_tag,.django .variable,.smalltalk .class,.javadoc,.ruby .string,.django .filter .argument,.smalltalk .localvars,.smalltalk .array,.css .attr_selector,.addition,.stream,.envvar {  color: #D88;}.comment,.java .annotation,.python .decorator,.template_comment,.pi,.doctype,.deletion,.shebang {  color: #777;}.keyword,.literal, .css .id,.phpdoc,.function .title,.class .title,.vbscript .built_in,.sql .aggregate,.rsl .built_in,.smalltalk .class,.xml .tag .title,.diff .header,.chunk,.winutils,.bash .variable,.lisp .title {  font-weight: bold;}.html .css,.html .javascript,.html .vbscript {  opacity: 0.5;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?