/*

School Book style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net><yur4ik7@gmail.com>

*/

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;
  width:400px;
  max-height:350px;
  overflow:auto;
  }
pre{background:#f6f6ae url(./school_book.png);
	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,
.css .attr_selector,
.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;
}

