/* Notebook style from http://romanvbabenko.com (c) Roman V. Babenko */ pre code[class]:after { content: 'highlight: ' attr(class); display: block; text-align: right; color: #CCC; background: transparent; padding-top: 0.5em; } pre code { display: block; margin-left:30px; margin-top:15px; font-size: 11px !important; line-height:16px !important; } pre{background:#f6f6ae url(../images/paperbg.gif); border-top: solid 2px #d2e8b9; border-bottom: solid 1px #d2e8b9;} .keyword, .literal, .change, .winutils, .flow, .lisp .title { color:#005599; font-weight:bold; } pre code, .ruby .subst { color: #3E5915; } .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, .attr_selector, .pseudo, .addition, .stream, .envvar, .apache .tag, .apache .cbracket { color: #2C009F; } .comment, .java .annotation, .python .decorator, .template_comment, .pi, .doctype, .deletion, .shebang, .apache .sqbracket { color: #E60415; } .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, .apache .tag { font-weight: bold; } .html .css, .html .javascript, .html .vbscript { opacity: 0.8; }