﻿/*

Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

*/

pre code {
  display: block;
  background: white; color: black;
}

.string,
.attribute .value,
.filter .argument,
.addition,
.change {
  color: #222;
}

.comment, 
.template_comment,
.shebang,
.doctype,
.pi,
.javadoc,
.deletion {
  color: #444;
}

.keyword,
.tag .title,
.ini .title,
.winutils,
.flow,
.lisp .title {
  font-weight: bold;
}