﻿/*

Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
Modified by Michal Gabrukiewicz to emulate good old homesite coloring (with improvements)

*/
pre code, pre code * {
	font: 8pt 'Bitstream Vera Sans Mono',monospace,'Courier New','Courier';;
}
pre code[class]:after {
  content: 'highlight: ' attr(class);
  display: block;
  text-align: right;
  font-size: smaller;
  color: #aaa;
  margin-top: 0.5em;
}
pre code {
  display: block;
  background:#fff;
  padding:0.5em 1em;
}

pre code, 
.ruby .subst,
.xml .title,
.lisp .title {
  color: #000;
}

.string,
.title, 
.parent,
.tag .attribute .value,
.rules .value,
.rules .value .number,
.preprocessor,
.ruby .symbol,
.instancevar,
.aggregate,
.template_tag,
.django .variable,
.smalltalk .class,
.addition,
.flow,
.stream,
.bash .variable {
  color: #408080;
  font-style:italic;
}

.comment,
.annotation,
.template_comment,
.diff .header,
.chunk {
  color: #008000;
  font-weight:bold;
}
.html .comment {
	color:#aaa;
	font-weight:normal;
	font-style:italic;
}
.vbscript .comment {
	color: #008000;
  	font-style:italic;
}	

.number,
.regexp,
.literal,
.smalltalk .symbol,
.smalltalk .char,
.change {
  color: #A500A5;
}

.javadoc,
.ruby .string,
.decorator,
.filter .argument,
.localvars,
.array,
.attr_selector,
.pi,
.doctype,
.deletion,
.envvar,
.shebang {
  color: #88F;
}

.id,
.phpdoc,
.title,
.vbscript .built_in,
.rsl .built_in,
.cpp .built_in,
.aggregate,
.smalltalk .class,
.winutils,
.bash .variable {
  font-weight: bold;
  color:#0026FF;
}

.html .keyword, .attribute, .tag, .tag .attribute .value {
	color:#0000CB;
	font-weight:normal;
	font-style:normal;
}
.tag .attribute .value {
	color:#000;
	font-style:italic;
}
.vbscript .keyword, .vbscript .literal {
  font-weight: bold;
  color:#0026FF;
}
.vbscript .literal, .vbscript .built_in {
  font-weight: normal;
}
.css .keyword {
	color:#FF0000;
}
.css .value, .css .hexcolor {
	color:#FF8000;
}
.javascript .title {
	color:#000;
	font-style:normal;
	font-weight:normal;
}

.html .css,
.html .javascript {
	background:#fff;
}	

.html .vbscript {
  background:#eee;
}
.ajaxed {
	font-weight:bold;
}	
