zenburn.css

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

CSS
109
字号
/*Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>based on dark.css by Ivan Sagalaev*/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: #3F3F3F;  color: #DCDCDC;}.keyword,.tag,.django .tag,.django .keyword,.css .class,.css .id,.lisp .title {  color: #E3CEAB;}.django .template_tag,.django .variable,.django .filter .argument {  color: #DCDCDC;}.number {  color: #8CD0D3;}.dos .envvar,.dos .stream,.variable {  color: #EFDCBC;}.dos .flow,.diff .change,.python .exception,.python .built_in,.literal {  color: #EFEFAF;}.diff .chunk,.ruby .subst {  color: #8F8F8F;}.dos .keyword,.python .decorator,.class .title, .function .title,.ini .title,.diff .header,.ruby .class .parent {    color: #efef8f;}.dos .winutils,.ruby .symbol,.ruby .string,.ruby .instancevar {  color: #DCA3A3;}.diff .deletion,.string,.tag .attribute .value,.preprocessor,.built_in,.sql .aggregate,.javadoc,.smalltalk .class,.smalltalk .localvars,.smalltalk .array,.css .rules .value,.css .attr_selector {  color: #CC9393;}.shebang,.diff .addition,.comment,.java .annotation,.template_comment,.pi,.doctype {  color: #7F9F7F;}.html .css,.html .javascript {  opacity: 0.5;}

⌨️ 快捷键说明

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