﻿/*

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

*/

pre code {
  display: block;
  background: #444;
}

.keyword,
.literal,
.change,
.winutils,
.flow,
.lisp .title {
  color: white;
}

pre code, 
.ruby .subst {
  color: #DDD;
}

.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 {
  color: #D88;
}

.comment,
.java .annotation,
.python .decorator,
.template_comment,
.pi,
.doctype,
.deletion,
.shebang {
  color: #777;
}

.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 {
  font-weight: bold;
}

.html .css,
.html .javascript,
.html .vbscript {
  opacity: 0.5;
}

span.highlight {
	padding: 0px;
}
span.numbers {
	padding: 0px;
}

span.plain a, span.highlight a, span.numbers a {
	font-size: 80%;
}
.coderow, .alternaterow {
	clear: both;
	line-height: 17px;
}

.alternaterow {
	width: 100%;
	display: block;
	background-color: #161616;
}

.rownumber {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	color: #fff;
	vertical-align: baseline;
	text-decoration: none;
	font-family: monospace;
	border-right: 2px solid #666;
	padding: 4px 4px 4px 0;
	margin-right: 4px;
	font-weight: bold;
	display: inline;
}

.alternaterow .rownumber {
	background-color: #141414;
}
