annotate www/p/lib/css/zenburn.css @ 101:52e44ee1c791 tip master

enabled all scores in autostart script
author Rob Canning <rc@kiben.net>
date Tue, 21 Apr 2015 16:20:57 +0100
parents 49c94f63b8b0
children
rev   line source
rc-web@42 1 /*
rc-web@42 2
rc-web@42 3 Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
rc-web@42 4 based on dark.css by Ivan Sagalaev
rc-web@42 5
rc-web@42 6 */
rc-web@42 7
rc-web@42 8 pre code {
rc-web@42 9 display: block; padding: 0.5em;
rc-web@42 10 background: #3F3F3F;
rc-web@42 11 color: #DCDCDC;
rc-web@42 12 }
rc-web@42 13
rc-web@42 14 pre .keyword,
rc-web@42 15 pre .tag,
rc-web@42 16 pre .django .tag,
rc-web@42 17 pre .django .keyword,
rc-web@42 18 pre .css .class,
rc-web@42 19 pre .css .id,
rc-web@42 20 pre .lisp .title {
rc-web@42 21 color: #E3CEAB;
rc-web@42 22 }
rc-web@42 23
rc-web@42 24 pre .django .template_tag,
rc-web@42 25 pre .django .variable,
rc-web@42 26 pre .django .filter .argument {
rc-web@42 27 color: #DCDCDC;
rc-web@42 28 }
rc-web@42 29
rc-web@42 30 pre .number,
rc-web@42 31 pre .date {
rc-web@42 32 color: #8CD0D3;
rc-web@42 33 }
rc-web@42 34
rc-web@42 35 pre .dos .envvar,
rc-web@42 36 pre .dos .stream,
rc-web@42 37 pre .variable,
rc-web@42 38 pre .apache .sqbracket {
rc-web@42 39 color: #EFDCBC;
rc-web@42 40 }
rc-web@42 41
rc-web@42 42 pre .dos .flow,
rc-web@42 43 pre .diff .change,
rc-web@42 44 pre .python .exception,
rc-web@42 45 pre .python .built_in,
rc-web@42 46 pre .literal,
rc-web@42 47 pre .tex .special {
rc-web@42 48 color: #EFEFAF;
rc-web@42 49 }
rc-web@42 50
rc-web@42 51 pre .diff .chunk,
rc-web@42 52 pre .ruby .subst {
rc-web@42 53 color: #8F8F8F;
rc-web@42 54 }
rc-web@42 55
rc-web@42 56 pre .dos .keyword,
rc-web@42 57 pre .python .decorator,
rc-web@42 58 pre .class .title,
rc-web@42 59 pre .haskell .label,
rc-web@42 60 pre .function .title,
rc-web@42 61 pre .ini .title,
rc-web@42 62 pre .diff .header,
rc-web@42 63 pre .ruby .class .parent,
rc-web@42 64 pre .apache .tag,
rc-web@42 65 pre .nginx .built_in,
rc-web@42 66 pre .tex .command,
rc-web@42 67 pre .input_number {
rc-web@42 68 color: #efef8f;
rc-web@42 69 }
rc-web@42 70
rc-web@42 71 pre .dos .winutils,
rc-web@42 72 pre .ruby .symbol,
rc-web@42 73 pre .ruby .symbol .string,
rc-web@42 74 pre .ruby .symbol .keyword,
rc-web@42 75 pre .ruby .symbol .keymethods,
rc-web@42 76 pre .ruby .string,
rc-web@42 77 pre .ruby .instancevar {
rc-web@42 78 color: #DCA3A3;
rc-web@42 79 }
rc-web@42 80
rc-web@42 81 pre .diff .deletion,
rc-web@42 82 pre .string,
rc-web@42 83 pre .tag .value,
rc-web@42 84 pre .preprocessor,
rc-web@42 85 pre .built_in,
rc-web@42 86 pre .sql .aggregate,
rc-web@42 87 pre .javadoc,
rc-web@42 88 pre .smalltalk .class,
rc-web@42 89 pre .smalltalk .localvars,
rc-web@42 90 pre .smalltalk .array,
rc-web@42 91 pre .css .rules .value,
rc-web@42 92 pre .attr_selector,
rc-web@42 93 pre .pseudo,
rc-web@42 94 pre .apache .cbracket,
rc-web@42 95 pre .tex .formula {
rc-web@42 96 color: #CC9393;
rc-web@42 97 }
rc-web@42 98
rc-web@42 99 pre .shebang,
rc-web@42 100 pre .diff .addition,
rc-web@42 101 pre .comment,
rc-web@42 102 pre .java .annotation,
rc-web@42 103 pre .template_comment,
rc-web@42 104 pre .pi,
rc-web@42 105 pre .doctype {
rc-web@42 106 color: #7F9F7F;
rc-web@42 107 }
rc-web@42 108
rc-web@42 109 pre .xml .css,
rc-web@42 110 pre .xml .javascript,
rc-web@42 111 pre .xml .vbscript,
rc-web@42 112 pre .tex .formula {
rc-web@42 113 opacity: 0.5;
rc-web@42 114 }
rc-web@42 115